app-decorators
Version:
Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps
88 lines (71 loc) • 2.96 kB
JavaScript
System.register(['app-decorators/src/libs/element-to-function', './bootstrap', './libs/element-to-function', './libs/customelement', './libs/eventhandler', './libs/view', './libs/stylesheet', './apps/router', './apps/pubsub', './libs/random-storage', './decorators/component', './decorators/view', './decorators/style', './decorators/on', './decorators/action', './decorators/model', './decorators/modelpool'], function (_export, _context) {
"use strict";
var _elementToFunc, elementToFunction;
return {
setters: [function (_appDecoratorsSrcLibsElementToFunction) {
_elementToFunc = _appDecoratorsSrcLibsElementToFunction.default;
}, function (_bootstrap) {}, function (_libsElementToFunction) {
elementToFunction = _libsElementToFunction.default;
}, function (_libsCustomelement) {
var _exportObj = {};
_exportObj.Register = _libsCustomelement.Register;
_export(_exportObj);
}, function (_libsEventhandler) {
var _exportObj2 = {};
_exportObj2.Eventhandler = _libsEventhandler.Eventhandler;
_export(_exportObj2);
}, function (_libsView) {
var _exportObj3 = {};
_exportObj3.View = _libsView.View;
_export(_exportObj3);
}, function (_libsStylesheet) {
var _exportObj4 = {};
_exportObj4.Stylesheet = _libsStylesheet.Stylesheet;
_export(_exportObj4);
}, function (_appsRouter) {
var _exportObj5 = {};
_exportObj5.Router = _appsRouter.Router;
_export(_exportObj5);
}, function (_appsPubsub) {
var _exportObj6 = {};
_exportObj6.Pubsub = _appsPubsub.Pubsub;
_export(_exportObj6);
}, function (_libsRandomStorage) {
var _exportObj7 = {};
_exportObj7.storage = _libsRandomStorage.storage;
_export(_exportObj7);
}, function (_decoratorsComponent) {
var _exportObj8 = {};
_exportObj8.component = _decoratorsComponent.component;
_export(_exportObj8);
}, function (_decoratorsView) {
var _exportObj9 = {};
_exportObj9.view = _decoratorsView.view;
_export(_exportObj9);
}, function (_decoratorsStyle) {
var _exportObj10 = {};
_exportObj10.style = _decoratorsStyle.style;
_export(_exportObj10);
}, function (_decoratorsOn) {
var _exportObj11 = {};
_exportObj11.on = _decoratorsOn.on;
_export(_exportObj11);
}, function (_decoratorsAction) {
var _exportObj12 = {};
_exportObj12.action = _decoratorsAction.action;
_export(_exportObj12);
}, function (_decoratorsModel) {
var _exportObj13 = {};
_exportObj13.model = _decoratorsModel.model;
_export(_exportObj13);
}, function (_decoratorsModelpool) {
var _exportObj14 = {};
_exportObj14.modelpool = _decoratorsModelpool.modelpool;
_export(_exportObj14);
}],
execute: function () {
_export('default', elementToFunction);
}
};
});
//# sourceMappingURL=index.js.map