slate-angular 20.2.4 → 20.2.5
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 +9 -10
- package/fesm2022/slate-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -838,7 +838,7 @@ declare const debugLog: (type: "log" | "warn", ...args: any[]) => void;
|
|
|
838
838
|
declare const measureHeightByElement: (editor: AngularEditor, element: Element$1) => number;
|
|
839
839
|
declare const measureHeightByIndics: (editor: AngularEditor, indics: number[], force?: boolean) => boolean;
|
|
840
840
|
declare const getBusinessTop: (editor: AngularEditor) => number;
|
|
841
|
-
declare const getRealHeightByElement: (editor: AngularEditor, element: Element$1
|
|
841
|
+
declare const getRealHeightByElement: (editor: AngularEditor, element: Element$1) => number;
|
|
842
842
|
declare const buildHeightsAndAccumulatedHeights: (editor: AngularEditor) => {
|
|
843
843
|
heights: any[];
|
|
844
844
|
accumulatedHeights: any[];
|
package/package.json
CHANGED