UNPKG

aurelia-kendoui-bridge

Version:

A set of Telerik KendoUI wrappers for Aurelia allowing developers to easily use KendoUI components in their Aurelia application.

20 lines (13 loc) 780 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.GridCommand = undefined; var _dec, _dec2, _class; var _aureliaTemplating = require('aurelia-templating'); var _constants = require('../common/constants'); var _decorators = require('../common/decorators'); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var GridCommand = exports.GridCommand = (_dec = (0, _aureliaTemplating.customElement)(_constants.constants.elementPrefix + 'grid-command'), _dec2 = (0, _decorators.generateBindables)('GridColumnCommandItem'), _dec(_class = _dec2(_class = function GridCommand() { _classCallCheck(this, GridCommand); }) || _class) || _class);