@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/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/package.json
CHANGED
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;
|