@foblex/m-render 2.8.8 → 2.9.0
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 +66 -74
- package/fesm2022/foblex-m-render.mjs.map +1 -1
- package/index.d.ts +5 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -775,7 +775,7 @@ declare class CalculateTableOfContentRequest {
|
|
|
775
775
|
|
|
776
776
|
declare class CalculateTableOfContent implements IExecution<CalculateTableOfContentRequest, void> {
|
|
777
777
|
private readonly _dataProvider;
|
|
778
|
-
private readonly
|
|
778
|
+
private readonly _injector;
|
|
779
779
|
handle(request: CalculateTableOfContentRequest): void;
|
|
780
780
|
private _getNavigationSelectors;
|
|
781
781
|
private _createItem;
|
|
@@ -786,13 +786,13 @@ declare class CalculateTableOfContent implements IExecution<CalculateTableOfCont
|
|
|
786
786
|
static ɵprov: i0.ɵɵInjectableDeclaration<CalculateTableOfContent>;
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
-
declare class CalculateHashFromScrollPosition implements IExecution<
|
|
789
|
+
declare class CalculateHashFromScrollPosition implements IExecution<void, void> {
|
|
790
790
|
private readonly _docElement;
|
|
791
791
|
private readonly _window;
|
|
792
792
|
private readonly _provider;
|
|
793
793
|
private readonly _scrollableContainer;
|
|
794
794
|
private readonly _mediatr;
|
|
795
|
-
handle(
|
|
795
|
+
handle(): void;
|
|
796
796
|
private _getContainerScrollTop;
|
|
797
797
|
private _getHeaderHeight;
|
|
798
798
|
private _calculateElementsTopPositions;
|
|
@@ -803,11 +803,6 @@ declare class CalculateHashFromScrollPosition implements IExecution<CalculateHas
|
|
|
803
803
|
static ɵprov: i0.ɵɵInjectableDeclaration<CalculateHashFromScrollPosition>;
|
|
804
804
|
}
|
|
805
805
|
|
|
806
|
-
declare class CalculateHashFromScrollPositionRequest {
|
|
807
|
-
static readonly requestToken: unique symbol;
|
|
808
|
-
constructor();
|
|
809
|
-
}
|
|
810
|
-
|
|
811
806
|
declare class CalculateAbsoluteTopToContainerRequest {
|
|
812
807
|
element: HTMLElement;
|
|
813
808
|
static readonly requestToken: unique symbol;
|
|
@@ -891,7 +886,7 @@ declare class TableOfContent {
|
|
|
891
886
|
|
|
892
887
|
declare class ScrollableContainer implements OnInit, IScrollableContainer {
|
|
893
888
|
private readonly _destroyRef;
|
|
894
|
-
private readonly
|
|
889
|
+
private readonly _injector;
|
|
895
890
|
protected readonly tableOfContent: ITableOfContent | null;
|
|
896
891
|
readonly htmlElement: any;
|
|
897
892
|
ngOnInit(): void;
|
|
@@ -1269,5 +1264,5 @@ declare class ThemeButtonComponent implements OnInit {
|
|
|
1269
1264
|
|
|
1270
1265
|
declare function provideTheme(): Provider[];
|
|
1271
1266
|
|
|
1272
|
-
export { AVAILABLE_LANGUAGES, ActivateTocByHash, ActivateTocByHashRequest, CalculateAbsoluteTopToContainer, CalculateAbsoluteTopToContainerRequest, CalculateHashFromScrollPosition,
|
|
1267
|
+
export { AVAILABLE_LANGUAGES, ActivateTocByHash, ActivateTocByHashRequest, CalculateAbsoluteTopToContainer, CalculateAbsoluteTopToContainerRequest, CalculateHashFromScrollPosition, CalculateTableOfContent, CalculateTableOfContentRequest, CodeGroup, CodeView, DOCUMENTATION_CONFIGURATION, DOCUMENTATION_ROUTES, DOCUMENT_ELEMENT, DYNAMIC_COMPONENTS_MODULE_PROVIDERS, Documentation, DocumentationStore, DropdownMenu, DynamicComponentsStore, EMarkdownContainerType, EParsedContainerType, EXTERNAL_COMPONENT_PROVIDER, ExternalComponent, FCheckboxComponent, FHomePageButtonsRowComponent, FHomePageFeaturesComponent, FHomePageFooterComponent, FHomePageHeaderComponent, FHomePageHeroComponent, FHomePageMembershipsComponent, FMetaService, FNavigationItemComponent, FRadioButtonComponent, FSearchButtonComponent, F_PREVIEW_NAVIGATION_PROVIDER, FooterNavigationButton, GTAG_CONFIG, GTagService, GetPreviousNextPageNavigationHandler, GetPreviousNextPageNavigationRequest, GetPreviousNextPageNavigationResponse, HEADER_CONFIGURATION_PROVIDER, HOME_PAGE_CONFIGURATION, HOME_ROUTES, HamburgerButton, HandleNavigationLinksHandler, HandleNavigationLinksRequest, HeaderComponent, HeaderMenuBase, Highlight, HighlightService, HomeRootComponent, HomeStore, IS_BROWSER_PLATFORM, InlineMenu, LOCAL_STORAGE, LOCATION, MEDIA_LINKS_PROVIDER, MExecution, MarkCodeFocusedBlocksPostProcessor, MarkdownFooter, MarkdownRenderer, MarkdownRouter, MarkdownService, MediaLinks, Mediatr, NavigationGroupComponent, NavigationPanelComponent, ParseAlerts, ParseAngularExampleWithCodeLinks, ParseGroupedCodeItems, ParsePreviewGroup, ParseShowcase, ParseSingleCodeItem, PopoverService, PreviewActionBar, PreviewCard, PreviewCardBase, PreviewGroupService, RenderDynamicComponent, RenderDynamicComponentRequest, RenderExternalComponent, RenderExternalComponentRequest, RenderInternalComponents, RenderInternalComponentsRequest, SCROLLABLE_CONTAINER, SHOWCASE_DATA, ScrollToElementInContainer, ScrollToElementInContainerRequest, ScrollableContainer, Showcase, ShowcaseItem, TABLE_OF_CONTENT_MODULE_PROVIDERS, TOGGLE_NAVIGATION_COMPONENT, TableOfContent, TableOfContentData, TableOfContentItemsComponent, ThemeButtonComponent, ThemeService, UNIVERSAL_THEME, WINDOW, calculateMarkdownUrl, coerceComponentHeight, copyToClipboard, defineLazyComponent, defineNavigationGroup, encodeDataAttr, extractComponent, getContent, isClosingToken, isOpeningToken, parseComponentTag, parseFileLinkLine, parseSingleBracketText, provide404Markdown, provideBackground, provideComponents, provideDirectory, provideDocumentation, provideFooterNavigation, provideGTag, provideHeader, provideHeaderMediaLinks, provideHeaderNavigation, provideHeaderSearch, provideHero, provideHomeButtons, provideHomeFeatures, provideHomeFooter, provideHomePage, provideImage, provideLanguage, provideLogo, provideMeta, provideNavigation, provideShowcase, provideTableOfContent, provideTheme, provideTitle };
|
|
1273
1268
|
export type { ConsentState, GTagConfig, IDocumentationConfiguration, IDocumentationFooterConfiguration, IDynamicComponentInstance, IDynamicComponentItem, IExampleViewData, IExecution, IHandler, IHasHeaderConfiguration, IHeaderConfiguration, IHeaderConfigurationStore, IHeaderMenuLink, IHomePageConfiguration, IHomePageFeature, IHomePageFooter, IHomePageHero, IHomePageLink, IHomePageMembership, ILanguageConfiguration, ILink, ILogoConfiguration, IMarkdownContainerData, IMarkdownFooterLink, IMarkdownFooterNavigation, IMarkdownItToken, IMediaLink, IMediaLinksProvider, IMetaData, INavigationGroup, INavigationItem, INavigationItemBadge, IParsedContainerData, IPreviewNavigationGroup, IPreviewNavigationService, IScrollableContainer, IShowcaseItem, ITableOfContent, ITableOfContentItem, ITitleConfiguration, IToggleNavigationComponent };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foblex/m-render",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
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",
|