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
|
@@ -14,314 +14,12 @@ import * as i6 from "./bulk-responsibility-view.component";
|
|
|
14
14
|
var styles_BulkResponsibilityViewComponent = [i0.styles];
|
|
15
15
|
var RenderType_BulkResponsibilityViewComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_BulkResponsibilityViewComponent, data: {} });
|
|
16
16
|
export { RenderType_BulkResponsibilityViewComponent as RenderType_BulkResponsibilityViewComponent };
|
|
17
|
-
function
|
|
18
|
-
function
|
|
19
|
-
function
|
|
20
|
-
function
|
|
21
|
-
function
|
|
22
|
-
function
|
|
23
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
24
|
-
ad = (pd_0 && ad);
|
|
25
|
-
} if (("mouseover" === en)) {
|
|
26
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
27
|
-
ad = (pd_1 && ad);
|
|
28
|
-
} if (("mouseleave" === en)) {
|
|
29
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
30
|
-
ad = (pd_2 && ad);
|
|
31
|
-
} if (("mouseout" === en)) {
|
|
32
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
33
|
-
ad = (pd_3 && ad);
|
|
34
|
-
} if (("click" === en)) {
|
|
35
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
36
|
-
ad = (pd_4 && ad);
|
|
37
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Enter a name for this responsibility."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
38
|
-
function View_BulkResponsibilityViewComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
39
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
40
|
-
ad = (pd_0 && ad);
|
|
41
|
-
} if (("mouseover" === en)) {
|
|
42
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
43
|
-
ad = (pd_1 && ad);
|
|
44
|
-
} if (("mouseleave" === en)) {
|
|
45
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
46
|
-
ad = (pd_2 && ad);
|
|
47
|
-
} if (("mouseout" === en)) {
|
|
48
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
49
|
-
ad = (pd_3 && ad);
|
|
50
|
-
} if (("click" === en)) {
|
|
51
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
52
|
-
ad = (pd_4 && ad);
|
|
53
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Overseer cannot also be the Assignor of this responsibility. Select another user as the Assignor."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
54
|
-
function View_BulkResponsibilityViewComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
55
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
56
|
-
ad = (pd_0 && ad);
|
|
57
|
-
} if (("mouseover" === en)) {
|
|
58
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
59
|
-
ad = (pd_1 && ad);
|
|
60
|
-
} if (("mouseleave" === en)) {
|
|
61
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
62
|
-
ad = (pd_2 && ad);
|
|
63
|
-
} if (("mouseout" === en)) {
|
|
64
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
65
|
-
ad = (pd_3 && ad);
|
|
66
|
-
} if (("click" === en)) {
|
|
67
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
68
|
-
ad = (pd_4 && ad);
|
|
69
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Overseer cannot also be the Assignee of this responsibility. Select another user as the Assignee."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
70
|
-
function View_BulkResponsibilityViewComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
71
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
72
|
-
ad = (pd_0 && ad);
|
|
73
|
-
} if (("mouseover" === en)) {
|
|
74
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
75
|
-
ad = (pd_1 && ad);
|
|
76
|
-
} if (("mouseleave" === en)) {
|
|
77
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
78
|
-
ad = (pd_2 && ad);
|
|
79
|
-
} if (("mouseout" === en)) {
|
|
80
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
81
|
-
ad = (pd_3 && ad);
|
|
82
|
-
} if (("click" === en)) {
|
|
83
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
84
|
-
ad = (pd_4 && ad);
|
|
85
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Reviewer cannot also be the Assignee of this responsibility. Select another user as the Assignee."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
86
|
-
function View_BulkResponsibilityViewComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
87
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
88
|
-
ad = (pd_0 && ad);
|
|
89
|
-
} if (("mouseover" === en)) {
|
|
90
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
91
|
-
ad = (pd_1 && ad);
|
|
92
|
-
} if (("mouseleave" === en)) {
|
|
93
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
94
|
-
ad = (pd_2 && ad);
|
|
95
|
-
} if (("mouseout" === en)) {
|
|
96
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
97
|
-
ad = (pd_3 && ad);
|
|
98
|
-
} if (("click" === en)) {
|
|
99
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
100
|
-
ad = (pd_4 && ad);
|
|
101
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "Select the user responsible for completing this responsibility. "; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
102
|
-
function View_BulkResponsibilityViewComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
103
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
104
|
-
ad = (pd_0 && ad);
|
|
105
|
-
} if (("mouseover" === en)) {
|
|
106
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
107
|
-
ad = (pd_1 && ad);
|
|
108
|
-
} if (("mouseleave" === en)) {
|
|
109
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
110
|
-
ad = (pd_2 && ad);
|
|
111
|
-
} if (("mouseout" === en)) {
|
|
112
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
113
|
-
ad = (pd_3 && ad);
|
|
114
|
-
} if (("click" === en)) {
|
|
115
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
116
|
-
ad = (pd_4 && ad);
|
|
117
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Select a frequency for this responsibility."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
118
|
-
function View_BulkResponsibilityViewComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
119
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
120
|
-
ad = (pd_0 && ad);
|
|
121
|
-
} if (("mouseover" === en)) {
|
|
122
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
123
|
-
ad = (pd_1 && ad);
|
|
124
|
-
} if (("mouseleave" === en)) {
|
|
125
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
126
|
-
ad = (pd_2 && ad);
|
|
127
|
-
} if (("mouseout" === en)) {
|
|
128
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
129
|
-
ad = (pd_3 && ad);
|
|
130
|
-
} if (("click" === en)) {
|
|
131
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
132
|
-
ad = (pd_4 && ad);
|
|
133
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Invalid Due Date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
134
|
-
function View_BulkResponsibilityViewComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
135
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
136
|
-
ad = (pd_0 && ad);
|
|
137
|
-
} if (("mouseover" === en)) {
|
|
138
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
139
|
-
ad = (pd_1 && ad);
|
|
140
|
-
} if (("mouseleave" === en)) {
|
|
141
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
142
|
-
ad = (pd_2 && ad);
|
|
143
|
-
} if (("mouseout" === en)) {
|
|
144
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
145
|
-
ad = (pd_3 && ad);
|
|
146
|
-
} if (("click" === en)) {
|
|
147
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
148
|
-
ad = (pd_4 && ad);
|
|
149
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "This date occurs in the past. Select a future date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
150
|
-
function View_BulkResponsibilityViewComponent_16(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
151
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
152
|
-
ad = (pd_0 && ad);
|
|
153
|
-
} if (("mouseover" === en)) {
|
|
154
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
155
|
-
ad = (pd_1 && ad);
|
|
156
|
-
} if (("mouseleave" === en)) {
|
|
157
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
158
|
-
ad = (pd_2 && ad);
|
|
159
|
-
} if (("mouseout" === en)) {
|
|
160
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
161
|
-
ad = (pd_3 && ad);
|
|
162
|
-
} if (("click" === en)) {
|
|
163
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
164
|
-
ad = (pd_4 && ad);
|
|
165
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Invalid Due Date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
166
|
-
function View_BulkResponsibilityViewComponent_17(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
167
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
168
|
-
ad = (pd_0 && ad);
|
|
169
|
-
} if (("mouseover" === en)) {
|
|
170
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
171
|
-
ad = (pd_1 && ad);
|
|
172
|
-
} if (("mouseleave" === en)) {
|
|
173
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
174
|
-
ad = (pd_2 && ad);
|
|
175
|
-
} if (("mouseout" === en)) {
|
|
176
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
177
|
-
ad = (pd_3 && ad);
|
|
178
|
-
} if (("click" === en)) {
|
|
179
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
180
|
-
ad = (pd_4 && ad);
|
|
181
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "This date occurs in the past. Select a future date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
182
|
-
function View_BulkResponsibilityViewComponent_18(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
183
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
184
|
-
ad = (pd_0 && ad);
|
|
185
|
-
} if (("mouseover" === en)) {
|
|
186
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
187
|
-
ad = (pd_1 && ad);
|
|
188
|
-
} if (("mouseleave" === en)) {
|
|
189
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
190
|
-
ad = (pd_2 && ad);
|
|
191
|
-
} if (("mouseout" === en)) {
|
|
192
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
193
|
-
ad = (pd_3 && ad);
|
|
194
|
-
} if (("click" === en)) {
|
|
195
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
196
|
-
ad = (pd_4 && ad);
|
|
197
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Overseer cannot also be the Reviewer of this responsibility. Select another user as the Reviewer"; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
198
|
-
function View_BulkResponsibilityViewComponent_19(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
199
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
200
|
-
ad = (pd_0 && ad);
|
|
201
|
-
} if (("mouseover" === en)) {
|
|
202
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
203
|
-
ad = (pd_1 && ad);
|
|
204
|
-
} if (("mouseleave" === en)) {
|
|
205
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
206
|
-
ad = (pd_2 && ad);
|
|
207
|
-
} if (("mouseout" === en)) {
|
|
208
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
209
|
-
ad = (pd_3 && ad);
|
|
210
|
-
} if (("click" === en)) {
|
|
211
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
212
|
-
ad = (pd_4 && ad);
|
|
213
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Assignee cannot also be the Reviewer of this responsibility. Select another user as the Reviewer."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
214
|
-
function View_BulkResponsibilityViewComponent_20(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
215
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
216
|
-
ad = (pd_0 && ad);
|
|
217
|
-
} if (("mouseover" === en)) {
|
|
218
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
219
|
-
ad = (pd_1 && ad);
|
|
220
|
-
} if (("mouseleave" === en)) {
|
|
221
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
222
|
-
ad = (pd_2 && ad);
|
|
223
|
-
} if (("mouseout" === en)) {
|
|
224
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
225
|
-
ad = (pd_3 && ad);
|
|
226
|
-
} if (("click" === en)) {
|
|
227
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
228
|
-
ad = (pd_4 && ad);
|
|
229
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Reviewer cannot also be the Overseer of this responsibility. Select another user as the Overseer."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
230
|
-
function View_BulkResponsibilityViewComponent_21(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
231
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
232
|
-
ad = (pd_0 && ad);
|
|
233
|
-
} if (("mouseover" === en)) {
|
|
234
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
235
|
-
ad = (pd_1 && ad);
|
|
236
|
-
} if (("mouseleave" === en)) {
|
|
237
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
238
|
-
ad = (pd_2 && ad);
|
|
239
|
-
} if (("mouseout" === en)) {
|
|
240
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
241
|
-
ad = (pd_3 && ad);
|
|
242
|
-
} if (("click" === en)) {
|
|
243
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
244
|
-
ad = (pd_4 && ad);
|
|
245
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Assignee cannot also be the Overseer of this responsibility. Select another user as the Overseer"; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
246
|
-
function View_BulkResponsibilityViewComponent_22(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
247
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
248
|
-
ad = (pd_0 && ad);
|
|
249
|
-
} if (("mouseover" === en)) {
|
|
250
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
251
|
-
ad = (pd_1 && ad);
|
|
252
|
-
} if (("mouseleave" === en)) {
|
|
253
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
254
|
-
ad = (pd_2 && ad);
|
|
255
|
-
} if (("mouseout" === en)) {
|
|
256
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
257
|
-
ad = (pd_3 && ad);
|
|
258
|
-
} if (("click" === en)) {
|
|
259
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
260
|
-
ad = (pd_4 && ad);
|
|
261
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = ((((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.assignor) ? "The Assignor cannot also be the Overseer of this responsibility. " : "You cannot be an Overseer of this responsibility since you are the Assignor. ") + "Select another user as the Overseer."); var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
262
|
-
function View_BulkResponsibilityViewComponent_23(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
263
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
264
|
-
ad = (pd_0 && ad);
|
|
265
|
-
} if (("mouseover" === en)) {
|
|
266
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
267
|
-
ad = (pd_1 && ad);
|
|
268
|
-
} if (("mouseleave" === en)) {
|
|
269
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
270
|
-
ad = (pd_2 && ad);
|
|
271
|
-
} if (("mouseout" === en)) {
|
|
272
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
273
|
-
ad = (pd_3 && ad);
|
|
274
|
-
} if (("click" === en)) {
|
|
275
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
276
|
-
ad = (pd_4 && ad);
|
|
277
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Reviewer cannot also be the Overseer of this responsibility. Select another user as the Overseer."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
278
|
-
function View_BulkResponsibilityViewComponent_24(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
279
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
280
|
-
ad = (pd_0 && ad);
|
|
281
|
-
} if (("mouseover" === en)) {
|
|
282
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
283
|
-
ad = (pd_1 && ad);
|
|
284
|
-
} if (("mouseleave" === en)) {
|
|
285
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
286
|
-
ad = (pd_2 && ad);
|
|
287
|
-
} if (("mouseout" === en)) {
|
|
288
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
289
|
-
ad = (pd_3 && ad);
|
|
290
|
-
} if (("click" === en)) {
|
|
291
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
292
|
-
ad = (pd_4 && ad);
|
|
293
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Assignee cannot also be the Overseer of this responsibility. Select another user as the Overseer"; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
294
|
-
function View_BulkResponsibilityViewComponent_25(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
295
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
296
|
-
ad = (pd_0 && ad);
|
|
297
|
-
} if (("mouseover" === en)) {
|
|
298
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
299
|
-
ad = (pd_1 && ad);
|
|
300
|
-
} if (("mouseleave" === en)) {
|
|
301
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
302
|
-
ad = (pd_2 && ad);
|
|
303
|
-
} if (("mouseout" === en)) {
|
|
304
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
305
|
-
ad = (pd_3 && ad);
|
|
306
|
-
} if (("click" === en)) {
|
|
307
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
308
|
-
ad = (pd_4 && ad);
|
|
309
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = ((((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.assignor) ? "The Assignor cannot also be the Overseer of this responsibility. " : "You cannot be an Overseer of this responsibility since you are the Assignor. ") + "Select another user as the Overseer."); var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
310
|
-
function View_BulkResponsibilityViewComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 84, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "exel-view-column sl-no"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(2, null, ["", ""])), (_l()(), i1.ɵeld(3, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(4, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_8)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(7, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(8, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_9)), i1.ɵdid(10, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(11, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(12, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_10)), i1.ɵdid(14, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_11)), i1.ɵdid(16, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_12)), i1.ɵdid(18, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(19, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(20, null, ["", ""])), (_l()(), i1.ɵeld(21, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(22, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_13)), i1.ɵdid(24, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(25, 0, null, null, 13, "div", [["class", "exel-view-column multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(26, 0, null, null, 12, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(27, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(28, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_14)), i1.ɵdid(30, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_15)), i1.ɵdid(32, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(33, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(34, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_16)), i1.ɵdid(36, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_17)), i1.ɵdid(38, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(39, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(40, null, ["", ""])), (_l()(), i1.ɵeld(41, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(42, null, ["", ""])), (_l()(), i1.ɵeld(43, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(44, null, ["", ""])), (_l()(), i1.ɵeld(45, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(46, null, ["", ""])), (_l()(), i1.ɵeld(47, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(48, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_18)), i1.ɵdid(50, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_19)), i1.ɵdid(52, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(53, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(54, null, ["", ""])), (_l()(), i1.ɵeld(55, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(56, null, ["", ""])), (_l()(), i1.ɵeld(57, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(58, null, ["", ""])), (_l()(), i1.ɵeld(59, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(60, null, ["", ""])), (_l()(), i1.ɵeld(61, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(62, null, ["", ""])), (_l()(), i1.ɵeld(63, 0, null, null, 17, "div", [["class", "exel-view-column multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(64, 0, null, null, 16, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(65, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(66, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_20)), i1.ɵdid(68, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_21)), i1.ɵdid(70, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_22)), i1.ɵdid(72, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(73, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(74, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_23)), i1.ɵdid(76, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_24)), i1.ɵdid(78, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_25)), i1.ɵdid(80, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(81, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(82, null, ["", ""])), (_l()(), i1.ɵeld(83, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(84, null, ["", ""]))], function (_ck, _v) { var _co = _v.component; var currVal_4 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityName); _ck(_v, 6, 0, currVal_4); var currVal_7 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)))); _ck(_v, 10, 0, currVal_7); var currVal_10 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)))); _ck(_v, 14, 0, currVal_10); var currVal_11 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 16, 0, currVal_11); var currVal_12 = (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) || !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidUser)); _ck(_v, 18, 0, currVal_12); var currVal_16 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.frequency); _ck(_v, 24, 0, currVal_16); var currVal_19 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidDueDate); _ck(_v, 30, 0, currVal_19); var currVal_20 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.isPastDate); _ck(_v, 32, 0, currVal_20); var currVal_23 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidDueDate); _ck(_v, 36, 0, currVal_23); var currVal_24 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.isPastDate); _ck(_v, 38, 0, currVal_24); var currVal_31 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))); _ck(_v, 50, 0, currVal_31); var currVal_32 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 52, 0, currVal_32); var currVal_40 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify))); _ck(_v, 68, 0, currVal_40); var currVal_41 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 70, 0, currVal_41); var currVal_42 = (((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || ((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && !((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == _co.defaultOwner))); _ck(_v, 72, 0, currVal_42); var currVal_45 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure))); _ck(_v, 76, 0, currVal_45); var currVal_46 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 78, 0, currVal_46); var currVal_47 = (((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && !((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == _co.defaultOwner))); _ck(_v, 80, 0, currVal_47); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = !_v.context.$implicit.isValid; _ck(_v, 1, 0, currVal_0); var currVal_1 = (_v.context.index + 1); _ck(_v, 2, 0, currVal_1); var currVal_2 = !_v.context.$implicit.responsibilityName; _ck(_v, 3, 0, currVal_2); var currVal_3 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityName); _ck(_v, 4, 0, currVal_3); var currVal_5 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))); _ck(_v, 7, 0, currVal_5); var currVal_6 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor); _ck(_v, 8, 0, currVal_6); var currVal_8 = ((!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) || (((((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))) || !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidUser)); _ck(_v, 11, 0, currVal_8); var currVal_9 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee); _ck(_v, 12, 0, currVal_9); var currVal_13 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityCategory); _ck(_v, 20, 0, currVal_13); var currVal_14 = !_v.context.$implicit.frequency; _ck(_v, 21, 0, currVal_14); var currVal_15 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.frequency); _ck(_v, 22, 0, currVal_15); var currVal_17 = !_v.context.$implicit.isValidDueDate; _ck(_v, 27, 0, currVal_17); var currVal_18 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.day); _ck(_v, 28, 0, currVal_18); var currVal_21 = !_v.context.$implicit.isValidDueDate; _ck(_v, 33, 0, currVal_21); var currVal_22 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.month); _ck(_v, 34, 0, currVal_22); var currVal_25 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityWindow); _ck(_v, 40, 0, currVal_25); var currVal_26 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.failedAfter); _ck(_v, 42, 0, currVal_26); var currVal_27 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reportClass); _ck(_v, 44, 0, currVal_27); var currVal_28 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityCenter); _ck(_v, 46, 0, currVal_28); var currVal_29 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && (((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)))); _ck(_v, 47, 0, currVal_29); var currVal_30 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer); _ck(_v, 48, 0, currVal_30); var currVal_33 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewToBeCompletedWithin); _ck(_v, 54, 0, currVal_33); var currVal_34 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewWillBeFailedAfter); _ck(_v, 56, 0, currVal_34); var currVal_35 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.formatForResponsibility); _ck(_v, 58, 0, currVal_35); var currVal_36 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.notes); _ck(_v, 60, 0, currVal_36); var currVal_37 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.documentEvidenceRequired); _ck(_v, 62, 0, currVal_37); var currVal_38 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && ((((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))) || (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == _co.defaultOwner)))); _ck(_v, 65, 0, currVal_38); var currVal_39 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify); _ck(_v, 66, 0, currVal_39); var currVal_43 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && ((((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))) || (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == _co.defaultOwner)))); _ck(_v, 73, 0, currVal_43); var currVal_44 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure); _ck(_v, 74, 0, currVal_44); var currVal_48 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.keyResponsibility); _ck(_v, 82, 0, currVal_48); var currVal_49 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.objective); _ck(_v, 84, 0, currVal_49); }); }
|
|
311
|
-
function View_BulkResponsibilityViewComponent_26(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-loader", [], null, null, null, i4.View_LoaderComponent_0, i4.RenderType_LoaderComponent)), i1.ɵdid(1, 114688, null, 0, i5.LoaderComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
312
|
-
function View_BulkResponsibilityViewComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 24, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 21, "div", [["class", "bulk-view"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "bulk-view-head"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "h2", [["class", "bulk-view-title"]], null, null, null, null, null)), (_l()(), i1.ɵted(4, null, [" ", " "])), (_l()(), i1.ɵeld(5, 0, null, null, 8, "div", [["class", "bulk-view-body"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 7, "div", [["class", "exel-view"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 4, "div", [["class", "exel-view-row head"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 1, "div", [["class", "exel-view-column sl-no"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["#"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_2)), i1.ɵdid(11, 278528, null, 0, i2.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_7)), i1.ɵdid(13, 278528, null, 0, i2.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(14, 0, null, null, 8, "div", [["class", "bulk-view-footer"]], null, null, null, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 2, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(16, 0, null, null, 1, "p", [], null, null, null, null, null)), (_l()(), i1.ɵted(17, null, ["", " out of ", " responsibilities will be uploaded."])), (_l()(), i1.ɵeld(18, 0, null, null, 4, "div", [["class", "right"]], null, null, null, null, null)), (_l()(), i1.ɵeld(19, 0, null, null, 1, "button", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
313
|
-
var pd_0 = (_co.close() !== false);
|
|
314
|
-
ad = (pd_0 && ad);
|
|
315
|
-
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Cancel"])), (_l()(), i1.ɵeld(21, 0, null, null, 1, "button", [["class", "blue"]], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
316
|
-
var pd_0 = (_co.submit() !== false);
|
|
317
|
-
ad = (pd_0 && ad);
|
|
318
|
-
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Confirm"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_26)), i1.ɵdid(24, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_1 = ((_co.responsibilityBulkUpload == null) ? null : _co.responsibilityBulkUpload.header); _ck(_v, 11, 0, currVal_1); var currVal_2 = ((_co.responsibilityBulkUpload == null) ? null : _co.responsibilityBulkUpload.reports); _ck(_v, 13, 0, currVal_2); var currVal_6 = _co.loader; _ck(_v, 24, 0, currVal_6); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.fileName; _ck(_v, 4, 0, currVal_0); var currVal_3 = _co.finalResponsibilities; var currVal_4 = ((_co.responsibilityBulkUpload == null) ? null : ((_co.responsibilityBulkUpload.reports == null) ? null : _co.responsibilityBulkUpload.reports.length)); _ck(_v, 17, 0, currVal_3, currVal_4); var currVal_5 = (_co.finalResponsibilities < 1); _ck(_v, 21, 0, currVal_5); }); }
|
|
319
|
-
function View_BulkResponsibilityViewComponent_29(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "required"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"]))], null, null); }
|
|
320
|
-
function View_BulkResponsibilityViewComponent_28(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, null, null, null, null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_29)), i1.ɵdid(3, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var currVal_1 = _v.parent.context.$implicit.includes("*"); _ck(_v, 3, 0, currVal_1); }, function (_ck, _v) { var currVal_0 = (_v.parent.context.$implicit.includes("*") ? _v.parent.context.$implicit.replace("*", "") : _v.parent.context.$implicit); _ck(_v, 1, 0, currVal_0); }); }
|
|
321
|
-
function View_BulkResponsibilityViewComponent_30(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 8, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "exel-view-column large"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Due Date"])), (_l()(), i1.ɵeld(4, 0, null, null, 4, "div", [["class", "exel-view-row multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Day"])), (_l()(), i1.ɵeld(7, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Month"]))], null, null); }
|
|
322
|
-
function View_BulkResponsibilityViewComponent_31(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 8, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "exel-view-column large"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Oversight "])), (_l()(), i1.ɵeld(4, 0, null, null, 4, "div", [["class", "exel-view-row multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Always Notify"])), (_l()(), i1.ɵeld(7, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Notify on Failure"]))], null, null); }
|
|
323
|
-
function View_BulkResponsibilityViewComponent_27(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [["class", "exel-view-column"]], [[2, "large", null]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_28)), i1.ɵdid(2, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_30)), i1.ɵdid(4, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_31)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var currVal_1 = ((_v.context.$implicit && !_v.context.$implicit.startsWith("Due")) && !_v.context.$implicit.startsWith("Oversight")); _ck(_v, 2, 0, currVal_1); var currVal_2 = (_v.context.$implicit && _v.context.$implicit.startsWith("Due")); _ck(_v, 4, 0, currVal_2); var currVal_3 = (_v.context.$implicit && _v.context.$implicit.startsWith("Oversight")); _ck(_v, 6, 0, currVal_3); }, function (_ck, _v) { var currVal_0 = (_v.context.$implicit && _v.context.$implicit.startsWith("Inherent")); _ck(_v, 0, 0, currVal_0); }); }
|
|
324
|
-
function View_BulkResponsibilityViewComponent_33(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
17
|
+
function View_BulkResponsibilityViewComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "required"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"]))], null, null); }
|
|
18
|
+
function View_BulkResponsibilityViewComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, null, null, null, null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_3)), i1.ɵdid(3, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var currVal_1 = _v.parent.context.$implicit.includes("*"); _ck(_v, 3, 0, currVal_1); }, function (_ck, _v) { var currVal_0 = (_v.parent.context.$implicit.includes("*") ? _v.parent.context.$implicit.replace("*", "") : _v.parent.context.$implicit); _ck(_v, 1, 0, currVal_0); }); }
|
|
19
|
+
function View_BulkResponsibilityViewComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 8, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "exel-view-column large"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Due Date"])), (_l()(), i1.ɵeld(4, 0, null, null, 4, "div", [["class", "exel-view-row multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Day"])), (_l()(), i1.ɵeld(7, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Month"]))], null, null); }
|
|
20
|
+
function View_BulkResponsibilityViewComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 8, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "exel-view-column large"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Oversight "])), (_l()(), i1.ɵeld(4, 0, null, null, 4, "div", [["class", "exel-view-row multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Always Notify"])), (_l()(), i1.ɵeld(7, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Notify on Failure"]))], null, null); }
|
|
21
|
+
function View_BulkResponsibilityViewComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [["class", "exel-view-column"]], [[2, "large", null]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_2)), i1.ɵdid(2, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_4)), i1.ɵdid(4, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_5)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var currVal_1 = ((_v.context.$implicit && !_v.context.$implicit.startsWith("Due")) && !_v.context.$implicit.startsWith("Oversight")); _ck(_v, 2, 0, currVal_1); var currVal_2 = (_v.context.$implicit && _v.context.$implicit.startsWith("Due")); _ck(_v, 4, 0, currVal_2); var currVal_3 = (_v.context.$implicit && _v.context.$implicit.startsWith("Oversight")); _ck(_v, 6, 0, currVal_3); }, function (_ck, _v) { var currVal_0 = (_v.context.$implicit && _v.context.$implicit.startsWith("Inherent")); _ck(_v, 0, 0, currVal_0); }); }
|
|
22
|
+
function View_BulkResponsibilityViewComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
325
23
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
326
24
|
ad = (pd_0 && ad);
|
|
327
25
|
} if (("mouseover" === en)) {
|
|
@@ -337,7 +35,7 @@ function View_BulkResponsibilityViewComponent_33(_l) { return i1.ɵvid(0, [(_l()
|
|
|
337
35
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
338
36
|
ad = (pd_4 && ad);
|
|
339
37
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Enter a name for this responsibility."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
340
|
-
function
|
|
38
|
+
function View_BulkResponsibilityViewComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
341
39
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
342
40
|
ad = (pd_0 && ad);
|
|
343
41
|
} if (("mouseover" === en)) {
|
|
@@ -353,23 +51,7 @@ function View_BulkResponsibilityViewComponent_34(_l) { return i1.ɵvid(0, [(_l()
|
|
|
353
51
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
354
52
|
ad = (pd_4 && ad);
|
|
355
53
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Overseer cannot also be the Assignor of this responsibility. Select another user as the Assignor."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
356
|
-
function
|
|
357
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
358
|
-
ad = (pd_0 && ad);
|
|
359
|
-
} if (("mouseover" === en)) {
|
|
360
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
361
|
-
ad = (pd_1 && ad);
|
|
362
|
-
} if (("mouseleave" === en)) {
|
|
363
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
364
|
-
ad = (pd_2 && ad);
|
|
365
|
-
} if (("mouseout" === en)) {
|
|
366
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
367
|
-
ad = (pd_3 && ad);
|
|
368
|
-
} if (("click" === en)) {
|
|
369
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
370
|
-
ad = (pd_4 && ad);
|
|
371
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Reviewer cannot also be the Assignor of this responsibility. Select another user as the Assignor."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
372
|
-
function View_BulkResponsibilityViewComponent_36(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
54
|
+
function View_BulkResponsibilityViewComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
373
55
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
374
56
|
ad = (pd_0 && ad);
|
|
375
57
|
} if (("mouseover" === en)) {
|
|
@@ -385,7 +67,7 @@ function View_BulkResponsibilityViewComponent_36(_l) { return i1.ɵvid(0, [(_l()
|
|
|
385
67
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
386
68
|
ad = (pd_4 && ad);
|
|
387
69
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Overseer cannot also be the Assignee of this responsibility. Select another user as the Assignee."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
388
|
-
function
|
|
70
|
+
function View_BulkResponsibilityViewComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
389
71
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
390
72
|
ad = (pd_0 && ad);
|
|
391
73
|
} if (("mouseover" === en)) {
|
|
@@ -401,7 +83,7 @@ function View_BulkResponsibilityViewComponent_37(_l) { return i1.ɵvid(0, [(_l()
|
|
|
401
83
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
402
84
|
ad = (pd_4 && ad);
|
|
403
85
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Reviewer cannot also be the Assignee of this responsibility. Select another user as the Assignee."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
404
|
-
function
|
|
86
|
+
function View_BulkResponsibilityViewComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
405
87
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
406
88
|
ad = (pd_0 && ad);
|
|
407
89
|
} if (("mouseover" === en)) {
|
|
@@ -417,7 +99,7 @@ function View_BulkResponsibilityViewComponent_38(_l) { return i1.ɵvid(0, [(_l()
|
|
|
417
99
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
418
100
|
ad = (pd_4 && ad);
|
|
419
101
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "Select the user responsible for completing this responsibility. "; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
420
|
-
function
|
|
102
|
+
function View_BulkResponsibilityViewComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
421
103
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
422
104
|
ad = (pd_0 && ad);
|
|
423
105
|
} if (("mouseover" === en)) {
|
|
@@ -433,7 +115,7 @@ function View_BulkResponsibilityViewComponent_39(_l) { return i1.ɵvid(0, [(_l()
|
|
|
433
115
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
434
116
|
ad = (pd_4 && ad);
|
|
435
117
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Select a frequency for this responsibility."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
436
|
-
function
|
|
118
|
+
function View_BulkResponsibilityViewComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
437
119
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
438
120
|
ad = (pd_0 && ad);
|
|
439
121
|
} if (("mouseover" === en)) {
|
|
@@ -449,7 +131,7 @@ function View_BulkResponsibilityViewComponent_40(_l) { return i1.ɵvid(0, [(_l()
|
|
|
449
131
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
450
132
|
ad = (pd_4 && ad);
|
|
451
133
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Invalid Due Date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
452
|
-
function
|
|
134
|
+
function View_BulkResponsibilityViewComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
453
135
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
454
136
|
ad = (pd_0 && ad);
|
|
455
137
|
} if (("mouseover" === en)) {
|
|
@@ -465,7 +147,7 @@ function View_BulkResponsibilityViewComponent_41(_l) { return i1.ɵvid(0, [(_l()
|
|
|
465
147
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
466
148
|
ad = (pd_4 && ad);
|
|
467
149
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "This date occurs in the past. Select a future date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
468
|
-
function
|
|
150
|
+
function View_BulkResponsibilityViewComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
469
151
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
470
152
|
ad = (pd_0 && ad);
|
|
471
153
|
} if (("mouseover" === en)) {
|
|
@@ -481,7 +163,7 @@ function View_BulkResponsibilityViewComponent_42(_l) { return i1.ɵvid(0, [(_l()
|
|
|
481
163
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
482
164
|
ad = (pd_4 && ad);
|
|
483
165
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "Invalid Due Date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
484
|
-
function
|
|
166
|
+
function View_BulkResponsibilityViewComponent_16(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
485
167
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
486
168
|
ad = (pd_0 && ad);
|
|
487
169
|
} if (("mouseover" === en)) {
|
|
@@ -497,7 +179,7 @@ function View_BulkResponsibilityViewComponent_43(_l) { return i1.ɵvid(0, [(_l()
|
|
|
497
179
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
498
180
|
ad = (pd_4 && ad);
|
|
499
181
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var currVal_0 = "This date occurs in the past. Select a future date."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
500
|
-
function
|
|
182
|
+
function View_BulkResponsibilityViewComponent_17(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
501
183
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
502
184
|
ad = (pd_0 && ad);
|
|
503
185
|
} if (("mouseover" === en)) {
|
|
@@ -513,7 +195,7 @@ function View_BulkResponsibilityViewComponent_44(_l) { return i1.ɵvid(0, [(_l()
|
|
|
513
195
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
514
196
|
ad = (pd_4 && ad);
|
|
515
197
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Overseer cannot also be the Reviewer of this responsibility. Select another user as the Reviewer"; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
516
|
-
function
|
|
198
|
+
function View_BulkResponsibilityViewComponent_18(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
517
199
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
518
200
|
ad = (pd_0 && ad);
|
|
519
201
|
} if (("mouseover" === en)) {
|
|
@@ -529,23 +211,7 @@ function View_BulkResponsibilityViewComponent_45(_l) { return i1.ɵvid(0, [(_l()
|
|
|
529
211
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
530
212
|
ad = (pd_4 && ad);
|
|
531
213
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Assignee cannot also be the Reviewer of this responsibility. Select another user as the Reviewer."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
532
|
-
function
|
|
533
|
-
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
534
|
-
ad = (pd_0 && ad);
|
|
535
|
-
} if (("mouseover" === en)) {
|
|
536
|
-
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
537
|
-
ad = (pd_1 && ad);
|
|
538
|
-
} if (("mouseleave" === en)) {
|
|
539
|
-
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
540
|
-
ad = (pd_2 && ad);
|
|
541
|
-
} if (("mouseout" === en)) {
|
|
542
|
-
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
543
|
-
ad = (pd_3 && ad);
|
|
544
|
-
} if (("click" === en)) {
|
|
545
|
-
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
546
|
-
ad = (pd_4 && ad);
|
|
547
|
-
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = ((((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.assignor) ? "The Assignor cannot also be the Reviewer of this responsibility." : "You cannot be a Reviewer of this responsibility since you are the assignor. ") + "Select another user as the Reviewer"); var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
548
|
-
function View_BulkResponsibilityViewComponent_47(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
214
|
+
function View_BulkResponsibilityViewComponent_19(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
549
215
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
550
216
|
ad = (pd_0 && ad);
|
|
551
217
|
} if (("mouseover" === en)) {
|
|
@@ -561,7 +227,7 @@ function View_BulkResponsibilityViewComponent_47(_l) { return i1.ɵvid(0, [(_l()
|
|
|
561
227
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
562
228
|
ad = (pd_4 && ad);
|
|
563
229
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Reviewer cannot also be the Overseer of this responsibility. Select another user as the Overseer."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
564
|
-
function
|
|
230
|
+
function View_BulkResponsibilityViewComponent_20(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
565
231
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
566
232
|
ad = (pd_0 && ad);
|
|
567
233
|
} if (("mouseover" === en)) {
|
|
@@ -577,7 +243,7 @@ function View_BulkResponsibilityViewComponent_48(_l) { return i1.ɵvid(0, [(_l()
|
|
|
577
243
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
578
244
|
ad = (pd_4 && ad);
|
|
579
245
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Assignee cannot also be the Overseer of this responsibility. Select another user as the Overseer"; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
580
|
-
function
|
|
246
|
+
function View_BulkResponsibilityViewComponent_21(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
581
247
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
582
248
|
ad = (pd_0 && ad);
|
|
583
249
|
} if (("mouseover" === en)) {
|
|
@@ -593,7 +259,7 @@ function View_BulkResponsibilityViewComponent_49(_l) { return i1.ɵvid(0, [(_l()
|
|
|
593
259
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
594
260
|
ad = (pd_4 && ad);
|
|
595
261
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = ((((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.assignor) ? "The Assignor cannot also be the Overseer of this responsibility. " : "You cannot be an Overseer of this responsibility since you are the Assignor. ") + "Select another user as the Overseer."); var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
596
|
-
function
|
|
262
|
+
function View_BulkResponsibilityViewComponent_22(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
597
263
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
598
264
|
ad = (pd_0 && ad);
|
|
599
265
|
} if (("mouseover" === en)) {
|
|
@@ -609,7 +275,7 @@ function View_BulkResponsibilityViewComponent_50(_l) { return i1.ɵvid(0, [(_l()
|
|
|
609
275
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
610
276
|
ad = (pd_4 && ad);
|
|
611
277
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Reviewer cannot also be the Overseer of this responsibility. Select another user as the Overseer."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
612
|
-
function
|
|
278
|
+
function View_BulkResponsibilityViewComponent_23(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
613
279
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
614
280
|
ad = (pd_0 && ad);
|
|
615
281
|
} if (("mouseover" === en)) {
|
|
@@ -625,7 +291,7 @@ function View_BulkResponsibilityViewComponent_51(_l) { return i1.ɵvid(0, [(_l()
|
|
|
625
291
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
626
292
|
ad = (pd_4 && ad);
|
|
627
293
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = "The Assignee cannot also be the Overseer of this responsibility. Select another user as the Overseer"; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
628
|
-
function
|
|
294
|
+
function View_BulkResponsibilityViewComponent_24(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
629
295
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
630
296
|
ad = (pd_0 && ad);
|
|
631
297
|
} if (("mouseover" === en)) {
|
|
@@ -641,16 +307,16 @@ function View_BulkResponsibilityViewComponent_52(_l) { return i1.ɵvid(0, [(_l()
|
|
|
641
307
|
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
642
308
|
ad = (pd_4 && ad);
|
|
643
309
|
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i3.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE932 "]))], function (_ck, _v) { var currVal_0 = ((((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.assignor) ? "The Assignor cannot also be the Overseer of this responsibility. " : "You cannot be an Overseer of this responsibility since you are the Assignor. ") + "Select another user as the Overseer."); var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
644
|
-
function View_BulkResponsibilityViewComponent_32(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 88, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "exel-view-column sl-no"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(2, null, ["", ""])), (_l()(), i1.ɵeld(3, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(4, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_33)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(7, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(8, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_34)), i1.ɵdid(10, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_35)), i1.ɵdid(12, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(13, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(14, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_36)), i1.ɵdid(16, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_37)), i1.ɵdid(18, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_38)), i1.ɵdid(20, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(21, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(22, null, ["", ""])), (_l()(), i1.ɵeld(23, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(24, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_39)), i1.ɵdid(26, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(27, 0, null, null, 13, "div", [["class", "exel-view-column multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(28, 0, null, null, 12, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(29, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(30, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_40)), i1.ɵdid(32, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_41)), i1.ɵdid(34, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(35, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(36, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_42)), i1.ɵdid(38, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_43)), i1.ɵdid(40, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(41, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(42, null, ["", ""])), (_l()(), i1.ɵeld(43, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(44, null, ["", ""])), (_l()(), i1.ɵeld(45, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(46, null, ["", ""])), (_l()(), i1.ɵeld(47, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(48, null, ["", ""])), (_l()(), i1.ɵeld(49, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(50, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_44)), i1.ɵdid(52, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_45)), i1.ɵdid(54, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_46)), i1.ɵdid(56, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(57, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(58, null, ["", ""])), (_l()(), i1.ɵeld(59, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(60, null, ["", ""])), (_l()(), i1.ɵeld(61, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(62, null, ["", ""])), (_l()(), i1.ɵeld(63, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(64, null, ["", ""])), (_l()(), i1.ɵeld(65, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(66, null, ["", ""])), (_l()(), i1.ɵeld(67, 0, null, null, 17, "div", [["class", "exel-view-column multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(68, 0, null, null, 16, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(69, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(70, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_47)), i1.ɵdid(72, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_48)), i1.ɵdid(74, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_49)), i1.ɵdid(76, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(77, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(78, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_50)), i1.ɵdid(80, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_51)), i1.ɵdid(82, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_52)), i1.ɵdid(84, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(85, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(86, null, ["", ""])), (_l()(), i1.ɵeld(87, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(88, null, ["", ""]))], function (_ck, _v) { var _co = _v.component; var currVal_4 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityName); _ck(_v, 6, 0, currVal_4); var currVal_7 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)))); _ck(_v, 10, 0, currVal_7); var currVal_8 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))); _ck(_v, 12, 0, currVal_8); var currVal_11 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)))); _ck(_v, 16, 0, currVal_11); var currVal_12 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 18, 0, currVal_12); var currVal_13 = (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) || !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidUser)); _ck(_v, 20, 0, currVal_13); var currVal_17 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.frequency); _ck(_v, 26, 0, currVal_17); var currVal_20 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidDueDate); _ck(_v, 32, 0, currVal_20); var currVal_21 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.isPastDate); _ck(_v, 34, 0, currVal_21); var currVal_24 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidDueDate); _ck(_v, 38, 0, currVal_24); var currVal_25 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.isPastDate); _ck(_v, 40, 0, currVal_25); var currVal_32 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))); _ck(_v, 52, 0, currVal_32); var currVal_33 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 54, 0, currVal_33); var currVal_34 = (((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || ((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && !((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == _co.defaultOwner))); _ck(_v, 56, 0, currVal_34); var currVal_42 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify))); _ck(_v, 72, 0, currVal_42); var currVal_43 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 74, 0, currVal_43); var currVal_44 = (((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || ((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && !((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == _co.defaultOwner))); _ck(_v, 76, 0, currVal_44); var currVal_47 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure))); _ck(_v, 80, 0, currVal_47); var currVal_48 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 82, 0, currVal_48); var currVal_49 = (((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && !((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == _co.defaultOwner))); _ck(_v, 84, 0, currVal_49); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = !_v.context.$implicit.isValid; _ck(_v, 1, 0, currVal_0); var currVal_1 = (_v.context.index + 1); _ck(_v, 2, 0, currVal_1); var currVal_2 = !_v.context.$implicit.responsibilityName; _ck(_v, 3, 0, currVal_2); var currVal_3 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityName); _ck(_v, 4, 0, currVal_3); var currVal_5 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))); _ck(_v, 7, 0, currVal_5); var currVal_6 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor); _ck(_v, 8, 0, currVal_6); var currVal_9 = ((!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) || (((((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))) || !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidUser)); _ck(_v, 13, 0, currVal_9); var currVal_10 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee); _ck(_v, 14, 0, currVal_10); var currVal_14 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityCategory); _ck(_v, 22, 0, currVal_14); var currVal_15 = !_v.context.$implicit.frequency; _ck(_v, 23, 0, currVal_15); var currVal_16 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.frequency); _ck(_v, 24, 0, currVal_16); var currVal_18 = !_v.context.$implicit.isValidDueDate; _ck(_v, 29, 0, currVal_18); var currVal_19 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.day); _ck(_v, 30, 0, currVal_19); var currVal_22 = !_v.context.$implicit.isValidDueDate; _ck(_v, 35, 0, currVal_22); var currVal_23 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.month); _ck(_v, 36, 0, currVal_23); var currVal_26 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityWindow); _ck(_v, 42, 0, currVal_26); var currVal_27 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.failedAfter); _ck(_v, 44, 0, currVal_27); var currVal_28 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reportClass); _ck(_v, 46, 0, currVal_28); var currVal_29 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityCenter); _ck(_v, 48, 0, currVal_29); var currVal_30 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && (((((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))) || (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == _co.defaultOwner)))); _ck(_v, 49, 0, currVal_30); var currVal_31 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer); _ck(_v, 50, 0, currVal_31); var currVal_35 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewToBeCompletedWithin); _ck(_v, 58, 0, currVal_35); var currVal_36 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewWillBeFailedAfter); _ck(_v, 60, 0, currVal_36); var currVal_37 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.formatForResponsibility); _ck(_v, 62, 0, currVal_37); var currVal_38 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.notes); _ck(_v, 64, 0, currVal_38); var currVal_39 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.documentEvidenceRequired); _ck(_v, 66, 0, currVal_39); var currVal_40 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && ((((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))) || (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == _co.defaultOwner)))); _ck(_v, 69, 0, currVal_40); var currVal_41 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify); _ck(_v, 70, 0, currVal_41); var currVal_45 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && ((((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))) || (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == _co.defaultOwner)))); _ck(_v, 77, 0, currVal_45); var currVal_46 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure); _ck(_v, 78, 0, currVal_46); var currVal_50 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.keyResponsibility); _ck(_v, 86, 0, currVal_50); var currVal_51 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.objective); _ck(_v, 88, 0, currVal_51); }); }
|
|
645
|
-
function
|
|
646
|
-
export function View_BulkResponsibilityViewComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵ
|
|
310
|
+
function View_BulkResponsibilityViewComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 84, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "exel-view-column sl-no"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(2, null, ["", ""])), (_l()(), i1.ɵeld(3, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(4, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_7)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(7, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(8, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_8)), i1.ɵdid(10, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(11, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(12, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_9)), i1.ɵdid(14, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_10)), i1.ɵdid(16, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_11)), i1.ɵdid(18, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(19, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(20, null, ["", ""])), (_l()(), i1.ɵeld(21, 0, null, null, 3, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(22, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_12)), i1.ɵdid(24, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(25, 0, null, null, 13, "div", [["class", "exel-view-column multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(26, 0, null, null, 12, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(27, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(28, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_13)), i1.ɵdid(30, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_14)), i1.ɵdid(32, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(33, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(34, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_15)), i1.ɵdid(36, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_16)), i1.ɵdid(38, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(39, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(40, null, ["", ""])), (_l()(), i1.ɵeld(41, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(42, null, ["", ""])), (_l()(), i1.ɵeld(43, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(44, null, ["", ""])), (_l()(), i1.ɵeld(45, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(46, null, ["", ""])), (_l()(), i1.ɵeld(47, 0, null, null, 5, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(48, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_17)), i1.ɵdid(50, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_18)), i1.ɵdid(52, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(53, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(54, null, ["", ""])), (_l()(), i1.ɵeld(55, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(56, null, ["", ""])), (_l()(), i1.ɵeld(57, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(58, null, ["", ""])), (_l()(), i1.ɵeld(59, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(60, null, ["", ""])), (_l()(), i1.ɵeld(61, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(62, null, ["", ""])), (_l()(), i1.ɵeld(63, 0, null, null, 17, "div", [["class", "exel-view-column multi-column"]], null, null, null, null, null)), (_l()(), i1.ɵeld(64, 0, null, null, 16, "div", [["class", "exel-view-row"]], null, null, null, null, null)), (_l()(), i1.ɵeld(65, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(66, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_19)), i1.ɵdid(68, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_20)), i1.ɵdid(70, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_21)), i1.ɵdid(72, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(73, 0, null, null, 7, "div", [["class", "exel-view-column"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵted(74, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_22)), i1.ɵdid(76, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_23)), i1.ɵdid(78, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_24)), i1.ɵdid(80, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(81, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(82, null, ["", ""])), (_l()(), i1.ɵeld(83, 0, null, null, 1, "div", [["class", "exel-view-column"]], null, null, null, null, null)), (_l()(), i1.ɵted(84, null, ["", ""]))], function (_ck, _v) { var _co = _v.component; var currVal_4 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityName); _ck(_v, 6, 0, currVal_4); var currVal_7 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)))); _ck(_v, 10, 0, currVal_7); var currVal_10 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)))); _ck(_v, 14, 0, currVal_10); var currVal_11 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 16, 0, currVal_11); var currVal_12 = (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) || !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidUser)); _ck(_v, 18, 0, currVal_12); var currVal_16 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.frequency); _ck(_v, 24, 0, currVal_16); var currVal_19 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidDueDate); _ck(_v, 30, 0, currVal_19); var currVal_20 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.isPastDate); _ck(_v, 32, 0, currVal_20); var currVal_23 = !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidDueDate); _ck(_v, 36, 0, currVal_23); var currVal_24 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.isPastDate); _ck(_v, 38, 0, currVal_24); var currVal_31 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))); _ck(_v, 50, 0, currVal_31); var currVal_32 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 52, 0, currVal_32); var currVal_40 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify))); _ck(_v, 68, 0, currVal_40); var currVal_41 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 70, 0, currVal_41); var currVal_42 = (((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || ((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && !((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == _co.defaultOwner))); _ck(_v, 72, 0, currVal_42); var currVal_45 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure))); _ck(_v, 76, 0, currVal_45); var currVal_46 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))); _ck(_v, 78, 0, currVal_46); var currVal_47 = (((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || ((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && !((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor)) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == _co.defaultOwner))); _ck(_v, 80, 0, currVal_47); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = !_v.context.$implicit.isValid; _ck(_v, 1, 0, currVal_0); var currVal_1 = (_v.context.index + 1); _ck(_v, 2, 0, currVal_1); var currVal_2 = !_v.context.$implicit.responsibilityName; _ck(_v, 3, 0, currVal_2); var currVal_3 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityName); _ck(_v, 4, 0, currVal_3); var currVal_5 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && ((((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))); _ck(_v, 7, 0, currVal_5); var currVal_6 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor); _ck(_v, 8, 0, currVal_6); var currVal_8 = ((!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) || (((((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure)))) || !((_v.context.$implicit == null) ? null : _v.context.$implicit.isValidUser)); _ck(_v, 11, 0, currVal_8); var currVal_9 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee); _ck(_v, 12, 0, currVal_9); var currVal_13 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityCategory); _ck(_v, 20, 0, currVal_13); var currVal_14 = !_v.context.$implicit.frequency; _ck(_v, 21, 0, currVal_14); var currVal_15 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.frequency); _ck(_v, 22, 0, currVal_15); var currVal_17 = !_v.context.$implicit.isValidDueDate; _ck(_v, 27, 0, currVal_17); var currVal_18 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.day); _ck(_v, 28, 0, currVal_18); var currVal_21 = !_v.context.$implicit.isValidDueDate; _ck(_v, 33, 0, currVal_21); var currVal_22 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.month); _ck(_v, 34, 0, currVal_22); var currVal_25 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityWindow); _ck(_v, 40, 0, currVal_25); var currVal_26 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.failedAfter); _ck(_v, 42, 0, currVal_26); var currVal_27 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reportClass); _ck(_v, 44, 0, currVal_27); var currVal_28 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.responsibilityCenter); _ck(_v, 46, 0, currVal_28); var currVal_29 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) && (((((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee)))); _ck(_v, 47, 0, currVal_29); var currVal_30 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer); _ck(_v, 48, 0, currVal_30); var currVal_33 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewToBeCompletedWithin); _ck(_v, 54, 0, currVal_33); var currVal_34 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewWillBeFailedAfter); _ck(_v, 56, 0, currVal_34); var currVal_35 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.formatForResponsibility); _ck(_v, 58, 0, currVal_35); var currVal_36 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.notes); _ck(_v, 60, 0, currVal_36); var currVal_37 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.documentEvidenceRequired); _ck(_v, 62, 0, currVal_37); var currVal_38 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) && ((((((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))) || (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify) == _co.defaultOwner)))); _ck(_v, 65, 0, currVal_38); var currVal_39 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.alwaysNotify); _ck(_v, 66, 0, currVal_39); var currVal_43 = (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) && ((((((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.reviewer)) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor))) || (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == ((_v.context.$implicit == null) ? null : _v.context.$implicit.assignee))) || (!((_v.context.$implicit == null) ? null : _v.context.$implicit.assignor) && (((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure) == _co.defaultOwner)))); _ck(_v, 73, 0, currVal_43); var currVal_44 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.notifyOnFailure); _ck(_v, 74, 0, currVal_44); var currVal_48 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.keyResponsibility); _ck(_v, 82, 0, currVal_48); var currVal_49 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.objective); _ck(_v, 84, 0, currVal_49); }); }
|
|
311
|
+
function View_BulkResponsibilityViewComponent_25(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-loader", [], null, null, null, i4.View_LoaderComponent_0, i4.RenderType_LoaderComponent)), i1.ɵdid(1, 114688, null, 0, i5.LoaderComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
312
|
+
export function View_BulkResponsibilityViewComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 21, "div", [["class", "bulk-view"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "bulk-view-head"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "h2", [["class", "bulk-view-title"]], null, null, null, null, null)), (_l()(), i1.ɵted(3, null, [" ", " "])), (_l()(), i1.ɵeld(4, 0, null, null, 8, "div", [["class", "bulk-view-body"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 7, "div", [["class", "exel-view"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 4, "div", [["class", "exel-view-row head"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 1, "div", [["class", "exel-view-column sl-no"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["#"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_1)), i1.ɵdid(10, 278528, null, 0, i2.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_6)), i1.ɵdid(12, 278528, null, 0, i2.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(13, 0, null, null, 8, "div", [["class", "bulk-view-footer"]], null, null, null, null, null)), (_l()(), i1.ɵeld(14, 0, null, null, 2, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 1, "p", [], null, null, null, null, null)), (_l()(), i1.ɵted(16, null, ["", " out of ", " responsibilities will be uploaded."])), (_l()(), i1.ɵeld(17, 0, null, null, 4, "div", [["class", "right"]], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 1, "button", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
647
313
|
var pd_0 = (_co.close() !== false);
|
|
648
314
|
ad = (pd_0 && ad);
|
|
649
|
-
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Cancel"])), (_l()(), i1.ɵeld(
|
|
315
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Cancel"])), (_l()(), i1.ɵeld(20, 0, null, null, 1, "button", [["class", "blue"]], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
650
316
|
var pd_0 = (_co.submit() !== false);
|
|
651
317
|
ad = (pd_0 && ad);
|
|
652
|
-
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Confirm"])), (_l()(), i1.ɵand(16777216, null, null, 1, null,
|
|
318
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Confirm"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_BulkResponsibilityViewComponent_25)), i1.ɵdid(23, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = ((_co.responsibilityBulkUpload == null) ? null : _co.responsibilityBulkUpload.header); _ck(_v, 10, 0, currVal_1); var currVal_2 = ((_co.responsibilityBulkUpload == null) ? null : _co.responsibilityBulkUpload.reports); _ck(_v, 12, 0, currVal_2); var currVal_6 = _co.loader; _ck(_v, 23, 0, currVal_6); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.fileName; _ck(_v, 3, 0, currVal_0); var currVal_3 = _co.finalResponsibilities; var currVal_4 = ((_co.responsibilityBulkUpload == null) ? null : ((_co.responsibilityBulkUpload.reports == null) ? null : _co.responsibilityBulkUpload.reports.length)); _ck(_v, 16, 0, currVal_3, currVal_4); var currVal_5 = (_co.finalResponsibilities < 1); _ck(_v, 20, 0, currVal_5); }); }
|
|
653
319
|
export function View_BulkResponsibilityViewComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-bulk-responsibility-view", [], null, null, null, View_BulkResponsibilityViewComponent_0, RenderType_BulkResponsibilityViewComponent)), i1.ɵdid(1, 638976, null, 0, i6.BulkResponsibilityViewComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
654
320
|
var BulkResponsibilityViewComponentNgFactory = i1.ɵccf("app-bulk-responsibility-view", i6.BulkResponsibilityViewComponent, View_BulkResponsibilityViewComponent_Host_0, { responsibilityBulkUpload: "responsibilityBulkUpload", fileName: "fileName", defaultOwner: "defaultOwner", loader: "loader" }, { submitResponsibilityBulkUpload: "submitResponsibilityBulkUpload", cancel: "cancel" }, []);
|
|
655
321
|
export { BulkResponsibilityViewComponentNgFactory as BulkResponsibilityViewComponentNgFactory };
|
|
656
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVsay1yZXNwb25zaWJpbGl0eS12aWV3LmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2J1bGstcmVzcG9uc2liaWxpdHktdmlldy9idWxrLXJlc3BvbnNpYmlsaXR5LXZpZXcuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYnVsay1yZXNwb25zaWJpbGl0eS12aWV3L2J1bGstcmVzcG9uc2liaWxpdHktdmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7OzBFQ2dCd0Isa0dBQTZELEtBQVIsOEJBQUM7MEVBRjFELDZFQUdlLEtBSHFGLGtDQUVoRyxNQUFBLCtMQUE2RCw4REFBdkQsd0RBQTZCLEdBQW5DLFlBQTZELEVBQXZELFNBQTZCLDJCQUY2RCxpS0FFaEc7MEVBRUosNkVBUWUsS0FQWCxzR0FFTSxLQURGLCtHQUFrRCxLQUFkLHFDQUFRLE1BRWhELG1IQUdNLEtBRkYseUdBQXVDLEtBQVQsZ0NBQUcsTUFDakMseUdBQXlDLEtBQVgsa0NBQUs7MEVBRzNDLDZFQVFlLEtBUFgsc0dBRU0sS0FERiwrR0FBb0QsS0FBaEIsdUNBQVUsTUFFbEQsbUhBR00sS0FGRix5R0FBaUQsS0FBbkIsMENBQWEsTUFDM0MseUdBQXFELEtBQXZCLDhDQUFpQjswRUFyQjNELHlIQXdCTSxLQXRCRiwrTEFHZSxJQUNmLCtMQVFlLElBQ2YsK0xBUWUseUJBckJELGtJQUFxRixJQUFuRyxZQUdlLEVBSEQsU0FBcUYsR0FJckYsOEVBQTRDLElBQTFELFlBUWUsRUFSRCxTQUE0QyxHQVM1QyxvRkFBa0QsSUFBaEUsWUFRZSxFQVJELFNBQWtELDJCQWRoRSxtRkFBeUQsSUFEN0QsWUF3Qk0sRUF2QkYsU0FBeUQ7MEVBOEJ6RDs7Ozs7Ozs7Ozs7Ozs7O3VQQUVrRCxJQUFaLG1DQUFRLDJCQUQxQyx1REFBc0QsRUFBQyw4QkFBd0IsRUFBQyx1QkFBWSxFQUNsRixvQkFBdUIsRUFGckMsWUFFa0QsRUFEOUMsU0FBc0QsRUFBQyxTQUF3QixFQUFDLFNBQVksRUFDbEYsU0FBdUI7MEVBSXJDOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEd0Usb0NBQzVFLDJCQUZJLHVIQUFzSCxFQUN0SCw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUgzRSxZQUlJLEVBRkEsU0FBc0gsRUFDdEgsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBYTNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEd0Usb0NBQzVFLDJCQUZJLHVIQUFzSCxFQUN0SCw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUgzRSxZQUlJLEVBRkEsU0FBc0gsRUFDdEgsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBRzNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEd0Usb0NBQzVFLDJCQUZJLHVIQUFzSCxFQUN0SCw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUgzRSxZQUlJLEVBRkEsU0FBc0gsRUFDdEgsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBRTNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEb0Usb0NBQ3hFLDJCQUZBLGtGQUFpRixFQUNqRiw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUh2RSxZQUlJLEVBRkosU0FBaUYsRUFDakYsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBS3ZFOzs7Ozs7Ozs7Ozs7Ozs7dVBBQ29GLElBQVosbUNBQVEsMkJBRHBDLDZEQUE0RCxFQUN4Ryw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUR2RSxZQUNvRixFQUR4QyxTQUE0RCxFQUN4RyxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFLL0Q7Ozs7Ozs7Ozs7Ozs7Ozt1UEFDd0YsSUFBWixtQ0FBUSwyQkFEbkMsbUNBQWtDLEVBQy9FLDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBRDNFLFlBQ3dGLEVBRHZDLFNBQWtDLEVBQy9FLFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUMzRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUN3RixJQUFaLG1DQUFRLDJCQUR4QyxxRUFBb0UsRUFDNUcsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFEM0UsWUFDd0YsRUFENUMsU0FBb0UsRUFDNUcsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBRzNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBQ3dGLElBQVosbUNBQVEsMkJBRG5DLG1DQUFrQyxFQUMvRSw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUQzRSxZQUN3RixFQUR2QyxTQUFrQyxFQUMvRSxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFDM0U7Ozs7Ozs7Ozs7Ozs7Ozt1UEFDd0YsSUFBWixtQ0FBUSwyQkFEeEMscUVBQW9FLEVBQzVHLDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBRDNFLFlBQ3dGLEVBRDVDLFNBQW9FLEVBQzVHLFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQWFuRjs7Ozs7Ozs7Ozs7Ozs7O3VQQUlJLElBRHdFLG9DQUM1RSwyQkFGSSxzSEFBcUgsRUFDckgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFIM0UsWUFJSSxFQUZBLFNBQXFILEVBQ3JILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUczRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUdJLElBRHdFLG9DQUM1RSwyQkFGSSx1SEFBc0gsRUFDdEgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFGM0UsWUFHSSxFQUZBLFNBQXNILEVBQ3RILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQW1CbkU7Ozs7Ozs7Ozs7Ozs7Ozt1UEFJSSxJQUR3RSxvQ0FDNUUsMkJBRkksdUhBQXNILEVBQ3RILDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBSDNFLFlBSUksRUFGQSxTQUFzSCxFQUN0SCxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFHM0U7Ozs7Ozs7Ozs7Ozs7Ozt1UEFHSSxJQUR3RSxvQ0FDNUUsMkJBRkksc0hBQXFILEVBQ3JILDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBRjNFLFlBR0ksRUFGQSxTQUFxSCxFQUNySCxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFFM0U7Ozs7Ozs7Ozs7Ozs7Ozt1UEFJSSxJQUR3RSxvQ0FDNUUsMkJBRkkseVNBQStOLEdBQy9OLDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBSDNFLFlBSUksRUFGQSxTQUErTixFQUMvTixTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFPM0U7Ozs7Ozs7Ozs7Ozs7Ozt1UEFJQSxJQUR3RSxvQ0FDNUUsMkJBRkksdUhBQXNILEVBQ3RILDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBSHZFLFlBSUEsRUFGQSxTQUFzSCxFQUN0SCxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFHM0U7Ozs7Ozs7Ozs7Ozs7Ozt1UEFHSSxJQUR3RSxvQ0FDNUUsMkJBRkksc0hBQXFILEVBQ3JILDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBRjNFLFlBR0ksRUFGQSxTQUFxSCxFQUNySCxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFFM0U7Ozs7Ozs7Ozs7Ozs7Ozt1UEFJSSxJQUR3RSxvQ0FDNUUsMkJBRkkseVNBQStOLEdBQy9OLDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBSDNFLFlBSUksRUFGQSxTQUErTixFQUMvTixTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjswRUFySXZGLHVHQStJTSxLQTlJRiwrSEFBaUYsS0FBYixnQ0FBTyxNQUUzRSx5SEFJTSxLQUptRSxpQ0FDckUsTUFBQSwrTEFFa0QsSUFFdEQseUhBYU0sS0FiMEosa0NBRTVKLE1BQUEsZ01BSUksSUFRUiwwSEFvQk0sS0FuQnFILG1DQUd2SCxNQUFBLGlNQUlJLElBRUosaU1BSUksSUFDSixpTUFJSSxJQUVSLDBHQUFzRSxLQUF4QyxpQ0FBa0MsTUFDaEUsMEhBR00sS0FIMEQsa0NBQzVELE1BQUEsaU1BQ29GLElBRXhGLHdIQWVNLEtBZEYsd0dBYU0sS0FaRiwwSEFLTSxLQUwrRCxrQ0FDakUsTUFBQSxpTUFDd0YsSUFDeEYsaU1BQ3dGLElBRTVGLDBIQUtNLEtBTCtELGtDQUNqRSxNQUFBLGlNQUN3RixJQUN4RixpTUFDd0YsSUFJcEcsMEdBQW9FLEtBQXRDLGlDQUFnQyxNQUM5RCwwR0FBMkQsS0FBN0IsaUNBQXVCLE1BQ3JELDBHQUEyRCxLQUE3QixpQ0FBdUIsTUFDckQsMEdBQW9FLEtBQXRDLGlDQUFnQyxNQUM5RCwwSEFvQk0sS0FsQjZDLG1DQUcvQyxNQUFBLGlNQUlJLElBRUosaU1BR0ksSUFPUiwwR0FBeUUsS0FBM0MsaUNBQXFDLE1BQ25FLDBHQUF1RSxLQUF6QyxpQ0FBbUMsTUFDakUsMEdBQXVFLEtBQXpDLGlDQUFtQyxNQUNqRSwwR0FBcUQsS0FBdkIsaUNBQWlCLE1BQy9DLDBHQUF3RSxLQUExQyxpQ0FBb0MsTUFDbEUsd0hBMkNNLEtBMUNGLHdHQXlDTSxLQXhDRiwwSEFtQk0sS0FqQjBELG1DQUU1RCxNQUFBLGlNQUlJLElBRUosaU1BR0ksSUFDSixpTUFJSSxJQUVSLDBIQW1CTSxLQWpCNkQsbUNBRS9ELE1BQUEsaU1BSUEsSUFFSixpTUFHSSxJQUNKLGlNQUlJLElBTVosMEdBQWlFLEtBQW5DLGlDQUE2QixNQUMzRCwwR0FBeUQsS0FBM0IsaUNBQXFCLG1EQXpJNUMsNERBQW1DLHdDQUF0QyxZQUVrRCxFQUYvQyxTQUFtQyxHQU1uQyx1WEFBdUgsaUNBQTFILGFBSUksRUFKRCxTQUF1SCxHQWdCdkgsd1hBQXVILGlDQUExSCxhQUlJLEVBSkQsVUFBdUgsR0FNdkgsb05BQXNFLGdDQUF6RSxhQUlJLEVBSkQsVUFBc0UsR0FLdEUsMElBQXFELGtDQUF4RCxhQUlJLEVBSkQsVUFBcUQsR0FRckQsNkRBQTBCLCtCQUE3QixhQUNvRixFQURqRixVQUEwQixHQU1sQiw2REFBK0Isb0NBQWxDLGFBQ3dGLEVBRHJGLFVBQStCLEdBRS9CLDREQUEwQixnQ0FBN0IsYUFDd0YsRUFEckYsVUFBMEIsR0FJMUIsNkRBQStCLG9DQUFsQyxhQUN3RixFQURyRixVQUErQixHQUUvQiw0REFBMEIsZ0NBQTdCLGFBQ3dGLEVBRHJGLFVBQTBCLEdBY2xDLGlYQUEySCx3Q0FBOUgsYUFJSSxFQUpELFVBQTJILEdBTTNILG9OQUFrRSxnQ0FBckUsYUFHSSxFQUhELFVBQWtFLEdBcUIxRCx3TkFBOEUsb0NBQWpGLGFBSUksRUFKRCxVQUE4RSxHQU05RSw0TkFBMEUsZ0NBQTdFLGFBR0ksRUFIRCxVQUEwRSxHQUkxRSw2akJBQThMLGtCQUFqTSxhQUlJLEVBSkQsVUFBOEwsR0FVOUwsMk5BQW9GLHVDQUF2RixhQUlBLEVBSkcsVUFBb0YsR0FNeEYsa09BQWdGLGdDQUFuRixhQUdJLEVBSEQsVUFBZ0YsR0FJaEYseWtCQUEwTSxrQkFBN00sYUFJSSxFQUpELFVBQTBNLG1EQWpJakwsbUJBQStCLDRCQUFuRSxZQUFpRixFQUE3QyxTQUErQixHQUFDLCtEQUFPLEdBRTdDLG1CQUEwQyx1Q0FBeEUsWUFJTSxFQUp3QixTQUEwQyxHQUFDLDBIQUNyRSxHQUkwQixnWEFBaUksd0NBQS9KLFlBYU0sRUFid0IsU0FBaUksR0FBQyxnSEFFNUosR0FZMEIsa21CQUM0RixrQ0FEMUgsYUFvQk0sRUFwQndCLFNBQzRGLEdBQUMsaUhBR3ZILEdBaUIwQixpSUFBa0MsR0FDbEMsb0JBQWlDLDhCQUEvRCxhQUdNLEVBSHdCLFVBQWlDLEdBQUMsb0hBQzVELEdBS2tDLG9CQUFzQyxtQ0FBcEUsYUFLTSxFQUx3QixVQUFzQyxHQUFDLDhHQUNqRSxHQUswQixvQkFBc0MsbUNBQXBFLGFBS00sRUFMd0IsVUFBc0MsR0FBQyxnSEFDakUsR0FPa0IsK0hBQWdDLEdBQ2hDLHNIQUF1QixHQUN2QixzSEFBdUIsR0FDdkIsK0hBQWdDLEdBRTFELGtoQkFDOEMsaUNBRmxELGFBb0JNLEVBbkJGLFVBQzhDLEdBQUMsbUhBRy9DLEdBZ0IwQixvSUFBcUMsR0FDckMsa0lBQW1DLEdBQ25DLGtJQUFtQyxHQUNuQyxnSEFBaUIsR0FDakIsbUlBQW9DLEdBRzVCLDB0QkFFaUMsbUJBRi9ELGFBbUJNLEVBbkJ3QixVQUVpQyxHQUFDLHVIQUU1RCxHQWdCMEIseXVCQUVvQyxtQkFGbEUsYUFtQk0sRUFuQndCLFVBRW9DLEdBQUMsMEhBRS9ELEdBb0JrQiw0SEFBNkIsR0FDN0Isb0hBQXFCOzJFQWdCbkUsd09BQXlDOzBFQW5NekMsOEVBcU1lLEtBcE1mLG1HQWlNTSxLQWhNRix1R0FJTSxLQUhGLHVHQUVLLEtBRnVCLGtDQUU1QixNQUVKLHVHQWdMTSxLQS9LRixrR0E4S00sS0E3S0YsMkdBNEJNLEtBM0JGLCtHQUEyQyxLQUFQLDhCQUFDLE1BQ3JDLDhOQXdCTSxJQUdWLDhOQStJTSxJQUdkLDBHQVNNLEtBUkYsOEZBR00sS0FGRiwyRUFDaUIsS0FEZCxnRkFDVSxNQUVqQiwrRkFHTSxLQUZGLG9JQUF5QyxZQUFqQzs7d0JBQWlCO01BQXpCLHdCQUF5QyxLQUFmLG1DQUFNLE1BQ2hDLHFLQUE2RixZQUFyRjs7d0JBQWtCO01BQTFCLHdCQUE2RixLQUFoQixvQ0FBTyxNQUloRyxpTUFBeUMsc0ZBeExLLG9FQUF3RCxtQ0FBdEYsYUF3Qk0sRUF4QndCLFNBQXdELEdBMkIvRCxvRUFBdUUsb0NBQWxHLGFBK0lNLEVBL0lxQixTQUF1RSxHQTZKakcsbUJBQWMsU0FBM0IsYUFBeUMsRUFBNUIsU0FBYyxtREFoTVMscURBRTVCLEdBcUxPLHVQQUNVLEdBSWMsOENBQW9DLEdBQS9ELGFBQTZGLEVBQWxFLFNBQW9DOzJFQXVCbkQsa0dBQTZELEtBQVIsOEJBQUM7MkVBRjFELDZFQUdlLEtBSHFGLGtDQUVoRyxNQUFBLGdNQUE2RCw4REFBdkQsd0RBQTZCLEdBQW5DLFlBQTZELEVBQXZELFNBQTZCLDJCQUY2RCxpS0FFaEc7MkVBRUosNkVBUWUsS0FQWCxzR0FFTSxLQURGLCtHQUFrRCxLQUFkLHFDQUFRLE1BRWhELG1IQUdNLEtBRkYseUdBQXVDLEtBQVQsZ0NBQUcsTUFDakMseUdBQXlDLEtBQVgsa0NBQUs7MkVBRzNDLDZFQVFlLEtBUFgsc0dBRU0sS0FERiwrR0FBb0QsS0FBaEIsdUNBQVUsTUFFbEQsbUhBR00sS0FGRix5R0FBaUQsS0FBbkIsMENBQWEsTUFDM0MseUdBQXFELEtBQXZCLDhDQUFpQjsyRUFyQjNELHlIQXdCTSxLQXRCRixnTUFHZSxJQUNmLGdNQVFlLElBQ2YsZ01BUWUseUJBckJELGtJQUFxRixJQUFuRyxZQUdlLEVBSEQsU0FBcUYsR0FJckYsOEVBQTRDLElBQTFELFlBUWUsRUFSRCxTQUE0QyxHQVM1QyxvRkFBa0QsSUFBaEUsWUFRZSxFQVJELFNBQWtELDJCQWRoRSxtRkFBeUQsSUFEN0QsWUF3Qk0sRUF2QkYsU0FBeUQ7MkVBOEJ6RDs7Ozs7Ozs7Ozs7Ozs7O3VQQUVrRCxJQUFaLG1DQUFRLDJCQUQxQyx1REFBc0QsRUFBQyw4QkFBd0IsRUFBQyx1QkFBWSxFQUNsRixvQkFBdUIsRUFGckMsWUFFa0QsRUFEOUMsU0FBc0QsRUFBQyxTQUF3QixFQUFDLFNBQVksRUFDbEYsU0FBdUI7MkVBS3JDOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEd0Usb0NBQzVFLDJCQUZJLHVIQUFzSCxFQUN0SCw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUgzRSxZQUlJLEVBRkEsU0FBc0gsRUFDdEgsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBRzNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEd0Usb0NBQzVFLDJCQUZJLHVIQUFzSCxFQUN0SCw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUgzRSxZQUlJLEVBRkEsU0FBc0gsRUFDdEgsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBTzNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEd0Usb0NBQzVFLDJCQUZJLHVIQUFzSCxFQUN0SCw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUgzRSxZQUlJLEVBRkEsU0FBc0gsRUFDdEgsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBRzNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEd0Usb0NBQzVFLDJCQUZJLHVIQUFzSCxFQUN0SCw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUgzRSxZQUlJLEVBRkEsU0FBc0gsRUFDdEgsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBRTNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBSUksSUFEb0Usb0NBQ3hFLDJCQUZBLGtGQUFpRixFQUNqRiw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUh2RSxZQUlJLEVBRkosU0FBaUYsRUFDakYsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBS3ZFOzs7Ozs7Ozs7Ozs7Ozs7dVBBQ29GLElBQVosbUNBQVEsMkJBRHBDLDZEQUE0RCxFQUN4Ryw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUR2RSxZQUNvRixFQUR4QyxTQUE0RCxFQUN4RyxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFLL0Q7Ozs7Ozs7Ozs7Ozs7Ozt1UEFDd0YsSUFBWixtQ0FBUSwyQkFEbkMsbUNBQWtDLEVBQy9FLDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBRDNFLFlBQ3dGLEVBRHZDLFNBQWtDLEVBQy9FLFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUMzRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUN3RixJQUFaLG1DQUFRLDJCQUR4QyxxRUFBb0UsRUFDNUcsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFEM0UsWUFDd0YsRUFENUMsU0FBb0UsRUFDNUcsU0FBd0IsRUFBQyxTQUFZLEVBQVcsU0FBdUI7MkVBRzNFOzs7Ozs7Ozs7Ozs7Ozs7dVBBQ3dGLElBQVosbUNBQVEsMkJBRG5DLG1DQUFrQyxFQUMvRSw4QkFBd0IsRUFBQyx1QkFBWSxFQUFXLG9CQUF1QixFQUQzRSxZQUN3RixFQUR2QyxTQUFrQyxFQUMvRSxTQUF3QixFQUFDLFNBQVksRUFBVyxTQUF1QjsyRUFDM0U7Ozs7Ozs7Ozs7Ozs7Ozt1UEFDd0YsSUFBWixtQ0FBUSwyQkFEeEMscUVBQW9FLEVBQzVHLDhCQUF3QixFQUFDLHVCQUFZLEVBQVcsb0JBQXVCLEVBRDNFLFlBQ3dGLEVBRDVDLFNBQW9FLEVBQzVHLFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQWFuRjs7Ozs7Ozs7Ozs7Ozs7O3VQQUlJLElBRHdFLG9DQUM1RSwyQkFGSSxzSEFBcUgsRUFDckgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFIM0UsWUFJSSxFQUZBLFNBQXFILEVBQ3JILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUczRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUdJLElBRHdFLG9DQUM1RSwyQkFGSSx1SEFBc0gsRUFDdEgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFGM0UsWUFHSSxFQUZBLFNBQXNILEVBQ3RILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUUzRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUlJLElBRHdFLG9DQUM1RSwyQkFGSSxzU0FBNE4sR0FDNU4sOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFIM0UsWUFJSSxFQUZBLFNBQTROLEVBQzVOLFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQWNuRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUlJLElBRHdFLG9DQUM1RSwyQkFGSSx1SEFBc0gsRUFDdEgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFIM0UsWUFJSSxFQUZBLFNBQXNILEVBQ3RILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUczRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUdJLElBRHdFLG9DQUM1RSwyQkFGSSxzSEFBcUgsRUFDckgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFGM0UsWUFHSSxFQUZBLFNBQXFILEVBQ3JILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUUzRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUlJLElBRHdFLG9DQUM1RSwyQkFGSSx5U0FBK04sR0FDL04sOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFIM0UsWUFJSSxFQUZBLFNBQStOLEVBQy9OLFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQU8zRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUlBLElBRHdFLG9DQUM1RSwyQkFGSSx1SEFBc0gsRUFDdEgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFIdkUsWUFJQSxFQUZBLFNBQXNILEVBQ3RILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUczRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUdJLElBRHdFLG9DQUM1RSwyQkFGSSxzSEFBcUgsRUFDckgsOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFGM0UsWUFHSSxFQUZBLFNBQXFILEVBQ3JILFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQUUzRTs7Ozs7Ozs7Ozs7Ozs7O3VQQUlJLElBRHdFLG9DQUM1RSwyQkFGSSx5U0FBK04sR0FDL04sOEJBQXdCLEVBQUMsdUJBQVksRUFBVyxvQkFBdUIsRUFIM0UsWUFJSSxFQUZBLFNBQStOLEVBQy9OLFNBQXdCLEVBQUMsU0FBWSxFQUFXLFNBQXVCOzJFQXRJdkYsdUdBZ0pNLEtBL0lGLCtIQUFpRixLQUFiLGdDQUFPLE1BRTNFLHlIQUlNLEtBSm1FLGlDQUNyRSxNQUFBLGdNQUVrRCxJQUV0RCx5SEFjTSxLQWIyRixrQ0FFN0YsTUFBQSxpTUFJSSxJQUVKLGlNQUlJLElBRVIsMEhBb0JNLEtBbkJxSCxtQ0FHdkgsTUFBQSxpTUFJSSxJQUVKLGlNQUlJLElBQ0osaU1BSUksSUFFUiwwR0FBc0UsS0FBeEMsaUNBQWtDLE1BQ2hFLDBIQUdNLEtBSDBELGtDQUM1RCxNQUFBLGlNQUNvRixJQUV4Rix3SEFlTSxLQWRGLHdHQWFNLEtBWkYsMEhBS00sS0FMK0Qsa0NBQ2pFLE1BQUEsaU1BQ3dGLElBQ3hGLGlNQUN3RixJQUU1RiwwSEFLTSxLQUwrRCxrQ0FDakUsTUFBQSxpTUFDd0YsSUFDeEYsaU1BQ3dGLElBSXBHLDBHQUFvRSxLQUF0QyxpQ0FBZ0MsTUFDOUQsMEdBQTJELEtBQTdCLGlDQUF1QixNQUNyRCwwR0FBMkQsS0FBN0IsaUNBQXVCLE1BQ3JELDBHQUFvRSxLQUF0QyxpQ0FBZ0MsTUFDOUQsMEhBb0JNLEtBbEJpSixtQ0FHbkosTUFBQSxpTUFJSSxJQUVKLGlNQUdJLElBQ0osaU1BSUksSUFFUiwwR0FBeUUsS0FBM0MsaUNBQXFDLE1BQ25FLDBHQUF1RSxLQUF6QyxpQ0FBbUMsTUFDakUsMEdBQXVFLEtBQXpDLGlDQUFtQyxNQUNqRSwwR0FBcUQsS0FBdkIsaUNBQWlCLE1BQy9DLDBHQUF3RSxLQUExQyxpQ0FBb0MsTUFDbEUsd0hBMkNNLEtBMUNGLHdHQXlDTSxLQXhDRiwwSEFtQk0sS0FqQjBELG1DQUU1RCxNQUFBLGlNQUlJLElBRUosaU1BR0ksSUFDSixpTUFJSSxJQUVSLDBIQW1CTSxLQWpCNkQsbUNBRS9ELE1BQUEsaU1BSUEsSUFFSixpTUFHSSxJQUNKLGlNQUlJLElBTVosMEdBQWlFLEtBQW5DLGlDQUE2QixNQUMzRCwwR0FBeUQsS0FBM0IsaUNBQXFCLG1EQTFJNUMsNERBQW1DLHdDQUF0QyxZQUVrRCxFQUYvQyxTQUFtQyxHQU9uQyx1WEFBdUgsaUNBQTFILGFBSUksRUFKRCxTQUF1SCxHQU12SCxtTkFBc0UsZ0NBQXpFLGFBSUksRUFKRCxTQUFzRSxHQVV0RSx3WEFBdUgsaUNBQTFILGFBSUksRUFKRCxVQUF1SCxHQU12SCxvTkFBc0UsZ0NBQXpFLGFBSUksRUFKRCxVQUFzRSxHQUt0RSwwSUFBcUQsa0NBQXhELGFBSUksRUFKRCxVQUFxRCxHQVFyRCw2REFBMEIsK0JBQTdCLGFBQ29GLEVBRGpGLFVBQTBCLEdBTWxCLDZEQUErQixvQ0FBbEMsYUFDd0YsRUFEckYsVUFBK0IsR0FFL0IsNERBQTBCLGdDQUE3QixhQUN3RixFQURyRixVQUEwQixHQUkxQiw2REFBK0Isb0NBQWxDLGFBQ3dGLEVBRHJGLFVBQStCLEdBRS9CLDREQUEwQixnQ0FBN0IsYUFDd0YsRUFEckYsVUFBMEIsR0FjbEMsaVhBQTJILHdDQUE5SCxhQUlJLEVBSkQsVUFBMkgsR0FNM0gsb05BQWtFLGdDQUFyRSxhQUdJLEVBSEQsVUFBa0UsR0FJbEUsNmlCQUE4SyxrQkFBakwsYUFJSSxFQUpELFVBQThLLEdBaUJ0Syx3TkFBOEUsb0NBQWpGLGFBSUksRUFKRCxVQUE4RSxHQU05RSw0TkFBMEUsZ0NBQTdFLGFBR0ksRUFIRCxVQUEwRSxHQUkxRSw2akJBQThMLGtCQUFqTSxhQUlJLEVBSkQsVUFBOEwsR0FVOUwsMk5BQW9GLHVDQUF2RixhQUlBLEVBSkcsVUFBb0YsR0FNeEYsa09BQWdGLGdDQUFuRixhQUdJLEVBSEQsVUFBZ0YsR0FJaEYseWtCQUEwTSxrQkFBN00sYUFJSSxFQUpELFVBQTBNLG1EQWxJakwsbUJBQStCLDRCQUFuRSxZQUFpRixFQUE3QyxTQUErQixHQUFDLCtEQUFPLEdBRTdDLG1CQUEwQyx1Q0FBeEUsWUFJTSxFQUp3QixTQUEwQyxHQUFDLDBIQUNyRSxHQUkwQiwwZ0JBQ2tFLHdDQURoRyxZQWNNLEVBZHdCLFNBQ2tFLEdBQUMsZ0hBRTdGLEdBWTBCLGttQkFDNEYsa0NBRDFILGFBb0JNLEVBcEJ3QixTQUM0RixHQUFDLG1IQUd2SCxHQWlCMEIsaUlBQWtDLEdBQ2xDLG9CQUFpQyw4QkFBL0QsYUFHTSxFQUh3QixVQUFpQyxHQUFDLG9IQUM1RCxHQUtrQyxvQkFBc0MsbUNBQXBFLGFBS00sRUFMd0IsVUFBc0MsR0FBQyw4R0FDakUsR0FLMEIsb0JBQXNDLG1DQUFwRSxhQUtNLEVBTHdCLFVBQXNDLEdBQUMsZ0hBQ2pFLEdBT2tCLCtIQUFnQyxHQUNoQyxzSEFBdUIsR0FDdkIsc0hBQXVCLEdBQ3ZCLCtIQUFnQyxHQUUxRCwyMkJBQ2tKLG1CQUZ0SixhQW9CTSxFQW5CRixVQUNrSixHQUFDLG1IQUduSixHQWdCMEIsb0lBQXFDLEdBQ3JDLGtJQUFtQyxHQUNuQyxrSUFBbUMsR0FDbkMsZ0hBQWlCLEdBQ2pCLG1JQUFvQyxHQUc1QiwwdEJBRWlDLG1CQUYvRCxhQW1CTSxFQW5Cd0IsVUFFaUMsR0FBQyx1SEFFNUQsR0FnQjBCLHl1QkFFb0MsbUJBRmxFLGFBbUJNLEVBbkJ3QixVQUVvQyxHQUFDLDBIQUUvRCxHQW9Ca0IsNEhBQTZCLEdBQzdCLG9IQUFxQjsyRUFnQm5FLHdPQUF5QztpRkEzWXpDLCtMQXFNZSxJQUdmLG1HQWtNTSxLQWpNRix1R0FJTSxLQUhGLHVHQUVLLEtBRnVCLGtDQUU1QixNQUVKLHVHQWlMTSxLQWhMRixrR0ErS00sS0E5S0YsMkdBNEJNLEtBM0JGLCtHQUEyQyxLQUFQLDhCQUFDLE1BQ3JDLCtOQXdCTSxJQUdWLCtOQWdKTSxJQUdkLDBHQVNNLEtBUkYsOEZBR00sS0FGRiwyRUFDaUIsS0FEZCxnRkFDVSxNQUVqQiwrRkFHTSxLQUZGLG9JQUF5QyxZQUFqQzs7d0JBQWlCO01BQXpCLHdCQUF5QyxLQUFmLG1DQUFNLE1BQ2hDLHFLQUE2RixZQUFyRjs7d0JBQWtCO01BQTFCLHdCQUE2RixLQUFoQixvQ0FBTyxNQUloRyxpTUFBeUMsaURBM1kzQixxQkFBYSxFQUEzQixZQXFNZSxFQXJNRCxTQUFhLEdBa05tQixvRUFBd0QsbUNBQXRGLGFBd0JNLEVBeEJ3QixTQUF3RCxHQTJCL0Qsb0VBQXVFLG9DQUFsRyxhQWdKTSxFQWhKcUIsU0FBdUUsR0E4SmpHLG1CQUFjLFNBQTNCLGFBQXlDLEVBQTVCLFNBQWMsbURBak1TLHFEQUU1QixHQXNMTyx1UEFDVSxHQUljLDhDQUFvQyxHQUEvRCxhQUE2RixFQUFsRSxTQUFvQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIlxyXG48bmctY29udGFpbmVyICpuZ0lmPVwiZmFsc2VcIj5cclxuPGRpdiBjbGFzcz1cImJ1bGstdmlld1wiPlxyXG4gICAgPGRpdiBjbGFzcz1cImJ1bGstdmlldy1oZWFkXCI+XHJcbiAgICAgICAgPGgyIGNsYXNzPVwiYnVsay12aWV3LXRpdGxlXCI+XHJcbiAgICAgICAgICAgIHt7ZmlsZU5hbWV9fVxyXG4gICAgICAgIDwvaDI+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJidWxrLXZpZXctYm9keVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXdcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1yb3cgaGVhZFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW4gc2wtbm9cIj4jPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiICpuZ0Zvcj1cImxldCBoZWFkaW5nIG9mIHJlc3BvbnNpYmlsaXR5QnVsa1VwbG9hZD8uaGVhZGVyXCJcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MubGFyZ2VdPVwiaGVhZGluZyAmJiBoZWFkaW5nLnN0YXJ0c1dpdGgoJ0luaGVyZW50JylcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaGVhZGluZyAmJiAhKGhlYWRpbmcuc3RhcnRzV2l0aCgnRHVlJykpICYmICEoaGVhZGluZy5zdGFydHNXaXRoKCdPdmVyc2lnaHQnKSlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAge3soaGVhZGluZy5pbmNsdWRlcygnKicpPyBoZWFkaW5nLnJlcGxhY2UoJyonLCAnJykgOiBoZWFkaW5nKX19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaGVhZGluZy5pbmNsdWRlcygnKicpXCIgY2xhc3M9XCJyZXF1aXJlZFwiPio8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImhlYWRpbmcgJiYgaGVhZGluZy5zdGFydHNXaXRoKCdEdWUnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW4gbGFyZ2VcIj5EdWUgRGF0ZTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1yb3cgbXVsdGktY29sdW1uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPkRheTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIj5Nb250aDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaGVhZGluZyAmJiBoZWFkaW5nLnN0YXJ0c1dpdGgoJ092ZXJzaWdodCcpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtbiBsYXJnZVwiPk92ZXJzaWdodCA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93IG11bHRpLWNvbHVtblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIj5BbHdheXMgTm90aWZ5PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPk5vdGlmeSBvbiBGYWlsdXJlPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1yb3dcIiAqbmdGb3I9XCJsZXQgcmVwb3J0IG9mIHJlc3BvbnNpYmlsaXR5QnVsa1VwbG9hZD8ucmVwb3J0czsgbGV0IGkgPSBpbmRleFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW4gc2wtbm9cIiBbY2xhc3MuZXJyb3JdPVwiIXJlcG9ydC5pc1ZhbGlkXCI+e3tpKzF9fTwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQucmVzcG9uc2liaWxpdHlOYW1lXCI+e3tyZXBvcnQ/LnJlc3BvbnNpYmlsaXR5TmFtZX19XHJcbiAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIhcmVwb3J0Py5yZXNwb25zaWJpbGl0eU5hbWVcIiBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ0VudGVyIGEgbmFtZSBmb3IgdGhpcyByZXNwb25zaWJpbGl0eS4nXCIgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cInJlcG9ydD8uYXNzaWdub3IgJiYgKChyZXBvcnQ/LmFzc2lnbm9yID09IHJlcG9ydD8uYWx3YXlzTm90aWZ5KSB8fCAocmVwb3J0Py5hc3NpZ25vciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSkpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3tyZXBvcnQ/LmFzc2lnbm9yfX0gICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25vcikgJiYgKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8uYXNzaWdub3J8fHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWdub3IpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIE92ZXJzZWVyIGNhbm5vdCBhbHNvIGJlIHRoZSBBc3NpZ25vciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBBc3NpZ25vci4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICA8L2k+IFxyXG48IS0tIFxyXG4gICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKChyZXBvcnQ/LmFzc2lnbm9yKSAmJiAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/LmFzc2lnbm9yKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBSZXZpZXdlciBjYW5ub3QgYWxzbyBiZSB0aGUgQXNzaWdub3Igb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgQXNzaWdub3IuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pPiAgICAgLS0+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQ/LmFzc2lnbmVlIHx8ICgocmVwb3J0Py5hc3NpZ25lZSA9PSByZXBvcnQ/LnJldmlld2VyKVxyXG4gICAgICAgICAgICAgICAgfHwgKHJlcG9ydD8uYXNzaWduZWUgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpIHx8IChyZXBvcnQ/LmFzc2lnbmVlID09IHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlKSkgfHwgKCFyZXBvcnQ/LmlzVmFsaWRVc2VyKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5hc3NpZ25lZX19XHJcbiAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25lZSkgJiYgKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8uYXNzaWduZWV8fHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWduZWUpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIE92ZXJzZWVyIGNhbm5vdCBhbHNvIGJlIHRoZSBBc3NpZ25lZSBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBBc3NpZ25lZS4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICA8L2k+IFxyXG5cclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25lZSkgJiYgKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hc3NpZ25lZSkpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgUmV2aWV3ZXIgY2Fubm90IGFsc28gYmUgdGhlIEFzc2lnbmVlIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIEFzc2lnbmVlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgIDwvaT4gIFxyXG4gICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKCFyZXBvcnQ/LmFzc2lnbmVlKSB8fCAoIXJlcG9ydD8uaXNWYWxpZFVzZXIpXCJcclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25zXCIgIFxyXG4gICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidTZWxlY3QgdGhlIHVzZXIgcmVzcG9uc2libGUgZm9yIGNvbXBsZXRpbmcgdGhpcyByZXNwb25zaWJpbGl0eS4gJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICA8L2k+ICAgIFxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5yZXNwb25zaWJpbGl0eUNhdGVnb3J5fX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQuZnJlcXVlbmN5XCI+e3tyZXBvcnQ/LmZyZXF1ZW5jeX19IFxyXG4gICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiIXJlcG9ydD8uZnJlcXVlbmN5XCIgY2xhc3M9XCJpY29uc1wiIFthcHBUb29sdGlwXT1cIidTZWxlY3QgYSBmcmVxdWVuY3kgZm9yIHRoaXMgcmVzcG9uc2liaWxpdHkuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uIG11bHRpLWNvbHVtblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQuaXNWYWxpZER1ZURhdGVcIj57e3JlcG9ydD8uZGF5fX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiIXJlcG9ydD8uaXNWYWxpZER1ZURhdGVcIiBjbGFzcz1cImljb25zXCIgW2FwcFRvb2x0aXBdPVwiJ0ludmFsaWQgRHVlIERhdGUuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cInJlcG9ydD8uaXNQYXN0RGF0ZVwiIGNsYXNzPVwiaWNvbnNcIiBbYXBwVG9vbHRpcF09XCInVGhpcyBkYXRlIG9jY3VycyBpbiB0aGUgcGFzdC4gU2VsZWN0IGEgZnV0dXJlIGRhdGUuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIiBbY2xhc3MuZXJyb3JdPVwiIXJlcG9ydC5pc1ZhbGlkRHVlRGF0ZVwiPnt7cmVwb3J0Py5tb250aH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIiFyZXBvcnQ/LmlzVmFsaWREdWVEYXRlXCIgY2xhc3M9XCJpY29uc1wiIFthcHBUb29sdGlwXT1cIidJbnZhbGlkIER1ZSBEYXRlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/LmlzUGFzdERhdGVcIiBjbGFzcz1cImljb25zXCIgW2FwcFRvb2x0aXBdPVwiJ1RoaXMgZGF0ZSBvY2N1cnMgaW4gdGhlIHBhc3QuIFNlbGVjdCBhIGZ1dHVyZSBkYXRlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7PC9pPiAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJlc3BvbnNpYmlsaXR5V2luZG93fX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LmZhaWxlZEFmdGVyfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJlcG9ydENsYXNzfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJlc3BvbnNpYmlsaXR5Q2VudGVyfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCJcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuZXJyb3JdPVwicmVwb3J0Py5yZXZpZXdlciAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpIHx8ICAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSkgXHJcbiAgICAgICAgICAgICAgICAgICAgICB8fCAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/LmFzc2lnbmVlKSApXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3tyZXBvcnQ/LnJldmlld2VyfX1cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIocmVwb3J0Py5yZXZpZXdlcikgJiYgKChyZXBvcnQ/LnJldmlld2VyID09IHJlcG9ydD8uYWx3YXlzTm90aWZ5KSB8fCAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSkpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgT3ZlcnNlZXIgY2Fubm90IGFsc28gYmUgdGhlIFJldmlld2VyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIFJldmlld2VyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pPlxyXG5cclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cInJlcG9ydD8ucmV2aWV3ZXIgJiYgKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hc3NpZ25lZSlcIiBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBBc3NpZ25lZSBjYW5ub3QgYWxzbyBiZSB0aGUgUmV2aWV3ZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgUmV2aWV3ZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pPlxyXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gPGkgKm5nSWY9XCIocmVwb3J0Py5yZXZpZXdlciAmJiByZXBvcnQ/LmFzc2lnbm9yKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCIoKHJlcG9ydD8uYXNzaWdub3IpPydUaGUgQXNzaWdub3IgY2Fubm90IGFsc28gYmUgdGhlIFJldmlld2VyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuJzonWW91IGNhbm5vdCBiZSBhIFJldmlld2VyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkgc2luY2UgeW91IGFyZSB0aGUgYXNzaWdub3IuICcpICsnU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgUmV2aWV3ZXInXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICA8L2k+IC0tPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5yZXZpZXdUb0JlQ29tcGxldGVkV2l0aGlufX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJldmlld1dpbGxCZUZhaWxlZEFmdGVyfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LmZvcm1hdEZvclJlc3BvbnNpYmlsaXR5fX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/Lm5vdGVzfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LmRvY3VtZW50RXZpZGVuY2VSZXF1aXJlZH19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtbiBtdWx0aS1jb2x1bW5cIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCJyZXBvcnQ/LmFsd2F5c05vdGlmeSAmJiAoKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8ucmV2aWV3ZXIpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHx8IChyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSByZXBvcnQ/LmFzc2lnbm9yKSB8fCAocmVwb3J0Py5hbHdheXNOb3RpZnkgPT0gcmVwb3J0Py5hc3NpZ25lZSkgfHxcclxuICAgICAgICAgICAgICAgICAgICAgICAgKCghcmVwb3J0Py5hc3NpZ25vcikmJihyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSBkZWZhdWx0T3duZXIpKSlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5hbHdheXNOb3RpZnl9fSAgICAgICAgICAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKHJlcG9ydD8uYWx3YXlzTm90aWZ5KSAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBSZXZpZXdlciBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaT5cclxuICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwicmVwb3J0Py5hbHdheXNOb3RpZnkgJiYgKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWduZWUpXCIgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBBc3NpZ25lZSBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXInXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIoKHJlcG9ydD8uYWx3YXlzTm90aWZ5ICYmIHJlcG9ydD8uYXNzaWdub3IpICYmIChyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSByZXBvcnQ/LmFzc2lnbm9yKSkgfHwoKHJlcG9ydD8uYWx3YXlzTm90aWZ5ICYmICghcmVwb3J0Py5hc3NpZ25vcikpICYmIChyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSBkZWZhdWx0T3duZXIpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiKChyZXBvcnQ/LmFzc2lnbm9yKT8nVGhlIEFzc2lnbm9yIGNhbm5vdCBhbHNvIGJlIHRoZSBPdmVyc2VlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiAnOidZb3UgY2Fubm90IGJlIGFuIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkgc2luY2UgeW91IGFyZSB0aGUgQXNzaWdub3IuICcpICsnU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaT4gICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCJyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAoKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8ucmV2aWV3ZXIpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHx8IChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSA9PSByZXBvcnQ/LmFzc2lnbm9yKSB8fCAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25lZSkgfHxcclxuICAgICAgICAgICAgICAgICAgICAgICAgKCghcmVwb3J0Py5hc3NpZ25vcikmJihyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSA9PSBkZWZhdWx0T3duZXIpKSlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5ub3RpZnlPbkZhaWx1cmV9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUpICYmICgocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSkpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBSZXZpZXdlciBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2k+XHJcbiAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25lZSlcIiBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgQXNzaWduZWUgY2Fubm90IGFsc28gYmUgdGhlIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIE92ZXJzZWVyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiByZXBvcnQ/LmFzc2lnbm9yKSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25vcikpIHx8KChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAoIXJlcG9ydD8uYXNzaWdub3IpKSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gZGVmYXVsdE93bmVyKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCIoKHJlcG9ydD8uYXNzaWdub3IpPydUaGUgQXNzaWdub3IgY2Fubm90IGFsc28gYmUgdGhlIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuICc6J1lvdSBjYW5ub3QgYmUgYW4gT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eSBzaW5jZSB5b3UgYXJlIHRoZSBBc3NpZ25vci4gJykgKydTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBPdmVyc2Vlci4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaT4gIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5rZXlSZXNwb25zaWJpbGl0eX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5vYmplY3RpdmV9fTwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJidWxrLXZpZXctZm9vdGVyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICAgICAgPHA+e3tmaW5hbFJlc3BvbnNpYmlsaXRpZXN9fSBvdXQgb2Yge3tyZXNwb25zaWJpbGl0eUJ1bGtVcGxvYWQ/LnJlcG9ydHM/Lmxlbmd0aH19IHJlc3BvbnNpYmlsaXRpZXMgd2lsbCBiZVxyXG4gICAgICAgICAgICAgICAgdXBsb2FkZWQuPC9wPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyaWdodFwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJjbG9zZSgpXCI+Q2FuY2VsPC9idXR0b24+XHJcbiAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cInN1Ym1pdCgpXCIgW2Rpc2FibGVkXT1cImZpbmFsUmVzcG9uc2liaWxpdGllczwxXCIgY2xhc3M9XCJibHVlXCI+Q29uZmlybTwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PlxyXG48YXBwLWxvYWRlciAgKm5nSWY9XCJsb2FkZXJcIj48L2FwcC1sb2FkZXI+XHJcblxyXG48L25nLWNvbnRhaW5lcj5cclxuXHJcbjwhLS0gLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS11cHdhcmQgaXMgbmV3IG9uZS0tLS0tLS0tLS0tLS0tLS0tLS0tIC0tPlxyXG48ZGl2IGNsYXNzPVwiYnVsay12aWV3XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiYnVsay12aWV3LWhlYWRcIj5cclxuICAgICAgICA8aDIgY2xhc3M9XCJidWxrLXZpZXctdGl0bGVcIj5cclxuICAgICAgICAgICAge3tmaWxlTmFtZX19XHJcbiAgICAgICAgPC9oMj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImJ1bGstdmlldy1ib2R5XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlld1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LXJvdyBoZWFkXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtbiBzbC1ub1wiPiM8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgKm5nRm9yPVwibGV0IGhlYWRpbmcgb2YgcmVzcG9uc2liaWxpdHlCdWxrVXBsb2FkPy5oZWFkZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtjbGFzcy5sYXJnZV09XCJoZWFkaW5nICYmIGhlYWRpbmcuc3RhcnRzV2l0aCgnSW5oZXJlbnQnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJoZWFkaW5nICYmICEoaGVhZGluZy5zdGFydHNXaXRoKCdEdWUnKSkgJiYgIShoZWFkaW5nLnN0YXJ0c1dpdGgoJ092ZXJzaWdodCcpKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7eyhoZWFkaW5nLmluY2x1ZGVzKCcqJyk/IGhlYWRpbmcucmVwbGFjZSgnKicsICcnKSA6IGhlYWRpbmcpfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJoZWFkaW5nLmluY2x1ZGVzKCcqJylcIiBjbGFzcz1cInJlcXVpcmVkXCI+Kjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaGVhZGluZyAmJiBoZWFkaW5nLnN0YXJ0c1dpdGgoJ0R1ZScpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtbiBsYXJnZVwiPkR1ZSBEYXRlPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LXJvdyBtdWx0aS1jb2x1bW5cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+RGF5PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPk1vbnRoPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJoZWFkaW5nICYmIGhlYWRpbmcuc3RhcnRzV2l0aCgnT3ZlcnNpZ2h0JylcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1yb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uIGxhcmdlXCI+T3ZlcnNpZ2h0IDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1yb3cgbXVsdGktY29sdW1uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPkFsd2F5cyBOb3RpZnk8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+Tm90aWZ5IG9uIEZhaWx1cmU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LXJvd1wiICpuZ0Zvcj1cImxldCByZXBvcnQgb2YgcmVzcG9uc2liaWxpdHlCdWxrVXBsb2FkPy5yZXBvcnRzOyBsZXQgaSA9IGluZGV4XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtbiBzbC1ub1wiIFtjbGFzcy5lcnJvcl09XCIhcmVwb3J0LmlzVmFsaWRcIj57e2krMX19PC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIiBbY2xhc3MuZXJyb3JdPVwiIXJlcG9ydC5yZXNwb25zaWJpbGl0eU5hbWVcIj57e3JlcG9ydD8ucmVzcG9uc2liaWxpdHlOYW1lfX1cclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIiFyZXBvcnQ/LnJlc3BvbnNpYmlsaXR5TmFtZVwiIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInRW50ZXIgYSBuYW1lIGZvciB0aGlzIHJlc3BvbnNpYmlsaXR5LidcIiBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyOzwvaT5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIiBbY2xhc3MuZXJyb3JdPVwicmVwb3J0Py5hc3NpZ25vciAmJiAoKHJlcG9ydD8uYXNzaWdub3IgPT0gcmVwb3J0Py5yZXZpZXdlcilcclxuICAgICAgICAgICAgICAgIHx8IChyZXBvcnQ/LmFzc2lnbm9yID09IHJlcG9ydD8uYWx3YXlzTm90aWZ5KSB8fCAocmVwb3J0Py5hc3NpZ25vciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSkpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3tyZXBvcnQ/LmFzc2lnbm9yfX0gICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25vcikgJiYgKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8uYXNzaWdub3J8fHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWdub3IpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIE92ZXJzZWVyIGNhbm5vdCBhbHNvIGJlIHRoZSBBc3NpZ25vciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBBc3NpZ25vci4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICA8L2k+IFxyXG5cclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25vcikgJiYgKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hc3NpZ25vcikpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgUmV2aWV3ZXIgY2Fubm90IGFsc28gYmUgdGhlIEFzc2lnbm9yIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIEFzc2lnbm9yLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgIDwvaT4gICAgXHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQ/LmFzc2lnbmVlIHx8ICgocmVwb3J0Py5hc3NpZ25lZSA9PSByZXBvcnQ/LnJldmlld2VyKVxyXG4gICAgICAgICAgICAgICAgfHwgKHJlcG9ydD8uYXNzaWduZWUgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpIHx8IChyZXBvcnQ/LmFzc2lnbmVlID09IHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlKSkgfHwgKCFyZXBvcnQ/LmlzVmFsaWRVc2VyKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5hc3NpZ25lZX19XHJcbiAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25lZSkgJiYgKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8uYXNzaWduZWV8fHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWduZWUpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIE92ZXJzZWVyIGNhbm5vdCBhbHNvIGJlIHRoZSBBc3NpZ25lZSBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBBc3NpZ25lZS4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICA8L2k+IFxyXG5cclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25lZSkgJiYgKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hc3NpZ25lZSkpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgUmV2aWV3ZXIgY2Fubm90IGFsc28gYmUgdGhlIEFzc2lnbmVlIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIEFzc2lnbmVlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgIDwvaT4gIFxyXG4gICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKCFyZXBvcnQ/LmFzc2lnbmVlKSB8fCAoIXJlcG9ydD8uaXNWYWxpZFVzZXIpXCJcclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25zXCIgIFxyXG4gICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidTZWxlY3QgdGhlIHVzZXIgcmVzcG9uc2libGUgZm9yIGNvbXBsZXRpbmcgdGhpcyByZXNwb25zaWJpbGl0eS4gJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICA8L2k+ICAgIFxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5yZXNwb25zaWJpbGl0eUNhdGVnb3J5fX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQuZnJlcXVlbmN5XCI+e3tyZXBvcnQ/LmZyZXF1ZW5jeX19IFxyXG4gICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiIXJlcG9ydD8uZnJlcXVlbmN5XCIgY2xhc3M9XCJpY29uc1wiIFthcHBUb29sdGlwXT1cIidTZWxlY3QgYSBmcmVxdWVuY3kgZm9yIHRoaXMgcmVzcG9uc2liaWxpdHkuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uIG11bHRpLWNvbHVtblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQuaXNWYWxpZER1ZURhdGVcIj57e3JlcG9ydD8uZGF5fX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiIXJlcG9ydD8uaXNWYWxpZER1ZURhdGVcIiBjbGFzcz1cImljb25zXCIgW2FwcFRvb2x0aXBdPVwiJ0ludmFsaWQgRHVlIERhdGUuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cInJlcG9ydD8uaXNQYXN0RGF0ZVwiIGNsYXNzPVwiaWNvbnNcIiBbYXBwVG9vbHRpcF09XCInVGhpcyBkYXRlIG9jY3VycyBpbiB0aGUgcGFzdC4gU2VsZWN0IGEgZnV0dXJlIGRhdGUuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIiBbY2xhc3MuZXJyb3JdPVwiIXJlcG9ydC5pc1ZhbGlkRHVlRGF0ZVwiPnt7cmVwb3J0Py5tb250aH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIiFyZXBvcnQ/LmlzVmFsaWREdWVEYXRlXCIgY2xhc3M9XCJpY29uc1wiIFthcHBUb29sdGlwXT1cIidJbnZhbGlkIER1ZSBEYXRlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/LmlzUGFzdERhdGVcIiBjbGFzcz1cImljb25zXCIgW2FwcFRvb2x0aXBdPVwiJ1RoaXMgZGF0ZSBvY2N1cnMgaW4gdGhlIHBhc3QuIFNlbGVjdCBhIGZ1dHVyZSBkYXRlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7PC9pPiAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJlc3BvbnNpYmlsaXR5V2luZG93fX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LmZhaWxlZEFmdGVyfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJlcG9ydENsYXNzfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJlc3BvbnNpYmlsaXR5Q2VudGVyfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCJcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuZXJyb3JdPVwicmVwb3J0Py5yZXZpZXdlciAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpIHx8ICAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSkgXHJcbiAgICAgICAgICAgICAgICAgICAgIHx8IChyZXBvcnQ/LnJldmlld2VyID09IHJlcG9ydD8uYXNzaWdub3IpIHx8IChyZXBvcnQ/LnJldmlld2VyID09IHJlcG9ydD8uYXNzaWduZWUpIHx8KCghcmVwb3J0Py5hc3NpZ25vcikmJihyZXBvcnQ/LnJldmlld2VyID09IGRlZmF1bHRPd25lcikpKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5yZXZpZXdlcn19XHJcblxyXG4gICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKHJlcG9ydD8ucmV2aWV3ZXIpICYmICgocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/LmFsd2F5c05vdGlmeSkgfHwgKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIE92ZXJzZWVyIGNhbm5vdCBhbHNvIGJlIHRoZSBSZXZpZXdlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBSZXZpZXdlcidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgIDwvaT5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/LnJldmlld2VyICYmIChyZXBvcnQ/LnJldmlld2VyID09IHJlcG9ydD8uYXNzaWduZWUpXCIgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgQXNzaWduZWUgY2Fubm90IGFsc28gYmUgdGhlIFJldmlld2VyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIFJldmlld2VyLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgIDwvaT5cclxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5yZXZpZXdlciAmJiByZXBvcnQ/LmFzc2lnbm9yKSAmJiAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/LmFzc2lnbm9yKSkgfHwoKHJlcG9ydD8ucmV2aWV3ZXIgJiYgKCFyZXBvcnQ/LmFzc2lnbm9yKSkgJiYgKHJlcG9ydD8ucmV2aWV3ZXIgPT0gZGVmYXVsdE93bmVyKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiKChyZXBvcnQ/LmFzc2lnbm9yKT8nVGhlIEFzc2lnbm9yIGNhbm5vdCBhbHNvIGJlIHRoZSBSZXZpZXdlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5Lic6J1lvdSBjYW5ub3QgYmUgYSBSZXZpZXdlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5IHNpbmNlIHlvdSBhcmUgdGhlIGFzc2lnbm9yLiAnKSArJ1NlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIFJldmlld2VyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5yZXZpZXdUb0JlQ29tcGxldGVkV2l0aGlufX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJldmlld1dpbGxCZUZhaWxlZEFmdGVyfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LmZvcm1hdEZvclJlc3BvbnNpYmlsaXR5fX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/Lm5vdGVzfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LmRvY3VtZW50RXZpZGVuY2VSZXF1aXJlZH19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtbiBtdWx0aS1jb2x1bW5cIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCJyZXBvcnQ/LmFsd2F5c05vdGlmeSAmJiAoKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8ucmV2aWV3ZXIpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHx8IChyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSByZXBvcnQ/LmFzc2lnbm9yKSB8fCAocmVwb3J0Py5hbHdheXNOb3RpZnkgPT0gcmVwb3J0Py5hc3NpZ25lZSkgfHxcclxuICAgICAgICAgICAgICAgICAgICAgICAgKCghcmVwb3J0Py5hc3NpZ25vcikmJihyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSBkZWZhdWx0T3duZXIpKSlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5hbHdheXNOb3RpZnl9fSAgICAgICAgICAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKHJlcG9ydD8uYWx3YXlzTm90aWZ5KSAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBSZXZpZXdlciBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaT5cclxuICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwicmVwb3J0Py5hbHdheXNOb3RpZnkgJiYgKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWduZWUpXCIgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBBc3NpZ25lZSBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXInXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIoKHJlcG9ydD8uYWx3YXlzTm90aWZ5ICYmIHJlcG9ydD8uYXNzaWdub3IpICYmIChyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSByZXBvcnQ/LmFzc2lnbm9yKSkgfHwoKHJlcG9ydD8uYWx3YXlzTm90aWZ5ICYmICghcmVwb3J0Py5hc3NpZ25vcikpICYmIChyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSBkZWZhdWx0T3duZXIpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiKChyZXBvcnQ/LmFzc2lnbm9yKT8nVGhlIEFzc2lnbm9yIGNhbm5vdCBhbHNvIGJlIHRoZSBPdmVyc2VlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiAnOidZb3UgY2Fubm90IGJlIGFuIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkgc2luY2UgeW91IGFyZSB0aGUgQXNzaWdub3IuICcpICsnU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaT4gICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCJyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAoKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8ucmV2aWV3ZXIpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHx8IChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSA9PSByZXBvcnQ/LmFzc2lnbm9yKSB8fCAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25lZSkgfHxcclxuICAgICAgICAgICAgICAgICAgICAgICAgKCghcmVwb3J0Py5hc3NpZ25vcikmJihyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSA9PSBkZWZhdWx0T3duZXIpKSlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5ub3RpZnlPbkZhaWx1cmV9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUpICYmICgocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSkpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBSZXZpZXdlciBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2k+XHJcbiAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25lZSlcIiBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgQXNzaWduZWUgY2Fubm90IGFsc28gYmUgdGhlIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIE92ZXJzZWVyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiByZXBvcnQ/LmFzc2lnbm9yKSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25vcikpIHx8KChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAoIXJlcG9ydD8uYXNzaWdub3IpKSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gZGVmYXVsdE93bmVyKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCIoKHJlcG9ydD8uYXNzaWdub3IpPydUaGUgQXNzaWdub3IgY2Fubm90IGFsc28gYmUgdGhlIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuICc6J1lvdSBjYW5ub3QgYmUgYW4gT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eSBzaW5jZSB5b3UgYXJlIHRoZSBBc3NpZ25vci4gJykgKydTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBPdmVyc2Vlci4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaT4gIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5rZXlSZXNwb25zaWJpbGl0eX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5vYmplY3RpdmV9fTwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJidWxrLXZpZXctZm9vdGVyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICAgICAgPHA+e3tmaW5hbFJlc3BvbnNpYmlsaXRpZXN9fSBvdXQgb2Yge3tyZXNwb25zaWJpbGl0eUJ1bGtVcGxvYWQ/LnJlcG9ydHM/Lmxlbmd0aH19IHJlc3BvbnNpYmlsaXRpZXMgd2lsbCBiZVxyXG4gICAgICAgICAgICAgICAgdXBsb2FkZWQuPC9wPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyaWdodFwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJjbG9zZSgpXCI+Q2FuY2VsPC9idXR0b24+XHJcbiAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cInN1Ym1pdCgpXCIgW2Rpc2FibGVkXT1cImZpbmFsUmVzcG9uc2liaWxpdGllczwxXCIgY2xhc3M9XCJibHVlXCI+Q29uZmlybTwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PlxyXG48YXBwLWxvYWRlciAgKm5nSWY9XCJsb2FkZXJcIj48L2FwcC1sb2FkZXI+XHJcblxyXG4iXX0=
|
|
322
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVsay1yZXNwb25zaWJpbGl0eS12aWV3LmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2J1bGstcmVzcG9uc2liaWxpdHktdmlldy9idWxrLXJlc3BvbnNpYmlsaXR5LXZpZXcuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYnVsay1yZXNwb25zaWJpbGl0eS12aWV3L2J1bGstcmVzcG9uc2liaWxpdHktdmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7OzBFQ2NzQixrR0FBNkQsS0FBUiw4QkFBQzswRUFGMUQsNkVBR2UsS0FIcUYsa0NBRWhHLE1BQUEsK0xBQTZELDhEQUF2RCx3REFBNkIsR0FBbkMsWUFBNkQsRUFBdkQsU0FBNkIsMkJBRjZELGlLQUVoRzswRUFFSiw2RUFRZSxLQVBYLHNHQUVNLEtBREYsK0dBQWtELEtBQWQscUNBQVEsTUFFaEQsbUhBR00sS0FGRix5R0FBdUMsS0FBVCxnQ0FBRyxNQUNqQyx5R0FBeUMsS0FBWCxrQ0FBSzswRUFHM0MsNkVBUWUsS0FQWCxzR0FFTSxLQURGLCtHQUFvRCxLQUFoQix1Q0FBVSxNQUVsRCxtSEFHTSxLQUZGLHlHQUFpRCxLQUFuQiwwQ0FBYSxNQUMzQyx5R0FBcUQsS0FBdkIsOENBQWlCOzBFQXJCM0QseUhBd0JNLEtBdEJGLCtMQUdlLElBQ2YsK0xBUWUsSUFDZiwrTEFRZSx5QkFyQkQsa0lBQXFGLElBQW5HLFlBR2UsRUFIRCxTQUFxRixHQUlyRiw4RUFBNEMsSUFBMUQsWUFRZSxFQVJELFNBQTRDLEdBUzVDLG9GQUFrRCxJQUFoRSxZQVFlLEVBUkQs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QUFDLGdIQUNqRSxHQU9rQiwrSEFBZ0MsR0FDaEMsc0hBQXVCLEdBQ3ZCLHNIQUF1QixHQUN2QiwrSEFBZ0MsR0FFMUQsa2hCQUM4QyxpQ0FGbEQsYUFvQk0sRUFuQkYsVUFDOEMsR0FBQyxtSEFHL0MsR0FnQjBCLG9JQUFxQyxHQUNyQyxrSUFBbUMsR0FDbkMsa0lBQW1DLEdBQ25DLGdIQUFpQixHQUNqQixtSUFBb0MsR0FHNUIsMHRCQUVpQyxtQkFGL0QsYUFtQk0sRUFuQndCLFVBRWlDLEdBQUMsdUhBRTVELEdBZ0IwQix5dUJBRW9DLG1CQUZsRSxhQW1CTSxFQW5Cd0IsVUFFb0MsR0FBQywwSEFFL0QsR0FvQmtCLDRIQUE2QixHQUM3QixvSEFBcUI7MkVBZ0JqRSx3T0FBeUM7aUZBbE16QyxtR0FpTU0sS0FoTUosdUdBSU0sS0FIRix1R0FFSyxLQUZ1QixrQ0FFNUIsTUFFSix1R0FnTE0sS0EvS0Ysa0dBOEtNLEtBN0tGLDJHQTRCTSxLQTNCRiwrR0FBMkMsS0FBUCw4QkFBQyxNQUNyQyw4TkF3Qk0sSUFHViw4TkErSU0sSUFHZCwwR0FTTSxLQVJGLDhGQUdNLEtBRkYsMkVBQ2lCLEtBRGQsZ0ZBQ1UsTUFFakIsK0ZBR00sS0FGRixvSUFBeUMsWUFBakM7O3dCQUFpQjtNQUF6Qix3QkFBeUMsS0FBZixtQ0FBTSxNQUNoQyxxS0FBNkYsWUFBckY7O3dCQUFrQjtNQUExQix3QkFBNkYsS0FBaEIsb0NBQU8sTUFJOUYsaU1BQXlDLGlEQXhMRyxvRUFBd0QsbUNBQXRGLGFBd0JNLEVBeEJ3QixTQUF3RCxHQTJCL0Qsb0VBQXVFLG9DQUFsRyxhQStJTSxFQS9JcUIsU0FBdUUsR0E2Si9GLG1CQUFjLFNBQTNCLGFBQXlDLEVBQTVCLFNBQWMsbURBaE1PLHFEQUU1QixHQXFMTyx1UEFDVSxHQUljLDhDQUFvQyxHQUEvRCxhQUE2RixFQUFsRSxTQUFvQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJidWxrLXZpZXdcIj5cclxuICA8ZGl2IGNsYXNzPVwiYnVsay12aWV3LWhlYWRcIj5cclxuICAgICAgPGgyIGNsYXNzPVwiYnVsay12aWV3LXRpdGxlXCI+XHJcbiAgICAgICAgICB7e2ZpbGVOYW1lfX1cclxuICAgICAgPC9oMj5cclxuICA8L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwiYnVsay12aWV3LWJvZHlcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlld1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1yb3cgaGVhZFwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uIHNsLW5vXCI+IzwvZGl2PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgKm5nRm9yPVwibGV0IGhlYWRpbmcgb2YgcmVzcG9uc2liaWxpdHlCdWxrVXBsb2FkPy5oZWFkZXJcIlxyXG4gICAgICAgICAgICAgICAgICBbY2xhc3MubGFyZ2VdPVwiaGVhZGluZyAmJiBoZWFkaW5nLnN0YXJ0c1dpdGgoJ0luaGVyZW50JylcIj5cclxuICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImhlYWRpbmcgJiYgIShoZWFkaW5nLnN0YXJ0c1dpdGgoJ0R1ZScpKSAmJiAhKGhlYWRpbmcuc3RhcnRzV2l0aCgnT3ZlcnNpZ2h0JykpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICB7eyhoZWFkaW5nLmluY2x1ZGVzKCcqJyk/IGhlYWRpbmcucmVwbGFjZSgnKicsICcnKSA6IGhlYWRpbmcpfX1cclxuICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaGVhZGluZy5pbmNsdWRlcygnKicpXCIgY2xhc3M9XCJyZXF1aXJlZFwiPio8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaGVhZGluZyAmJiBoZWFkaW5nLnN0YXJ0c1dpdGgoJ0R1ZScpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uIGxhcmdlXCI+RHVlIERhdGU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1yb3cgbXVsdGktY29sdW1uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIj5EYXk8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPk1vbnRoPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJoZWFkaW5nICYmIGhlYWRpbmcuc3RhcnRzV2l0aCgnT3ZlcnNpZ2h0JylcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW4gbGFyZ2VcIj5PdmVyc2lnaHQgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93IG11bHRpLWNvbHVtblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+QWx3YXlzIE5vdGlmeTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+Tm90aWZ5IG9uIEZhaWx1cmU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCIgKm5nRm9yPVwibGV0IHJlcG9ydCBvZiByZXNwb25zaWJpbGl0eUJ1bGtVcGxvYWQ/LnJlcG9ydHM7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtbiBzbC1ub1wiIFtjbGFzcy5lcnJvcl09XCIhcmVwb3J0LmlzVmFsaWRcIj57e2krMX19PC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCIgW2NsYXNzLmVycm9yXT1cIiFyZXBvcnQucmVzcG9uc2liaWxpdHlOYW1lXCI+e3tyZXBvcnQ/LnJlc3BvbnNpYmlsaXR5TmFtZX19XHJcbiAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiIXJlcG9ydD8ucmVzcG9uc2liaWxpdHlOYW1lXCIgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInRW50ZXIgYSBuYW1lIGZvciB0aGlzIHJlc3BvbnNpYmlsaXR5LidcIiBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIiBbY2xhc3MuZXJyb3JdPVwicmVwb3J0Py5hc3NpZ25vciAmJiAoKHJlcG9ydD8uYXNzaWdub3IgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpIHx8IChyZXBvcnQ/LmFzc2lnbm9yID09IHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlKSlcIj5cclxuICAgICAgICAgICAgICAgICAge3tyZXBvcnQ/LmFzc2lnbm9yfX1cclxuICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIoKHJlcG9ydD8uYXNzaWdub3IpICYmIChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSA9PSByZXBvcnQ/LmFzc2lnbm9yfHxyZXBvcnQ/LmFsd2F5c05vdGlmeSA9PSByZXBvcnQ/LmFzc2lnbm9yKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIE92ZXJzZWVyIGNhbm5vdCBhbHNvIGJlIHRoZSBBc3NpZ25vciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBBc3NpZ25vci4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgIDwvaT5cclxuPCEtLVxyXG4gICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25vcikgJiYgKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hc3NpZ25vcikpXCJcclxuICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBSZXZpZXdlciBjYW5ub3QgYWxzbyBiZSB0aGUgQXNzaWdub3Igb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgQXNzaWdub3IuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICA8L2k+ICAgICAtLT5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCIhcmVwb3J0Py5hc3NpZ25lZSB8fCAoKHJlcG9ydD8uYXNzaWduZWUgPT0gcmVwb3J0Py5yZXZpZXdlcilcclxuICAgICAgICAgICAgICB8fCAocmVwb3J0Py5hc3NpZ25lZSA9PSByZXBvcnQ/LmFsd2F5c05vdGlmeSkgfHwgKHJlcG9ydD8uYXNzaWduZWUgPT0gcmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUpKSB8fCAoIXJlcG9ydD8uaXNWYWxpZFVzZXIpXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5hc3NpZ25lZX19XHJcblxyXG4gICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIigocmVwb3J0Py5hc3NpZ25lZSkgJiYgKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8uYXNzaWduZWV8fHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWduZWUpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgT3ZlcnNlZXIgY2Fubm90IGFsc28gYmUgdGhlIEFzc2lnbmVlIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIEFzc2lnbmVlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgPC9pPlxyXG5cclxuICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIoKHJlcG9ydD8uYXNzaWduZWUpICYmIChyZXBvcnQ/LnJldmlld2VyID09IHJlcG9ydD8uYXNzaWduZWUpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgUmV2aWV3ZXIgY2Fubm90IGFsc28gYmUgdGhlIEFzc2lnbmVlIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIEFzc2lnbmVlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgPC9pPlxyXG4gICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIighcmVwb3J0Py5hc3NpZ25lZSkgfHwgKCFyZXBvcnQ/LmlzVmFsaWRVc2VyKVwiXHJcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInU2VsZWN0IHRoZSB1c2VyIHJlc3BvbnNpYmxlIGZvciBjb21wbGV0aW5nIHRoaXMgcmVzcG9uc2liaWxpdHkuICdcIlxyXG4gICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICA8L2k+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIj57e3JlcG9ydD8ucmVzcG9uc2liaWxpdHlDYXRlZ29yeX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIiBbY2xhc3MuZXJyb3JdPVwiIXJlcG9ydC5mcmVxdWVuY3lcIj57e3JlcG9ydD8uZnJlcXVlbmN5fX1cclxuICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIhcmVwb3J0Py5mcmVxdWVuY3lcIiBjbGFzcz1cImljb25zXCIgW2FwcFRvb2x0aXBdPVwiJ1NlbGVjdCBhIGZyZXF1ZW5jeSBmb3IgdGhpcyByZXNwb25zaWJpbGl0eS4nXCJcclxuICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW4gbXVsdGktY29sdW1uXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCIhcmVwb3J0LmlzVmFsaWREdWVEYXRlXCI+e3tyZXBvcnQ/LmRheX19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIhcmVwb3J0Py5pc1ZhbGlkRHVlRGF0ZVwiIGNsYXNzPVwiaWNvbnNcIiBbYXBwVG9vbHRpcF09XCInSW52YWxpZCBEdWUgRGF0ZS4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/LmlzUGFzdERhdGVcIiBjbGFzcz1cImljb25zXCIgW2FwcFRvb2x0aXBdPVwiJ1RoaXMgZGF0ZSBvY2N1cnMgaW4gdGhlIHBhc3QuIFNlbGVjdCBhIGZ1dHVyZSBkYXRlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyOzwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIiBbY2xhc3MuZXJyb3JdPVwiIXJlcG9ydC5pc1ZhbGlkRHVlRGF0ZVwiPnt7cmVwb3J0Py5tb250aH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIhcmVwb3J0Py5pc1ZhbGlkRHVlRGF0ZVwiIGNsYXNzPVwiaWNvbnNcIiBbYXBwVG9vbHRpcF09XCInSW52YWxpZCBEdWUgRGF0ZS4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/LmlzUGFzdERhdGVcIiBjbGFzcz1cImljb25zXCIgW2FwcFRvb2x0aXBdPVwiJ1RoaXMgZGF0ZSBvY2N1cnMgaW4gdGhlIHBhc3QuIFNlbGVjdCBhIGZ1dHVyZSBkYXRlLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyOzwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5yZXNwb25zaWJpbGl0eVdpbmRvd319PC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIj57e3JlcG9ydD8uZmFpbGVkQWZ0ZXJ9fTwvZGl2PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJlcG9ydENsYXNzfX08L2Rpdj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5yZXNwb25zaWJpbGl0eUNlbnRlcn19PC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIlxyXG4gICAgICAgICAgICAgICAgICBbY2xhc3MuZXJyb3JdPVwicmVwb3J0Py5yZXZpZXdlciAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpIHx8ICAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSlcclxuICAgICAgICAgICAgICAgICAgICB8fCAocmVwb3J0Py5yZXZpZXdlciA9PSByZXBvcnQ/LmFzc2lnbmVlKSApXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5yZXZpZXdlcn19XHJcblxyXG4gICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIihyZXBvcnQ/LnJldmlld2VyKSAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpIHx8IChyZXBvcnQ/LnJldmlld2VyID09IHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIE92ZXJzZWVyIGNhbm5vdCBhbHNvIGJlIHRoZSBSZXZpZXdlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBSZXZpZXdlcidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgPC9pPlxyXG5cclxuICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyZXBvcnQ/LnJldmlld2VyICYmIChyZXBvcnQ/LnJldmlld2VyID09IHJlcG9ydD8uYXNzaWduZWUpXCIgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIEFzc2lnbmVlIGNhbm5vdCBhbHNvIGJlIHRoZSBSZXZpZXdlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBSZXZpZXdlci4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgIDwvaT5cclxuICAgICAgICAgICAgICAgICAgPCEtLSA8aSAqbmdJZj1cIihyZXBvcnQ/LnJldmlld2VyICYmIHJlcG9ydD8uYXNzaWdub3IpXCJcclxuICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiKChyZXBvcnQ/LmFzc2lnbm9yKT8nVGhlIEFzc2lnbm9yIGNhbm5vdCBhbHNvIGJlIHRoZSBSZXZpZXdlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5Lic6J1lvdSBjYW5ub3QgYmUgYSBSZXZpZXdlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5IHNpbmNlIHlvdSBhcmUgdGhlIGFzc2lnbm9yLiAnKSArJ1NlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIFJldmlld2VyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiB0eXBlPVwid2hpdGVcIiBkZWxheT1cIjBcIiBbdG9vbHRpcE1hbmRhdG9yeV09dHJ1ZT4mI3hlOTMyO1xyXG4gICAgICAgICAgICAgICAgICA8L2k+IC0tPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJldmlld1RvQmVDb21wbGV0ZWRXaXRoaW59fTwvZGl2PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LnJldmlld1dpbGxCZUZhaWxlZEFmdGVyfX08L2Rpdj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5mb3JtYXRGb3JSZXNwb25zaWJpbGl0eX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIj57e3JlcG9ydD8ubm90ZXN9fTwvZGl2PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctY29sdW1uXCI+e3tyZXBvcnQ/LmRvY3VtZW50RXZpZGVuY2VSZXF1aXJlZH19PC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW4gbXVsdGktY29sdW1uXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJleGVsLXZpZXctcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCJyZXBvcnQ/LmFsd2F5c05vdGlmeSAmJiAoKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8ucmV2aWV3ZXIpXHJcbiAgICAgICAgICAgICAgICAgICAgICB8fCAocmVwb3J0Py5hbHdheXNOb3RpZnkgPT0gcmVwb3J0Py5hc3NpZ25vcikgfHwgKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWduZWUpIHx8XHJcbiAgICAgICAgICAgICAgICAgICAgICAoKCFyZXBvcnQ/LmFzc2lnbm9yKSYmKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IGRlZmF1bHRPd25lcikpKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5hbHdheXNOb3RpZnl9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKHJlcG9ydD8uYWx3YXlzTm90aWZ5KSAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5hbHdheXNOb3RpZnkpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXBwVG9vbHRpcF09XCInVGhlIFJldmlld2VyIGNhbm5vdCBhbHNvIGJlIHRoZSBPdmVyc2VlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiBTZWxlY3QgYW5vdGhlciB1c2VyIGFzIHRoZSBPdmVyc2Vlci4nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2k+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwicmVwb3J0Py5hbHdheXNOb3RpZnkgJiYgKHJlcG9ydD8uYWx3YXlzTm90aWZ5ID09IHJlcG9ydD8uYXNzaWduZWUpXCIgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgQXNzaWduZWUgY2Fubm90IGFsc28gYmUgdGhlIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIE92ZXJzZWVyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKChyZXBvcnQ/LmFsd2F5c05vdGlmeSAmJiByZXBvcnQ/LmFzc2lnbm9yKSAmJiAocmVwb3J0Py5hbHdheXNOb3RpZnkgPT0gcmVwb3J0Py5hc3NpZ25vcikpIHx8KChyZXBvcnQ/LmFsd2F5c05vdGlmeSAmJiAoIXJlcG9ydD8uYXNzaWdub3IpKSAmJiAocmVwb3J0Py5hbHdheXNOb3RpZnkgPT0gZGVmYXVsdE93bmVyKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiKChyZXBvcnQ/LmFzc2lnbm9yKT8nVGhlIEFzc2lnbm9yIGNhbm5vdCBhbHNvIGJlIHRoZSBPdmVyc2VlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5LiAnOidZb3UgY2Fubm90IGJlIGFuIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkgc2luY2UgeW91IGFyZSB0aGUgQXNzaWdub3IuICcpICsnU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiIFtjbGFzcy5lcnJvcl09XCJyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAoKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8ucmV2aWV3ZXIpXHJcbiAgICAgICAgICAgICAgICAgICAgICB8fCAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25vcikgfHwgKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IHJlcG9ydD8uYXNzaWduZWUpIHx8XHJcbiAgICAgICAgICAgICAgICAgICAgICAoKCFyZXBvcnQ/LmFzc2lnbm9yKSYmKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlID09IGRlZmF1bHRPd25lcikpKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIHt7cmVwb3J0Py5ub3RpZnlPbkZhaWx1cmV9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKHJlcG9ydD8ubm90aWZ5T25GYWlsdXJlKSAmJiAoKHJlcG9ydD8ucmV2aWV3ZXIgPT0gcmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUpKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgW2FwcFRvb2x0aXBdPVwiJ1RoZSBSZXZpZXdlciBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gU2VsZWN0IGFub3RoZXIgdXNlciBhcyB0aGUgT3ZlcnNlZXIuJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICAgIDwvaT5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cInJlcG9ydD8ubm90aWZ5T25GYWlsdXJlICYmIChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSA9PSByZXBvcnQ/LmFzc2lnbmVlKVwiIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIidUaGUgQXNzaWduZWUgY2Fubm90IGFsc28gYmUgdGhlIE92ZXJzZWVyIG9mIHRoaXMgcmVzcG9uc2liaWxpdHkuIFNlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIE92ZXJzZWVyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgdHlwZT1cIndoaXRlXCIgZGVsYXk9XCIwXCIgW3Rvb2x0aXBNYW5kYXRvcnldPXRydWU+JiN4ZTkzMjtcclxuICAgICAgICAgICAgICAgICAgICAgIDwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiKChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiByZXBvcnQ/LmFzc2lnbm9yKSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gcmVwb3J0Py5hc3NpZ25vcikpIHx8KChyZXBvcnQ/Lm5vdGlmeU9uRmFpbHVyZSAmJiAoIXJlcG9ydD8uYXNzaWdub3IpKSAmJiAocmVwb3J0Py5ub3RpZnlPbkZhaWx1cmUgPT0gZGVmYXVsdE93bmVyKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIFthcHBUb29sdGlwXT1cIigocmVwb3J0Py5hc3NpZ25vcik/J1RoZSBBc3NpZ25vciBjYW5ub3QgYWxzbyBiZSB0aGUgT3ZlcnNlZXIgb2YgdGhpcyByZXNwb25zaWJpbGl0eS4gJzonWW91IGNhbm5vdCBiZSBhbiBPdmVyc2VlciBvZiB0aGlzIHJlc3BvbnNpYmlsaXR5IHNpbmNlIHlvdSBhcmUgdGhlIEFzc2lnbm9yLiAnKSArJ1NlbGVjdCBhbm90aGVyIHVzZXIgYXMgdGhlIE92ZXJzZWVyLidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIHR5cGU9XCJ3aGl0ZVwiIGRlbGF5PVwiMFwiIFt0b29sdGlwTWFuZGF0b3J5XT10cnVlPiYjeGU5MzI7XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXhlbC12aWV3LWNvbHVtblwiPnt7cmVwb3J0Py5rZXlSZXNwb25zaWJpbGl0eX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV4ZWwtdmlldy1jb2x1bW5cIj57e3JlcG9ydD8ub2JqZWN0aXZlfX08L2Rpdj5cclxuXHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cImJ1bGstdmlldy1mb290ZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICAgIDxwPnt7ZmluYWxSZXNwb25zaWJpbGl0aWVzfX0gb3V0IG9mIHt7cmVzcG9uc2liaWxpdHlCdWxrVXBsb2FkPy5yZXBvcnRzPy5sZW5ndGh9fSByZXNwb25zaWJpbGl0aWVzIHdpbGwgYmVcclxuICAgICAgICAgICAgICB1cGxvYWRlZC48L3A+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwicmlnaHRcIj5cclxuICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImNsb3NlKClcIj5DYW5jZWw8L2J1dHRvbj5cclxuICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cInN1Ym1pdCgpXCIgW2Rpc2FibGVkXT1cImZpbmFsUmVzcG9uc2liaWxpdGllczwxXCIgY2xhc3M9XCJibHVlXCI+Q29uZmlybTwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbjxhcHAtbG9hZGVyICAqbmdJZj1cImxvYWRlclwiPjwvYXBwLWxvYWRlcj5cclxuIl19
|