babylonjs-gui-editor 9.3.1 → 9.3.2

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.
@@ -3143,10 +3143,10 @@ declare namespace BABYLON.GuiEditor.SharedUIComponents {
3143
3143
  */
3144
3144
  name?: string;
3145
3145
  /**
3146
- * Whether the bridge should automatically start trying to connect.
3147
- * Defaults to false.
3146
+ * Whether the bridge should automatically enable trying to connect.
3147
+ * Defaults to true.
3148
3148
  */
3149
- autoStart?: boolean;
3149
+ autoEnable?: boolean;
3150
3150
  /**
3151
3151
  * Additional service definitions to register with the bridge container.
3152
3152
  */
@@ -3932,9 +3932,9 @@ declare namespace BABYLON.GuiEditor.SharedUIComponents {
3932
3932
  */
3933
3933
  name: string;
3934
3934
  /**
3935
- * Whether to automatically start connecting when the service is created.
3935
+ * Whether to automatically enable connecting when the service is created.
3936
3936
  */
3937
- autoStart: boolean;
3937
+ autoEnable: boolean;
3938
3938
  };
3939
3939
  /**
3940
3940
  * Creates the service definition for the CLI Bridge Service.
@@ -3364,10 +3364,10 @@ export type ModularBridgeOptions = {
3364
3364
  */
3365
3365
  name?: string;
3366
3366
  /**
3367
- * Whether the bridge should automatically start trying to connect.
3368
- * Defaults to false.
3367
+ * Whether the bridge should automatically enable trying to connect.
3368
+ * Defaults to true.
3369
3369
  */
3370
- autoStart?: boolean;
3370
+ autoEnable?: boolean;
3371
3371
  /**
3372
3372
  * Additional service definitions to register with the bridge container.
3373
3373
  */
@@ -4106,9 +4106,9 @@ export type BridgeServiceOptions = {
4106
4106
  */
4107
4107
  name: string;
4108
4108
  /**
4109
- * Whether to automatically start connecting when the service is created.
4109
+ * Whether to automatically enable connecting when the service is created.
4110
4110
  */
4111
- autoStart: boolean;
4111
+ autoEnable: boolean;
4112
4112
  };
4113
4113
  /**
4114
4114
  * Creates the service definition for the CLI Bridge Service.
@@ -12031,10 +12031,10 @@ declare namespace BABYLON.GuiEditor.SharedUIComponents {
12031
12031
  */
12032
12032
  name?: string;
12033
12033
  /**
12034
- * Whether the bridge should automatically start trying to connect.
12035
- * Defaults to false.
12034
+ * Whether the bridge should automatically enable trying to connect.
12035
+ * Defaults to true.
12036
12036
  */
12037
- autoStart?: boolean;
12037
+ autoEnable?: boolean;
12038
12038
  /**
12039
12039
  * Additional service definitions to register with the bridge container.
12040
12040
  */
@@ -12820,9 +12820,9 @@ declare namespace BABYLON.GuiEditor.SharedUIComponents {
12820
12820
  */
12821
12821
  name: string;
12822
12822
  /**
12823
- * Whether to automatically start connecting when the service is created.
12823
+ * Whether to automatically enable connecting when the service is created.
12824
12824
  */
12825
- autoStart: boolean;
12825
+ autoEnable: boolean;
12826
12826
  };
12827
12827
  /**
12828
12828
  * Creates the service definition for the CLI Bridge Service.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-gui-editor",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "main": "babylon.guiEditor.js",
5
5
  "types": "babylon.guiEditor.module.d.ts",
6
6
  "files": [
@@ -14,8 +14,8 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.* -g"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "9.3.1",
18
- "babylonjs-gui": "9.3.1"
17
+ "babylonjs": "9.3.2",
18
+ "babylonjs-gui": "9.3.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",