{"version":3,"file":"constant.cjs","sources":["../../../../../../packages/components/result/src/constant.ts"],"sourcesContent":["import { CheckCircleFilled, CloseCircleFilled, ExclamationCircleFilled, WarningFilled } from '@ant-design/icons-vue';\nimport NotFound from './icons/NotFound';\nimport ServerError from './icons/ServerError';\nimport UnAuthorized from './icons/UnAuthorized';\n\nexport const IconMap: {\n  success: typeof CheckCircleFilled\n  error: typeof CloseCircleFilled\n  info: typeof ExclamationCircleFilled\n  warning: typeof WarningFilled\n} = {\n  success: CheckCircleFilled,\n  error: CloseCircleFilled,\n  info: ExclamationCircleFilled,\n  warning: WarningFilled,\n};\n\nexport const ExceptionMap = {\n  404: NotFound,\n  500: ServerError,\n  403: UnAuthorized,\n};\n"],"names":["CheckCircleFilled","CloseCircleFilled","ExclamationCircleFilled","WarningFilled","NotFound","ServerError","UnAuthorized"],"mappings":";;;;;;;AAKO,MAAM,OAKT,GAAA;AAAA,EACF,OAAS,EAAAA,0BAAA;AAAA,EACT,KAAO,EAAAC,0BAAA;AAAA,EACP,IAAM,EAAAC,gCAAA;AAAA,EACN,OAAS,EAAAC,sBAAA;AACX,EAAA;AAEO,MAAM,YAAe,GAAA;AAAA,EAC1B,GAAK,EAAAC,gBAAA;AAAA,EACL,GAAK,EAAAC,mBAAA;AAAA,EACL,GAAK,EAAAC,oBAAA;AACP;;;;;"}