@quantumart/qp8-widget-platform-shell-core
Advanced tools
Comparing version 8.0.3 to 8.0.4
@@ -11,2 +11,3 @@ import React, { FunctionComponent } from 'react'; | ||
private readonly notFoundPage; | ||
private maxDynamicPathLevel; | ||
private _isInit; | ||
@@ -18,3 +19,3 @@ get isInit(): boolean; | ||
get routes(): RouteObject[]; | ||
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>); | ||
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number); | ||
init: () => Promise<void>; | ||
@@ -21,0 +22,0 @@ private fillSiteStructure; |
{ | ||
"name": "@quantumart/qp8-widget-platform-shell-core", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"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
863066
614