@zambezi/grid
Advanced tools
Comparing version 0.7.0 to 0.8.0-external-components.0
{ | ||
"name": "@zambezi/grid", | ||
"version": "0.7.0", | ||
"version": "0.8.0-external-components.0", | ||
"description": "D3 component for drawing financial grids.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,2 +15,3 @@ import { calculateColumnLayout } from './calculate-column-layout' | ||
import { createProcessSizeAndClipping } from './process-size-and-clipping' | ||
import { createRunExternalComponents } from './run-external-components' | ||
import { createScrollers } from './scrollers' | ||
@@ -41,2 +42,4 @@ import { createSetupGridTemplate } from './setup-grid-template' | ||
, body = createBody() | ||
, runExternalComponents = createRunExternalComponents() | ||
, runExternalComponentsPre = createRunExternalComponents() | ||
, sortRowHeaders = createSortRowHeaders() | ||
@@ -46,3 +49,2 @@ , serverSideFilterAndSort = createExportServerSideFilterAndSort() | ||
, autodirty = createAutoDirty() | ||
, redispatcher = redispatch() | ||
@@ -73,2 +75,4 @@ .from(dispatchDraw, 'draw') | ||
.from(resize, 'wait:resizeWait') | ||
.from(runExternalComponents, 'use') | ||
.from(runExternalComponentsPre, 'use:usePre') | ||
.from(serverSideFilterAndSort, 'serverSideFilterAndSort') | ||
@@ -80,2 +84,3 @@ .from(setupTemplate, 'template') | ||
call(() => dispatchDraw.call('draw')) | ||
, call(runExternalComponents) | ||
, call(createScrollers()) | ||
@@ -94,2 +99,3 @@ , call(sortRowHeaders) | ||
, call(processRowData) | ||
, call(runExternalComponentsPre) | ||
, call(resize) | ||
@@ -96,0 +102,0 @@ , call(setupTemplate) |
@@ -9,2 +9,5 @@ Summary | ||
- Extending the grid | ||
- [Grid components](man/grid-components.md) | ||
- Advanced | ||
@@ -11,0 +14,0 @@ - [Nested rows](man/nested-rows.md) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
425621
71
5136