babylonjs-gui 8.17.1 → 8.18.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/babylon.gui.d.ts +1 -0
- package/babylon.gui.js +1 -1
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +2 -0
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
@@ -6457,6 +6457,7 @@ export class Image extends Control {
|
|
6457
6457
|
* Gets or sets image source url
|
6458
6458
|
*/
|
6459
6459
|
set source(value: Nullable<string>);
|
6460
|
+
private _sanitizeSVG;
|
6460
6461
|
/**
|
6461
6462
|
* Checks for svg document with icon id present
|
6462
6463
|
* @param value the source svg
|
@@ -14916,6 +14917,7 @@ declare module BABYLON.GUI {
|
|
14916
14917
|
* Gets or sets image source url
|
14917
14918
|
*/
|
14918
14919
|
set source(value: BABYLON.Nullable<string>);
|
14920
|
+
private _sanitizeSVG;
|
14919
14921
|
/**
|
14920
14922
|
* Checks for svg document with icon id present
|
14921
14923
|
* @param value the source svg
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "babylonjs-gui",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.18.0",
|
4
4
|
"main": "babylon.gui.min.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": "^8.
|
18
|
+
"babylonjs": "^8.18.0"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@dev/build-tools": "1.0.0",
|