@aurelia-mdc-web/list
Version:
Wrapper for Material Components Web List
22 lines • 928 B
JavaScript
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]
*/
var MdcDeprecatedListItemMeta = /** @class */ (function () {
function MdcDeprecatedListItemMeta(root) {
this.root = root;
}
MdcDeprecatedListItemMeta.prototype.attached = function () {
this.root.classList.add('mdc-deprecated-list-item__meta');
};
MdcDeprecatedListItemMeta = __decorate([
inject(Element),
customAttribute('mdc-deprecated-list-item-meta'),
__metadata("design:paramtypes", [HTMLElement])
], MdcDeprecatedListItemMeta);
return MdcDeprecatedListItemMeta;
}());
export { MdcDeprecatedListItemMeta };
//# sourceMappingURL=mdc-deprecated-list-item-meta.js.map