slate-angular 1.5.0 → 1.5.1
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/package.json
CHANGED
package/view/base.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ export declare class BaseLeafComponent extends BaseComponent<SlateLeafContext> i
|
|
|
39
39
|
ngOnInit(): void;
|
|
40
40
|
onContextChange(): void;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseLeafComponent, never>;
|
|
42
|
-
static
|
|
42
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseLeafComponent, never, never, {}, {}, never>;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* base class for custom element component
|
|
@@ -59,7 +59,7 @@ export declare class BaseElementComponent<T extends Element = Element, K extends
|
|
|
59
59
|
onContextChange(): void;
|
|
60
60
|
getChildrenContext(): SlateChildrenContext;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseElementComponent<any, any>, never>;
|
|
62
|
-
static
|
|
62
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseElementComponent<any, any>, never, never, {}, {}, never>;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* base class for custom text component
|
|
@@ -72,5 +72,5 @@ export declare class BaseTextComponent extends BaseComponent<SlateTextContext> i
|
|
|
72
72
|
ngOnDestroy(): void;
|
|
73
73
|
onContextChange(): void;
|
|
74
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTextComponent, never>;
|
|
75
|
-
static
|
|
75
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTextComponent, never, never, {}, {}, never>;
|
|
76
76
|
}
|