@threadplane/chat 0.0.54 → 0.0.55
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
|
@@ -2292,6 +2292,8 @@ declare class MarkdownTableComponent {
|
|
|
2292
2292
|
|
|
2293
2293
|
declare class MarkdownTableRowComponent {
|
|
2294
2294
|
readonly node: _angular_core.InputSignal<MarkdownTableRowNode>;
|
|
2295
|
+
private readonly registry;
|
|
2296
|
+
protected resolve(child: MarkdownNode): Type<unknown> | null;
|
|
2295
2297
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MarkdownTableRowComponent, never>;
|
|
2296
2298
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MarkdownTableRowComponent, "chat-md-table-row", never, { "node": { "alias": "node"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2297
2299
|
}
|