UNPKG

lumarc-grid

Version:

lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리

1 lines 1.06 kB
{"version":3,"file":"vanilla.mjs","sources":["../src/vanilla/index.ts"],"sourcesContent":["/**\n * Vanilla JavaScript 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// Vanilla JavaScript implementation would go here\nexport class VanillaAdvancedGrid {\n constructor(container: HTMLElement, options: any) {\n // Vanilla implementation would go here\n console.log('VanillaAdvancedGrid initialized', container, options);\n }\n}\n"],"names":["VanillaAdvancedGrid","container","options"],"mappings":";;AA0BO,MAAMA,EAAoB;AAAA,EAC/B,YAAYC,GAAwBC,GAAc;AAEhD,YAAQ,IAAI,mCAAmCD,GAAWC,CAAO;AAAA,EACnE;AACF;"}