@mastergo/plugin-typings 2.9.0 → 2.9.1-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.
- package/dist/index.d.ts +9 -11
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -254,8 +254,15 @@ declare global {
|
|
|
254
254
|
| 'SLICE'
|
|
255
255
|
| 'CONNECTOR'
|
|
256
256
|
| 'SECTION'
|
|
257
|
-
| 'CUSTOM'
|
|
258
|
-
|
|
257
|
+
| 'CUSTOM'
|
|
258
|
+
| 'Input'
|
|
259
|
+
| 'TABLE'
|
|
260
|
+
| 'Select'
|
|
261
|
+
| 'Chart'
|
|
262
|
+
| 'TOGGLE'
|
|
263
|
+
| 'BUTTON'
|
|
264
|
+
| 'TREE'
|
|
265
|
+
| 'TEXTSHAPE'
|
|
259
266
|
/**
|
|
260
267
|
* 图层的布局信息
|
|
261
268
|
*/
|
|
@@ -2516,15 +2523,6 @@ declare global {
|
|
|
2516
2523
|
| 'SLICE'
|
|
2517
2524
|
| 'CONNECTOR'
|
|
2518
2525
|
| 'SECTION'
|
|
2519
|
-
| 'Input'
|
|
2520
|
-
| 'TABLE'
|
|
2521
|
-
| 'Select'
|
|
2522
|
-
| 'Chart'
|
|
2523
|
-
| 'TOGGLE'
|
|
2524
|
-
| 'BUTTON'
|
|
2525
|
-
| 'TREE'
|
|
2526
|
-
| 'TEXTSHAPE';
|
|
2527
|
-
|
|
2528
2526
|
|
|
2529
2527
|
|
|
2530
2528
|
// d2c
|