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
1.5 KiB

{"ast":null,"code":"import Popover from './src/popover.mjs';\nimport PopoverDirective, { VPopover } from './src/directive.mjs';\nexport { popoverEmits, popoverProps } from './src/popover2.mjs';\nimport { withInstallDirective, withInstall } from '../../utils/vue/install.mjs';\nconst ElPopoverDirective = withInstallDirective(PopoverDirective, VPopover);\nconst ElPopover = withInstall(Popover, {\n directive: ElPopoverDirective\n});\nexport { ElPopover, ElPopoverDirective, ElPopover as default };","map":{"version":3,"names":["ElPopoverDirective","withInstallDirective","PopoverDirective","VPopover","ElPopover","withInstall","Popover","directive"],"sources":["../../../../../packages/components/popover/index.ts"],"sourcesContent":["import { withInstall, withInstallDirective } from '@element-plus/utils'\n\nimport Popover from './src/popover.vue'\nimport PopoverDirective, { VPopover } from './src/directive'\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"],"mappings":";;;;AAGY,MAACA,kBAAkB,GAAGC,oBAAoB,CAACC,gBAAgB,EAAEC,QAAQ;AACrE,MAACC,SAAS,GAAGC,WAAW,CAACC,OAAO,EAAE;EAC5CC,SAAS,EAAEP;AACb,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}