New renders+css
This commit is contained in:
parent
73e284660f
commit
b3f47e93e8
22 changed files with 763 additions and 3 deletions
14
src/v2/index.ts
Normal file
14
src/v2/index.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Core exports
|
||||
export { ViewTemplate, ViewConfig, GroupingConfig } from './core/ViewConfig';
|
||||
export { RenderContext } from './core/RenderContext';
|
||||
export { IGroupingRenderer } from './core/IGroupingRenderer';
|
||||
export { IGroupingStore, IStoreRegistry } from './core/IGroupingStore';
|
||||
export { RendererRegistry } from './core/RendererRegistry';
|
||||
export { StoreRegistry } from './core/StoreRegistry';
|
||||
export { CalendarOrchestrator } from './core/CalendarOrchestrator';
|
||||
|
||||
// Feature exports
|
||||
export { DateRenderer, IDateService, defaultDateService } from './features/date';
|
||||
export { EventRenderer, IEventData, IEventStore } from './features/event';
|
||||
export { ResourceRenderer } from './features/resource';
|
||||
export { TeamRenderer } from './features/team';
|
||||
Loading…
Add table
Add a link
Reference in a new issue