@aurelia-mdc-web/base
Advanced tools
Comparing version 7.0.6 to 7.1.0
@@ -1,11 +0,13 @@ | ||
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) { | ||
define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap"], function (require, exports, aurelia_framework_1, mdc_component_1, mdc_component_adapters_1, material_palette_1, mdc_focus_trap_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.configure = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
exports.configure = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
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; } }); | ||
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') | ||
@@ -12,0 +14,0 @@ ]); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.configure = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
exports.configure = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
var aurelia_framework_1 = require("aurelia-framework"); | ||
@@ -11,5 +11,8 @@ var mdc_component_1 = require("./mdc-component"); | ||
Object.defineProperty(exports, "MATERIAL_PALETTE", { enumerable: true, get: function () { return material_palette_1.MATERIAL_PALETTE; } }); | ||
var mdc_focus_trap_1 = require("./attributes/mdc-focus-trap"); | ||
Object.defineProperty(exports, "MdcFocusTrap", { enumerable: true, get: function () { return mdc_focus_trap_1.MdcFocusTrap; } }); | ||
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') | ||
@@ -16,0 +19,0 @@ ]); |
@@ -5,5 +5,7 @@ import { PLATFORM } from 'aurelia-framework'; | ||
export { MATERIAL_PALETTE } from './material-palette'; | ||
export { MdcFocusTrap } from './attributes/mdc-focus-trap'; | ||
export function configure(config) { | ||
config.globalResources([ | ||
PLATFORM.moduleName('./attributes/mdc-size-attribute'), | ||
PLATFORM.moduleName('./attributes/mdc-focus-trap'), | ||
PLATFORM.moduleName('./elements/mdc-promisify-reference') | ||
@@ -10,0 +12,0 @@ ]); |
@@ -5,5 +5,7 @@ import { PLATFORM } from 'aurelia-framework'; | ||
export { MATERIAL_PALETTE } from './material-palette'; | ||
export { MdcFocusTrap } from './attributes/mdc-focus-trap'; | ||
export function configure(config) { | ||
config.globalResources([ | ||
PLATFORM.moduleName('./attributes/mdc-size-attribute'), | ||
PLATFORM.moduleName('./attributes/mdc-focus-trap'), | ||
PLATFORM.moduleName('./elements/mdc-promisify-reference') | ||
@@ -10,0 +12,0 @@ ]); |
@@ -7,2 +7,3 @@ import { FrameworkConfiguration } from 'aurelia-framework'; | ||
export { MATERIAL_PALETTE } from './material-palette'; | ||
export { MdcFocusTrap } from './attributes/mdc-focus-trap'; | ||
export declare function configure(config: FrameworkConfiguration): void; |
{ | ||
"name": "@aurelia-mdc-web/base", | ||
"version": "7.0.6", | ||
"version": "7.1.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
215581
73
1848