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/fesm2022/slate-angular.mjs +128 -58
- package/fesm2022/slate-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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