{"version":3,"file":"primeng-progressbar.umd.js","sources":["../../src/app/components/progressbar/progressbar.ts","../../src/app/components/progressbar/primeng-progressbar.ts"],"sourcesContent":["import {NgModule,Component,Input,ChangeDetectionStrategy, ViewEncapsulation} from '@angular/core';\nimport {CommonModule} from '@angular/common';\n\n@Component({\n selector: 'p-progressBar',\n template: `\n
\n
\n
{{value}}{{unit}}
\n
\n
\n
\n
\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrls: ['./progressbar.css']\n})\nexport class ProgressBar {\n\n @Input() value: any;\n \n @Input() showValue: boolean = true;\n \n @Input() style: any;\n \n @Input() styleClass: string;\n\n @Input() unit: string = '%';\n \n @Input() mode: string = 'determinate';\n \n}\n\n@NgModule({\n imports: [CommonModule],\n exports: [ProgressBar],\n declarations: [ProgressBar]\n})\nexport class ProgressBarModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["Component","ChangeDetectionStrategy","ViewEncapsulation","Input","NgModule","CommonModule"],"mappings":";;;;;;;QAGA;YAoBa,cAAS,GAAY,IAAI,CAAC;YAM1B,SAAI,GAAW,GAAG,CAAC;YAEnB,SAAI,GAAW,aAAa,CAAC;SAEzC;;;;gBA9BAA,cAAS,SAAC;oBACP,QAAQ,EAAE,eAAe;oBACzB,QAAQ,EAAE,u4BAST;oBACD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEC,sBAAiB,CAAC,IAAI;;iBAExC;;;wBAGIC,UAAK;4BAELA,UAAK;wBAELA,UAAK;6BAELA,UAAK;uBAELA,UAAK;uBAELA,UAAK;;;QASV;;;;;gBALCC,aAAQ,SAAC;oBACN,OAAO,EAAE,CAACC,mBAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,WAAW,CAAC;oBACtB,YAAY,EAAE,CAAC,WAAW,CAAC;iBAC9B;;;ICvCD;;;;;;;;;;;;;"}