slate-angular 20.2.1 → 20.2.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/fesm2022/slate-angular.mjs +31 -11
- package/fesm2022/slate-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -844,7 +844,7 @@ declare const getRealHeightByElement: (editor: AngularEditor, element: Element$1
|
|
|
844
844
|
declare const buildHeightsAndAccumulatedHeights: (editor: AngularEditor) => {
|
|
845
845
|
heights: any[];
|
|
846
846
|
accumulatedHeights: any[];
|
|
847
|
-
|
|
847
|
+
visibleStates: any[];
|
|
848
848
|
};
|
|
849
849
|
declare const calculateVirtualTopHeight: (editor: AngularEditor, startIndex: number) => any;
|
|
850
850
|
declare const scrollToElement: (editor: AngularEditor, element: Element$1, scrollTo: (scrollTop: number) => void) => void;
|
package/package.json
CHANGED