{"version":3,"file":"list.es5.js","sources":["../../packages/material/esm5/list/list.js","../../packages/material/esm5/list/selection-list.js","../../packages/material/esm5/list/list-module.js","../../packages/material/esm5/list/index.js"],"sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport * as tslib_1 from \"tslib\";\nimport { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Optional, Renderer2, ViewEncapsulation, } from '@angular/core';\nimport { MatLine, MatLineSetter, mixinDisableRipple } from '@angular/material/core';\n/**\n * \\@docs-private\n */\nvar MatListBase = (function () {\n function MatListBase() {\n }\n return MatListBase;\n}());\nexport { MatListBase };\nexport var /** @type {?} */ _MatListMixinBase = mixinDisableRipple(MatListBase);\n/**\n * \\@docs-private\n */\nvar MatListItemBase = (function () {\n function MatListItemBase() {\n }\n return MatListItemBase;\n}());\nexport { MatListItemBase };\nexport var /** @type {?} */ _MatListItemMixinBase = mixinDisableRipple(MatListItemBase);\n/**\n * Divider between items within a list.\n */\nvar MatListDivider = (function () {\n function MatListDivider() {\n }\n MatListDivider.decorators = [\n { type: Directive, args: [{\n selector: 'mat-divider',\n host: {\n 'role': 'separator',\n 'aria-orientation': 'horizontal'\n }\n },] },\n ];\n /**\n * @nocollapse\n */\n MatListDivider.ctorParameters = function () { return []; };\n return MatListDivider;\n}());\nexport { MatListDivider };\nfunction MatListDivider_tsickle_Closure_declarations() {\n /** @type {?} */\n MatListDivider.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatListDivider.ctorParameters;\n}\n/**\n * A Material Design list component.\n */\nvar MatList = (function (_super) {\n tslib_1.__extends(MatList, _super);\n function MatList() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n MatList.decorators = [\n { type: Component, args: [{selector: 'mat-list, mat-nav-list',\n exportAs: 'matList, matNavList',\n host: { 'role': 'list' },\n template: '