@mastergo/plugin-typings 2.8.5-beta.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +8 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2516,6 +2516,14 @@ declare global {
2516
2516
  | 'SLICE'
2517
2517
  | 'CONNECTOR'
2518
2518
  | 'SECTION'
2519
+ | 'Input'
2520
+ | 'TABLE'
2521
+ | 'Select'
2522
+ | 'Chart'
2523
+ | 'TOGGLE'
2524
+ | 'BUTTON'
2525
+ | 'TREE'
2526
+ | 'TEXTSHAPE';
2519
2527
 
2520
2528
 
2521
2529
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastergo/plugin-typings",
3
- "version": "2.8.5-beta.0",
3
+ "version": "2.9.0",
4
4
  "description": "MasterGo插件API声明文件",
5
5
  "main": "",
6
6
  "types": "dist/index.d.ts",