Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2025-03-03 14:00:16
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Mar 3, 2025
1 parent 1af3813 commit 04432fd
Show file tree
Hide file tree
Showing 29 changed files with 1,778 additions and 1,778 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 @@
B5EF02B84FE3E908051023AF22626275.cache.js
E60B5CA2F66CEC1961C5B38645B4F04B.cache.js

Devmode:devmode.js

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

70 changes: 35 additions & 35 deletions dev/editors/dmn/model/DC.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,64 +22,64 @@ var DC_Module_Factory = function () {
type: 'attribute'
}]
}, {
localName: 'Bounds',
localName: 'Color',
propertyInfos: [{
name: 'x',
name: 'red',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'x'
localPart: 'red'
},
type: 'attribute'
}, {
name: 'y',
name: 'green',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'y'
localPart: 'green'
},
type: 'attribute'
}, {
name: 'width',
name: 'blue',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'width'
localPart: 'blue'
},
type: 'attribute'
}, {
name: 'height',
}]
}, {
localName: 'Bounds',
propertyInfos: [{
name: 'x',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'height'
localPart: 'x'
},
type: 'attribute'
}]
}, {
localName: 'Color',
propertyInfos: [{
name: 'red',
}, {
name: 'y',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'red'
localPart: 'y'
},
type: 'attribute'
}, {
name: 'green',
name: 'width',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'green'
localPart: 'width'
},
type: 'attribute'
}, {
name: 'blue',
name: 'height',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'blue'
localPart: 'height'
},
type: 'attribute'
}]
Expand All @@ -102,27 +102,27 @@ var DC_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
type: 'enumInfo',
localName: 'AlignmentKind',
values: ['start', 'end', 'center']
}, {
type: 'enumInfo',
localName: 'KnownColor',
values: ['maroon', 'red', 'orange', 'yellow', 'olive', 'purple', 'fuchsia', 'white', 'lime', 'green', 'navy', 'blue', 'aqua', 'teal', 'black', 'silver', 'gray']
}, {
type: 'enumInfo',
localName: 'AlignmentKind',
values: ['start', 'end', 'center']
}],
elementInfos: [{
typeInfo: '.Color',
elementName: 'Color'
typeInfo: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Color',
elementName: 'Color'
}]
};
return {
Expand Down
90 changes: 45 additions & 45 deletions dev/editors/dmn/model/DI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ var DI_Module_Factory = function () {
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DI\/',
dependencies: ['DC'],
typeInfos: [{
localName: 'DiagramElement.Extension',
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',
Expand All @@ -14,42 +26,18 @@ var DI_Module_Factory = function () {
type: 'anyElement'
}]
}, {
localName: 'Diagram',
localName: 'Shape',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'name',
attributeName: {
localPart: 'name'
},
type: 'attribute'
}, {
name: 'documentation',
attributeName: {
localPart: 'documentation'
},
type: 'attribute'
}, {
name: 'resolution',
typeInfo: 'Double',
attributeName: {
localPart: 'resolution'
name: 'bounds',
elementName: {
localPart: 'Bounds',
namespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/'
},
type: 'attribute'
}]
}, {
localName: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
typeInfo: 'DC.Bounds'
}]
}, {
localName: 'DiagramElement',
Expand Down Expand Up @@ -82,21 +70,23 @@ var DI_Module_Factory = function () {
type: 'attribute'
}]
}, {
localName: 'Shape',
baseTypeInfo: '.DiagramElement',
localName: 'Style',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'bounds',
elementName: {
localPart: 'Bounds',
namespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/'
name: 'extension',
typeInfo: '.Style.Extension'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
typeInfo: 'DC.Bounds'
type: 'attribute'
}]
}, {
localName: 'Style.Extension',
localName: 'DiagramElement.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
Expand All @@ -106,18 +96,28 @@ var DI_Module_Factory = function () {
type: 'anyElement'
}]
}, {
localName: 'Style',
localName: 'Diagram',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.Style.Extension'
name: 'name',
attributeName: {
localPart: 'name'
},
type: 'attribute'
}, {
name: 'id',
typeInfo: 'ID',
name: 'documentation',
attributeName: {
localPart: 'id'
localPart: 'documentation'
},
type: 'attribute'
}, {
name: 'resolution',
typeInfo: 'Double',
attributeName: {
localPart: 'resolution'
},
type: 'attribute'
}]
Expand Down
Loading

0 comments on commit 04432fd

Please sign in to comment.