{"version":3,"file":"primeng-progressspinner.mjs","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 host: {\n 'class': 'p-element'\n }\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","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;MAmBa,eAAe;IAhB5B;QAsBa,gBAAW,GAAW,GAAG,CAAC;QAE1B,SAAI,GAAW,MAAM,CAAC;QAEtB,sBAAiB,GAAW,IAAI,CAAC;KAE7C;;4GAZY,eAAe;gGAAf,eAAe,wOAdd;;;;;;KAMT;2FAQQ,eAAe;kBAhB3B,SAAS;+BACI,mBAAmB,YACnB;;;;;;KAMT,mBACgB,uBAAuB,CAAC,MAAM,iBAChC,iBAAiB,CAAC,IAAI,QAE/B;wBACF,OAAO,EAAE,WAAW;qBACvB;8BAIQ,KAAK;sBAAb,KAAK;gBAEG,UAAU;sBAAlB,KAAK;gBAEG,WAAW;sBAAnB,KAAK;gBAEG,IAAI;sBAAZ,KAAK;gBAEG,iBAAiB;sBAAzB,KAAK;;MASG,qBAAqB;;kHAArB,qBAAqB;mHAArB,qBAAqB,iBAnBrB,eAAe,aAed,YAAY,aAfb,eAAe;mHAmBf,qBAAqB,YAJrB,CAAC,YAAY,CAAC;2FAId,qBAAqB;kBALjC,QAAQ;mBAAC;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,eAAe,CAAC;oBAC1B,YAAY,EAAE,CAAC,eAAe,CAAC;iBAClC;;;ACrCD;;;;;;"}