dmn-js-decision-table-custom-z
Version:
A decision table view for dmn-js
19 lines (15 loc) • 729 B
JavaScript
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
import PoweredByLogoComponent from './components/PoweredByLogoComponent';
import PoweredByOverlayComponent from './components/PoweredByOverlayComponent';
var PoweredBy = function PoweredBy(components, eventBus) {
_classCallCheck(this, PoweredBy);
components.onGetComponent('table.before', function () {
return PoweredByLogoComponent;
});
components.onGetComponent('table.before', function () {
return PoweredByOverlayComponent;
});
};
export { PoweredBy as default };
PoweredBy.$inject = ['components', 'eventBus'];
//# sourceMappingURL=PoweredBy.js.map