UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

21 lines 819 B
import { __decorate, __metadata } from "tslib"; import { customAttribute, inject } from 'aurelia-framework'; /** * Optional. The first tile in the row (in LTR languages, the first column of the list item). Typically an icon or image. * @selector [mdc-deprecated-list-item-graphic] */ let MdcDeprecatedListItemGraphic = class MdcDeprecatedListItemGraphic { constructor(root) { this.root = root; } attached() { this.root.classList.add('mdc-deprecated-list-item__graphic'); } }; MdcDeprecatedListItemGraphic = __decorate([ inject(Element), customAttribute('mdc-deprecated-list-item-graphic'), __metadata("design:paramtypes", [HTMLElement]) ], MdcDeprecatedListItemGraphic); export { MdcDeprecatedListItemGraphic }; //# sourceMappingURL=mdc-deprecated-list-item-graphic.js.map