vcomply-workflow-engine 2.3.0 → 2.3.1
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 +4392 -397
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +1 -1
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.js +5 -2
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +5 -2
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -1
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +33 -0
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +33 -0
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -0
- package/esm2015/lib/formgroup/formgroup.module.js +23 -4
- package/esm2015/lib/formgroup/formgroup.module.ngfactory.js +1 -1
- package/esm2015/lib/formgroup/formgroup.module.ngsummary.json +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/more-option/more-option.component.js +75 -13
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.js +1 -9
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.js +5 -3
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/assessment-preview/assessment-preview.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/floating-bar/floating-bar.component.js +1 -1
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +155 -0
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +131 -0
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.js +25 -0
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -1
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -1
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngfactory.js +1 -1
- package/esm2015/lib/ui-kit/no-data/no-data.component.js +36 -0
- package/esm2015/lib/ui-kit/no-data/no-data.component.ngfactory.js +27 -0
- package/esm2015/lib/ui-kit/no-data/no-data.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.js +13 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
- package/esm2015/lib/ui-kit/popover/popover-longpress.directive.js +1 -3
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +1 -1
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +216 -49
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +200 -138
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +33 -6
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +78 -47
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.js +13 -4
- package/esm2015/lib/workflow-engine.module.ngfactory.js +9 -6
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
- package/esm2015/lib/workflow-program/constants.js +43 -0
- package/esm2015/lib/workflow-program/constants.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +283 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngfactory.js +227 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.js +46 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.js +18 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.js +109 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.ngfactory.js +37 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.js +40 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +111 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +26 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.js +45 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngfactory.js +44 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js +82 -0
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.js +51 -0
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.js +241 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.js +253 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.js +47 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.js +17 -0
- package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngfactory.js +38 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.js +77 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.js +25 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.js +16 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.ngfactory.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.js +145 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.js +59 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.js +21 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.ngfactory.js +13 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.js +21 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.js +12 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/pager.pipe.js +17 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/pager.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.js +13 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +20 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +182 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +102 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.js +41 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngfactory.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +240 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +186 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/workflow-program.component.js +1083 -0
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +856 -0
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
- package/esm2015/lib/workflow-services/programs.service.js +203 -0
- package/esm2015/lib/workflow-services/programs.service.ngsummary.json +1 -0
- package/esm2015/lib/workflow-services/responsibility.service.js +23 -11
- package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +192 -152
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +4018 -234
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +1 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +11 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +1 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +43 -0
- package/lib/sharedComponents/program-listing/program-listing.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +8 -0
- package/lib/sharedComponents/roles-list/roles-list.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +1 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts +18 -0
- package/lib/ui-kit/no-data/no-data.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts +2 -0
- package/lib/ui-kit/no-data/no-data.module.ngfactory.d.ts +3 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +14 -4
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +6 -0
- package/lib/workflow-program/constants.d.ts +40 -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-loader/assessment-loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +87 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngfactory.d.ts +1 -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-sub-loader/assessment-sub-loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts +13 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts +24 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts +13 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts +2 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts +17 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +19 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +63 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +12 -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/loader/loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +33 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +8 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +25 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts +2 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.ngfactory.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts +4 -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/loader/loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +65 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts +17 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +88 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/workflow-program.component.d.ts +165 -0
- package/lib/workflow-program/workflow-program.component.ngfactory.d.ts +1 -0
- package/lib/workflow-services/programs.service.d.ts +111 -0
- package/lib/workflow-services/responsibility.service.d.ts +8 -6
- package/package.json +2 -2
- package/vcomply-workflow-engine.d.ts +191 -151
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
export declare class CsCheckboxIndeterminateComponent implements OnInit {
|
|
3
|
+
disabled: boolean;
|
|
4
|
+
ngValue: any;
|
|
5
|
+
value: any;
|
|
6
|
+
ngValueChange: EventEmitter<any>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
valueChanged(): void;
|
|
10
|
+
chileClick(event: any): void;
|
|
11
|
+
}
|
package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -36,7 +36,6 @@ export declare class AssessmentSettingsComponent implements OnInit {
|
|
|
36
36
|
activeSettingType: string;
|
|
37
37
|
ngOnInit(): void;
|
|
38
38
|
closePanel(evt?: any): void;
|
|
39
|
-
alert(): void;
|
|
40
39
|
manipulateDefault(mode: any): void;
|
|
41
40
|
manipulateNegativeScore(mode: any): void;
|
|
42
41
|
executeAction(evt: any): void;
|
|
@@ -33,6 +33,7 @@ export declare class AssessmentListComponent implements OnInit, OnChanges {
|
|
|
33
33
|
previewQuestionData: any;
|
|
34
34
|
isPreview: boolean;
|
|
35
35
|
selectedAssessmentData: any;
|
|
36
|
+
program_ids: string;
|
|
36
37
|
onAssessmentSelect: EventEmitter<any>;
|
|
37
38
|
cancelAssessment: EventEmitter<any>;
|
|
38
39
|
constructor(responsibilityService: ResponsibilityService, assessmentService: AssessmentService, auth: AuthService);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
3
|
+
export declare class ProgramListingComponent implements OnInit {
|
|
4
|
+
private responsibilityService;
|
|
5
|
+
animation: boolean;
|
|
6
|
+
subList: boolean;
|
|
7
|
+
loader: boolean;
|
|
8
|
+
programsList: any;
|
|
9
|
+
selectedProgram: any;
|
|
10
|
+
selectedCategories: any[];
|
|
11
|
+
programData: {
|
|
12
|
+
data: never[];
|
|
13
|
+
from: number;
|
|
14
|
+
to: number;
|
|
15
|
+
totalPages: number;
|
|
16
|
+
totalRecords: number;
|
|
17
|
+
currentPage: number;
|
|
18
|
+
};
|
|
19
|
+
showCategories: boolean;
|
|
20
|
+
currentProgram: any;
|
|
21
|
+
searchString: string;
|
|
22
|
+
activeTab: any;
|
|
23
|
+
selectedIds: any[];
|
|
24
|
+
categoryList: any[];
|
|
25
|
+
blockWidth: any;
|
|
26
|
+
saveSelectedProgram: EventEmitter<any>;
|
|
27
|
+
closeEvent: EventEmitter<any>;
|
|
28
|
+
allCategories: any[];
|
|
29
|
+
constructor(responsibilityService: ResponsibilityService);
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
clickSubList(): void;
|
|
32
|
+
handleSearch(event: any): void;
|
|
33
|
+
selectProgram(event: any, program: any): void;
|
|
34
|
+
changeProgramsPage(event: any): void;
|
|
35
|
+
getProgramsList(paramsObject?: any): void;
|
|
36
|
+
getCategoriesList(program_id: string): void;
|
|
37
|
+
saveProgram(): void;
|
|
38
|
+
cancel(): void;
|
|
39
|
+
selectCategory(mode: any, activeTab: any, category: any): void;
|
|
40
|
+
close(): void;
|
|
41
|
+
save(): void;
|
|
42
|
+
deleteEvent(event: any): void;
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
export declare class NoDataComponent implements OnInit {
|
|
3
|
+
action: object;
|
|
4
|
+
secondaryAction: object;
|
|
5
|
+
noDataImage: string;
|
|
6
|
+
noDataText: string;
|
|
7
|
+
noDataButton: string | boolean;
|
|
8
|
+
secondaryButton: string | boolean;
|
|
9
|
+
noDataSecButton: string | boolean;
|
|
10
|
+
altText: string;
|
|
11
|
+
buttonAction: EventEmitter<object>;
|
|
12
|
+
secondaryActionButton: EventEmitter<object>;
|
|
13
|
+
smallButton: boolean;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
actionEmitter(button: object): void;
|
|
17
|
+
secondaryActionEmitter(button: object): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -5,12 +5,14 @@ import { ResponsibilityService } from '../workflow-services/responsibility.servi
|
|
|
5
5
|
import { FrequencyService } from '../sharedComponents/frequency/frequency.service';
|
|
6
6
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
7
7
|
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
8
|
+
import { Subject } from 'rxjs';
|
|
8
9
|
export declare class WorkflowComplianceComponent implements OnInit {
|
|
9
10
|
private authService;
|
|
10
11
|
private responsibilityService;
|
|
11
12
|
private frequencyService;
|
|
12
13
|
private uiKitService;
|
|
13
14
|
private snackBar;
|
|
15
|
+
private permission;
|
|
14
16
|
mode: string;
|
|
15
17
|
responsibilityId: string;
|
|
16
18
|
frameworkDetails: Array<any>;
|
|
@@ -25,6 +27,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
25
27
|
rcSelected: EventEmitter<any>;
|
|
26
28
|
openedFrom: any;
|
|
27
29
|
selectedRC: number;
|
|
30
|
+
selectedProgram: any;
|
|
28
31
|
scrollToBottom: boolean;
|
|
29
32
|
description: EditorConfig;
|
|
30
33
|
loader: boolean;
|
|
@@ -70,6 +73,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
70
73
|
objective: boolean;
|
|
71
74
|
};
|
|
72
75
|
categories: any;
|
|
76
|
+
allPrograms: any[];
|
|
73
77
|
riskClassification: {
|
|
74
78
|
name: string;
|
|
75
79
|
value: number;
|
|
@@ -80,6 +84,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
80
84
|
invalidType: string;
|
|
81
85
|
responsibilityPayload: any;
|
|
82
86
|
assigneeRadioSelect: boolean;
|
|
87
|
+
programsList: any[];
|
|
83
88
|
frequencyDetails: {
|
|
84
89
|
pattern: string;
|
|
85
90
|
notificationPending: number;
|
|
@@ -114,25 +119,30 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
114
119
|
isSample: boolean;
|
|
115
120
|
tempCheckValue: number;
|
|
116
121
|
isAssessment: boolean;
|
|
122
|
+
managePermission: boolean;
|
|
117
123
|
checkpointCount: number;
|
|
124
|
+
roleBasedPermissions: any;
|
|
118
125
|
onRemovingCheckpoint: EventEmitter<any>;
|
|
119
126
|
isAssessmentDisabled: EventEmitter<any>;
|
|
120
127
|
whatInput: ElementRef;
|
|
121
|
-
|
|
128
|
+
unSubscribeProgram: Subject<void>;
|
|
129
|
+
constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService);
|
|
122
130
|
ngOnInit(): void;
|
|
123
131
|
activateSelector(type: any, event: boolean): void;
|
|
124
132
|
whatChanged(event: any): void;
|
|
125
133
|
activeDeselector(): void;
|
|
126
134
|
addMoreInfo(event: any): void;
|
|
127
|
-
getRCList(): void;
|
|
135
|
+
getRCList(program_id?: string): void;
|
|
128
136
|
getUserDetails(): void;
|
|
129
137
|
getAssurance(): void;
|
|
130
138
|
getAssuranceForRequiresAudit(): void;
|
|
131
139
|
getOrganizationDetails(): void;
|
|
132
140
|
getCategoryList(): void;
|
|
141
|
+
filterListsAccordingToProgram(program_id?: string): void;
|
|
133
142
|
getAssignorsList(): void;
|
|
134
|
-
getAssigneesList(): void;
|
|
135
|
-
|
|
143
|
+
getAssigneesList(program_id?: string): void;
|
|
144
|
+
getPeopleListAgainstPID(program_id: string): void;
|
|
145
|
+
getGroupsList(program_id?: string): void;
|
|
136
146
|
getEditResponsibilityDetails(id: any): void;
|
|
137
147
|
setMoreOptions(): void;
|
|
138
148
|
setList(list: any[], ids: any[], key: string): any;
|
|
@@ -12,6 +12,7 @@ import { AuthService } from '../workflow-services/auth.service';
|
|
|
12
12
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
13
13
|
import { LogAnIssueComponent } from './../log-an-issue/log-an-issue.component';
|
|
14
14
|
import { MoreOptionComponent } from './../more-option/more-option.component';
|
|
15
|
+
import { WorkflowProgramComponent } from '../workflow-program/workflow-program.component';
|
|
15
16
|
export declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {
|
|
16
17
|
uiKitService: UiKitService;
|
|
17
18
|
private snackBar;
|
|
@@ -36,6 +37,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
36
37
|
responsibilityName: string;
|
|
37
38
|
rcId: null;
|
|
38
39
|
};
|
|
40
|
+
pid: string;
|
|
39
41
|
issueData: {
|
|
40
42
|
auditPlanId: null;
|
|
41
43
|
auditPlanName: string;
|
|
@@ -45,12 +47,14 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
45
47
|
config: IssueConfiguration;
|
|
46
48
|
convertFileData: {};
|
|
47
49
|
selectedCategory: string;
|
|
50
|
+
selectedProgram: any;
|
|
48
51
|
animation: boolean;
|
|
49
52
|
workflowList: boolean;
|
|
50
53
|
showMoreOption: boolean;
|
|
51
54
|
isWorkflowSelectorEnabled: boolean;
|
|
52
55
|
disableWorkflowChange: boolean;
|
|
53
56
|
checkpointCount: number;
|
|
57
|
+
currentBusinessCycle: any;
|
|
54
58
|
riskComponent: WorkflowRiskComponent;
|
|
55
59
|
riskBulkUpload: AddMultipleRiskComponent;
|
|
56
60
|
responsibilityBulkUpload: AddMultipleRiskComponent;
|
|
@@ -62,6 +66,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
62
66
|
logIssueComponent: LogAnIssueComponent;
|
|
63
67
|
workflowAssessmentComponent: WorkflowAssessmentComponent;
|
|
64
68
|
importAnAssessment: ImportAnAssessmentComponent;
|
|
69
|
+
program: WorkflowProgramComponent;
|
|
65
70
|
dropdownLeft: any;
|
|
66
71
|
dropdownTop: any;
|
|
67
72
|
dropdownWidth: any;
|
|
@@ -101,4 +106,5 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
101
106
|
isAssessmentDisabled(isDisabled: boolean): void;
|
|
102
107
|
onCheckpointSelection(event: number): void;
|
|
103
108
|
onRcSelected(isRcSelected: boolean): void;
|
|
109
|
+
fetchOrganizationDetails(): void;
|
|
104
110
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export declare const CONSTANTS: {
|
|
2
|
+
categoryType: {
|
|
3
|
+
label: string;
|
|
4
|
+
value: number;
|
|
5
|
+
}[];
|
|
6
|
+
performanceCalculation: {
|
|
7
|
+
label: string;
|
|
8
|
+
value: string;
|
|
9
|
+
}[];
|
|
10
|
+
dateConfig: {
|
|
11
|
+
disableKeypress: boolean;
|
|
12
|
+
format: string;
|
|
13
|
+
unSelectOnClick: boolean;
|
|
14
|
+
openOnClick: boolean;
|
|
15
|
+
openOnFocus: boolean;
|
|
16
|
+
min: string;
|
|
17
|
+
};
|
|
18
|
+
description: {
|
|
19
|
+
mode: string;
|
|
20
|
+
colorPalette: boolean;
|
|
21
|
+
link: boolean;
|
|
22
|
+
file: boolean;
|
|
23
|
+
placeholder: string;
|
|
24
|
+
};
|
|
25
|
+
objective: {
|
|
26
|
+
mode: string;
|
|
27
|
+
colorPalette: boolean;
|
|
28
|
+
link: boolean;
|
|
29
|
+
file: boolean;
|
|
30
|
+
id: string;
|
|
31
|
+
placeholder: string;
|
|
32
|
+
};
|
|
33
|
+
additionalOption: {
|
|
34
|
+
REVIEWER: boolean;
|
|
35
|
+
OVERSEER: boolean;
|
|
36
|
+
ASSESSMENT: boolean;
|
|
37
|
+
FORMATE_EVIDENCE: boolean;
|
|
38
|
+
CUSTOM_FIELDS: boolean;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { AuthService } from '../../../workflow-services/auth.service';
|
|
3
|
+
import { AssessmentService } from './assessment.service';
|
|
4
|
+
export declare class AssessmentPickerComponent implements OnInit {
|
|
5
|
+
private assessmentService;
|
|
6
|
+
private auth;
|
|
7
|
+
animation: boolean;
|
|
8
|
+
selectedData: any;
|
|
9
|
+
subList: boolean;
|
|
10
|
+
isEdit: boolean;
|
|
11
|
+
openedCategory: Array<number>;
|
|
12
|
+
assessmentPayload: {
|
|
13
|
+
search_title: string;
|
|
14
|
+
page_no: string;
|
|
15
|
+
state: string;
|
|
16
|
+
search_text: string;
|
|
17
|
+
alphabet_filter: string;
|
|
18
|
+
};
|
|
19
|
+
dataPerPage: number;
|
|
20
|
+
assessmentCategory: any;
|
|
21
|
+
isLoader: boolean;
|
|
22
|
+
set setSelected(value: any);
|
|
23
|
+
isDeleted: boolean;
|
|
24
|
+
searchAssessments: string;
|
|
25
|
+
previewQuestionData: any;
|
|
26
|
+
isPreview: boolean;
|
|
27
|
+
selectedAssessmentData: any;
|
|
28
|
+
onAssessmentSelect: EventEmitter<any>;
|
|
29
|
+
cancelAssessment: EventEmitter<any>;
|
|
30
|
+
selectedAssessmentArr: any;
|
|
31
|
+
constructor(assessmentService: AssessmentService, auth: AuthService);
|
|
32
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
onAssessmentSelected(event: any): void;
|
|
35
|
+
preview(evt: any): void;
|
|
36
|
+
previewBack(): void;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @param index : Accept index of elementPosition
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
showSubList(index: number, id: any): number[];
|
|
43
|
+
expandCategory(categoryId: any): void;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @param event : page number that has been selected
|
|
47
|
+
*/
|
|
48
|
+
onPageSelection(event: number): void;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @param search : search text
|
|
52
|
+
*/
|
|
53
|
+
onAssessmentSearch(search: string): void;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @param event : Assessment category filter of Alphabet
|
|
57
|
+
*/
|
|
58
|
+
onAlphabetSelected(event: string): void;
|
|
59
|
+
getAssessmentCategoryList(): void;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @param id : Assessment category id
|
|
63
|
+
*/
|
|
64
|
+
getAssessmentList(id: string): void;
|
|
65
|
+
selectedAssessmentCategoriesIds: any;
|
|
66
|
+
selectedAssessmentIds: any;
|
|
67
|
+
selectedAssessment: any;
|
|
68
|
+
/**
|
|
69
|
+
* #### Description
|
|
70
|
+
* Selects item or deselect a itme
|
|
71
|
+
* @param evt
|
|
72
|
+
* @param payload
|
|
73
|
+
*/
|
|
74
|
+
selectAssessment(evt: any, payload: any, category: any): void;
|
|
75
|
+
setCategoryAndAssessment(): void;
|
|
76
|
+
save(): void;
|
|
77
|
+
close(): void;
|
|
78
|
+
/**
|
|
79
|
+
* #### Description
|
|
80
|
+
*
|
|
81
|
+
* Returns the unique array of object based on unique key
|
|
82
|
+
* @param array
|
|
83
|
+
* @param key
|
|
84
|
+
* @returns
|
|
85
|
+
*/
|
|
86
|
+
uniqueByProp(array: any, key: string): unknown[];
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Configurations } from '../../../configurations';
|
|
3
|
+
import { AuthService } from '../../../workflow-services/auth.service';
|
|
4
|
+
export declare class AssessmentService {
|
|
5
|
+
private http;
|
|
6
|
+
private authService;
|
|
7
|
+
env: any;
|
|
8
|
+
constructor(http: HttpClient, authService: AuthService, config?: Configurations);
|
|
9
|
+
getAssessmentQuestions(id: string): import("rxjs").Observable<Object>;
|
|
10
|
+
getAssessmentCategory(payload: any): import("rxjs").Observable<Object>;
|
|
11
|
+
getAssessmentList(payload: any, id: string): import("rxjs").Observable<any>;
|
|
12
|
+
getAssessmentDetailsByID(id: string): import("rxjs").Observable<any>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
export declare class Pagination implements OnInit {
|
|
3
|
+
alphabetsArray: any;
|
|
4
|
+
activeAlphabet: string;
|
|
5
|
+
pageCount: number;
|
|
6
|
+
start: number;
|
|
7
|
+
end: number;
|
|
8
|
+
total: number;
|
|
9
|
+
noFilter: boolean;
|
|
10
|
+
pageArray: Array<number>;
|
|
11
|
+
currentPage: number;
|
|
12
|
+
enterPageNumber: any;
|
|
13
|
+
isInvalidInput: boolean;
|
|
14
|
+
selectedPage: EventEmitter<any>;
|
|
15
|
+
selectedAlphabet: EventEmitter<any>;
|
|
16
|
+
pageList: any;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
alphabetChange(alphabet: string): void;
|
|
20
|
+
ngOnChanges(event: SimpleChanges): void;
|
|
21
|
+
increaseOrDecrease(value: number): void;
|
|
22
|
+
onEnterPress(event: any): void;
|
|
23
|
+
goToPageArrayGenerate(page: any, shouldEmit: boolean): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
export declare class CheckboxComponent implements ControlValueAccessor {
|
|
3
|
+
disabled: boolean | any;
|
|
4
|
+
checked: boolean | any;
|
|
5
|
+
indeterminateEnabled: boolean | any;
|
|
6
|
+
onChanged: (value: any) => void;
|
|
7
|
+
onTouched: () => void;
|
|
8
|
+
writeValue(value: boolean): void;
|
|
9
|
+
registerOnChange(fn: any): void;
|
|
10
|
+
registerOnTouched(fn: any): void;
|
|
11
|
+
setDisabledState(isDisabled: boolean): void;
|
|
12
|
+
valueChanged(): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
export declare class SwitchComponent implements ControlValueAccessor {
|
|
4
|
+
change: EventEmitter<any>;
|
|
5
|
+
value: any;
|
|
6
|
+
tooltipMessage: any;
|
|
7
|
+
disabled: boolean | any;
|
|
8
|
+
checked: boolean | any;
|
|
9
|
+
position: any;
|
|
10
|
+
onChanged: (value: any) => void;
|
|
11
|
+
onTouched: () => void;
|
|
12
|
+
writeValue(value: boolean): void;
|
|
13
|
+
registerOnChange(fn: any): void;
|
|
14
|
+
registerOnTouched(fn: any): void;
|
|
15
|
+
setDisabledState(isDisabled: boolean): void;
|
|
16
|
+
valueChanged(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef, QueryList } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
export declare class CustomFieldComponent implements ControlValueAccessor {
|
|
4
|
+
fields: QueryList<ElementRef>;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
constructor();
|
|
7
|
+
onChanged: (value: any) => void;
|
|
8
|
+
onTouched: () => void;
|
|
9
|
+
writeValue(value: any): void;
|
|
10
|
+
registerOnChange(fn: any): void;
|
|
11
|
+
registerOnTouched(fn: any): void;
|
|
12
|
+
setDisabledState(isDisabled: boolean): void;
|
|
13
|
+
valChange(): void;
|
|
14
|
+
setField(arrayOfFields: any): void;
|
|
15
|
+
customFields: any;
|
|
16
|
+
addCustomField(): void;
|
|
17
|
+
manipulateCustomField(type: any, index?: any): void;
|
|
18
|
+
focus(): void;
|
|
19
|
+
}
|
package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { FrameworkService } from './framework.service';
|
|
4
|
+
export declare class DefineFrameworkListingComponent implements OnInit {
|
|
5
|
+
private frameworkService;
|
|
6
|
+
cancel: EventEmitter<any>;
|
|
7
|
+
next: EventEmitter<any>;
|
|
8
|
+
mode: string;
|
|
9
|
+
set setFramework(value: any);
|
|
10
|
+
animation: boolean;
|
|
11
|
+
frameworkListSubscription: Subscription;
|
|
12
|
+
constructor(frameworkService: FrameworkService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
isMainLoader: boolean;
|
|
15
|
+
frameworkCount: any;
|
|
16
|
+
fetchFrameworkCount(): void;
|
|
17
|
+
searchKey: string;
|
|
18
|
+
apiFrameworkPayload: {
|
|
19
|
+
page: number;
|
|
20
|
+
search: string;
|
|
21
|
+
type: number;
|
|
22
|
+
};
|
|
23
|
+
currentView: 'FRAMEWORK_CATEGORY' | 'FRAMEWORK';
|
|
24
|
+
activeFrameworkType: 'REGULATIONS' | 'STANDARDS' | 'INTERNAL_CONTROLS' | 'OTHERS' | any;
|
|
25
|
+
frameworkTypes: {
|
|
26
|
+
REGULATIONS: number;
|
|
27
|
+
STANDARDS: number;
|
|
28
|
+
INTERNAL_CONTROLS: number;
|
|
29
|
+
OTHERS: number;
|
|
30
|
+
};
|
|
31
|
+
frameworkData: any;
|
|
32
|
+
changeType(type: 'REGULATIONS' | 'STANDARDS' | 'INTERNAL_CONTROLS' | 'OTHERS'): void;
|
|
33
|
+
executeSearch(): void;
|
|
34
|
+
pageChanged(evt: any): void;
|
|
35
|
+
fetchFrameworkCategoryList(): void;
|
|
36
|
+
selectedFramework: any;
|
|
37
|
+
selectFramework(evt: any, framework: any): void;
|
|
38
|
+
expandedFrameworkId: any;
|
|
39
|
+
expandCollapseFramework(framework: any): void;
|
|
40
|
+
removeSelectedFramework(): void;
|
|
41
|
+
searchKeyforFramework: string;
|
|
42
|
+
selectedFrameworkData: any;
|
|
43
|
+
allControls: any;
|
|
44
|
+
inScope: any;
|
|
45
|
+
outScope: any;
|
|
46
|
+
inScopeIds: any;
|
|
47
|
+
allControlsSelected: boolean;
|
|
48
|
+
issubLoading: boolean;
|
|
49
|
+
loadFrameworkData(): void;
|
|
50
|
+
checkAllElements(populateInScope: any): void;
|
|
51
|
+
checkSelectAll(): void;
|
|
52
|
+
selectAll(evt: any): void;
|
|
53
|
+
setInscopeIds(): void;
|
|
54
|
+
selectItem(evt: any, payload: any): void;
|
|
55
|
+
manipulateItem(action: 'ADD' | 'DELETE', payload: any): void;
|
|
56
|
+
selectCategory(evt: any, payload: any): void;
|
|
57
|
+
manipulateCategory(action: 'ADD' | 'DELETE', payload: any): void;
|
|
58
|
+
nextHandler(): void;
|
|
59
|
+
cancelHandler(): void;
|
|
60
|
+
expandedSubCategoryIds: any;
|
|
61
|
+
subCategoryExpandCollapse(category: any): void;
|
|
62
|
+
uniqueByProp(array: any, key: string): unknown[];
|
|
63
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Configurations } from '../../../configurations';
|
|
3
|
+
import { AuthService } from '../../../workflow-services/auth.service';
|
|
4
|
+
export declare class FrameworkService {
|
|
5
|
+
private http;
|
|
6
|
+
private authService;
|
|
7
|
+
env: any;
|
|
8
|
+
constructor(http: HttpClient, authService: AuthService, config?: Configurations);
|
|
9
|
+
fetchFrameworkCount(): import("rxjs").Observable<any>;
|
|
10
|
+
fetchFrameworkInCategory(payload: any): import("rxjs").Observable<any>;
|
|
11
|
+
fetchCategoryForFramework(id: string): import("rxjs").Observable<any>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|