@quantumart/qp8-widget-platform-shell-core
Advanced tools
Comparing version 8.0.11 to 8.0.12
@@ -12,3 +12,10 @@ import { SiteNode } from '../api-clients/widget-platform-api'; | ||
}; | ||
export declare const getSiteMap: (maxDeepOrigin: number | undefined, homeTitle: string, publicPath: string, structure: undefined | SiteNode, convertingUrl?: convertingUrlHandler) => PageNode[]; | ||
export declare const getSiteMap: (param: { | ||
maxDeepOrigin?: number; | ||
homeTitle: string; | ||
baseURL: string; | ||
structure: undefined | SiteNode; | ||
addHiddenPages?: boolean; | ||
convertingUrl?: convertingUrlHandler; | ||
}) => PageNode[]; | ||
export {}; |
{ | ||
"name": "@quantumart/qp8-widget-platform-shell-core", | ||
"version": "8.0.11", | ||
"version": "8.0.12", | ||
"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
865998
634