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 Tour from './src/tour2.mjs';\nimport TourStep from './src/step2.mjs';\nexport { tourEmits, tourProps } from './src/tour.mjs';\nexport { tourStepEmits, tourStepProps } from './src/step.mjs';\nexport { tourContentEmits, tourContentProps, tourPlacements, tourStrategies } from './src/content.mjs';\nimport { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';\nconst ElTour = withInstall(Tour, {\n TourStep\n});\nconst ElTourStep = withNoopInstall(TourStep);\nexport { ElTour, ElTourStep, ElTour as default };","map":{"version":3,"names":["ElTour","withInstall","Tour","TourStep","ElTourStep","withNoopInstall"],"sources":["../../../../../packages/components/tour/index.ts"],"sourcesContent":["import { withInstall, withNoopInstall } from '@element-plus/utils'\nimport Tour from './src/tour.vue'\nimport TourStep from './src/step.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElTour: SFCWithInstall<typeof Tour> & {\n TourStep: typeof TourStep\n} = withInstall(Tour, {\n TourStep,\n})\nexport const ElTourStep: SFCWithInstall<typeof TourStep> =\n withNoopInstall(TourStep)\nexport default ElTour\n\nexport * from './src/tour'\nexport * from './src/step'\nexport * from './src/content'\nexport type { TourMask, TourGap, TourBtnProps } from './src/types'\n"],"mappings":";;;;;;AAGY,MAACA,MAAM,GAAGC,WAAW,CAACC,IAAI,EAAE;EACtCC;AACF,CAAC;AACW,MAACC,UAAU,GAAGC,eAAe,CAACF,QAAQ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}