vcomply-workflow-engine 2.7.13 → 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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
onCompletionOfResponsibility: any;
|
|
@@ -57,4 +58,8 @@ export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
|
57
58
|
save(event: any): void;
|
|
58
59
|
onClickTabChange(tab: any): void;
|
|
59
60
|
search(): void;
|
|
61
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyResponsibilityListComponent, never>;
|
|
62
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyResponsibilityListComponent, "app-frequency-responsibility-list", never, { "selectedResponsibilityDetails": "selectedResponsibilityDetails"; "onCompletionOfResponsibility": "onCompletionOfResponsibility"; "feature": "feature"; }, { "backButton": "backButton"; "selectedResponsibility": "selectedResponsibility"; }, never, never>;
|
|
60
63
|
}
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=frequency-responsibility-list.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 FrequencyTopComponent implements OnInit {
|
|
3
4
|
occurrenceFirst: number;
|
|
4
5
|
id: number;
|
|
@@ -20,4 +21,8 @@ export declare class FrequencyTopComponent implements OnInit {
|
|
|
20
21
|
getToday(): string;
|
|
21
22
|
onTimeChanged(event: string): void;
|
|
22
23
|
enterYearDay(event: any): void;
|
|
24
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyTopComponent, never>;
|
|
25
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyTopComponent, "app-frequency-top", never, { "occurrenceFirst": "occurrenceFirst"; "id": "id"; "inputTime": "inputTime"; "frequencyType": "frequencyType"; "yearlyDay": "yearlyDay"; "mode": "mode"; }, { "valueChangedFirst": "valueChangedFirst"; "nextDisable": "nextDisable"; "timeChanged": "timeChanged"; "yearlyDateChanged": "yearlyDateChanged"; }, never, never>;
|
|
23
26
|
}
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=frequency-top.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyWeeklyComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -29,4 +30,8 @@ export declare class FrequencyWeeklyComponent implements OnInit {
|
|
|
29
30
|
onValueChange(event: any): void;
|
|
30
31
|
getWeeklyFrequency(): void;
|
|
31
32
|
getPlaceholder(weeklyInput: number): string;
|
|
33
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyWeeklyComponent, never>;
|
|
34
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyWeeklyComponent, "app-frequency-weekly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
32
35
|
}
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=frequency-weekly.component.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { Configurations } from '../../configurations';
|
|
4
4
|
import { AuthService } from '../../workflow-services/auth.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class FrequencyService {
|
|
6
7
|
private http;
|
|
7
8
|
private authService;
|
|
@@ -45,4 +46,7 @@ export declare class FrequencyService {
|
|
|
45
46
|
getOnCompletionOfResponsibility(): Observable<any[]>;
|
|
46
47
|
changeTimeZone(date: any): Date;
|
|
47
48
|
getResponsibilityList(payload: any): Observable<any>;
|
|
49
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyService, [null, null, { optional: true; }]>;
|
|
48
50
|
}
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=frequency.service.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../../frequency/frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyDialogAnnualComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
monthList: Array<any>;
|
|
@@ -34,4 +35,8 @@ export declare class FrequencyDialogAnnualComponent implements OnInit {
|
|
|
34
35
|
getFrequencyPlaceholder(yearlyInput: any): string;
|
|
35
36
|
getPlaceholderForSt2(): string;
|
|
36
37
|
getPlaceholderForGt1(): string;
|
|
38
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogAnnualComponent, never>;
|
|
39
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogAnnualComponent, "app-frequency-dialog-annual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
37
40
|
}
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=frequency-dialog-annual.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../../frequency/frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyDialogBiannualComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
biannualInterval: string;
|
|
@@ -32,4 +33,8 @@ export declare class FrequencyDialogBiannualComponent implements OnInit {
|
|
|
32
33
|
lifecycleChange(event: any): void;
|
|
33
34
|
getBiannualFrequency(): void;
|
|
34
35
|
getFrequencyPlaceholder(biannualInput: number): string;
|
|
36
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogBiannualComponent, never>;
|
|
37
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogBiannualComponent, "app-frequency-dialog-biannual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
35
38
|
}
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=frequency-dialog-biannual.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 FrequencyDialogCheckboxListComponent implements OnInit {
|
|
3
4
|
id: number;
|
|
4
5
|
listArray: Array<string>;
|
|
@@ -6,4 +7,8 @@ export declare class FrequencyDialogCheckboxListComponent implements OnInit {
|
|
|
6
7
|
selectedCheckbox: EventEmitter<any>;
|
|
7
8
|
constructor();
|
|
8
9
|
ngOnInit(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogCheckboxListComponent, never>;
|
|
11
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogCheckboxListComponent, "app-frequency-dialog-checkbox-list", never, { "id": "id"; "listArray": "listArray"; "selectedIndex": "selectedIndex"; }, { "selectedCheckbox": "selectedCheckbox"; }, never, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=frequency-dialog-checkbox-list.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
3
3
|
import { FrequencyService } from '../../frequency/frequency.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class FrequencyDialogContainerComponent implements OnInit {
|
|
5
6
|
private frequencyService;
|
|
6
7
|
private snackbar;
|
|
@@ -28,4 +29,8 @@ export declare class FrequencyDialogContainerComponent implements OnInit {
|
|
|
28
29
|
switchTab(frequency: any): void;
|
|
29
30
|
isInvalid(): boolean;
|
|
30
31
|
save(): void;
|
|
32
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogContainerComponent, never>;
|
|
33
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogContainerComponent, "app-frequency-dialog-container", never, { "mode": "mode"; "getFrequencyDetails": "frequencyDetails"; }, { "selectedFrequency": "selectedFrequency"; "closeFrequency": "closeFrequency"; }, never, never>;
|
|
31
34
|
}
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=frequency-dialog-container.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 FrequencyDialogDueDateComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
mode: string;
|
|
@@ -13,4 +14,8 @@ export declare class FrequencyDialogDueDateComponent implements OnInit {
|
|
|
13
14
|
valueChange: EventEmitter<any>;
|
|
14
15
|
ngOnInit(): void;
|
|
15
16
|
onValueChange(event: any, actionType: any): void;
|
|
17
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogDueDateComponent, never>;
|
|
18
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogDueDateComponent, "app-frequency-dialog-due-date", never, { "mode": "mode"; "completedValue": "completedValue"; "deactivateValue": "deactivateValue"; "isDeactivated": "isDeactivated"; "id": "id"; "pageName": "pageName"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
16
19
|
}
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=frequency-dialog-due-date.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../../frequency/frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyDialogMonthlyComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -30,4 +31,8 @@ export declare class FrequencyDialogMonthlyComponent implements OnInit {
|
|
|
30
31
|
onValueChange(event: any): void;
|
|
31
32
|
getMonthlyFrequency(): void;
|
|
32
33
|
getFrequencyPlaceholder(monthlyInput: number): string;
|
|
34
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogMonthlyComponent, never>;
|
|
35
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogMonthlyComponent, "app-frequency-dialog-monthly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
33
36
|
}
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=frequency-dialog-monthly.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
3
|
import { FrequencyService } from '../../frequency/frequency.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class FrequencyDialogOneTimeComponent implements OnInit {
|
|
5
6
|
private frequencyService;
|
|
6
7
|
datePicker: DatePickerComponent;
|
|
@@ -29,4 +30,8 @@ export declare class FrequencyDialogOneTimeComponent implements OnInit {
|
|
|
29
30
|
onTimeChanged(event: string): void;
|
|
30
31
|
dateChange(event: any): void;
|
|
31
32
|
getOneTimeFrequency(): void;
|
|
33
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogOneTimeComponent, never>;
|
|
34
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogOneTimeComponent, "app-frequency-dialog-one-time", never, { "mode": "mode"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
32
35
|
}
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=frequency-dialog-one-time.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../../frequency/frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyDialogQuarterlyComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -29,4 +30,8 @@ export declare class FrequencyDialogQuarterlyComponent implements OnInit {
|
|
|
29
30
|
onValueChange(event: any): void;
|
|
30
31
|
getQuarterlyFrequency(): void;
|
|
31
32
|
getPlaceholder(quarterlyInput: number): string;
|
|
33
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogQuarterlyComponent, never>;
|
|
34
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogQuarterlyComponent, "app-frequency-dialog-quarterly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
32
35
|
}
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=frequency-dialog-quarterly.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 FrequencyDialogRadioListComponent implements OnInit {
|
|
3
4
|
radioList: never[];
|
|
4
5
|
selectedIndex: number;
|
|
@@ -7,4 +8,8 @@ export declare class FrequencyDialogRadioListComponent implements OnInit {
|
|
|
7
8
|
selectedRadio: EventEmitter<any>;
|
|
8
9
|
constructor();
|
|
9
10
|
ngOnInit(): void;
|
|
11
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogRadioListComponent, never>;
|
|
12
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogRadioListComponent, "app-frequency-dialog-radio-list", never, { "radioList": "radioList"; "selectedIndex": "selectedIndex"; "name": "name"; }, { "selectedRadio": "selectedRadio"; }, never, never>;
|
|
10
13
|
}
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=frequency-dialog-radio-list.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 FrequencyDialogTopComponent implements OnInit {
|
|
3
4
|
occurrenceFirst: number;
|
|
4
5
|
id: number;
|
|
@@ -19,4 +20,8 @@ export declare class FrequencyDialogTopComponent implements OnInit {
|
|
|
19
20
|
getToday(): string;
|
|
20
21
|
onTimeChanged(event: string): void;
|
|
21
22
|
enterYearDay(event: any): void;
|
|
23
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogTopComponent, never>;
|
|
24
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogTopComponent, "app-frequency-dialog-top", never, { "occurrenceFirst": "occurrenceFirst"; "id": "id"; "inputTime": "inputTime"; "frequencyType": "frequencyType"; "yearlyDay": "yearlyDay"; }, { "valueChangedFirst": "valueChangedFirst"; "nextDisable": "nextDisable"; "timeChanged": "timeChanged"; "yearlyDateChanged": "yearlyDateChanged"; }, never, never>;
|
|
22
25
|
}
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=frequency-dialog-top.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../../frequency/frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyDialogWeeklyComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -27,4 +28,8 @@ export declare class FrequencyDialogWeeklyComponent implements OnInit {
|
|
|
27
28
|
onValueChange(event: any): void;
|
|
28
29
|
getWeeklyFrequency(): void;
|
|
29
30
|
getPlaceholder(weeklyInput: number): string;
|
|
31
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDialogWeeklyComponent, never>;
|
|
32
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDialogWeeklyComponent, "app-frequency-dialog-weekly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
30
33
|
}
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=frequency-dialog-weekly.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
2
|
import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class GroupUsersListComponent implements OnInit, OnChanges {
|
|
4
5
|
private snackbar;
|
|
5
6
|
groupsEnabled: any;
|
|
@@ -44,4 +45,8 @@ export declare class GroupUsersListComponent implements OnInit, OnChanges {
|
|
|
44
45
|
hideGroup(groupIds: any): boolean;
|
|
45
46
|
currentTab: string;
|
|
46
47
|
switchTab(tab: string): void;
|
|
48
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<GroupUsersListComponent, never>;
|
|
49
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<GroupUsersListComponent, "app-group-users-list", never, { "usersList": "usersList"; "groupsList": "groupsList"; "selectedUsers": "selectedUsers"; "userIdKey": "userIdKey"; "groupIdKey": "groupIdKey"; "openedFrom": "openedFrom"; "selectedGroups": "selectedGroups"; "assigneeGroupsList": "assigneeGroupsList"; "disabledId": "disabledId"; "reviewerIds": "reviewerIds"; "overseerIds": "overseerIds"; "assignorId": "assignorId"; "groupsEnabled": "groupsEnabled"; "fromResponsibility": "fromResponsibility"; }, { "saveSelectedList": "saveSelectedList"; "closeUsersList": "closeUsersList"; }, never, never>;
|
|
47
50
|
}
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=group-users-list.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 ListLoaderComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ListLoaderComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ListLoaderComponent, "app-list-loader", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=list-loader.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 NoDataComponent implements OnInit {
|
|
3
4
|
action: object;
|
|
4
5
|
noDataImage: string;
|
|
@@ -11,4 +12,8 @@ export declare class NoDataComponent implements OnInit {
|
|
|
11
12
|
constructor();
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
actionEmitter(button: object): void;
|
|
15
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<NoDataComponent, never>;
|
|
16
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<NoDataComponent, "app-no-data", never, { "action": "action"; "noDataImage": "noDataImage"; "noDataText": "noDataText"; "noDataButton": "noDataButton"; "noDataSecButton": "noDataSecButton"; "altText": "altText"; "smallButton": "smallButton"; }, { "buttonAction": "buttonAction"; }, never, never>;
|
|
14
17
|
}
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=no-data.component.d.ts.map
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './no-data.component';
|
|
3
|
+
import * as ɵngcc2 from '@angular/common';
|
|
1
4
|
export declare class NoDataModule {
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<NoDataModule, never>;
|
|
6
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<NoDataModule, [typeof ɵngcc1.NoDataComponent], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.NoDataComponent]>;
|
|
7
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<NoDataModule>;
|
|
2
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=no-data.module.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class OwnerListComponent implements OnInit, OnChanges {
|
|
3
4
|
usersList: never[];
|
|
4
5
|
selectedUsers: never[];
|
|
@@ -39,4 +40,8 @@ export declare class OwnerListComponent implements OnInit, OnChanges {
|
|
|
39
40
|
save(selectedIds: any): void;
|
|
40
41
|
close(): void;
|
|
41
42
|
workflowTypeChanged(event: string): void;
|
|
43
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<OwnerListComponent, never>;
|
|
44
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<OwnerListComponent, "app-owner-list", never, { "usersList": "usersList"; "selectedUsers": "selectedUsers"; "userIdKey": "userIdKey"; "itemNameKey": "itemNameKey"; "itemEmailKey": "itemEmailKey"; "listHeading": "listHeading"; "searchPlaceholder": "searchPlaceholder"; "pluralText": "pluralText"; "singularText": "singularText"; "reviewerWorkflowType": "reviewerWorkflowType"; "mode": "mode"; "noDataText": "noDataText"; "workflowList": "workflowList"; "workflowText": "workflowText"; "disabledIds": "disabledIds"; "nonRemovableUsersList": "nonRemovableUsersList"; "assignorId": "assignorId"; "assigneeIds": "assigneeIds"; "reviewerIds": "reviewerIds"; "overseerIds": "overseerIds"; "showWorkflow": "showWorkflow"; "fromResponsibility": "fromResponsibility"; }, { "saveSelectedList": "saveSelectedList"; "closeUsersList": "closeUsersList"; "reviewerWorkflowTypeChange": "reviewerWorkflowTypeChange"; }, never, never>;
|
|
42
45
|
}
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=owner-list.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 ArrayFilterPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ArrayFilterPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ArrayFilterPipe, "arrayFilter">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=array-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 FilterPipe implements PipeTransform {
|
|
3
4
|
transform(items: any[], searchText: string): any[];
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FilterPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<FilterPipe, "filter">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=filterPipe.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 ShortMergePipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ShortMergePipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ShortMergePipe, "shortMerge">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=short-merge.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 SpaceTrimPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SpaceTrimPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SpaceTrimPipe, "spaceTrim">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=spaceTrim.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 WithinDataPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WithinDataPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<WithinDataPipe, "withinData">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=within-data.pipe.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
3
3
|
import { categoryList, programList } from './program-list-model';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class ProgramListingComponent implements OnInit {
|
|
5
6
|
private responsibilityService;
|
|
6
7
|
animation: boolean;
|
|
@@ -116,4 +117,8 @@ export declare class ProgramListingComponent implements OnInit {
|
|
|
116
117
|
preservePreviousDetails(): void;
|
|
117
118
|
programSubTab: 'PROGRAMS' | 'OTHER_PROGRAMS';
|
|
118
119
|
setProgramSubTab(tab: 'PROGRAMS' | 'OTHER_PROGRAMS'): void;
|
|
120
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ProgramListingComponent, never>;
|
|
121
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ProgramListingComponent, "app-program-listing", never, { "openedFrom": "openedFrom"; "responsibilityId": "responsibilityId"; "mode": "mode"; "getSelectedCategories": "selectedCategories"; "getLinkedProgram": "linkedProgram"; "programsList": "programsList"; "selectedProgram": "selectedProgram"; "hideProgramsList": "hideProgramsList"; }, { "saveSelectedProgram": "saveSelectedProgram"; "closeEvent": "closeEvent"; }, never, never>;
|
|
119
122
|
}
|
|
123
|
+
|
|
124
|
+
//# sourceMappingURL=program-listing.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class RadioListComponent implements OnInit, AfterViewInit {
|
|
3
4
|
listBlock: ElementRef;
|
|
4
5
|
itemsList: any;
|
|
@@ -21,4 +22,8 @@ export declare class RadioListComponent implements OnInit, AfterViewInit {
|
|
|
21
22
|
save(): void;
|
|
22
23
|
close(): void;
|
|
23
24
|
arrayToId(array: any, identifierKey: any): any;
|
|
25
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RadioListComponent, never>;
|
|
26
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RadioListComponent, "app-radio-list", never, { "itemsList": "itemsList"; "selectedItems": "selectedItems"; "identifierKey": "identifierKey"; "displayKey": "displayKey"; "tooltipKey": "tooltipKey"; "twoColumn": "twoColumn"; "config": "config"; }, { "closeList": "closeList"; "saveList": "saveList"; }, never, never>;
|
|
24
27
|
}
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=radio-list.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 LinkTreatmentLoaderComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LinkTreatmentLoaderComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LinkTreatmentLoaderComponent, "app-listline-loader", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=link-treatment-loader.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 interface ListEvent {
|
|
3
4
|
searchKey?: string;
|
|
4
5
|
page?: number;
|
|
@@ -44,4 +45,8 @@ export declare class RadioListWithPaginationComponent implements OnInit {
|
|
|
44
45
|
save(): void;
|
|
45
46
|
selectAll(evt: any): void;
|
|
46
47
|
checkSelectAll(): boolean;
|
|
48
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RadioListWithPaginationComponent, never>;
|
|
49
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RadioListWithPaginationComponent, "app-radio-list-with-pagination", never, { "currentPage": "currentPage"; "recordStart": "recordStart"; "recordEnd": "recordEnd"; "totalRecords": "totalRecords"; "totalPages": "totalPages"; "loading": "loading"; "setList": "categoryList"; "setSelected": "selectedList"; "config": "config"; }, { "fetchData": "fetchData"; "back": "back"; "next": "next"; "cancel": "cancel"; }, never, never>;
|
|
47
50
|
}
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=radio-list.component.d.ts.map
|
package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ResponsibilityCentersListComponent implements OnInit, OnChanges {
|
|
3
4
|
listBlock: ElementRef;
|
|
4
5
|
responsibilityCentersList: never[];
|
|
@@ -23,4 +24,8 @@ export declare class ResponsibilityCentersListComponent implements OnInit, OnCha
|
|
|
23
24
|
checkSelectAll(): boolean;
|
|
24
25
|
save(selectedIds: any): void;
|
|
25
26
|
close(): void;
|
|
27
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ResponsibilityCentersListComponent, never>;
|
|
28
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ResponsibilityCentersListComponent, "app-responsibility-centers-list", never, { "responsibilityCentersList": "responsibilityCentersList"; "selectedResponsibilityCenters": "selectedResponsibilityCenters"; "rcIdKey": "rcIdKey"; "radioSelection": "radioSelection"; "pluralText": "pluralText"; "singularText": "singularText"; }, { "saveSelectedList": "saveSelectedList"; "closeRcList": "closeRcList"; }, never, never>;
|
|
26
29
|
}
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=responsibility-centers-list.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 ResponsibilityRiskSelectorComponent implements OnInit {
|
|
3
4
|
animation: boolean;
|
|
4
5
|
activeTab: string;
|
|
@@ -20,4 +21,8 @@ export declare class ResponsibilityRiskSelectorComponent implements OnInit {
|
|
|
20
21
|
save(): void;
|
|
21
22
|
close(): void;
|
|
22
23
|
arrayToId(array: any, identifierKey: any): any;
|
|
24
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ResponsibilityRiskSelectorComponent, never>;
|
|
25
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ResponsibilityRiskSelectorComponent, "app-responsibility-risk-selector", never, { "listItems": "listItems"; "selectedItems": "selectedItems"; "loading": "loading"; "activeEntity": "activeEntity"; }, { "fetchList": "fetchList"; "closeList": "closeList"; "saveList": "saveList"; }, never, never>;
|
|
23
26
|
}
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=responsibility-risk-selector.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class ReviewFrequencyComponent implements OnInit {
|
|
4
5
|
private snackbar;
|
|
5
6
|
reviewCompleteDays: any;
|
|
@@ -12,4 +13,8 @@ export declare class ReviewFrequencyComponent implements OnInit {
|
|
|
12
13
|
close(): void;
|
|
13
14
|
save(): void;
|
|
14
15
|
onValueChange(): void;
|
|
16
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ReviewFrequencyComponent, never>;
|
|
17
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ReviewFrequencyComponent, "app-review-frequency", never, { "reviewCompleteDays": "reviewCompleteDays"; "reviewNOtCompletedDays": "reviewNOtCompletedDays"; }, { "closeReviewFrequency": "closeReviewFrequency"; "backToUserList": "backToUserList"; "saveReviewFrequency": "saveReviewFrequency"; }, never, never>;
|
|
15
18
|
}
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=review-frequency.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 RiskClassificationComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
animation: boolean;
|
|
@@ -32,4 +33,8 @@ export declare class RiskClassificationComponent implements OnInit {
|
|
|
32
33
|
calculateRiskClass(riskMatrices: number[]): number;
|
|
33
34
|
save(): void;
|
|
34
35
|
close(): void;
|
|
36
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RiskClassificationComponent, never>;
|
|
37
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RiskClassificationComponent, "app-risk-classification", never, { "currentRiskValue": "currentRiskValue"; }, { "saveList": "saveList"; "closeList": "closeList"; }, never, never>;
|
|
35
38
|
}
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=risk-classification.component.d.ts.map
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class RolesListComponent implements OnInit {
|
|
3
4
|
animation: boolean;
|
|
4
5
|
roleList: boolean;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
7
8
|
clickRoleList(): void;
|
|
9
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RolesListComponent, never>;
|
|
10
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RolesListComponent, "app-roles-list", never, {}, {}, never, never>;
|
|
8
11
|
}
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=roles-list.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class UserRadioListComponent implements OnInit, OnChanges {
|
|
3
4
|
usersList: never[];
|
|
4
5
|
selectedUsers: any;
|
|
@@ -23,4 +24,8 @@ export declare class UserRadioListComponent implements OnInit, OnChanges {
|
|
|
23
24
|
deleteEvent(event: any): void;
|
|
24
25
|
save(): void;
|
|
25
26
|
close(): void;
|
|
27
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<UserRadioListComponent, never>;
|
|
28
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<UserRadioListComponent, "app-users-radio-list", never, { "usersList": "usersList"; "selectedUsers": "selectedUsers"; "userIdKey": "userIdKey"; "itemNameKey": "itemNameKey"; "itemEmailKey": "itemEmailKey"; "disabledId": "disabledId"; "reviewerIds": "reviewerIds"; "overseerIds": "overseerIds"; "assignorId": "assignorId"; "fromResponsibility": "fromResponsibility"; }, { "saveSelectedList": "saveSelectedList"; "closeUsersList": "closeUsersList"; }, never, never>;
|
|
26
29
|
}
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=users-radio-list.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 LoaderComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=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 LoaderInlineComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LoaderInlineComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LoaderInlineComponent, "app-loader-inline", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=loader-inline.component.d.ts.map
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './loader/loader.component';
|
|
3
|
+
import * as ɵngcc2 from './loader-inline/loader-inline.component';
|
|
4
|
+
import * as ɵngcc3 from '@angular/common';
|
|
1
5
|
export declare class VLoaderModule {
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<VLoaderModule, never>;
|
|
7
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<VLoaderModule, [typeof ɵngcc1.LoaderComponent, typeof ɵngcc2.LoaderInlineComponent], [typeof ɵngcc3.CommonModule], [typeof ɵngcc1.LoaderComponent, typeof ɵngcc2.LoaderInlineComponent]>;
|
|
8
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<VLoaderModule>;
|
|
2
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=v-loader.module.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
2
|
import { DialogConfig } from "../../dialog/dialog-config";
|
|
3
3
|
import { DialogRef } from "../../dialog/dialog-ref";
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class ActiveComponent implements OnInit {
|
|
5
6
|
private dialog;
|
|
6
7
|
dialogConfig: DialogConfig;
|
|
@@ -9,4 +10,8 @@ export declare class ActiveComponent implements OnInit {
|
|
|
9
10
|
constructor(dialog: DialogRef, dialogConfig: DialogConfig);
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
activate(deleteFlag: boolean): void;
|
|
13
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ActiveComponent, never>;
|
|
14
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ActiveComponent, "app-active", never, {}, {}, never, never>;
|
|
12
15
|
}
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=active.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
2
|
import { DialogConfig } from "../../dialog/dialog-config";
|
|
3
3
|
import { DialogRef } from "../../dialog/dialog-ref";
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class DeactivateComponent implements OnInit {
|
|
5
6
|
private dialog;
|
|
6
7
|
dialogConfig: DialogConfig;
|
|
@@ -9,4 +10,8 @@ export declare class DeactivateComponent implements OnInit {
|
|
|
9
10
|
constructor(dialog: DialogRef, dialogConfig: DialogConfig);
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
deactivate(deleteFlag: boolean): void;
|
|
13
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DeactivateComponent, never>;
|
|
14
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DeactivateComponent, "app-deactivate", never, { "itemName": "itemName"; }, {}, never, never>;
|
|
12
15
|
}
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=deactivate.component.d.ts.map
|