@netless/window-manager 1.0.9-beta.0 → 1.0.10-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 +1 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AppManager.ts +6 -4
- package/src/BoxManager.ts +3 -1
- package/src/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1267,6 +1267,7 @@ type MountParams = {
|
|
|
1267
1267
|
applianceIcons?: ApplianceIcons;
|
|
1268
1268
|
fullscreen?: boolean;
|
|
1269
1269
|
polling?: boolean;
|
|
1270
|
+
/** 是否支持 appliance plugin */
|
|
1270
1271
|
supportAppliancePlugin?: boolean;
|
|
1271
1272
|
/** 是否使用 boxesStatus 状态管理窗口 */
|
|
1272
1273
|
useBoxesStatus?: boolean;
|