UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

20 lines 1.06 kB
define(["require", "exports", "tslib", "aurelia-framework"], function (require, exports, tslib_1, aurelia_framework_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MdcDeprecatedListItemPrimaryText = void 0; /** * 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