{"version":3,"file":"index.cjs","sources":["../../../../../packages/components/list/index.ts"],"sourcesContent":["import type { App, Plugin } from 'vue';\nimport AListItem from './src/Item';\nimport AListItemMeta from './src/ItemMeta';\nimport AList from './src/List';\n\nexport const ListItem = AListItem;\nexport const ListItemMeta = AListItemMeta;\n\nexport const List = Object.assign(AList, {\n  Item: AListItem,\n  ItemMeta: AListItemMeta,\n  install(app: App) {\n    app.component(AList.name, AList);\n    app.component(AListItem.name, AListItem);\n    app.component(AListItemMeta.name, AListItemMeta);\n    return app;\n  },\n});\n\nexport default List as typeof List & Plugin & {\n  readonly Item: typeof ListItem & {\n    readonly Meta: typeof ListItemMeta\n  }\n};\n\nexport * from './src/interface';\nexport * from './src/props';\n"],"names":["AListItem","AListItemMeta","AList"],"mappings":";;;;;;;;;;AAKO,MAAM,QAAW,GAAAA,aAAA;AACjB,MAAM,YAAe,GAAAC,iBAAA;AAEf,MAAA,IAAA,GAAO,MAAO,CAAA,MAAA,CAAOC,cAAO,EAAA;AAAA,EACvC,IAAM,EAAAF,YAAA;AAAA,EACN,QAAU,EAAAC,gBAAA;AAAA,EACV,QAAQ,GAAU,EAAA;AAChB,IAAI,GAAA,CAAA,SAAA,CAAUC,cAAM,CAAA,IAAA,EAAMA,cAAK,CAAA,CAAA;AAC/B,IAAI,GAAA,CAAA,SAAA,CAAUF,YAAU,CAAA,IAAA,EAAMA,YAAS,CAAA,CAAA;AACvC,IAAI,GAAA,CAAA,SAAA,CAAUC,gBAAc,CAAA,IAAA,EAAMA,gBAAa,CAAA,CAAA;AAC/C,IAAO,OAAA,GAAA,CAAA;AAAA,GACT;AACF,CAAC;;;;;;;;;;"}