@aurelia-mdc-web/base
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -31,3 +31,3 @@ define(["require", "exports", "tslib", "aurelia-dependency-injection", "aurelia-templating", "aurelia-typed-observable-plugin", "@material/dom/focus-trap"], function (require, exports, tslib_1, aurelia_dependency_injection_1, aurelia_templating_1, aurelia_typed_observable_plugin_1, focus_trap_1) { | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
@@ -34,0 +34,0 @@ ], MdcFocusTrap.prototype, "initialFocusEl", void 0); |
@@ -1,2 +0,2 @@ | ||
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) { | ||
define(["require", "exports", "aurelia-framework", "aurelia-typed-observable-plugin", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap", "./next-element"], function (require, exports, aurelia_framework_1, aurelia_typed_observable_plugin_1, mdc_component_1, mdc_component_adapters_1, material_palette_1, mdc_focus_trap_1, next_element_1) { | ||
"use strict"; | ||
@@ -18,3 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.configure = configure; | ||
aurelia_typed_observable_plugin_1.coerceFunctions.none = function (a) { | ||
return a; | ||
}; | ||
(0, aurelia_typed_observable_plugin_1.createTypedBindable)('none'); | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -35,3 +35,3 @@ "use strict"; | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
aurelia_typed_observable_plugin_1.bindable.none, | ||
tslib_1.__metadata("design:type", Object) | ||
@@ -38,0 +38,0 @@ ], MdcFocusTrap.prototype, "initialFocusEl", void 0); |
@@ -5,2 +5,3 @@ "use strict"; | ||
var aurelia_framework_1 = require("aurelia-framework"); | ||
var aurelia_typed_observable_plugin_1 = require("aurelia-typed-observable-plugin"); | ||
var mdc_component_1 = require("./mdc-component"); | ||
@@ -24,2 +25,6 @@ Object.defineProperty(exports, "MdcComponent", { enumerable: true, get: function () { return mdc_component_1.MdcComponent; } }); | ||
exports.configure = configure; | ||
aurelia_typed_observable_plugin_1.coerceFunctions.none = function (a) { | ||
return a; | ||
}; | ||
(0, aurelia_typed_observable_plugin_1.createTypedBindable)('none'); | ||
//# sourceMappingURL=index.js.map |
@@ -33,3 +33,3 @@ import { __decorate, __metadata } from "tslib"; | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
@@ -36,0 +36,0 @@ ], MdcFocusTrap.prototype, "initialFocusEl", void 0); |
import { PLATFORM } from 'aurelia-framework'; | ||
import { coerceFunctions, createTypedBindable } from 'aurelia-typed-observable-plugin'; | ||
export { MdcComponent } from './mdc-component'; | ||
@@ -14,2 +15,6 @@ export { MdcComponentAdapters } from './mdc-component-adapters'; | ||
} | ||
coerceFunctions.none = function (a) { | ||
return a; | ||
}; | ||
createTypedBindable('none'); | ||
//# sourceMappingURL=index.js.map |
@@ -32,3 +32,3 @@ import { __decorate, __metadata } from "tslib"; | ||
__decorate([ | ||
bindable, | ||
bindable.none, | ||
__metadata("design:type", Object) | ||
@@ -35,0 +35,0 @@ ], MdcFocusTrap.prototype, "initialFocusEl", void 0); |
import { PLATFORM } from 'aurelia-framework'; | ||
import { coerceFunctions, createTypedBindable } from 'aurelia-typed-observable-plugin'; | ||
export { MdcComponent } from './mdc-component'; | ||
@@ -14,2 +15,6 @@ export { MdcComponentAdapters } from './mdc-component-adapters'; | ||
} | ||
coerceFunctions.none = function (a) { | ||
return a; | ||
}; | ||
createTypedBindable('none'); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aurelia-mdc-web/base", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"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
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
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
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
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
246384
2062