@adminide-stack/extension-api
Advanced tools
Comparing version 0.0.18-alpha.462 to 0.0.18-alpha.463
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.18-alpha.463](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.462...v0.0.18-alpha.463) (2021-04-12) | ||
**Note:** Version bump only for package @adminide-stack/extension-api | ||
## [0.0.18-alpha.462](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.461...v0.0.18-alpha.462) (2021-04-10) | ||
@@ -8,0 +16,0 @@ |
@@ -40,2 +40,4 @@ import { Primitive } from 'utility-types'; | ||
tables?: ITableContributions; | ||
/** @sri custom: Buttons contributes by the extension. */ | ||
buttons?: IButtonContributions; | ||
} | ||
@@ -352,2 +354,14 @@ /** | ||
} | ||
/** | ||
* ButtonContributions describes the each type of component contributed by an extension. | ||
*/ | ||
export interface IButtonContributions extends Partial<Record<string, IButtonComponentContributions[]>> { | ||
} | ||
export interface IButtonComponentContributions { | ||
id?: string; | ||
/** type or name */ | ||
type: string; | ||
/** function return react component */ | ||
component?: () => any; | ||
} | ||
export {}; |
{ | ||
"name": "@adminide-stack/extension-api", | ||
"version": "0.0.18-alpha.462", | ||
"version": "0.0.18-alpha.463", | ||
"description": "Workbench core for higher packages to depend on", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "867fc7b2cafc1b59e4bd62a04ed01d3398ba8946" | ||
"gitHead": "1728d5f91aab570f54acd07212b948b832966518" | ||
} |
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
807006
14613