You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.4 KiB
1 lines
2.4 KiB
{"ast":null,"code":"import { Close, SuccessFilled, InfoFilled, WarningFilled, CircleCloseFilled, Loading, CircleCheck, CircleClose } from '@element-plus/icons-vue';\nimport { definePropType } from './props/runtime.mjs';\nconst iconPropType = definePropType([String, Object, Function]);\nconst CloseComponents = {\n Close\n};\nconst TypeComponents = {\n Close,\n SuccessFilled,\n InfoFilled,\n WarningFilled,\n CircleCloseFilled\n};\nconst TypeComponentsMap = {\n success: SuccessFilled,\n warning: WarningFilled,\n error: CircleCloseFilled,\n info: InfoFilled\n};\nconst ValidateComponentsMap = {\n validating: Loading,\n success: CircleCheck,\n error: CircleClose\n};\nexport { CloseComponents, TypeComponents, TypeComponentsMap, ValidateComponentsMap, iconPropType };","map":{"version":3,"names":["iconPropType","definePropType","String","Object","Function","CloseComponents","Close","TypeComponents","SuccessFilled","InfoFilled","WarningFilled","CircleCloseFilled","TypeComponentsMap","success","warning","error","info","ValidateComponentsMap","validating","Loading","CircleCheck","CircleClose"],"sources":["../../../../../packages/utils/vue/icon.ts"],"sourcesContent":["import {\n CircleCheck,\n CircleClose,\n CircleCloseFilled,\n Close,\n InfoFilled,\n Loading,\n SuccessFilled,\n WarningFilled,\n} from '@element-plus/icons-vue'\nimport { definePropType } from './props'\n\nimport type { Component } from 'vue'\n\nexport const iconPropType = definePropType<string | Component>([\n String,\n Object,\n Function,\n])\n\nexport const CloseComponents = {\n Close,\n}\n\nexport const TypeComponents = {\n Close,\n SuccessFilled,\n InfoFilled,\n WarningFilled,\n CircleCloseFilled,\n}\n\nexport const TypeComponentsMap = {\n success: SuccessFilled,\n warning: WarningFilled,\n error: CircleCloseFilled,\n info: InfoFilled,\n}\n\nexport const ValidateComponentsMap = {\n validating: Loading,\n success: CircleCheck,\n error: CircleClose,\n}\n"],"mappings":";;AAWY,MAACA,YAAY,GAAGC,cAAc,CAAC,CACzCC,MAAM,EACNC,MAAM,EACNC,QAAQ,CACT;AACW,MAACC,eAAe,GAAG;EAC7BC;AACF;AACY,MAACC,cAAc,GAAG;EAC5BD,KAAK;EACLE,aAAa;EACbC,UAAU;EACVC,aAAa;EACbC;AACF;AACY,MAACC,iBAAiB,GAAG;EAC/BC,OAAO,EAAEL,aAAa;EACtBM,OAAO,EAAEJ,aAAa;EACtBK,KAAK,EAAEJ,iBAAiB;EACxBK,IAAI,EAAEP;AACR;AACY,MAACQ,qBAAqB,GAAG;EACnCC,UAAU,EAAEC,OAAO;EACnBN,OAAO,EAAEO,WAAW;EACpBL,KAAK,EAAEM;AACT","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|