Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2024-02-28 08:28:05
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Feb 28, 2024
1 parent d0a6613 commit 2e0103e
Show file tree
Hide file tree
Showing 30 changed files with 1,883 additions and 1,883 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 @@
DDF06FF575689B753FFE402E96FA5C06.cache.js
92251539BBD29040AFCE3D8E464478B6.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 @@ -3,6 +3,25 @@ var DC_Module_Factory = function () {
name: 'DC',
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/',
typeInfos: [{
localName: 'Point',
propertyInfos: [{
name: 'x',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'x'
},
type: 'attribute'
}, {
name: 'y',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'y'
},
type: 'attribute'
}]
}, {
localName: 'Color',
propertyInfos: [{
name: 'red',
Expand Down Expand Up @@ -83,25 +102,6 @@ var DC_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'Point',
propertyInfos: [{
name: 'x',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'x'
},
type: 'attribute'
}, {
name: 'y',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'y'
},
type: 'attribute'
}]
}, {
type: 'enumInfo',
localName: 'AlignmentKind',
Expand All @@ -112,9 +112,6 @@ 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: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Point',
elementName: 'Point'
}, {
Expand All @@ -123,6 +120,9 @@ var DC_Module_Factory = function () {
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Dimension',
elementName: 'Dimension'
}]
};
return {
Expand Down
102 changes: 51 additions & 51 deletions dev/editors/dmn/model/DI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ var DI_Module_Factory = function () {
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DI\/',
dependencies: ['DC'],
typeInfos: [{
localName: 'Style.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
minOccurs: 0,
collection: true,
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: 'Shape',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
Expand All @@ -27,32 +53,6 @@ var DI_Module_Factory = function () {
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Diagram',
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'
},
type: 'attribute'
}]
}, {
localName: 'DiagramElement',
propertyInfos: [{
Expand Down Expand Up @@ -84,42 +84,42 @@ var DI_Module_Factory = function () {
type: 'attribute'
}]
}, {
localName: 'Edge',
localName: 'Diagram',
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'
name: 'name',
attributeName: {
localPart: 'name'
},
type: 'attribute'
}, {
name: 'documentation',
attributeName: {
localPart: 'documentation'
},
type: 'attribute'
}, {
name: 'resolution',
typeInfo: 'Double',
attributeName: {
localPart: 'resolution'
},
type: 'attribute'
}]
}, {
localName: 'Style',
localName: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.Style.Extension'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
}]
}],
elementInfos: [{
Expand Down
Loading

0 comments on commit 2e0103e

Please sign in to comment.