Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
fix(grid): add UIElement to grid
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed Oct 23, 2017
1 parent 29cdee9 commit 86d55f1
Show file tree
Hide file tree
Showing 15 changed files with 18,829 additions and 7,167 deletions.
521 changes: 375 additions & 146 deletions dist/amd/aurelia-openui5-bridge.d.ts

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions dist/amd/grid/grid.js
Expand Up @@ -22,6 +22,24 @@ define(['exports', 'aurelia-templating', 'aurelia-dependency-injection', '../com
}
}

var _createClass = function () {
function defineProperties(target, props) {
for (var i = 0; i < props.length; i++) {
var descriptor = props[i];
descriptor.enumerable = descriptor.enumerable || false;
descriptor.configurable = true;
if ("value" in descriptor) descriptor.writable = true;
Object.defineProperty(target, descriptor.key, descriptor);
}
}

return function (Constructor, protoProps, staticProps) {
if (protoProps) defineProperties(Constructor.prototype, protoProps);
if (staticProps) defineProperties(Constructor, staticProps);
return Constructor;
};
}();

function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) {
var desc = {};
Object['ke' + 'ys'](descriptor).forEach(function (key) {
Expand Down Expand Up @@ -124,6 +142,13 @@ define(['exports', 'aurelia-templating', 'aurelia-dependency-injection', '../com
}
};

_createClass(Ui5Grid, [{
key: 'UIElement',
get: function get() {
return this._grid;
}
}]);

return Ui5Grid;
}(), (_descriptor = _applyDecoratedDescriptor(_class2.prototype, 'defaultSpan', [_dec3], {
enumerable: true,
Expand Down

0 comments on commit 86d55f1

Please sign in to comment.