Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2024-08-21 08:32:24
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Aug 21, 2024
1 parent 7a9ed94 commit bb1c729
Show file tree
Hide file tree
Showing 359 changed files with 1,950 additions and 1,943 deletions.
2 changes: 1 addition & 1 deletion dev/bpmn-envelope.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/dmn-envelope.js

Large diffs are not rendered by default.

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.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
B136FFB849D05BAD9963313A53FE971B.cache.js
240BD124239A55C2EA01DEEC2879F02D.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.

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: '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: 'Color',
propertyInfos: [{
name: 'red',
Expand All @@ -29,25 +48,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'
}]
}, {
localName: 'Point',
propertyInfos: [{
Expand Down Expand Up @@ -112,14 +112,14 @@ 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: '.Color',
elementName: 'Color'
}, {
typeInfo: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Color',
elementName: 'Color'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
Expand Down
104 changes: 52 additions & 52 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: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
}]
}, {
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',
propertyInfos: [{
name: 'otherAttributes',
Expand Down Expand Up @@ -33,58 +59,6 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
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: 'Edge',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'waypoint',
minOccurs: 0,
collection: true,
typeInfo: 'DC.Point'
}]
}, {
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,
Expand Down Expand Up @@ -121,6 +95,32 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
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'
}]
}],
elementInfos: [{
typeInfo: '.Style',
Expand Down
Loading

0 comments on commit bb1c729

Please sign in to comment.