|
@@ -49,6 +49,7 @@ export default (options={}) => { |
|
|
// reflection methods |
|
|
// reflection methods |
|
|
configs() { return _configs }, |
|
|
configs() { return _configs }, |
|
|
cache() { return _cache }, |
|
|
cache() { return _cache }, |
|
|
|
|
|
data(offset=0, limit=Infinity) { return _cache.data && _cache.data.slice(offset, offset+limit) || [] }, |
|
|
|
|
|
|
|
|
// main methods |
|
|
// main methods |
|
|
select(offset=0, limit=Infinity) { |
|
|
select(offset=0, limit=Infinity) { |
|
|