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.6 KiB

{"ast":null,"code":"import Select from './src/select2.mjs';\nimport Option from './src/option.mjs';\nimport OptionGroup from './src/option-group.mjs';\nexport { selectGroupKey, selectKey } from './src/token.mjs';\nimport { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';\nconst ElSelect = withInstall(Select, {\n Option,\n OptionGroup\n});\nconst ElOption = withNoopInstall(Option);\nconst ElOptionGroup = withNoopInstall(OptionGroup);\nexport { ElOption, ElOptionGroup, ElSelect, ElSelect as default };","map":{"version":3,"names":["ElSelect","withInstall","Select","Option","OptionGroup","ElOption","withNoopInstall","ElOptionGroup"],"sources":["../../../../../packages/components/select/index.ts"],"sourcesContent":["import { withInstall, withNoopInstall } from '@element-plus/utils'\n\nimport Select from './src/select.vue'\nimport Option from './src/option.vue'\nimport OptionGroup from './src/option-group.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElSelect: SFCWithInstall<typeof Select> & {\n Option: typeof Option\n OptionGroup: typeof OptionGroup\n} = withInstall(Select, {\n Option,\n OptionGroup,\n})\nexport default ElSelect\nexport const ElOption: SFCWithInstall<typeof Option> = withNoopInstall(Option)\nexport const ElOptionGroup: SFCWithInstall<typeof OptionGroup> =\n withNoopInstall(OptionGroup)\n\nexport * from './src/token'\n"],"mappings":";;;;;AAIY,MAACA,QAAQ,GAAGC,WAAW,CAACC,MAAM,EAAE;EAC1CC,MAAM;EACNC;AACF,CAAC;AAEW,MAACC,QAAQ,GAAGC,eAAe,CAACH,MAAM;AAClC,MAACI,aAAa,GAAGD,eAAe,CAACF,WAAW","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}