UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

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