@mastergo/plugin-typings 2.8.4-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.
- package/dist/index.d.ts +9 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1113,7 +1113,7 @@ declare global {
|
|
|
1113
1113
|
*/
|
|
1114
1114
|
readonly codegen?: CodegenAPI
|
|
1115
1115
|
|
|
1116
|
-
readonly
|
|
1116
|
+
readonly snippetgen?: SnippetgenAPI
|
|
1117
1117
|
|
|
1118
1118
|
readonly mode?: "inspect" | "design" | "codegen" | "snippetgen"
|
|
1119
1119
|
|
|
@@ -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
|
|