@onerjs/gui 8.23.2 → 8.23.3
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/2D/controls/checkbox.js +1 -1
- package/2D/controls/colorpicker.js +1 -1
- package/2D/controls/container.js +1 -1
- package/2D/controls/control.js +1 -1
- package/2D/controls/displayGrid.js +1 -1
- package/2D/controls/ellipse.js +1 -1
- package/2D/controls/grid.js +1 -1
- package/2D/controls/image.js +1 -1
- package/2D/controls/inputText.js +1 -1
- package/2D/controls/inputTextArea.js +1 -1
- package/2D/controls/line.js +1 -1
- package/2D/controls/multiLine.js +1 -1
- package/2D/controls/radioButton.js +1 -1
- package/2D/controls/rectangle.js +1 -1
- package/2D/controls/scrollViewers/scrollViewer.js +1 -1
- package/2D/controls/sliders/baseSlider.js +1 -1
- package/2D/controls/sliders/imageBasedSlider.js +1 -1
- package/2D/controls/sliders/imageScrollBar.js +1 -1
- package/2D/controls/sliders/scrollBar.js +1 -1
- package/2D/controls/sliders/slider.js +1 -1
- package/2D/controls/stackPanel.js +1 -1
- package/2D/controls/textBlock.js +1 -1
- package/3D/materials/fluent/fluentMaterial.js +1 -1
- package/3D/materials/fluentBackplate/fluentBackplateMaterial.js +1 -1
- package/3D/materials/fluentButton/fluentButtonMaterial.js +1 -1
- package/3D/materials/mrdl/mrdlBackglowMaterial.js +1 -1
- package/3D/materials/mrdl/mrdlBackplateMaterial.js +1 -1
- package/3D/materials/mrdl/mrdlFrontplateMaterial.js +1 -1
- package/3D/materials/mrdl/mrdlInnerquadMaterial.js +1 -1
- package/3D/materials/mrdl/mrdlSliderBarMaterial.js +1 -1
- package/3D/materials/mrdl/mrdlSliderThumbMaterial.js +1 -1
- package/package.json +2 -2
package/2D/controls/checkbox.js
CHANGED
package/2D/controls/container.js
CHANGED
package/2D/controls/control.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Observable } from "@onerjs/core/Misc/observable.js";
|
|
3
3
|
import { Vector2, Vector3, Matrix } from "@onerjs/core/Maths/math.vector.js";
|
|
4
4
|
import { PointerEventTypes } from "@onerjs/core/Events/pointerEvents.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Control } from "./control.js";
|
|
3
3
|
import { RegisterClass } from "@onerjs/core/Misc/typeStore.js";
|
|
4
4
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
package/2D/controls/ellipse.js
CHANGED
package/2D/controls/grid.js
CHANGED
package/2D/controls/image.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Observable } from "@onerjs/core/Misc/observable.js";
|
|
3
3
|
import { Tools } from "@onerjs/core/Misc/tools.js";
|
|
4
4
|
import { Control } from "./control.js";
|
package/2D/controls/inputText.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Observable } from "@onerjs/core/Misc/observable.js";
|
|
3
3
|
import { ClipboardEventTypes } from "@onerjs/core/Events/clipboardEvents.js";
|
|
4
4
|
import { PointerEventTypes } from "@onerjs/core/Events/pointerEvents.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Observable } from "@onerjs/core/Misc/observable.js";
|
|
3
3
|
import { Control } from "./control.js";
|
|
4
4
|
import { ValueAndUnit } from "../valueAndUnit.js";
|
package/2D/controls/line.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Vector3, Matrix } from "@onerjs/core/Maths/math.vector.js";
|
|
3
3
|
import { Tools } from "@onerjs/core/Misc/tools.js";
|
|
4
4
|
import { Control } from "./control.js";
|
package/2D/controls/multiLine.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { AbstractMesh } from "@onerjs/core/Meshes/abstractMesh.js";
|
|
3
3
|
import { Control } from "./control.js";
|
|
4
4
|
import { MultiLinePoint } from "../multiLinePoint.js";
|
package/2D/controls/rectangle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Container } from "./container.js";
|
|
3
3
|
import { RegisterClass } from "@onerjs/core/Misc/typeStore.js";
|
|
4
4
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Observable } from "@onerjs/core/Misc/observable.js";
|
|
3
3
|
import { Control } from "../control.js";
|
|
4
4
|
import { ValueAndUnit } from "../../valueAndUnit.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { BaseSlider } from "./baseSlider.js";
|
|
3
3
|
import { Measure } from "../../measure.js";
|
|
4
4
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { BaseSlider } from "./baseSlider.js";
|
|
3
3
|
import { Measure } from "../../measure.js";
|
|
4
4
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { BaseSlider } from "./baseSlider.js";
|
|
3
3
|
import { RegisterClass } from "@onerjs/core/Misc/typeStore.js";
|
|
4
4
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
package/2D/controls/textBlock.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Observable } from "@onerjs/core/Misc/observable.js";
|
|
3
3
|
import { ValueAndUnit } from "../valueAndUnit.js";
|
|
4
4
|
import { Control } from "./control.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsColor4, serializeAsVector3, serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector3, TmpVectors } from "@onerjs/core/Maths/math.vector.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serialize, serializeAsVector3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector3, Vector4 } from "@onerjs/core/Maths/math.vector.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsColor4, serializeAsVector3, serialize } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector3, Vector4 } from "@onerjs/core/Maths/math.vector.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Color4 } from "@onerjs/core/Maths/math.color.js";
|
|
3
3
|
import { Constants } from "@onerjs/core/Engines/constants.js";
|
|
4
4
|
import { EffectFallbacks } from "@onerjs/core/Materials/effectFallbacks.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector4 } from "@onerjs/core/Maths/math.vector.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Color4 } from "@onerjs/core/Maths/math.color.js";
|
|
3
3
|
import { Constants } from "@onerjs/core/Engines/constants.js";
|
|
4
4
|
import { EffectFallbacks } from "@onerjs/core/Materials/effectFallbacks.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { Color4 } from "@onerjs/core/Maths/math.color.js";
|
|
3
3
|
import { Constants } from "@onerjs/core/Engines/constants.js";
|
|
4
4
|
import { EffectFallbacks } from "@onerjs/core/Materials/effectFallbacks.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector2, Vector3, Vector4 } from "@onerjs/core/Maths/math.vector.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serialize } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector2, Vector3, Vector4 } from "@onerjs/core/Maths/math.vector.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onerjs/gui",
|
|
3
|
-
"version": "8.23.
|
|
3
|
+
"version": "8.23.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"module": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"postcompile": "build-tools -c add-js-to-es6"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@onerjs/core": "^8.23.
|
|
21
|
+
"@onerjs/core": "^8.23.3",
|
|
22
22
|
"@dev/build-tools": "^1.0.0",
|
|
23
23
|
"@lts/gui": "1.0.0"
|
|
24
24
|
},
|