@foblex/m-render 2.8.8 → 2.8.9
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
|
@@ -504,7 +504,7 @@ declare class DynamicComponentsStore {
|
|
|
504
504
|
static ɵprov: i0.ɵɵInjectableDeclaration<DynamicComponentsStore>;
|
|
505
505
|
}
|
|
506
506
|
|
|
507
|
-
declare const DYNAMIC_COMPONENTS_MODULE_PROVIDERS: (typeof DynamicComponentsStore | typeof
|
|
507
|
+
declare const DYNAMIC_COMPONENTS_MODULE_PROVIDERS: (typeof DynamicComponentsStore | typeof RenderDynamicComponent | typeof RenderExternalComponent | typeof PreviewGroupService | typeof RenderInternalComponents)[];
|
|
508
508
|
|
|
509
509
|
declare class DocumentationStore implements IMediaLinksProvider, IHeaderConfigurationStore {
|
|
510
510
|
private readonly _configuration;
|
|
@@ -871,7 +871,7 @@ declare class TableOfContentItemsComponent {
|
|
|
871
871
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableOfContentItemsComponent, "ul[f-table-of-content-items]", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
872
872
|
}
|
|
873
873
|
|
|
874
|
-
declare const TABLE_OF_CONTENT_MODULE_PROVIDERS: (typeof
|
|
874
|
+
declare const TABLE_OF_CONTENT_MODULE_PROVIDERS: (typeof ActivateTocByHash | typeof CalculateAbsoluteTopToContainer | typeof CalculateHashFromScrollPosition | typeof CalculateTableOfContent | typeof ScrollToElementInContainer)[];
|
|
875
875
|
|
|
876
876
|
declare class TableOfContent {
|
|
877
877
|
private readonly _hostElement;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foblex/m-render",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.9",
|
|
4
4
|
"description": "MRender is a static site generator designed for creating fast and user-friendly documentation sites based on Markdown files. MarkEngine supports extended Markdown syntax and can render Angular components directly from Markdown files.",
|
|
5
5
|
"author": "Siarhei Huzarevich",
|
|
6
6
|
"license": "MIT",
|