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.
Files changed (73) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +362 -43
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/more-option/more-option.component.js +2 -2
  4. package/esm2015/lib/more-option/more-option.component.ngfactory.js +7 -8
  5. package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +1 -1
  6. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +3 -3
  7. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.js +6 -3
  8. package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +2 -2
  9. package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +2 -2
  10. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +2 -2
  11. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +4 -4
  12. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +16 -2
  13. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +30 -29
  14. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
  15. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  16. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +15 -4
  17. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +3 -2
  18. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngsummary.json +1 -1
  19. package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js +82 -0
  20. package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.js +51 -0
  21. package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngsummary.json +1 -0
  22. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.js +94 -11
  23. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.js +102 -52
  24. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -1
  25. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.js +46 -0
  26. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.ngsummary.json +1 -0
  27. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.js +15 -0
  28. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngfactory.js +19 -0
  29. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngsummary.json +1 -0
  30. package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.js +9 -3
  31. package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.js +1 -1
  32. package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngsummary.json +1 -1
  33. package/esm2015/lib/workflow-program/create-program-ui/pipes/pager.pipe.js +17 -0
  34. package/esm2015/lib/workflow-program/create-program-ui/pipes/pager.pipe.ngsummary.json +1 -0
  35. package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.js +15 -0
  36. package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.js +19 -0
  37. package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngsummary.json +1 -0
  38. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +4 -2
  39. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +53 -50
  40. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngsummary.json +1 -1
  41. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +3 -2
  42. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +73 -70
  43. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -1
  44. package/esm2015/lib/workflow-program/workflow-program.component.js +26 -9
  45. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +300 -298
  46. package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
  47. package/esm2015/lib/workflow-services/programs.service.js +4 -4
  48. package/esm2015/vcomply-workflow-engine.js +10 -5
  49. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  50. package/fesm2015/vcomply-workflow-engine.js +328 -39
  51. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  52. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -0
  53. package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +19 -0
  54. 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
  55. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +36 -6
  56. package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +12 -0
  57. package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts +5 -0
  58. package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngfactory.d.ts +1 -0
  59. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +1 -0
  60. package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts +4 -0
  61. package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts +5 -0
  62. package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.d.ts +1 -0
  63. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +1 -0
  64. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +1 -0
  65. package/lib/workflow-program/workflow-program.component.d.ts +9 -2
  66. package/lib/workflow-services/programs.service.d.ts +1 -1
  67. package/package.json +1 -1
  68. package/vcomply-workflow-engine.d.ts +9 -4
  69. package/vcomply-workflow-engine.metadata.json +1 -1
  70. package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.js +0 -29
  71. package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.ngfactory.js +0 -211
  72. package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.ngsummary.json +0 -1
  73. 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.