{"version":3,"file":"teleport.mjs","sources":["../../../../../packages/components/teleport/src/teleport.ts"],"sourcesContent":["import type { ExtractPropTypes, PropType, StyleValue } from 'vue'\n\nexport const elTeleportProps = {\n  container: {\n    type: String as PropType<string>,\n    default: 'body'\n  },\n  disabled: {\n    type: Boolean,\n    default: false\n  },\n  style: {\n    type: [String, Array, Object] as PropType<StyleValue>\n  },\n  zIndex: {\n    type: String,\n    default: '2000'\n  }\n}\n\nexport type ElTeleportProps = ExtractPropTypes<typeof elTeleportProps>\n"],"names":[],"mappings":"AAEO,MAAM,eAAkB,GAAA;AAAA,EAC7B,SAAW,EAAA;AAAA,IACT,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,MAAA;AAAA,GACX;AAAA,EACA,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA,EACA,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,CAAC,MAAQ,EAAA,KAAA,EAAO,MAAM,CAAA;AAAA,GAC9B;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,MAAA;AAAA,GACX;AACF;;;;"}