@aurelia-mdc-web/base
Advanced tools
Comparing version 8.0.4 to 8.0.5
@@ -1,5 +0,5 @@ | ||
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) { | ||
define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap", "./next-element"], 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.configure = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
exports.configure = exports.nextElement = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
Object.defineProperty(exports, "MdcComponent", { enumerable: true, get: function () { return mdc_component_1.MdcComponent; } }); | ||
@@ -9,2 +9,3 @@ Object.defineProperty(exports, "MdcComponentAdapters", { enumerable: true, get: function () { return mdc_component_adapters_1.MdcComponentAdapters; } }); | ||
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) { | ||
@@ -11,0 +12,0 @@ config.globalResources([ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.configure = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
exports.configure = exports.nextElement = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0; | ||
var aurelia_framework_1 = require("aurelia-framework"); | ||
@@ -13,2 +13,4 @@ var mdc_component_1 = require("./mdc-component"); | ||
Object.defineProperty(exports, "MdcFocusTrap", { enumerable: true, get: function () { return mdc_focus_trap_1.MdcFocusTrap; } }); | ||
var next_element_1 = require("./next-element"); | ||
Object.defineProperty(exports, "nextElement", { enumerable: true, get: function () { return next_element_1.nextElement; } }); | ||
function configure(config) { | ||
@@ -15,0 +17,0 @@ config.globalResources([ |
@@ -6,2 +6,3 @@ import { PLATFORM } from 'aurelia-framework'; | ||
export { MdcFocusTrap } from './attributes/mdc-focus-trap'; | ||
export { nextElement } from './next-element'; | ||
export function configure(config) { | ||
@@ -8,0 +9,0 @@ config.globalResources([ |
@@ -6,2 +6,3 @@ import { PLATFORM } from 'aurelia-framework'; | ||
export { MdcFocusTrap } from './attributes/mdc-focus-trap'; | ||
export { nextElement } from './next-element'; | ||
export function configure(config) { | ||
@@ -8,0 +9,0 @@ config.globalResources([ |
@@ -8,2 +8,3 @@ import { FrameworkConfiguration } from 'aurelia-framework'; | ||
export { MdcFocusTrap } from './attributes/mdc-focus-trap'; | ||
export { nextElement } from './next-element'; | ||
export declare function configure(config: FrameworkConfiguration): void; |
{ | ||
"name": "@aurelia-mdc-web/base", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"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
244221
82
2043