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
|
@@ -4,6 +4,7 @@ import { AddRiskService } from '../workflow-services/add-risk.service';
|
|
|
4
4
|
import { AuthService } from '../workflow-services/auth.service';
|
|
5
5
|
import { FrequencyBulkService } from '../workflow-services/frequency.service';
|
|
6
6
|
import { ResponsibilityService } from '../workflow-services/responsibility.service';
|
|
7
|
+
import * as ɵngcc0 from '@angular/core';
|
|
7
8
|
export declare class AddMultipleResponsibilityComponent implements OnChanges {
|
|
8
9
|
private riskService;
|
|
9
10
|
private responsibilityService;
|
|
@@ -84,4 +85,8 @@ export declare class AddMultipleResponsibilityComponent implements OnChanges {
|
|
|
84
85
|
closeSmiley(event: any): void;
|
|
85
86
|
viewResponsibilities(): void;
|
|
86
87
|
fileUpload(): void;
|
|
88
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddMultipleResponsibilityComponent, never>;
|
|
89
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddMultipleResponsibilityComponent, "app-add-multiple-responsibility", never, { "uploadedFileData": "uploadedFile"; "featureflag": "featureflag"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "closeAddMultipleResponsibility": "closeAddMultipleResponsibility"; }, never, never>;
|
|
87
90
|
}
|
|
91
|
+
|
|
92
|
+
//# sourceMappingURL=add-multiple-responsibility.component.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { AddRiskService } from '../workflow-services/add-risk.service';
|
|
3
3
|
import { AuthService } from '../workflow-services/auth.service';
|
|
4
4
|
import { BulkUploadService } from '../services/bulk-upload.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class AddMultipleResponsibilityContainerComponent implements OnInit {
|
|
6
7
|
private riskService;
|
|
7
8
|
private authService;
|
|
@@ -34,4 +35,8 @@ export declare class AddMultipleResponsibilityContainerComponent implements OnIn
|
|
|
34
35
|
closeSmiley(event: any): void;
|
|
35
36
|
triggerBrowseFile(): void;
|
|
36
37
|
closeAddMultipleResponsibility(event: any): void;
|
|
38
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddMultipleResponsibilityContainerComponent, never>;
|
|
39
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddMultipleResponsibilityContainerComponent, "lib-add-multiple-responsibility-container", never, { "feature": "feature"; "orgDetails": "orgDetails"; }, { "closeWorkflow": "closeWorkflow"; }, never, never>;
|
|
37
40
|
}
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=add-multiple-responsibility-container.component.d.ts.map
|
package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { AddRiskService } from '../workflow-services/add-risk.service';
|
|
|
5
5
|
import { AuthService } from '../workflow-services/auth.service';
|
|
6
6
|
import { FrequencyBulkService } from '../workflow-services/frequency.service';
|
|
7
7
|
import { ResponsibilityService } from '../workflow-services/responsibility.service';
|
|
8
|
+
import * as ɵngcc0 from '@angular/core';
|
|
8
9
|
export declare class AddMultipleResponsibilityWithTabComponent implements OnInit {
|
|
9
10
|
private riskService;
|
|
10
11
|
private responsibilityService;
|
|
@@ -183,4 +184,8 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
183
184
|
* @param {any} item - any - the item that is being checked
|
|
184
185
|
*/
|
|
185
186
|
isGroupSelected(item: any): boolean;
|
|
187
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddMultipleResponsibilityWithTabComponent, never>;
|
|
188
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddMultipleResponsibilityWithTabComponent, "lib-add-multiple-responsibility-with-tab", never, { "uploadedFileData": "uploadedFile"; "orgDetails": "orgDetails"; "featureflag": "featureflag"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "closeAddMultipleResponsibility": "closeAddMultipleResponsibility"; }, never, never>;
|
|
186
189
|
}
|
|
190
|
+
|
|
191
|
+
//# sourceMappingURL=add-multiple-responsibility-with-tab.component.d.ts.map
|
|
@@ -4,6 +4,7 @@ import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
|
4
4
|
import { AddRiskService } from '../workflow-services/add-risk.service';
|
|
5
5
|
import { AuthService } from '../workflow-services/auth.service';
|
|
6
6
|
import { FrequencyBulkService } from '../workflow-services/frequency.service';
|
|
7
|
+
import * as ɵngcc0 from '@angular/core';
|
|
7
8
|
export declare class AddMultipleRiskComponent implements OnInit, OnChanges {
|
|
8
9
|
private riskService;
|
|
9
10
|
private authService;
|
|
@@ -105,4 +106,8 @@ export declare class AddMultipleRiskComponent implements OnInit, OnChanges {
|
|
|
105
106
|
* @returns The date is being returned in the timezone of the user.
|
|
106
107
|
*/
|
|
107
108
|
changeTimeZone(date: any): string;
|
|
109
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddMultipleRiskComponent, never>;
|
|
110
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddMultipleRiskComponent, "app-add-multiple-risk", never, {}, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; }, never, never>;
|
|
108
111
|
}
|
|
112
|
+
|
|
113
|
+
//# sourceMappingURL=add-multiple-risk.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationAlert } from '../interfaces/confirmation-alert';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class ConfirmationAlertComponent implements OnInit {
|
|
4
5
|
message: string;
|
|
5
6
|
config: ConfirmationAlert;
|
|
@@ -7,4 +8,8 @@ export declare class ConfirmationAlertComponent implements OnInit {
|
|
|
7
8
|
constructor();
|
|
8
9
|
ngOnInit(): void;
|
|
9
10
|
actionTaken(evt: any): void;
|
|
11
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ConfirmationAlertComponent, never>;
|
|
12
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ConfirmationAlertComponent, "app-confirmation-alert", never, { "message": "message"; "config": "config"; }, { "action": "action"; }, never, never>;
|
|
10
13
|
}
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=confirmation-alert.component.d.ts.map
|
|
@@ -3,6 +3,7 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
5
5
|
import { PolicyService } from '../workflow-services/policy.service';
|
|
6
|
+
import * as ɵngcc0 from '@angular/core';
|
|
6
7
|
export declare class CreateDocumentsComponent implements OnInit {
|
|
7
8
|
private snackBar;
|
|
8
9
|
private policyService;
|
|
@@ -33,4 +34,8 @@ export declare class CreateDocumentsComponent implements OnInit {
|
|
|
33
34
|
changeDocType(event: any): void;
|
|
34
35
|
editor(event: string): void;
|
|
35
36
|
editPolicyEmit(): void;
|
|
37
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CreateDocumentsComponent, never>;
|
|
38
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CreateDocumentsComponent, "app-create-documents", never, { "policyId": "policyId"; "policyName": "policyName"; "organization_id": "organization_id"; "member_obj_id": "member_obj_id"; "userInfo": "userInfo"; }, { "disconnectRefresh": "disconnectRefresh"; "editPolicy": "editPolicy"; }, never, never>;
|
|
36
39
|
}
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=create-documents.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 CsCheckboxComponent implements OnInit {
|
|
3
4
|
disabled: boolean;
|
|
4
5
|
ngValue: any;
|
|
@@ -11,4 +12,8 @@ export declare class CsCheckboxComponent implements OnInit {
|
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
valueChanged(): void;
|
|
13
14
|
chileClick(event: any): void;
|
|
15
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsCheckboxComponent, never>;
|
|
16
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsCheckboxComponent, "app-cs-checkbox", never, { "readonly": "readonly"; "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; "oneLine": "oneLine"; }, { "ngValueChange": "ngValueChange"; }, never, ["*"]>;
|
|
14
17
|
}
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=cs-checkbox.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CsCheckboxIndeterminateComponent implements OnInit {
|
|
3
4
|
disabled: boolean;
|
|
4
5
|
ngValue: any;
|
|
@@ -8,4 +9,8 @@ export declare class CsCheckboxIndeterminateComponent implements OnInit {
|
|
|
8
9
|
ngOnInit(): void;
|
|
9
10
|
valueChanged(): void;
|
|
10
11
|
chileClick(event: any): void;
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsCheckboxIndeterminateComponent, never>;
|
|
13
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsCheckboxIndeterminateComponent, "app-cs-checkbox-indeterminate", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; }, { "ngValueChange": "ngValueChange"; }, never, ["*"]>;
|
|
11
14
|
}
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=cs-checkbox-indeterminate.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 CsRadioComponent implements OnInit {
|
|
3
4
|
disabled: boolean;
|
|
4
5
|
readonly: boolean;
|
|
@@ -10,4 +11,8 @@ export declare class CsRadioComponent implements OnInit {
|
|
|
10
11
|
constructor();
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
changeState(evt: any): void;
|
|
14
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsRadioComponent, never>;
|
|
15
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsRadioComponent, "app-cs-radio", never, { "disabled": "disabled"; "readonly": "readonly"; "name": "name"; "checked": "checked"; "value": "value"; "oneLine": "oneLine"; }, { "checkedEvent": "checkedEvent"; }, never, ["*"]>;
|
|
13
16
|
}
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=cs-radio.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 CsRadioGroupComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsRadioGroupComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsRadioGroupComponent, "app-cs-radio-group", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=cs-radio-group.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CsSelectComponent implements OnInit {
|
|
3
4
|
dataList: any[];
|
|
4
5
|
dropdownLabel: string;
|
|
@@ -28,4 +29,8 @@ export declare class CsSelectComponent implements OnInit {
|
|
|
28
29
|
openDropdown(event: any): void;
|
|
29
30
|
selectOption(selectedData: any): void;
|
|
30
31
|
closeDropdown(): void;
|
|
32
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsSelectComponent, never>;
|
|
33
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsSelectComponent, "app-cs-select", never, { "selectedValue": "selectedValue"; "dataList": "dataList"; "dropdownLabel": "dropdownLabel"; "displayProperty": "displayProperty"; "isRequired": "isRequired"; "dropdownSubLabel": "dropdownSubLabel"; "placeholder": "placeholder"; "stylex": "stylex"; "valueKey": "valueKey"; "colorBlock": "colorBlock"; "colorCode": "colorCode"; }, { "selectedData": "selectedData"; "selectedValueChange": "selectedValueChange"; }, never, never>;
|
|
31
34
|
}
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=cs-select.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 CsSwitchComponent implements OnInit {
|
|
3
4
|
disabled: boolean;
|
|
4
5
|
ngValue: any;
|
|
@@ -9,4 +10,8 @@ export declare class CsSwitchComponent implements OnInit {
|
|
|
9
10
|
constructor();
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
valueChanged(): void;
|
|
13
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsSwitchComponent, never>;
|
|
14
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsSwitchComponent, "app-cs-switch", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; "tooltipMessage": "tooltipMessage"; "position": "position"; }, { "ngValueChange": "ngValueChange"; }, never, ["*"]>;
|
|
12
15
|
}
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=cs-switch.component.d.ts.map
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './cs-checkbox/cs-checkbox.component';
|
|
3
|
+
import * as ɵngcc2 from './cs-radio/cs-radio.component';
|
|
4
|
+
import * as ɵngcc3 from './cs-switch/cs-switch.component';
|
|
5
|
+
import * as ɵngcc4 from './cs-radio-group/cs-radio-group.component';
|
|
6
|
+
import * as ɵngcc5 from './cs-select/cs-select.component';
|
|
7
|
+
import * as ɵngcc6 from './pipes/pascal.pipe';
|
|
8
|
+
import * as ɵngcc7 from './cs-checkbox-indeterminate/cs-checkbox-indeterminate.component';
|
|
9
|
+
import * as ɵngcc8 from '@angular/common';
|
|
10
|
+
import * as ɵngcc9 from '@angular/forms';
|
|
1
11
|
export declare class FormgroupModule {
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormgroupModule, never>;
|
|
13
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<FormgroupModule, [typeof ɵngcc1.CsCheckboxComponent, typeof ɵngcc2.CsRadioComponent, typeof ɵngcc3.CsSwitchComponent, typeof ɵngcc4.CsRadioGroupComponent, typeof ɵngcc5.CsSelectComponent, typeof ɵngcc6.PascalPipe, typeof ɵngcc7.CsCheckboxIndeterminateComponent], [typeof ɵngcc8.CommonModule, typeof ɵngcc9.FormsModule], [typeof ɵngcc1.CsCheckboxComponent, typeof ɵngcc2.CsRadioComponent, typeof ɵngcc3.CsSwitchComponent, typeof ɵngcc4.CsRadioGroupComponent, typeof ɵngcc5.CsSelectComponent, typeof ɵngcc7.CsCheckboxIndeterminateComponent]>;
|
|
14
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<FormgroupModule>;
|
|
2
15
|
}
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=formgroup.module.d.ts.map
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class PascalPipe implements PipeTransform {
|
|
3
4
|
transform(value: string, ...args: unknown[]): unknown;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PascalPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<PascalPipe, "pascal">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=pascal.pipe.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { CsSelectComponent } from '../cs-select/cs-select.component';
|
|
3
3
|
import { SelectService } from '../select.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class CsOptionComponent implements AfterViewInit {
|
|
5
6
|
csSelect: CsSelectComponent;
|
|
6
7
|
private select;
|
|
@@ -12,4 +13,8 @@ export declare class CsOptionComponent implements AfterViewInit {
|
|
|
12
13
|
constructor(csSelect: CsSelectComponent, select: SelectService);
|
|
13
14
|
ngAfterViewInit(): void;
|
|
14
15
|
change(event: any): void;
|
|
16
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsOptionComponent, never>;
|
|
17
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsOptionComponent, "cs-option", never, { "optionTooltip": "optionTooltip"; "value": "value"; "color": "color"; "backgroundColor": "backgroundColor"; }, {}, never, ["*"]>;
|
|
15
18
|
}
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=cs-option.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { SelectService } from '../select.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class CsSelectComponent implements OnDestroy {
|
|
4
5
|
private select;
|
|
5
6
|
dropdownLabel: string;
|
|
@@ -31,4 +32,8 @@ export declare class CsSelectComponent implements OnDestroy {
|
|
|
31
32
|
openDropdown(event: any): void;
|
|
32
33
|
closeDropdown(): void;
|
|
33
34
|
ngOnDestroy(): void;
|
|
35
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsSelectComponent, never>;
|
|
36
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsSelectComponent, "cs-select", never, { "dropdownLabel": "dropdownLabel"; "dropdownSubLabel": "dropdownSubLabel"; "isRequired": "isRequired"; "placeholder": "placeholder"; "setMaxWidth": "setMaxWidth"; }, { "valueChanged": "valueChanged"; }, never, ["cs-option"]>;
|
|
34
37
|
}
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=cs-select.component.d.ts.map
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './cs-select/cs-select.component';
|
|
3
|
+
import * as ɵngcc2 from './cs-option/cs-option.component';
|
|
4
|
+
import * as ɵngcc3 from '@angular/forms';
|
|
5
|
+
import * as ɵngcc4 from '@angular/common';
|
|
6
|
+
import * as ɵngcc5 from '../../ui-kit/tooltip/tooltip.module';
|
|
1
7
|
export declare class SelectModule {
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SelectModule, never>;
|
|
9
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<SelectModule, [typeof ɵngcc1.CsSelectComponent, typeof ɵngcc2.CsOptionComponent], [typeof ɵngcc3.FormsModule, typeof ɵngcc4.CommonModule, typeof ɵngcc5.TooltipModule], [typeof ɵngcc1.CsSelectComponent, typeof ɵngcc2.CsOptionComponent]>;
|
|
10
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<SelectModule>;
|
|
2
11
|
}
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=select.module.d.ts.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class SelectService {
|
|
2
3
|
private selectMap;
|
|
3
4
|
constructor();
|
|
@@ -12,4 +13,7 @@ export declare class SelectService {
|
|
|
12
13
|
color?: string;
|
|
13
14
|
}): void;
|
|
14
15
|
remove(name: string): void;
|
|
16
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SelectService, never>;
|
|
15
17
|
}
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=select.service.d.ts.map
|
|
@@ -6,6 +6,7 @@ import { DatePickerComponent } from 'ng2-date-picker';
|
|
|
6
6
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
7
7
|
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
8
8
|
import { IssueConfiguration } from '../interfaces/issue-data';
|
|
9
|
+
import * as ɵngcc0 from '@angular/core';
|
|
9
10
|
export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterViewInit {
|
|
10
11
|
private logService;
|
|
11
12
|
private authService;
|
|
@@ -215,4 +216,8 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
|
|
|
215
216
|
*/
|
|
216
217
|
resetIssueForm(): void;
|
|
217
218
|
checkDescription(): void;
|
|
219
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogAnIssueComponent, never>;
|
|
220
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogAnIssueComponent, "app-log-an-issue", never, { "reponsibilityData": "reponsibilityData"; "issueDetails": "issueDetails"; "mode": "mode"; "openedFrom": "openedFrom"; "issueId": "issueId"; "config": "config"; "responsibilitiesData": "responsibilitiesData"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "modeChange": "modeChange"; "disconnectRefresh": "disconnectRefresh"; }, never, never>;
|
|
218
221
|
}
|
|
222
|
+
|
|
223
|
+
//# sourceMappingURL=log-an-issue.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class MoreOptionComponent implements OnInit, OnChanges {
|
|
3
4
|
currentWorkflow: string;
|
|
4
5
|
openedFrom: string;
|
|
@@ -22,4 +23,8 @@ export declare class MoreOptionComponent implements OnInit, OnChanges {
|
|
|
22
23
|
hideElements(hiddenList: any): void;
|
|
23
24
|
resetAll(workflowType: string): void;
|
|
24
25
|
updateProgramMoreOptions(): void;
|
|
26
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MoreOptionComponent, never>;
|
|
27
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MoreOptionComponent, "app-more-option", never, { "currentWorkflow": "currentWorkflow"; "openedFrom": "openedFrom"; "isEditMode": "isEditMode"; "isRCSelected": "isRCSelected"; "isProgramSelected": "isProgramSelected"; "getOrganizationDetails": "orgDetailsData"; "allowedFeature": "allowedFeature"; }, { "selectedOption": "selectedOption"; }, never, never>;
|
|
25
28
|
}
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=more-option.component.d.ts.map
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class DataTypePipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: unknown[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DataTypePipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<DataTypePipe, "dataType">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=data-type.pipe.d.ts.map
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ListMapperPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): unknown;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ListMapperPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ListMapperPipe, "listMapper">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=list-mapper.pipe.d.ts.map
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class SearchPipe implements PipeTransform {
|
|
3
4
|
transform(items: any[], ...args: any[]): any[];
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SearchPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SearchPipe, "search">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=search.pipe.d.ts.map
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class SpaceBreakerPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SpaceBreakerPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SpaceBreakerPipe, "spaceBreaker">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=space-breaker.pipe.d.ts.map
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class UncategorizedFilterPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<UncategorizedFilterPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<UncategorizedFilterPipe, "uncategorizedFilter">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=uncategorized-filter.pipe.d.ts.map
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class UserFilterPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<UserFilterPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<UserFilterPipe, "userFilter">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=user-filter.pipe.d.ts.map
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class BulkUploadService {
|
|
2
3
|
constructor();
|
|
3
4
|
hasDataInList(data: any, dataStartIndex: number): boolean;
|
|
4
5
|
checkEmptyFile(data: any): boolean;
|
|
5
6
|
checkCorrectFile(data: any, headerIndex: number): boolean;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BulkUploadService, never>;
|
|
6
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=bulk-upload.service.d.ts.map
|
package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { DialogConfig } from '../../../../ui-kit/dialog/dialog-config';
|
|
3
3
|
import { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class AddLogicComponent implements OnInit {
|
|
5
6
|
config: DialogConfig;
|
|
6
7
|
dialog: DialogRef;
|
|
@@ -114,4 +115,8 @@ export declare class AddLogicComponent implements OnInit {
|
|
|
114
115
|
*/
|
|
115
116
|
formateWithPipe(date: any): string | null;
|
|
116
117
|
formateBySlash(date: any): string;
|
|
118
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddLogicComponent, never>;
|
|
119
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddLogicComponent, "app-add-logic", never, {}, {}, never, never>;
|
|
117
120
|
}
|
|
121
|
+
|
|
122
|
+
//# sourceMappingURL=add-logic.component.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { DialogConfig } from '../../../../ui-kit/dialog/dialog-config';
|
|
3
3
|
import { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';
|
|
4
4
|
import { EditorConfig } from 'vcomply-editor';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class AddPageDetailsComponent implements OnInit {
|
|
6
7
|
private config;
|
|
7
8
|
private dialogRef;
|
|
@@ -16,4 +17,8 @@ export declare class AddPageDetailsComponent implements OnInit {
|
|
|
16
17
|
populatePageDetailsList(): void;
|
|
17
18
|
cancelPageDetails(): void;
|
|
18
19
|
description: EditorConfig;
|
|
20
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddPageDetailsComponent, never>;
|
|
21
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddPageDetailsComponent, "app-add-page-details", never, {}, {}, never, never>;
|
|
19
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=add-page-details.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class AddResponseSetPopupComponent implements OnInit {
|
|
3
4
|
setResponse: boolean;
|
|
4
5
|
hideSpecificCategory: boolean;
|
|
@@ -7,4 +8,8 @@ export declare class AddResponseSetPopupComponent implements OnInit {
|
|
|
7
8
|
showResponse(): void;
|
|
8
9
|
clickSpecificCategory(): void;
|
|
9
10
|
backResponseSet(): void;
|
|
11
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddResponseSetPopupComponent, never>;
|
|
12
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddResponseSetPopupComponent, "app-add-response-set-popup", never, {}, {}, never, never>;
|
|
10
13
|
}
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=add-response-set-popup.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { EditorConfig } from 'vcomply-editor';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class AddSegmentPopupComponent implements OnInit {
|
|
4
5
|
selectedColor: string;
|
|
5
6
|
top: string;
|
|
@@ -19,4 +20,8 @@ export declare class AddSegmentPopupComponent implements OnInit {
|
|
|
19
20
|
closeResult(): void;
|
|
20
21
|
validateSegment(): boolean;
|
|
21
22
|
description: EditorConfig;
|
|
23
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddSegmentPopupComponent, never>;
|
|
24
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AddSegmentPopupComponent, "app-add-segment-popup", never, { "segmentCollection": "segmentCollection"; "criteria": "criteria"; "top": "top"; "left": "left"; "mode": "mode"; "maxRange": "maxRange"; }, { "save": "save"; "closeSegment": "closeSegment"; }, never, never>;
|
|
22
25
|
}
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=add-segment-popup.component.d.ts.map
|
|
@@ -4,6 +4,7 @@ import { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';
|
|
|
4
4
|
import { SnackBarService } from "../../../../ui-kit/snack-bar/snack-bar.service";
|
|
5
5
|
import { EditorConfig } from 'vcomply-editor';
|
|
6
6
|
import { ResultCriteriaService } from "../../services/result-criteria.service";
|
|
7
|
+
import * as ɵngcc0 from '@angular/core';
|
|
7
8
|
export declare class AssessmentSettingsComponent implements OnInit {
|
|
8
9
|
config: DialogConfig;
|
|
9
10
|
dialog: DialogRef;
|
|
@@ -43,4 +44,8 @@ export declare class AssessmentSettingsComponent implements OnInit {
|
|
|
43
44
|
enableStateChanged(e: any, type: any): void;
|
|
44
45
|
save(evt: any, index: any): void;
|
|
45
46
|
cancel(): void;
|
|
47
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentSettingsComponent, never>;
|
|
48
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AssessmentSettingsComponent, "app-assessment-settings", never, {}, { "action": "action"; }, never, never>;
|
|
46
49
|
}
|
|
50
|
+
|
|
51
|
+
//# sourceMappingURL=assessment-settings.component.d.ts.map
|
|
@@ -1,2 +1,28 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './multiple-choice/multiple-choice.component';
|
|
3
|
+
import * as ɵngcc2 from './checkbox/checkbox.component';
|
|
4
|
+
import * as ɵngcc3 from './image-choice/image-choice.component';
|
|
5
|
+
import * as ɵngcc4 from './star-rating/star-rating.component';
|
|
6
|
+
import * as ɵngcc5 from './matrix-dropdown/matrix-dropdown.component';
|
|
7
|
+
import * as ɵngcc6 from './dropdown/dropdown.component';
|
|
8
|
+
import * as ɵngcc7 from './matrix-rating-scale/matrix-rating-scale.component';
|
|
9
|
+
import * as ɵngcc8 from './ranking/ranking.component';
|
|
10
|
+
import * as ɵngcc9 from './slider/slider.component';
|
|
11
|
+
import * as ɵngcc10 from './multiple-textbox/multiple-textbox.component';
|
|
12
|
+
import * as ɵngcc11 from './date-time/date-time.component';
|
|
13
|
+
import * as ɵngcc12 from './choice-settings-panel/choice-settings-panel.component';
|
|
14
|
+
import * as ɵngcc13 from './welcome/welcome.component';
|
|
15
|
+
import * as ɵngcc14 from './thank-you/thank-you.component';
|
|
16
|
+
import * as ɵngcc15 from './weightage-selector/weightage-selector.component';
|
|
17
|
+
import * as ɵngcc16 from '@angular/common';
|
|
18
|
+
import * as ɵngcc17 from '../../../../ui-kit/tooltip/tooltip.module';
|
|
19
|
+
import * as ɵngcc18 from '../../../../ui-kit/popover/popover.module';
|
|
20
|
+
import * as ɵngcc19 from '../../../../ui-kit/formgroup/formgroup.module';
|
|
21
|
+
import * as ɵngcc20 from '@angular/forms';
|
|
1
22
|
export declare class BuildModule {
|
|
23
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BuildModule, never>;
|
|
24
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<BuildModule, [typeof ɵngcc1.MultipleChoiceComponent, typeof ɵngcc2.CheckboxComponent, typeof ɵngcc3.ImageChoiceComponent, typeof ɵngcc4.StarRatingComponent, typeof ɵngcc5.MatrixDropdownComponent, typeof ɵngcc6.DropdownComponent, typeof ɵngcc7.MatrixRatingScaleComponent, typeof ɵngcc8.RankingComponent, typeof ɵngcc9.SliderComponent, typeof ɵngcc10.MultipleTextboxComponent, typeof ɵngcc11.DateTimeComponent, typeof ɵngcc12.ChoiceSettingsPanelComponent, typeof ɵngcc13.WelcomeComponent, typeof ɵngcc14.ThankYouComponent, typeof ɵngcc15.WeightageSelectorComponent], [typeof ɵngcc16.CommonModule, typeof ɵngcc17.TooltipModule, typeof ɵngcc18.PopoverModule, typeof ɵngcc19.FormgroupModule, typeof ɵngcc20.FormsModule], [typeof ɵngcc1.MultipleChoiceComponent, typeof ɵngcc2.CheckboxComponent, typeof ɵngcc3.ImageChoiceComponent, typeof ɵngcc4.StarRatingComponent, typeof ɵngcc5.MatrixDropdownComponent, typeof ɵngcc6.DropdownComponent, typeof ɵngcc7.MatrixRatingScaleComponent, typeof ɵngcc8.RankingComponent, typeof ɵngcc9.SliderComponent, typeof ɵngcc10.MultipleTextboxComponent, typeof ɵngcc11.DateTimeComponent, typeof ɵngcc13.WelcomeComponent, typeof ɵngcc14.ThankYouComponent, typeof ɵngcc15.WeightageSelectorComponent]>;
|
|
25
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<BuildModule>;
|
|
2
26
|
}
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=build.module.d.ts.map
|
package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckboxComponent implements OnInit {
|
|
3
4
|
private cdr;
|
|
4
5
|
question: any;
|
|
@@ -8,4 +9,8 @@ export declare class CheckboxComponent implements OnInit {
|
|
|
8
9
|
constructor(cdr: ChangeDetectorRef);
|
|
9
10
|
ngOnInit(): void;
|
|
10
11
|
modifyOption(mode: string, choiceIndex: number, type: string): void;
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
13
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckboxComponent, "app-checkbox", never, { "question": "question"; "service": "service"; }, { "addOption": "addOption"; "deleteOption": "deleteOption"; }, never, never>;
|
|
11
14
|
}
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=checkbox.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 ChoiceSettingsPanelComponent implements OnInit {
|
|
3
4
|
score: number;
|
|
4
5
|
defaultScore: any;
|
|
@@ -13,4 +14,8 @@ export declare class ChoiceSettingsPanelComponent implements OnInit {
|
|
|
13
14
|
changeScore(evt: any): void;
|
|
14
15
|
changeFailed(evt: any): void;
|
|
15
16
|
scoreManger(mode: any): void;
|
|
17
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ChoiceSettingsPanelComponent, never>;
|
|
18
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ChoiceSettingsPanelComponent, "app-choice-settings-panel", never, { "Score": "score"; "defaultScore": "defaultScore"; "negativeScore": "negativeScore"; "isFailed": "isFailed"; "scoreVisible": "scoreVisible"; }, { "isFailedChange": "isFailedChange"; "scoreChange": "scoreChange"; }, never, never>;
|
|
16
19
|
}
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=choice-settings-panel.component.d.ts.map
|
package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.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 DateTimeComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DateTimeComponent, never>;
|
|
8
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DateTimeComponent, "app-build-date-time", never, { "question": "question"; }, {}, never, never>;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=date-time.component.d.ts.map
|
package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class DropdownComponent implements OnInit {
|
|
3
4
|
private cdr;
|
|
4
5
|
question: any;
|
|
@@ -8,4 +9,8 @@ export declare class DropdownComponent implements OnInit {
|
|
|
8
9
|
constructor(cdr: ChangeDetectorRef);
|
|
9
10
|
ngOnInit(): void;
|
|
10
11
|
modifyOption(mode: string, choiceIndex: number, type: string): void;
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
13
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DropdownComponent, "app-build-dropdown", never, { "question": "question"; "service": "service"; }, { "addOption": "addOption"; "deleteOption": "deleteOption"; }, never, never>;
|
|
11
14
|
}
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=dropdown.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 ImageChoiceComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ImageChoiceComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ImageChoiceComponent, "app-image-choice", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=image-choice.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 MatrixDropdownComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatrixDropdownComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatrixDropdownComponent, "app-matrix-dropdown", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=matrix-dropdown.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 MatrixRatingScaleComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatrixRatingScaleComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatrixRatingScaleComponent, "app-matrix-rating-scale", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=matrix-rating-scale.component.d.ts.map
|