Skip to content

Commit

Permalink
Apache KIE Tools Daily Dev Build resources - 2024-02-08 08:30:33
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-ci-kie committed Feb 8, 2024
1 parent f5ec1b7 commit a668f0b
Show file tree
Hide file tree
Showing 348 changed files with 1,904 additions and 1,904 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 @@
99A4946EE916FA21C2A3F4903838B4D0.cache.js
B94E4611FE4690835B9C79565B57C039.cache.js

Devmode:devmode.js

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

60 changes: 30 additions & 30 deletions dev/editors/dmn/model/DC.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,24 @@ var DC_Module_Factory = function () {
name: 'DC',
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DC\/',
typeInfos: [{
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',
required: true,
typeInfo: 'Int',
attributeName: {
localPart: 'blue'
},
type: 'attribute'
}]
}, {
localName: 'Dimension',
propertyInfos: [{
name: 'width',
required: true,
typeInfo: 'Double',
Expand All @@ -49,26 +38,34 @@ var DC_Module_Factory = function () {
type: 'attribute'
}]
}, {
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'
}]
}, {
localName: 'Bounds',
localName: 'Point',
propertyInfos: [{
name: 'x',
required: true,
Expand All @@ -85,7 +82,10 @@ var DC_Module_Factory = function () {
localPart: 'y'
},
type: 'attribute'
}, {
}]
}, {
localName: 'Dimension',
propertyInfos: [{
name: 'width',
required: true,
typeInfo: 'Double',
Expand All @@ -112,6 +112,9 @@ 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: '.Bounds',
elementName: 'Bounds'
}, {
typeInfo: '.Color',
elementName: 'Color'
}, {
Expand All @@ -120,9 +123,6 @@ var DC_Module_Factory = function () {
}, {
typeInfo: '.Dimension',
elementName: 'Dimension'
}, {
typeInfo: '.Bounds',
elementName: 'Bounds'
}]
};
return {
Expand Down
92 changes: 46 additions & 46 deletions dev/editors/dmn/model/DI.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ var DI_Module_Factory = function () {
defaultElementNamespaceURI: 'http:\/\/www.omg.org\/spec\/DMN\/20180521\/DI\/',
dependencies: ['DC'],
typeInfos: [{
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,6 +43,36 @@ var DI_Module_Factory = function () {
mixed: false,
type: 'anyElement'
}]
}, {
localName: 'DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.DiagramElement.Extension'
}, {
name: 'style',
mixed: false,
allowDom: false,
elementName: 'Style',
typeInfo: '.Style',
type: 'elementRef'
}, {
name: 'sharedStyle',
typeInfo: 'IDREF',
attributeName: {
localPart: 'sharedStyle'
},
type: 'attribute'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
}]
}, {
localName: 'DiagramElement.Extension',
typeName: null,
Expand Down Expand Up @@ -63,36 +109,6 @@ var DI_Module_Factory = function () {
},
type: 'attribute'
}]
}, {
localName: 'DiagramElement',
propertyInfos: [{
name: 'otherAttributes',
type: 'anyAttribute'
}, {
name: 'extension',
typeInfo: '.DiagramElement.Extension'
}, {
name: 'style',
mixed: false,
allowDom: false,
elementName: 'Style',
typeInfo: '.Style',
type: 'elementRef'
}, {
name: 'sharedStyle',
typeInfo: 'IDREF',
attributeName: {
localPart: 'sharedStyle'
},
type: 'attribute'
}, {
name: 'id',
typeInfo: 'ID',
attributeName: {
localPart: 'id'
},
type: 'attribute'
}]
}, {
localName: 'Edge',
baseTypeInfo: '.DiagramElement',
Expand All @@ -105,22 +121,6 @@ var DI_Module_Factory = function () {
collection: true,
typeInfo: 'DC.Point'
}]
}, {
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 a668f0b

Please sign in to comment.