camunda-bpmn-js 0.13.0-drilldown.0 → 0.13.0

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 (94) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/dist/assets/base-navigated-viewer.css +2 -0
  3. package/dist/assets/base-viewer.css +2 -0
  4. package/dist/assets/camunda-cloud-modeler.css +2 -1
  5. package/dist/assets/camunda-cloud-navigated-viewer.css +1 -0
  6. package/dist/assets/camunda-cloud-viewer.css +1 -0
  7. package/dist/assets/camunda-platform-navigated-viewer.css +1 -0
  8. package/dist/assets/camunda-platform-viewer.css +1 -0
  9. package/dist/base-modeler.development.js +1837 -3769
  10. package/dist/base-modeler.production.min.js +4 -4
  11. package/dist/base-navigated-viewer.development.js +22218 -0
  12. package/dist/base-navigated-viewer.production.min.js +2 -0
  13. package/dist/base-viewer.development.js +21227 -0
  14. package/dist/base-viewer.production.min.js +2 -0
  15. package/dist/camunda-cloud-modeler.development.js +8416 -5340
  16. package/dist/camunda-cloud-modeler.production.min.js +4 -4
  17. package/dist/camunda-cloud-navigated-viewer.development.js +23041 -0
  18. package/dist/camunda-cloud-navigated-viewer.production.min.js +2 -0
  19. package/dist/camunda-cloud-viewer.development.js +22050 -0
  20. package/dist/camunda-cloud-viewer.production.min.js +2 -0
  21. package/dist/camunda-platform-modeler.development.js +6616 -8556
  22. package/dist/camunda-platform-modeler.production.min.js +4 -4
  23. package/dist/camunda-platform-navigated-viewer.development.js +23413 -0
  24. package/dist/camunda-platform-navigated-viewer.production.min.js +2 -0
  25. package/dist/camunda-platform-viewer.development.js +22422 -0
  26. package/dist/camunda-platform-viewer.production.min.js +2 -0
  27. package/lib/base/NavigatedViewer.js +3 -0
  28. package/lib/base/Viewer.js +3 -0
  29. package/lib/camunda-cloud/ElementTemplatesValidator.js +1 -0
  30. package/lib/camunda-cloud/Modeler.js +8 -7
  31. package/lib/camunda-cloud/NavigatedViewer.js +34 -0
  32. package/lib/camunda-cloud/Viewer.js +34 -0
  33. package/lib/camunda-cloud/util/commonModules.js +14 -0
  34. package/lib/camunda-platform/Modeler.js +5 -5
  35. package/lib/camunda-platform/NavigatedViewer.js +25 -0
  36. package/lib/camunda-platform/Viewer.js +24 -0
  37. package/lib/camunda-platform/util/commonModules.js +7 -0
  38. package/lib/util/ExtensionElementsUtil.js +59 -0
  39. package/package.json +26 -14
  40. package/styles/base-navigated-viewer.css +2 -0
  41. package/styles/base-viewer.css +2 -0
  42. package/styles/camunda-cloud-modeler.css +2 -1
  43. package/styles/camunda-cloud-navigated-viewer.css +1 -0
  44. package/styles/camunda-cloud-viewer.css +1 -0
  45. package/styles/camunda-platform-navigated-viewer.css +1 -0
  46. package/styles/camunda-platform-viewer.css +1 -0
  47. package/util/index.js +39 -0
  48. package/dist/assets/bpmn-font/bpmn-codes.css +0 -108
  49. package/dist/assets/bpmn-font/bpmn-embedded.css +0 -161
  50. package/dist/assets/bpmn-font/bpmn.css +0 -164
  51. package/dist/assets/bpmn-font/bpmn.eot +0 -0
  52. package/dist/assets/bpmn-font/bpmn.svg +0 -224
  53. package/dist/assets/bpmn-font/bpmn.ttf +0 -0
  54. package/dist/assets/bpmn-font/bpmn.woff +0 -0
  55. package/dist/assets/bpmn-font/bpmn.woff2 +0 -0
  56. package/dist/assets/bpmn-font/css/bpmn-codes.css +0 -108
  57. package/dist/assets/bpmn-font/css/bpmn-embedded.css +0 -161
  58. package/dist/assets/bpmn-font/css/bpmn.css +0 -164
  59. package/dist/assets/bpmn-font/font/bpmn.eot +0 -0
  60. package/dist/assets/bpmn-font/font/bpmn.svg +0 -224
  61. package/dist/assets/bpmn-font/font/bpmn.ttf +0 -0
  62. package/dist/assets/bpmn-font/font/bpmn.woff +0 -0
  63. package/dist/assets/bpmn-font/font/bpmn.woff2 +0 -0
  64. package/dist/assets/bpmn-js-properties-panel.css +0 -778
  65. package/dist/assets/bpmn-js.css +0 -113
  66. package/dist/assets/diagram-js-minimap.css +0 -87
  67. package/dist/assets/diagram-js.css +0 -819
  68. package/dist/assets/element-templates.css +0 -75
  69. package/dist/assets/properties-panel.css +0 -877
  70. package/lib/camunda-cloud/features/modeling/behavior/CleanUpAssignmentDefinitionBehavior.js +0 -78
  71. package/lib/camunda-cloud/features/modeling/behavior/CleanUpBusinessRuleTaskBehavior.js +0 -112
  72. package/lib/camunda-cloud/features/modeling/behavior/CreateZeebeBoundaryEventBehavior.js +0 -76
  73. package/lib/camunda-cloud/features/modeling/behavior/CreateZeebeCallActivityBehavior.js +0 -74
  74. package/lib/camunda-cloud/features/modeling/behavior/FormDefinitionBehavior.js +0 -138
  75. package/lib/camunda-cloud/features/modeling/behavior/UpdatePropagateAllChildVariablesBehavior.js +0 -109
  76. package/lib/camunda-cloud/features/modeling/behavior/index.js +0 -24
  77. package/lib/camunda-cloud/features/modeling/index.js +0 -7
  78. package/lib/camunda-cloud/helper/CalledElementHelper.js +0 -72
  79. package/lib/camunda-cloud/helper/ElementHelper.js +0 -18
  80. package/lib/camunda-cloud/helper/ExtensionElementsHelper.js +0 -17
  81. package/lib/camunda-cloud/helper/FormsHelper.js +0 -84
  82. package/lib/camunda-cloud/helper/InputOutputHelper.js +0 -138
  83. package/lib/camunda-cloud/helper/Utils.js +0 -10
  84. package/lib/camunda-cloud/helper/ZeebeServiceTaskHelper.js +0 -41
  85. package/lib/camunda-platform/features/modeling/behavior/DeleteErrorEventDefinitionBehavior.js +0 -67
  86. package/lib/camunda-platform/features/modeling/behavior/DeleteRetryTimeCycleBehavior.js +0 -84
  87. package/lib/camunda-platform/features/modeling/behavior/UpdateCamundaExclusiveBehavior.js +0 -65
  88. package/lib/camunda-platform/features/modeling/behavior/UpdateInputOutputBehavior.js +0 -54
  89. package/lib/camunda-platform/features/modeling/behavior/UpdateResultVariableBehavior.js +0 -51
  90. package/lib/camunda-platform/features/modeling/behavior/UserTaskFormsBehavior.js +0 -70
  91. package/lib/camunda-platform/features/modeling/behavior/UserTaskGeneratedFormsBehavior.js +0 -117
  92. package/lib/camunda-platform/features/modeling/behavior/index.js +0 -26
  93. package/lib/camunda-platform/features/modeling/index.js +0 -7
  94. package/lib/camunda-platform/helper/InputOutputHelper.js +0 -29
package/CHANGELOG.md CHANGED
@@ -6,6 +6,79 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn
6
6
 
7
7
  ___Note:__ Yet to be released changes appear here._
8
8
 
9
+ ## 0.13.0
10
+
11
+ * `FEAT`: add viewer distributions ([#115](https://github.com/camunda/camunda-bpmn-js/pull/115))
12
+ * `CHORE`: import behaviors from camunda-bpmn-js-behaviors ([#116](https://github.com/camunda/camunda-bpmn-js/pull/116))
13
+ * `DEPS`: update to `bpmn-js-disable-collapsed-subprocess@0.1.4` ([#112](https://github.com/camunda/camunda-bpmn-js/pull/112))
14
+ * `DEPS`: update to `bpmn-js-properties-panel@1.1.0` ([03b659](https://github.com/camunda/camunda-bpmn-js/pull/123/commits/03b659da729364abf97ccc2dba421d83e9f5c48e))
15
+
16
+ ## 0.13.0-alpha.8
17
+
18
+ * `FEAT`: support element template custom icons ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
19
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.12` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
20
+ * `DEPS`: update to `diagram-js@8.2.1` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
21
+ * `DEPS`: update to `camunda-bpmn-moddle@6.1.2` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
22
+ * `DEPS`: update to `zeebe-bpmn-moddle@0.12.0` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
23
+ * `DEPS`: update to `@bpmn-io/element-templates-icons-renderer@0.1.2` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
24
+
25
+ ### Key changes in Properties Panel
26
+
27
+ * `FEAT`: apply element template icons ([#641](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/641))
28
+ * `FEAT`: change task type when element template is applied ([#648](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/648))
29
+ * `FEAT`: display element template icons in header ([#650](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/650))
30
+
31
+ ## 0.13.0-alpha.7
32
+
33
+ _Re-publish of v0.13.0-alpha.6 with fixed distro._
34
+
35
+ * `FIX`: update peer dependencies ([#103](https://github.com/camunda/camunda-bpmn-js/pull/103))
36
+
37
+ ## 0.13.0-alpha.6
38
+
39
+ * `FIX`: set $parent when creating zeebe:CalledElement element ([#99](https://github.com/camunda/camunda-bpmn-js/pull/99))
40
+ * `DEPS`: update to `@bpmn-io/properties-panel@0.13.1`
41
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.9`
42
+
43
+ ### Key changes in Properties Panel
44
+
45
+ * `FEAT`: allow showing entries and errors through events ([#137](https://github.com/bpmn-io/properties-panel/pull/137))
46
+ * `FEAT`: allow opening groups per default ([#139](https://github.com/bpmn-io/properties-panel/pull/139))
47
+ * `FEAT`: add documentation ref ([#141](https://github.com/bpmn-io/properties-panel/pull/141))
48
+ * `FEAT`: add show callbacks to show entries and errors ([#601](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/601))
49
+ * `FEAT`: open element template custom groups ([#621](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/621))
50
+ * `FEAT`: display template name in header ([#627](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/627))
51
+ * `FEAT`: add documentation ref to header ([#629](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/629))
52
+ * `FIX`: copy versioned element template ([#632](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/632))
53
+
54
+ ## 0.13.0-alpha.5
55
+
56
+ * `DEPS`: update to `@bpmn-io/properties-panel@0.12.0`
57
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.7`
58
+
59
+ ## 0.13.0-alpha.4
60
+
61
+ * `FIX`: move properties panel deps to peer dependencies
62
+ * `CHORE`: add prepare script
63
+ * `DEPS`: update to `bpmn-js@9.0.3`
64
+
65
+ ## 0.13.0-alpha.3
66
+
67
+ * `FEAT`: add cloud element templates ([#95](https://github.com/camunda/camunda-bpmn-js/pull/95))
68
+ * `DEPS`: update to `bpmn-js@9.0.2`
69
+ * `DEPS`: update to `@bpmn-io/properties-panel@0.11.0`
70
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.5`
71
+ * `DEPS`: update to `zeebe-bpmn-moddle@0.11.0`
72
+
73
+ ## 0.13.0-alpha.2
74
+
75
+ * `FEAT`: add support for drilldown ([#89](https://github.com/camunda/camunda-bpmn-js/pull/89))
76
+ * `CHORE`: refactor behaviors to only use modeling API ([#91](https://github.com/camunda/camunda-bpmn-js/pull/91))
77
+ * `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.3` ([68c344](https://github.com/camunda/camunda-bpmn-js/commit/68c344f270405716e514c3947c98dee293877c7f))
78
+ * `DEPS`: update to `bpmn-js@9.0.0-alpha.2` ([68c344](https://github.com/camunda/camunda-bpmn-js/commit/68c344f270405716e514c3947c98dee293877c7f))
79
+ * `DEPS`: update to `diagram-js-minimap@2.1.0` ([68c344](https://github.com/camunda/camunda-bpmn-js/commit/68c344f270405716e514c3947c98dee293877c7f))
80
+ * `DEPS`: update to `diagram-js@8.1.1` ([faf55e](https://github.com/camunda/camunda-bpmn-js/commit/faf55e958e7b8faf57a6b3cf0a8e6b496e59266d))
81
+
9
82
  ## 0.13.0-alpha.1
10
83
 
11
84
  * `FEAT`: include documentation fields in properties panel for Camunda Cloud ([#83](https://github.com/camunda/camunda-bpmn-js/issues/83))
@@ -0,0 +1,2 @@
1
+ @import './diagram-js.css';
2
+ @import './bpmn-js.css';
@@ -0,0 +1,2 @@
1
+ @import './diagram-js.css';
2
+ @import './bpmn-js.css';
@@ -1 +1,2 @@
1
- @import './base-modeler.css';
1
+ @import './base-modeler.css';
2
+ @import './element-templates.css';
@@ -0,0 +1 @@
1
+ @import './base-navigated-viewer.css';
@@ -0,0 +1 @@
1
+ @import './base-viewer.css';
@@ -0,0 +1 @@
1
+ @import './base-navigated-viewer.css';
@@ -0,0 +1 @@
1
+ @import './base-viewer.css';