{"version":3,"file":"ng-zorro-antd-check-list.mjs","sources":["../../components/check-list/typings.ts","../../components/check-list/check-list-button.component.ts","../../components/check-list/check-list-content.component.ts","../../components/check-list/check-list.component.ts","../../components/check-list/check-list.module.ts","../../components/check-list/public-api.ts","../../components/check-list/ng-zorro-antd-check-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 interface NzItemProps {\n description: string;\n onClick?: () => void;\n key?: string;\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, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'nz-check-list-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n template: `