@quantumart/qp8-widget-platform-shell-core
Advanced tools
Comparing version 8.0.15 to 8.0.16
@@ -11,3 +11,4 @@ import React, { FunctionComponent } from 'react'; | ||
private readonly notFoundPage; | ||
private maxDynamicPathLevel; | ||
private maxDynamicPathLevel?; | ||
private specialRouteObjects?; | ||
private _isInit; | ||
@@ -19,3 +20,3 @@ get isInit(): boolean; | ||
get routes(): RouteObject[]; | ||
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number); | ||
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number, specialRouteObjects?: (path: string, node: SiteNode, getRouteObject: (path: string, node: SiteNode) => RouteObject) => RouteObject[]); | ||
init: (params?: { | ||
@@ -22,0 +23,0 @@ additionalFields?: string[]; |
{ | ||
"name": "@quantumart/qp8-widget-platform-shell-core", | ||
"version": "8.0.15", | ||
"version": "8.0.16", | ||
"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
870757
660