{"version":3,"file":"index.mjs","sources":["../../../../../../packages/components/popover/index.ts"],"sourcesContent":["import { withInstall, withInstallDirective } from '@hd-front-end/utils'\nimport Popover from './src/popover.vue'\nimport PopoverDirective, { VPopover } from './src/directive'\n\nimport type { SFCWithInstall } from '@hd-front-end/utils'\n\nexport const ElPopoverDirective: SFCWithInstall<typeof PopoverDirective> =\n  withInstallDirective(PopoverDirective, VPopover)\n\nexport const ElPopover: SFCWithInstall<typeof Popover> & {\n  directive: typeof ElPopoverDirective\n} = withInstall(Popover, {\n  directive: ElPopoverDirective,\n})\nexport default ElPopover\n\nexport * from './src/popover'\n"],"names":[],"mappings":";;;;;AAMa,MAAA,kBAAA,GACX,oBAAqB,CAAA,gBAAA,EAAkB,QAAQ,EAAA;AAEpC,MAAA,SAAA,GAET,YAAY,OAAS,EAAA;AAAA,EACvB,SAAW,EAAA,kBAAA;AACb,CAAC;;;;"}