complex-plugin
Advanced tools
+1
-1
| ### ToDo | ||
| ### 4.9.2 | ||
| ### 4.9.2/3 | ||
| - feat:PluginLayoutData添加visible属性及相关逻辑 | ||
@@ -5,0 +5,0 @@ |
+1
-1
| { | ||
| "name": "complex-plugin", | ||
| "version": "4.9.2", | ||
| "version": "4.9.3", | ||
| "description": "a complex plugin", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+2
-1
@@ -70,3 +70,3 @@ import { _Data, Life, throttle } from "complex-utils" | ||
| export class PluginLayoutData { | ||
| export class PluginLayoutData extends _Data { | ||
| static $formatConfig = { name: 'PluginLayoutData', level: 80, recommend: true } | ||
@@ -79,2 +79,3 @@ visible: boolean | ||
| constructor(initOption: PluginLayoutDataInitOption) { | ||
| super() | ||
| this.visible = initOption.visible === undefined ? true : initOption.visible | ||
@@ -81,0 +82,0 @@ this.width = initOption.width || 0 |
26361
0.11%532
0.19%