tav-ui
Version:
1 lines • 1.37 kB
Source Map (JSON)
{"version":3,"file":"index2.mjs","sources":["../../../../../../packages/components/table/index.ts"],"sourcesContent":["import { withInstall } from '@tav-ui/utils/with-install'\nimport Table from './src/table.vue'\nimport tableAction from './src/components/TableAction.vue'\nimport tableImg from './src/components/TableImg.vue'\n// import tableFilter from './src/components/Filter.vue'\n// import tableCustomAction from './src/components/CustomAction.vue'\nconst TaTable = withInstall(Table)\nconst TableAction = withInstall(tableAction)\nconst TableImg = withInstall(tableImg)\n// const TableFilter = withInstall(tableFilter)\n// const TableCustomAction = withInstall(tableCustomAction)\nexport type { EditRecordRow } from './src/components/editable'\nexport { ROW_KEY as DEFAULT_ROW_KEY } from './src/const'\nexport * from './src/types/pagination'\nexport * from './src/types/table'\nexport * from './src/types/tableAction'\nexport { TaTable, TableAction, TableImg /* , TableFilter, TableCustomAction */ }\nexport default TaTable\nexport { useTable } from './src/hooks/useTable'\nexport { useComputedHeight } from './src/hooks/useComputedHeight'\n// export * from './src/props'\nexport * from './src/types/table'\n"],"names":[],"mappings":";;;;;;;;;;;AAIK,MAAC,OAAO,GAAG,WAAW,CAAC,KAAK,EAAE;AAC9B,MAAC,WAAW,GAAG,WAAW,CAAC,WAAW,EAAE;AACxC,MAAC,QAAQ,GAAG,WAAW,CAAC,QAAQ;;;;"}