@aurelia-mdc-web/base
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters"], function (require, exports, aurelia_framework_1, mdc_component_1, mdc_component_adapters_1) { | ||
define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters", "./material-palette"], function (require, exports, aurelia_framework_1, mdc_component_1, mdc_component_adapters_1, material_palette_1) { | ||
"use strict"; | ||
@@ -7,2 +7,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
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; } }); | ||
function configure(config) { | ||
@@ -9,0 +10,0 @@ config.globalResources([ |
@@ -9,2 +9,4 @@ "use strict"; | ||
Object.defineProperty(exports, "MdcComponentAdapters", { enumerable: true, get: function () { return mdc_component_adapters_1.MdcComponentAdapters; } }); | ||
var material_palette_1 = require("./material-palette"); | ||
Object.defineProperty(exports, "MATERIAL_PALETTE", { enumerable: true, get: function () { return material_palette_1.MATERIAL_PALETTE; } }); | ||
function configure(config) { | ||
@@ -11,0 +13,0 @@ config.globalResources([ |
import { PLATFORM } from 'aurelia-framework'; | ||
export { MdcComponent } from './mdc-component'; | ||
export { MdcComponentAdapters } from './mdc-component-adapters'; | ||
export { MATERIAL_PALETTE } from './material-palette'; | ||
export function configure(config) { | ||
@@ -5,0 +6,0 @@ config.globalResources([ |
import { PLATFORM } from 'aurelia-framework'; | ||
export { MdcComponent } from './mdc-component'; | ||
export { MdcComponentAdapters } from './mdc-component-adapters'; | ||
export { MATERIAL_PALETTE } from './material-palette'; | ||
export function configure(config) { | ||
@@ -5,0 +6,0 @@ config.globalResources([ |
@@ -6,2 +6,3 @@ import { FrameworkConfiguration } from 'aurelia-framework'; | ||
export { IValidatedElement } from './elements/i-validated-element'; | ||
export { MATERIAL_PALETTE } from './material-palette'; | ||
export declare function configure(config: FrameworkConfiguration): void; |
{ | ||
"name": "@aurelia-mdc-web/base", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"publishConfig": { | ||
@@ -80,3 +80,3 @@ "access": "public" | ||
}, | ||
"gitHead": "6566875faa5a515cf40d2092a7dd52f82863ac77" | ||
"gitHead": "8667e13c07bc50abb04541ce4625de5d8cc1a1ca" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
129090
56
1466