babylonjs-gui 7.11.4 → 7.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/babylon.gui.d.ts +2 -2
- package/babylon.gui.js +16 -16
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +4 -4
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
@@ -4178,7 +4178,7 @@ import { ICanvasRenderingContext } from "babylonjs/Engines/ICanvas";
|
|
4178
4178
|
/**
|
4179
4179
|
* Enum that determines the text-wrapping mode to use.
|
4180
4180
|
*/
|
4181
|
-
export enum TextWrapping {
|
4181
|
+
export const enum TextWrapping {
|
4182
4182
|
/**
|
4183
4183
|
* Clip the text when it's larger than Control.width; this is the default mode.
|
4184
4184
|
*/
|
@@ -6684,7 +6684,7 @@ import { BaseSixDofDragBehavior } from "babylonjs/Behaviors/Meshes/baseSixDofDra
|
|
6684
6684
|
/**
|
6685
6685
|
* State of the handle regarding user interaction
|
6686
6686
|
*/
|
6687
|
-
export enum HandleState {
|
6687
|
+
export const enum HandleState {
|
6688
6688
|
/**
|
6689
6689
|
* Handle is idle
|
6690
6690
|
*/
|
@@ -12784,7 +12784,7 @@ declare module BABYLON.GUI {
|
|
12784
12784
|
/**
|
12785
12785
|
* Enum that determines the text-wrapping mode to use.
|
12786
12786
|
*/
|
12787
|
-
export enum TextWrapping {
|
12787
|
+
export const enum TextWrapping {
|
12788
12788
|
/**
|
12789
12789
|
* Clip the text when it's larger than Control.width; this is the default mode.
|
12790
12790
|
*/
|
@@ -15045,7 +15045,7 @@ declare module BABYLON.GUI {
|
|
15045
15045
|
/**
|
15046
15046
|
* State of the handle regarding user interaction
|
15047
15047
|
*/
|
15048
|
-
export enum HandleState {
|
15048
|
+
export const enum HandleState {
|
15049
15049
|
/**
|
15050
15050
|
* Handle is idle
|
15051
15051
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "babylonjs-gui",
|
3
|
-
"version": "7.
|
3
|
+
"version": "7.13.0",
|
4
4
|
"main": "babylon.gui.js",
|
5
5
|
"types": "babylon.gui.module.d.ts",
|
6
6
|
"files": [
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"test:escheck": "es-check es6 ./babylon.gui.js"
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"babylonjs": "^7.
|
18
|
+
"babylonjs": "^7.13.0"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@dev/build-tools": "1.0.0",
|