define('components/test/index',['exports'], function (exports) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.configure = configure;
function configure(config) {
config.globalResources(['./elements/ft-full-width-page', './elements/ft-full-width-page-no-panel', './elements/ft-header', './elements/ft-footer.html', './elements/ft-breadcrumbs.html', './elements/ft-fund-alert.html', './elements/ft-fund-title.html', './elements/ft-fund-tabs.html', './docs/ft-docs']);
}
});
define('components/test/docs/ft-docs',['exports', 'aurelia-framework', '../../../lib/data-service'], function (exports, _aureliaFramework, _dataService) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FtDocs = undefined;
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
var _dec, _class;
var FtDocs = exports.FtDocs = (_dec = (0, _aureliaFramework.inject)(Element, _dataService.DataService), _dec(_class = function () {
function FtDocs(element, dataService) {
var _this = this;
_classCallCheck(this, FtDocs);
this.docs = new Map();
this.index = [];
this.element = element;
this.dataService = dataService;
dataService.getBeanFromUrl('docs', 'assets/docs.json').then(function (docs) {
_this.index = docs.index;
Object.keys(docs.pages).forEach(function (key) {
_this.docs.set(key, docs.pages[key]);
_this.selectedPage = _this.docs.get('README.md');
});
});
}
FtDocs.prototype.onPageSelected = function onPageSelected(name) {
this.selectedPage = this.docs.get(name);
this.selectedPageName = name;
this.element.scrollIntoView();
};
FtDocs.prototype.getPageTitle = function getPageTitle(pageid) {
var matches = this.docs.get(pageid).match(/
]*>([^<]+)/);
if (matches !== null) {
return matches[1];
}
return pageid;
};
return FtDocs;
}()) || _class);
});
define('components/test/docs/main',['exports'], function (exports) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.configure = configure;
Promise.config({
longStackTraces: true,
warnings: {
wForgottenReturn: false
}
});
function configure(aurelia) {
aurelia.use.basicConfiguration().feature('components/test');
aurelia.use.developmentLogging();
aurelia.start().then(function () {
return aurelia.setRoot('components/test/docs/ft-docs');
});
}
});
define('components/test/elements/ft-full-width-page-no-panel',['exports', '../../../environment'], function (exports, _environment) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FtFullWidthPageNoPanel = undefined;
var _environment2 = _interopRequireDefault(_environment);
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
var FtFullWidthPageNoPanel = exports.FtFullWidthPageNoPanel = function FtFullWidthPageNoPanel() {
_classCallCheck(this, FtFullWidthPageNoPanel);
this.cssRoot = '';
this.cssRoot = _environment2.default.cssRoot;
};
});
define('components/test/elements/ft-full-width-page',['exports', '../../../environment'], function (exports, _environment) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FtFullWidthPage = undefined;
var _environment2 = _interopRequireDefault(_environment);
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
var FtFullWidthPage = exports.FtFullWidthPage = function FtFullWidthPage() {
_classCallCheck(this, FtFullWidthPage);
this.cssRoot = '';
this.cssRoot = _environment2.default.cssRoot;
};
});
define('components/test/elements/ft-header',['exports', '../../../environment'], function (exports, _environment) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FtHeader = undefined;
var _environment2 = _interopRequireDefault(_environment);
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
var FtHeader = exports.FtHeader = function FtHeader() {
_classCallCheck(this, FtHeader);
this.cssRoot = '';
this.cssRoot = _environment2.default.cssRoot;
};
});
define('text!components/test/docs/ft-docs.html', ['module'], function(module) { module.exports = "
"; });
define('text!components/test/elements/ft-breadcrumbs.html', ['module'], function(module) { module.exports = " "; });
define('text!components/test/elements/ft-footer.html', ['module'], function(module) { module.exports = " "; });
define('text!components/test/elements/ft-full-width-page-no-panel.html', ['module'], function(module) { module.exports = " Distributions are made to those who are registered shareholders of the fund on the record date. Distributions are paid on the pay date. Estimates can change prior to the record date depending on market conditions and number of shares outstanding. All dates and distributions are subject to board approval. Net investment income distribution estimates do not include short- or long-term capital gain distributions the funds may be making. The actual amounts of net investment income shareholders will receive will be reported, along with any short-term capital gain distributions, as Ordinary Dividends on Form 1099-DIV.
"; });
define('text!components/test/elements/ft-full-width-page.html', ['module'], function(module) { module.exports = " Distributions are made to those who are registered shareholders of the fund on the record date. Distributions are paid on the pay date. Estimates can change prior to the record date depending on market conditions and number of shares outstanding. All dates and distributions are subject to board approval. Net investment income distribution estimates do not include short- or long-term capital gain distributions the funds may be making. The actual amounts of net investment income shareholders will receive will be reported, along with any short-term capital gain distributions, as Ordinary Dividends on Form 1099-DIV.
"; });
define('text!components/test/elements/ft-fund-alert.html', ['module'], function(module) { module.exports = " "; });
define('text!components/test/elements/ft-fund-tabs.html', ['module'], function(module) { module.exports = " "; });
define('text!components/test/elements/ft-fund-title.html', ['module'], function(module) { module.exports = " "; });
define('text!components/test/elements/ft-header.html', ['module'], function(module) { module.exports = " "; });
//# sourceMappingURL=local-test.js.map