slate-angular 20.2.0-next.30 → 20.2.0-next.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -327,7 +327,7 @@ interface SlateVirtualScrollConfig {
327
327
  }
328
328
  interface VirtualViewResult {
329
329
  inViewportChildren: Element$1[];
330
- visibleIndexes: number[];
330
+ inViewportIndics: number[];
331
331
  top: number;
332
332
  bottom: number;
333
333
  heights: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slate-angular",
3
- "version": "20.2.0-next.30",
3
+ "version": "20.2.0-next.32",
4
4
  "description": "Angular view layer for Slate",
5
5
  "author": "pubuzhixing <pubuzhixing@gmail.com>",
6
6
  "homepage": "https://github.com/worktile/slate-angular#readme",