@foblex/m-render 2.8.7 → 2.8.8
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/fesm2022/foblex-m-render.mjs +68 -73
- package/fesm2022/foblex-m-render.mjs.map +1 -1
- package/index.d.ts +2 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -804,9 +804,8 @@ declare class CalculateHashFromScrollPosition implements IExecution<CalculateHas
|
|
|
804
804
|
}
|
|
805
805
|
|
|
806
806
|
declare class CalculateHashFromScrollPositionRequest {
|
|
807
|
-
readonly empty: string;
|
|
808
807
|
static readonly requestToken: unique symbol;
|
|
809
|
-
constructor(
|
|
808
|
+
constructor();
|
|
810
809
|
}
|
|
811
810
|
|
|
812
811
|
declare class CalculateAbsoluteTopToContainerRequest {
|
|
@@ -872,7 +871,7 @@ declare class TableOfContentItemsComponent {
|
|
|
872
871
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableOfContentItemsComponent, "ul[f-table-of-content-items]", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
873
872
|
}
|
|
874
873
|
|
|
875
|
-
declare const TABLE_OF_CONTENT_MODULE_PROVIDERS: (typeof
|
|
874
|
+
declare const TABLE_OF_CONTENT_MODULE_PROVIDERS: (typeof CalculateHashFromScrollPosition | typeof CalculateTableOfContent | typeof ActivateTocByHash | typeof ScrollToElementInContainer | typeof CalculateAbsoluteTopToContainer)[];
|
|
876
875
|
|
|
877
876
|
declare class TableOfContent {
|
|
878
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.8",
|
|
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",
|