Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2024-02-26 08:34:46
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Feb 26, 2024
1 parent 8ad47d0 commit 137e330
Show file tree
Hide file tree
Showing 29 changed files with 1,765 additions and 1,765 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 @@
0075D201EF66AE53DC024D66498A4824.cache.js
89603F6565F2BB1DF02D38DEE2AC4656.cache.js

Devmode:devmode.js

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

54 changes: 27 additions & 27 deletions dev/editors/dmn/model/DC.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,29 @@ var DC_Module_Factory = function () {
name: 'DC',
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/',
typeInfos: [{
localName: 'Point',
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: 'blue',
required: true,
typeInfo: 'Int',
attributeName: {
localPart: 'blue'
},
type: 'attribute'
}]
Expand Down Expand Up @@ -57,29 +65,21 @@ var DC_Module_Factory = function () {
type: 'attribute'
}]
}, {
localName: 'Color',
localName: 'Point',
propertyInfos: [{
name: 'red',
required: true,
typeInfo: 'Int',
attributeName: {
localPart: 'red'
},
type: 'attribute'
}, {
name: 'green',
name: 'x',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'green'
localPart: 'x'
},
type: 'attribute'
}, {
name: 'blue',
name: 'y',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'blue'
localPart: 'y'
},
type: 'attribute'
}]
Expand Down Expand Up @@ -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: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Color',
elementName: 'Color'
typeInfo: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Color',
elementName: 'Color'
}]
};
return {
Expand Down
78 changes: 39 additions & 39 deletions dev/editors/dmn/model/DI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ 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: 'Diagram',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
Expand All @@ -29,16 +51,6 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'Style.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
minOccurs: 0,
collection: true,
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Shape',
baseTypeInfo: '.DiagramElement',
Expand All @@ -54,19 +66,7 @@ var DI_Module_Factory = function () {
typeInfo: 'DC.Bounds'
}]
}, {
localName: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
}]
}, {
localName: 'DiagramElement.Extension',
localName: 'Style.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
Expand All @@ -75,6 +75,22 @@ var DI_Module_Factory = function () {
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Style',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.Style.Extension'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
}]
}, {
localName: 'DiagramElement',
propertyInfos: [{
Expand Down Expand Up @@ -105,22 +121,6 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'Style',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.Style.Extension'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
}]
}],
elementInfos: [{
typeInfo: '.Style',
Expand Down
Loading

0 comments on commit 137e330

Please sign in to comment.