vcomply-workflow-engine 2.7.12 → 2.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/vcomply-workflow-engine.umd.js +7 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +8 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-services/responsibility.service.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js +7 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +5 -0
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +5 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +5 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +5 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts +5 -0
- package/lib/create-documents/create-documents.component.d.ts +5 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +5 -0
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
- package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
- package/lib/formgroup/cs-select/cs-select.component.d.ts +5 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
- package/lib/formgroup/formgroup.module.d.ts +15 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts +5 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts +5 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts +5 -0
- package/lib/formgroup/select/select.module.d.ts +11 -0
- package/lib/formgroup/select/select.service.d.ts +4 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts +5 -0
- package/lib/more-option/more-option.component.d.ts +5 -0
- package/lib/pipes/data-type.pipe.d.ts +5 -0
- package/lib/pipes/list-mapper.pipe.d.ts +5 -0
- package/lib/pipes/search.pipe.d.ts +5 -0
- package/lib/pipes/space-breaker.pipe.d.ts +5 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts +5 -0
- package/lib/pipes/user-filter.pipe.d.ts +5 -0
- package/lib/services/bulk-upload.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts +26 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts +24 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts +33 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts +45 -0
- package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +24 -0
- package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/device/device.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +5 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +5 -0
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts +5 -0
- package/lib/sharedComponents/category-list/category-list.component.d.ts +5 -0
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +5 -0
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts +5 -0
- package/lib/sharedComponents/directive/autofocus.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/input-trim.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts +5 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts +5 -0
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts +5 -0
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-table-loader/framework-table-loader.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts +4 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-annual/frequency-dialog-annual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-biannual/frequency-dialog-biannual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-checkbox-list/frequency-dialog-checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-due-date/frequency-dialog-due-date.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-monthly/frequency-dialog-monthly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-one-time/frequency-dialog-one-time.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-quarterly/frequency-dialog-quarterly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-radio-list/frequency-dialog-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-top/frequency-dialog-top.component.d.ts +5 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-weekly/frequency-dialog-weekly.component.d.ts +5 -0
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +5 -0
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts +5 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts +5 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts +8 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts +5 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/spaceTrim.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts +5 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +5 -0
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +5 -0
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +5 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts +5 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +5 -0
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts +9 -0
- package/lib/ui-kit/action-dialog/active/active.component.d.ts +5 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts +5 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.d.ts +5 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts +5 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts +5 -0
- package/lib/ui-kit/click-outside/click-outside.module.d.ts +8 -0
- package/lib/ui-kit/dialog/dialog-ref.d.ts +5 -0
- package/lib/ui-kit/dialog/dialog.component.d.ts +5 -0
- package/lib/ui-kit/dialog/dialog.module.d.ts +9 -0
- package/lib/ui-kit/dialog/dialog.service.d.ts +4 -0
- package/lib/ui-kit/dialog/insertion.directive.d.ts +5 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts +5 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.d.ts +8 -0
- package/lib/ui-kit/format-html.pipe.d.ts +5 -0
- package/lib/ui-kit/formgroup/click-outside.directive.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/formgroup.module.d.ts +18 -0
- package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts +5 -0
- package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +5 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts +5 -0
- package/lib/ui-kit/line-loader/line-loader.module.d.ts +8 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts +5 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts +8 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +5 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts +9 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover.component.d.ts +5 -0
- package/lib/ui-kit/popover/popover.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover.module.d.ts +11 -0
- package/lib/ui-kit/popover/popover.service.d.ts +4 -0
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts +5 -0
- package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts +5 -0
- package/lib/ui-kit/popover-hover/popover-hover.module.d.ts +9 -0
- package/lib/ui-kit/popover-hover/popover-hover.service.d.ts +4 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts +5 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts +8 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts +5 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.component.d.ts +5 -0
- package/lib/ui-kit/snack-bar/snack-bar.module.d.ts +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts +4 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts +5 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts +8 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +5 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts +5 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +6 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +5 -0
- package/lib/workflow-engine.module.d.ts +129 -0
- package/lib/workflow-engine.service.d.ts +4 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts +5 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts +46 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/pipes/array-concat.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/filter.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +5 -0
- package/lib/workflow-program/workflow-program.component.d.ts +5 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts +5 -0
- package/lib/workflow-services/add-risk.service.d.ts +4 -0
- package/lib/workflow-services/assessment.service.d.ts +4 -0
- package/lib/workflow-services/auth.service.d.ts +4 -0
- package/lib/workflow-services/frequency.service.d.ts +4 -0
- package/lib/workflow-services/log-issue.service.d.ts +4 -0
- package/lib/workflow-services/policy.service.d.ts +4 -0
- package/lib/workflow-services/programs.service.d.ts +4 -0
- package/lib/workflow-services/responsibility.service.d.ts +33 -28
- package/lib/workflow-services/token-decoder.service.d.ts +4 -0
- package/lib/workflow-services/ui-kit.service.d.ts +4 -0
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +5 -0
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +2 -0
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, OnChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class BulkViewComponent implements OnInit, OnChanges {
|
|
3
4
|
riskBulkUpload: any;
|
|
4
5
|
templateInfo: any;
|
|
@@ -14,4 +15,8 @@ export declare class BulkViewComponent implements OnInit, OnChanges {
|
|
|
14
15
|
ngOnInit(): void;
|
|
15
16
|
submit(completeAssessment: any): void;
|
|
16
17
|
close(): void;
|
|
18
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BulkViewComponent, never>;
|
|
19
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<BulkViewComponent, "app-bulk-view", never, { "loader": "loader"; "riskBulkUpload": "riskBulkUpload"; "templateInfo": "templateInfo"; "fileName": "fileName"; "assessmentDaysEnable": "assessmentDaysEnable"; "defaultOwner": "defaultOwner"; }, { "submitRiskBulkUpload": "submitRiskBulkUpload"; "cancel": "cancel"; }, never, never>;
|
|
17
20
|
}
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=bulk-view.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { CategoryList } from '../../interfaces/categoryList';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class CategoryListComponent implements OnInit, OnChanges {
|
|
4
5
|
categoryList: CategoryList;
|
|
5
6
|
selectedCategory: any;
|
|
@@ -16,4 +17,8 @@ export declare class CategoryListComponent implements OnInit, OnChanges {
|
|
|
16
17
|
save(): void;
|
|
17
18
|
deleteEvent(event: any): void;
|
|
18
19
|
close(): void;
|
|
20
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CategoryListComponent, never>;
|
|
21
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CategoryListComponent, "app-category-list", never, { "selectedCategory": "selectedCategory"; "categoryList": "categoryList"; }, { "saveSelectedCategory": "saveSelectedCategory"; "closeList": "closeList"; "closeCategoriesList": "closeCategoriesList"; }, never, never>;
|
|
19
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=category-list.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
|
|
4
5
|
listBlock: ElementRef;
|
|
5
6
|
categoryList: any;
|
|
@@ -25,4 +26,8 @@ export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
|
|
|
25
26
|
checkSelectAll(activeTab: any): any;
|
|
26
27
|
save(): void;
|
|
27
28
|
close(): void;
|
|
29
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CategoryMultiSelectComponent, never>;
|
|
30
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CategoryMultiSelectComponent, "app-category-multi-select", never, { "allCategories": "allCategories"; "selectedCategories": "selectedCategories"; "categoryList": "categoryList"; "categoryIdKey": "categoryIdKey"; }, { "saveSelectedCategory": "saveSelectedCategory"; "closeList": "closeList"; "closeCategoriesList": "closeCategoriesList"; }, never, never>;
|
|
28
31
|
}
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=category-multi-select.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckboxListComponent implements OnInit {
|
|
3
4
|
itemsList: any;
|
|
4
5
|
selectedItems: any;
|
|
@@ -19,4 +20,8 @@ export declare class CheckboxListComponent implements OnInit {
|
|
|
19
20
|
close(): void;
|
|
20
21
|
arrayToId(array: any, identifierKey: any): any;
|
|
21
22
|
selectAll(evt: any): void;
|
|
23
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckboxListComponent, never>;
|
|
24
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckboxListComponent, "app-checkbox-list", never, { "itemsList": "itemsList"; "selectedItems": "selectedItems"; "identifierKey": "identifierKey"; "displayKey": "displayKey"; "tooltipKey": "tooltipKey"; "twoColumn": "twoColumn"; "config": "config"; }, { "closeList": "closeList"; "saveList": "saveList"; }, never, never>;
|
|
22
25
|
}
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=checkbox-list.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class CheckpointsComponent implements OnInit {
|
|
4
5
|
private snackbar;
|
|
5
6
|
private cdr;
|
|
@@ -32,4 +33,8 @@ export declare class CheckpointsComponent implements OnInit {
|
|
|
32
33
|
close(): void;
|
|
33
34
|
validateCheckpoint(): false | undefined;
|
|
34
35
|
checkpointDescription(event: any): void;
|
|
36
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsComponent, never>;
|
|
37
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsComponent, "app-checkpoints", never, { "checkpointData": "checkpointData"; "checkpointInstruction": "checkpointInstruction"; }, { "closeCheckPoint": "closeCheckPoint"; "saveCheckPoint": "saveCheckPoint"; }, never, never>;
|
|
35
38
|
}
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=checkpoints.component.d.ts.map
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointsListComponent implements OnInit {
|
|
3
4
|
createQuestion: EventEmitter<any>;
|
|
4
5
|
questionTypeList: never[];
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
7
8
|
addQuestion(type: any): void;
|
|
9
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsListComponent, never>;
|
|
10
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsListComponent, "app-checkpoints-list", never, { "questionTypeList": "questionTypeList"; }, { "createQuestion": "createQuestion"; }, never, never>;
|
|
8
11
|
}
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=checkpoints-list.component.d.ts.map
|
package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
3
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges {
|
|
5
6
|
private elementRef;
|
|
6
7
|
private snackbar;
|
|
@@ -35,4 +36,8 @@ export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges
|
|
|
35
36
|
addOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
36
37
|
deleteOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
37
38
|
deleteOnBackspace(questionIndex: number, optionIndex: number, type: string): void;
|
|
39
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsQuestionsComponent, never>;
|
|
40
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsQuestionsComponent, "app-checkpoints-questions", never, { "checkpointData": "checkpointData"; "questionTypeList": "questionTypeList"; "errorIndex": "errorIndex"; "checkpointInstruction": "checkpointInstruction"; }, { "createQuestion": "createQuestion"; "deleteQuestion": "deleteQuestion"; "copyQuestion": "copyQuestion"; "blankQuestion": "blankQuestion"; "createOption": "createOption"; "removeOption": "removeOption"; "updateDescription": "updateDescription"; }, never, never>;
|
|
38
41
|
}
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=checkpoints-questions.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointFloatingBarComponent implements OnInit {
|
|
3
4
|
count: number;
|
|
4
5
|
pluralText: string;
|
|
@@ -12,4 +13,8 @@ export declare class CheckpointFloatingBarComponent implements OnInit {
|
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
next(): void;
|
|
14
15
|
close(): void;
|
|
16
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointFloatingBarComponent, never>;
|
|
17
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointFloatingBarComponent, "app-checkpoint-floating-bar", never, { "count": "count"; "pluralText": "pluralText"; "singularText": "singularText"; "requiredPoint": "requiredPoint"; "isPolicyCheckpoint": "isPolicyCheckpoint"; }, { "closeList": "closeList"; "saveList": "saveList"; "requiredPointChange": "requiredPointChange"; }, never, never>;
|
|
15
18
|
}
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=checkpoint-floating-bar.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SnackBarService } from './../../../ui-kit/snack-bar/snack-bar.service';
|
|
2
2
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
3
|
import { CheckpointsPolicyQuestionsComponent } from '../checkpoints-policy-questions/checkpoints-policy-questions.component';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class CheckpointsPolicyContainerComponent implements OnInit {
|
|
5
6
|
private snackbarService;
|
|
6
7
|
animation: boolean;
|
|
@@ -13,4 +14,8 @@ export declare class CheckpointsPolicyContainerComponent implements OnInit {
|
|
|
13
14
|
ngOnInit(): void;
|
|
14
15
|
next(): void;
|
|
15
16
|
saveQuestions(event: any): void;
|
|
17
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyContainerComponent, never>;
|
|
18
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyContainerComponent, "app-checkpoints-policy-container", never, { "requiredPoint": "requiredPoint"; "checkpointData": "checkpointData"; }, { "closeCheckPoint": "closeCheckPoint"; "saveCheckPoint": "saveCheckPoint"; }, never, never>;
|
|
16
19
|
}
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=checkpoints-policy-container.component.d.ts.map
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointsPolicyListComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyListComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyListComponent, "app-checkpoints-policy-list", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=checkpoints-policy-list.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
3
4
|
checkPointQuestions: any;
|
|
4
5
|
changeMax: EventEmitter<any>;
|
|
@@ -30,4 +31,8 @@ export declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
|
30
31
|
isOptionValid(options: any): boolean;
|
|
31
32
|
checkDuplicate(arr: any): boolean;
|
|
32
33
|
trackByFn(index: any, item: any): any;
|
|
34
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyQuestionsComponent, never>;
|
|
35
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyQuestionsComponent, "app-checkpoints-policy-questions", never, { "requiredPoint": "requiredPoint"; "checkpointDetails": "checkpointDetails"; }, { "changeMax": "changeMax"; "requiredPointChange": "requiredPointChange"; "saveValidQuestions": "saveValidQuestions"; }, never, never>;
|
|
33
36
|
}
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=checkpoints-policy-questions.component.d.ts.map
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class AutofocusDirective implements AfterViewInit {
|
|
3
4
|
private el;
|
|
4
5
|
constructor(el: ElementRef);
|
|
5
6
|
ngAfterViewInit(): void;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
8
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<AutofocusDirective, "[appAutofocus]", never, {}, {}, never>;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=autofocus.directive.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ConditionalFocusDirective implements OnChanges {
|
|
3
4
|
private el;
|
|
4
5
|
appConditionalFocus: boolean;
|
|
@@ -6,4 +7,8 @@ export declare class ConditionalFocusDirective implements OnChanges {
|
|
|
6
7
|
ngOnChanges(change: SimpleChanges): void;
|
|
7
8
|
ngAfterViewInit(): void;
|
|
8
9
|
focus(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ConditionalFocusDirective, never>;
|
|
11
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ConditionalFocusDirective, "[appConditionalFocus]", never, { "appConditionalFocus": "appConditionalFocus"; }, {}, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=conditional-focus.directive.d.ts.map
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class DragDropDirective {
|
|
3
4
|
fileOver: boolean;
|
|
4
5
|
fileDropped: EventEmitter<any>;
|
|
5
6
|
onDragOver(evt: any): void;
|
|
6
7
|
onDragLeave(evt: any): void;
|
|
7
8
|
ondrop(evt: any): void;
|
|
9
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropDirective, never>;
|
|
10
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<DragDropDirective, "[appDragDrop]", never, {}, { "fileDropped": "fileDropped"; }, never>;
|
|
8
11
|
}
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=drag-drop.directive.d.ts.map
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class spaceTrimDirective {
|
|
2
3
|
onKeyDown(event: any): void;
|
|
4
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<spaceTrimDirective, never>;
|
|
5
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<spaceTrimDirective, "[spaceTrim]", never, {}, {}, never>;
|
|
3
6
|
}
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=input-trim.directive.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ScrollInViewDirective implements OnChanges {
|
|
3
4
|
private el;
|
|
4
5
|
appScrollInView: boolean;
|
|
@@ -6,4 +7,8 @@ export declare class ScrollInViewDirective implements OnChanges {
|
|
|
6
7
|
ngOnChanges(change: SimpleChanges): void;
|
|
7
8
|
ngAfterViewInit(): void;
|
|
8
9
|
scroll(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ScrollInViewDirective, never>;
|
|
11
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ScrollInViewDirective, "[appScrollInView]", never, { "appScrollInView": "appScrollInView"; }, {}, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=scroll-in-view.directive.d.ts.map
|
|
@@ -3,6 +3,7 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
|
|
5
5
|
import { PolicyService } from '../../workflow-services/policy.service';
|
|
6
|
+
import * as ɵngcc0 from '@angular/core';
|
|
6
7
|
export declare class DocumentSectionComponent implements OnInit {
|
|
7
8
|
private snackBar;
|
|
8
9
|
private policyService;
|
|
@@ -40,4 +41,8 @@ export declare class DocumentSectionComponent implements OnInit {
|
|
|
40
41
|
changeDocType(event: any): void;
|
|
41
42
|
editor(event: string): void;
|
|
42
43
|
editPolicyEmit(): void;
|
|
44
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DocumentSectionComponent, never>;
|
|
45
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DocumentSectionComponent, "lib-document-section", never, { "policyId": "policyId"; "policyName": "policyName"; "organization_id": "organization_id"; "member_obj_id": "member_obj_id"; "userInfo": "userInfo"; }, { "disconnectRefresh": "disconnectRefresh"; "editPolicy": "editPolicy"; }, never, never>;
|
|
43
46
|
}
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=document-section.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FloatingBarComponent implements OnInit, OnChanges {
|
|
3
4
|
selectedData: any;
|
|
4
5
|
selectedGroups: any;
|
|
@@ -35,4 +36,8 @@ export declare class FloatingBarComponent implements OnInit, OnChanges {
|
|
|
35
36
|
close(): void;
|
|
36
37
|
selectedWorkflowType(event: any): void;
|
|
37
38
|
selectedWorkflowChange(event: any): void;
|
|
39
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FloatingBarComponent, never>;
|
|
40
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FloatingBarComponent, "app-floating-bar", never, { "displayElementKey": "displayElementKey"; "elementId": "elementId"; "singularText": "singularText"; "pluralText": "pluralText"; "showNextButton": "showNextButton"; "showFrequencyText": "showFrequencyText"; "showWorkflow": "showWorkflow"; "workflowText": "workflowText"; "currentFrequency": "currentFrequency"; "isDisabled": "isDisabled"; "workflowList": "workflowList"; "mode": "mode"; "nonRemovableUsersList": "nonRemovableUsersList"; "selectedData": "selectedData"; "selectedGroups": "selectedGroups"; "defaultSelectedValue": "defaultSelected"; "selectedWorkflow": "selectedWorkflow"; "workflowPlaceHolder": "workflowPlaceHolder"; "groupsEnabled": "groupsEnabled"; "removePosition": "removePosition"; }, { "closeEvent": "closeEvent"; "deleteEvent": "deleteEvent"; "closeList": "closeList"; "deleteGroupEvent": "deleteGroupEvent"; "workflowTypeChanged": "workflowTypeChanged"; }, never, ["*"]>;
|
|
38
41
|
}
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=floating-bar.component.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { OnInit, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { AuthService } from '../../workflow-services/auth.service';
|
|
3
3
|
import { PolicyService } from '../../workflow-services/policy.service';
|
|
4
4
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class FormatAndEvidenceComponent implements OnInit {
|
|
6
7
|
private responsibilityService;
|
|
7
8
|
private policyService;
|
|
@@ -38,4 +39,8 @@ export declare class FormatAndEvidenceComponent implements OnInit {
|
|
|
38
39
|
policyLinkSetList: string[];
|
|
39
40
|
selectedLinkSetChange(event: any, index: number): void;
|
|
40
41
|
uploadPolicyAttachments(formData: any): void;
|
|
42
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormatAndEvidenceComponent, never>;
|
|
43
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FormatAndEvidenceComponent, "app-format-and-evidence", never, { "mode": "mode"; "categories": "categories"; "organization_id": "organization_id"; "formatEvidanceData": "formatEvidanceData"; }, { "updateFiles": "updateFiles"; }, never, never>;
|
|
41
44
|
}
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=format-and-evidence.component.d.ts.map
|
package/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FrameworkListTableComponent implements OnInit, OnChanges {
|
|
3
4
|
frameworksList: any;
|
|
4
5
|
frameworkType: 'framework' | 'childFrameworks';
|
|
@@ -10,4 +11,8 @@ export declare class FrameworkListTableComponent implements OnInit, OnChanges {
|
|
|
10
11
|
ngOnChanges(changes: SimpleChanges): void;
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
selectFramework(data: any): void;
|
|
14
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrameworkListTableComponent, never>;
|
|
15
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrameworkListTableComponent, "app-framework-list-table", never, { "frameworkType": "frameworkType"; "frameworksList": "frameworksList"; "currentFramework": "currentFramework"; "listLoader": "listLoader"; }, { "selectedFramework": "selectedFramework"; }, never, never>;
|
|
13
16
|
}
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=framework-list-table.component.d.ts.map
|
|
@@ -3,6 +3,7 @@ import { Subject } from 'rxjs';
|
|
|
3
3
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
4
4
|
import { SelectedValues } from './framework-integration-interfaces';
|
|
5
5
|
import { ParentTableComponent } from './parent-table/parent-table.component';
|
|
6
|
+
import * as ɵngcc0 from '@angular/core';
|
|
6
7
|
export declare class FrameworkListComponent implements OnInit, OnChanges {
|
|
7
8
|
private responsibilityService;
|
|
8
9
|
breadCrumb: any[];
|
|
@@ -105,4 +106,8 @@ export declare class FrameworkListComponent implements OnInit, OnChanges {
|
|
|
105
106
|
remove(): void;
|
|
106
107
|
saveChanges(type: 'programs' | 'categories' | 'responsibilities' | 'programsOnly'): void;
|
|
107
108
|
assignSelectedControl(data: any): void;
|
|
109
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrameworkListComponent, never>;
|
|
110
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrameworkListComponent, "app-framework-list", never, { "headerText": "headerText"; "workflowPage": "workflowPage"; "policy": "policy"; "selectedCategories": "selectedCategories"; "previousSelectedValues": "previousSelectedValues"; "frameWorkList": "frameWorkList"; "selectedFrameWork": "selectedFrameWork"; }, { "entrustFramework": "entrustFramework"; "closeFramework": "closeFramework"; "assignControl": "assignControl"; }, never, never>;
|
|
108
111
|
}
|
|
112
|
+
|
|
113
|
+
//# sourceMappingURL=framework-list.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FrameworkResponsibilityTableComponent implements OnInit {
|
|
3
4
|
controlsList: any;
|
|
4
5
|
selectedControl: EventEmitter<any>;
|
|
@@ -11,4 +12,8 @@ export declare class FrameworkResponsibilityTableComponent implements OnInit {
|
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
selectControl(data: any): void;
|
|
13
14
|
assign(control: any): void;
|
|
15
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrameworkResponsibilityTableComponent, never>;
|
|
16
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrameworkResponsibilityTableComponent, "app-framework-responsibility-table", never, { "controlsList": "controlsList"; "currentSelectedControl": "currentSelectedControl"; "listLoader": "listLoader"; }, { "selectedControl": "selectedControl"; "assignControl": "assignControl"; }, never, never>;
|
|
14
17
|
}
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=framework-responsibility-table.component.d.ts.map
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FrameworkTableLoaderComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrameworkTableLoaderComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrameworkTableLoaderComponent, "lib-framework-table-loader", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=framework-table-loader.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Configurations } from '../../../configurations';
|
|
3
3
|
import { ResponsibilityService } from '../../../workflow-services/responsibility.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class ParentTableComponent implements OnInit {
|
|
5
6
|
private responsibilityService;
|
|
6
7
|
tableList: any[];
|
|
@@ -23,4 +24,8 @@ export declare class ParentTableComponent implements OnInit {
|
|
|
23
24
|
getCategoryDetailsById(id: any): void;
|
|
24
25
|
entrustFrameworkDetails(report: any): void;
|
|
25
26
|
entity_open(data: any): void;
|
|
27
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ParentTableComponent, [null, { optional: true; }]>;
|
|
28
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ParentTableComponent, "app-parent-table", never, { "tableList": "tableList"; "search": "search"; }, { "closeParent": "closeParent"; "expandCategory": "expandCategory"; "entrustFramework": "entrustFramework"; }, never, never>;
|
|
26
29
|
}
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=parent-table.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyAnnualComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
monthList: Array<any>;
|
|
@@ -34,4 +35,8 @@ export declare class FrequencyAnnualComponent implements OnInit {
|
|
|
34
35
|
getFrequencyPlaceholder(yearlyInput: any): string;
|
|
35
36
|
getPlaceholderForSt2(): string;
|
|
36
37
|
getPlaceholderForGt1(): string;
|
|
38
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyAnnualComponent, never>;
|
|
39
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyAnnualComponent, "app-frequency-annual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
37
40
|
}
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=frequency-annual.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyBiannualComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
biannualInterval: string;
|
|
@@ -32,4 +33,8 @@ export declare class FrequencyBiannualComponent implements OnInit {
|
|
|
32
33
|
lifecycleChange(event: any): void;
|
|
33
34
|
getBiannualFrequency(): void;
|
|
34
35
|
getFrequencyPlaceholder(biannualInput: number): string;
|
|
36
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyBiannualComponent, never>;
|
|
37
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyBiannualComponent, "app-frequency-biannual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
35
38
|
}
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=frequency-biannual.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FrequencyCheckboxListComponent implements OnInit {
|
|
3
4
|
id: number;
|
|
4
5
|
listArray: Array<string>;
|
|
@@ -8,4 +9,8 @@ export declare class FrequencyCheckboxListComponent implements OnInit {
|
|
|
8
9
|
selectedCheckbox: EventEmitter<any>;
|
|
9
10
|
constructor();
|
|
10
11
|
ngOnInit(): void;
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyCheckboxListComponent, never>;
|
|
13
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyCheckboxListComponent, "app-frequency-checkbox-list", never, { "id": "id"; "listArray": "listArray"; "selectedIndex": "selectedIndex"; "mode": "mode"; }, { "selectedCheckbox": "selectedCheckbox"; }, never, never>;
|
|
11
14
|
}
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=frequency-checkbox-list.component.d.ts.map
|
package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
3
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class FrequencyContainerComponent implements OnInit, OnChanges {
|
|
5
6
|
private frequencyService;
|
|
6
7
|
private snackbar;
|
|
@@ -30,4 +31,8 @@ export declare class FrequencyContainerComponent implements OnInit, OnChanges {
|
|
|
30
31
|
openedRadio(event: any): void;
|
|
31
32
|
save(): void;
|
|
32
33
|
close(): void;
|
|
34
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyContainerComponent, never>;
|
|
35
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyContainerComponent, "app-frequency-container", never, { "mode": "mode"; "frequencyDetails": "frequencyDetails"; "feature": "feature"; }, { "selectedFrequency": "selectedFrequency"; "closeFrequency": "closeFrequency"; }, never, never>;
|
|
33
36
|
}
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=frequency-container.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
3
|
import { FrequencyService } from "../frequency.service";
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class FrequencyDailyComponent implements OnInit {
|
|
5
6
|
private frequencyService;
|
|
6
7
|
datePicker: DatePickerComponent;
|
|
@@ -27,4 +28,8 @@ export declare class FrequencyDailyComponent implements OnInit {
|
|
|
27
28
|
onValueChange(event: any): void;
|
|
28
29
|
lifecycleChange(event: any): void;
|
|
29
30
|
getDailyFrequency(): void;
|
|
31
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDailyComponent, never>;
|
|
32
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDailyComponent, "app-frequency-daily", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
30
33
|
}
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=frequency-daily.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FrequencyDueDateComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
mode: string;
|
|
@@ -16,4 +17,8 @@ export declare class FrequencyDueDateComponent implements OnInit {
|
|
|
16
17
|
valueChange: EventEmitter<any>;
|
|
17
18
|
ngOnInit(): void;
|
|
18
19
|
onValueChange(event: any, actionType: any): void;
|
|
20
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDueDateComponent, never>;
|
|
21
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDueDateComponent, "app-frequency-due-date", never, { "mode": "mode"; "completedRequired": "completedRequired"; "notCompletedRequired": "notCompletedRequired"; "completedValue": "completedValue"; "notCompletedValue": "notCompletedValue"; "deactivateValue": "deactivateValue"; "isDeactivated": "isDeactivated"; "id": "id"; "pageName": "pageName"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
19
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=frequency-due-date.component.d.ts.map
|
package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { OnInit, EventEmitter, SimpleChanges, OnChanges, DoCheck } from '@angula
|
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
3
|
import * as moment from 'moment';
|
|
4
4
|
import { FrequencyService } from '../frequency.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class FrequencyLifecycleComponent implements OnInit, OnChanges, DoCheck {
|
|
6
7
|
private frequencyService;
|
|
7
8
|
datePicker: DatePickerComponent;
|
|
@@ -34,4 +35,8 @@ export declare class FrequencyLifecycleComponent implements OnInit, OnChanges, D
|
|
|
34
35
|
endByChange(event: any): void;
|
|
35
36
|
startFromChange(event: any): void;
|
|
36
37
|
endDateModelChange(event: any): void;
|
|
38
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyLifecycleComponent, never>;
|
|
39
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyLifecycleComponent, "app-frequency-lifecycle", never, { "startDate": "startDate"; "endDate": "endDate"; "occurrance": "occurrance"; "selectedLifecycleType": "selectedLifecycleType"; "id": "id"; "endBy": "endBy"; "mode": "mode"; }, { "selectedOccurance": "selectedOccurance"; }, never, never>;
|
|
37
40
|
}
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=frequency-lifecycle.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyMonthlyComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -30,4 +31,8 @@ export declare class FrequencyMonthlyComponent implements OnInit {
|
|
|
30
31
|
onValueChange(event: any): void;
|
|
31
32
|
getMonthlyFrequency(): void;
|
|
32
33
|
getFrequencyPlaceholder(monthlyInput: number): string;
|
|
34
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyMonthlyComponent, never>;
|
|
35
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyMonthlyComponent, "app-frequency-monthly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
33
36
|
}
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=frequency-monthly.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyOnCompletionOfComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -34,4 +35,8 @@ export declare class FrequencyOnCompletionOfComponent implements OnInit {
|
|
|
34
35
|
getOnCompletionFrequency(): void;
|
|
35
36
|
openRadioResponsibility(event: any): void;
|
|
36
37
|
remove(): void;
|
|
38
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyOnCompletionOfComponent, never>;
|
|
39
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyOnCompletionOfComponent, "app-frequency-on-completion-of", never, { "mode": "mode"; "startDate": "startDate"; "feature": "feature"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; "radioForm": "radioForm"; }, never, never>;
|
|
37
40
|
}
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=frequency-on-completion-of.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
3
|
import { FrequencyService } from "../frequency.service";
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class FrequencyOneTimeComponent implements OnInit {
|
|
5
6
|
private frequencyService;
|
|
6
7
|
datePicker: DatePickerComponent;
|
|
@@ -29,4 +30,8 @@ export declare class FrequencyOneTimeComponent implements OnInit {
|
|
|
29
30
|
onTimeChanged(event: string): void;
|
|
30
31
|
dateChange(event: any): void;
|
|
31
32
|
getOneTimeFrequency(): void;
|
|
33
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyOneTimeComponent, never>;
|
|
34
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyOneTimeComponent, "app-frequency-one-time", never, { "mode": "mode"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
32
35
|
}
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=frequency-one-time.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyOngoingComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
selectedType: number;
|
|
@@ -16,4 +17,8 @@ export declare class FrequencyOngoingComponent implements OnInit {
|
|
|
16
17
|
onSelected(event: any): void;
|
|
17
18
|
onSelectedOnGoingType(event: any): void;
|
|
18
19
|
getOngoingFrequency(): void;
|
|
20
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyOngoingComponent, never>;
|
|
21
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyOngoingComponent, "app-frequency-ongoing", never, { "selectedType": "selectedType"; "selectedOngoingType": "selectedOngoingType"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
19
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=frequency-ongoing.component.d.ts.map
|
package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyQuarterlyComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -29,4 +30,8 @@ export declare class FrequencyQuarterlyComponent implements OnInit {
|
|
|
29
30
|
onValueChange(event: any): void;
|
|
30
31
|
getQuarterlyFrequency(): void;
|
|
31
32
|
getPlaceholder(quarterlyInput: number): string;
|
|
33
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyQuarterlyComponent, never>;
|
|
34
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyQuarterlyComponent, "app-frequency-quarterly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
32
35
|
}
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=frequency-quarterly.component.d.ts.map
|
package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FrequencyRadioListComponent implements OnInit {
|
|
3
4
|
radioList: never[];
|
|
4
5
|
selectedIndex: number;
|
|
@@ -8,4 +9,8 @@ export declare class FrequencyRadioListComponent implements OnInit {
|
|
|
8
9
|
selectedRadio: EventEmitter<any>;
|
|
9
10
|
constructor();
|
|
10
11
|
ngOnInit(): void;
|
|
12
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyRadioListComponent, never>;
|
|
13
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyRadioListComponent, "app-frequency-radio-list", never, { "radioList": "radioList"; "selectedIndex": "selectedIndex"; "name": "name"; "mode": "mode"; }, { "selectedRadio": "selectedRadio"; }, never, never>;
|
|
11
14
|
}
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=frequency-radio-list.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyRandomComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
mode: any;
|
|
@@ -56,4 +57,8 @@ export declare class FrequencyRandomComponent implements OnInit {
|
|
|
56
57
|
pattern: string;
|
|
57
58
|
placeholder: string;
|
|
58
59
|
};
|
|
60
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyRandomComponent, never>;
|
|
61
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyRandomComponent, "app-frequency-random", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
59
62
|
}
|
|
63
|
+
|
|
64
|
+
//# sourceMappingURL=frequency-random.component.d.ts.map
|