vcomply-workflow-engine 2.6.139 → 2.6.140

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 (63) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +647 -92
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +1 -1
  4. package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.js +1 -1
  5. package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +1 -1
  6. package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
  7. package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
  8. package/esm2015/lib/sharedComponents/floating-bar/floating-bar.component.js +19 -4
  9. package/esm2015/lib/sharedComponents/floating-bar/floating-bar.component.ngfactory.js +43 -20
  10. package/esm2015/lib/sharedComponents/floating-bar/floating-bar.component.ngsummary.json +1 -1
  11. package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
  12. package/esm2015/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.js +2 -2
  13. package/esm2015/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.ngfactory.js +28 -14
  14. package/esm2015/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.js +2 -2
  15. package/esm2015/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.ngfactory.js +32 -18
  16. package/esm2015/lib/sharedComponents/frequency/frequency-top/frequency-top.component.js +2 -2
  17. package/esm2015/lib/sharedComponents/frequency/frequency-top/frequency-top.component.ngfactory.js +23 -9
  18. package/esm2015/lib/sharedComponents/group-users-list/group-users-list.component.js +77 -6
  19. package/esm2015/lib/sharedComponents/group-users-list/group-users-list.component.ngfactory.js +72 -15
  20. package/esm2015/lib/sharedComponents/group-users-list/group-users-list.component.ngsummary.json +1 -1
  21. package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
  22. package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +1 -1
  23. package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
  24. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +378 -31
  25. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +390 -189
  26. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  27. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +4 -3
  28. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +2 -2
  29. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  30. package/esm2015/lib/workflow-interfaces/create-policy-form.js +1 -1
  31. package/esm2015/lib/workflow-policy/workflow-policy.component.js +99 -27
  32. package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +195 -95
  33. package/esm2015/lib/workflow-policy/workflow-policy.component.ngsummary.json +1 -1
  34. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +4 -2
  35. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +3 -2
  36. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngsummary.json +1 -1
  37. package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.js +1 -1
  38. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.js +7 -3
  39. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.js +22 -8
  40. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngsummary.json +1 -1
  41. package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.js +1 -1
  42. package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +1 -1
  43. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +14 -2
  44. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +10 -7
  45. package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -1
  46. package/esm2015/lib/workflow-program/workflow-program.component.js +19 -6
  47. package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
  48. package/esm2015/lib/workflow-services/responsibility.service.js +13 -1
  49. package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
  50. package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
  51. package/fesm2015/vcomply-workflow-engine.js +640 -92
  52. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  53. package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts +4 -0
  54. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +13 -0
  55. package/lib/workflow-compliance/workflow-compliance.component.d.ts +34 -0
  56. package/lib/workflow-interfaces/create-policy-form.d.ts +2 -0
  57. package/lib/workflow-policy/workflow-policy.component.d.ts +6 -0
  58. package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +1 -0
  59. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +5 -0
  60. package/lib/workflow-program/workflow-program.component.d.ts +1 -0
  61. package/lib/workflow-services/responsibility.service.d.ts +2 -0
  62. package/package.json +1 -1
  63. package/vcomply-workflow-engine.metadata.json +1 -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.