UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

20 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MdcDeprecatedListItemPrimaryText = void 0; var tslib_1 = require("tslib"); var aurelia_framework_1 = require("aurelia-framework"); /** * Optional, secondary text for the list item. Displayed below the primary text. * @selector mdc-deprecated-list-item-secondary-text */ var MdcDeprecatedListItemPrimaryText = /** @class */ (function () { function MdcDeprecatedListItemPrimaryText() { } MdcDeprecatedListItemPrimaryText = tslib_1.__decorate([ (0, aurelia_framework_1.inlineView)('<template class="mdc-deprecated-list-item__secondary-text"><slot></slot></template>'), (0, aurelia_framework_1.customElement)('mdc-deprecated-list-item-secondary-text') ], MdcDeprecatedListItemPrimaryText); return MdcDeprecatedListItemPrimaryText; }()); exports.MdcDeprecatedListItemPrimaryText = MdcDeprecatedListItemPrimaryText; //# sourceMappingURL=mdc-deprecated-list-item-secondary-text.js.map