Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return 0;
},
enumerable: true,
configurable: true
});
__decorate([
core_1.Input(),
__metadata('design:type', Object)
], MdSidenav.prototype, "align", void 0);
__decorate([
core_1.Input(),
__metadata('design:type', Object)
], MdSidenav.prototype, "mode", void 0);
__decorate([
core_1.Input('opened'),
field_value_1.BooleanFieldValue(),
__metadata('design:type', Boolean)
], MdSidenav.prototype, "_opened", void 0);
__decorate([
core_1.Output('open-start'),
__metadata('design:type', Object)
], MdSidenav.prototype, "onOpenStart", void 0);
__decorate([
core_1.Output('open'),
__metadata('design:type', Object)
], MdSidenav.prototype, "onOpen", void 0);
__decorate([
core_1.Output('close-start'),
__metadata('design:type', Object)
], MdSidenav.prototype, "onCloseStart", void 0);
__decorate([
core_1.Output('close'),
__decorate([
core_1.Input('aria-label'),
__metadata('design:type', String)
], MdInput.prototype, "ariaLabel", void 0);
__decorate([
core_1.Input('aria-labelledby'),
__metadata('design:type', String)
], MdInput.prototype, "ariaLabelledBy", void 0);
__decorate([
core_1.Input('aria-disabled'),
field_value_1.BooleanFieldValue(),
__metadata('design:type', Boolean)
], MdInput.prototype, "ariaDisabled", void 0);
__decorate([
core_1.Input('aria-required'),
field_value_1.BooleanFieldValue(),
__metadata('design:type', Boolean)
], MdInput.prototype, "ariaRequired", void 0);
__decorate([
core_1.Input('aria-invalid'),
field_value_1.BooleanFieldValue(),
__metadata('design:type', Boolean)
], MdInput.prototype, "ariaInvalid", void 0);
__decorate([
core_1.ContentChild(MdPlaceholder),
__metadata('design:type', MdPlaceholder)
], MdInput.prototype, "_placeholderChild", void 0);
__decorate([
core_1.ContentChildren(MdHint),
__metadata('design:type', core_1.QueryList)
], MdInput.prototype, "_hintChildren", void 0);
__decorate([