@netless/window-manager 1.0.0-canary.43 → 1.0.0-canary.44
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.cjs.js +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/dist/index.es.js
CHANGED
@@ -12912,7 +12912,7 @@ const reconnectRefresher = new ReconnectRefresher({ emitter });
|
|
12912
12912
|
const _WindowManager = class extends InvisiblePlugin {
|
12913
12913
|
constructor(context) {
|
12914
12914
|
super(context);
|
12915
|
-
this.version = "1.0.0-canary.
|
12915
|
+
this.version = "1.0.0-canary.44";
|
12916
12916
|
this.dependencies = { "dependencies": { "@juggle/resize-observer": "^3.3.1", "@netless/telebox-insider": "1.0.0-alpha.35", "emittery": "^0.11.0", "lodash": "^4.17.21", "p-retry": "^4.6.2", "side-effect-manager": "^1.1.1", "uuid": "^7.0.3", "value-enhancer": "^1.3.2" }, "peerDependencies": { "white-web-sdk": "^2.16.0" }, "devDependencies": { "@netless/app-docs-viewer": "^0.3.0", "@netless/app-plyr": "0.2.0", "@playwright/test": "^1.23.2", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-url": "^6.1.0", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.49", "@tsconfig/svelte": "^2.0.1", "@types/debug": "^4.1.7", "@types/lodash": "^4.14.182", "@types/lodash-es": "^4.17.6", "@types/node": "^18.0.3", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", "@vitest/ui": "^0.14.2", "cypress": "^8.7.0", "dotenv": "^10.0.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-svelte3": "^3.2.0", "jsdom": "^19.0.0", "less": "^4.1.3", "prettier": "^2.3.2", "prettier-plugin-svelte": "^2.4.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-styles": "^3.14.1", "svelte": "^3.42.4", "typescript": "^4.5.5", "vite": "^2.5.3", "vite-plugin-dts": "^1.2.1", "vitest": "^0.18.0", "white-web-sdk": "2.16.26" } };
|
12917
12917
|
this.emitter = callbacks;
|
12918
12918
|
this.viewMode = ViewMode.Broadcaster;
|
@@ -13024,7 +13024,8 @@ const _WindowManager = class extends InvisiblePlugin {
|
|
13024
13024
|
stageRatio: _WindowManager.containerSizeRatio,
|
13025
13025
|
containerStyle: params.containerStyle,
|
13026
13026
|
stageStyle: params.stageStyle,
|
13027
|
-
fullscreen: params.fullscreen
|
13027
|
+
fullscreen: params.fullscreen,
|
13028
|
+
theme: params.theme
|
13028
13029
|
});
|
13029
13030
|
(_a = manager.appManager) == null ? void 0 : _a.setBoxManager(manager.boxManager);
|
13030
13031
|
if (params.container) {
|