UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

27 lines 894 B
import { __decorate, __metadata } from "tslib"; import { customElement, useView, PLATFORM } from 'aurelia-framework'; import { bindable } from 'aurelia-typed-observable-plugin'; /** * Optional, for list divider element * @selector mdc-list-divider */ let MdcListDivider = class MdcListDivider { }; __decorate([ bindable.booleanAttr, __metadata("design:type", Boolean) ], MdcListDivider.prototype, "padded", void 0); __decorate([ bindable.none, __metadata("design:type", Object) ], MdcListDivider.prototype, "leadingType", void 0); __decorate([ bindable.none, __metadata("design:type", Object) ], MdcListDivider.prototype, "trailingType", void 0); MdcListDivider = __decorate([ useView(PLATFORM.moduleName('./mdc-list-divider.html')), customElement('mdc-list-divider') ], MdcListDivider); export { MdcListDivider }; //# sourceMappingURL=mdc-list-divider.js.map