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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slate-angular",
3
- "version": "20.2.0-next.21",
3
+ "version": "20.2.0-next.22",
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",