{"version":3,"file":"primeng-progressspinner.umd.js","sources":["../../src/app/components/progressspinner/progressspinner.ts","../../src/app/components/progressspinner/primeng-progressspinner.ts"],"sourcesContent":["import {NgModule,Component,Input,ChangeDetectionStrategy, ViewEncapsulation} from '@angular/core';\nimport {CommonModule} from '@angular/common';\n\n@Component({\n    selector: 'p-progressSpinner',\n    template: `\n        <div class=\"p-progress-spinner\" [ngStyle]=\"style\" [ngClass]=\"styleClass\"  role=\"alert\" aria-busy=\"true\">\n            <svg class=\"p-progress-spinner-svg\" viewBox=\"25 25 50 50\" [style.animation-duration]=\"animationDuration\">\n                <circle class=\"p-progress-spinner-circle\" cx=\"50\" cy=\"50\" r=\"20\" [attr.fill]=\"fill\" [attr.stroke-width]=\"strokeWidth\" stroke-miterlimit=\"10\"/>\n            </svg>\n        </div>\n    `,\n    changeDetection: ChangeDetectionStrategy.OnPush,\n    encapsulation: ViewEncapsulation.None,\n    styleUrls: ['./progressspinner.css']\n})\nexport class ProgressSpinner {\n\n    @Input() style: any;\n    \n    @Input() styleClass: string;\n    \n    @Input() strokeWidth: string = \"2\";\n    \n    @Input() fill: string = \"none\";\n    \n    @Input() animationDuration: string = \"2s\";\n    \n}\n\n@NgModule({\n    imports: [CommonModule],\n    exports: [ProgressSpinner],\n    declarations: [ProgressSpinner]\n})\nexport class ProgressSpinnerModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["Component","ChangeDetectionStrategy","ViewEncapsulation","Input","CommonModule","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGA;YAmBa,gBAAW,GAAW,GAAG,CAAC;YAE1B,SAAI,GAAW,MAAM,CAAC;YAEtB,sBAAiB,GAAW,IAAI,CAAC;SAE7C;;;sIAZY,eAAe;+GAAf,eAAe,4MAXd,mdAMT;qHAKQ,eAAe;sBAb3BA,YAAS;uBAAC;wBACP,QAAQ,EAAE,mBAAmB;wBAC7B,QAAQ,EAAE,mdAMT;wBACD,eAAe,EAAEC,0BAAuB,CAAC,MAAM;wBAC/C,aAAa,EAAEC,oBAAiB,CAAC,IAAI;wBACrC,SAAS,EAAE,CAAC,uBAAuB,CAAC;qBACvC;kCAGY,KAAK;0BAAbC,QAAK;oBAEG,UAAU;0BAAlBA,QAAK;oBAEG,WAAW;0BAAnBA,QAAK;oBAEG,IAAI;0BAAZA,QAAK;oBAEG,iBAAiB;0BAAzBA,QAAK;;;QASV;;;;4IAAa,qBAAqB;6IAArB,qBAAqB,iBAnBrB,eAAe,aAedC,eAAY,aAfb,eAAe;6IAmBf,qBAAqB,YAJrB,CAACA,eAAY,CAAC;qHAId,qBAAqB;sBALjCC,WAAQ;uBAAC;wBACN,OAAO,EAAE,CAACD,eAAY,CAAC;wBACvB,OAAO,EAAE,CAAC,eAAe,CAAC;wBAC1B,YAAY,EAAE,CAAC,eAAe,CAAC;qBAClC;;;IClCD;;;;;;;;;;;;;"}