lumarc-grid
Version:
lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리
1 lines • 894 B
Source Map (JSON)
{"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;"}