{"version":3,"file":"ng-zorro-antd-hash-code.mjs","sources":["../../components/hash-code/hash-code.component.ts","../../components/hash-code/hash-code.module.ts","../../components/hash-code/typings.ts","../../components/hash-code/public-api.ts","../../components/hash-code/ng-zorro-antd-hash-code.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\nimport {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n EventEmitter,\n Input,\n OnChanges,\n Output,\n SimpleChanges,\n TemplateRef\n} from '@angular/core';\n\nimport { NzStringTemplateOutletDirective } from 'ng-zorro-antd/core/outlet';\nimport { NzIconModule } from 'ng-zorro-antd/icon';\n\nimport { NzModeType } from './typings';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [NzIconModule, NzStringTemplateOutletDirective],\n selector: 'nz-hash-code',\n exportAs: 'nzHashCode',\n template: `\n @if (nzMode !== 'single' && nzMode !== 'rect') {\n