mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(virtual-scroll): import order
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
import { Component, Element, EventListenerEnable, Listen, Method, Prop, Watch } from '@stencil/core';
|
import { Component, Element, EventListenerEnable, Listen, Method, Prop, Watch } from '@stencil/core';
|
||||||
import { DomController } from '../../index';
|
import { DomController } from '../../index';
|
||||||
import { Cell, DomRenderFn, HeaderFn, ItemHeightFn, ItemRenderFn, NodeHeightFn, Range,
|
import { Cell, DomRenderFn, HeaderFn, ItemHeightFn,
|
||||||
Viewport, VirtualNode, calcCells, calcHeightIndex, doRender, getRange,
|
ItemRenderFn, NodeHeightFn, Range, Viewport,
|
||||||
getShouldUpdate, getViewport, positionForIndex, resizeBuffer, updateVDom, findCellIndex, inplaceUpdate } from './virtual-scroll-utils';
|
VirtualNode, calcCells, calcHeightIndex, doRender,
|
||||||
|
findCellIndex, getRange, getShouldUpdate, getViewport,
|
||||||
|
inplaceUpdate, positionForIndex, resizeBuffer, updateVDom } from './virtual-scroll-utils';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
|||||||
Reference in New Issue
Block a user