UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

15 lines 607 B
import { __decorate } from "tslib"; import { viewEngineHooks } from 'aurelia-framework'; let EnhanceMdcDeprecatedListItem = class EnhanceMdcDeprecatedListItem { beforeCompile(template) { const actions = template.querySelectorAll('[mdc-deprecated-list-item]'); for (const i of Array.from(actions)) { i.setAttribute('as-element', 'mdc-deprecated-list-item'); } } }; EnhanceMdcDeprecatedListItem = __decorate([ viewEngineHooks ], EnhanceMdcDeprecatedListItem); export { EnhanceMdcDeprecatedListItem }; //# sourceMappingURL=enhance-mdc-deprecated-list-item.js.map