camunda-bpmn-js 0.13.0-alpha.7 → 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 (88) hide show
  1. package/CHANGELOG.md +23 -1
  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-navigated-viewer.css +1 -0
  5. package/dist/assets/camunda-cloud-viewer.css +1 -0
  6. package/dist/assets/camunda-platform-navigated-viewer.css +1 -0
  7. package/dist/assets/camunda-platform-viewer.css +1 -0
  8. package/dist/base-modeler.development.js +32 -6
  9. package/dist/base-modeler.production.min.js +1 -1
  10. package/dist/base-navigated-viewer.development.js +22218 -0
  11. package/dist/base-navigated-viewer.production.min.js +2 -0
  12. package/dist/base-viewer.development.js +21227 -0
  13. package/dist/base-viewer.production.min.js +2 -0
  14. package/dist/camunda-cloud-modeler.development.js +1380 -456
  15. package/dist/camunda-cloud-modeler.production.min.js +4 -4
  16. package/dist/camunda-cloud-navigated-viewer.development.js +23041 -0
  17. package/dist/camunda-cloud-navigated-viewer.production.min.js +2 -0
  18. package/dist/camunda-cloud-viewer.development.js +22050 -0
  19. package/dist/camunda-cloud-viewer.production.min.js +2 -0
  20. package/dist/camunda-platform-modeler.development.js +1657 -1340
  21. package/dist/camunda-platform-modeler.production.min.js +4 -4
  22. package/dist/camunda-platform-navigated-viewer.development.js +23413 -0
  23. package/dist/camunda-platform-navigated-viewer.production.min.js +2 -0
  24. package/dist/camunda-platform-viewer.development.js +22422 -0
  25. package/dist/camunda-platform-viewer.production.min.js +2 -0
  26. package/lib/base/NavigatedViewer.js +3 -0
  27. package/lib/base/Viewer.js +3 -0
  28. package/lib/camunda-cloud/Modeler.js +6 -7
  29. package/lib/camunda-cloud/NavigatedViewer.js +34 -0
  30. package/lib/camunda-cloud/Viewer.js +34 -0
  31. package/lib/camunda-cloud/util/commonModules.js +14 -0
  32. package/lib/camunda-platform/Modeler.js +5 -5
  33. package/lib/camunda-platform/NavigatedViewer.js +25 -0
  34. package/lib/camunda-platform/Viewer.js +24 -0
  35. package/lib/camunda-platform/util/commonModules.js +7 -0
  36. package/package.json +13 -7
  37. package/styles/base-navigated-viewer.css +2 -0
  38. package/styles/base-viewer.css +2 -0
  39. package/styles/camunda-cloud-navigated-viewer.css +1 -0
  40. package/styles/camunda-cloud-viewer.css +1 -0
  41. package/styles/camunda-platform-navigated-viewer.css +1 -0
  42. package/styles/camunda-platform-viewer.css +1 -0
  43. package/util/index.js +39 -0
  44. package/dist/assets/bpmn-font/bpmn-codes.css +0 -108
  45. package/dist/assets/bpmn-font/bpmn-embedded.css +0 -161
  46. package/dist/assets/bpmn-font/bpmn.css +0 -164
  47. package/dist/assets/bpmn-font/bpmn.eot +0 -0
  48. package/dist/assets/bpmn-font/bpmn.svg +0 -224
  49. package/dist/assets/bpmn-font/bpmn.ttf +0 -0
  50. package/dist/assets/bpmn-font/bpmn.woff +0 -0
  51. package/dist/assets/bpmn-font/bpmn.woff2 +0 -0
  52. package/dist/assets/bpmn-font/css/bpmn-codes.css +0 -108
  53. package/dist/assets/bpmn-font/css/bpmn-embedded.css +0 -161
  54. package/dist/assets/bpmn-font/css/bpmn.css +0 -164
  55. package/dist/assets/bpmn-font/font/bpmn.eot +0 -0
  56. package/dist/assets/bpmn-font/font/bpmn.svg +0 -224
  57. package/dist/assets/bpmn-font/font/bpmn.ttf +0 -0
  58. package/dist/assets/bpmn-font/font/bpmn.woff +0 -0
  59. package/dist/assets/bpmn-font/font/bpmn.woff2 +0 -0
  60. package/dist/assets/bpmn-js.css +0 -116
  61. package/dist/assets/diagram-js-minimap.css +0 -87
  62. package/dist/assets/diagram-js.css +0 -819
  63. package/dist/assets/element-templates.css +0 -75
  64. package/dist/assets/properties-panel.css +0 -902
  65. package/lib/camunda-cloud/features/modeling/behavior/CleanUpBusinessRuleTaskBehavior.js +0 -115
  66. package/lib/camunda-cloud/features/modeling/behavior/CreateZeebeBoundaryEventBehavior.js +0 -76
  67. package/lib/camunda-cloud/features/modeling/behavior/CreateZeebeCallActivityBehavior.js +0 -86
  68. package/lib/camunda-cloud/features/modeling/behavior/FormDefinitionBehavior.js +0 -138
  69. package/lib/camunda-cloud/features/modeling/behavior/RemoveAssignmentDefinitionBehavior.js +0 -51
  70. package/lib/camunda-cloud/features/modeling/behavior/UpdatePropagateAllChildVariablesBehavior.js +0 -136
  71. package/lib/camunda-cloud/features/modeling/behavior/index.js +0 -24
  72. package/lib/camunda-cloud/features/modeling/index.js +0 -7
  73. package/lib/camunda-cloud/helper/CalledElementHelper.js +0 -72
  74. package/lib/camunda-cloud/helper/ElementHelper.js +0 -18
  75. package/lib/camunda-cloud/helper/FormsHelper.js +0 -84
  76. package/lib/camunda-cloud/helper/InputOutputHelper.js +0 -138
  77. package/lib/camunda-cloud/helper/Utils.js +0 -10
  78. package/lib/camunda-cloud/helper/ZeebeServiceTaskHelper.js +0 -41
  79. package/lib/camunda-platform/features/modeling/behavior/DeleteErrorEventDefinitionBehavior.js +0 -54
  80. package/lib/camunda-platform/features/modeling/behavior/DeleteRetryTimeCycleBehavior.js +0 -96
  81. package/lib/camunda-platform/features/modeling/behavior/UpdateCamundaExclusiveBehavior.js +0 -68
  82. package/lib/camunda-platform/features/modeling/behavior/UpdateInputOutputBehavior.js +0 -44
  83. package/lib/camunda-platform/features/modeling/behavior/UpdateResultVariableBehavior.js +0 -54
  84. package/lib/camunda-platform/features/modeling/behavior/UserTaskFormsBehavior.js +0 -71
  85. package/lib/camunda-platform/features/modeling/behavior/UserTaskGeneratedFormsBehavior.js +0 -116
  86. package/lib/camunda-platform/features/modeling/behavior/index.js +0 -26
  87. package/lib/camunda-platform/features/modeling/index.js +0 -7
  88. package/lib/camunda-platform/helper/InputOutputHelper.js +0 -29
@@ -0,0 +1,34 @@
1
+ import inherits from 'inherits';
2
+
3
+ import BaseViewer from '../base/NavigatedViewer';
4
+
5
+ import { commonModdleExtensions, commonModules } from './util/commonModules';
6
+
7
+
8
+ /**
9
+ *
10
+ * @param {Object} options
11
+ */
12
+ export default function NavigatedViewer(options = {}) {
13
+
14
+ options = {
15
+ ...options,
16
+ moddleExtensions: {
17
+ ...commonModdleExtensions,
18
+ ...options.moddleExtensions
19
+ }
20
+ };
21
+
22
+ BaseViewer.call(this, options);
23
+ }
24
+
25
+ inherits(NavigatedViewer, BaseViewer);
26
+
27
+ NavigatedViewer.prototype._camundaCloudModules = [
28
+ ...commonModules
29
+ ];
30
+
31
+ NavigatedViewer.prototype._modules = [].concat(
32
+ BaseViewer.prototype._modules,
33
+ NavigatedViewer.prototype._camundaCloudModules
34
+ );
@@ -0,0 +1,34 @@
1
+ import inherits from 'inherits';
2
+
3
+ import BaseViewer from '../base/Viewer';
4
+
5
+ import { commonModdleExtensions, commonModules } from './util/commonModules';
6
+
7
+
8
+ /**
9
+ *
10
+ * @param {Object} options
11
+ */
12
+ export default function Viewer(options = {}) {
13
+
14
+ options = {
15
+ ...options,
16
+ moddleExtensions: {
17
+ ...commonModdleExtensions,
18
+ ...options.moddleExtensions
19
+ }
20
+ };
21
+
22
+ BaseViewer.call(this, options);
23
+ }
24
+
25
+ inherits(Viewer, BaseViewer);
26
+
27
+ Viewer.prototype._camundaCloudModules = [
28
+ ...commonModules
29
+ ];
30
+
31
+ Viewer.prototype._modules = [].concat(
32
+ BaseViewer.prototype._modules,
33
+ Viewer.prototype._camundaCloudModules
34
+ );
@@ -0,0 +1,14 @@
1
+ import iconRendererModule from '@bpmn-io/element-templates-icons-renderer';
2
+
3
+ import drilldownModule from '../features/drilldown';
4
+
5
+ import zeebeModdle from 'zeebe-bpmn-moddle/resources/zeebe.json';
6
+
7
+ export const commonModules = [
8
+ drilldownModule,
9
+ iconRendererModule
10
+ ];
11
+
12
+ export const commonModdleExtensions = {
13
+ zeebe: zeebeModdle
14
+ };
@@ -2,9 +2,7 @@ import inherits from 'inherits';
2
2
 
3
3
  import BaseModeler from '../base/Modeler';
4
4
 
5
- import modelingModule from './features/modeling';
6
-
7
- import camundaModdle from 'camunda-bpmn-moddle/resources/camunda.json';
5
+ import behaviorsModule from 'camunda-bpmn-js-behaviors/lib/camunda-platform';
8
6
 
9
7
  import camundaModdleExtension from 'camunda-bpmn-moddle/lib';
10
8
 
@@ -13,6 +11,8 @@ import {
13
11
  ElementTemplatesPropertiesProviderModule
14
12
  } from 'bpmn-js-properties-panel';
15
13
 
14
+ import { commonModdleExtensions } from './util/commonModules';
15
+
16
16
 
17
17
  /**
18
18
  *
@@ -23,7 +23,7 @@ export default function Modeler(options = {}) {
23
23
  options = {
24
24
  ...options,
25
25
  moddleExtensions: {
26
- camunda: camundaModdle,
26
+ ...commonModdleExtensions,
27
27
  ...options.moddleExtensions
28
28
  }
29
29
  };
@@ -35,7 +35,7 @@ inherits(Modeler, BaseModeler);
35
35
 
36
36
  Modeler.prototype._camundaPlatformModules = [
37
37
  camundaModdleExtension,
38
- modelingModule,
38
+ behaviorsModule,
39
39
  CamundaPlatformPropertiesProviderModule,
40
40
  ElementTemplatesPropertiesProviderModule
41
41
  ];
@@ -0,0 +1,25 @@
1
+ import inherits from 'inherits';
2
+
3
+ import BaseViewer from '../base/NavigatedViewer';
4
+
5
+ import { commonModdleExtensions } from './util/commonModules';
6
+
7
+
8
+ /**
9
+ *
10
+ * @param {Object} options
11
+ */
12
+ export default function NavigatedViewer(options = {}) {
13
+
14
+ options = {
15
+ ...options,
16
+ moddleExtensions: {
17
+ ...commonModdleExtensions,
18
+ ...options.moddleExtensions
19
+ }
20
+ };
21
+
22
+ BaseViewer.call(this, options);
23
+ }
24
+
25
+ inherits(NavigatedViewer, BaseViewer);
@@ -0,0 +1,24 @@
1
+ import inherits from 'inherits';
2
+
3
+ import BaseViewer from '../base/Viewer';
4
+
5
+ import { commonModdleExtensions } from './util/commonModules';
6
+
7
+ /**
8
+ *
9
+ * @param {Object} options
10
+ */
11
+ export default function Viewer(options = {}) {
12
+
13
+ options = {
14
+ ...options,
15
+ moddleExtensions: {
16
+ ...commonModdleExtensions,
17
+ ...options.moddleExtensions
18
+ }
19
+ };
20
+
21
+ BaseViewer.call(this, options);
22
+ }
23
+
24
+ inherits(Viewer, BaseViewer);
@@ -0,0 +1,7 @@
1
+ import camundaModdle from 'camunda-bpmn-moddle/resources/camunda.json';
2
+
3
+ export const commonModules = [];
4
+
5
+ export const commonModdleExtensions = {
6
+ camunda: camundaModdle
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camunda-bpmn-js",
3
- "version": "0.13.0-alpha.7",
3
+ "version": "0.13.0",
4
4
  "description": "Embeddable Camunda modeling distributions based on bpmn-js",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -14,6 +14,10 @@
14
14
  "start:base": "cross-env SINGLE_START=base-modeler npm run dev",
15
15
  "start:platform": "cross-env SINGLE_START=camunda-platform-modeler npm run dev",
16
16
  "start:cloud": "cross-env SINGLE_START=camunda-cloud-modeler npm run dev",
17
+ "start:platform-viewer": "cross-env SINGLE_START=camunda-platform-viewer npm run dev",
18
+ "start:cloud-viewer": "cross-env SINGLE_START=camunda-cloud-viewer npm run dev",
19
+ "start:platform-navigated-viewer": "cross-env SINGLE_START=camunda-platform-navigated-viewer npm run dev",
20
+ "start:cloud-navigated-viewer": "cross-env SINGLE_START=camunda-cloud-navigated-viewer npm run dev",
17
21
  "prepublishOnly": "run-s test:distro",
18
22
  "prepare": "run-s clean distro"
19
23
  },
@@ -42,23 +46,25 @@
42
46
  "license": "MIT",
43
47
  "dependencies": {
44
48
  "@bpmn-io/align-to-origin": "^0.7.0",
49
+ "@bpmn-io/element-templates-icons-renderer": "^0.1.2",
45
50
  "bpmn-js": "^9.0.3",
46
- "bpmn-js-disable-collapsed-subprocess": "^0.1.3",
51
+ "bpmn-js-disable-collapsed-subprocess": "^0.1.4",
47
52
  "bpmn-js-executable-fix": "^0.1.3",
48
- "camunda-bpmn-moddle": "^6.1.1",
49
- "diagram-js": "^8.1.1",
53
+ "camunda-bpmn-js-behaviors": "^0.1.0",
54
+ "camunda-bpmn-moddle": "^6.1.2",
55
+ "diagram-js": "^8.2.1",
50
56
  "diagram-js-minimap": "^2.1.0",
51
57
  "diagram-js-origin": "^1.3.2",
52
58
  "inherits": "^2.0.4",
53
59
  "min-dash": "^3.8.1",
54
- "zeebe-bpmn-moddle": "^0.11.0"
60
+ "zeebe-bpmn-moddle": "^0.12.1"
55
61
  },
56
62
  "devDependencies": {
57
63
  "@bpmn-io/properties-panel": "^0.13.1",
58
64
  "@rollup/plugin-commonjs": "^17.1.0",
59
65
  "@rollup/plugin-json": "^4.1.0",
60
66
  "@rollup/plugin-node-resolve": "^11.1.1",
61
- "bpmn-js-properties-panel": "^1.0.0-alpha.10",
67
+ "bpmn-js-properties-panel": "^1.1.0",
62
68
  "chai": "^4.2.0",
63
69
  "cross-env": "^7.0.3",
64
70
  "del-cli": "^4.0.1",
@@ -92,6 +98,6 @@
92
98
  },
93
99
  "peerDependencies": {
94
100
  "@bpmn-io/properties-panel": "0.13.x",
95
- "bpmn-js-properties-panel": "1.0.0-alpha.10"
101
+ "bpmn-js-properties-panel": "1.x"
96
102
  }
97
103
  }
@@ -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';
@@ -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';
package/util/index.js ADDED
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Generates all possible combinations of the items in the given arrays.
3
+ *
4
+ * @param {...Array} - arrays with options to combine
5
+ * @returns {Array<Array>} array with all posible combinations of items
6
+ */
7
+ function getAllCombinations() {
8
+ const [ first, ...rest ] = arguments;
9
+
10
+ if (!first) {
11
+ return;
12
+ }
13
+
14
+ const combinations = getAllCombinations(...rest);
15
+
16
+ return first.reduce((acc, cur) => {
17
+
18
+ const newCombination = combinations ? combinations.map(combination => [ cur, ...combination ]) : [ [ cur ] ];
19
+
20
+ return acc.concat(
21
+ newCombination
22
+ );
23
+ }, []);
24
+ }
25
+
26
+ function capitalize(string) {
27
+ return string.charAt(0).toUpperCase() + string.slice(1);
28
+ }
29
+
30
+ function toKebabCase(string) {
31
+ return string.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
32
+ }
33
+
34
+
35
+ module.exports = {
36
+ getAllCombinations,
37
+ capitalize,
38
+ toKebabCase
39
+ };
@@ -1,108 +0,0 @@
1
-
2
- .bpmn-icon-screw-wrench:before { content: '\e800'; } /* '' */
3
- .bpmn-icon-trash:before { content: '\e801'; } /* '' */
4
- .bpmn-icon-conditional-flow:before { content: '\e802'; } /* '' */
5
- .bpmn-icon-default-flow:before { content: '\e803'; } /* '' */
6
- .bpmn-icon-gateway-parallel:before { content: '\e804'; } /* '' */
7
- .bpmn-icon-intermediate-event-catch-cancel:before { content: '\e805'; } /* '' */
8
- .bpmn-icon-intermediate-event-catch-non-interrupting-message:before { content: '\e806'; } /* '' */
9
- .bpmn-icon-start-event-compensation:before { content: '\e807'; } /* '' */
10
- .bpmn-icon-start-event-non-interrupting-parallel-multiple:before { content: '\e808'; } /* '' */
11
- .bpmn-icon-loop-marker:before { content: '\e809'; } /* '' */
12
- .bpmn-icon-parallel-mi-marker:before { content: '\e80a'; } /* '' */
13
- .bpmn-icon-start-event-non-interrupting-signal:before { content: '\e80b'; } /* '' */
14
- .bpmn-icon-intermediate-event-catch-non-interrupting-timer:before { content: '\e80c'; } /* '' */
15
- .bpmn-icon-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */
16
- .bpmn-icon-intermediate-event-catch-compensation:before { content: '\e80e'; } /* '' */
17
- .bpmn-icon-gateway-xor:before { content: '\e80f'; } /* '' */
18
- .bpmn-icon-connection:before { content: '\e810'; } /* '' */
19
- .bpmn-icon-end-event-cancel:before { content: '\e811'; } /* '' */
20
- .bpmn-icon-intermediate-event-catch-condition:before { content: '\e812'; } /* '' */
21
- .bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; } /* '' */
22
- .bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
23
- .bpmn-icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
24
- .bpmn-icon-sequential-mi-marker:before { content: '\e816'; } /* '' */
25
- .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
26
- .bpmn-icon-business-rule:before { content: '\e818'; } /* '' */
27
- .bpmn-icon-sub-process-marker:before { content: '\e819'; } /* '' */
28
- .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
29
- .bpmn-icon-start-event-error:before { content: '\e81b'; } /* '' */
30
- .bpmn-icon-intermediate-event-catch-signal:before { content: '\e81c'; } /* '' */
31
- .bpmn-icon-intermediate-event-catch-error:before { content: '\e81d'; } /* '' */
32
- .bpmn-icon-end-event-compensation:before { content: '\e81e'; } /* '' */
33
- .bpmn-icon-subprocess-collapsed:before { content: '\e81f'; } /* '' */
34
- .bpmn-icon-subprocess-expanded:before { content: '\e820'; } /* '' */
35
- .bpmn-icon-task:before { content: '\e821'; } /* '' */
36
- .bpmn-icon-end-event-error:before { content: '\e822'; } /* '' */
37
- .bpmn-icon-intermediate-event-catch-escalation:before { content: '\e823'; } /* '' */
38
- .bpmn-icon-intermediate-event-catch-timer:before { content: '\e824'; } /* '' */
39
- .bpmn-icon-start-event-escalation:before { content: '\e825'; } /* '' */
40
- .bpmn-icon-start-event-signal:before { content: '\e826'; } /* '' */
41
- .bpmn-icon-business-rule-task:before { content: '\e827'; } /* '' */
42
- .bpmn-icon-manual:before { content: '\e828'; } /* '' */
43
- .bpmn-icon-receive:before { content: '\e829'; } /* '' */
44
- .bpmn-icon-call-activity:before { content: '\e82a'; } /* '' */
45
- .bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */
46
- .bpmn-icon-start-event-message:before { content: '\e82c'; } /* '' */
47
- .bpmn-icon-intermediate-event-none:before { content: '\e82d'; } /* '' */
48
- .bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
49
- .bpmn-icon-end-event-escalation:before { content: '\e82f'; } /* '' */
50
- .bpmn-icon-text-annotation:before { content: '\e830'; } /* '' */
51
- .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
52
- .bpmn-icon-gateway-complex:before { content: '\e832'; } /* '' */
53
- .bpmn-icon-gateway-eventbased:before { content: '\e833'; } /* '' */
54
- .bpmn-icon-gateway-none:before { content: '\e834'; } /* '' */
55
- .bpmn-icon-gateway-or:before { content: '\e835'; } /* '' */
56
- .bpmn-icon-end-event-terminate:before { content: '\e836'; } /* '' */
57
- .bpmn-icon-end-event-signal:before { content: '\e837'; } /* '' */
58
- .bpmn-icon-end-event-none:before { content: '\e838'; } /* '' */
59
- .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
60
- .bpmn-icon-end-event-message:before { content: '\e83a'; } /* '' */
61
- .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
62
- .bpmn-icon-intermediate-event-catch-message:before { content: '\e83c'; } /* '' */
63
- .bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */
64
- .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
65
- .bpmn-icon-script:before { content: '\e83f'; } /* '' */
66
- .bpmn-icon-manual-task:before { content: '\e840'; } /* '' */
67
- .bpmn-icon-send:before { content: '\e841'; } /* '' */
68
- .bpmn-icon-service:before { content: '\e842'; } /* '' */
69
- .bpmn-icon-receive-task:before { content: '\e843'; } /* '' */
70
- .bpmn-icon-user:before { content: '\e844'; } /* '' */
71
- .bpmn-icon-start-event-none:before { content: '\e845'; } /* '' */
72
- .bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */
73
- .bpmn-icon-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */
74
- .bpmn-icon-intermediate-event-catch-non-interrupting-escalation:before { content: '\e848'; } /* '' */
75
- .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
76
- .bpmn-icon-start-event-non-interrupting-condition:before { content: '\e84a'; } /* '' */
77
- .bpmn-icon-data-object:before { content: '\e84b'; } /* '' */
78
- .bpmn-icon-script-task:before { content: '\e84c'; } /* '' */
79
- .bpmn-icon-send-task:before { content: '\e84d'; } /* '' */
80
- .bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
81
- .bpmn-icon-start-event-non-interrupting-escalation:before { content: '\e84f'; } /* '' */
82
- .bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */
83
- .bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */
84
- .bpmn-icon-intermediate-event-catch-non-interrupting-signal:before { content: '\e852'; } /* '' */
85
- .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
86
- .bpmn-icon-start-event-non-interrupting-message:before { content: '\e854'; } /* '' */
87
- .bpmn-icon-ad-hoc-marker:before { content: '\e855'; } /* '' */
88
- .bpmn-icon-service-task:before { content: '\e856'; } /* '' */
89
- .bpmn-icon-task-none:before { content: '\e857'; } /* '' */
90
- .bpmn-icon-compensation-marker:before { content: '\e858'; } /* '' */
91
- .bpmn-icon-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */
92
- .bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
93
- .bpmn-icon-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' */
94
- .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
95
- .bpmn-icon-event-subprocess-expanded:before { content: '\e85d'; } /* '' */
96
- .bpmn-icon-lane-insert-below:before { content: '\e85e'; } /* '' */
97
- .bpmn-icon-space-tool:before { content: '\e85f'; } /* '' */
98
- .bpmn-icon-connection-multi:before { content: '\e860'; } /* '' */
99
- .bpmn-icon-lane:before { content: '\e861'; } /* '' */
100
- .bpmn-icon-lasso-tool:before { content: '\e862'; } /* '' */
101
- .bpmn-icon-lane-insert-above:before { content: '\e863'; } /* '' */
102
- .bpmn-icon-lane-divide-three:before { content: '\e864'; } /* '' */
103
- .bpmn-icon-lane-divide-two:before { content: '\e865'; } /* '' */
104
- .bpmn-icon-data-input:before { content: '\e866'; } /* '' */
105
- .bpmn-icon-data-output:before { content: '\e867'; } /* '' */
106
- .bpmn-icon-hand-tool:before { content: '\e868'; } /* '' */
107
- .bpmn-icon-group:before { content: '\e869'; } /* '' */
108
- .bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */