slate-angular 20.2.0-next.1 → 20.2.0-next.2

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
@@ -427,6 +427,7 @@ declare class SlateEditable implements OnInit, OnChanges, OnDestroy, AfterViewCh
427
427
  private getBufferBelowHeight;
428
428
  private scheduleMeasureVisibleHeights;
429
429
  private measureVisibleHeights;
430
+ private measureHeightByIndexes;
430
431
  private addEventListener;
431
432
  private toSlateSelection;
432
433
  private onDOMBeforeInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slate-angular",
3
- "version": "20.2.0-next.1",
3
+ "version": "20.2.0-next.2",
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",