qms-angular 1.1.65 → 1.1.67
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/bundles/qms-angular.umd.js +24 -6
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/qms-bpmn/models/shape-connection-detail.model.js +4 -1
- package/esm2015/lib/components/qms-bpmn/qms-bpmn.component.js +17 -6
- package/fesm2015/qms-angular.js +21 -7
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/qms-bpmn/models/shape-connection-detail.model.d.ts +10 -0
- package/lib/components/qms-bpmn/qms-bpmn.component.d.ts +2 -1
- package/lib.theme.scss +0 -1
- package/package.json +1 -1
- package/qms-angular.metadata.json +1 -1
- package/src/assets/jointjs/js/joint-plus.js +2 -2
- package/src/assets/jointjs/scss/bpmn.css +829 -829
- package/src/assets/jointjs/scss/joint-plus.min.css +14 -0
- package/src/lib/components/qms-bpmn/qms-bpmn.component.scss +43 -18
- package/src/assets/jointjs/scss/joint-plus.css +0 -8695
@@ -35254,7 +35254,7 @@ file, You can obtain one at https://www.jointjs.com/license
|
|
35254
35254
|
}
|
35255
35255
|
},
|
35256
35256
|
ACTIVITY_TYPE_ICONS: activityIcons,
|
35257
|
-
ACTIVITY_MARKER_ICONS:
|
35257
|
+
ACTIVITY_MARKER_ICONS: activityMarkers
|
35258
35258
|
});
|
35259
35259
|
|
35260
35260
|
const Conversation = Element$2.define('bpmn2.Conversation', {
|
@@ -35325,7 +35325,7 @@ file, You can obtain one at https://www.jointjs.com/license
|
|
35325
35325
|
// iconType & iconTypes parameter
|
35326
35326
|
}
|
35327
35327
|
},
|
35328
|
-
CONVERSATION_MARKER_ICONS:
|
35328
|
+
CONVERSATION_MARKER_ICONS: activityMarkers
|
35329
35329
|
});
|
35330
35330
|
|
35331
35331
|
// function toPolygonPathData(bbox) {
|