Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2024-02-27 08:35:09
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Feb 27, 2024
1 parent 137e330 commit d0a6613
Show file tree
Hide file tree
Showing 29 changed files with 1,858 additions and 1,858 deletions.
Binary file modified dev/editors/bpmn/WEB-INF/lib/errai-cdi-client-0.0.0.jar
Binary file not shown.
Binary file modified dev/editors/bpmn/WEB-INF/lib/errai-cdi-shared-0.0.0.jar
Binary file not shown.
Binary file modified dev/editors/bpmn/WEB-INF/lib/errai-codegen-0.0.0.jar
Binary file not shown.
Binary file modified dev/editors/bpmn/WEB-INF/lib/errai-codegen-gwt-0.0.0.jar
Binary file not shown.
Binary file modified dev/editors/bpmn/WEB-INF/lib/errai-common-0.0.0.jar
Binary file not shown.
Binary file modified dev/editors/bpmn/WEB-INF/lib/errai-config-0.0.0.jar
Binary file not shown.
Binary file modified dev/editors/bpmn/WEB-INF/lib/errai-ioc-0.0.0.jar
Binary file not shown.
Binary file modified dev/editors/bpmn/WEB-INF/lib/reflections-0.0.0.jar
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
89603F6565F2BB1DF02D38DEE2AC4656.cache.js
DDF06FF575689B753FFE402E96FA5C06.cache.js

Devmode:devmode.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions dev/editors/dmn/model/DC.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,25 @@ var DC_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'Dimension',
propertyInfos: [{
name: 'width',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'width'
},
type: 'attribute'
}, {
name: 'height',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'height'
},
type: 'attribute'
}]
}, {
localName: 'Bounds',
propertyInfos: [{
Expand Down Expand Up @@ -83,25 +102,6 @@ var DC_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'Dimension',
propertyInfos: [{
name: 'width',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'width'
},
type: 'attribute'
}, {
name: 'height',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'height'
},
type: 'attribute'
}]
}, {
type: 'enumInfo',
localName: 'AlignmentKind',
Expand All @@ -117,12 +117,12 @@ var DC_Module_Factory = function () {
}, {
typeInfo: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Color',
elementName: 'Color'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}]
};
return {
Expand Down
84 changes: 42 additions & 42 deletions dev/editors/dmn/model/DI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ var DI_Module_Factory = function () {
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DI\/',
dependencies: ['DC'],
typeInfos: [{
localName: 'Edge',
localName: 'Shape',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
name: 'bounds',
elementName: {
localPart: 'Bounds',
namespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/'
},
typeInfo: 'DC.Bounds'
}]
}, {
localName: 'DiagramElement.Extension',
Expand Down Expand Up @@ -52,18 +54,46 @@ var DI_Module_Factory = function () {
type: 'attribute'
}]
}, {
localName: 'Shape',
baseTypeInfo: '.DiagramElement',
localName: 'DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'bounds',
elementName: {
localPart: 'Bounds',
namespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/'
name: 'extension',
typeInfo: '.DiagramElement.Extension'
}, {
name: 'style',
mixed: false,
allowDom: false,
elementName: 'Style',
typeInfo: '.Style',
type: 'elementRef'
}, {
name: 'sharedStyle',
typeInfo: 'IDREF',
attributeName: {
localPart: 'sharedStyle'
},
typeInfo: 'DC.Bounds'
type: 'attribute'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
}]
}, {
localName: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
}]
}, {
localName: 'Style.Extension',
Expand Down Expand Up @@ -91,36 +121,6 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.DiagramElement.Extension'
}, {
name: 'style',
mixed: false,
allowDom: false,
elementName: 'Style',
typeInfo: '.Style',
type: 'elementRef'
}, {
name: 'sharedStyle',
typeInfo: 'IDREF',
attributeName: {
localPart: 'sharedStyle'
},
type: 'attribute'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
}]
}],
elementInfos: [{
typeInfo: '.Style',
Expand Down
Loading

0 comments on commit d0a6613

Please sign in to comment.