{"version":3,"file":"vue.mjs","sources":["../src/vue/index.ts"],"sourcesContent":["/**\n * Vue-specific exports for Advanced Grid Library\n */\n\n// Import CSS automatically\nimport '../styles/globals.css';\n\n// Core types and utilities\nexport type { \n  GridColumn, \n  SortingState, \n  FilteringState, \n  PaginationState,\n  ServerSideConfig,\n  ServerSideRequest,\n  ServerSideResponse,\n  ServerSideError,\n  ServerSideState,\n  GridOptions\n} from '../core/types';\n\nexport * from '../core/lib/data-manager';\nexport { cn } from '../core/utils';\nexport * from '../core/utils/pagination';\n\n// Vue-specific implementation would go here\n// For now, we'll export a placeholder\nexport const VueAdvancedGrid = {\n  name: 'VueAdvancedGrid',\n  // Vue component implementation would go here\n};\n"],"names":["VueAdvancedGrid"],"mappings":";;AA2BO,MAAMA,IAAkB;AAAA,EAC7B,MAAM;AAAA;AAER;"}