@mastergo/plugin-typings 2.18.3-beta.0 → 2.18.5-beta.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1522,6 +1522,7 @@ declare global {
1522
1522
  importComponentByKeyAsync(ukey: string): Promise<ComponentNode>
1523
1523
  importComponentSetByKeyAsync(ukey: string): Promise<ComponentSetNode>
1524
1524
  importStyleByKeyAsync(ukey: string): Promise<Style>
1525
+ getComponentListVal(): ComponentItemVal[]
1525
1526
  /**
1526
1527
  * @deprecated
1527
1528
  *
@@ -2820,7 +2821,6 @@ declare global {
2820
2821
  }
2821
2822
  ): string
2822
2823
  deleteComponentProperty(propertyId: string): void
2823
- getComponentListVal(): ComponentItemVal[]
2824
2824
  }
2825
2825
 
2826
2826
  type ComponentPropertyValues = Array<ComponentPropertyValue>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastergo/plugin-typings",
3
- "version": "2.18.3-beta.0",
3
+ "version": "2.18.5-beta.0",
4
4
  "description": "MasterGo插件API声明文件",
5
5
  "type": "module",
6
6
  "main": "",