@glowjs/core 2024.1.10 → 2024.1.19

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.
@@ -42,6 +42,7 @@ export declare class InfoListPanel extends EventDispatcher {
42
42
  private _grid;
43
43
  private _title;
44
44
  private _size;
45
+ _height_percent: number;
45
46
  /**
46
47
  *
47
48
  * @param type 类型
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2024.01.10",
3
+ "version": "2024.01.19",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",