vcomply-workflow-engine 0.1.6 → 0.1.9
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 +136 -104
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +25 -22
- package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +2 -2
- package/esm2015/lib/pipes/uncategorized-filter.pipe.js +17 -0
- package/esm2015/lib/pipes/uncategorized-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.js +3 -3
- package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.ngfactory.js +22 -6
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +7 -3
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +47 -45
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +2 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +2 -2
- package/esm2015/lib/workflow-engine.module.js +4 -2
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +55 -54
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +52 -28
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.__ivy_ngcc_bak +81 -0
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.map +1 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.__ivy_ngcc_bak +65 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.map +1 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts.__ivy_ngcc_bak +10 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts.map +1 -0
- package/lib/create-documents/create-documents.component.d.ts.__ivy_ngcc_bak +36 -0
- package/lib/create-documents/create-documents.component.d.ts.map +1 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.__ivy_ngcc_bak +13 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts.__ivy_ngcc_bak +13 -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.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +31 -0
- package/lib/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
- package/lib/formgroup/formgroup.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/formgroup/formgroup.module.d.ts.map +1 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.__ivy_ngcc_bak +15 -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.__ivy_ngcc_bak +34 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/formgroup/select/select.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/formgroup/select/select.module.d.ts.map +1 -0
- package/lib/formgroup/select/select.service.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/formgroup/select/select.service.d.ts.map +1 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts +1 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts.__ivy_ngcc_bak +216 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts.map +1 -0
- package/lib/more-option/more-option.component.d.ts.__ivy_ngcc_bak +17 -0
- package/lib/more-option/more-option.component.d.ts.map +1 -0
- package/lib/pipes/data-type.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/data-type.pipe.d.ts.map +1 -0
- package/lib/pipes/list-mapper.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/list-mapper.pipe.d.ts.map +1 -0
- package/lib/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/search.pipe.d.ts.map +1 -0
- package/lib/pipes/space-breaker.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/space-breaker.pipe.d.ts.map +1 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts +4 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/user-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/user-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +80 -0
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.__ivy_ngcc_bak +10 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.__ivy_ngcc_bak +2 -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.__ivy_ngcc_bak +9 -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.__ivy_ngcc_bak +12 -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.__ivy_ngcc_bak +7 -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.__ivy_ngcc_bak +7 -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.__ivy_ngcc_bak +7 -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.__ivy_ngcc_bak +11 -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.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +6 -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.__ivy_ngcc_bak +9 -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.__ivy_ngcc_bak +9 -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.__ivy_ngcc_bak +7 -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.__ivy_ngcc_bak +6 -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.__ivy_ngcc_bak +19 -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.__ivy_ngcc_bak +14 -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.__ivy_ngcc_bak +17 -0
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.map +1 -0
- package/lib/sharedComponents/category-list/category-list.component.d.ts.__ivy_ngcc_bak +19 -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.__ivy_ngcc_bak +28 -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.__ivy_ngcc_bak +22 -0
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.__ivy_ngcc_bak +8 -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.__ivy_ngcc_bak +38 -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.__ivy_ngcc_bak +15 -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.__ivy_ngcc_bak +16 -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.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +33 -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.__ivy_ngcc_bak +6 -0
- package/lib/sharedComponents/directive/autofocus.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.map +1 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts.__ivy_ngcc_bak +38 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts.map +1 -0
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.__ivy_ngcc_bak +32 -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.__ivy_ngcc_bak +41 -0
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts.__ivy_ngcc_bak +22 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.__ivy_ngcc_bak +26 -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.__ivy_ngcc_bak +37 -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.__ivy_ngcc_bak +35 -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.__ivy_ngcc_bak +10 -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.__ivy_ngcc_bak +29 -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.__ivy_ngcc_bak +30 -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.__ivy_ngcc_bak +19 -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.__ivy_ngcc_bak +36 -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.__ivy_ngcc_bak +33 -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.__ivy_ngcc_bak +29 -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.__ivy_ngcc_bak +32 -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.__ivy_ngcc_bak +19 -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.__ivy_ngcc_bak +32 -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.__ivy_ngcc_bak +10 -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.__ivy_ngcc_bak +59 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.__ivy_ngcc_bak +22 -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.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts.__ivy_ngcc_bak +46 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts.map +1 -0
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.__ivy_ngcc_bak +29 -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.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts.__ivy_ngcc_bak +14 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts.map +1 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts.map +1 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts.__ivy_ngcc_bak +36 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts.__ivy_ngcc_bak +24 -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.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +47 -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.__ivy_ngcc_bak +26 -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.__ivy_ngcc_bak +23 -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.__ivy_ngcc_bak +15 -0
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.map +1 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.map +1 -0
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.__ivy_ngcc_bak +21 -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.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +5 -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.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts.__ivy_ngcc_bak +7 -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.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/click-outside/click-outside.module.d.ts.map +1 -0
- package/lib/ui-kit/format-html.pipe.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/ui-kit/format-html.pipe.d.ts.map +1 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts.__ivy_ngcc_bak +6 -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.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/line-loader/line-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.__ivy_ngcc_bak +23 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.map +1 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts.__ivy_ngcc_bak +13 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.component.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/ui-kit/popover/popover.component.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.directive.d.ts.__ivy_ngcc_bak +16 -0
- package/lib/ui-kit/popover/popover.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/popover/popover.module.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.service.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/ui-kit/popover/popover.service.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.__ivy_ngcc_bak +22 -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.__ivy_ngcc_bak +12 -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.__ivy_ngcc_bak +2 -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.__ivy_ngcc_bak +9 -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.__ivy_ngcc_bak +12 -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.__ivy_ngcc_bak +2 -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.__ivy_ngcc_bak +12 -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.__ivy_ngcc_bak +2 -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.__ivy_ngcc_bak +15 -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.__ivy_ngcc_bak +2 -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.__ivy_ngcc_bak +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.map +1 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts.map +1 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts.map +1 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts.__ivy_ngcc_bak +63 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts.map +1 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts.__ivy_ngcc_bak +181 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts.map +1 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.__ivy_ngcc_bak +95 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.map +1 -0
- package/lib/workflow-engine.module.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-engine.module.d.ts.map +1 -0
- package/lib/workflow-engine.service.d.ts.__ivy_ngcc_bak +3 -0
- package/lib/workflow-engine.service.d.ts.map +1 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts.__ivy_ngcc_bak +281 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts.map +1 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts.__ivy_ngcc_bak +105 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts.map +1 -0
- package/lib/workflow-services/add-risk.service.d.ts.__ivy_ngcc_bak +22 -0
- package/lib/workflow-services/add-risk.service.d.ts.map +1 -0
- package/lib/workflow-services/assessment.service.d.ts.__ivy_ngcc_bak +20 -0
- package/lib/workflow-services/assessment.service.d.ts.map +1 -0
- package/lib/workflow-services/auth.service.d.ts.__ivy_ngcc_bak +29 -0
- package/lib/workflow-services/auth.service.d.ts.map +1 -0
- package/lib/workflow-services/frequency.service.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-services/frequency.service.d.ts.map +1 -0
- package/lib/workflow-services/log-issue.service.d.ts.__ivy_ngcc_bak +31 -0
- package/lib/workflow-services/log-issue.service.d.ts.map +1 -0
- package/lib/workflow-services/policy.service.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/workflow-services/policy.service.d.ts.map +1 -0
- package/lib/workflow-services/responsibility.service.d.ts.__ivy_ngcc_bak +33 -0
- package/lib/workflow-services/responsibility.service.d.ts.map +1 -0
- package/lib/workflow-services/token-decoder.service.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-services/token-decoder.service.d.ts.map +1 -0
- package/lib/workflow-services/ui-kit.service.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-services/ui-kit.service.d.ts.map +1 -0
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.__ivy_ngcc_bak +7 -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 +54 -53
- package/vcomply-workflow-engine.d.ts.__ivy_ngcc_bak +145 -0
- package/vcomply-workflow-engine.d.ts.map +1 -0
- package/vcomply-workflow-engine.metadata.json +1 -1
package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.__ivy_ngcc_bak
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { auditCategoryModel } from './audit-category.model';
|
|
3
|
+
export declare class AuditCategoryListComponent implements OnInit, OnChanges {
|
|
4
|
+
animation: boolean;
|
|
5
|
+
searchInput: string;
|
|
6
|
+
selectedData: any;
|
|
7
|
+
selectedIndex: number;
|
|
8
|
+
auditCategory: Array<auditCategoryModel>;
|
|
9
|
+
closeList: EventEmitter<any>;
|
|
10
|
+
saveSelectedList: EventEmitter<any>;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
onCategorySelection(index: number): void;
|
|
15
|
+
save(): void;
|
|
16
|
+
deleteEvent(event: any): void;
|
|
17
|
+
close(): void;
|
|
18
|
+
populateSelectedData(): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"audit-category-list.component.d.ts","sources":["audit-category-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","sourcesContent":["import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';\r\nimport { auditCategoryModel } from './audit-category.model';\r\nexport declare class AuditCategoryListComponent implements OnInit, OnChanges {\r\n animation: boolean;\r\n searchInput: string;\r\n selectedData: any;\r\n selectedIndex: number;\r\n auditCategory: Array<auditCategoryModel>;\r\n closeList: EventEmitter<any>;\r\n saveSelectedList: EventEmitter<any>;\r\n constructor();\r\n ngOnChanges(changes: SimpleChanges): void;\r\n ngOnInit(): void;\r\n onCategorySelection(index: number): void;\r\n save(): void;\r\n deleteEvent(event: any): void;\r\n close(): void;\r\n populateSelectedData(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class BulkResponsibilityViewComponent implements OnInit {
|
|
3
|
+
responsibilityBulkUpload: any;
|
|
4
|
+
fileName: any;
|
|
5
|
+
defaultOwner: any;
|
|
6
|
+
loader: boolean;
|
|
7
|
+
submitResponsibilityBulkUpload: EventEmitter<any>;
|
|
8
|
+
cancel: EventEmitter<any>;
|
|
9
|
+
finalResponsibilities: number;
|
|
10
|
+
ngOnChanges(): void;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
submit(): void;
|
|
13
|
+
close(): void;
|
|
14
|
+
}
|
package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-responsibility-view.component.d.ts","sources":["bulk-responsibility-view.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class BulkResponsibilityViewComponent implements OnInit {\r\n responsibilityBulkUpload: any;\r\n fileName: any;\r\n defaultOwner: any;\r\n loader: boolean;\r\n submitResponsibilityBulkUpload: EventEmitter<any>;\r\n cancel: EventEmitter<any>;\r\n finalResponsibilities: number;\r\n ngOnChanges(): void;\r\n ngOnInit(): void;\r\n submit(): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, OnChanges } from '@angular/core';
|
|
2
|
+
export declare class BulkViewComponent implements OnInit, OnChanges {
|
|
3
|
+
riskBulkUpload: any;
|
|
4
|
+
templateInfo: any;
|
|
5
|
+
fileName: any;
|
|
6
|
+
assessmentDaysEnable: any;
|
|
7
|
+
defaultOwner: any;
|
|
8
|
+
loader: boolean;
|
|
9
|
+
submitRiskBulkUpload: EventEmitter<any>;
|
|
10
|
+
cancel: EventEmitter<any>;
|
|
11
|
+
finalRisks: number;
|
|
12
|
+
showCompleteAssessmentButton: boolean;
|
|
13
|
+
ngOnChanges(): void;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
submit(completeAssessment: any): void;
|
|
16
|
+
close(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-view.component.d.ts","sources":["bulk-view.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, OnInit, OnChanges } from '@angular/core';\r\nexport declare class BulkViewComponent implements OnInit, OnChanges {\r\n riskBulkUpload: any;\r\n templateInfo: any;\r\n fileName: any;\r\n assessmentDaysEnable: any;\r\n defaultOwner: any;\r\n loader: boolean;\r\n submitRiskBulkUpload: EventEmitter<any>;\r\n cancel: EventEmitter<any>;\r\n finalRisks: number;\r\n showCompleteAssessmentButton: boolean;\r\n ngOnChanges(): void;\r\n ngOnInit(): void;\r\n submit(completeAssessment: any): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { CategoryList } from '../../interfaces/categoryList';
|
|
3
|
+
export declare class CategoryListComponent implements OnInit, OnChanges {
|
|
4
|
+
categoryList: CategoryList;
|
|
5
|
+
selectedCategory: any;
|
|
6
|
+
search: string;
|
|
7
|
+
activeTab: any;
|
|
8
|
+
animation: boolean;
|
|
9
|
+
saveSelectedCategory: EventEmitter<any>;
|
|
10
|
+
closeList: EventEmitter<any>;
|
|
11
|
+
closeCategoriesList: EventEmitter<any>;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
selectCategory(type: any, category: any): void;
|
|
16
|
+
save(): void;
|
|
17
|
+
deleteEvent(event: any): void;
|
|
18
|
+
close(): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category-list.component.d.ts","sources":["category-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","sourcesContent":["import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';\r\nimport { CategoryList } from '../../interfaces/categoryList';\r\nexport declare class CategoryListComponent implements OnInit, OnChanges {\r\n categoryList: CategoryList;\r\n selectedCategory: any;\r\n search: string;\r\n activeTab: any;\r\n animation: boolean;\r\n saveSelectedCategory: EventEmitter<any>;\r\n closeList: EventEmitter<any>;\r\n closeCategoriesList: EventEmitter<any>;\r\n constructor();\r\n ngOnChanges(changes: SimpleChanges): void;\r\n ngOnInit(): void;\r\n selectCategory(type: any, category: any): void;\r\n save(): void;\r\n deleteEvent(event: any): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
3
|
+
export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
|
|
4
|
+
listBlock: ElementRef;
|
|
5
|
+
categoryList: any;
|
|
6
|
+
allCategories: any[];
|
|
7
|
+
categoryIdKey: any;
|
|
8
|
+
selectedCategories: any[];
|
|
9
|
+
search: string;
|
|
10
|
+
activeTab: any;
|
|
11
|
+
selectedIds: any[];
|
|
12
|
+
animation: boolean;
|
|
13
|
+
blockWidth: any;
|
|
14
|
+
saveSelectedCategory: EventEmitter<any>;
|
|
15
|
+
closeList: EventEmitter<any>;
|
|
16
|
+
closeCategoriesList: EventEmitter<any>;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnChanges(): void;
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
selectCategory(mode: any, activeTab: any, category: any): void;
|
|
21
|
+
deleteEvent(event: any): void;
|
|
22
|
+
selectAll(mode: any, activeTab: any): void;
|
|
23
|
+
setList(): void;
|
|
24
|
+
setActiveTab(): void;
|
|
25
|
+
checkSelectAll(activeTab: any): any;
|
|
26
|
+
save(): void;
|
|
27
|
+
close(): void;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category-multi-select.component.d.ts","sources":["category-multi-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","sourcesContent":["import { ElementRef } from '@angular/core';\r\nimport { OnInit, EventEmitter, OnChanges } from '@angular/core';\r\nexport declare class CategoryMultiSelectComponent implements OnInit, OnChanges {\r\n listBlock: ElementRef;\r\n categoryList: any;\r\n allCategories: any[];\r\n categoryIdKey: any;\r\n selectedCategories: any[];\r\n search: string;\r\n activeTab: any;\r\n selectedIds: any[];\r\n animation: boolean;\r\n blockWidth: any;\r\n saveSelectedCategory: EventEmitter<any>;\r\n closeList: EventEmitter<any>;\r\n closeCategoriesList: EventEmitter<any>;\r\n constructor();\r\n ngOnChanges(): void;\r\n ngOnInit(): void;\r\n selectCategory(mode: any, activeTab: any, category: any): void;\r\n deleteEvent(event: any): void;\r\n selectAll(mode: any, activeTab: any): void;\r\n setList(): void;\r\n setActiveTab(): void;\r\n checkSelectAll(activeTab: any): any;\r\n save(): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class CheckboxListComponent implements OnInit {
|
|
3
|
+
itemsList: any;
|
|
4
|
+
selectedItems: any;
|
|
5
|
+
identifierKey: string;
|
|
6
|
+
displayKey: string;
|
|
7
|
+
tooltipKey: string;
|
|
8
|
+
config: any;
|
|
9
|
+
twoColumn: boolean;
|
|
10
|
+
closeList: EventEmitter<any>;
|
|
11
|
+
saveList: EventEmitter<any>;
|
|
12
|
+
searchItem: string;
|
|
13
|
+
animation: boolean;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
selectItem(item: any, checked: boolean): void;
|
|
17
|
+
deleteItem(item: any): void;
|
|
18
|
+
save(): void;
|
|
19
|
+
close(): void;
|
|
20
|
+
arrayToId(array: any, identifierKey: any): any;
|
|
21
|
+
selectAll(evt: any): void;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-list.component.d.ts","sources":["checkbox-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","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class CheckboxListComponent implements OnInit {\r\n itemsList: any;\r\n selectedItems: any;\r\n identifierKey: string;\r\n displayKey: string;\r\n tooltipKey: string;\r\n config: any;\r\n twoColumn: boolean;\r\n closeList: EventEmitter<any>;\r\n saveList: EventEmitter<any>;\r\n searchItem: string;\r\n animation: boolean;\r\n constructor();\r\n ngOnInit(): void;\r\n selectItem(item: any, checked: boolean): void;\r\n deleteItem(item: any): void;\r\n save(): void;\r\n close(): void;\r\n arrayToId(array: any, identifierKey: any): any;\r\n selectAll(evt: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
3
|
+
export declare class CheckpointsComponent implements OnInit {
|
|
4
|
+
private snackbar;
|
|
5
|
+
private cdr;
|
|
6
|
+
closeCheckPoint: EventEmitter<any>;
|
|
7
|
+
saveCheckPoint: EventEmitter<any>;
|
|
8
|
+
animation: boolean;
|
|
9
|
+
checkpointData: any;
|
|
10
|
+
checkpointInstruction: string;
|
|
11
|
+
errorIndex: number;
|
|
12
|
+
questionTypeList: {
|
|
13
|
+
text: string;
|
|
14
|
+
type: string;
|
|
15
|
+
description: string;
|
|
16
|
+
icon: string;
|
|
17
|
+
}[];
|
|
18
|
+
constructor(snackbar: SnackBarService, cdr: ChangeDetectorRef);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
addQuestion(evt: any, index?: number): void;
|
|
21
|
+
createTextBox(index?: number): void;
|
|
22
|
+
createSelect(index?: number): void;
|
|
23
|
+
createRadio(index?: number): void;
|
|
24
|
+
createCheckBox(index?: number): void;
|
|
25
|
+
createDate(index?: number): void;
|
|
26
|
+
createUpload(index?: number): void;
|
|
27
|
+
createOption(i: number, j: number, type: any): void;
|
|
28
|
+
deleteOption(i: number, j: number, type: any): void;
|
|
29
|
+
removeQuestion(index: number): void;
|
|
30
|
+
copyQuestion(index: number): void;
|
|
31
|
+
save(): void;
|
|
32
|
+
close(): void;
|
|
33
|
+
validateCheckpoint(): false | undefined;
|
|
34
|
+
checkpointDescription(event: any): void;
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints.component.d.ts","sources":["checkpoints.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, ChangeDetectorRef } from '@angular/core';\r\nimport { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';\r\nexport declare class CheckpointsComponent implements OnInit {\r\n private snackbar;\r\n private cdr;\r\n closeCheckPoint: EventEmitter<any>;\r\n saveCheckPoint: EventEmitter<any>;\r\n animation: boolean;\r\n checkpointData: any;\r\n checkpointInstruction: string;\r\n errorIndex: number;\r\n questionTypeList: {\r\n text: string;\r\n type: string;\r\n description: string;\r\n icon: string;\r\n }[];\r\n constructor(snackbar: SnackBarService, cdr: ChangeDetectorRef);\r\n ngOnInit(): void;\r\n addQuestion(evt: any, index?: number): void;\r\n createTextBox(index?: number): void;\r\n createSelect(index?: number): void;\r\n createRadio(index?: number): void;\r\n createCheckBox(index?: number): void;\r\n createDate(index?: number): void;\r\n createUpload(index?: number): void;\r\n createOption(i: number, j: number, type: any): void;\r\n deleteOption(i: number, j: number, type: any): void;\r\n removeQuestion(index: number): void;\r\n copyQuestion(index: number): void;\r\n save(): void;\r\n close(): void;\r\n validateCheckpoint(): false | undefined;\r\n checkpointDescription(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints-list.component.d.ts","sources":["checkpoints-list.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nexport declare class CheckpointsListComponent implements OnInit {\r\n createQuestion: EventEmitter<any>;\r\n questionTypeList: never[];\r\n constructor();\r\n ngOnInit(): void;\r\n addQuestion(type: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';
|
|
2
|
+
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
|
+
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
4
|
+
export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private snackbar;
|
|
7
|
+
constructor(elementRef: ElementRef, snackbar: SnackBarService);
|
|
8
|
+
checkpointData: any;
|
|
9
|
+
questionTypeList: never[];
|
|
10
|
+
errorIndex: number;
|
|
11
|
+
checkpointInstruction: string;
|
|
12
|
+
createQuestion: EventEmitter<any>;
|
|
13
|
+
deleteQuestion: EventEmitter<any>;
|
|
14
|
+
copyQuestion: EventEmitter<any>;
|
|
15
|
+
blankQuestion: EventEmitter<any>;
|
|
16
|
+
createOption: EventEmitter<any>;
|
|
17
|
+
removeOption: EventEmitter<any>;
|
|
18
|
+
updateDescription: EventEmitter<any>;
|
|
19
|
+
datePicker: DatePickerComponent;
|
|
20
|
+
datePickerOverlay: boolean;
|
|
21
|
+
activeQuestionIndex: number;
|
|
22
|
+
addInstruction: boolean;
|
|
23
|
+
placeholder: any;
|
|
24
|
+
description: any;
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
saveDescription(): void;
|
|
27
|
+
extractContent(s: string): string;
|
|
28
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
29
|
+
openDatePicker(): void;
|
|
30
|
+
closeDatepicker(): void;
|
|
31
|
+
addQuestion(type: any): void;
|
|
32
|
+
removeQuestion(index: number): void;
|
|
33
|
+
cloneQuestion(index: number): void;
|
|
34
|
+
blankClone(type: string, index: number): void;
|
|
35
|
+
addOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
36
|
+
deleteOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
37
|
+
deleteOnBackspace(questionIndex: number, optionIndex: number, type: string): void;
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints-questions.component.d.ts","sources":["checkpoints-questions.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","sourcesContent":["import { OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';\r\nimport { DatePickerComponent } from 'ng2-date-picker';\r\nimport { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';\r\nexport declare class CheckpointsQuestionsComponent implements OnInit, OnChanges {\r\n private elementRef;\r\n private snackbar;\r\n constructor(elementRef: ElementRef, snackbar: SnackBarService);\r\n checkpointData: any;\r\n questionTypeList: never[];\r\n errorIndex: number;\r\n checkpointInstruction: string;\r\n createQuestion: EventEmitter<any>;\r\n deleteQuestion: EventEmitter<any>;\r\n copyQuestion: EventEmitter<any>;\r\n blankQuestion: EventEmitter<any>;\r\n createOption: EventEmitter<any>;\r\n removeOption: EventEmitter<any>;\r\n updateDescription: EventEmitter<any>;\r\n datePicker: DatePickerComponent;\r\n datePickerOverlay: boolean;\r\n activeQuestionIndex: number;\r\n addInstruction: boolean;\r\n placeholder: any;\r\n description: any;\r\n ngOnInit(): void;\r\n saveDescription(): void;\r\n extractContent(s: string): string;\r\n ngOnChanges(changes: SimpleChanges): void;\r\n openDatePicker(): void;\r\n closeDatepicker(): void;\r\n addQuestion(type: any): void;\r\n removeQuestion(index: number): void;\r\n cloneQuestion(index: number): void;\r\n blankClone(type: string, index: number): void;\r\n addOption(questionIndex: number, optionIndex: number, type: string): void;\r\n deleteOption(questionIndex: number, optionIndex: number, type: string): void;\r\n deleteOnBackspace(questionIndex: number, optionIndex: number, type: string): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class CheckpointFloatingBarComponent implements OnInit {
|
|
3
|
+
count: number;
|
|
4
|
+
pluralText: string;
|
|
5
|
+
singularText: string;
|
|
6
|
+
closeList: EventEmitter<any>;
|
|
7
|
+
saveList: EventEmitter<any>;
|
|
8
|
+
requiredPoint: number;
|
|
9
|
+
isPolicyCheckpoint: boolean;
|
|
10
|
+
requiredPointChange: EventEmitter<any>;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
next(): void;
|
|
14
|
+
close(): void;
|
|
15
|
+
}
|
package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoint-floating-bar.component.d.ts","sources":["checkpoint-floating-bar.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\nexport declare class CheckpointFloatingBarComponent implements OnInit {\r\n count: number;\r\n pluralText: string;\r\n singularText: string;\r\n closeList: EventEmitter<any>;\r\n saveList: EventEmitter<any>;\r\n requiredPoint: number;\r\n isPolicyCheckpoint: boolean;\r\n requiredPointChange: EventEmitter<any>;\r\n constructor();\r\n ngOnInit(): void;\r\n next(): void;\r\n close(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SnackBarService } from './../../../ui-kit/snack-bar/snack-bar.service';
|
|
2
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { CheckpointsPolicyQuestionsComponent } from '../checkpoints-policy-questions/checkpoints-policy-questions.component';
|
|
4
|
+
export declare class CheckpointsPolicyContainerComponent implements OnInit {
|
|
5
|
+
private snackbarService;
|
|
6
|
+
animation: boolean;
|
|
7
|
+
constructor(snackbarService: SnackBarService);
|
|
8
|
+
closeCheckPoint: EventEmitter<any>;
|
|
9
|
+
saveCheckPoint: EventEmitter<any>;
|
|
10
|
+
CheckpointsPolicyQuestionsComponent: CheckpointsPolicyQuestionsComponent;
|
|
11
|
+
requiredPoint: number;
|
|
12
|
+
checkpointData: any;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
next(): void;
|
|
15
|
+
saveQuestions(event: any): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints-policy-container.component.d.ts","sources":["checkpoints-policy-container.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { SnackBarService } from './../../../ui-kit/snack-bar/snack-bar.service';\r\nimport { EventEmitter, OnInit } from '@angular/core';\r\nimport { CheckpointsPolicyQuestionsComponent } from '../checkpoints-policy-questions/checkpoints-policy-questions.component';\r\nexport declare class CheckpointsPolicyContainerComponent implements OnInit {\r\n private snackbarService;\r\n animation: boolean;\r\n constructor(snackbarService: SnackBarService);\r\n closeCheckPoint: EventEmitter<any>;\r\n saveCheckPoint: EventEmitter<any>;\r\n CheckpointsPolicyQuestionsComponent: CheckpointsPolicyQuestionsComponent;\r\n requiredPoint: number;\r\n checkpointData: any;\r\n ngOnInit(): void;\r\n next(): void;\r\n saveQuestions(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints-policy-list.component.d.ts","sources":["checkpoints-policy-list.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class CheckpointsPolicyListComponent implements OnInit {\r\n constructor();\r\n ngOnInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
3
|
+
checkPointQuestions: any;
|
|
4
|
+
changeMax: EventEmitter<any>;
|
|
5
|
+
requiredPoint: number;
|
|
6
|
+
requiredPointChange: EventEmitter<any>;
|
|
7
|
+
set checkpointDetails(value: any);
|
|
8
|
+
saveValidQuestions: EventEmitter<any>;
|
|
9
|
+
activeQuestionIndex: number;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
errorTracker: any;
|
|
13
|
+
rightAnswerIndex: any;
|
|
14
|
+
/**
|
|
15
|
+
* Changes active question index
|
|
16
|
+
* @param index
|
|
17
|
+
*/
|
|
18
|
+
changeActiveQuestion(index: number): void;
|
|
19
|
+
cloneQuestion(index: any, isBlank?: boolean): void;
|
|
20
|
+
addOption(questionIndex: number, optionIndex: number): void;
|
|
21
|
+
deleteOption(questionIndex: number, optionIndex: number): void;
|
|
22
|
+
focusAnOption(questionIndex: number, optionIndex: number): void;
|
|
23
|
+
deleteOnBackspace(questionIndex: number, optionIndex: number): void;
|
|
24
|
+
deleteQuestion(questionIndex: number): void;
|
|
25
|
+
selectRightAnswer(evt: any, index: number, answerIndex: string): void;
|
|
26
|
+
reValidate(questionIndex: number): void;
|
|
27
|
+
saveCheckPoint(): Promise<void>;
|
|
28
|
+
mapRightAnswers(): void;
|
|
29
|
+
validateForm(): Promise<boolean>;
|
|
30
|
+
isOptionValid(options: any): boolean;
|
|
31
|
+
checkDuplicate(arr: any): boolean;
|
|
32
|
+
trackByFn(index: any, item: any): any;
|
|
33
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints-policy-questions.component.d.ts","sources":["checkpoints-policy-questions.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 { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class CheckpointsPolicyQuestionsComponent implements OnInit {\r\n checkPointQuestions: any;\r\n changeMax: EventEmitter<any>;\r\n requiredPoint: number;\r\n requiredPointChange: EventEmitter<any>;\r\n set checkpointDetails(value: any);\r\n saveValidQuestions: EventEmitter<any>;\r\n activeQuestionIndex: number;\r\n constructor();\r\n ngOnInit(): void;\r\n errorTracker: any;\r\n rightAnswerIndex: any;\r\n /**\r\n * Changes active question index\r\n * @param index\r\n */\r\n changeActiveQuestion(index: number): void;\r\n cloneQuestion(index: any, isBlank?: boolean): void;\r\n addOption(questionIndex: number, optionIndex: number): void;\r\n deleteOption(questionIndex: number, optionIndex: number): void;\r\n focusAnOption(questionIndex: number, optionIndex: number): void;\r\n deleteOnBackspace(questionIndex: number, optionIndex: number): void;\r\n deleteQuestion(questionIndex: number): void;\r\n selectRightAnswer(evt: any, index: number, answerIndex: string): void;\r\n reValidate(questionIndex: number): void;\r\n saveCheckPoint(): Promise<void>;\r\n mapRightAnswers(): void;\r\n validateForm(): Promise<boolean>;\r\n isOptionValid(options: any): boolean;\r\n checkDuplicate(arr: any): boolean;\r\n trackByFn(index: any, item: any): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autofocus.directive.d.ts","sources":["autofocus.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { AfterViewInit, ElementRef } from '@angular/core';\r\nexport declare class AutofocusDirective implements AfterViewInit {\r\n private el;\r\n constructor(el: ElementRef);\r\n ngAfterViewInit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
export declare class ConditionalFocusDirective implements OnChanges {
|
|
3
|
+
private el;
|
|
4
|
+
appConditionalFocus: boolean;
|
|
5
|
+
constructor(el: ElementRef);
|
|
6
|
+
ngOnChanges(change: SimpleChanges): void;
|
|
7
|
+
ngAfterViewInit(): void;
|
|
8
|
+
focus(): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conditional-focus.directive.d.ts","sources":["conditional-focus.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';\r\nexport declare class ConditionalFocusDirective implements OnChanges {\r\n private el;\r\n appConditionalFocus: boolean;\r\n constructor(el: ElementRef);\r\n ngOnChanges(change: SimpleChanges): void;\r\n ngAfterViewInit(): void;\r\n focus(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drag-drop.directive.d.ts","sources":["drag-drop.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter } from '@angular/core';\r\nexport declare class DragDropDirective {\r\n fileOver: boolean;\r\n fileDropped: EventEmitter<any>;\r\n onDragOver(evt: any): void;\r\n onDragLeave(evt: any): void;\r\n ondrop(evt: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
export declare class ScrollInViewDirective implements OnChanges {
|
|
3
|
+
private el;
|
|
4
|
+
appScrollInView: boolean;
|
|
5
|
+
constructor(el: ElementRef);
|
|
6
|
+
ngOnChanges(change: SimpleChanges): void;
|
|
7
|
+
ngAfterViewInit(): void;
|
|
8
|
+
scroll(): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-in-view.directive.d.ts","sources":["scroll-in-view.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';\r\nexport declare class ScrollInViewDirective implements OnChanges {\r\n private el;\r\n appScrollInView: boolean;\r\n constructor(el: ElementRef);\r\n ngOnChanges(change: SimpleChanges): void;\r\n ngAfterViewInit(): void;\r\n scroll(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { PlatformLocation } from '@angular/common';
|
|
2
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
|
|
5
|
+
import { PolicyService } from '../../workflow-services/policy.service';
|
|
6
|
+
export declare class DocumentSectionComponent implements OnInit {
|
|
7
|
+
private snackBar;
|
|
8
|
+
private policyService;
|
|
9
|
+
private router;
|
|
10
|
+
private route;
|
|
11
|
+
private fileToUpload;
|
|
12
|
+
filename: string;
|
|
13
|
+
fileType: string;
|
|
14
|
+
pdf: boolean;
|
|
15
|
+
draft: boolean;
|
|
16
|
+
doc: boolean;
|
|
17
|
+
isUploading: boolean;
|
|
18
|
+
isLoader: boolean;
|
|
19
|
+
selectedDocumentType: string;
|
|
20
|
+
policyId: any;
|
|
21
|
+
policyName: any;
|
|
22
|
+
organization_id: any;
|
|
23
|
+
member_obj_id: any;
|
|
24
|
+
userInfo: any;
|
|
25
|
+
disconnectRefresh: EventEmitter<any>;
|
|
26
|
+
editPolicy: EventEmitter<any>;
|
|
27
|
+
baseURL: string;
|
|
28
|
+
constructor(snackBar: SnackBarService, policyService: PolicyService, router: Router, route: ActivatedRoute, platformLocation: PlatformLocation);
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
handleFileInput(files: FileList): void;
|
|
31
|
+
showPdfBlock: boolean;
|
|
32
|
+
showDocxBlock: boolean;
|
|
33
|
+
uploadFile(event: any): void;
|
|
34
|
+
uploadDocxfile(event: any): void;
|
|
35
|
+
changeDocType(event: any): void;
|
|
36
|
+
editor(event: string): void;
|
|
37
|
+
editPolicyEmit(): void;
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-section.component.d.ts","sources":["document-section.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","sourcesContent":["import { PlatformLocation } from '@angular/common';\r\nimport { EventEmitter, OnInit } from '@angular/core';\r\nimport { ActivatedRoute, Router } from '@angular/router';\r\nimport { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';\r\nimport { PolicyService } from '../../workflow-services/policy.service';\r\nexport declare class DocumentSectionComponent implements OnInit {\r\n private snackBar;\r\n private policyService;\r\n private router;\r\n private route;\r\n private fileToUpload;\r\n filename: string;\r\n fileType: string;\r\n pdf: boolean;\r\n draft: boolean;\r\n doc: boolean;\r\n isUploading: boolean;\r\n isLoader: boolean;\r\n selectedDocumentType: string;\r\n policyId: any;\r\n policyName: any;\r\n organization_id: any;\r\n member_obj_id: any;\r\n userInfo: any;\r\n disconnectRefresh: EventEmitter<any>;\r\n editPolicy: EventEmitter<any>;\r\n baseURL: string;\r\n constructor(snackBar: SnackBarService, policyService: PolicyService, router: Router, route: ActivatedRoute, platformLocation: PlatformLocation);\r\n ngOnInit(): void;\r\n handleFileInput(files: FileList): void;\r\n showPdfBlock: boolean;\r\n showDocxBlock: boolean;\r\n uploadFile(event: any): void;\r\n uploadDocxfile(event: any): void;\r\n changeDocType(event: any): void;\r\n editor(event: string): void;\r\n editPolicyEmit(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
export declare class FloatingBarComponent implements OnInit, OnChanges {
|
|
3
|
+
selectedData: any;
|
|
4
|
+
displayElementKey: string;
|
|
5
|
+
elementId: any;
|
|
6
|
+
singularText: string;
|
|
7
|
+
pluralText: string;
|
|
8
|
+
showNextButton: boolean;
|
|
9
|
+
showFrequencyText: boolean;
|
|
10
|
+
showWorkflow: boolean;
|
|
11
|
+
workflowText: string;
|
|
12
|
+
currentFrequency: string;
|
|
13
|
+
isDisabled: boolean;
|
|
14
|
+
workflowList: string[];
|
|
15
|
+
selectedWorkflow: any;
|
|
16
|
+
workflowPlaceHolder: any;
|
|
17
|
+
mode: string;
|
|
18
|
+
nonRemovableUsersList: any;
|
|
19
|
+
removePosition: any;
|
|
20
|
+
closeEvent: EventEmitter<any>;
|
|
21
|
+
deleteEvent: EventEmitter<number>;
|
|
22
|
+
closeList: EventEmitter<any>;
|
|
23
|
+
workflowTypeChanged: EventEmitter<any>;
|
|
24
|
+
constructor();
|
|
25
|
+
ngOnChanges(): void;
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
next(): void;
|
|
28
|
+
deleteSelected(index: number): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
selectedWorkflowType(event: any): void;
|
|
31
|
+
selectedWorkflowChange(event: any): void;
|
|
32
|
+
}
|
|
@@ -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","sourcesContent":["import { OnInit, EventEmitter, OnChanges } from '@angular/core';\r\nexport declare class FloatingBarComponent implements OnInit, OnChanges {\r\n selectedData: 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 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"]}
|
package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.__ivy_ngcc_bak
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { AuthService } from '../../workflow-services/auth.service';
|
|
3
|
+
import { PolicyService } from '../../workflow-services/policy.service';
|
|
4
|
+
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
5
|
+
export declare class FormatAndEvidenceComponent implements OnInit {
|
|
6
|
+
private responsibilityService;
|
|
7
|
+
private policyService;
|
|
8
|
+
private authService;
|
|
9
|
+
updateFiles: EventEmitter<any>;
|
|
10
|
+
mode: string;
|
|
11
|
+
categories: any[];
|
|
12
|
+
organization_id: any;
|
|
13
|
+
set formatEvidanceData(value: any);
|
|
14
|
+
isNewLinkDisabled: boolean;
|
|
15
|
+
isEditDisabled: boolean;
|
|
16
|
+
constructor(responsibilityService: ResponsibilityService, policyService: PolicyService, authService: AuthService);
|
|
17
|
+
formate: any;
|
|
18
|
+
newLink: {
|
|
19
|
+
link: string;
|
|
20
|
+
containsError: boolean;
|
|
21
|
+
};
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
initializeData(settings: any, type: string): void;
|
|
24
|
+
toggleIsFormateUpload(status: boolean): void;
|
|
25
|
+
toggleIsFormatRequired(status: boolean): void;
|
|
26
|
+
toggleAttachmentType(type: string): void;
|
|
27
|
+
insertLink(mode: any, index?: number): void;
|
|
28
|
+
editLink(index: number): void;
|
|
29
|
+
deleteLink(index: number): void;
|
|
30
|
+
resetNewLink(): void;
|
|
31
|
+
onFileDropped(files: any): void;
|
|
32
|
+
uploadFile(file: any, uid: string): void;
|
|
33
|
+
deleteAttachment(index: number): void;
|
|
34
|
+
emitValue(): void;
|
|
35
|
+
getLinksArray(links: any): any;
|
|
36
|
+
arraytoLinkObject(linksArray: any): any;
|
|
37
|
+
isEditEnabled(): void;
|
|
38
|
+
policyLinkSetList: string[];
|
|
39
|
+
selectedLinkSetChange(event: any, index: number): void;
|
|
40
|
+
uploadPolicyAttachments(formData: any): void;
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-and-evidence.component.d.ts","sources":["format-and-evidence.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","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\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\nexport declare class FormatAndEvidenceComponent implements OnInit {\r\n private responsibilityService;\r\n private policyService;\r\n private authService;\r\n updateFiles: EventEmitter<any>;\r\n mode: string;\r\n categories: any[];\r\n organization_id: any;\r\n set formatEvidanceData(value: any);\r\n isNewLinkDisabled: boolean;\r\n isEditDisabled: boolean;\r\n constructor(responsibilityService: ResponsibilityService, policyService: PolicyService, authService: AuthService);\r\n formate: any;\r\n newLink: {\r\n link: string;\r\n containsError: boolean;\r\n };\r\n ngOnInit(): void;\r\n initializeData(settings: any, type: string): void;\r\n toggleIsFormateUpload(status: boolean): void;\r\n toggleIsFormatRequired(status: boolean): void;\r\n toggleAttachmentType(type: string): void;\r\n insertLink(mode: any, index?: number): void;\r\n editLink(index: number): void;\r\n deleteLink(index: number): void;\r\n resetNewLink(): void;\r\n onFileDropped(files: any): void;\r\n uploadFile(file: any, uid: string): void;\r\n deleteAttachment(index: number): void;\r\n emitValue(): void;\r\n getLinksArray(links: any): any;\r\n arraytoLinkObject(linksArray: any): any;\r\n isEditEnabled(): void;\r\n policyLinkSetList: string[];\r\n selectedLinkSetChange(event: any, index: number): void;\r\n uploadPolicyAttachments(formData: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
3
|
+
import { ParentTableComponent } from './parent-table/parent-table.component';
|
|
4
|
+
export declare class FrameworkListComponent implements OnInit {
|
|
5
|
+
private responsibilityService;
|
|
6
|
+
categoryList: any;
|
|
7
|
+
activeTab: any;
|
|
8
|
+
breadCrumb: any[];
|
|
9
|
+
search: string;
|
|
10
|
+
showParent: boolean;
|
|
11
|
+
showChild: boolean;
|
|
12
|
+
parentData: object;
|
|
13
|
+
tableComponent: ParentTableComponent;
|
|
14
|
+
entrustFramework: EventEmitter<any>;
|
|
15
|
+
closeFramework: EventEmitter<any>;
|
|
16
|
+
constructor(responsibilityService: ResponsibilityService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
expandCategory(category: any): void;
|
|
19
|
+
getCategoryDetailsById(id?: any): void;
|
|
20
|
+
entrustFrameworkDetails(report: any): void;
|
|
21
|
+
close(): void;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"framework-list.component.d.ts","sources":["framework-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","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nimport { ResponsibilityService } from '../../workflow-services/responsibility.service';\r\nimport { ParentTableComponent } from './parent-table/parent-table.component';\r\nexport declare class FrameworkListComponent implements OnInit {\r\n private responsibilityService;\r\n categoryList: any;\r\n activeTab: any;\r\n breadCrumb: any[];\r\n search: string;\r\n showParent: boolean;\r\n showChild: boolean;\r\n parentData: object;\r\n tableComponent: ParentTableComponent;\r\n entrustFramework: EventEmitter<any>;\r\n closeFramework: EventEmitter<any>;\r\n constructor(responsibilityService: ResponsibilityService);\r\n ngOnInit(): void;\r\n expandCategory(category: any): void;\r\n getCategoryDetailsById(id?: any): void;\r\n entrustFrameworkDetails(report: any): void;\r\n close(): void;\r\n}\r\n"]}
|
package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.__ivy_ngcc_bak
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Configurations } from '../../../configurations';
|
|
3
|
+
import { ResponsibilityService } from '../../../workflow-services/responsibility.service';
|
|
4
|
+
export declare class ParentTableComponent implements OnInit {
|
|
5
|
+
private responsibilityService;
|
|
6
|
+
tableList: any[];
|
|
7
|
+
search: string;
|
|
8
|
+
closeParent: EventEmitter<any>;
|
|
9
|
+
expandCategory: EventEmitter<any>;
|
|
10
|
+
entrustFramework: EventEmitter<any>;
|
|
11
|
+
parentViewData: Array<any>;
|
|
12
|
+
libraryReport: never[];
|
|
13
|
+
entities: never[];
|
|
14
|
+
currentCategory: any;
|
|
15
|
+
loader: boolean;
|
|
16
|
+
currentEntity: any;
|
|
17
|
+
searchText: string;
|
|
18
|
+
env: any;
|
|
19
|
+
picUrl: string;
|
|
20
|
+
constructor(responsibilityService: ResponsibilityService, config?: Configurations);
|
|
21
|
+
ngOnChanges(): void;
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
getCategoryDetailsById(id: any): void;
|
|
24
|
+
entrustFrameworkDetails(report: any): void;
|
|
25
|
+
entity_open(data: any): void;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parent-table.component.d.ts","sources":["parent-table.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 { EventEmitter, OnInit } from '@angular/core';\r\nimport { Configurations } from '../../../configurations';\r\nimport { ResponsibilityService } from '../../../workflow-services/responsibility.service';\r\nexport declare class ParentTableComponent implements OnInit {\r\n private responsibilityService;\r\n tableList: any[];\r\n search: string;\r\n closeParent: EventEmitter<any>;\r\n expandCategory: EventEmitter<any>;\r\n entrustFramework: EventEmitter<any>;\r\n parentViewData: Array<any>;\r\n libraryReport: never[];\r\n entities: never[];\r\n currentCategory: any;\r\n loader: boolean;\r\n currentEntity: any;\r\n searchText: string;\r\n env: any;\r\n picUrl: string;\r\n constructor(responsibilityService: ResponsibilityService, config?: Configurations);\r\n ngOnChanges(): void;\r\n ngOnInit(): void;\r\n getCategoryDetailsById(id: any): void;\r\n entrustFrameworkDetails(report: any): void;\r\n entity_open(data: any): void;\r\n}\r\n"]}
|