@quantumart/qp8-widget-platform-shell-core
Advanced tools
Comparing version 8.0.9 to 8.0.10
@@ -19,3 +19,5 @@ import React, { FunctionComponent } from 'react'; | ||
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number); | ||
init: () => Promise<void>; | ||
init: (params?: { | ||
additionalFields?: string[]; | ||
}) => Promise<void>; | ||
private fillSiteStructure; | ||
@@ -22,0 +24,0 @@ private getRouteObject; |
@@ -5,4 +5,10 @@ import { SiteNode } from '../api-clients/widget-platform-api'; | ||
link: string; | ||
additionalData: unknown; | ||
children: PageNode[]; | ||
} | ||
export declare const getSiteMap: (maxDeepOrigin: number | undefined, homeTitle: string, publicPath: string, structure: undefined | SiteNode) => PageNode[]; | ||
type convertingUrlHandler = (path: string, node: SiteNode) => { | ||
path: string; | ||
additionalData?: unknown; | ||
}; | ||
export declare const getSiteMap: (maxDeepOrigin: number | undefined, homeTitle: string, publicPath: string, structure: undefined | SiteNode, convertingUrl?: convertingUrlHandler) => PageNode[]; | ||
export {}; |
{ | ||
"name": "@quantumart/qp8-widget-platform-shell-core", | ||
"version": "8.0.9", | ||
"version": "8.0.10", | ||
"description": "Данный пакет содержит основную логику для работы qp8-widget-platform-shell", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
865469
626