vcomply-workflow-engine 2.1.6 → 2.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.
Files changed (59) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +705 -676
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/more-option/more-option.component.js +12 -23
  4. package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
  5. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +13 -60
  6. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +138 -200
  7. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  8. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +2 -2
  9. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +3 -3
  10. package/esm2015/lib/workflow-engine.module.js +1 -3
  11. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  12. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +2 -2
  13. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +8 -2
  14. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +1 -1
  15. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.js +152 -23
  16. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.js +109 -115
  17. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -1
  18. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.js +4 -3
  19. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.ngsummary.json +1 -1
  20. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +19 -0
  21. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.ngsummary.json +1 -0
  22. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +19 -0
  23. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.ngsummary.json +1 -0
  24. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +23 -0
  25. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.ngsummary.json +1 -0
  26. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.js +4 -2
  27. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.js +3 -3
  28. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngsummary.json +1 -1
  29. package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.js +2 -1
  30. package/esm2015/lib/workflow-program/workflow-program.component.js +213 -34
  31. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +18 -18
  32. package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
  33. package/esm2015/lib/workflow-services/programs.service.js +39 -97
  34. package/esm2015/lib/workflow-services/programs.service.ngsummary.json +1 -1
  35. package/esm2015/lib/workflow-services/responsibility.service.js +5 -17
  36. package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
  37. package/esm2015/vcomply-workflow-engine.js +189 -187
  38. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  39. package/fesm2015/vcomply-workflow-engine.js +499 -490
  40. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  41. package/lib/workflow-compliance/workflow-compliance.component.d.ts +3 -9
  42. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +26 -3
  43. package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +1 -1
  44. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +4 -0
  45. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +4 -0
  46. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +4 -0
  47. package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +1 -0
  48. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +1 -1
  49. package/lib/workflow-program/workflow-program.component.d.ts +17 -6
  50. package/lib/workflow-services/programs.service.d.ts +28 -0
  51. package/lib/workflow-services/responsibility.service.d.ts +3 -5
  52. package/package.json +2 -2
  53. package/vcomply-workflow-engine.d.ts +188 -186
  54. package/vcomply-workflow-engine.metadata.json +1 -1
  55. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +0 -239
  56. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +0 -152
  57. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +0 -1
  58. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +0 -46
  59. package/lib/sharedComponents/program-listing/program-listing.component.ngfactory.d.ts +0 -1

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.