{"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
\n \n \n \n
\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","NgModule","CommonModule"],"mappings":";;;;;;;QAGA;YAmBa,gBAAW,GAAW,GAAG,CAAC;YAE1B,SAAI,GAAW,MAAM,CAAC;YAEtB,sBAAiB,GAAW,IAAI,CAAC;SAE7C;;;;gBAzBAA,cAAS,SAAC;oBACP,QAAQ,EAAE,mBAAmB;oBAC7B,QAAQ,EAAE,mdAMT;oBACD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEC,sBAAiB,CAAC,IAAI;;iBAExC;;;wBAGIC,UAAK;6BAELA,UAAK;8BAELA,UAAK;uBAELA,UAAK;oCAELA,UAAK;;;QASV;;;;;gBALCC,aAAQ,SAAC;oBACN,OAAO,EAAE,CAACC,mBAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,eAAe,CAAC;oBAC1B,YAAY,EAAE,CAAC,eAAe,CAAC;iBAClC;;;IClCD;;;;;;;;;;;;;"}