|
|
|
@ -5,8 +5,7 @@
|
|
|
|
|
* @class BI.CollectionView |
|
|
|
|
* @extends BI.Widget |
|
|
|
|
*/ |
|
|
|
|
import { Widget, shortcut, extend, emptyFn, debounce, _lazyCreateWidget, isFunction, SectionManager, |
|
|
|
|
isNull, each, clamp, toArray, invert, min, max, nextTick } from "../../core"; |
|
|
|
|
import { Widget, shortcut, extend, emptyFn, debounce, _lazyCreateWidget, isFunction, SectionManager, isNull, each, clamp, toArray, invert, min, max, nextTick } from "../../core"; |
|
|
|
|
@shortcut() |
|
|
|
|
export class CollectionView extends Widget { |
|
|
|
|
_defaultConfig() { |
|
|
|
|