{"version":3,"file":"list.js","sources":["../../packages/material/list/list.js","../../packages/material/list/selection-list.js","../../packages/material/list/list-module.js","../../packages/material/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 { 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 */\nexport class MatListBase {\n}\nexport const /** @type {?} */ _MatListMixinBase = mixinDisableRipple(MatListBase);\n/**\n * \\@docs-private\n */\nexport class MatListItemBase {\n}\nexport const /** @type {?} */ _MatListItemMixinBase = mixinDisableRipple(MatListItemBase);\n/**\n * Divider between items within a list.\n */\nexport class MatListDivider {\n}\nMatListDivider.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 */\nMatListDivider.ctorParameters = () => [];\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 */\nexport class MatList extends _MatListMixinBase {\n}\nMatList.decorators = [\n { type: Component, args: [{selector: 'mat-list, mat-nav-list',\n exportAs: 'matList, matNavList',\n host: { 'role': 'list' },\n template: '