vcomply-workflow-engine 2.7.12 → 2.7.14
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 +7 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +8 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-services/responsibility.service.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js +7 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +5 -0
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +5 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +5 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +5 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts +5 -0
- package/lib/create-documents/create-documents.component.d.ts +5 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +5 -0
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
- package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
- package/lib/formgroup/cs-select/cs-select.component.d.ts +5 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
- package/lib/formgroup/formgroup.module.d.ts +15 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts +5 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts +5 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts +5 -0
- package/lib/formgroup/select/select.module.d.ts +11 -0
- package/lib/formgroup/select/select.service.d.ts +4 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts +5 -0
- package/lib/more-option/more-option.component.d.ts +5 -0
- package/lib/pipes/data-type.pipe.d.ts +5 -0
- package/lib/pipes/list-mapper.pipe.d.ts +5 -0
- package/lib/pipes/search.pipe.d.ts +5 -0
- package/lib/pipes/space-breaker.pipe.d.ts +5 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts +5 -0
- package/lib/pipes/user-filter.pipe.d.ts +5 -0
- package/lib/services/bulk-upload.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts +26 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +5 -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-rating-scale/matrix-rating-scale.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts +5 -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-date-time/logic-date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts +5 -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-multiple-choice/logic-multiple-choice.component.d.ts +5 -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-questions.module.d.ts +24 -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-single-textbox/logic-single-textbox.component.d.ts +5 -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-star-rating/logic-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts +5 -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-date-time/preview-date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts +5 -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-matrix-dropdown/preview-matrix-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts +5 -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-ranking/preview-ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts +5 -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-star-rating/preview-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts +33 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts +45 -0
- package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +24 -0
- package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/device/device.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +5 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +5 -0
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts +5 -0
- package/lib/sharedComponents/category-list/category-list.component.d.ts +5 -0
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +5 -0
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts +5 -0
- package/lib/sharedComponents/directive/autofocus.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/input-trim.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts +5 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts +5 -0
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts +5 -0
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-table-loader/framework-table-loader.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts +4 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-annual/frequency-dialog-annual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-biannual/frequency-dialog-biannual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-checkbox-list/frequency-dialog-checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-due-date/frequency-dialog-due-date.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-monthly/frequency-dialog-monthly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-one-time/frequency-dialog-one-time.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-quarterly/frequency-dialog-quarterly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-radio-list/frequency-dialog-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-top/frequency-dialog-top.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-weekly/frequency-dialog-weekly.component.d.ts +5 -0
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +5 -0
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts +5 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts +5 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts +8 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts +5 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/spaceTrim.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts +5 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +5 -0
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +5 -0
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +5 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts +5 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +5 -0
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts +9 -0
- package/lib/ui-kit/action-dialog/active/active.component.d.ts +5 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts +5 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.d.ts +5 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts +5 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts +5 -0
- package/lib/ui-kit/click-outside/click-outside.module.d.ts +8 -0
- package/lib/ui-kit/dialog/dialog-ref.d.ts +5 -0
- package/lib/ui-kit/dialog/dialog.component.d.ts +5 -0
- package/lib/ui-kit/dialog/dialog.module.d.ts +9 -0
- package/lib/ui-kit/dialog/dialog.service.d.ts +4 -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.module.d.ts +8 -0
- package/lib/ui-kit/format-html.pipe.d.ts +5 -0
- package/lib/ui-kit/formgroup/click-outside.directive.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/formgroup.module.d.ts +18 -0
- package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts +5 -0
- package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +5 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts +5 -0
- package/lib/ui-kit/line-loader/line-loader.module.d.ts +8 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts +5 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts +8 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +5 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts +9 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover.component.d.ts +5 -0
- package/lib/ui-kit/popover/popover.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover.module.d.ts +11 -0
- package/lib/ui-kit/popover/popover.service.d.ts +4 -0
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts +5 -0
- package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts +5 -0
- package/lib/ui-kit/popover-hover/popover-hover.module.d.ts +9 -0
- package/lib/ui-kit/popover-hover/popover-hover.service.d.ts +4 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts +5 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts +8 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts +5 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.component.d.ts +5 -0
- package/lib/ui-kit/snack-bar/snack-bar.module.d.ts +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts +4 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts +5 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts +8 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +5 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts +5 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +6 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +5 -0
- package/lib/workflow-engine.module.d.ts +129 -0
- package/lib/workflow-engine.service.d.ts +4 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts +5 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts +46 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/pipes/array-concat.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/filter.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +5 -0
- package/lib/workflow-program/workflow-program.component.d.ts +5 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts +5 -0
- package/lib/workflow-services/add-risk.service.d.ts +4 -0
- package/lib/workflow-services/assessment.service.d.ts +4 -0
- package/lib/workflow-services/auth.service.d.ts +4 -0
- package/lib/workflow-services/frequency.service.d.ts +4 -0
- package/lib/workflow-services/log-issue.service.d.ts +4 -0
- package/lib/workflow-services/policy.service.d.ts +4 -0
- package/lib/workflow-services/programs.service.d.ts +4 -0
- package/lib/workflow-services/responsibility.service.d.ts +33 -28
- package/lib/workflow-services/token-decoder.service.d.ts +4 -0
- package/lib/workflow-services/ui-kit.service.d.ts +4 -0
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +5 -0
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +2 -0
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -2,6 +2,7 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { EditorService } from '../../../services/editor.service';
|
|
4
4
|
import { ValidatorService } from '../../../services/validator.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class PreviewWrapperComponent implements OnInit {
|
|
6
7
|
private fd;
|
|
7
8
|
private validator;
|
|
@@ -24,4 +25,8 @@ export declare class PreviewWrapperComponent implements OnInit {
|
|
|
24
25
|
showComments(): void;
|
|
25
26
|
showAttachments(): void;
|
|
26
27
|
showMessage(): void;
|
|
28
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewWrapperComponent, never>;
|
|
29
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewWrapperComponent, "app-preview-wrapper", never, { "question": "question"; "questionIndex": "questionIndex"; }, { "makeActiveQuestion": "makeActiveQuestion"; "validQuestionData": "validQuestionData"; }, never, never>;
|
|
27
30
|
}
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=preview-wrapper.component.d.ts.map
|
|
@@ -1,2 +1,35 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './preview-wrapper/preview-wrapper.component';
|
|
3
|
+
import * as ɵngcc2 from './preview-multiple-choice/preview-multiple-choice.component';
|
|
4
|
+
import * as ɵngcc3 from './preview-checkbox/preview-checkbox.component';
|
|
5
|
+
import * as ɵngcc4 from './preview-image-choice/preview-image-choice.component';
|
|
6
|
+
import * as ɵngcc5 from './preview-star-rating/preview-star-rating.component';
|
|
7
|
+
import * as ɵngcc6 from './preview-single-textbox/preview-single-textbox.component';
|
|
8
|
+
import * as ɵngcc7 from './preview-comment-box/preview-comment-box.component';
|
|
9
|
+
import * as ɵngcc8 from './preview-matrix-dropdown/preview-matrix-dropdown.component';
|
|
10
|
+
import * as ɵngcc9 from './preview-dropdown/preview-dropdown.component';
|
|
11
|
+
import * as ɵngcc10 from './preview-matrix-rating-scale/preview-matrix-rating-scale.component';
|
|
12
|
+
import * as ɵngcc11 from './preview-ranking/preview-ranking.component';
|
|
13
|
+
import * as ɵngcc12 from './preview-slider/preview-slider.component';
|
|
14
|
+
import * as ɵngcc13 from './preview-multiple-textbox/preview-multiple-textbox.component';
|
|
15
|
+
import * as ɵngcc14 from './preview-date-time/preview-date-time.component';
|
|
16
|
+
import * as ɵngcc15 from './preview-file-upload/preview-file-upload.component';
|
|
17
|
+
import * as ɵngcc16 from './welcome/welcome.component';
|
|
18
|
+
import * as ɵngcc17 from './thank-you/thank-you.component';
|
|
19
|
+
import * as ɵngcc18 from '@angular/common';
|
|
20
|
+
import * as ɵngcc19 from '../../../../ui-kit/tooltip/tooltip.module';
|
|
21
|
+
import * as ɵngcc20 from '../../../../ui-kit/popover/popover.module';
|
|
22
|
+
import * as ɵngcc21 from '../../../../ui-kit/dialog/dialog.module';
|
|
23
|
+
import * as ɵngcc22 from 'vcomply-editor';
|
|
24
|
+
import * as ɵngcc23 from '../../../../ui-kit/formgroup/formgroup.module';
|
|
25
|
+
import * as ɵngcc24 from '../../../no-data/no-data.module';
|
|
26
|
+
import * as ɵngcc25 from 'ng2-date-picker';
|
|
27
|
+
import * as ɵngcc26 from 'ngx-material-timepicker';
|
|
28
|
+
import * as ɵngcc27 from '../../../../formgroup/select/select.module';
|
|
1
29
|
export declare class PreviewModule {
|
|
30
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewModule, never>;
|
|
31
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<PreviewModule, [typeof ɵngcc1.PreviewWrapperComponent, typeof ɵngcc2.PreviewMultipleChoiceComponent, typeof ɵngcc3.PreviewCheckboxComponent, typeof ɵngcc4.PreviewImageChoiceComponent, typeof ɵngcc5.PreviewStarRatingComponent, typeof ɵngcc6.PreviewSingleTextboxComponent, typeof ɵngcc7.PreviewCommentBoxComponent, typeof ɵngcc8.PreviewMatrixDropdownComponent, typeof ɵngcc9.PreviewDropdownComponent, typeof ɵngcc10.PreviewMatrixRatingScaleComponent, typeof ɵngcc11.PreviewRankingComponent, typeof ɵngcc12.PreviewSliderComponent, typeof ɵngcc13.PreviewMultipleTextboxComponent, typeof ɵngcc14.PreviewDateTimeComponent, typeof ɵngcc15.PreviewFileUploadComponent, typeof ɵngcc16.WelcomeComponent, typeof ɵngcc17.ThankYouComponent], [typeof ɵngcc18.CommonModule, typeof ɵngcc19.TooltipModule, typeof ɵngcc20.PopoverModule, typeof ɵngcc21.DialogModule, typeof ɵngcc22.MarxEditorModule, typeof ɵngcc23.FormgroupModule, typeof ɵngcc24.NoDataModule, typeof ɵngcc25.DpDatePickerModule, typeof ɵngcc26.NgxMaterialTimepickerModule, typeof ɵngcc27.SelectModule], [typeof ɵngcc1.PreviewWrapperComponent, typeof ɵngcc2.PreviewMultipleChoiceComponent, typeof ɵngcc3.PreviewCheckboxComponent, typeof ɵngcc4.PreviewImageChoiceComponent, typeof ɵngcc5.PreviewStarRatingComponent, typeof ɵngcc6.PreviewSingleTextboxComponent, typeof ɵngcc7.PreviewCommentBoxComponent, typeof ɵngcc8.PreviewMatrixDropdownComponent, typeof ɵngcc9.PreviewDropdownComponent, typeof ɵngcc10.PreviewMatrixRatingScaleComponent, typeof ɵngcc11.PreviewRankingComponent, typeof ɵngcc12.PreviewSliderComponent, typeof ɵngcc13.PreviewMultipleTextboxComponent, typeof ɵngcc14.PreviewDateTimeComponent, typeof ɵngcc15.PreviewFileUploadComponent, typeof ɵngcc16.WelcomeComponent, typeof ɵngcc17.ThankYouComponent]>;
|
|
32
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<PreviewModule>;
|
|
2
33
|
}
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=preview.module.d.ts.map
|
package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ThankYouComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ThankYouComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ThankYouComponent, "app-thank-you", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=thank-you.component.d.ts.map
|
package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class WelcomeComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WelcomeComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WelcomeComponent, "app-preview-welcome", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=welcome.component.d.ts.map
|
package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class QuestionTypeComponent implements OnInit {
|
|
3
4
|
addQuestion: EventEmitter<any>;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<QuestionTypeComponent, never>;
|
|
8
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<QuestionTypeComponent, "app-question-type", never, {}, { "addQuestion": "addQuestion"; }, never, never>;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=question-type.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { EditorService } from '../../services/editor.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class QuickSettingsComponent implements OnInit {
|
|
4
5
|
fd: EditorService;
|
|
5
6
|
constructor(fd: EditorService);
|
|
@@ -25,4 +26,8 @@ export declare class QuickSettingsComponent implements OnInit {
|
|
|
25
26
|
changeQuestionType(selectedQuestion: any): void;
|
|
26
27
|
populateQuickSettingsList(): void;
|
|
27
28
|
toggle(e: any, quickSetting: any): void;
|
|
29
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<QuickSettingsComponent, never>;
|
|
30
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<QuickSettingsComponent, "app-quick-setting", never, { "questionIndex": "questionIndex"; "question": "question"; }, { "typeChanged": "typeChanged"; }, never, never>;
|
|
28
31
|
}
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=quick-settings.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { DialogService } from '../../../../ui-kit/dialog/dialog.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class ResponseSelectorComponent implements OnInit {
|
|
4
5
|
private dialog;
|
|
5
6
|
responseDetails: boolean;
|
|
@@ -8,4 +9,8 @@ export declare class ResponseSelectorComponent implements OnInit {
|
|
|
8
9
|
addResponseSet(): void;
|
|
9
10
|
openResponseDetails(): void;
|
|
10
11
|
backResponse(): void;
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ResponseSelectorComponent, never>;
|
|
13
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ResponseSelectorComponent, "app-response-selector", never, {}, {}, never, never>;
|
|
11
14
|
}
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=response-selector.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class SettingAnonymousComponent implements OnInit {
|
|
3
4
|
setting: any;
|
|
4
5
|
localSetting: any;
|
|
@@ -13,4 +14,8 @@ export declare class SettingAnonymousComponent implements OnInit {
|
|
|
13
14
|
confirmOverride(evt?: any): void;
|
|
14
15
|
saveSetting(): void;
|
|
15
16
|
cancel(): void;
|
|
17
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SettingAnonymousComponent, never>;
|
|
18
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SettingAnonymousComponent, "app-setting-anonymous", never, { "settingData": "setting"; }, { "save": "save"; "cancelEvt": "cancelEvt"; }, never, never>;
|
|
16
19
|
}
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=setting-anonymous.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { EditorConfig } from 'vcomply-editor';
|
|
3
3
|
import { ResultCriteriaService } from '../../services/result-criteria.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class SettingResponseSegmentComponent implements OnInit {
|
|
5
6
|
private el;
|
|
6
7
|
private criteriaService;
|
|
@@ -44,4 +45,8 @@ export declare class SettingResponseSegmentComponent implements OnInit {
|
|
|
44
45
|
discardEdit(index: any): void;
|
|
45
46
|
closeSegmentResult(): void;
|
|
46
47
|
cancel(): void;
|
|
48
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SettingResponseSegmentComponent, never>;
|
|
49
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SettingResponseSegmentComponent, "app-setting-response-segment", never, { "settingData": "setting"; "formJSON": "formJSON"; "fd": "fd"; }, { "save": "save"; "closed": "closed"; "cancelEvt": "cancelEvt"; }, never, never>;
|
|
47
50
|
}
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=setting-response-segment.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class SingleLineEditorComponent implements OnInit, ControlValueAccessor {
|
|
4
5
|
placeholder: string;
|
|
5
6
|
editorMode: string;
|
|
@@ -32,4 +33,8 @@ export declare class SingleLineEditorComponent implements OnInit, ControlValueAc
|
|
|
32
33
|
setCaretToEnd(): void;
|
|
33
34
|
showControls(): void;
|
|
34
35
|
onPaste(event: ClipboardEvent): void;
|
|
36
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SingleLineEditorComponent, never>;
|
|
37
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SingleLineEditorComponent, "app-single-line-editor", never, { "placeholder": "placeholder"; "editorMode": "editorMode"; "label": "label"; "id": "id"; }, {}, never, never>;
|
|
35
38
|
}
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=single-line-editor.component.d.ts.map
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ToolkitComponent implements OnInit {
|
|
3
4
|
addQuestion: EventEmitter<any>;
|
|
4
5
|
constructor();
|
|
5
6
|
showCollapse: boolean;
|
|
6
7
|
ngOnInit(): void;
|
|
7
8
|
clickCollapse(): void;
|
|
9
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ToolkitComponent, never>;
|
|
10
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ToolkitComponent, "app-toolkit", never, {}, { "addQuestion": "addQuestion"; }, never, never>;
|
|
8
11
|
}
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=toolkit.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Configurations } from '../../../../configurations';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class WelcomeThankyouComponent implements OnInit {
|
|
4
5
|
deleteQuestion: EventEmitter<any>;
|
|
5
6
|
entityData: any;
|
|
@@ -12,4 +13,8 @@ export declare class WelcomeThankyouComponent implements OnInit {
|
|
|
12
13
|
onSelectImage(event: any): void;
|
|
13
14
|
deleteWelcome(): void;
|
|
14
15
|
checkInputMessage(): void;
|
|
16
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WelcomeThankyouComponent, [{ optional: true; }]>;
|
|
17
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WelcomeThankyouComponent, "app-welcome-thankyou", never, { "allEntityData": "entityData"; "service": "service"; }, { "deleteQuestion": "deleteQuestion"; }, never, never>;
|
|
15
18
|
}
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=welcome-thankyou.component.d.ts.map
|
|
@@ -3,6 +3,7 @@ import { EditorService } from '../services/editor.service';
|
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { DialogService } from '../../../ui-kit/dialog/dialog.service';
|
|
5
5
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
6
|
+
import * as ɵngcc0 from '@angular/core';
|
|
6
7
|
export declare class CreateAssessmentContainerComponent implements OnInit {
|
|
7
8
|
private dialog;
|
|
8
9
|
editorService: EditorService;
|
|
@@ -63,4 +64,8 @@ export declare class CreateAssessmentContainerComponent implements OnInit {
|
|
|
63
64
|
submitAfterErrorCheck(mode: any): void;
|
|
64
65
|
validateWelcomeThankYou(): void;
|
|
65
66
|
save(mode: 'DRAFT' | 'ACTIVE'): void;
|
|
67
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CreateAssessmentContainerComponent, never>;
|
|
68
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CreateAssessmentContainerComponent, "app-create-assessment-container", never, { "openPortal": "openPortal"; "assessmentData": "assessmentJSON"; "checkpointData": "checkpointJSON"; }, { "setIsUploaded": "setIsUploaded"; "postAssessment": "postAssessment"; }, never, never>;
|
|
66
69
|
}
|
|
70
|
+
|
|
71
|
+
//# sourceMappingURL=create-assessment-container.component.d.ts.map
|
|
@@ -1,2 +1,47 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './create-assessment-container/create-assessment-container.component';
|
|
3
|
+
import * as ɵngcc2 from './components/question-type/question-type.component';
|
|
4
|
+
import * as ɵngcc3 from './components/add-page-details/add-page-details.component';
|
|
5
|
+
import * as ɵngcc4 from './components/assessment-settings/assessment-settings.component';
|
|
6
|
+
import * as ɵngcc5 from './components/add-segment-popup/add-segment-popup.component';
|
|
7
|
+
import * as ɵngcc6 from './components/add-response-set-popup/add-response-set-popup.component';
|
|
8
|
+
import * as ɵngcc7 from './components/editor-wrapper/editor-wrapper.component';
|
|
9
|
+
import * as ɵngcc8 from './components/quick-settings/quick-settings.component';
|
|
10
|
+
import * as ɵngcc9 from './components/single-line-editor/single-line-editor.component';
|
|
11
|
+
import * as ɵngcc10 from './components/response-selector/response-selector.component';
|
|
12
|
+
import * as ɵngcc11 from './components/move/move.component';
|
|
13
|
+
import * as ɵngcc12 from './components/logic/logic.component';
|
|
14
|
+
import * as ɵngcc13 from './components/add-logic/add-logic.component';
|
|
15
|
+
import * as ɵngcc14 from './components/toolkit/toolkit.component';
|
|
16
|
+
import * as ɵngcc15 from './components/pipes/error-message.pipe';
|
|
17
|
+
import * as ɵngcc16 from './components/pipes/question-filter.pipe';
|
|
18
|
+
import * as ɵngcc17 from './components/pipes/question-parser.pipe';
|
|
19
|
+
import * as ɵngcc18 from './components/pipes/formatter.pipe';
|
|
20
|
+
import * as ɵngcc19 from './components/setting-anonymous/setting-anonymous.component';
|
|
21
|
+
import * as ɵngcc20 from './components/setting-response-segment/setting-response-segment.component';
|
|
22
|
+
import * as ɵngcc21 from './components/page-header/page-header.component';
|
|
23
|
+
import * as ɵngcc22 from './components/welcome-thankyou/welcome-thankyou.component';
|
|
24
|
+
import * as ɵngcc23 from './components/pipes/current-page-question.pipe';
|
|
25
|
+
import * as ɵngcc24 from './components/pipes/question-page-filter.pipe';
|
|
26
|
+
import * as ɵngcc25 from './components/pipes/type-of.pipe';
|
|
27
|
+
import * as ɵngcc26 from '@angular/common';
|
|
28
|
+
import * as ɵngcc27 from '../../ui-kit/tooltip/tooltip.module';
|
|
29
|
+
import * as ɵngcc28 from '../../ui-kit/popover/popover.module';
|
|
30
|
+
import * as ɵngcc29 from '@angular/cdk/drag-drop';
|
|
31
|
+
import * as ɵngcc30 from '../../ui-kit/dialog/dialog.module';
|
|
32
|
+
import * as ɵngcc31 from 'vcomply-editor';
|
|
33
|
+
import * as ɵngcc32 from '../../formgroup/formgroup.module';
|
|
34
|
+
import * as ɵngcc33 from '../no-data/no-data.module';
|
|
35
|
+
import * as ɵngcc34 from './components/build/build.module';
|
|
36
|
+
import * as ɵngcc35 from './components/preview/preview.module';
|
|
37
|
+
import * as ɵngcc36 from '../assessment-preview/assessment-preview.module';
|
|
38
|
+
import * as ɵngcc37 from '@angular/forms';
|
|
39
|
+
import * as ɵngcc38 from './components/logic-questions/logic-questions.module';
|
|
40
|
+
import * as ɵngcc39 from '../../ui-kit/editor-loader/editor-loader.module';
|
|
1
41
|
export declare class CreateAssessmentModule {
|
|
42
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CreateAssessmentModule, never>;
|
|
43
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CreateAssessmentModule, [typeof ɵngcc1.CreateAssessmentContainerComponent, typeof ɵngcc2.QuestionTypeComponent, typeof ɵngcc3.AddPageDetailsComponent, typeof ɵngcc4.AssessmentSettingsComponent, typeof ɵngcc5.AddSegmentPopupComponent, typeof ɵngcc6.AddResponseSetPopupComponent, typeof ɵngcc7.EditorWrapperComponent, typeof ɵngcc8.QuickSettingsComponent, typeof ɵngcc9.SingleLineEditorComponent, typeof ɵngcc10.ResponseSelectorComponent, typeof ɵngcc11.MoveComponent, typeof ɵngcc12.LogicComponent, typeof ɵngcc13.AddLogicComponent, typeof ɵngcc14.ToolkitComponent, typeof ɵngcc15.ErrorMessagePipe, typeof ɵngcc16.QuestionFilterPipe, typeof ɵngcc17.QuestionParserPipe, typeof ɵngcc18.FormatterPipe, typeof ɵngcc19.SettingAnonymousComponent, typeof ɵngcc20.SettingResponseSegmentComponent, typeof ɵngcc21.PageHeaderComponent, typeof ɵngcc22.WelcomeThankyouComponent, typeof ɵngcc23.CurrentPageQuestionPipe, typeof ɵngcc24.QuestionPageFilterPipe, typeof ɵngcc25.TypeOfPipe], [typeof ɵngcc26.CommonModule, typeof ɵngcc27.TooltipModule, typeof ɵngcc28.PopoverModule, typeof ɵngcc29.DragDropModule, typeof ɵngcc30.DialogModule, typeof ɵngcc31.MarxEditorModule, typeof ɵngcc32.FormgroupModule, typeof ɵngcc33.NoDataModule, typeof ɵngcc34.BuildModule, typeof ɵngcc35.PreviewModule, typeof ɵngcc36.AssessmentPreviewModule, typeof ɵngcc37.FormsModule, typeof ɵngcc38.LogicQuestionsModule, typeof ɵngcc39.EditorLoaderModule], [typeof ɵngcc1.CreateAssessmentContainerComponent]>;
|
|
44
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CreateAssessmentModule>;
|
|
2
45
|
}
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=create-assessment.module.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { Configurations } from '../../../configurations';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class EditorService {
|
|
5
6
|
private http;
|
|
6
7
|
env: any;
|
|
@@ -182,4 +183,7 @@ export declare class EditorService {
|
|
|
182
183
|
* @param next Index before which Question should be moved
|
|
183
184
|
*/
|
|
184
185
|
moveQuestion(previous: any, next: any): void;
|
|
186
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<EditorService, [null, { optional: true; }]>;
|
|
185
187
|
}
|
|
188
|
+
|
|
189
|
+
//# sourceMappingURL=editor.service.d.ts.map
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class ResultCriteriaService {
|
|
2
3
|
constructor();
|
|
3
4
|
calculateMaxScore(questions: any): number;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ResultCriteriaService, never>;
|
|
4
6
|
}
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=result-criteria.service.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ValidateStructure } from '../components/errorInterface/validateStructure';
|
|
2
2
|
import { Question } from '../components/errorInterface/question';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class ValidatorService {
|
|
4
5
|
constructor();
|
|
5
6
|
validatedQuestions: any;
|
|
@@ -29,4 +30,7 @@ export declare class ValidatorService {
|
|
|
29
30
|
*/
|
|
30
31
|
checkForSameTitleWithOther(questionDetails: any): boolean;
|
|
31
32
|
cloneByValue(value: any): any;
|
|
33
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ValidatorService, never>;
|
|
32
34
|
}
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=validator.service.d.ts.map
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class AssessmentListLoaderComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentListLoaderComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AssessmentListLoaderComponent, "app-assessment-list-loader", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=assessment-list-loader.component.d.ts.map
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class AssessmentListSubLoaderComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentListSubLoaderComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AssessmentListSubLoaderComponent, "app-assessment-list-sub-loader", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=assessment-list-sub-loader.component.d.ts.map
|
|
@@ -3,6 +3,7 @@ import { AuthService } from '../../workflow-services/auth.service';
|
|
|
3
3
|
import { ResponsibilityService } from "../../workflow-services/responsibility.service";
|
|
4
4
|
import { AssessmentCategoryList } from "./service/assessment.interface";
|
|
5
5
|
import { AssessmentService } from './service/assessment.service';
|
|
6
|
+
import * as ɵngcc0 from '@angular/core';
|
|
6
7
|
export declare class AssessmentListComponent implements OnInit, OnChanges {
|
|
7
8
|
private responsibilityService;
|
|
8
9
|
private assessmentService;
|
|
@@ -78,4 +79,8 @@ export declare class AssessmentListComponent implements OnInit, OnChanges {
|
|
|
78
79
|
save(): void;
|
|
79
80
|
close(): void;
|
|
80
81
|
deleteEvent(event: any): void;
|
|
82
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentListComponent, never>;
|
|
83
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AssessmentListComponent, "app-assessment-list", never, { "isEdit": "isEdit"; "selectedAssessment": "selectedAssessment"; "program_ids": "program_ids"; "selectedAssessmentData": "selectedAssessmentData"; }, { "onAssessmentSelect": "onAssessmentSelect"; "cancelAssessment": "cancelAssessment"; }, never, never>;
|
|
81
84
|
}
|
|
85
|
+
|
|
86
|
+
//# sourceMappingURL=assessment-list.component.d.ts.map
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../../../configurations';
|
|
3
3
|
import { AuthService } from '../../../workflow-services/auth.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class AssessmentService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
7
8
|
env: any;
|
|
8
9
|
constructor(http: HttpClient, authService: AuthService, config?: Configurations);
|
|
9
10
|
getAssessmentQuestions(id: string): import("rxjs").Observable<Object>;
|
|
11
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentService, [null, null, { optional: true; }]>;
|
|
10
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=assessment.service.d.ts.map
|
|
@@ -1,2 +1,26 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './checkbox-question/checkbox-question.component';
|
|
3
|
+
import * as ɵngcc2 from './date-time/date-time.component';
|
|
4
|
+
import * as ɵngcc3 from './device/device.component';
|
|
5
|
+
import * as ɵngcc4 from './file-upload/file-upload.component';
|
|
6
|
+
import * as ɵngcc5 from './preview/preview.component';
|
|
7
|
+
import * as ɵngcc6 from './preview-container/preview-container.component';
|
|
8
|
+
import * as ɵngcc7 from './quick-settings/quick-settings.component';
|
|
9
|
+
import * as ɵngcc8 from './radio-question/radio-question.component';
|
|
10
|
+
import * as ɵngcc9 from './select-question/select-question.component';
|
|
11
|
+
import * as ɵngcc10 from './single-textbox/single-textbox.component';
|
|
12
|
+
import * as ɵngcc11 from './page-header/page-header.component';
|
|
13
|
+
import * as ɵngcc12 from './welcome/welcome.component';
|
|
14
|
+
import * as ɵngcc13 from '@angular/common';
|
|
15
|
+
import * as ɵngcc14 from '../../ui-kit/tooltip/tooltip.module';
|
|
16
|
+
import * as ɵngcc15 from '../../formgroup/formgroup.module';
|
|
17
|
+
import * as ɵngcc16 from '../../ui-kit/popover/popover.module';
|
|
18
|
+
import * as ɵngcc17 from 'ngx-material-timepicker';
|
|
19
|
+
import * as ɵngcc18 from 'ng2-date-picker';
|
|
1
20
|
export declare class AssessmentPreviewModule {
|
|
21
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentPreviewModule, never>;
|
|
22
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<AssessmentPreviewModule, [typeof ɵngcc1.CheckboxQuestionComponent, typeof ɵngcc2.DateTimeComponent, typeof ɵngcc3.DeviceComponent, typeof ɵngcc4.FileUploadComponent, typeof ɵngcc5.PreviewComponent, typeof ɵngcc6.PreviewContainerComponent, typeof ɵngcc7.QuickSettingsComponent, typeof ɵngcc8.RadioQuestionComponent, typeof ɵngcc9.SelectQuestionComponent, typeof ɵngcc10.SingleTextboxComponent, typeof ɵngcc11.PageHeaderComponent, typeof ɵngcc12.WelcomeComponent], [typeof ɵngcc13.CommonModule, typeof ɵngcc14.TooltipModule, typeof ɵngcc15.FormgroupModule, typeof ɵngcc16.PopoverModule, typeof ɵngcc17.NgxMaterialTimepickerModule, typeof ɵngcc18.DpDatePickerModule], [typeof ɵngcc1.CheckboxQuestionComponent, typeof ɵngcc2.DateTimeComponent, typeof ɵngcc3.DeviceComponent, typeof ɵngcc4.FileUploadComponent, typeof ɵngcc5.PreviewComponent, typeof ɵngcc6.PreviewContainerComponent, typeof ɵngcc7.QuickSettingsComponent, typeof ɵngcc8.RadioQuestionComponent, typeof ɵngcc9.SelectQuestionComponent, typeof ɵngcc10.SingleTextboxComponent, typeof ɵngcc12.WelcomeComponent]>;
|
|
23
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<AssessmentPreviewModule>;
|
|
2
24
|
}
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=assessment-preview.module.d.ts.map
|
package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckboxQuestionComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
questionIndex: number;
|
|
@@ -6,4 +7,8 @@ export declare class CheckboxQuestionComponent implements OnInit {
|
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
8
9
|
randomize(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckboxQuestionComponent, never>;
|
|
11
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckboxQuestionComponent, "app-checkbox-question", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=checkbox-question.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class DateTimeComponent implements OnInit {
|
|
4
5
|
question: any;
|
|
5
6
|
questionIndex: any;
|
|
@@ -9,4 +10,8 @@ export declare class DateTimeComponent implements OnInit {
|
|
|
9
10
|
ngOnInit(): void;
|
|
10
11
|
openDatePicker(): void;
|
|
11
12
|
closeDatepicker(): void;
|
|
13
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DateTimeComponent, never>;
|
|
14
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DateTimeComponent, "app-date-time", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
12
15
|
}
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=date-time.component.d.ts.map
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class DeviceComponent implements OnInit {
|
|
3
4
|
deviceChanged: EventEmitter<any>;
|
|
4
5
|
selectedDevice: string;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DeviceComponent, never>;
|
|
9
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DeviceComponent, "app-device", never, { "selectedDevice": "selectedDevice"; }, { "deviceChanged": "deviceChanged"; }, never, never>;
|
|
7
10
|
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=device.component.d.ts.map
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FileUploadComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
questionIndex: any;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
9
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FileUploadComponent, "app-file-upload", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
7
10
|
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=file-upload.component.d.ts.map
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class PageHeaderComponent implements OnInit {
|
|
3
4
|
pageDetail: any;
|
|
4
5
|
pageTitle: any;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
|
|
9
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PageHeaderComponent, "app-page-header", never, { "pageDetail": "pageDetail"; "pageTitle": "pageTitle"; }, {}, never, never>;
|
|
7
10
|
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=page-header.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class PreviewComponent implements OnInit, OnChanges {
|
|
3
4
|
questionData: any;
|
|
4
5
|
previewBack: EventEmitter<any>;
|
|
@@ -8,4 +9,8 @@ export declare class PreviewComponent implements OnInit, OnChanges {
|
|
|
8
9
|
ngOnInit(): void;
|
|
9
10
|
ngOnChanges(): void;
|
|
10
11
|
generatePageDetails(): void;
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewComponent, never>;
|
|
13
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "questionData": "questionData"; }, { "previewBack": "previewBack"; }, never, never>;
|
|
11
14
|
}
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=preview.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class PreviewContainerComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewContainerComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewContainerComponent, "app-preview-container", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=preview-container.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class QuickSettingsComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<QuickSettingsComponent, never>;
|
|
8
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<QuickSettingsComponent, "app-quick-settings", never, { "question": "question"; }, {}, never, never>;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=quick-settings.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class RadioQuestionComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
questionIndex: number;
|
|
@@ -6,4 +7,8 @@ export declare class RadioQuestionComponent implements OnInit {
|
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
8
9
|
randomize(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RadioQuestionComponent, never>;
|
|
11
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RadioQuestionComponent, "app-radio-question", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=radio-question.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class SelectQuestionComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
questionIndex: any;
|
|
@@ -6,4 +7,8 @@ export declare class SelectQuestionComponent implements OnInit {
|
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
8
9
|
randomize(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SelectQuestionComponent, never>;
|
|
11
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SelectQuestionComponent, "app-select-question", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=select-question.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class SingleTextboxComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
questionIndex: any;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SingleTextboxComponent, never>;
|
|
9
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SingleTextboxComponent, "app-single-textbox", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
7
10
|
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=single-textbox.component.d.ts.map
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class WelcomeComponent implements OnInit {
|
|
3
4
|
questionDetails: any;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WelcomeComponent, never>;
|
|
8
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WelcomeComponent, "app-preview-welcome", never, { "questionDetails": "questionDetails"; }, {}, never, never>;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=welcome.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { auditCategoryModel } from './audit-category.model';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class AuditCategoryListComponent implements OnInit, OnChanges {
|
|
4
5
|
animation: boolean;
|
|
5
6
|
searchInput: string;
|
|
@@ -16,4 +17,8 @@ export declare class AuditCategoryListComponent implements OnInit, OnChanges {
|
|
|
16
17
|
deleteEvent(event: any): void;
|
|
17
18
|
close(): void;
|
|
18
19
|
populateSelectedData(): void;
|
|
20
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AuditCategoryListComponent, never>;
|
|
21
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AuditCategoryListComponent, "app-audit-category-list", never, { "selectedIndex": "selectedIndex"; "selectedData": "selectedData"; "auditCategory": "auditCategory"; }, { "closeList": "closeList"; "saveSelectedList": "saveSelectedList"; }, never, never>;
|
|
19
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=audit-category-list.component.d.ts.map
|
package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class BulkResponsibilityViewComponent implements OnInit {
|
|
3
4
|
responsibilityBulkUpload: any;
|
|
4
5
|
fileName: any;
|
|
@@ -17,4 +18,8 @@ export declare class BulkResponsibilityViewComponent implements OnInit {
|
|
|
17
18
|
ngOnInit(): void;
|
|
18
19
|
submit(): void;
|
|
19
20
|
close(): void;
|
|
21
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BulkResponsibilityViewComponent, never>;
|
|
22
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<BulkResponsibilityViewComponent, "app-bulk-responsibility-view", never, { "loader": "loader"; "tabType": "tabType"; "responsibilityType": "responsibilityType"; "responsibilityBulkUpload": "responsibilityBulkUpload"; "fileName": "fileName"; "defaultOwner": "defaultOwner"; "bulkUpload": "bulkUpload"; }, { "submitResponsibilityBulkUpload": "submitResponsibilityBulkUpload"; "cancel": "cancel"; "selectedTab": "selectedTab"; }, never, never>;
|
|
20
23
|
}
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=bulk-responsibility-view.component.d.ts.map
|