@zyzgroup/core-web 0.1.8 → 0.1.10
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/dist/zyzgroup_core_web.iife.js +5 -5
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +34 -28
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +5 -5
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/dom/DOMEventBus.d.ts +4 -4
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMParse.d.ts +2 -2
- package/types/dom/DOMParse.d.ts.map +1 -1
- package/types/hooks/useDragDrop.d.ts +6 -1
- package/types/hooks/useDragDrop.d.ts.map +1 -1
- package/types/math/Shape.d.ts +2 -2
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/core/Box2.d.ts.map +1 -0
- package/types/math/{math/math → core}/Box3.d.ts +2 -2
- package/types/math/core/Box3.d.ts.map +1 -0
- package/types/math/{math/core → core}/BufferAttribute.d.ts +2 -2
- package/types/math/core/BufferAttribute.d.ts.map +1 -0
- package/types/math/core/Color.d.ts.map +1 -0
- package/types/math/core/ColorManagement.d.ts.map +1 -0
- package/types/math/core/Cylindrical.d.ts.map +1 -0
- package/types/math/core/Euler.d.ts.map +1 -0
- package/types/math/{math/math → core}/Frustum.d.ts +1 -1
- package/types/math/core/Frustum.d.ts.map +1 -0
- package/types/math/core/Layers.d.ts.map +1 -0
- package/types/math/core/Line3.d.ts.map +1 -0
- package/types/math/core/Matrix.d.ts.map +1 -0
- package/types/math/core/Matrix2.d.ts.map +1 -0
- package/types/math/core/Matrix3.d.ts.map +1 -0
- package/types/math/core/Matrix4.d.ts.map +1 -0
- package/types/math/{math/core → core}/Object3D.d.ts +10 -7
- package/types/math/core/Object3D.d.ts.map +1 -0
- package/types/math/core/Plane.d.ts.map +1 -0
- package/types/math/core/Quaternion.d.ts.map +1 -0
- package/types/math/core/Ray.d.ts.map +1 -0
- package/types/math/core/Sphere.d.ts.map +1 -0
- package/types/math/core/Spherical.d.ts.map +1 -0
- package/types/math/core/SphericalHarmonics3.d.ts.map +1 -0
- package/types/math/core/Triangle.d.ts.map +1 -0
- package/types/math/core/Vector.d.ts.map +1 -0
- package/types/math/{math/math → core}/Vector2.d.ts +1 -1
- package/types/math/core/Vector2.d.ts.map +1 -0
- package/types/math/{math/math → core}/Vector3.d.ts +1 -1
- package/types/math/core/Vector3.d.ts.map +1 -0
- package/types/math/core/Vector4.d.ts.map +1 -0
- package/types/math/{math → core}/constants.d.ts.map +1 -1
- package/types/math/core/index.d.ts +9 -0
- package/types/math/core/index.d.ts.map +1 -0
- package/types/math/index.d.ts +1 -1
- package/types/math/index.d.ts.map +1 -1
- package/types/math/math/cameras/Camera.d.ts +0 -11
- package/types/math/math/cameras/Camera.d.ts.map +1 -1
- package/types/math/math/controls/Controls.d.ts +0 -24
- package/types/math/math/controls/Controls.d.ts.map +1 -1
- package/types/math/math/core/GLBufferAttribute.d.ts +0 -18
- package/types/math/math/core/GLBufferAttribute.d.ts.map +1 -1
- package/types/math/math/core/BufferAttribute.d.ts.map +0 -1
- package/types/math/math/core/EventDispatcher.d.ts +0 -14
- package/types/math/math/core/EventDispatcher.d.ts.map +0 -1
- package/types/math/math/core/Layers.d.ts.map +0 -1
- package/types/math/math/core/Object3D.d.ts.map +0 -1
- package/types/math/math/index.d.ts +0 -10
- package/types/math/math/index.d.ts.map +0 -1
- package/types/math/math/math/Box2.d.ts.map +0 -1
- package/types/math/math/math/Box3.d.ts.map +0 -1
- package/types/math/math/math/Color.d.ts.map +0 -1
- package/types/math/math/math/ColorManagement.d.ts.map +0 -1
- package/types/math/math/math/Cylindrical.d.ts.map +0 -1
- package/types/math/math/math/Euler.d.ts.map +0 -1
- package/types/math/math/math/Frustum.d.ts.map +0 -1
- package/types/math/math/math/Line3.d.ts.map +0 -1
- package/types/math/math/math/Matrix.d.ts.map +0 -1
- package/types/math/math/math/Matrix2.d.ts.map +0 -1
- package/types/math/math/math/Matrix3.d.ts.map +0 -1
- package/types/math/math/math/Matrix4.d.ts.map +0 -1
- package/types/math/math/math/Plane.d.ts.map +0 -1
- package/types/math/math/math/Quaternion.d.ts.map +0 -1
- package/types/math/math/math/Ray.d.ts.map +0 -1
- package/types/math/math/math/Sphere.d.ts.map +0 -1
- package/types/math/math/math/Spherical.d.ts.map +0 -1
- package/types/math/math/math/SphericalHarmonics3.d.ts.map +0 -1
- package/types/math/math/math/Triangle.d.ts.map +0 -1
- package/types/math/math/math/Vector.d.ts.map +0 -1
- package/types/math/math/math/Vector2.d.ts.map +0 -1
- package/types/math/math/math/Vector3.d.ts.map +0 -1
- package/types/math/math/math/Vector4.d.ts.map +0 -1
- /package/types/math/{math/math → core}/Box2.d.ts +0 -0
- /package/types/math/{math/math → core}/Color.d.ts +0 -0
- /package/types/math/{math/math → core}/ColorManagement.d.ts +0 -0
- /package/types/math/{math/math → core}/Cylindrical.d.ts +0 -0
- /package/types/math/{math/math → core}/Euler.d.ts +0 -0
- /package/types/math/{math/core → core}/Layers.d.ts +0 -0
- /package/types/math/{math/math → core}/Line3.d.ts +0 -0
- /package/types/math/{math/math → core}/Matrix.d.ts +0 -0
- /package/types/math/{math/math → core}/Matrix2.d.ts +0 -0
- /package/types/math/{math/math → core}/Matrix3.d.ts +0 -0
- /package/types/math/{math/math → core}/Matrix4.d.ts +0 -0
- /package/types/math/{math/math → core}/Plane.d.ts +0 -0
- /package/types/math/{math/math → core}/Quaternion.d.ts +0 -0
- /package/types/math/{math/math → core}/Ray.d.ts +0 -0
- /package/types/math/{math/math → core}/Sphere.d.ts +0 -0
- /package/types/math/{math/math → core}/Spherical.d.ts +0 -0
- /package/types/math/{math/math → core}/SphericalHarmonics3.d.ts +0 -0
- /package/types/math/{math/math → core}/Triangle.d.ts +0 -0
- /package/types/math/{math/math → core}/Vector.d.ts +0 -0
- /package/types/math/{math/math → core}/Vector4.d.ts +0 -0
- /package/types/math/{math → core}/constants.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.