{"version":3,"file":"symbol.cjs","sources":["../../../components/progress/symbol.ts"],"sourcesContent":["export type ProgressInfoType =\n  | 'outside'\n  | 'inside'\n  | 'bubble'\n  | 'bubble-top'\n  | 'bubble-bottom'\n  | 'none'\n\nexport type ProgressStrokeColor =\n  | string\n  | [string, string]\n  | ((percentage: number) => string | [string, string])\n\nexport interface ProgressSlots {\n  default?: () => any\n}\n\nexport const infoTypes = Object.freeze<ProgressInfoType[]>([\n  'outside',\n  'inside',\n  'bubble',\n  'bubble-top',\n  'bubble-bottom',\n  'none',\n])\n"],"names":["infoTypes"],"mappings":"gFAiBa,MAAAA,EAAY,OAAO,OAA2B,CACzD,UACA,SACA,SACA,aACA,gBACA,MACF,CAAC"}