@netless/window-manager 1.0.9-beta.0 → 1.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/window-manager",
3
- "version": "1.0.9-beta.0",
3
+ "version": "1.0.9",
4
4
  "description": "Multi-window mode for Netless Whiteboard",
5
5
  "author": "l1shen <lishen1635@gmail.com> (https://github.com/l1shen)",
6
6
  "license": "MIT",
package/src/index.ts CHANGED
@@ -66,7 +66,6 @@ import type { ExtendPluginInstance } from "./ExtendPluginManager";
66
66
  import { ExtendPluginManager } from "./ExtendPluginManager";
67
67
  import { getExtendClass } from "./Utils/extendClass";
68
68
  import type { ExtendClass } from "./Utils/extendClass";
69
- // import type { AppliancePluginInstance } from "@netless/appliance-plugin/dist/plugin/types";
70
69
 
71
70
  export * from "./utils/extendClass";
72
71
 
@@ -193,6 +192,7 @@ export type MountParams = {
193
192
  applianceIcons?: ApplianceIcons;
194
193
  fullscreen?: boolean;
195
194
  polling?: boolean;
195
+ /** 是否支持 appliance plugin */
196
196
  supportAppliancePlugin?: boolean;
197
197
  /** 是否使用 boxesStatus 状态管理窗口 */
198
198
  useBoxesStatus?: boolean;