babylonjs-gui 7.34.3 → 7.35.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4727,7 +4727,7 @@ export class AdvancedDynamicTexture extends DynamicTexture {
4727
4727
  * @param urlRewriter defines an url rewriter to update urls before sending them to the controls
4728
4728
  * @deprecated Please use parseSerializedObject instead
4729
4729
  */
4730
- parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: ((url: string) => string) | undefined) => void;
4730
+ parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: (url: string) => string) => void;
4731
4731
  /**
4732
4732
  * Recreate the content of the ADT from a snippet saved by the GUI editor
4733
4733
  * @param snippetId defines the snippet to load
@@ -13301,7 +13301,7 @@ declare module BABYLON.GUI {
13301
13301
  * @param urlRewriter defines an url rewriter to update urls before sending them to the controls
13302
13302
  * @deprecated Please use parseSerializedObject instead
13303
13303
  */
13304
- parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: ((url: string) => string) | undefined) => void;
13304
+ parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: (url: string) => string) => void;
13305
13305
  /**
13306
13306
  * Recreate the content of the ADT from a snippet saved by the GUI editor
13307
13307
  * @param snippetId defines the snippet to load
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-gui",
3
- "version": "7.34.3",
3
+ "version": "7.35.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.34.3"
18
+ "babylonjs": "^7.35.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",