@glowjs/core 2023.8.18 → 2023.9.7

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.
@@ -23,6 +23,10 @@ export declare class CameraMgr extends Base {
23
23
  private _flyEndData;
24
24
  private _flyingData;
25
25
  private _person;
26
+ /**
27
+ * 是否锁定拖动的灵敏度(直径小于5时生效,用于资产模型编辑)
28
+ */
29
+ lockPanning: boolean;
26
30
  /**
27
31
  * 获取或设置跟随对象
28
32
  */
@@ -111,10 +111,7 @@ export declare class RunTime implements IDisposable {
111
111
  * 获取温度云图列表
112
112
  * @param projectFile 项目文件地址
113
113
  */
114
- static getHeatmapList(projectFile: string): Promise<{
115
- name: string;
116
- children: EntityItem[];
117
- }[]>;
114
+ static getHeatmapList(projectFile: string): Promise<EntityItem[]>;
118
115
  /**
119
116
  * 应用
120
117
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2023.08.18",
3
+ "version": "2023.09.07",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",
@@ -45,11 +45,11 @@
45
45
  "license": "ISC",
46
46
  "dependencies": {
47
47
  "@babel/plugin-transform-runtime": "^7.18.10",
48
- "@babylonjs/core": "^6.15.0",
49
- "@babylonjs/gui": "^6.15.0",
50
- "@babylonjs/inspector": "^6.15.0",
51
- "@babylonjs/loaders": "^6.15.0",
52
- "@babylonjs/materials": "^6.15.0",
48
+ "@babylonjs/core": "^6.19.1",
49
+ "@babylonjs/gui": "^6.19.1",
50
+ "@babylonjs/inspector": "^6.19.1",
51
+ "@babylonjs/loaders": "^6.19.1",
52
+ "@babylonjs/materials": "^6.19.1",
53
53
  "@tweenjs/tween.js": "^18.6.4",
54
54
  "earcut": "^2.2.2",
55
55
  "heatmap.js": "^2.0.5",