@aurelia-mdc-web/list
Version:
Wrapper for Material Components Web List
20 lines • 982 B
JavaScript
define(["require", "exports", "tslib", "aurelia-framework"], function (require, exports, tslib_1, aurelia_framework_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MdcListItemPrimaryText = void 0;
/**
* Optional, secondary text for the list item. Displayed below the primary text.
* @selector mdc-list-item-secondary-text
*/
var MdcListItemPrimaryText = /** @class */ (function () {
function MdcListItemPrimaryText() {
}
MdcListItemPrimaryText = tslib_1.__decorate([
(0, aurelia_framework_1.inlineView)('<template class="mdc-list-item__secondary-text"><slot></slot></template>'),
(0, aurelia_framework_1.customElement)('mdc-list-item-secondary-text')
], MdcListItemPrimaryText);
return MdcListItemPrimaryText;
}());
exports.MdcListItemPrimaryText = MdcListItemPrimaryText;
});
//# sourceMappingURL=mdc-list-item-secondary-text.js.map