Merge pull request #3 from sivaranjith-78/EJ2-64880-bpmnChange

updated bpmn symbol palette shape.
This commit is contained in:
shyamg1991 2023-01-19 14:53:52 +05:30 коммит произвёл GitHub
Родитель 2748a64ef4 3a9f2fee16
Коммит 4cc8f7e5fb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -495,7 +495,7 @@ var bpmnShapes = [
},
{
id:'Message Flow',
sourcePoint: { x: 0, y: 0 }, targetPoint: { x: 30, y: 25 },type: 'Straight',
sourcePoint: { x: 0, y: 0 }, targetPoint: { x: 30, y: 22 },type: 'Straight',
sourceDecorator:{shape:'None'},targetDecorator:{shape:'Arrow',style:{fill:'white'}},
style:{strokeDashArray:'4 4'}
},
@ -503,15 +503,16 @@ var bpmnShapes = [
id: 'Message', width: 35,
height: 25,shape: { type: 'Bpmn', shape: 'Message',},
},
{
id: 'Data_Object', width: 30, height: 35,
shape: { type: 'Bpmn', shape: 'DataObject', dataObject: { collection: false, type: 'None' } },
},
{
{
id:'Data_Source', width:30,height:28, shape: {
type: 'Bpmn', shape: 'DataSource',
}
},
{
id: 'Data_Object', width: 30, height: 35,
shape: { type: 'Bpmn', shape: 'DataObject', dataObject: { collection: false, type: 'None' } },
},
];
@ -2344,4 +2345,4 @@ var exportRegion = new ej.dropdowns.DropDownList({
fields: { text: 'text', value: 'value' },
value: exportSettings.region
});
exportRegion.appendTo('#exportRegion');
exportRegion.appendTo('#exportRegion');