vcomply-workflow-engine 2.7.3 → 2.7.5
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 +179 -38
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +1 -1
- package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.js +1 -1
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +1 -1
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/group-users-list/group-users-list.component.js +2 -2
- package/esm2015/lib/sharedComponents/group-users-list/group-users-list.component.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +1 -1
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +67 -9
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +1 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +4 -4
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.js +6 -5
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +5 -2
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +37 -35
- package/esm2015/lib/workflow-program/workflow-program.component.js +80 -6
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +9 -9
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js +173 -37
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.map +1 -0
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts.map +1 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts.map +1 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.map +1 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts.map +1 -0
- package/lib/create-documents/create-documents.component.d.ts.map +1 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map +1 -0
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
- package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
- package/lib/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
- package/lib/formgroup/formgroup.module.d.ts.map +1 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.map +1 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/formgroup/select/select.module.d.ts.map +1 -0
- package/lib/formgroup/select/select.service.d.ts.map +1 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts.map +1 -0
- package/lib/more-option/more-option.component.d.ts.map +1 -0
- package/lib/pipes/data-type.pipe.d.ts.map +1 -0
- package/lib/pipes/list-mapper.pipe.d.ts.map +1 -0
- package/lib/pipes/search.pipe.d.ts.map +1 -0
- package/lib/pipes/space-breaker.pipe.d.ts.map +1 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/user-filter.pipe.d.ts.map +1 -0
- package/lib/services/bulk-upload.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/device/device.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts.map +1 -0
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.map +1 -0
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.map +1 -0
- package/lib/sharedComponents/category-list/category-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts.map +1 -0
- package/lib/sharedComponents/directive/autofocus.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/input-trim.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.map +1 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts.map +1 -0
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.map +1 -0
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-table-loader/framework-table-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-annual/frequency-dialog-annual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-biannual/frequency-dialog-biannual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-checkbox-list/frequency-dialog-checkbox-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-due-date/frequency-dialog-due-date.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-monthly/frequency-dialog-monthly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-one-time/frequency-dialog-one-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-quarterly/frequency-dialog-quarterly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-radio-list/frequency-dialog-radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-top/frequency-dialog-top.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-weekly/frequency-dialog-weekly.component.d.ts.map +1 -0
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts.map +1 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts.map +1 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/spaceTrim.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts.map +1 -0
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts.map +1 -0
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.map +1 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.map +1 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts.map +1 -0
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/action-dialog.module.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/active/active.component.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts.map +1 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts.map +1 -0
- package/lib/ui-kit/click-outside/click-outside.module.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog-ref.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog.component.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog.module.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog.service.d.ts.map +1 -0
- package/lib/ui-kit/dialog/insertion.directive.d.ts.map +1 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts.map +1 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/format-html.pipe.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/click-outside.directive.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/formgroup.module.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts.map +1 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts.map +1 -0
- package/lib/ui-kit/line-loader/line-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts.map +1 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts.map +1 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.map +1 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.component.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.module.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.service.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.module.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.service.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts.map +1 -0
- package/lib/ui-kit/snack-bar/snack-bar.component.d.ts.map +1 -0
- package/lib/ui-kit/snack-bar/snack-bar.module.d.ts.map +1 -0
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.map +1 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts.map +1 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts.map +1 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts.map +1 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts.map +1 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +2 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts.map +1 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.map +1 -0
- package/lib/workflow-engine.module.d.ts.map +1 -0
- package/lib/workflow-engine.service.d.ts.map +1 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/array-concat.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/filter.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts.map +1 -0
- package/lib/workflow-program/workflow-program.component.d.ts +9 -0
- package/lib/workflow-program/workflow-program.component.d.ts.map +1 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts.map +1 -0
- package/lib/workflow-services/add-risk.service.d.ts.map +1 -0
- package/lib/workflow-services/assessment.service.d.ts.map +1 -0
- package/lib/workflow-services/auth.service.d.ts.map +1 -0
- package/lib/workflow-services/frequency.service.d.ts.map +1 -0
- package/lib/workflow-services/log-issue.service.d.ts.map +1 -0
- package/lib/workflow-services/policy.service.d.ts.map +1 -0
- package/lib/workflow-services/programs.service.d.ts.map +1 -0
- package/lib/workflow-services/responsibility.service.d.ts.map +1 -0
- package/lib/workflow-services/token-decoder.service.d.ts.map +1 -0
- package/lib/workflow-services/ui-kit.service.d.ts.map +1 -0
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.map +1 -0
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts.map +1 -0
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"review-frequency.component.d.ts","sources":["review-frequency.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nimport { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';\r\nexport declare class ReviewFrequencyComponent implements OnInit {\r\n private snackbar;\r\n reviewCompleteDays: any;\r\n reviewNOtCompletedDays: any;\r\n closeReviewFrequency: EventEmitter<any>;\r\n backToUserList: EventEmitter<any>;\r\n saveReviewFrequency: EventEmitter<any>;\r\n constructor(snackbar: SnackBarService);\r\n ngOnInit(): void;\r\n close(): void;\r\n save(): void;\r\n onValueChange(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"risk-classification.component.d.ts","sources":["risk-classification.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class RiskClassificationComponent implements OnInit {\r\n constructor();\r\n animation: boolean;\r\n currentRiskValue: any;\r\n saveList: EventEmitter<any>;\r\n closeList: EventEmitter<any>;\r\n riskClassification: {\r\n name: string;\r\n value: number;\r\n class: string;\r\n }[];\r\n riskIntensityList: {\r\n name: string;\r\n value: string;\r\n }[];\r\n identificationList: {\r\n name: string;\r\n value: string;\r\n }[];\r\n selectedValues: {\r\n envThreat: string;\r\n regThreat: string;\r\n machineThreat: string;\r\n lifeThreat: string;\r\n probability: string;\r\n identification: string;\r\n };\r\n ngOnInit(): void;\r\n generateRiskClass(): void;\r\n getArrayFromObject(object: object): number[];\r\n calculateRiskClass(riskMatrices: number[]): number;\r\n save(): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roles-list.component.d.ts","sources":["roles-list.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class RolesListComponent implements OnInit {\r\n animation: boolean;\r\n roleList: boolean;\r\n constructor();\r\n ngOnInit(): void;\r\n clickRoleList(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-radio-list.component.d.ts","sources":["users-radio-list.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter, OnChanges } from '@angular/core';\r\nexport declare class UserRadioListComponent implements OnInit, OnChanges {\r\n usersList: never[];\r\n selectedUsers: any;\r\n userIdKey: string;\r\n itemNameKey: string;\r\n itemEmailKey: string;\r\n saveSelectedList: EventEmitter<any>;\r\n closeUsersList: EventEmitter<any>;\r\n disabledId: any[];\r\n fromResponsibility: any;\r\n reviewerIds: any[];\r\n overseerIds: any[];\r\n assignorId: any[];\r\n selectedUser: any;\r\n search: string;\r\n selectedIds: any[];\r\n animation: boolean;\r\n constructor();\r\n ngOnChanges(): void;\r\n ngOnInit(): void;\r\n selectUser(user: any): void;\r\n deleteEvent(event: any): void;\r\n save(): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.component.d.ts","sources":["loader.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class LoaderComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader-inline.component.d.ts","sources":["loader-inline.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class LoaderInlineComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v-loader.module.d.ts","sources":["v-loader.module.d.ts"],"names":[],"mappings":";;;;AAAA;;;;AACA","sourcesContent":["export declare class VLoaderModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-dialog.module.d.ts","sources":["action-dialog.module.d.ts"],"names":[],"mappings":";;;;;;AAAA;;;;AACA","sourcesContent":["export declare class ActionDialogModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"active.component.d.ts","sources":["active.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from \"@angular/core\";\r\nimport { DialogConfig } from \"../../dialog/dialog-config\";\r\nimport { DialogRef } from \"../../dialog/dialog-ref\";\r\nexport declare class ActiveComponent implements OnInit {\r\n private dialog;\r\n dialogConfig: DialogConfig;\r\n animate: boolean;\r\n itemName: string;\r\n constructor(dialog: DialogRef, dialogConfig: DialogConfig);\r\n ngOnInit(): void;\r\n activate(deleteFlag: boolean): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate.component.d.ts","sources":["deactivate.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from \"@angular/core\";\r\nimport { DialogConfig } from \"../../dialog/dialog-config\";\r\nimport { DialogRef } from \"../../dialog/dialog-ref\";\r\nexport declare class DeactivateComponent implements OnInit {\r\n private dialog;\r\n dialogConfig: DialogConfig;\r\n animate: boolean;\r\n itemName: string;\r\n constructor(dialog: DialogRef, dialogConfig: DialogConfig);\r\n ngOnInit(): void;\r\n deactivate(deleteFlag: boolean): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete.component.d.ts","sources":["delete.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from \"@angular/core\";\r\nimport { DialogConfig } from \"../../dialog/dialog-config\";\r\nimport { DialogRef } from \"../../dialog/dialog-ref\";\r\nexport declare class DeleteComponent implements OnInit {\r\n private dialog;\r\n dialogConfig: DialogConfig;\r\n animate: boolean;\r\n constructor(dialog: DialogRef, dialogConfig: DialogConfig);\r\n ngOnInit(): void;\r\n delete(deleteFlag: boolean): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"duplicate.component.d.ts","sources":["duplicate.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nimport { DialogConfig } from '../../dialog/dialog-config';\r\nimport { DialogRef } from '../../dialog/dialog-ref';\r\nexport declare class DuplicateComponent implements OnInit {\r\n private dialog;\r\n dialogConfig: DialogConfig;\r\n animate: boolean;\r\n itemName: string;\r\n constructor(dialog: DialogRef, dialogConfig: DialogConfig);\r\n ngOnInit(): void;\r\n activate(deleteFlag: boolean): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"click-outside.directive.d.ts","sources":["click-outside.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, EventEmitter } from '@angular/core';\r\nexport declare class ClickOutsideDirective {\r\n private elementRef;\r\n constructor(elementRef: ElementRef);\r\n clickOutside: EventEmitter<any>;\r\n onMouseEnter(targetElement: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"click-outside.module.d.ts","sources":["click-outside.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class ClickOutsideModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog-ref.d.ts","sources":["dialog-ref.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { Observable } from 'rxjs';\r\nexport declare class DialogRef {\r\n private readonly afterDialogClosed;\r\n afterClosed: Observable<any>;\r\n constructor();\r\n close(result?: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog.component.d.ts","sources":["dialog.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { Type, ComponentFactoryResolver, OnDestroy, ComponentRef, AfterViewInit, ChangeDetectorRef, OnInit } from '@angular/core';\r\nimport { InsertionDirective } from './insertion.directive';\r\nimport { DialogRef } from './dialog-ref';\r\nimport { DialogConfig } from './dialog-config';\r\nimport { Router } from '@angular/router';\r\nexport declare class DialogComponent implements AfterViewInit, OnDestroy, OnInit {\r\n private componentFactoryResolver;\r\n private cd;\r\n private dialogRef;\r\n config: DialogConfig;\r\n private router;\r\n componentRef: ComponentRef<any>;\r\n position: any;\r\n background: any;\r\n insertionPoint: InsertionDirective;\r\n animation: boolean;\r\n private readonly onDialogClose;\r\n onClose: import(\"rxjs\").Observable<any>;\r\n childComponentType: Type<any>;\r\n constructor(componentFactoryResolver: ComponentFactoryResolver, cd: ChangeDetectorRef, dialogRef: DialogRef, config: DialogConfig, router: Router);\r\n ngOnInit(): void;\r\n routeAction(): void;\r\n ngAfterViewInit(): void;\r\n onOverlayClicked(evt: MouseEvent): void;\r\n onDialogClicked(evt: MouseEvent): void;\r\n loadChildComponent(componentType: Type<any>): void;\r\n ngOnDestroy(): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog.module.d.ts","sources":["dialog.module.d.ts"],"names":[],"mappings":";;;;AAAA;;;;AACA","sourcesContent":["export declare class DialogModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog.service.d.ts","sources":["dialog.service.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { ComponentFactoryResolver, ApplicationRef, Injector, Type, ComponentRef } from '@angular/core';\r\nimport { DialogComponent } from './dialog.component';\r\nimport { DialogConfig } from './dialog-config';\r\nimport { DialogRef } from './dialog-ref';\r\nexport declare class DialogService {\r\n private componentFactoryResolver;\r\n private appRef;\r\n private injector;\r\n dialogComponentRef: ComponentRef<DialogComponent>;\r\n constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);\r\n open(componentType: Type<any>, config: DialogConfig): DialogRef;\r\n private appendDialogComponentToBody;\r\n private removeDialogComponentFromBody;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insertion.directive.d.ts","sources":["insertion.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ViewContainerRef } from '@angular/core';\r\nexport declare class InsertionDirective {\r\n viewContainerRef: ViewContainerRef;\r\n constructor(viewContainerRef: ViewContainerRef);\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-loader.component.d.ts","sources":["editor-loader.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class EditorLoaderComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-loader.module.d.ts","sources":["editor-loader.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class EditorLoaderModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-html.pipe.d.ts","sources":["format-html.pipe.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nimport { DomSanitizer } from '@angular/platform-browser';\r\nexport declare class FormatHtmlPipe implements PipeTransform {\r\n private sanitized;\r\n constructor(sanitized: DomSanitizer);\r\n transform(value: string): import(\"@angular/platform-browser\").SafeHtml;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"click-outside.directive.d.ts","sources":["click-outside.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, EventEmitter } from '@angular/core';\r\nexport declare class ClickOutsideDirective {\r\n private elementRef;\r\n constructor(elementRef: ElementRef);\r\n clickOutside: EventEmitter<any>;\r\n onMouseEnter(targetElement: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-checkbox.component.d.ts","sources":["cs-checkbox.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class CsCheckboxComponent implements OnInit {\r\n disabled: boolean;\r\n ngValue: any;\r\n value: any;\r\n ngValueChange: EventEmitter<any>;\r\n constructor();\r\n ngOnInit(): void;\r\n valueChanged(): void;\r\n chileClick(event: any): void;\r\n}\r\n"]}
|
package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-checkbox-indeterminate.component.d.ts","sources":["cs-checkbox-indeterminate.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nexport declare class CsCheckboxIndeterminateComponent implements OnInit {\r\n disabled: boolean;\r\n ngValue: any;\r\n value: any;\r\n ngValueChange: EventEmitter<any>;\r\n constructor();\r\n ngOnInit(): void;\r\n valueChanged(): void;\r\n chileClick(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-radio.component.d.ts","sources":["cs-radio.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class CsRadioComponent implements OnInit {\r\n disabled: boolean;\r\n readonly: boolean;\r\n name: string;\r\n checked: boolean;\r\n value: any;\r\n checkedEvent: EventEmitter<any>;\r\n constructor();\r\n ngOnInit(): void;\r\n changeState(evt: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-radio-group.component.d.ts","sources":["cs-radio-group.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class CsRadioGroupComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-select.component.d.ts","sources":["cs-select.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';\r\nexport declare class CsSelectComponent implements OnChanges {\r\n dataList: any[];\r\n dropdownLabel: string;\r\n displayProperty: string;\r\n selectedValue: string;\r\n isRequired: boolean;\r\n dropdownSubLabel: string;\r\n disabled: boolean;\r\n option: ElementRef;\r\n selectedData: EventEmitter<any>;\r\n selectedValueChange: EventEmitter<any>;\r\n placeholder: any;\r\n stylex: any;\r\n valueKey: any;\r\n multipleSelect: any;\r\n colorProperty: string;\r\n colorSelected: string;\r\n colorCode: string;\r\n dropdownOption: boolean;\r\n positionReset: boolean;\r\n getLeft: number;\r\n getTop: number;\r\n getWidth: number;\r\n maxWidth: number;\r\n activeDoropdown: boolean;\r\n private optionList;\r\n set content(content: ElementRef);\r\n ngOnChanges(changes: SimpleChanges): void;\r\n openDropdown(event: any): void;\r\n selectOption(selectedData: any): void;\r\n closeDropdown(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-switch.component.d.ts","sources":["cs-switch.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class CsSwitchComponent implements OnInit {\r\n disabled: boolean;\r\n ngValue: any;\r\n value: any;\r\n ngValueChange: EventEmitter<any>;\r\n tooltipMessage: any;\r\n position: any;\r\n constructor();\r\n ngOnInit(): void;\r\n valueChanged(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formgroup.module.d.ts","sources":["formgroup.module.d.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA;;;;AACA","sourcesContent":["export declare class FormgroupModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pascal.pipe.d.ts","sources":["pascal.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class PascalPipe implements PipeTransform {\r\n transform(value: string, ...args: unknown[]): unknown;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"searchMultiSelect.pipe.d.ts","sources":["searchMultiSelect.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class SearchMultiSelectPipe implements PipeTransform {\r\n transform(value: any[], key: string, searchKey: string): any[];\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-loader.component.d.ts","sources":["line-loader.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class LineLoaderComponent implements OnInit {\r\n loaderHeight: any;\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-loader.module.d.ts","sources":["line-loader.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class LineLoaderModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-data.component.d.ts","sources":["no-data.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nexport declare class NoDataComponent implements OnInit {\r\n action: object;\r\n secondaryAction: object;\r\n noDataImage: string;\r\n noDataText: string;\r\n noDataButton: string | boolean;\r\n secondaryButton: string | boolean;\r\n noDataSecButton: string | boolean;\r\n altText: string;\r\n buttonAction: EventEmitter<object>;\r\n secondaryActionButton: EventEmitter<object>;\r\n smallButton: boolean;\r\n constructor();\r\n ngOnInit(): void;\r\n actionEmitter(button: object): void;\r\n secondaryActionEmitter(button: object): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-data.module.d.ts","sources":["no-data.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class NoDataModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.component.d.ts","sources":["pagination.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';\r\nexport declare class PaginationComponent implements OnInit {\r\n alphabetsArray: any;\r\n activeAlphabet: string;\r\n pageCount: number;\r\n start: number;\r\n end: number;\r\n total: number;\r\n pageArray: Array<number>;\r\n currentPage: number;\r\n enterPageNumber: any;\r\n isInvalidInput: boolean;\r\n selectedPage: EventEmitter<any>;\r\n selectedAlphabet: EventEmitter<any>;\r\n pageList: any;\r\n constructor();\r\n ngOnInit(): void;\r\n alphabetChange(alphabet: string): void;\r\n ngOnChanges(event: SimpleChanges): void;\r\n increaseOrDecrease(value: number): void;\r\n onEnterPress(event: any): void;\r\n goToPageArrayGenerate(page: any, shouldEmit: boolean): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.module.d.ts","sources":["pagination.module.d.ts"],"names":[],"mappings":";;;;AAAA;;;;AACA","sourcesContent":["export declare class PaginationModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-event.directive.d.ts","sources":["popover-event.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { PopoverService } from './popover.service';\r\nexport declare class PopoverEventDirective {\r\n private popoverService;\r\n constructor(popoverService: PopoverService);\r\n contextmenu(event: any): void;\r\n getEventPosition(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-longpress.directive.d.ts","sources":["popover-longpress.directive.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter } from '@angular/core';\r\nimport { PopoverService } from './popover.service';\r\nexport declare class PopoverLongpressDirective {\r\n private popoverService;\r\n getTime: any;\r\n currentTime: any;\r\n timer: any;\r\n longPressPopover: EventEmitter<any>;\r\n constructor(popoverService: PopoverService);\r\n mousedown(event: any): void;\r\n mouseup(): void;\r\n getEventPosition(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.component.d.ts","sources":["popover.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, OnInit } from '@angular/core';\r\nimport { PopoverService } from './popover.service';\r\nexport declare class PopoverComponent implements OnInit {\r\n popoverService: PopoverService;\r\n dontCloseonClick: boolean;\r\n popoverContainer: boolean;\r\n popoverRatio: ElementRef;\r\n popoverContent: ElementRef;\r\n constructor(popoverService: PopoverService);\r\n showPopover: boolean;\r\n leftValue: any;\r\n topValue: any;\r\n popoverHeight: any;\r\n popoverWidth: any;\r\n positionX: number;\r\n positionY: number;\r\n ngOnInit(): void;\r\n popover(): boolean;\r\n popoverEvent(): boolean;\r\n closePopover(top?: string): void;\r\n clickedPopover(): void;\r\n getPosition(): void;\r\n sizeChange(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.directive.d.ts","sources":["popover.directive.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef } from '@angular/core';\r\nimport { PopoverService } from './popover.service';\r\nexport declare class PopoverDirective {\r\n private elRef;\r\n private popoverService;\r\n dynamicComponent: any;\r\n refrence: any;\r\n placement: string;\r\n leftValue: any;\r\n topValue: any;\r\n constructor(elRef: ElementRef, popoverService: PopoverService);\r\n click(): void;\r\n onMouseEnter(): void;\r\n onMouseOver(): void;\r\n getPosition(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.module.d.ts","sources":["popover.module.d.ts"],"names":[],"mappings":";;;;;;AAAA;;;;AACA","sourcesContent":["export declare class PopoverModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.service.d.ts","sources":["popover.service.d.ts"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["export declare class PopoverService {\r\n positionX: number;\r\n positionY: number;\r\n popoverHeight: any;\r\n popoverWidth: any;\r\n elementPosition: any;\r\n elementDirection: any;\r\n constructor();\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-hover.component.d.ts","sources":["popover-hover.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, OnInit } from '@angular/core';\r\nimport { PopoverHoverService } from './popover-hover.service';\r\nexport declare class PopoverHoverComponent implements OnInit {\r\n popoverService: PopoverHoverService;\r\n popoverContainer: boolean;\r\n popoverRatio: ElementRef;\r\n popoverContent: ElementRef;\r\n constructor(popoverService: PopoverHoverService);\r\n showPopover: boolean;\r\n leftValue: any;\r\n topValue: any;\r\n popoverHeight: any;\r\n popoverWidth: any;\r\n positionX: number;\r\n positionY: number;\r\n popoverPosition: string | any;\r\n ngOnInit(): void;\r\n popover(): boolean;\r\n closePopover(): void;\r\n clickedPopover(): void;\r\n getPosition(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-hover.directive.d.ts","sources":["popover-hover.directive.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef } from '@angular/core';\r\nimport { PopoverHoverService } from './popover-hover.service';\r\nexport declare class PopoverHoverDirective {\r\n private elRef;\r\n private popoverService;\r\n placement: string;\r\n leftValue: any;\r\n topValue: any;\r\n constructor(elRef: ElementRef, popoverService: PopoverHoverService);\r\n onMouseEnter(): void;\r\n onMouseOver(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-hover.module.d.ts","sources":["popover-hover.module.d.ts"],"names":[],"mappings":";;;;AAAA;;;;AACA","sourcesContent":["export declare class PopoverHoverModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-hover.service.d.ts","sources":["popover-hover.service.d.ts"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["export declare class PopoverHoverService {\r\n positionX: number;\r\n positionY: number;\r\n popoverHeight: any;\r\n popoverWidth: any;\r\n elementPosition: any;\r\n elementDirection: any;\r\n constructor();\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smiley-dialog.component.d.ts","sources":["smiley-dialog.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nexport declare class SmileyDialogComponent implements OnInit {\r\n message: string;\r\n actionButtons: any[];\r\n action: EventEmitter<string>;\r\n closeSmiley: EventEmitter<any>;\r\n handleKeyboardEvent(event: KeyboardEvent): void;\r\n constructor();\r\n ngOnInit(): void;\r\n actionEmitter(event: any): void;\r\n smileyCloseEmitter(event?: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smiley-dialog.module.d.ts","sources":["smiley-dialog.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class SmileyDialogModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smiley-dialog-inline.component.d.ts","sources":["smiley-dialog-inline.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nexport declare class SmileyDialogInlineComponent implements OnInit {\r\n message: string;\r\n actionButtons: any[];\r\n action: EventEmitter<string>;\r\n closeSmiley: EventEmitter<any>;\r\n handleKeyboardEvent(event: KeyboardEvent): void;\r\n constructor();\r\n ngOnInit(): void;\r\n actionEmitter(event: any): void;\r\n smileyCloseEmitter(event?: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smiley-dialog-inline.module.d.ts","sources":["smiley-dialog-inline.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class SmileyDialogInlineModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snack-bar.component.d.ts","sources":["snack-bar.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnDestroy, OnInit } from '@angular/core';\r\nimport { Subscription } from 'rxjs';\r\nimport { SnackBarService } from './snack-bar.service';\r\nexport declare class SnackBarComponent implements OnInit, OnDestroy {\r\n private snackbarService;\r\n show: boolean;\r\n message: string;\r\n icon: string;\r\n type: string;\r\n icons: any;\r\n snackbarSubscription: Subscription;\r\n constructor(snackbarService: SnackBarService);\r\n ngOnInit(): void;\r\n setAutoClose(): void;\r\n close(): void;\r\n ngOnDestroy(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snack-bar.module.d.ts","sources":["snack-bar.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class SnackBarModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snack-bar.service.d.ts","sources":["snack-bar.service.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { Subject } from 'rxjs';\r\nexport declare class SnackBarService {\r\n snackbarSubject: Subject<any>;\r\n snackbarState: import(\"rxjs\").Observable<any>;\r\n constructor();\r\n show(message: string, type?: 'success' | 'warning' | 'info' | 'alert' | 'error'): void;\r\n hide(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.directive.d.ts","sources":["tooltip.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, Renderer2, OnInit } from '@angular/core';\r\nexport declare class ToolTipDirective implements OnInit {\r\n private el;\r\n private renderer;\r\n tooltipTitle: string;\r\n placement: string;\r\n type: any;\r\n tooltipMandatory: boolean;\r\n showTooltip: boolean;\r\n animate: boolean;\r\n tooltip: HTMLElement;\r\n offset: number;\r\n constructor(el: ElementRef, renderer: Renderer2);\r\n ngOnInit(): void;\r\n onMouseEnter(): void;\r\n onMouseOver(): void;\r\n onMouseLeave(): void;\r\n onMouseOut(): void;\r\n onClick(): void;\r\n show(): void;\r\n hide(): void;\r\n create(): void;\r\n setPosition(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.module.d.ts","sources":["tooltip.module.d.ts"],"names":[],"mappings":";;;AAAA;;;;AACA","sourcesContent":["export declare class TooltipModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import-an-assessment.component.d.ts","sources":["import-an-assessment.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter } from '@angular/core';\r\nimport { AuthService } from '../../workflow-services/auth.service';\r\nimport { AssessmentService } from '../../workflow-services/assessment.service';\r\nimport { CreateAssessmentContainerComponent } from '../../sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component';\r\nexport declare class ImportAnAssessmentComponent {\r\n private auth;\r\n assessmentService: AssessmentService;\r\n editorCont: CreateAssessmentContainerComponent;\r\n closeWorkflow: EventEmitter<any>;\r\n disconnectRefresh: EventEmitter<any>;\r\n isShowLoader: boolean;\r\n isWrongFormat: boolean;\r\n fileName: any;\r\n data: any;\r\n uploadedFiles: any;\r\n fileResponse: any;\r\n fileValue: any;\r\n organizationId: number;\r\n errorMessage: string;\r\n downloadStatus: string;\r\n downloadPercent: number;\r\n smileyMessageAction: string;\r\n actionButtons: {\r\n buttonText: string;\r\n class: string;\r\n id: string;\r\n }[];\r\n showSmiley: boolean;\r\n assessmentData: any;\r\n sheetData: any;\r\n convertedData: any;\r\n isUploaded: boolean;\r\n categoryData: any;\r\n setIsUploaded(isUploaded: boolean): void;\r\n constructor(auth: AuthService, assessmentService: AssessmentService);\r\n closeSmiley(event: any): void;\r\n downloadTemplate(): void;\r\n triggerBrowseFile(): void;\r\n uploadFile(evt: any): void;\r\n categoryList: any;\r\n generateCategoryList(categoryData: any): void;\r\n categoryNametoId(categoryName: string): any;\r\n generateEditorPayload(data: any): void;\r\n generateQuestionsList(questionsList: any, questionsArray: any): void;\r\n colMap: any;\r\n generateSingleTextbox(type: string, question: any, index: any): {\r\n type: string;\r\n name: string;\r\n page: number;\r\n hasValidation: boolean;\r\n validationType: string;\r\n isRequired: boolean;\r\n hasCharacterLength: boolean;\r\n minCharacterLength: number;\r\n maxCharacterLength: number;\r\n title: any;\r\n hasDescription: boolean;\r\n description: any;\r\n hasComments: boolean;\r\n comments: any;\r\n randomize: boolean;\r\n hasOther: boolean;\r\n otherValue: string;\r\n alignment: boolean;\r\n reverse: boolean;\r\n isRespondentAttachment: boolean;\r\n userAttachedFiles: never[];\r\n isRespondentComment: boolean;\r\n visibilityLogic: never[];\r\n otherConfig: {\r\n color: string;\r\n isFailed: boolean;\r\n score: any;\r\n };\r\n choices: {\r\n title: string;\r\n value: number;\r\n isSelected: boolean;\r\n required: number;\r\n hasHelpingLabel: boolean;\r\n helpingLabel: string;\r\n isFailed: boolean;\r\n score: any;\r\n color: string;\r\n }[];\r\n };\r\n generateMultipleChoice(type: string, question: any, index: any): {\r\n type: string;\r\n name: string;\r\n page: number;\r\n hasValidation: boolean;\r\n validationType: string;\r\n isRequired: boolean;\r\n hasCharacterLength: boolean;\r\n minCharacterLength: number;\r\n maxCharacterLength: number;\r\n title: any;\r\n hasDescription: boolean;\r\n description: any;\r\n hasComments: boolean;\r\n comments: any;\r\n randomize: boolean;\r\n hasOther: boolean;\r\n otherValue: string;\r\n alignment: boolean;\r\n reverse: boolean;\r\n isRespondentAttachment: boolean;\r\n userAttachedFiles: never[];\r\n visibilityLogic: never[];\r\n isRespondentComment: boolean;\r\n otherConfig: {\r\n color: string;\r\n isFailed: boolean;\r\n score: any;\r\n };\r\n choices: any[];\r\n };\r\n generateDateTime(type: string, question: any, index: any): {\r\n type: string;\r\n name: string;\r\n page: number;\r\n hasValidation: boolean;\r\n validationType: string;\r\n isRequired: boolean;\r\n hasCharacterLength: boolean;\r\n minCharacterLength: number;\r\n maxCharacterLength: number;\r\n title: any;\r\n hasDescription: boolean;\r\n description: any;\r\n hasComments: boolean;\r\n comments: any;\r\n randomize: boolean;\r\n hasOther: boolean;\r\n otherValue: string;\r\n alignment: boolean;\r\n reverse: boolean;\r\n isRespondentAttachment: boolean;\r\n userAttachedFiles: never[];\r\n visibilityLogic: never[];\r\n isRespondentComment: boolean;\r\n otherConfig: {\r\n color: string;\r\n isFailed: boolean;\r\n score: any;\r\n };\r\n choices: {\r\n title: string;\r\n value: number;\r\n isSelected: boolean;\r\n required: number;\r\n hasHelpingLabel: boolean;\r\n helpingLabel: string;\r\n isFailed: boolean;\r\n score: any;\r\n color: string;\r\n }[];\r\n hasDate: boolean;\r\n hasTime: boolean;\r\n dateFormat: string;\r\n timeFormat: number;\r\n date: {\r\n title: any;\r\n value: string;\r\n };\r\n time: {\r\n title: any;\r\n value: string;\r\n };\r\n };\r\n generateFileUpload(question: any, index: any): {\r\n type: string;\r\n name: string;\r\n page: number;\r\n hasValidation: boolean;\r\n validationType: string;\r\n isRequired: boolean;\r\n hasCharacterLength: boolean;\r\n minCharacterLength: number;\r\n maxCharacterLength: number;\r\n title: any;\r\n hasDescription: boolean;\r\n description: any;\r\n hasComments: boolean;\r\n comments: any;\r\n randomize: boolean;\r\n hasOther: boolean;\r\n otherValue: string;\r\n alignment: boolean;\r\n reverse: boolean;\r\n isRespondentAttachment: boolean;\r\n userAttachedFiles: never[];\r\n visibilityLogic: never[];\r\n isRespondentComment: boolean;\r\n otherConfig: {\r\n color: string;\r\n isFailed: boolean;\r\n score: any;\r\n };\r\n choices: {\r\n title: string;\r\n value: number;\r\n isSelected: boolean;\r\n required: number;\r\n hasHelpingLabel: boolean;\r\n helpingLabel: string;\r\n isFailed: boolean;\r\n score: any;\r\n color: string;\r\n }[];\r\n allowedFileTypes: {\r\n pdf: boolean;\r\n doc: boolean;\r\n png: boolean;\r\n jpg: boolean;\r\n gif: boolean;\r\n };\r\n };\r\n generateChoices(question: any): any[];\r\n settings: any;\r\n checkFormat(assessmentData: any): boolean;\r\n initializeEmptyResponseSegment(): {\r\n title: string;\r\n description: string;\r\n maxScore: number;\r\n segments: never[];\r\n };\r\n postAssessment(data: any): void;\r\n postAssessmentDetails(id: any, mode: any, assessmentDetails: any): void;\r\n smileyAction(id: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-assessment.component.d.ts","sources":["workflow-assessment.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nimport { EditorConfig } from 'vcomply-editor';\r\nimport { Configurations } from '../configurations';\r\nimport { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';\r\nimport { AssessmentService } from '../workflow-services/assessment.service';\r\nimport { AuthService } from '../workflow-services/auth.service';\r\nimport { UiKitService } from '../workflow-services/ui-kit.service';\r\nexport declare class WorkflowAssessmentComponent implements OnInit {\r\n assessmentService: AssessmentService;\r\n private authService;\r\n private uiKitService;\r\n private snackBar;\r\n activeSelector: any;\r\n submitted: boolean;\r\n loader: boolean;\r\n showSmiley: boolean;\r\n mode: string;\r\n assessmentId: string;\r\n openedFrom: string;\r\n disconnectRefresh: EventEmitter<any>;\r\n sideSelectorElements: any;\r\n actionButtons: {\r\n buttonText: string;\r\n class: string;\r\n id: string;\r\n }[];\r\n assessmentTypeChangeAllowed: boolean;\r\n timezone: string;\r\n pickerChanged: EventEmitter<any>;\r\n closeWorkflow: EventEmitter<any>;\r\n assessmentForm: any;\r\n assessmentData: any;\r\n organizationId: number;\r\n constructor(assessmentService: AssessmentService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, config?: Configurations);\r\n selectorConfig: {\r\n ASSESSMENT_CATGORY: {\r\n panelTitle: string;\r\n entitySingular: string;\r\n entityPlural: string;\r\n displayKey: string;\r\n identifierKey: string;\r\n parentKey: string;\r\n parentDisplayKey: string;\r\n searchPlaceholder: string;\r\n noDataText: string;\r\n };\r\n };\r\n ngOnInit(): void;\r\n getAssessmentDetails(): void;\r\n setCategory(evt: any): void;\r\n activateSelector(type: any, event: boolean): void;\r\n activeDeselector(): void;\r\n next(type: string, payload: any): void;\r\n remove(type: any, event: any): void;\r\n description: EditorConfig;\r\n changeAssessment(type: string): void;\r\n closeSmiley(evt: any): void;\r\n action(evt: any): void;\r\n checkDescription(): void;\r\n submitAssessment(): false | undefined;\r\n validateAssessment(): boolean;\r\n createAssessment(assessmentForm: any): void;\r\n}\r\n"]}
|
|
@@ -186,6 +186,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
186
186
|
setList(list: any[], ids: any[], key: string): any;
|
|
187
187
|
returnIds(list: any[], key: string): any[];
|
|
188
188
|
populateProgramAssigneeGroup(): void;
|
|
189
|
+
populateProgramOverseerGroup(): void;
|
|
189
190
|
populateOverseerData(res: any): void;
|
|
190
191
|
populateReviewerData(res: any): void;
|
|
191
192
|
populateAssigneeData(res: any): void;
|
|
@@ -220,6 +221,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
220
221
|
refreshAllLists(): void;
|
|
221
222
|
disableList(allUsers: any, assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;
|
|
222
223
|
refreshListsWhileProgramSelected(): void;
|
|
224
|
+
programGroupList(allGroups: any, ...args: any[]): any;
|
|
223
225
|
disableProgramList(assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;
|
|
224
226
|
/**
|
|
225
227
|
* If the form is valid, then if the mode is EDIT, then set the organizationId and memberId to the
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-compliance.component.d.ts","sources":["workflow-compliance.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter, ElementRef } from '@angular/core';\r\nimport { EditorConfig } from 'vcomply-editor';\r\nimport { AuthService } from '../workflow-services/auth.service';\r\nimport { ResponsibilityService } from '../workflow-services/responsibility.service';\r\nimport { FrequencyService } from '../sharedComponents/frequency/frequency.service';\r\nimport { UiKitService } from '../workflow-services/ui-kit.service';\r\nimport { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';\r\nimport { Subject } from 'rxjs';\r\nimport { ProgramsService } from '../workflow-services/programs.service';\r\nexport declare class WorkflowComplianceComponent implements OnInit {\r\n private authService;\r\n private responsibilityService;\r\n private frequencyService;\r\n private uiKitService;\r\n private snackBar;\r\n private permission;\r\n private programService;\r\n mode: string;\r\n responsibilityId: string;\r\n frameworkDetails: Array<any>;\r\n isEntrust: boolean;\r\n feature: any;\r\n allGroupAssignee: boolean;\r\n assignorId: any[];\r\n assigneeIds: any[];\r\n reviewerIds: any[];\r\n overseerIds: any[];\r\n disableRadioAssignee: any[];\r\n isResponsibilitySimplified: boolean;\r\n queryParam: string;\r\n recentResponsibilityUrl: any;\r\n set closeOnEsc(escapeCondition: boolean);\r\n orgDetails: any;\r\n url: string;\r\n pickerChanged: EventEmitter<any>;\r\n populateOption: EventEmitter<any>;\r\n hideElementsFromMoreOptions: EventEmitter<any>;\r\n closeWorkflow: EventEmitter<any>;\r\n resetForm: EventEmitter<any>;\r\n disconnectRefresh: EventEmitter<any>;\r\n checkpointCountUpdated: EventEmitter<any>;\r\n rcSelected: EventEmitter<any>;\r\n openedFrom: any;\r\n selectedRC: number;\r\n featureFlag_groups: boolean;\r\n selectedProgram: any;\r\n selectedReviewer: boolean;\r\n set setSelectedProgram(program: any);\r\n onRemovingCheckpoint: EventEmitter<any>;\r\n isAssessmentDisabled: EventEmitter<any>;\r\n assigneeTypeChange: EventEmitter<any>;\r\n onReviewerTypeChange: EventEmitter<any>;\r\n scrollToBottom: boolean;\r\n description: EditorConfig;\r\n programPeopleList: any;\r\n loader: boolean;\r\n submitted: boolean;\r\n editDetails: any;\r\n smileyMessage: string;\r\n actionButtons: {\r\n buttonText: string;\r\n class: string;\r\n id: string;\r\n }[];\r\n showSmiley: boolean;\r\n memberId: number;\r\n organizationId: number;\r\n rcListLoaded: boolean;\r\n assignorsListLoaded: boolean;\r\n assigneesListLoaded: boolean;\r\n categoriesListLoaded: boolean;\r\n groupsListLoaded: boolean;\r\n assuranceCategoryListLoaded: boolean;\r\n selectedFrameworkValues: any;\r\n hasReviewer: boolean;\r\n assignorsList: any[];\r\n assigneesList: any[];\r\n reviewersList: any[];\r\n disableAssigneeIds: any[];\r\n disableReviewerIds: any[];\r\n disableOverseerIds: any[];\r\n reviewerMemberIdsList: any[];\r\n groupOverseerList: any[];\r\n groupReviewerList: any[];\r\n groupAssigneeList: any[];\r\n overseersList: any[];\r\n allUsersList: any[];\r\n behalfOfUsersList: any[];\r\n assigneeUserList: any[];\r\n reviewerUserList: any[];\r\n overseerUserList: any[];\r\n overseerUserNotifyList: any[];\r\n allCategories: any[];\r\n assuranceCategoriesList: any[];\r\n assuranceRequiresAuditList: any[];\r\n groupsList: any[];\r\n OrgGroup: any[];\r\n adminsList: any[];\r\n responsibilityCentersList: any[];\r\n categoryList: any[];\r\n nonRemovableUsersList: any[];\r\n responsibilityForm: any;\r\n moreOptions: any;\r\n activeSelector: string;\r\n sideSelectorElements: any;\r\n focus: {\r\n responsibilityName: boolean;\r\n description: boolean;\r\n objective: boolean;\r\n };\r\n categories: any;\r\n allPrograms: any[];\r\n riskClassification: {\r\n name: string;\r\n value: number;\r\n class: string;\r\n }[];\r\n assignorMode: string;\r\n rcMode: string;\r\n invalidType: string;\r\n responsibilityPayload: any;\r\n assigneeRadioSelect: boolean;\r\n programsList: any[];\r\n frequencyDetails: {\r\n pattern: string;\r\n notificationPending: number;\r\n dateOfModified: number;\r\n deactivationValue: number;\r\n selectedReport: number;\r\n lifecycle: string;\r\n startDate: number;\r\n startOnTheDay: number;\r\n window: number;\r\n failed: number;\r\n time: string;\r\n failedTime: string;\r\n continuous_failed_days: number;\r\n };\r\n frequencyPlaceholder: string;\r\n shortMonth: Array<string>;\r\n isEditWhat: Boolean;\r\n isFrameworkAvailable: number;\r\n isNotificationPending: number;\r\n assuranceFlag: any;\r\n riskClassificationFlag: any;\r\n hiddenList: any[];\r\n subscriptionDetails: any;\r\n isRiskEnable: boolean;\r\n isDuplicateEntrust: boolean;\r\n auditTime: string;\r\n sendAuditRemindersValue: number;\r\n sampleValue: any;\r\n samplePercentage: any;\r\n selectedSample: number;\r\n isSample: boolean;\r\n tempCheckValue: number;\r\n isAssessment: boolean;\r\n managePermission: boolean;\r\n checkpointCount: number;\r\n roleBasedPermissions: any;\r\n isGroupAssigned: boolean;\r\n responsibilityData: any;\r\n originalAssignee: any;\r\n whatInput: ElementRef;\r\n unSubscribeProgram: Subject<void>;\r\n constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService, programService: ProgramsService);\r\n ngOnInit(): void;\r\n activateSelector(type: any, event: boolean): void;\r\n whatChanged(event: any): void;\r\n activeDeselector(): void;\r\n addMoreInfo(event: any): void;\r\n getRCList(program_id?: string): void;\r\n getUserDetails(): void;\r\n getAssurance(): void;\r\n getAssuranceForRequiresAudit(): void;\r\n getOrganizationDetails(): void;\r\n getCategoryList(): void;\r\n filterListsAccordingToProgram(program_id?: string): void;\r\n getProgramDetails(programId?: string): void;\r\n getListsAccordingToProgram(program_id: string): void;\r\n getAssignorsList(program_id?: string): void;\r\n getAssigneesList(program_id?: string): void;\r\n getPeopleListAgainstPID(program_id: string): void;\r\n getGroupsList(program_id?: string): void;\r\n getEditResponsibilityDetails(id: any): void;\r\n setList(list: any[], ids: any[], key: string): any;\r\n returnIds(list: any[], key: string): any[];\r\n populateProgramAssigneeGroup(): void;\r\n populateProgramOverseerGroup(): void;\r\n populateOverseerData(res: any): void;\r\n populateReviewerData(res: any): void;\r\n populateAssigneeData(res: any): void;\r\n /**\r\n * this function is for getting the users data based on member_id of users of selected User Group\r\n * @param userlist contains users data\r\n * @param selectedgroups contains selected User Group data\r\n * @returns user data of Selected user group.\r\n */\r\n getGroupsUserEmployeesId(userList: any, selectedGroups: any): any;\r\n setReviewerPayload(ids: any[], type: string, acceptedData?: Array<any>, reviewerType?: string): any;\r\n checkWhetherAllListsLoaded(): void;\r\n saveSelectedList(type: string, selectedItems: any): void;\r\n /**\r\n * If the program is selected and the user has full permission, refresh the lists while the program\r\n * is selected. Otherwise, refresh all lists.\r\n * </code>\r\n */\r\n callRefreshList(): void;\r\n remove(type: any, event?: any): void;\r\n saveGroupAssigneeData(selectedItems: any): void;\r\n saveGroupReviewerData(selectedItems: any): void;\r\n saveOverseerData(selectedItems: any, type: any): void;\r\n entrustFramework(event: any): void;\r\n assignFromFramework(freqObj: any): void;\r\n /**\r\n *\r\n * @param list userlist for listing users\r\n * @returns assign user's my_member_id to member_id data\r\n */\r\n assignUserMemberId(list: any): any;\r\n refreshAllLists(): void;\r\n disableList(allUsers: any, assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;\r\n refreshListsWhileProgramSelected(): void;\r\n programGroupList(allGroups: any, ...args: any[]): any;\r\n disableProgramList(assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;\r\n /**\r\n * If the form is valid, then if the mode is EDIT, then set the organizationId and memberId to the\r\n * authService values, and then call the entrustResponsibility function with the responsibilityForm as\r\n * a parameter.\r\n *\r\n * If the mode is not EDIT, then call the entrustResponsibility function with the responsibilityForm\r\n * as a parameter.\r\n * @returns a boolean value.\r\n */\r\n submitResponsibility(): false | undefined;\r\n /**\r\n * If the responsibility name is empty, or the frequency is empty, or the assignees list is empty,\r\n * then return false. Otherwise, return true.\r\n */\r\n validateResponsibility(): boolean | undefined;\r\n entrustResponsibility(entrustForm: any): void;\r\n uniqueIdUserGroups(totalUserList: any, selectedGroup: any, selectedUsers: any): any[];\r\n combineUserAndUserGroupMembers(): void;\r\n /**\r\n * It resets the form.\r\n */\r\n reset(): void;\r\n action(event: string): void;\r\n viewResponsibilities(): void;\r\n closeSmiley(event: any): void;\r\n frequencyDataPopulation(event: any): void;\r\n frequencyPopulation(event: any): void;\r\n frequencyData(event: any): void;\r\n checkBlank(data: string): string;\r\n /**\r\n * It takes a string and returns a string.\r\n * @param {any} res - any = {\r\n */\r\n getFrequencyPlaceholder(res: any): void;\r\n /**\r\n * It gets the frequency details and report id, then it sets the frequency placeholder to the frequency\r\n * details and then it gets the on completion of responsibility and sets the frequency placeholder to\r\n * the frequency details and the report name.\r\n * @param {any} frequencyDetails - [0] => \"1\"\r\n * @param {number} reportId - number\r\n */\r\n getOnCompletionOf(frequencyDetails: any, reportId: number): void;\r\n /**\r\n * \"If the frequencyDetails[3] is 1, then set the frequencyPlaceholder to 'Daily by ' + frequencyTime,\r\n * otherwise if frequencyDetails[3] is greater than 1, then set the frequencyPlaceholder to 'Every ' +\r\n * parseInt(frequencyDetails[3]) + ' days by ' + frequencyTime.\"\r\n * @param {any} frequencyDetails - [0, 0, 0, 1]\r\n * @param {any} frequencyTime - \"12:00 AM\"\r\n */\r\n getDailyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a string of comma separated numbers and returns a string of comma separated words.\r\n *\r\n * The function is called with a string of comma separated numbers, like this:\r\n *\r\n * getWeeklyPlaceholder([\"1\",\"2,3,4,5,6,7\",\"1\",\"1\"], \"10:00 AM\")\r\n *\r\n * The function returns a string of comma separated words, like this:\r\n *\r\n * \"Every Monday,Tuesday,Wednesday,Thursday,Friday,Saturday by 10:00 AM\"</code>\r\n * @param {any} frequencyDetails - [\"1\", \"1,2,3,4,5\", \"\", \"1\", \"\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getWeeklyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a string of comma separated numbers, converts them to month names, and then adds them to a\r\n * sentence.\r\n * @param {any} frequencyDetails - [\"1\", \"1\", \"1,2,3,4,5,6,7,8,9,10,11,12\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getMonthlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * If the frequencyDetails[1] is 1, 2, 3, 21, 22, 23, or greater than 3, then set the\r\n * frequencyPlaceholder to a string that includes the frequencyDetails[1] and the frequencyDetails[2]\r\n * and the frequencyTime.\r\n * @param {any} frequencyDetails - [\"3\", \"1\", \"1,2,3\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getQuarterlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a string of comma separated numbers and returns a string of comma separated month names.\r\n * @param {any} frequencyDetails - [\"1\", \"1\", \"1,2,3,4,5,6,7,8,9,10,11,12\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getBiannualPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * If the frequencyDetails[1] is less than 2, then the frequencyPlaceholder is set to the 1st, 2nd,\r\n * 3rd, or nth of every month by frequencyTime.\r\n *\r\n * If the frequencyDetails[1] is greater than 1, then the frequencyPlaceholder is set to the 1st, 2nd,\r\n * 3rd, or nth of every month, Interval: every yearSequence years by frequencyTime.\r\n * @param {any} frequencyDetails - [\"Yearly\", \"1\", \"1\", \"1\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getYearlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a frequencyDetails array and a frequencyTime array and returns a string.\r\n * @param {any} frequencyDetails - [4,1,1,1]\r\n */\r\n getRandomPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * \"When the user clicks the edit button, the edit button is hidden and the input field is shown.\r\n * When the user clicks the input field, the input field is hidden and the edit button is shown.\"\r\n * @param {any} event - any - the event that triggered the function\r\n */\r\n onEditWhat(event: any): void;\r\n /**\r\n *\r\n * The function is called with a parameter and returns an array of strings.\r\n * @param {any} [res] - is the response from the API\r\n */\r\n getEditMoreOptions(res?: any): void;\r\n testFunction(): void;\r\n reviewerTypeChange(event: any): void;\r\n selectedSampleData(event: number): void;\r\n /**\r\n * It populates a list of assurance categories based on the test plan category selected.\r\n * @param {any} testPlanCategory - any\r\n */\r\n populateAssuranceList(testPlanCategory: any): void;\r\n checkInputValue(event: any): boolean;\r\n switchEnable(event: boolean): void;\r\n onAssessmentSelect(event: any): void;\r\n /**\r\n *\r\n * @param assessmentDetails : selected assessment details like it's object id and category_id\r\n */\r\n getAssessmentDetails(assessmentDetails: any, type?: string): void;\r\n onRemoveCheckpoints(type: string): void;\r\n removeCheckpoint(): void;\r\n /**\r\n *\r\n * @param event Assessment details\r\n */\r\n postAssessment(event: any): void;\r\n setIsUploaded(event: any): void;\r\n checkDefaultProgramOnRemove(program: any): void;\r\n /**\r\n * It takes an array of numbers and returns an array of unique numbers.\r\n * @param {any} array - The array you want to get the unique values from.\r\n * @returns An array of unique values.\r\n */\r\n getUniqueIds(array: any): unknown[];\r\n openAssigneeChangeConfirmation(event: any): void;\r\n /**\r\n * If the mode is EDIT, emit the event.\r\n * @param {any} event - any - the event that is triggered when the user selects a radio button\r\n */\r\n onReviewerWorkflowChange(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-engine-container.component.d.ts","sources":["workflow-engine-container.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core';\r\nimport { AddMultipleRiskComponent } from '../add-multiple-risk/add-multiple-risk.component';\r\nimport { ConfirmationAlert } from '../interfaces/confirmation-alert';\r\nimport { IssueConfiguration } from '../interfaces/issue-data';\r\nimport { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';\r\nimport { WorkflowAssessmentComponent } from '../workflow-assessment/workflow-assessment.component';\r\nimport { ImportAnAssessmentComponent } from '../workflow-assessment/import-an-assessment/import-an-assessment.component';\r\nimport { WorkflowComplianceComponent } from '../workflow-compliance/workflow-compliance.component';\r\nimport { WorkflowPolicyComponent } from '../workflow-policy/workflow-policy.component';\r\nimport { WorkflowRiskComponent } from '../workflow-risk/workflow-risk.component';\r\nimport { AuthService } from '../workflow-services/auth.service';\r\nimport { UiKitService } from '../workflow-services/ui-kit.service';\r\nimport { LogAnIssueComponent } from './../log-an-issue/log-an-issue.component';\r\nimport { MoreOptionComponent } from './../more-option/more-option.component';\r\nimport { WorkflowProgramComponent } from '../workflow-program/workflow-program.component';\r\nexport declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {\r\n uiKitService: UiKitService;\r\n private snackBar;\r\n auth: AuthService;\r\n isHostRefreshActive: boolean;\r\n isRCSelected: boolean;\r\n featureFlag_groups: boolean;\r\n unloadNotification($event: any): void;\r\n constructor(uiKitService: UiKitService, snackBar: SnackBarService, auth: AuthService);\r\n workflowType: string;\r\n mode: string;\r\n id: string;\r\n openedFrom: string;\r\n closeWorkflow: EventEmitter<any>;\r\n allowedWorkflows: any;\r\n frameworkDetails: Array<any>;\r\n selectedRC: string;\r\n secondaryOpenPortal: string;\r\n defaultRiskType: string;\r\n moveToRegisterMode: string;\r\n reponsibilityData: {\r\n responsibilityId: null;\r\n responsibilityName: string;\r\n rcId: null;\r\n };\r\n pid: string;\r\n programType: number;\r\n issueData: {\r\n auditPlanId: null;\r\n auditPlanName: string;\r\n rcId: null;\r\n };\r\n entrustButtonName: string;\r\n config: IssueConfiguration;\r\n convertFileData: {};\r\n selectedCategory: string;\r\n selectedProgram: any;\r\n canFrameworkChange: boolean;\r\n addToProgramDetails: {\r\n _id: string;\r\n framework_name: string;\r\n id?: number;\r\n type: string;\r\n description: string;\r\n };\r\n orgDetails: any;\r\n programSimplifyFlag: boolean;\r\n isResponsibilitySimplifyFlag: boolean;\r\n animation: boolean;\r\n workflowList: boolean;\r\n showMoreOption: boolean;\r\n isWorkflowSelectorEnabled: boolean;\r\n disableWorkflowChange: boolean;\r\n checkpointCount: number;\r\n currentBusinessCycle: any;\r\n riskComponent: WorkflowRiskComponent;\r\n riskBulkUpload: AddMultipleRiskComponent;\r\n responsibilityBulkUpload: AddMultipleRiskComponent;\r\n compliance: WorkflowComplianceComponent;\r\n moreOption: MoreOptionComponent;\r\n dropdown: ElementRef;\r\n dropdownRow: ElementRef;\r\n policy: WorkflowPolicyComponent;\r\n logIssueComponent: LogAnIssueComponent;\r\n workflowAssessmentComponent: WorkflowAssessmentComponent;\r\n importAnAssessment: ImportAnAssessmentComponent;\r\n program: WorkflowProgramComponent;\r\n dropdownLeft: any;\r\n dropdownTop: any;\r\n dropdownWidth: any;\r\n closeOnEsc: boolean;\r\n feature: any;\r\n organizationDetails: any;\r\n onKeydownHandler(event: KeyboardEvent): void;\r\n currentWorkflow: any;\r\n workflowTypeList: any;\r\n additionalInformationList: string[];\r\n confirmationAlertConfig: ConfirmationAlert;\r\n closeWorkflowEngine(evt?: any): void;\r\n closeConfirm(evt: any): void;\r\n executeClose(evt: any): void;\r\n ngOnInit(): void;\r\n setNetworkListner(): void;\r\n ngAfterViewInit(): void;\r\n decideViewMoreOption(type?: boolean): void;\r\n submit(): void;\r\n editWorkflow(): void;\r\n closeWorkflowList(): void;\r\n sizeChange(event: any): void;\r\n changeWorkflow(evt: any, selectedWorkflow: any): void;\r\n confirmWorkflowChange(evt: any): any;\r\n setWorkflow(workFlowCode: any, workFlowList: any): any;\r\n addMoreInfo(event: any): void;\r\n populateMoreOption(event: any): void;\r\n hideElementsFromMoreOptions(event: any): void;\r\n showConfirmationPopup(config: ConfirmationAlert): void;\r\n bulkUploadBrowse(event: any): void;\r\n onResetForm(): void;\r\n shiftToEditMode(): void;\r\n scrollForm(): void;\r\n /**\r\n *\r\n * @param event which more options we are removing.\r\n * @param isCheckpointChecked is true if value checkpoints is removed by clicking on more options\r\n */\r\n onRemovingCheckpoint(event: string, isCheckpointChecked?: boolean, isDataRemoved?: boolean): void;\r\n onRemovingRole(event: string): void;\r\n isAssessmentDisabled(isDisabled: boolean): void;\r\n disableMoreOptions(workflowCode: any, disabledElementsCode: any): void;\r\n onCheckpointSelection(event: number): void;\r\n onRcSelected(isRcSelected: boolean): void;\r\n fetchOrganizationDetails(): void;\r\n getUserDetails(): void;\r\n assigneeTypeChange(): void;\r\n onReviewerChange(event: string): void;\r\n isResponsibilitySimplify(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-engine.module.d.ts","sources":["workflow-engine.module.d.ts"],"names":[],"mappings":"AAAA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA;AACA;;;;AACA","sourcesContent":["import { ModuleWithProviders } from '@angular/core';\r\nimport { Configurations } from './configurations';\r\nexport declare class VComplyWorkflowEngineModule {\r\n static forRoot(environmentConfig: Configurations): ModuleWithProviders<VComplyWorkflowEngineModule>;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-engine.service.d.ts","sources":["workflow-engine.service.d.ts"],"names":[],"mappings":";AAAA;AACA;;AACA","sourcesContent":["export declare class WorkflowEngineService {\r\n constructor();\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-pagination.component.d.ts","sources":["workflow-pagination.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';\r\nexport declare class WorkflowPaginationComponent implements OnInit {\r\n alphabetsArray: any;\r\n activeAlphabet: string;\r\n pageCount: number;\r\n start: number;\r\n end: number;\r\n total: number;\r\n noFilter: boolean;\r\n pageArray: Array<number>;\r\n currentPage: number;\r\n enterPageNumber: any;\r\n isInvalidInput: boolean;\r\n selectedPage: EventEmitter<any>;\r\n selectedAlphabet: EventEmitter<any>;\r\n pageList: any;\r\n constructor();\r\n ngOnInit(): void;\r\n alphabetChange(alphabet: string): void;\r\n ngOnChanges(event: SimpleChanges): void;\r\n increaseOrDecrease(value: number): void;\r\n onEnterPress(event: any): void;\r\n goToPageArrayGenerate(page: any, shouldEmit: boolean): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-policy.component.d.ts","sources":["workflow-policy.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';\r\nimport { DatePickerComponent } from 'ng2-date-picker';\r\nimport { EditorConfig } from 'vcomply-editor';\r\nimport { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';\r\nimport { PolicyForm } from '../workflow-interfaces/create-policy-form';\r\nimport { AuthService } from '../workflow-services/auth.service';\r\nimport { PolicyService } from '../workflow-services/policy.service';\r\nimport { ResponsibilityService } from '../workflow-services/responsibility.service';\r\nimport { UiKitService } from '../workflow-services/ui-kit.service';\r\nimport { PlatformLocation } from '@angular/common';\r\nimport { ActivatedRoute, Router } from '@angular/router';\r\nimport { FrequencyService } from '../sharedComponents/frequency/frequency.service';\r\nimport { FormatAndEvidenceComponent } from '../sharedComponents/format-and-evidence/format-and-evidence.component';\r\nexport declare class WorkflowPolicyComponent implements OnInit {\r\n private policyService;\r\n private snackBar;\r\n private uiKitService;\r\n private authService;\r\n private responsibilityService;\r\n private router;\r\n private route;\r\n private frequencyService;\r\n private changeRef;\r\n pickerChanged: EventEmitter<any>;\r\n mode: string;\r\n policyId: string;\r\n feature: any;\r\n showConfirmationAlert: EventEmitter<any>;\r\n datePicker: DatePickerComponent;\r\n populateOption: EventEmitter<any>;\r\n disconnectRefresh: EventEmitter<any>;\r\n shiftToEditMode: EventEmitter<any>;\r\n convertFileData: any;\r\n selectedCategory: string;\r\n formatEvidence: FormatAndEvidenceComponent;\r\n description: EditorConfig;\r\n workflowType: string;\r\n scrollToBottom: boolean;\r\n navigateToDocumentsSection: boolean;\r\n activeSelector: string;\r\n rcList: any;\r\n usersList: any;\r\n allApprovers: any;\r\n allReviewers: any;\r\n assigneesList: any;\r\n ownerlist: any;\r\n reviewersList: any;\r\n overseersList: any;\r\n rcListLoaded: boolean;\r\n usersListLoaded: boolean;\r\n categoryList: any;\r\n groupsList: any[];\r\n workFlowList: any[];\r\n approverWorkFlowList: any[];\r\n submitted: boolean;\r\n ccEmailObjIds: any[];\r\n ccFailGroupObjIds: any[];\r\n loader: boolean;\r\n categoriesListLoaded: boolean;\r\n groupsListLoaded: boolean;\r\n categoryConfig: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n floatingTextPlural: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n selectAllEnabled: boolean;\r\n workflow: string;\r\n };\r\n approvalWorkflowConfig: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n floatingTextPlural: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n selectAllEnabled: boolean;\r\n };\r\n addMoreLevels: boolean;\r\n approversListIndex: number;\r\n workflowList: string[];\r\n datePickerOverlay: boolean;\r\n dateConfig: {\r\n disableKeypress: boolean;\r\n format: string;\r\n unSelectOnClick: boolean;\r\n openOnClick: boolean;\r\n openOnFocus: boolean;\r\n };\r\n frequencyDetails: {\r\n pattern: string;\r\n notificationPending: number;\r\n dateOfModified: number;\r\n deactivationValue: number;\r\n selectedReport: number;\r\n lifecycle: string;\r\n startDate: number;\r\n startOnTheDay: number;\r\n window: number;\r\n failed: number;\r\n time: string;\r\n failedTime: string;\r\n continuous_failed_days: number;\r\n };\r\n reviewerFrequencyDetails: {\r\n pattern: string;\r\n notificationPending: number;\r\n dateOfModified: number;\r\n deactivationValue: number;\r\n selectedReport: number;\r\n lifecycle: string;\r\n startDate: number;\r\n startOnTheDay: number;\r\n window: number;\r\n failed: number;\r\n time: string;\r\n failedTime: string;\r\n continuous_failed_days: number;\r\n };\r\n frequencyPlaceholder: string;\r\n reviewerFrequencyPlaceholder: string;\r\n sideSelectorElements: string[];\r\n riskClassification: {\r\n name: string;\r\n value: number;\r\n class: string;\r\n }[];\r\n showRiskClassification: boolean;\r\n showCreateDocuments: boolean;\r\n organization_id: string;\r\n member_obj_id: string;\r\n memberId: number;\r\n userInfo: any;\r\n policyApprovalFlag: number;\r\n baseURL: string;\r\n groupEnabled: any;\r\n overseerGroupsList: any[];\r\n constructor(policyService: PolicyService, snackBar: SnackBarService, uiKitService: UiKitService, authService: AuthService, responsibilityService: ResponsibilityService, router: Router, route: ActivatedRoute, frequencyService: FrequencyService, platformLocation: PlatformLocation, changeRef: ChangeDetectorRef);\r\n policyForm: PolicyForm;\r\n ngOnInit(): void;\r\n /**\r\n * Displays the listing pages the left side of policy form to set and edit the dropdown fields values\r\n * @param type holds name of particular list is to be displayed\r\n * @param event contains boolean value to display the list or not\r\n * @param workflowType it sets the approval workflow type while editing the approval workflow.\r\n */\r\n activateSelector(type: any, event: boolean, workflowType?: any): void;\r\n /**\r\n * Closes the listing pages\r\n */\r\n disableSelector(): void;\r\n /**\r\n * Fetches Responsibility centers list\r\n */\r\n getRCList(): void;\r\n /**\r\n * Fetches organization users list\r\n */\r\n getUsersList(): void;\r\n updateMemberIdKey(list: any): any;\r\n /**\r\n * Fetches Policy Categories list\r\n */\r\n getCategoriesList(): void;\r\n /**\r\n * Fetches organization users groups list\r\n */\r\n getGroupsList(): void;\r\n overseerGroupList(): void;\r\n /**\r\n * Sets the approvers workflow from the selected workflow on Approvers workflow list\r\n * @param event contains selected predefined workflow\r\n */\r\n selectedWorkflowChange(event: any): void;\r\n /**\r\n * Fetches Approvers workflow list based on selected policy categories\r\n * @param id contains selected categories id's\r\n */\r\n getApproverWorkFlow(id: any): void;\r\n /**\r\n * Fetches Approvers and reviewers list based on selected policy categories\r\n * @param categoryIds contains selected categories id's\r\n */\r\n getApproversAndReviewersList(categoryIds: any, approverIds?: any, reviewerIds?: any): void;\r\n /*******\r\n * It is to populate more options elements while editing the policy form\r\n */\r\n populateOptionalFields(): void;\r\n /**\r\n * It is to add and remove the elements from More option to the policy Form\r\n * @param event contains details related to checked value, code particular elements from More options\r\n */\r\n addMoreInfo(event: any): void;\r\n /**\r\n * It is to ensure whether all required lists on Policy from is loaded from the api call or not\r\n */\r\n checkWhetherAllListsLoaded(): void;\r\n /**\r\n * Triggers the confirmation popup when availability on Policy portal toggle in ON\r\n * @param event contains toggle value which is always true or false\r\n */\r\n availabilityOnPortal(event: any): void;\r\n /**\r\n * Receives the input from the Confirmation dialog of available on Policy portal\r\n * @param event contains selected option from the confirmation dialog which is always either 'YES' or 'NO'\r\n */\r\n confirmPolicyPortal(event: any): void;\r\n /**\r\n * Sets the policyForm with selected elements from the listing, frequency, file upload components\r\n * @param type defines the particular field on Policy form.\r\n * @param selectedItems contains the list of selected items from the list\r\n */\r\n saveSelectedList(type: string, selectedItems: any): void;\r\n getGroupObjectId(overseerGroup?: any): any;\r\n /**\r\n * Removes the particular element from selected list\r\n * @param type defines the particular case\r\n * @param event holds the id or key of element to be removed\r\n * @param removeIndex contains the index of the element to be removed\r\n */\r\n remove(type: any, event: any, removeIndex?: any): void;\r\n /**\r\n * Refreshes the assignees and overseers list such that both list does not contain the same users based on selection\r\n */\r\n refreshAllLists(): void;\r\n /**\r\n * Returns whole list based on selected id's from a particular list elements\r\n * @param list it is the main list which contains all elements list\r\n * @param key contains key to filter selected list from the list\r\n * @param ids selected ids array\r\n */\r\n setList(list: any[], ids: any[], key: string): any;\r\n /**\r\n * Returns id's from a particular list elements\r\n * @param list actual selected list\r\n * @param key contains key to extract id from the list\r\n */\r\n returnIds(list: any[], key: string): any[];\r\n /**\r\n * Sets the reviewer type in approval workflow\r\n * @param event contains selected reviewer type\r\n */\r\n reviewerTypeChange(event: any): void;\r\n /**\r\n * Sets frequency in edit mode\r\n */\r\n frequencyDataPopulation(event: any): void;\r\n /**\r\n * Sets the selected frequency details in the policyForm\r\n * @param event contains selected frequency details\r\n */\r\n frequencyData(event: any): void;\r\n /**\r\n * Populates the frequency field with selected data from frequency component\r\n * @param event contains selected frequency details\r\n */\r\n frequencyPopulation(event: any): void;\r\n reviewerFrequencyDataPopulation(event: any): void;\r\n resetReviewerFrequency(): void;\r\n /**\r\n * Sets the selected reviewer frequency details in the policyForm\r\n * @param event contains selected frequency details\r\n */\r\n reviewerFrequencyData(event: any): void;\r\n /**\r\n * Populates the reviewer frequency field with selected data from frequency component\r\n * @param event contains selected frequency details\r\n */\r\n reviewerFrequencyPopulation(event: any): void;\r\n /**\r\n * Validates the data submitted on create policy form\r\n */\r\n validatePolicy(): boolean;\r\n /**\r\n * Makes an api call to create a policy\r\n * @param policy contains policyForm data\r\n */\r\n submitPolicy(): false | undefined;\r\n linkDocumentWithPolicy(document: any): void;\r\n /**\r\n * opens the date picker on policy form\r\n */\r\n openDatePicker(): void;\r\n /**\r\n * closes the date picker from policy form\r\n */\r\n closeDatePicker(evt: any): void;\r\n editPolicyFromDocuments(): void;\r\n checkForCreateDocuments(): void;\r\n editPolicy(): void;\r\n populatePolicyForm(data: any, categoryIds: any): void;\r\n changeName(event: string): string;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assessment-loader.component.d.ts","sources":["assessment-loader.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class AssessmentLoaderComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assessment-picker.component.d.ts","sources":["assessment-picker.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';\r\nimport { AuthService } from '../../../workflow-services/auth.service';\r\nimport { AssessmentService } from './assessment.service';\r\nexport declare class AssessmentPickerComponent implements OnInit {\r\n private assessmentService;\r\n private auth;\r\n animation: boolean;\r\n selectedData: any;\r\n subList: boolean;\r\n isEdit: boolean;\r\n openedCategory: Array<number>;\r\n assessmentPayload: {\r\n search_title: string;\r\n page_no: string;\r\n state: string;\r\n search_text: string;\r\n alphabet_filter: string;\r\n };\r\n dataPerPage: number;\r\n assessmentCategory: any;\r\n isLoader: boolean;\r\n set setSelected(value: any);\r\n isDeleted: boolean;\r\n searchAssessments: string;\r\n previewQuestionData: any;\r\n isPreview: boolean;\r\n selectedAssessmentData: any;\r\n onAssessmentSelect: EventEmitter<any>;\r\n cancelAssessment: EventEmitter<any>;\r\n selectedAssessmentArr: any;\r\n constructor(assessmentService: AssessmentService, auth: AuthService);\r\n ngOnChanges(changes: SimpleChanges): void;\r\n ngOnInit(): void;\r\n onAssessmentSelected(event: any): void;\r\n preview(evt: any): void;\r\n previewBack(): void;\r\n /**\r\n *\r\n * @param index : Accept index of elementPosition\r\n *\r\n */\r\n showSubList(index: number, id: any): number[];\r\n expandCategory(categoryId: any): void;\r\n /**\r\n *\r\n * @param event : page number that has been selected\r\n */\r\n onPageSelection(event: number): void;\r\n /**\r\n *\r\n * @param search : search text\r\n */\r\n onAssessmentSearch(search: string): void;\r\n /**\r\n *\r\n * @param event : Assessment category filter of Alphabet\r\n */\r\n onAlphabetSelected(event: string): void;\r\n getAssessmentCategoryList(): void;\r\n /**\r\n *\r\n * @param id : Assessment category id\r\n */\r\n getAssessmentList(id: string): void;\r\n selectedAssessmentCategoriesIds: any;\r\n selectedAssessmentIds: any;\r\n selectedAssessment: any;\r\n /**\r\n * #### Description\r\n * Selects item or deselect a itme\r\n * @param evt\r\n * @param payload\r\n */\r\n selectAssessment(evt: any, payload: any, category: any): void;\r\n setCategoryAndAssessment(): void;\r\n save(): void;\r\n close(): void;\r\n /**\r\n * #### Description\r\n *\r\n * Returns the unique array of object based on unique key\r\n * @param array\r\n * @param key\r\n * @returns\r\n */\r\n uniqueByProp(array: any, key: string): unknown[];\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assessment-sub-loader.component.d.ts","sources":["assessment-sub-loader.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class AssessmentSubLoaderComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assessment.service.d.ts","sources":["assessment.service.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { HttpClient } from '@angular/common/http';\r\nimport { Configurations } from '../../../configurations';\r\nimport { AuthService } from '../../../workflow-services/auth.service';\r\nexport declare class AssessmentService {\r\n private http;\r\n private authService;\r\n env: any;\r\n constructor(http: HttpClient, authService: AuthService, config?: Configurations);\r\n getAssessmentQuestions(id: string): import(\"rxjs\").Observable<Object>;\r\n getAssessmentCategory(payload: any): import(\"rxjs\").Observable<Object>;\r\n getAssessmentList(payload: any, id: string): import(\"rxjs\").Observable<any>;\r\n getAssessmentDetailsByID(id: string): import(\"rxjs\").Observable<any>;\r\n}\r\n"]}
|
package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selected-assessment.pipe.d.ts","sources":["selected-assessment.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class SelectedAssessmentPipe implements PipeTransform {\r\n transform(selectedData: Array<any>, category_id: string): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-pagination.component.d.ts","sources":["workflow-pagination.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';\r\nexport declare class Pagination implements OnInit {\r\n alphabetsArray: any;\r\n activeAlphabet: string;\r\n pageCount: number;\r\n start: number;\r\n end: number;\r\n total: number;\r\n noFilter: boolean;\r\n pageArray: Array<number>;\r\n currentPage: number;\r\n enterPageNumber: any;\r\n isInvalidInput: boolean;\r\n selectedPage: EventEmitter<any>;\r\n selectedAlphabet: EventEmitter<any>;\r\n pageList: any;\r\n constructor();\r\n ngOnInit(): void;\r\n alphabetChange(alphabet: string): void;\r\n ngOnChanges(event: SimpleChanges): void;\r\n increaseOrDecrease(value: number): void;\r\n onEnterPress(event: any): void;\r\n goToPageArrayGenerate(page: any, shouldEmit: boolean): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox.component.d.ts","sources":["checkbox.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ControlValueAccessor } from '@angular/forms';\r\nexport declare class CheckboxComponent implements ControlValueAccessor {\r\n disabled: boolean | any;\r\n checked: boolean | any;\r\n indeterminateEnabled: boolean | any;\r\n onChanged: (value: any) => void;\r\n onTouched: () => void;\r\n writeValue(value: boolean): void;\r\n registerOnChange(fn: any): void;\r\n registerOnTouched(fn: any): void;\r\n setDisabledState(isDisabled: boolean): void;\r\n valueChanged(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-program-ui.module.d.ts","sources":["create-program-ui.module.d.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;AACA","sourcesContent":["export declare class CreateProgramUiModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-switch.component.d.ts","sources":["cs-switch.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter } from '@angular/core';\r\nimport { ControlValueAccessor } from '@angular/forms';\r\nexport declare class SwitchComponent implements ControlValueAccessor {\r\n change: EventEmitter<any>;\r\n value: any;\r\n tooltipMessage: any;\r\n disabled: boolean | any;\r\n checked: boolean | any;\r\n position: any;\r\n onChanged: (value: any) => void;\r\n onTouched: () => void;\r\n writeValue(value: boolean): void;\r\n registerOnChange(fn: any): void;\r\n registerOnTouched(fn: any): void;\r\n setDisabledState(isDisabled: boolean): void;\r\n valueChanged(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-field.component.d.ts","sources":["custom-field.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, QueryList } from '@angular/core';\r\nimport { ControlValueAccessor } from '@angular/forms';\r\nexport declare class CustomFieldComponent implements ControlValueAccessor {\r\n fields: QueryList<ElementRef>;\r\n disabled: boolean;\r\n constructor();\r\n onChanged: (value: any) => void;\r\n onTouched: () => void;\r\n writeValue(value: any): void;\r\n registerOnChange(fn: any): void;\r\n registerOnTouched(fn: any): void;\r\n setDisabledState(isDisabled: boolean): void;\r\n valChange(): void;\r\n setField(arrayOfFields: any): void;\r\n customFields: any;\r\n addCustomField(): void;\r\n manipulateCustomField(type: any, index?: any): void;\r\n focus(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define-framework-listing.component.d.ts","sources":["define-framework-listing.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nimport { Subscription } from 'rxjs';\r\nimport { FrameworkService } from './framework.service';\r\nexport declare class DefineFrameworkListingComponent implements OnInit {\r\n private frameworkService;\r\n cancel: EventEmitter<any>;\r\n next: EventEmitter<any>;\r\n mode: string;\r\n set setFramework(value: any);\r\n animation: boolean;\r\n frameworkListSubscription: Subscription;\r\n constructor(frameworkService: FrameworkService);\r\n ngOnInit(): void;\r\n isMainLoader: boolean;\r\n frameworkCount: any;\r\n fetchFrameworkCount(): void;\r\n searchKey: string;\r\n apiFrameworkPayload: {\r\n page: number;\r\n search: string;\r\n type: number;\r\n };\r\n currentView: 'FRAMEWORK_CATEGORY' | 'FRAMEWORK';\r\n activeFrameworkType: 'REGULATIONS' | 'STANDARDS' | 'INTERNAL_CONTROLS' | 'OTHERS' | any;\r\n frameworkTypes: {\r\n REGULATIONS: number;\r\n STANDARDS: number;\r\n INTERNAL_CONTROLS: number;\r\n OTHERS: number;\r\n };\r\n frameworkData: any;\r\n changeType(type: 'REGULATIONS' | 'STANDARDS' | 'INTERNAL_CONTROLS' | 'OTHERS'): void;\r\n executeSearch(): void;\r\n pageChanged(evt: any): void;\r\n fetchFrameworkCategoryList(): void;\r\n selectedFramework: any;\r\n selectFramework(evt: any, framework: any): void;\r\n expandedFrameworkId: any;\r\n expandCollapseFramework(framework: any): void;\r\n removeSelectedFramework(): void;\r\n searchKeyforFramework: string;\r\n selectedFrameworkData: any;\r\n allControls: any;\r\n inScope: any;\r\n outScope: any;\r\n inScopeIds: any;\r\n allControlsSelected: boolean;\r\n issubLoading: boolean;\r\n loadFrameworkData(): void;\r\n checkAllElements(populateInScope: any): void;\r\n checkSelectAll(): void;\r\n selectAll(evt: any): void;\r\n setInscopeIds(): void;\r\n selectItem(evt: any, payload: any): void;\r\n manipulateItem(action: 'ADD' | 'DELETE', payload: any): void;\r\n selectCategory(evt: any, payload: any): void;\r\n manipulateCategory(action: 'ADD' | 'DELETE', payload: any): void;\r\n nextHandler(): void;\r\n cancelHandler(): void;\r\n expandedSubCategoryIds: any;\r\n subCategoryExpandCollapse(category: any): void;\r\n uniqueByProp(array: any, key: string): unknown[];\r\n}\r\n"]}
|
package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"framework.service.d.ts","sources":["framework.service.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { HttpClient } from '@angular/common/http';\r\nimport { Configurations } from '../../../configurations';\r\nimport { AuthService } from '../../../workflow-services/auth.service';\r\nexport declare class FrameworkService {\r\n private http;\r\n private authService;\r\n env: any;\r\n constructor(http: HttpClient, authService: AuthService, config?: Configurations);\r\n fetchFrameworkCount(): import(\"rxjs\").Observable<any>;\r\n fetchFrameworkInCategory(payload: any): import(\"rxjs\").Observable<any>;\r\n fetchCategoryForFramework(id: string): import(\"rxjs\").Observable<any>;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.component.d.ts","sources":["loader.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class LoaderFrameworkComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category-all-select.pipe.d.ts","sources":["category-all-select.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class CategoryAllSelectPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): any;\r\n}\r\n"]}
|
package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.pipe.d.ts","sources":["search.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class SearchNewPipe implements PipeTransform {\r\n transform(value: any, args?: any): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sub-cat-indeter.pipe.d.ts","sources":["sub-cat-indeter.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class SubCatIndeterPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip-message.pipe.d.ts","sources":["tooltip-message.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class TooltipMessagePipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): unknown;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-trim.directive.d.ts","sources":["input-trim.directive.d.ts"],"names":[],"mappings":";AAAA;AACA;;;AACA","sourcesContent":["export declare class InputTrimDirective {\r\n onKeyDown(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-pill.component.d.ts","sources":["file-pill.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class FilePillComponent implements OnInit {\r\n delete: EventEmitter<any>;\r\n name: string | any;\r\n extension: string | any;\r\n disabled: boolean;\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"floating-bar.component.d.ts","sources":["floating-bar.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter, OnChanges } from '@angular/core';\r\nexport declare class VuiFloatingBarComponent implements OnInit, OnChanges {\r\n selectedData: any;\r\n groupSelected: any;\r\n displayElementKey: string;\r\n elementId: any;\r\n singularText: string;\r\n pluralText: string;\r\n showNextButton: boolean;\r\n showFrequencyText: boolean;\r\n showWorkflow: boolean;\r\n workflowText: string;\r\n currentFrequency: string;\r\n isDisabled: boolean;\r\n workflowList: string[];\r\n selectedWorkflow: any;\r\n workflowPlaceHolder: any;\r\n mode: string;\r\n nextDisabled: boolean;\r\n nonRemovableUsersList: any;\r\n removePosition: any;\r\n closeEvent: EventEmitter<any>;\r\n deleteEvent: EventEmitter<number>;\r\n closeList: EventEmitter<any>;\r\n workflowTypeChanged: EventEmitter<any>;\r\n constructor();\r\n ngOnChanges(): void;\r\n ngOnInit(): void;\r\n next(): void;\r\n deleteSelected(index: number): void;\r\n close(): void;\r\n selectedWorkflowType(event: any): void;\r\n selectedWorkflowChange(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-field.component.d.ts","sources":["form-field.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class FormFieldComponent implements OnInit {\r\n active: any;\r\n disabled: any;\r\n checked: any;\r\n img: any;\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-with-pill.component.d.ts","sources":["input-with-pill.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class InputWithPillComponent implements OnInit {\r\n placeholder: any;\r\n disabled: boolean;\r\n select: EventEmitter<any>;\r\n selectDiv: any;\r\n line: number;\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.component.d.ts","sources":["pagination.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';\r\nexport declare class PaginationComponent implements OnChanges {\r\n currPage: number;\r\n from: number;\r\n to: number;\r\n total: any;\r\n showPageDetail: boolean;\r\n totalPage: number;\r\n set setPage(page: any);\r\n set setTotalPage(page: any);\r\n pageInSingleView: number;\r\n pageChanged: EventEmitter<number>;\r\n displayArray: any;\r\n enterPageNo: number | any;\r\n enterPressed: boolean;\r\n isInvalidInput: boolean;\r\n constructor();\r\n ngOnChanges(changes: SimpleChanges): void;\r\n startArray(): void;\r\n currentIndexUpdate(value: number): void;\r\n currentIndexAssign(value: number): void;\r\n validateNumber(e: any): boolean;\r\n onEnterPress(event: any): void;\r\n displayArrayUpdate(index: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.module.d.ts","sources":["pagination.module.d.ts"],"names":[],"mappings":";;;;AAAA;;;;AACA","sourcesContent":["export declare class PaginationModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"array-concat.pipe.d.ts","sources":["array-concat.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class ArrayConcatPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assessment-resolver.pipe.d.ts","sources":["assessment-resolver.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class AssessmentResolverPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter.pipe.d.ts","sources":["filter.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class FilterPipe implements PipeTransform {\r\n transform(items: any[], searchText: string): any[];\r\n}\r\n"]}
|