Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2025-01-19 22:52:09
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Jan 20, 2025
1 parent 1334873 commit d1b9deb
Show file tree
Hide file tree
Showing 29 changed files with 1,935 additions and 1,935 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 @@
97CED28FA2A03FAEE00E7B4A05A6A977.cache.js
D529CA2C2198381768DB985140ECC97D.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 @@ -3,37 +3,29 @@ var DC_Module_Factory = function () {
name: 'DC',
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/',
typeInfos: [{
localName: 'Bounds',
localName: 'Color',
propertyInfos: [{
name: 'x',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'x'
},
type: 'attribute'
}, {
name: 'y',
name: 'red',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'y'
localPart: 'red'
},
type: 'attribute'
}, {
name: 'width',
name: 'green',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'width'
localPart: 'green'
},
type: 'attribute'
}, {
name: 'height',
name: 'blue',
required: true,
typeInfo: 'Double',
typeInfo: 'Int',
attributeName: {
localPart: 'height'
localPart: 'blue'
},
type: 'attribute'
}]
Expand Down Expand Up @@ -76,50 +68,58 @@ var DC_Module_Factory = function () {
type: 'attribute'
}]
}, {
localName: 'Color',
localName: 'Bounds',
propertyInfos: [{
name: 'red',
name: 'x',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'red'
localPart: 'x'
},
type: 'attribute'
}, {
name: 'green',
name: 'y',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'green'
localPart: 'y'
},
type: 'attribute'
}, {
name: 'blue',
name: 'width',
required: true,
typeInfo: 'Int',
typeInfo: 'Double',
attributeName: {
localPart: 'blue'
localPart: 'width'
},
type: 'attribute'
}, {
name: 'height',
required: true,
typeInfo: 'Double',
attributeName: {
localPart: 'height'
},
type: 'attribute'
}]
}, {
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']
}, {
type: 'enumInfo',
localName: 'KnownColor',
values: ['maroon', 'red', 'orange', 'yellow', 'olive', 'purple', 'fuchsia', 'white', 'lime', 'green', 'navy', 'blue', 'aqua', 'teal', 'black', 'silver', 'gray']
}],
elementInfos: [{
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Point',
elementName: 'Point'
}, {
typeInfo: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Color',
elementName: 'Color'
Expand Down
72 changes: 36 additions & 36 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: 'Shape',
baseTypeInfo: '.DiagramElement',
propertyInfos: [{
Expand All @@ -27,6 +17,42 @@ var DI_Module_Factory = function () {
},
typeInfo: 'DC.Bounds'
}]
}, {
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: 'Style.Extension',
typeName: null,
propertyInfos: [{
name: 'any',
minOccurs: 0,
collection: true,
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'Style',
propertyInfos: [{
Expand Down Expand Up @@ -85,32 +111,6 @@ var DI_Module_Factory = function () {
collection: true,
typeInfo: 'DC.Point'
}]
}, {
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.Extension',
typeName: null,
Expand Down
Loading

0 comments on commit d1b9deb

Please sign in to comment.