slate-angular 20.2.0-next.21 → 20.2.0-next.22
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
|
@@ -618,6 +618,7 @@ declare class BaseLeafComponent extends BaseComponent<SlateLeafContext> implemen
|
|
|
618
618
|
isSlateLeaf: boolean;
|
|
619
619
|
get text(): Text;
|
|
620
620
|
get leaf(): Text;
|
|
621
|
+
getOutletParent: () => any;
|
|
621
622
|
ngOnInit(): void;
|
|
622
623
|
onContextChange(): void;
|
|
623
624
|
renderPlaceholder(): void;
|
package/package.json
CHANGED