vcomply-workflow-engine 2.0.4 → 2.1.4
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 +362 -43
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/more-option/more-option.component.js +2 -2
- package/esm2015/lib/more-option/more-option.component.ngfactory.js +7 -8
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +3 -3
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.js +6 -3
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +2 -2
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +2 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +2 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +16 -2
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +30 -29
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +15 -4
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +3 -2
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngsummary.json +1 -1
- 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 +94 -11
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.js +102 -52
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.js +46 -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/pagination/pagination/pagination.component.js +9 -3
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngsummary.json +1 -1
- 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/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 +4 -2
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +53 -50
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +3 -2
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +73 -70
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +26 -9
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +300 -298
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-services/programs.service.js +4 -4
- package/esm2015/vcomply-workflow-engine.js +10 -5
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +328 -39
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +19 -0
- package/lib/{sharedComponents/define-framework-listing/define-framework-listing.component.ngfactory.d.ts → workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.d.ts} +0 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +36 -6
- 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/pagination/pagination/pagination.component.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.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 +1 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +1 -0
- package/lib/workflow-program/workflow-program.component.d.ts +9 -2
- package/lib/workflow-services/programs.service.d.ts +1 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +9 -4
- package/vcomply-workflow-engine.metadata.json +1 -1
- package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.js +0 -29
- package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.ngfactory.js +0 -211
- package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.ngsummary.json +0 -1
- package/lib/sharedComponents/define-framework-listing/define-framework-listing.component.d.ts +0 -10
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.