{"version":3,"file":"ng-zorro-antd-float-button.mjs","sources":["../../components/float-button/float-button-content.component.ts","../../components/float-button/float-button.component.ts","../../components/float-button/float-button-top.component.ts","../../components/float-button/float-button-group.component.ts","../../components/float-button/float-button.module.ts","../../components/float-button/public-api.ts","../../components/float-button/ng-zorro-antd-float-button.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 { NgTemplateOutlet } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input, TemplateRef } from '@angular/core';\n\nimport { NzStringTemplateOutletDirective } from 'ng-zorro-antd/core/outlet';\nimport { NzIconModule } from 'ng-zorro-antd/icon';\n\n@Component({\n selector: 'nz-float-button-content',\n exportAs: 'nzFloatButtonContent',\n imports: [NzIconModule, NgTemplateOutlet, NzStringTemplateOutletDirective],\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n