@aurelia-mdc-web/base
Advanced tools
Comparing version 7.1.4 to 8.0.0
@@ -26,22 +26,22 @@ 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([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
tslib_1.__metadata("design:type", Boolean) | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "delay", void 0); | ||
tslib_1.__decorate([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
tslib_1.__metadata("design:type", Object) | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
], MdcFocusTrap.prototype, "initialFocusEl", void 0); | ||
tslib_1.__decorate([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
tslib_1.__metadata("design:type", Boolean) | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipInitialFocus", void 0); | ||
tslib_1.__decorate([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
tslib_1.__metadata("design:type", Boolean) | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipRestoreFocus", void 0); | ||
MdcFocusTrap = tslib_1.__decorate([ | ||
aurelia_templating_1.customAttribute('mdc-focus-trap'), | ||
aurelia_dependency_injection_1.inject(Element), | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
MdcFocusTrap = (0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.customAttribute)('mdc-focus-trap'), | ||
(0, aurelia_dependency_injection_1.inject)(Element), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
], MdcFocusTrap); | ||
@@ -48,0 +48,0 @@ return MdcFocusTrap; |
@@ -42,18 +42,18 @@ define(["require", "exports", "tslib", "aurelia-framework", "aurelia-pal"], function (require, exports, tslib_1, aurelia_framework_1, aurelia_pal_1) { | ||
}; | ||
tslib_1.__decorate([ | ||
aurelia_framework_1.bindable({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView, primaryProperty: true }), | ||
tslib_1.__metadata("design:type", Object) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView, primaryProperty: true }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
], MdcSizeCustomAttribute.prototype, "value", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_framework_1.bindable({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
tslib_1.__metadata("design:type", Number) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "width", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_framework_1.bindable({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
tslib_1.__metadata("design:type", Number) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "height", void 0); | ||
MdcSizeCustomAttribute = tslib_1.__decorate([ | ||
aurelia_framework_1.customAttribute('mdc-size'), | ||
aurelia_framework_1.inject(Element), | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
MdcSizeCustomAttribute = (0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.customAttribute)('mdc-size'), | ||
(0, aurelia_framework_1.inject)(Element), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
], MdcSizeCustomAttribute); | ||
@@ -60,0 +60,0 @@ return MdcSizeCustomAttribute; |
@@ -17,12 +17,12 @@ define(["require", "exports", "tslib", "aurelia-binding", "aurelia-templating"], function (require, exports, tslib_1, aurelia_binding_1, aurelia_templating_1) { | ||
}; | ||
tslib_1.__decorate([ | ||
aurelia_templating_1.bindable({ defaultBindingMode: aurelia_binding_1.bindingMode.fromView }), | ||
tslib_1.__metadata("design:type", Promise) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Promise) | ||
], MdcPromisifyReference.prototype, "promise", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_templating_1.bindable({ defaultBindingMode: aurelia_binding_1.bindingMode.toView }), | ||
tslib_1.__metadata("design:type", Object) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.toView }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
], MdcPromisifyReference.prototype, "reference", void 0); | ||
MdcPromisifyReference = tslib_1.__decorate([ | ||
aurelia_templating_1.customElement('mdc-promisify-reference'), | ||
MdcPromisifyReference = (0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.customElement)('mdc-promisify-reference'), | ||
aurelia_templating_1.noView | ||
@@ -29,0 +29,0 @@ ], MdcPromisifyReference); |
@@ -79,5 +79,5 @@ define(["require", "exports", "tslib", "aurelia-framework", "aurelia-templating-binding"], function (require, exports, tslib_1, aurelia_framework_1, aurelia_templating_binding_1) { | ||
}; | ||
MdcComponentAdapters = tslib_1.__decorate([ | ||
aurelia_framework_1.inject(aurelia_framework_1.ObserverLocator), | ||
tslib_1.__metadata("design:paramtypes", [aurelia_framework_1.ObserverLocator]) | ||
MdcComponentAdapters = (0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.inject)(aurelia_framework_1.ObserverLocator), | ||
(0, tslib_1.__metadata)("design:paramtypes", [aurelia_framework_1.ObserverLocator]) | ||
], MdcComponentAdapters); | ||
@@ -84,0 +84,0 @@ return MdcComponentAdapters; |
@@ -11,5 +11,5 @@ define(["require", "exports", "tslib"], function (require, exports, tslib_1) { | ||
MdcComponent.prototype.createInitiliasedPromise = function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
var _this = this; | ||
return tslib_1.__generator(this, function (_a) { | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
return [2 /*return*/, new Promise(function (r) { return _this.initialisedResolve = r; })]; | ||
@@ -21,3 +21,3 @@ }); | ||
MdcComponent.prototype.initialise = function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { return (0, tslib_1.__generator)(this, function (_a) { | ||
return [2 /*return*/]; | ||
@@ -29,4 +29,4 @@ }); }); | ||
MdcComponent.prototype.attached = function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
return tslib_1.__generator(this, function (_a) { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
switch (_a.label) { | ||
@@ -33,0 +33,0 @@ case 0: return [4 /*yield*/, this.initialise()]; |
@@ -30,22 +30,22 @@ "use strict"; | ||
}; | ||
tslib_1.__decorate([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
tslib_1.__metadata("design:type", Boolean) | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "delay", void 0); | ||
tslib_1.__decorate([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
tslib_1.__metadata("design:type", Object) | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
], MdcFocusTrap.prototype, "initialFocusEl", void 0); | ||
tslib_1.__decorate([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
tslib_1.__metadata("design:type", Boolean) | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipInitialFocus", void 0); | ||
tslib_1.__decorate([ | ||
(0, tslib_1.__decorate)([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
tslib_1.__metadata("design:type", Boolean) | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipRestoreFocus", void 0); | ||
MdcFocusTrap = tslib_1.__decorate([ | ||
aurelia_templating_1.customAttribute('mdc-focus-trap'), | ||
aurelia_dependency_injection_1.inject(Element), | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
MdcFocusTrap = (0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.customAttribute)('mdc-focus-trap'), | ||
(0, aurelia_dependency_injection_1.inject)(Element), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
], MdcFocusTrap); | ||
@@ -52,0 +52,0 @@ return MdcFocusTrap; |
@@ -44,18 +44,18 @@ "use strict"; | ||
}; | ||
tslib_1.__decorate([ | ||
aurelia_framework_1.bindable({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView, primaryProperty: true }), | ||
tslib_1.__metadata("design:type", Object) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView, primaryProperty: true }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
], MdcSizeCustomAttribute.prototype, "value", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_framework_1.bindable({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
tslib_1.__metadata("design:type", Number) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "width", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_framework_1.bindable({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
tslib_1.__metadata("design:type", Number) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "height", void 0); | ||
MdcSizeCustomAttribute = tslib_1.__decorate([ | ||
aurelia_framework_1.customAttribute('mdc-size'), | ||
aurelia_framework_1.inject(Element), | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
MdcSizeCustomAttribute = (0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.customAttribute)('mdc-size'), | ||
(0, aurelia_framework_1.inject)(Element), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
], MdcSizeCustomAttribute); | ||
@@ -62,0 +62,0 @@ return MdcSizeCustomAttribute; |
@@ -19,12 +19,12 @@ "use strict"; | ||
}; | ||
tslib_1.__decorate([ | ||
aurelia_templating_1.bindable({ defaultBindingMode: aurelia_binding_1.bindingMode.fromView }), | ||
tslib_1.__metadata("design:type", Promise) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Promise) | ||
], MdcPromisifyReference.prototype, "promise", void 0); | ||
tslib_1.__decorate([ | ||
aurelia_templating_1.bindable({ defaultBindingMode: aurelia_binding_1.bindingMode.toView }), | ||
tslib_1.__metadata("design:type", Object) | ||
(0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.toView }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
], MdcPromisifyReference.prototype, "reference", void 0); | ||
MdcPromisifyReference = tslib_1.__decorate([ | ||
aurelia_templating_1.customElement('mdc-promisify-reference'), | ||
MdcPromisifyReference = (0, tslib_1.__decorate)([ | ||
(0, aurelia_templating_1.customElement)('mdc-promisify-reference'), | ||
aurelia_templating_1.noView | ||
@@ -31,0 +31,0 @@ ], MdcPromisifyReference); |
@@ -81,5 +81,5 @@ "use strict"; | ||
}; | ||
MdcComponentAdapters = tslib_1.__decorate([ | ||
aurelia_framework_1.inject(aurelia_framework_1.ObserverLocator), | ||
tslib_1.__metadata("design:paramtypes", [aurelia_framework_1.ObserverLocator]) | ||
MdcComponentAdapters = (0, tslib_1.__decorate)([ | ||
(0, aurelia_framework_1.inject)(aurelia_framework_1.ObserverLocator), | ||
(0, tslib_1.__metadata)("design:paramtypes", [aurelia_framework_1.ObserverLocator]) | ||
], MdcComponentAdapters); | ||
@@ -86,0 +86,0 @@ return MdcComponentAdapters; |
@@ -11,5 +11,5 @@ "use strict"; | ||
MdcComponent.prototype.createInitiliasedPromise = function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
var _this = this; | ||
return tslib_1.__generator(this, function (_a) { | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
return [2 /*return*/, new Promise(function (r) { return _this.initialisedResolve = r; })]; | ||
@@ -21,3 +21,3 @@ }); | ||
MdcComponent.prototype.initialise = function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { return (0, tslib_1.__generator)(this, function (_a) { | ||
return [2 /*return*/]; | ||
@@ -29,4 +29,4 @@ }); }); | ||
MdcComponent.prototype.attached = function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
return tslib_1.__generator(this, function (_a) { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
switch (_a.label) { | ||
@@ -33,0 +33,0 @@ case 0: return [4 /*yield*/, this.initialise()]; |
{ | ||
"name": "@aurelia-mdc-web/base", | ||
"version": "7.1.4", | ||
"version": "8.0.0", | ||
"publishConfig": { | ||
@@ -50,3 +50,3 @@ "access": "public" | ||
"dependencies": { | ||
"@material/base": "^12.0.0", | ||
"@material/base": "^13.0.0", | ||
"aurelia-typed-observable-plugin": "^0.4.2" | ||
@@ -53,0 +53,0 @@ }, |
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
216692
+ Added@material/base@13.0.0(transitive)
- Removed@material/base@12.0.0(transitive)
Updated@material/base@^13.0.0