@glowjs/core 2025.8.21 → 2025.9.1

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.
@@ -37,6 +37,8 @@ export declare class CameraMgr extends Base {
37
37
  * @param app 应用
38
38
  */
39
39
  constructor(app: App);
40
+ get mapPanning(): boolean;
41
+ set mapPanning(value: boolean);
40
42
  /** 当前层级Y轴世界坐标 */
41
43
  get levelWorldY(): number;
42
44
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2025.08.21",
3
+ "version": "2025.09.01",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",