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