camunda-bpmn-js 3.3.1 → 4.0.0-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.
- package/dist/assets/properties-panel.css +7 -2
- package/dist/base-modeler.development.js +4514 -4486
- package/dist/base-modeler.production.min.js +35 -35
- package/dist/base-navigated-viewer.development.js +3 -0
- package/dist/base-navigated-viewer.production.min.js +1 -1
- package/dist/base-viewer.development.js +2 -0
- package/dist/base-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-modeler.development.js +6193 -7050
- package/dist/camunda-cloud-modeler.production.min.js +39 -39
- package/dist/camunda-cloud-navigated-viewer.development.js +3 -0
- package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-viewer.development.js +2 -0
- package/dist/camunda-cloud-viewer.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +4528 -4498
- package/dist/camunda-platform-modeler.production.min.js +38 -38
- package/dist/camunda-platform-navigated-viewer.development.js +3 -0
- package/dist/camunda-platform-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-platform-viewer.development.js +2 -0
- package/dist/camunda-platform-viewer.production.min.js +1 -1
- package/package.json +25 -24
|
@@ -6283,6 +6283,7 @@
|
|
|
6283
6283
|
* @typedef {import('../util/Types').Point} Point
|
|
6284
6284
|
*/
|
|
6285
6285
|
|
|
6286
|
+
|
|
6286
6287
|
/**
|
|
6287
6288
|
* @param {import('../core/EventBus').Event} event
|
|
6288
6289
|
*
|
|
@@ -21890,6 +21891,7 @@
|
|
|
21890
21891
|
*/
|
|
21891
21892
|
|
|
21892
21893
|
|
|
21894
|
+
|
|
21893
21895
|
// inlined ../../resources/logo.svg
|
|
21894
21896
|
var BPMNIO_LOGO_SVG = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.02 5.57" width="53" height="21"><path fill="currentColor" d="M1.88.92v.14c0 .41-.13.68-.4.8.33.14.46.44.46.86v.33c0 .61-.33.95-.95.95H0V0h.95c.65 0 .93.3.93.92zM.63.57v1.06h.24c.24 0 .38-.1.38-.43V.98c0-.28-.1-.4-.32-.4zm0 1.63v1.22h.36c.2 0 .32-.1.32-.39v-.35c0-.37-.12-.48-.4-.48H.63zM4.18.99v.52c0 .64-.31.98-.94.98h-.3V4h-.62V0h.92c.63 0 .94.35.94.99zM2.94.57v1.35h.3c.2 0 .3-.09.3-.37v-.6c0-.29-.1-.38-.3-.38h-.3zm2.89 2.27L6.25 0h.88v4h-.6V1.12L6.1 3.99h-.6l-.46-2.82v2.82h-.55V0h.87zM8.14 1.1V4h-.56V0h.79L9 2.4V0h.56v4h-.64zm2.49 2.29v.6h-.6v-.6zM12.12 1c0-.63.33-1 .95-1 .61 0 .95.37.95 1v2.04c0 .64-.34 1-.95 1-.62 0-.95-.37-.95-1zm.62 2.08c0 .28.13.39.33.39s.32-.1.32-.4V.98c0-.29-.12-.4-.32-.4s-.33.11-.33.4z"/><path fill="currentColor" d="M0 4.53h14.02v1.04H0zM11.08 0h.63v.62h-.63zm.63 4V1h-.63v2.98z"/></svg>';
|
|
21895
21897
|
|
|
@@ -23474,6 +23476,7 @@
|
|
|
23474
23476
|
*/
|
|
23475
23477
|
|
|
23476
23478
|
|
|
23479
|
+
|
|
23477
23480
|
/**
|
|
23478
23481
|
* @param {Point} a
|
|
23479
23482
|
* @param {Point} b
|