@aurelia-mdc-web/base
Version:
Base classes for Aurelia Material Components Web
19 lines • 1.7 kB
JavaScript
define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap", "./next-element", "./aurelia-typed-observable-plugin-fix"], function (require, exports, aurelia_framework_1, mdc_component_1, mdc_component_adapters_1, material_palette_1, mdc_focus_trap_1, next_element_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.nextElement = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0;
exports.configure = configure;
Object.defineProperty(exports, "MdcComponent", { enumerable: true, get: function () { return mdc_component_1.MdcComponent; } });
Object.defineProperty(exports, "MdcComponentAdapters", { enumerable: true, get: function () { return mdc_component_adapters_1.MdcComponentAdapters; } });
Object.defineProperty(exports, "MATERIAL_PALETTE", { enumerable: true, get: function () { return material_palette_1.MATERIAL_PALETTE; } });
Object.defineProperty(exports, "MdcFocusTrap", { enumerable: true, get: function () { return mdc_focus_trap_1.MdcFocusTrap; } });
Object.defineProperty(exports, "nextElement", { enumerable: true, get: function () { return next_element_1.nextElement; } });
function configure(config) {
config.globalResources([
aurelia_framework_1.PLATFORM.moduleName('./attributes/mdc-size-attribute'),
aurelia_framework_1.PLATFORM.moduleName('./attributes/mdc-focus-trap'),
aurelia_framework_1.PLATFORM.moduleName('./elements/mdc-promisify-reference')
]);
}
});
//# sourceMappingURL=index.js.map