@adminide-stack/extension-api
Advanced tools
Comparing version 0.0.20-alpha.42 to 0.0.20-alpha.46
@@ -42,2 +42,4 @@ import { Primitive } from 'utility-types'; | ||
buttons?: IButtonContributions; | ||
/** @sri custom: PageNavBar contributes by the extension. */ | ||
pageNavBar?: IPageNavBarItemContributions[]; | ||
} | ||
@@ -368,2 +370,15 @@ /** | ||
} | ||
/** | ||
* PageNavBarContributions describes the each type of component contributed by an extension. | ||
*/ | ||
export interface IPageNavBarItemContributions { | ||
id?: string; | ||
name: string; | ||
/** position of item (right | left)*/ | ||
position: string; | ||
/** priority*/ | ||
priority?: number; | ||
/** function return react component */ | ||
component?: () => any; | ||
} | ||
export {}; |
{ | ||
"name": "@adminide-stack/extension-api", | ||
"version": "0.0.20-alpha.42", | ||
"version": "0.0.20-alpha.46", | ||
"description": "Workbench core for higher packages to depend on", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "7bfd9a7b600befe0bf66bac652c7d4818f0394f3" | ||
"gitHead": "0052210583e31e82d70d7293114e2def88a42b6d" | ||
} |
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
14630
797977
297