Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2025-03-07 22:52:05
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Mar 8, 2025
1 parent a9298b7 commit fff88c4
Show file tree
Hide file tree
Showing 32 changed files with 1,612 additions and 1,612 deletions.
2 changes: 1 addition & 1 deletion dev/bpmn-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.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
8A6094793A6AD181C8B7F2D911A293E7.cache.js
36381099D9F7F9CC6C4B97F789E17D67.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.

52 changes: 26 additions & 26 deletions dev/editors/dmn/model/DC.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@ 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: 'Color',
propertyInfos: [{
Expand Down Expand Up @@ -48,25 +67,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: 'Bounds',
propertyInfos: [{
Expand Down Expand Up @@ -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: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Color',
elementName: 'Color'
}, {
typeInfo: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Color',
elementName: 'Color'
}]
};
return {
Expand Down
46 changes: 23 additions & 23 deletions dev/editors/dmn/model/DI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ 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: 'DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
Expand Down Expand Up @@ -66,20 +56,14 @@ var DI_Module_Factory = function () {
type: 'anyElement'
}]
}, {
localName: 'Style',
localName: 'Style.Extension',
typeName: null,
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.Style.Extension'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
name: 'any',
minOccurs: 0,
collection: true,
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Diagram',
Expand Down Expand Up @@ -121,6 +105,22 @@ var DI_Module_Factory = function () {
},
typeInfo: 'DC.Bounds'
}]
}, {
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 fff88c4

Please sign in to comment.