mirror of https://github.com/rancher/dashboard.git
fix PluginRouteRecordRaw type + bump shell version (#12247)
This commit is contained in:
parent
86cde1ff3a
commit
0e5fc092a4
|
|
@ -26,7 +26,7 @@ export type CoreStoreInit = (store: any, ctx: any) => void;
|
||||||
export type RegisterStore = () => (store: any) => void
|
export type RegisterStore = () => (store: any) => void
|
||||||
export type UnregisterStore = (store: any) => void
|
export type UnregisterStore = (store: any) => void
|
||||||
|
|
||||||
export type PluginRouteRecordRaw = {parent?: string, route: RouteRecordRaw}
|
export type PluginRouteRecordRaw = { [key: string]: any }
|
||||||
|
|
||||||
export type OnEnterLeavePackageConfig = {
|
export type OnEnterLeavePackageConfig = {
|
||||||
clusterId: string,
|
clusterId: string,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@rancher/shell",
|
"name": "@rancher/shell",
|
||||||
"version": "3.0.0-rc.6",
|
"version": "3.0.0-rc.7",
|
||||||
"description": "Rancher Dashboard Shell",
|
"description": "Rancher Dashboard Shell",
|
||||||
"repository": "https://github.com/rancherlabs/dashboard",
|
"repository": "https://github.com/rancherlabs/dashboard",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue