camunda-bpmn-js 0.12.1 → 0.13.0-alpha.2

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 (61) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/assets/base-modeler.css +2 -1
  3. package/dist/assets/bpmn-js.css +113 -0
  4. package/dist/assets/camunda-platform-modeler.css +2 -1
  5. package/dist/assets/diagram-js.css +82 -78
  6. package/dist/assets/element-templates.css +75 -0
  7. package/dist/assets/properties-panel.css +115 -18
  8. package/dist/base-modeler.development.js +37213 -40850
  9. package/dist/base-modeler.production.min.js +8 -3
  10. package/dist/camunda-cloud-modeler.development.js +39107 -40889
  11. package/dist/camunda-cloud-modeler.production.min.js +8 -3
  12. package/dist/camunda-platform-modeler.development.js +50489 -54168
  13. package/dist/camunda-platform-modeler.production.min.js +8 -3
  14. package/lib/base/Modeler.js +5 -9
  15. package/lib/camunda-cloud/Modeler.js +16 -3
  16. package/lib/camunda-cloud/features/drilldown/index.js +3 -0
  17. package/lib/camunda-cloud/features/modeling/behavior/CleanUpBusinessRuleTaskBehavior.js +60 -57
  18. package/lib/camunda-cloud/features/modeling/behavior/CreateZeebeCallActivityBehavior.js +3 -3
  19. package/lib/camunda-cloud/features/modeling/behavior/FormDefinitionBehavior.js +2 -2
  20. package/lib/camunda-cloud/features/modeling/behavior/RemoveAssignmentDefinitionBehavior.js +51 -0
  21. package/lib/camunda-cloud/features/modeling/behavior/UpdatePropagateAllChildVariablesBehavior.js +60 -33
  22. package/lib/camunda-cloud/features/modeling/behavior/index.js +8 -5
  23. package/lib/camunda-cloud/helper/CalledElementHelper.js +5 -5
  24. package/lib/camunda-cloud/helper/ElementHelper.js +18 -0
  25. package/lib/camunda-cloud/helper/FormsHelper.js +8 -8
  26. package/lib/camunda-cloud/helper/InputOutputHelper.js +2 -6
  27. package/lib/camunda-cloud/helper/Utils.js +10 -0
  28. package/lib/camunda-cloud/helper/ZeebeServiceTaskHelper.js +22 -5
  29. package/lib/camunda-platform/Modeler.js +7 -3
  30. package/lib/camunda-platform/features/modeling/behavior/DeleteErrorEventDefinitionBehavior.js +23 -36
  31. package/lib/camunda-platform/features/modeling/behavior/DeleteRetryTimeCycleBehavior.js +33 -21
  32. package/lib/camunda-platform/features/modeling/behavior/UpdateCamundaExclusiveBehavior.js +14 -11
  33. package/lib/camunda-platform/features/modeling/behavior/UpdateInputOutputBehavior.js +20 -30
  34. package/lib/camunda-platform/features/modeling/behavior/UpdateResultVariableBehavior.js +15 -12
  35. package/lib/camunda-platform/features/modeling/behavior/UserTaskFormsBehavior.js +9 -8
  36. package/lib/camunda-platform/features/modeling/behavior/UserTaskGeneratedFormsBehavior.js +32 -33
  37. package/lib/util/ExtensionElementsUtil.js +59 -0
  38. package/package.json +10 -10
  39. package/styles/base-modeler.css +2 -1
  40. package/styles/camunda-platform-modeler.css +2 -1
  41. package/lib/camunda-cloud/features/properties-provider/ZeebePropertiesProvider.js +0 -201
  42. package/lib/camunda-cloud/features/properties-provider/index.js +0 -11
  43. package/lib/camunda-cloud/features/properties-provider/parts/CallActivityProps.js +0 -90
  44. package/lib/camunda-cloud/features/properties-provider/parts/ErrorProps.js +0 -13
  45. package/lib/camunda-cloud/features/properties-provider/parts/FormProps.js +0 -14
  46. package/lib/camunda-cloud/features/properties-provider/parts/HeadersProps.js +0 -52
  47. package/lib/camunda-cloud/features/properties-provider/parts/InputOutputProps.js +0 -8
  48. package/lib/camunda-cloud/features/properties-provider/parts/MessageProps.js +0 -51
  49. package/lib/camunda-cloud/features/properties-provider/parts/MultiInstanceProps.js +0 -25
  50. package/lib/camunda-cloud/features/properties-provider/parts/SequenceFlowProps.js +0 -149
  51. package/lib/camunda-cloud/features/properties-provider/parts/TaskDefinitionProps.js +0 -135
  52. package/lib/camunda-cloud/features/properties-provider/parts/TimerEventProps.js +0 -77
  53. package/lib/camunda-cloud/features/properties-provider/parts/implementation/ElementReferenceExtensionElementProperty.js +0 -110
  54. package/lib/camunda-cloud/features/properties-provider/parts/implementation/FormDefinition.js +0 -207
  55. package/lib/camunda-cloud/features/properties-provider/parts/implementation/Headers.js +0 -208
  56. package/lib/camunda-cloud/features/properties-provider/parts/implementation/InputOutput.js +0 -274
  57. package/lib/camunda-cloud/features/properties-provider/parts/implementation/InputOutputParameter.js +0 -147
  58. package/lib/camunda-cloud/features/properties-provider/parts/implementation/MultiInstanceLoopCharacteristics.js +0 -176
  59. package/lib/camunda-cloud/features/properties-provider/parts/implementation/OutputParameterToggle.js +0 -97
  60. package/lib/camunda-cloud/features/properties-provider/parts/implementation/TimerDurationDefinition.js +0 -69
  61. package/lib/camunda-cloud/features/properties-provider/parts/implementation/TimerEventDefinition.js +0 -132

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.