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
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class InputTrimDirective {
|
|
2
3
|
onKeyDown(event: any): void;
|
|
4
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputTrimDirective, never>;
|
|
5
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<InputTrimDirective, "[InputTrim]", never, {}, {}, never>;
|
|
3
6
|
}
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=input-trim.directive.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 FilePillComponent implements OnInit {
|
|
3
4
|
delete: EventEmitter<any>;
|
|
4
5
|
name: string | any;
|
|
@@ -6,4 +7,8 @@ export declare class FilePillComponent implements OnInit {
|
|
|
6
7
|
disabled: boolean;
|
|
7
8
|
constructor();
|
|
8
9
|
ngOnInit(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FilePillComponent, never>;
|
|
11
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FilePillComponent, "file-pill", never, { "disabled": "disabled"; "name": "name"; "extension": "extension"; }, { "delete": "delete"; }, never, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=file-pill.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 VuiFloatingBarComponent implements OnInit, OnChanges {
|
|
3
4
|
selectedData: any;
|
|
4
5
|
groupSelected: any;
|
|
@@ -31,4 +32,8 @@ export declare class VuiFloatingBarComponent implements OnInit, OnChanges {
|
|
|
31
32
|
close(): void;
|
|
32
33
|
selectedWorkflowType(event: any): void;
|
|
33
34
|
selectedWorkflowChange(event: any): void;
|
|
35
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<VuiFloatingBarComponent, never>;
|
|
36
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<VuiFloatingBarComponent, "vui-floating-bar", never, { "displayElementKey": "displayElementKey"; "elementId": "elementId"; "singularText": "singularText"; "pluralText": "pluralText"; "showNextButton": "showNextButton"; "showFrequencyText": "showFrequencyText"; "showWorkflow": "showWorkflow"; "workflowText": "workflowText"; "currentFrequency": "currentFrequency"; "isDisabled": "isDisabled"; "workflowList": "workflowList"; "mode": "mode"; "nextDisabled": "nextDisabled"; "nonRemovableUsersList": "nonRemovableUsersList"; "selectedData": "selectedData"; "selectedWorkflow": "selectedWorkflow"; "groupSelected": "groupSelected"; "workflowPlaceHolder": "workflowPlaceHolder"; "removePosition": "removePosition"; }, { "closeEvent": "closeEvent"; "deleteEvent": "deleteEvent"; "closeList": "closeList"; "workflowTypeChanged": "workflowTypeChanged"; }, never, ["*"]>;
|
|
34
37
|
}
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=floating-bar.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 FormFieldComponent implements OnInit {
|
|
3
4
|
active: any;
|
|
4
5
|
disabled: any;
|
|
@@ -6,4 +7,8 @@ export declare class FormFieldComponent implements OnInit {
|
|
|
6
7
|
img: any;
|
|
7
8
|
constructor();
|
|
8
9
|
ngOnInit(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
11
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FormFieldComponent, "form-field", never, { "active": "active"; "disabled": "disabled"; "checked": "checked"; "img": "img"; }, {}, never, ["*"]>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=form-field.component.d.ts.map
|
package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class InputWithPillComponent implements OnInit {
|
|
3
4
|
placeholder: any;
|
|
4
5
|
disabled: boolean;
|
|
@@ -7,4 +8,8 @@ export declare class InputWithPillComponent implements OnInit {
|
|
|
7
8
|
line: number;
|
|
8
9
|
constructor();
|
|
9
10
|
ngOnInit(): void;
|
|
11
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputWithPillComponent, never>;
|
|
12
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<InputWithPillComponent, "input-with-pill", never, { "disabled": "disabled"; "line": "line"; "placeholder": "placeholder"; "selectDiv": "selectDiv"; }, { "select": "select"; }, never, ["*"]>;
|
|
10
13
|
}
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=input-with-pill.component.d.ts.map
|
package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class PaginationComponent implements OnChanges {
|
|
3
4
|
currPage: number;
|
|
4
5
|
from: number;
|
|
@@ -22,4 +23,8 @@ export declare class PaginationComponent implements OnChanges {
|
|
|
22
23
|
validateNumber(e: any): boolean;
|
|
23
24
|
onEnterPress(event: any): void;
|
|
24
25
|
displayArrayUpdate(index: any): void;
|
|
26
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
27
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PaginationComponent, "vui-pagination", never, { "from": "from"; "to": "to"; "total": "total"; "showPageDetail": "showPageDetail"; "totalPage": "totalPage"; "pageInSingleView": "pageInSingleView"; "setPage": "currentPage"; "setTotalPage": "totalPage"; }, { "pageChanged": "pageChanged"; }, never, never>;
|
|
25
28
|
}
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=pagination.component.d.ts.map
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './pagination/pagination.component';
|
|
3
|
+
import * as ɵngcc2 from '@angular/common';
|
|
4
|
+
import * as ɵngcc3 from '@angular/forms';
|
|
1
5
|
export declare class PaginationModule {
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PaginationModule, never>;
|
|
7
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<PaginationModule, [typeof ɵngcc1.PaginationComponent], [typeof ɵngcc2.CommonModule, typeof ɵngcc3.FormsModule], [typeof ɵngcc1.PaginationComponent]>;
|
|
8
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<PaginationModule>;
|
|
2
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=pagination.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 ArrayConcatPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ArrayConcatPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ArrayConcatPipe, "arrayConcat">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=array-concat.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 AssessmentResolverPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentResolverPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<AssessmentResolverPipe, "assessmentResolver">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=assessment-resolver.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=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 ListToIdPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, arg: any): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ListToIdPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ListToIdPipe, "listToId">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=list-to-id.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 PagerPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PagerPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<PagerPipe, "pager">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=pager.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 RefDisconnectPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RefDisconnectPipe, never>;
|
|
6
|
+
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<RefDisconnectPipe, "refDisconnect">;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=ref-disconnect.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(value: 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,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, "role-loader", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=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 declare class RoleListComponent implements OnInit {
|
|
3
4
|
save: EventEmitter<any>;
|
|
4
5
|
cancel: EventEmitter<any>;
|
|
@@ -65,4 +66,8 @@ export declare class RoleListComponent implements OnInit {
|
|
|
65
66
|
*/
|
|
66
67
|
uniqueByProp(array: any, key: string): unknown[];
|
|
67
68
|
permissionText(permission: any): string;
|
|
69
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RoleListComponent, never>;
|
|
70
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RoleListComponent, "role-list", never, { "loading": "loading"; "setList": "list"; "selectedRolesVal": "selected"; "featureflagrole": "featureflagrole"; "featureflagGroup": "featureflagGroup"; }, { "save": "save"; "cancel": "cancel"; }, never, never>;
|
|
68
71
|
}
|
|
72
|
+
|
|
73
|
+
//# sourceMappingURL=role-list.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export interface TabSelectorInterface {
|
|
3
4
|
label: string;
|
|
4
5
|
value: any;
|
|
@@ -14,4 +15,8 @@ export declare class TabSelector implements ControlValueAccessor {
|
|
|
14
15
|
registerOnTouched(fn: any): void;
|
|
15
16
|
setDisabledState(isDisabled: boolean): void;
|
|
16
17
|
valueChanged(value: any): void;
|
|
18
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TabSelector, never>;
|
|
19
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<TabSelector, "tab-selector", never, { "disabled": "disabled"; "selectedItem": "selectedItem"; "displayArray": "displayArray"; }, {}, never, never>;
|
|
17
20
|
}
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=tab-selector.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 TickMarkComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TickMarkComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<TickMarkComponent, "tick-mark", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=tick-mark.component.d.ts.map
|
package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { SearchPipe } from '../pipes/search.pipe';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class UserGroupListComponent implements OnInit {
|
|
4
5
|
save: EventEmitter<any>;
|
|
5
6
|
cancel: EventEmitter<any>;
|
|
@@ -110,4 +111,8 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
110
111
|
paginationVisible(): void;
|
|
111
112
|
workflowTypeChanged(event: string): void;
|
|
112
113
|
disableUsers(): any[];
|
|
114
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<UserGroupListComponent, never>;
|
|
115
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<UserGroupListComponent, "user-group-list", never, { "panelTitle": "panelTitle"; "singleSelect": "singleSelect"; "selectedReviewer": "selectedReviewer"; "featureflag": "featureflag"; "reviewerWorkflowType": "reviewerWorkflowType"; "mode": "mode"; "fieldType": "fieldType"; "assignorId": "assignorId"; "assigneeIds": "assigneeIds"; "reviewerIds": "reviewerIds"; "overseerIds": "overseerIds"; "FromProgram": "FromProgram"; "disabledIds": "disabledIds"; "nonRemovableUserIds": "nonRemovableUserIds"; "nonRemovableGroupIds": "nonRemovableGroupIds"; "userType": "userType"; "setUserList": "userlist"; "setSelectedUser": "selectedUsers"; "setDefaultSelectedUsers": "defaultSelectedUsers"; "setGroupList": "groupList"; "setSelectedGroup": "selectedGroups"; "groupEnabled": "groupEnabled"; "fromResponsibility": "fromResponsibility"; "userListInfo": "userListInfo"; "groupListInfo": "groupListInfo"; "loading": "loading"; }, { "save": "save"; "cancel": "cancel"; "reviewerWorkflowTypeChange": "reviewerWorkflowTypeChange"; "fetchUserData": "fetchUserData"; }, never, never>;
|
|
113
116
|
}
|
|
117
|
+
|
|
118
|
+
//# sourceMappingURL=user-group-list.component.d.ts.map
|
|
@@ -4,6 +4,7 @@ import { DatePickerComponent } from 'ng2-date-picker';
|
|
|
4
4
|
import { AuthService } from '../workflow-services/auth.service';
|
|
5
5
|
import { ProgramsService } from '../workflow-services/programs.service';
|
|
6
6
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
7
|
+
import * as ɵngcc0 from '@angular/core';
|
|
7
8
|
export declare class WorkflowProgramComponent implements OnInit {
|
|
8
9
|
private fb;
|
|
9
10
|
private programService;
|
|
@@ -207,4 +208,8 @@ export declare class WorkflowProgramComponent implements OnInit {
|
|
|
207
208
|
resetAdditionalOption(): void;
|
|
208
209
|
checkProgramOptionField(): any;
|
|
209
210
|
enablefeature(): void;
|
|
211
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowProgramComponent, never>;
|
|
212
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowProgramComponent, "app-workflow-program", never, { "canFrameworkChange": "canFrameworkChange"; "mode": "mode"; "programId": "programId"; "programType": "programType"; "allowedFeature": "allowedFeature"; "addToProgramDetails": "addToProgramDetails"; "orgDetails": "orgDetails"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "showConfirmationAlert": "showConfirmationAlert"; "disconnectRefresh": "disconnectRefresh"; "refreshForm": "refreshForm"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; "onRemovingRole": "onRemovingRole"; "disableElementsFromMoreOptions": "disableElementsFromMoreOptions"; }, never, never>;
|
|
210
213
|
}
|
|
214
|
+
|
|
215
|
+
//# sourceMappingURL=workflow-program.component.d.ts.map
|
|
@@ -7,6 +7,7 @@ import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
|
7
7
|
import { AddRiskService } from '../workflow-services/add-risk.service';
|
|
8
8
|
import { AuthService } from '../workflow-services/auth.service';
|
|
9
9
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
10
|
+
import * as ɵngcc0 from '@angular/core';
|
|
10
11
|
export declare class WorkflowRiskComponent implements OnInit {
|
|
11
12
|
private riskService;
|
|
12
13
|
private authService;
|
|
@@ -185,4 +186,8 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
185
186
|
* @param {any} event - any = {
|
|
186
187
|
*/
|
|
187
188
|
frequencyDataPopulate(event: any): void;
|
|
189
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowRiskComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
190
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowRiskComponent, "app-workflow-risk", never, { "mode": "mode"; "riskId": "riskId"; "defaultRiskType": "defaultRiskType"; "moveToRegisterMode": "moveToRegisterMode"; "secondaryOpenPortal": "secondaryOpenPortal"; "openedFrom": "openedFrom"; "feature": "feature"; }, { "showConfirmationAlert": "showConfirmationAlert"; "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "refreshForm": "refreshForm"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; }, never, never>;
|
|
188
191
|
}
|
|
192
|
+
|
|
193
|
+
//# sourceMappingURL=workflow-risk.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { AuthService } from './auth.service';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class AddRiskService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
@@ -20,4 +21,7 @@ export declare class AddRiskService {
|
|
|
20
21
|
getRiskDetail(riskId: string): import("rxjs").Observable<any>;
|
|
21
22
|
updateRisk(riskId: string, payload: any): import("rxjs").Observable<any>;
|
|
22
23
|
getGroupsList(): import("rxjs").Observable<any[]>;
|
|
24
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddRiskService, [null, null, { optional: true; }]>;
|
|
23
25
|
}
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=add-risk.service.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
|
2
2
|
import { AuthService } from './auth.service';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class AssessmentService {
|
|
6
7
|
private http;
|
|
7
8
|
private authService;
|
|
@@ -26,4 +27,7 @@ export declare class AssessmentService {
|
|
|
26
27
|
downloadTemplate(): Observable<any>;
|
|
27
28
|
downLoadFile(data: any, type: string, filename: string): string;
|
|
28
29
|
base64ToArrayBuffer(base64: any): ArrayBufferLike;
|
|
30
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentService, [null, null, { optional: true; }]>;
|
|
29
31
|
}
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=assessment.service.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
4
|
import { TokenDecoderService } from './token-decoder.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class AuthService {
|
|
6
7
|
private http;
|
|
7
8
|
private decoder;
|
|
@@ -27,4 +28,7 @@ export declare class AuthService {
|
|
|
27
28
|
getOrganizationDetails(): import("rxjs").Observable<Object>;
|
|
28
29
|
getUserInfo(): import("rxjs").Observable<Object>;
|
|
29
30
|
getSubscriptionDetails(): import("rxjs").Observable<Object>;
|
|
31
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AuthService, [null, null, { optional: true; }]>;
|
|
30
32
|
}
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=auth.service.d.ts.map
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class FrequencyBulkService {
|
|
2
3
|
env: any;
|
|
3
4
|
constructor();
|
|
4
5
|
shortHand_freqCal(frequency: any, day?: any, month?: any, year?: any, dueDate?: any, ongoingValues?: any): string;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyBulkService, never>;
|
|
5
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=frequency.service.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../configurations';
|
|
3
3
|
import { AuthService } from './auth.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class LogIssueService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
@@ -28,4 +29,7 @@ export declare class LogIssueService {
|
|
|
28
29
|
*/
|
|
29
30
|
uploadFiles(payload: any, path: any): import("rxjs").Observable<Object>;
|
|
30
31
|
getIssueDetails(issueId: string): import("rxjs").Observable<Object>;
|
|
32
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogIssueService, [null, null, { optional: true; }]>;
|
|
31
33
|
}
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=log-issue.service.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { AuthService } from './auth.service';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class PolicyService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
@@ -21,4 +22,7 @@ export declare class PolicyService {
|
|
|
21
22
|
editPolicy(id: any): import("rxjs").Observable<any[]>;
|
|
22
23
|
updatePolicy(payload: any, policyId: any): import("rxjs").Observable<any>;
|
|
23
24
|
extractFile(extension: any, path: any, id: any): import("rxjs").Observable<Object>;
|
|
25
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PolicyService, [null, null, { optional: true; }]>;
|
|
24
26
|
}
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=policy.service.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../configurations';
|
|
3
3
|
import { AuthService } from './auth.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class ProgramsService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
@@ -108,4 +109,7 @@ export declare class ProgramsService {
|
|
|
108
109
|
updateProgram(payload: any, id: string): import("rxjs").Observable<any[]>;
|
|
109
110
|
getMemeberByIds(ids: any): import("rxjs").Observable<any[]>;
|
|
110
111
|
getMemberByGroups(ids: any): import("rxjs").Observable<any[]>;
|
|
112
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ProgramsService, [null, null, { optional: true; }]>;
|
|
111
113
|
}
|
|
114
|
+
|
|
115
|
+
//# sourceMappingURL=programs.service.d.ts.map
|
|
@@ -2,41 +2,46 @@ import { HttpClient, HttpParams } from '@angular/common/http';
|
|
|
2
2
|
import { Configurations } from '../configurations';
|
|
3
3
|
import { AuthService } from './auth.service';
|
|
4
4
|
import { AssessmentList } from '../sharedComponents/assessment-list/service/assessment.interface';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
7
|
export declare class ResponsibilityService {
|
|
6
8
|
private http;
|
|
7
9
|
private authService;
|
|
8
10
|
env: any;
|
|
9
11
|
dataPerPage: number;
|
|
10
12
|
constructor(http: HttpClient, authService: AuthService, config?: Configurations);
|
|
11
|
-
getResponsibilityCenterList(params?: HttpParams):
|
|
12
|
-
getOrganizationGroups(params?: HttpParams):
|
|
13
|
-
getOrganizationPolicyGroups(params?: HttpParams):
|
|
14
|
-
getOrganizationOverseersGroups(params?: HttpParams):
|
|
15
|
-
getOrganizationUsers():
|
|
16
|
-
getOrganizationPeople(params?: HttpParams):
|
|
17
|
-
getAssignorsList(params?: HttpParams):
|
|
18
|
-
getCategoriesList():
|
|
19
|
-
getProgramsList(params: HttpParams, ids?: any):
|
|
20
|
-
getProgramsListCount(params: HttpParams, ids?: any):
|
|
21
|
-
getCategoriesUnderProgram(params: HttpParams):
|
|
22
|
-
getAssurance():
|
|
23
|
-
getAssuranceForRequiresAudit():
|
|
24
|
-
getRCDetailsOfFramework(rc_id: any, category_id: any):
|
|
25
|
-
submitEntrust(entrust_body: any):
|
|
26
|
-
updateEntrust(entrust_body: any, object_id: any, isDelegate: any):
|
|
27
|
-
editResponsibility(objectId: any):
|
|
28
|
-
addBulkResponsibility(entrust_body: any):
|
|
29
|
-
uploadToNode(payload: any, des: any):
|
|
13
|
+
getResponsibilityCenterList(params?: HttpParams): Observable<any[]>;
|
|
14
|
+
getOrganizationGroups(params?: HttpParams): Observable<any[]>;
|
|
15
|
+
getOrganizationPolicyGroups(params?: HttpParams): Observable<any[]>;
|
|
16
|
+
getOrganizationOverseersGroups(params?: HttpParams): Observable<any[]>;
|
|
17
|
+
getOrganizationUsers(): Observable<any[]>;
|
|
18
|
+
getOrganizationPeople(params?: HttpParams): Observable<any>;
|
|
19
|
+
getAssignorsList(params?: HttpParams): Observable<any[]>;
|
|
20
|
+
getCategoriesList(): Observable<any[]>;
|
|
21
|
+
getProgramsList(params: HttpParams, ids?: any): Observable<any[]>;
|
|
22
|
+
getProgramsListCount(params: HttpParams, ids?: any): Observable<any[]>;
|
|
23
|
+
getCategoriesUnderProgram(params: HttpParams): Observable<any[]>;
|
|
24
|
+
getAssurance(): Observable<any[]>;
|
|
25
|
+
getAssuranceForRequiresAudit(): Observable<any[]>;
|
|
26
|
+
getRCDetailsOfFramework(rc_id: any, category_id: any): Observable<Object>;
|
|
27
|
+
submitEntrust(entrust_body: any): Observable<Object>;
|
|
28
|
+
updateEntrust(entrust_body: any, object_id: any, isDelegate: any): Observable<Object>;
|
|
29
|
+
editResponsibility(objectId: any): Observable<Object>;
|
|
30
|
+
addBulkResponsibility(entrust_body: any): Observable<Object>;
|
|
31
|
+
uploadToNode(payload: any, des: any): Observable<any>;
|
|
30
32
|
filesUploading: any[];
|
|
31
33
|
filesUploaded: any[];
|
|
32
34
|
filesUploadedAndUploading: any[];
|
|
33
|
-
getCategoryDetailsById(id: any):
|
|
34
|
-
getFrameWorkCount(params?: HttpParams):
|
|
35
|
-
getFrameWorkList(params: HttpParams):
|
|
36
|
-
getFrameworkSubCategories(id: any, params: HttpParams):
|
|
37
|
-
getFrameworkControls(id: any, params: HttpParams):
|
|
38
|
-
fileUpload(file: any):
|
|
39
|
-
getAssessmentCategory(payload: any, program_ids?: string):
|
|
40
|
-
getAssessmentList(payload: any, id: string, program_ids?: string):
|
|
41
|
-
getAssessmentDetailsByID(id: string):
|
|
35
|
+
getCategoryDetailsById(id: any): Observable<any[]>;
|
|
36
|
+
getFrameWorkCount(params?: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
|
|
37
|
+
getFrameWorkList(params: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
|
|
38
|
+
getFrameworkSubCategories(id: any, params: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
|
|
39
|
+
getFrameworkControls(id: any, params: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
|
|
40
|
+
fileUpload(file: any): Observable<Object>;
|
|
41
|
+
getAssessmentCategory(payload: any, program_ids?: string): Observable<Object>;
|
|
42
|
+
getAssessmentList(payload: any, id: string, program_ids?: string): Observable<AssessmentList[]>;
|
|
43
|
+
getAssessmentDetailsByID(id: string): Observable<AssessmentList[]>;
|
|
44
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ResponsibilityService, [null, null, { optional: true; }]>;
|
|
42
45
|
}
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=responsibility.service.d.ts.map
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class TokenDecoderService {
|
|
2
3
|
constructor();
|
|
3
4
|
getUserDetailsFromToken(): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TokenDecoderService, never>;
|
|
4
6
|
}
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=token-decoder.service.d.ts.map
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { EditorConfig } from 'vcomply-editor';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class WorkflowSurveyFormComponent implements OnInit {
|
|
4
5
|
description: EditorConfig;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowSurveyFormComponent, never>;
|
|
9
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowSurveyFormComponent, "app-workflow-survey-form", never, {}, {}, never, never>;
|
|
7
10
|
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=workflow-survey-form.component.d.ts.map
|
package/package.json
CHANGED
|
@@ -305,3 +305,5 @@ export { ResponsibilityService as ɵj } from './lib/workflow-services/responsibi
|
|
|
305
305
|
export { TokenDecoderService as ɵd } from './lib/workflow-services/token-decoder.service';
|
|
306
306
|
export { UiKitService as ɵa } from './lib/workflow-services/ui-kit.service';
|
|
307
307
|
export { WorkflowSurveyFormComponent as ɵbz } from './lib/workflow-survey-form/workflow-survey-form.component';
|
|
308
|
+
|
|
309
|
+
//# sourceMappingURL=vcomply-workflow-engine.d.ts.map
|