Comparing version 1.0.1 to 1.0.2
export default { | ||
name: 'vscroll', | ||
version: '1.0.1' | ||
version: '1.0.2' | ||
}; | ||
//# sourceMappingURL=version.js.map |
export default { | ||
name: 'vscroll', | ||
version: '1.0.1' | ||
version: '1.0.2' | ||
}; | ||
//# sourceMappingURL=version.js.map |
@@ -19,9 +19,9 @@ import { Settings, DevSettings } from './settings'; | ||
} | ||
export interface IDatasource<T = unknown> extends Omit<IDatasourceOptional<T>, 'get'> { | ||
export interface IDatasource<T = unknown> extends IDatasourceOptional<T> { | ||
get: DatasourceGet<T>; | ||
adapter?: IAdapter<T>; | ||
} | ||
export interface IDatasourceConstructed<T = unknown> extends Omit<IDatasource<T>, 'adapter'> { | ||
export interface IDatasourceConstructed<T = unknown> extends IDatasource<T> { | ||
adapter: IAdapter<T>; | ||
} | ||
export {}; |
{ | ||
"name": "vscroll", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Virtual scroll engine", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundles/vscroll.umd.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3224799