Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2024-07-25 08:34:16
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Jul 25, 2024
1 parent cf47523 commit afe97cb
Show file tree
Hide file tree
Showing 351 changed files with 2,060 additions and 2,012 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 @@
841CA9026DBEF3604CF9130C6E189AFC.cache.js
4B11DD12C4B3A2EC818F7F25B9554480.cache.js

Devmode:devmode.js

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

2 changes: 1 addition & 1 deletion dev/editors/dmn/kogito-editors-js/dmn-loader.js

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions dev/editors/dmn/model/DC.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,29 @@ var DC_Module_Factory = function () {
name: 'DC',
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/',
typeInfos: [{
localName: 'Bounds',
localName: 'Color',
propertyInfos: [{
name: 'x',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'x'
},
type: 'attribute'
}, {
name: 'y',
name: 'red',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'y'
localPart: 'red'
},
type: 'attribute'
}, {
name: 'width',
name: 'green',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'width'
localPart: 'green'
},
type: 'attribute'
}, {
name: 'height',
name: 'blue',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'height'
localPart: 'blue'
},
type: 'attribute'
}]
Expand Down Expand Up @@ -76,29 +68,37 @@ var DC_Module_Factory = function () {
type: 'attribute'
}]
}, {
localName: 'Color',
localName: 'Bounds',
propertyInfos: [{
name: 'red',
name: 'x',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'red'
localPart: 'x'
},
type: 'attribute'
}, {
name: 'green',
name: 'y',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'green'
localPart: 'y'
},
type: 'attribute'
}, {
name: 'blue',
name: 'width',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'blue'
localPart: 'width'
},
type: 'attribute'
}, {
name: 'height',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'height'
},
type: 'attribute'
}]
Expand All @@ -112,17 +112,17 @@ var DC_Module_Factory = function () {
values: ['maroon', 'red', 'orange', 'yellow', 'olive', 'purple', 'fuchsia', 'white', 'lime', 'green', 'navy', 'blue', 'aqua', 'teal', 'black', 'silver', 'gray']
}],
elementInfos: [{
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Color',
elementName: 'Color'
}, {
typeInfo: '.Point',
elementName: 'Point'
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Point',
elementName: 'Point'
}]
};
return {
Expand Down
92 changes: 46 additions & 46 deletions dev/editors/dmn/model/DI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,6 @@ var DI_Module_Factory = function () {
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DI\/',
dependencies: ['DC'],
typeInfos: [{
localName: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
}]
}, {
localName: 'DiagramElement.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
minOccurs: 0,
collection: true,
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Style.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
minOccurs: 0,
collection: true,
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Style',
propertyInfos: [{
name: 'otherAttributes',
Expand Down Expand Up @@ -81,20 +49,6 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'Shape',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'bounds',
elementName: {
localPart: 'Bounds',
namespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/'
},
typeInfo: 'DC.Bounds'
}]
}, {
localName: 'Diagram',
baseTypeInfo: '.DiagramElement',
Expand All @@ -121,6 +75,52 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
}]
}, {
localName: 'Style.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
minOccurs: 0,
collection: true,
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Shape',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'bounds',
elementName: {
localPart: 'Bounds',
namespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/'
},
typeInfo: 'DC.Bounds'
}]
}, {
localName: 'DiagramElement.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
minOccurs: 0,
collection: true,
mixed: false,
type: 'anyElement'
}]
}],
elementInfos: [{
typeInfo: '.Style',
Expand Down
Loading

0 comments on commit afe97cb

Please sign in to comment.