slate-angular 20.2.3 → 20.2.4

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
@@ -842,7 +842,6 @@ declare const getRealHeightByElement: (editor: AngularEditor, element: Element$1
842
842
  declare const buildHeightsAndAccumulatedHeights: (editor: AngularEditor) => {
843
843
  heights: any[];
844
844
  accumulatedHeights: any[];
845
- visibleStates: any[];
846
845
  };
847
846
  declare const calculateVirtualTopHeight: (editor: AngularEditor, startIndex: number) => any;
848
847
  declare const scrollToElement: (editor: AngularEditor, element: Element$1, scrollTo: (scrollTop: number) => void) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slate-angular",
3
- "version": "20.2.3",
3
+ "version": "20.2.4",
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",