@galacean/engine-ui 1.6.0-alpha.1 → 1.6.0-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/engine-ui",
3
- "version": "1.6.0-alpha.1",
3
+ "version": "1.6.0-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -26,10 +26,10 @@
26
26
  "types/**/*"
27
27
  ],
28
28
  "devDependencies": {
29
- "@galacean/engine": "1.6.0-alpha.1"
29
+ "@galacean/engine": "1.6.0-beta.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@galacean/engine": "1.6.0-alpha.1"
32
+ "@galacean/engine": "1.6.0-beta.0"
33
33
  },
34
34
  "scripts": {
35
35
  "b:types": "tsc"
@@ -98,12 +98,12 @@ export declare class UITransform extends Transform {
98
98
  set alignMiddle(value: number);
99
99
  _cloneTo(target: UITransform, srcRoot: Entity, targetRoot: Entity): void;
100
100
  protected _onLocalMatrixChanging(): void;
101
- protected _onWorldMatrixChange(): void;
101
+ protected _onWorldMatrixChanging(): void;
102
102
  protected _onPositionChanged(): void;
103
103
  protected _onWorldPositionChanged(): void;
104
104
  private _updatePositionByAlignment;
105
105
  private _updateSizeByAlignment;
106
- private _updateRectByPivot;
106
+ private _updateRectBySizeAndPivot;
107
107
  private _onSizeChanged;
108
108
  private _onPivotChanged;
109
109
  private _updateWorldFlagWithSelfRectChange;