@mastergo/plugin-typings 2.8.3-beta.0 → 2.8.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.
- package/dist/index.d.ts +3 -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
|
|
|
@@ -2446,6 +2446,8 @@ declare global {
|
|
|
2446
2446
|
readonly cover: string
|
|
2447
2447
|
readonly width: number
|
|
2448
2448
|
readonly height: number
|
|
2449
|
+
/** 如果 Component 属于某一个 ComponentSet,则 componentSetUkey 为 ComponentSet 的 ukey, 否则为空字符串 */
|
|
2450
|
+
readonly componentSetUkey: string
|
|
2449
2451
|
}
|
|
2450
2452
|
|
|
2451
2453
|
interface TeamLibraryStyle {
|