@aurelia-mdc-web/base
Advanced tools
Comparing version 8.0.3 to 8.0.4
@@ -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) { | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
tslib_1.__metadata("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "delay", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], MdcFocusTrap.prototype, "initialFocusEl", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
tslib_1.__metadata("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipInitialFocus", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
tslib_1.__metadata("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipRestoreFocus", void 0); | ||
MdcFocusTrap = (0, tslib_1.__decorate)([ | ||
MdcFocusTrap = 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]) | ||
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) { | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView, primaryProperty: true }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], MdcSizeCustomAttribute.prototype, "value", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "width", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "height", void 0); | ||
MdcSizeCustomAttribute = (0, tslib_1.__decorate)([ | ||
MdcSizeCustomAttribute = tslib_1.__decorate([ | ||
(0, aurelia_framework_1.customAttribute)('mdc-size'), | ||
(0, aurelia_framework_1.inject)(Element), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
], MdcSizeCustomAttribute); | ||
@@ -60,0 +60,0 @@ return MdcSizeCustomAttribute; |
@@ -17,11 +17,11 @@ define(["require", "exports", "tslib", "aurelia-binding", "aurelia-templating"], function (require, exports, tslib_1, aurelia_binding_1, aurelia_templating_1) { | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Promise) | ||
tslib_1.__metadata("design:type", Promise) | ||
], MdcPromisifyReference.prototype, "promise", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.toView }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], MdcPromisifyReference.prototype, "reference", void 0); | ||
MdcPromisifyReference = (0, tslib_1.__decorate)([ | ||
MdcPromisifyReference = tslib_1.__decorate([ | ||
(0, aurelia_templating_1.customElement)('mdc-promisify-reference'), | ||
@@ -28,0 +28,0 @@ aurelia_templating_1.noView |
@@ -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 = (0, tslib_1.__decorate)([ | ||
MdcComponentAdapters = tslib_1.__decorate([ | ||
(0, aurelia_framework_1.inject)(aurelia_framework_1.ObserverLocator), | ||
(0, tslib_1.__metadata)("design:paramtypes", [aurelia_framework_1.ObserverLocator]) | ||
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 (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
var _this = this; | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
return 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 (0, tslib_1.__awaiter)(this, void 0, void 0, function () { return (0, tslib_1.__generator)(this, function (_a) { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { | ||
return [2 /*return*/]; | ||
@@ -29,4 +29,4 @@ }); }); | ||
MdcComponent.prototype.attached = function () { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
return tslib_1.__generator(this, function (_a) { | ||
switch (_a.label) { | ||
@@ -33,0 +33,0 @@ case 0: |
@@ -30,22 +30,22 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
tslib_1.__metadata("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "delay", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], MdcFocusTrap.prototype, "initialFocusEl", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
tslib_1.__metadata("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipInitialFocus", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable.booleanAttr, | ||
(0, tslib_1.__metadata)("design:type", Boolean) | ||
tslib_1.__metadata("design:type", Boolean) | ||
], MdcFocusTrap.prototype, "skipRestoreFocus", void 0); | ||
MdcFocusTrap = (0, tslib_1.__decorate)([ | ||
MdcFocusTrap = 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]) | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
], MdcFocusTrap); | ||
@@ -52,0 +52,0 @@ return MdcFocusTrap; |
@@ -44,18 +44,18 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView, primaryProperty: true }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], MdcSizeCustomAttribute.prototype, "value", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "width", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_framework_1.bindable)({ defaultBindingMode: aurelia_framework_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Number) | ||
tslib_1.__metadata("design:type", Number) | ||
], MdcSizeCustomAttribute.prototype, "height", void 0); | ||
MdcSizeCustomAttribute = (0, tslib_1.__decorate)([ | ||
MdcSizeCustomAttribute = tslib_1.__decorate([ | ||
(0, aurelia_framework_1.customAttribute)('mdc-size'), | ||
(0, aurelia_framework_1.inject)(Element), | ||
(0, tslib_1.__metadata)("design:paramtypes", [HTMLElement]) | ||
tslib_1.__metadata("design:paramtypes", [HTMLElement]) | ||
], MdcSizeCustomAttribute); | ||
@@ -62,0 +62,0 @@ return MdcSizeCustomAttribute; |
@@ -19,11 +19,11 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.fromView }), | ||
(0, tslib_1.__metadata)("design:type", Promise) | ||
tslib_1.__metadata("design:type", Promise) | ||
], MdcPromisifyReference.prototype, "promise", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, aurelia_templating_1.bindable)({ defaultBindingMode: aurelia_binding_1.bindingMode.toView }), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], MdcPromisifyReference.prototype, "reference", void 0); | ||
MdcPromisifyReference = (0, tslib_1.__decorate)([ | ||
MdcPromisifyReference = tslib_1.__decorate([ | ||
(0, aurelia_templating_1.customElement)('mdc-promisify-reference'), | ||
@@ -30,0 +30,0 @@ aurelia_templating_1.noView |
@@ -81,5 +81,5 @@ "use strict"; | ||
}; | ||
MdcComponentAdapters = (0, tslib_1.__decorate)([ | ||
MdcComponentAdapters = tslib_1.__decorate([ | ||
(0, aurelia_framework_1.inject)(aurelia_framework_1.ObserverLocator), | ||
(0, tslib_1.__metadata)("design:paramtypes", [aurelia_framework_1.ObserverLocator]) | ||
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 (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
var _this = this; | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
return 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 (0, tslib_1.__awaiter)(this, void 0, void 0, function () { return (0, tslib_1.__generator)(this, function (_a) { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { | ||
return [2 /*return*/]; | ||
@@ -29,4 +29,4 @@ }); }); | ||
MdcComponent.prototype.attached = function () { | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { | ||
return (0, tslib_1.__generator)(this, function (_a) { | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
return tslib_1.__generator(this, function (_a) { | ||
switch (_a.label) { | ||
@@ -33,0 +33,0 @@ case 0: |
{ | ||
"name": "@aurelia-mdc-web/base", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"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
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
219720