@mastergo/plugin-typings 2.8.5-beta.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 -3
- 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
|
*/
|
|
@@ -2518,7 +2525,6 @@ declare global {
|
|
|
2518
2525
|
| 'SECTION'
|
|
2519
2526
|
|
|
2520
2527
|
|
|
2521
|
-
|
|
2522
2528
|
// d2c
|
|
2523
2529
|
type CodeFile = {
|
|
2524
2530
|
/**
|