{"version":3,"file":"ng-zorro-antd-list.mjs","sources":["../../components/list/interface.ts","../../components/list/list-item-meta-cell.ts","../../components/list/list-item-meta.component.ts","../../components/list/list-item-cell.ts","../../components/list/list-cell.ts","../../components/list/list.component.ts","../../components/list/list-item.component.ts","../../components/list/list.module.ts","../../components/list/public-api.ts","../../components/list/ng-zorro-antd-list.ts"],"sourcesContent":["/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport type ColumnCount = 1 | 2 | 3 | 4 | 6 | 8 | 12 | 24;\n\nexport interface NzListGrid {\n gutter?: number;\n span?: number;\n column?: ColumnCount;\n xs?: ColumnCount;\n sm?: ColumnCount;\n md?: ColumnCount;\n lg?: ColumnCount;\n xl?: ColumnCount;\n xxl?: ColumnCount;\n}\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://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\nimport { NzAvatarModule } from 'ng-zorro-antd/avatar';\n\n@Component({\n selector: 'nz-list-item-meta-title',\n exportAs: 'nzListItemMetaTitle',\n template: `\n