3752f06852e234b825b6bd13389dae4ac51cf7865d53ae1befa01cb90c6cd552d68ca2f6a483f9226ffbb6bd2d6d54cd849efc7dc21fc39ceca28dfa339104 883 B

1
  1. {"version":3,"file":"index.mjs","sources":["../../../../../packages/components/popover/index.ts"],"sourcesContent":["import { withInstall, withInstallDirective } from '@element-plus/utils'\nimport Popover from './src/popover.vue'\nimport PopoverDirective, { VPopover } from './src/directive'\n\nimport type { SFCWithInstall } from '@element-plus/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":";;;;;AAGY,MAAC,kBAAkB,GAAG,oBAAoB,CAAC,gBAAgB,EAAE,QAAQ,EAAE;AACvE,MAAC,SAAS,GAAG,WAAW,CAAC,OAAO,EAAE;AAC9C,EAAE,SAAS,EAAE,kBAAkB;AAC/B,CAAC;;;;"}