@zyzgroup/core-web 0.0.75 → 0.0.78
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/animate_ce.css +615 -0
- package/dist/zyzgroup_core_web.iife.js +16 -16
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +13539 -12642
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +16 -16
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/YZWorker.d.ts.map +1 -1
- package/types/ajax.d.ts +0 -1
- package/types/ajax.d.ts.map +1 -1
- package/types/animate/Clock.d.ts +14 -0
- package/types/animate/Clock.d.ts.map +1 -0
- package/types/animate/Timeline.d.ts +43 -0
- package/types/animate/Timeline.d.ts.map +1 -0
- package/types/animate/{YZAnimate.d.ts → _YZAnimate.d.ts} +3 -3
- package/types/animate/_YZAnimate.d.ts.map +1 -0
- package/types/animate/index.d.ts +3 -2
- package/types/animate/index.d.ts.map +1 -1
- package/types/animate/schedule.d.ts +11 -0
- package/types/animate/schedule.d.ts.map +1 -0
- package/types/animate/tween/BezierEasing.d.ts +8 -0
- package/types/animate/tween/BezierEasing.d.ts.map +1 -0
- package/types/animate/tween/Easing.d.ts +1 -0
- package/types/animate/tween/Easing.d.ts.map +1 -1
- package/types/animate/tween/Group.d.ts.map +1 -1
- package/types/animate/tween/Interpolation.d.ts +3 -1
- package/types/animate/tween/Interpolation.d.ts.map +1 -1
- package/types/animate/tween/Now.d.ts +0 -2
- package/types/animate/tween/Now.d.ts.map +1 -1
- package/types/animate/tween/Tween.d.ts.map +1 -1
- package/types/animate/tween/index.d.ts +8 -3
- package/types/animate/tween/index.d.ts.map +1 -1
- package/types/canvas/YZCanvas.d.ts +6 -5
- package/types/canvas/YZCanvas.d.ts.map +1 -1
- package/types/canvas/YZCanvasContext.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +68 -42
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMKey.d.ts +18 -0
- package/types/dom/DOMKey.d.ts.map +1 -1
- package/types/dom/DOMUtil.d.ts +18 -6
- package/types/dom/DOMUtil.d.ts.map +1 -1
- package/types/env.d.ts.map +1 -1
- package/types/image/bitmap.d.ts +5 -4
- package/types/image/bitmap.d.ts.map +1 -1
- package/types/image/image.d.ts +5 -0
- package/types/image/image.d.ts.map +1 -1
- package/types/index.d.ts +1 -4
- package/types/index.d.ts.map +1 -1
- package/types/loaders/AudioLoader.d.ts +12 -0
- package/types/loaders/AudioLoader.d.ts.map +1 -0
- package/types/loaders/Cache.d.ts +10 -0
- package/types/loaders/Cache.d.ts.map +1 -0
- package/types/loaders/FileLoader.d.ts +16 -0
- package/types/loaders/FileLoader.d.ts.map +1 -0
- package/types/loaders/ImageBitmapLoader.d.ts +14 -0
- package/types/loaders/ImageBitmapLoader.d.ts.map +1 -0
- package/types/loaders/ImageLoader.d.ts +11 -0
- package/types/loaders/ImageLoader.d.ts.map +1 -0
- package/types/loaders/Loader.d.ts +25 -0
- package/types/loaders/Loader.d.ts.map +1 -0
- package/types/loaders/LoadingManager.d.ts +29 -0
- package/types/loaders/LoadingManager.d.ts.map +1 -0
- package/types/loaders/index.d.ts +5 -0
- package/types/loaders/index.d.ts.map +1 -0
- package/types/math/Matrix.d.ts +65 -32
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/Shape.d.ts +127 -84
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/ShapeCombo.d.ts +38 -0
- package/types/math/ShapeCombo.d.ts.map +1 -0
- package/types/math/ShapeGroup.d.ts +28 -14
- package/types/math/ShapeGroup.d.ts.map +1 -1
- package/types/math/index.d.ts +1 -15
- package/types/math/index.d.ts.map +1 -1
- package/types/math/line/Arc.d.ts +25 -0
- package/types/math/line/Arc.d.ts.map +1 -0
- package/types/math/{CubicBezier.d.ts → line/CubicBezier.d.ts} +20 -12
- package/types/math/line/CubicBezier.d.ts.map +1 -0
- package/types/math/line/L.d.ts +33 -0
- package/types/math/line/L.d.ts.map +1 -0
- package/types/math/line/PathD.d.ts +82 -0
- package/types/math/line/PathD.d.ts.map +1 -0
- package/types/math/line/QuadraticBezier.d.ts +30 -0
- package/types/math/line/QuadraticBezier.d.ts.map +1 -0
- package/types/math/line/index.d.ts +6 -0
- package/types/math/line/index.d.ts.map +1 -0
- package/types/math/math/cameras/Camera.d.ts +12 -0
- package/types/math/math/cameras/Camera.d.ts.map +1 -0
- package/types/math/math/constants.d.ts +211 -0
- package/types/math/math/constants.d.ts.map +1 -0
- package/types/math/math/controls/Controls.d.ts +25 -0
- package/types/math/math/controls/Controls.d.ts.map +1 -0
- package/types/math/math/controls/OrbitControls.d.ts +1 -0
- package/types/math/math/controls/OrbitControls.d.ts.map +1 -0
- package/types/math/math/core/BufferAttribute.d.ts +94 -0
- package/types/math/math/core/BufferAttribute.d.ts.map +1 -0
- package/types/math/math/core/BufferGeometry.d.ts +1 -0
- package/types/math/math/core/BufferGeometry.d.ts.map +1 -0
- package/types/math/math/core/EventDispatcher.d.ts +14 -0
- package/types/math/math/core/EventDispatcher.d.ts.map +1 -0
- package/types/math/math/core/GLBufferAttribute.d.ts +19 -0
- package/types/math/math/core/GLBufferAttribute.d.ts.map +1 -0
- package/types/math/math/core/Layers.d.ts +14 -0
- package/types/math/math/core/Layers.d.ts.map +1 -0
- package/types/math/math/core/Object3D.d.ts +91 -0
- package/types/math/math/core/Object3D.d.ts.map +1 -0
- package/types/math/math/index.d.ts +10 -0
- package/types/math/math/index.d.ts.map +1 -0
- package/types/math/math/interpolants/Interpolant.d.ts +14 -0
- package/types/math/math/interpolants/Interpolant.d.ts.map +1 -0
- package/types/math/math/math/Box2.d.ts +30 -0
- package/types/math/math/math/Box2.d.ts.map +1 -0
- package/types/math/math/math/Box3.d.ts +46 -0
- package/types/math/math/math/Box3.d.ts.map +1 -0
- package/types/math/math/math/Color.d.ts +59 -0
- package/types/math/math/math/Color.d.ts.map +1 -0
- package/types/math/math/math/ColorManagement.d.ts +20 -0
- package/types/math/math/math/ColorManagement.d.ts.map +1 -0
- package/types/math/math/math/Cylindrical.d.ts +14 -0
- package/types/math/math/math/Cylindrical.d.ts.map +1 -0
- package/types/math/math/math/Euler.d.ts +35 -0
- package/types/math/math/math/Euler.d.ts.map +1 -0
- package/types/math/math/math/Frustum.d.ts +21 -0
- package/types/math/math/math/Frustum.d.ts.map +1 -0
- package/types/math/math/math/Line3.d.ts +21 -0
- package/types/math/math/math/Line3.d.ts.map +1 -0
- package/types/math/math/math/Matrix.d.ts +16 -0
- package/types/math/math/math/Matrix.d.ts.map +1 -0
- package/types/math/math/math/Matrix2.d.ts +19 -0
- package/types/math/math/math/Matrix2.d.ts.map +1 -0
- package/types/math/math/math/Matrix3.d.ts +46 -0
- package/types/math/math/math/Matrix3.d.ts.map +1 -0
- package/types/math/math/math/Matrix4.d.ts +66 -0
- package/types/math/math/math/Matrix4.d.ts.map +1 -0
- package/types/math/math/math/Plane.d.ts +32 -0
- package/types/math/math/math/Plane.d.ts.map +1 -0
- package/types/math/math/math/Quaternion.d.ts +52 -0
- package/types/math/math/math/Quaternion.d.ts.map +1 -0
- package/types/math/math/math/Ray.d.ts +32 -0
- package/types/math/math/math/Ray.d.ts.map +1 -0
- package/types/math/math/math/Sphere.d.ts +29 -0
- package/types/math/math/math/Sphere.d.ts.map +1 -0
- package/types/math/math/math/Spherical.d.ts +15 -0
- package/types/math/math/math/Spherical.d.ts.map +1 -0
- package/types/math/math/math/SphericalHarmonics3.d.ts +21 -0
- package/types/math/math/math/SphericalHarmonics3.d.ts.map +1 -0
- package/types/math/math/math/Triangle.d.ts +35 -0
- package/types/math/math/math/Triangle.d.ts.map +1 -0
- package/types/math/math/math/Vector.d.ts +19 -0
- package/types/math/math/math/Vector.d.ts.map +1 -0
- package/types/math/math/math/Vector2.d.ts +66 -0
- package/types/math/math/math/Vector2.d.ts.map +1 -0
- package/types/math/math/math/Vector3.d.ts +80 -0
- package/types/math/math/math/Vector3.d.ts.map +1 -0
- package/types/math/math/math/Vector4.d.ts +64 -0
- package/types/math/math/math/Vector4.d.ts.map +1 -0
- package/types/math/math.d.ts +6 -1
- package/types/math/math.d.ts.map +1 -1
- package/types/math/shapes/Arrow.d.ts.map +1 -1
- package/types/math/{ComboConfetti.d.ts → shapes/Confetti.d.ts} +10 -8
- package/types/math/shapes/Confetti.d.ts.map +1 -0
- package/types/math/shapes/Cross.d.ts +2 -3
- package/types/math/shapes/Cross.d.ts.map +1 -1
- package/types/math/{Ellipse.d.ts → shapes/Ellipse.d.ts} +9 -5
- package/types/math/shapes/Ellipse.d.ts.map +1 -0
- package/types/math/shapes/Fox.d.ts.map +1 -1
- package/types/math/shapes/Heart.d.ts +6 -3
- package/types/math/shapes/Heart.d.ts.map +1 -1
- package/types/math/shapes/HeartVariant.d.ts +6 -3
- package/types/math/shapes/HeartVariant.d.ts.map +1 -1
- package/types/math/{Light3D.d.ts → shapes/Light3D.d.ts} +2 -5
- package/types/math/shapes/Light3D.d.ts.map +1 -0
- package/types/math/shapes/Line.d.ts +19 -0
- package/types/math/shapes/Line.d.ts.map +1 -0
- package/types/math/shapes/LinePicture.d.ts +15 -0
- package/types/math/shapes/LinePicture.d.ts.map +1 -0
- package/types/math/shapes/LineQuadraticBezier.d.ts +21 -0
- package/types/math/shapes/LineQuadraticBezier.d.ts.map +1 -0
- package/types/math/shapes/Point.d.ts +85 -0
- package/types/math/shapes/Point.d.ts.map +1 -0
- package/types/math/{Point3D.d.ts → shapes/Point3D.d.ts} +4 -6
- package/types/math/shapes/Point3D.d.ts.map +1 -0
- package/types/math/{Point3Ds.d.ts → shapes/Point3Ds.d.ts} +3 -3
- package/types/math/shapes/Point3Ds.d.ts.map +1 -0
- package/types/math/shapes/Points.d.ts +28 -0
- package/types/math/shapes/Points.d.ts.map +1 -0
- package/types/math/shapes/Rabbit.d.ts +4 -3
- package/types/math/shapes/Rabbit.d.ts.map +1 -1
- package/types/math/shapes/Rect.d.ts +33 -0
- package/types/math/shapes/Rect.d.ts.map +1 -0
- package/types/math/shapes/Ring.d.ts +7 -4
- package/types/math/shapes/Ring.d.ts.map +1 -1
- package/types/math/shapes/RingIndicator.d.ts +34 -0
- package/types/math/shapes/RingIndicator.d.ts.map +1 -0
- package/types/math/shapes/Sector.d.ts +15 -4
- package/types/math/shapes/Sector.d.ts.map +1 -1
- package/types/math/shapes/Segment.d.ts +10 -3
- package/types/math/shapes/Segment.d.ts.map +1 -1
- package/types/math/shapes/Ship.d.ts +4 -2
- package/types/math/shapes/Ship.d.ts.map +1 -1
- package/types/math/shapes/Slider.d.ts +7 -13
- package/types/math/shapes/Slider.d.ts.map +1 -1
- package/types/math/shapes/Star.d.ts +5 -3
- package/types/math/shapes/Star.d.ts.map +1 -1
- package/types/math/{Text.d.ts → shapes/Text.d.ts} +3 -4
- package/types/math/shapes/Text.d.ts.map +1 -0
- package/types/math/shapes/Tip.d.ts +8 -9
- package/types/math/shapes/Tip.d.ts.map +1 -1
- package/types/math/shapes/Tree.d.ts +2 -2
- package/types/math/shapes/Tree.d.ts.map +1 -1
- package/types/math/shapes/index.d.ts +12 -0
- package/types/math/shapes/index.d.ts.map +1 -1
- package/types/patch.d.ts.map +1 -1
- package/types/position.d.ts +13 -16
- package/types/position.d.ts.map +1 -1
- package/types/svg/DOMSVGUtil.d.ts +1 -13
- package/types/svg/DOMSVGUtil.d.ts.map +1 -1
- package/types/svg/YZSVG.d.ts +7 -6
- package/types/svg/YZSVG.d.ts.map +1 -1
- package/types/theme.d.ts +3 -3
- package/types/theme.d.ts.map +1 -1
- package/types/YZRequestIdleCallback.d.ts +0 -14
- package/types/YZRequestIdleCallback.d.ts.map +0 -1
- package/types/animate/YZAnimate.d.ts.map +0 -1
- package/types/animate/requestAnimationFrameCycle.d.ts +0 -14
- package/types/animate/requestAnimationFrameCycle.d.ts.map +0 -1
- package/types/animate/tween/cubicBezierToEase.d.ts +0 -4
- package/types/animate/tween/cubicBezierToEase.d.ts.map +0 -1
- package/types/math/Arc.d.ts +0 -27
- package/types/math/Arc.d.ts.map +0 -1
- package/types/math/ComboConfetti.d.ts.map +0 -1
- package/types/math/CubicBezier.d.ts.map +0 -1
- package/types/math/Ellipse.d.ts.map +0 -1
- package/types/math/Light3D.d.ts.map +0 -1
- package/types/math/Line.d.ts +0 -28
- package/types/math/Line.d.ts.map +0 -1
- package/types/math/PathD.d.ts +0 -82
- package/types/math/PathD.d.ts.map +0 -1
- package/types/math/PathDGroup.d.ts +0 -30
- package/types/math/PathDGroup.d.ts.map +0 -1
- package/types/math/Point.d.ts +0 -58
- package/types/math/Point.d.ts.map +0 -1
- package/types/math/Point3D.d.ts.map +0 -1
- package/types/math/Point3Ds.d.ts.map +0 -1
- package/types/math/Points.d.ts +0 -23
- package/types/math/Points.d.ts.map +0 -1
- package/types/math/QuadraticBezier.d.ts +0 -26
- package/types/math/QuadraticBezier.d.ts.map +0 -1
- package/types/math/Rect.d.ts +0 -25
- package/types/math/Rect.d.ts.map +0 -1
- package/types/math/RenderGroup.d.ts +0 -18
- package/types/math/RenderGroup.d.ts.map +0 -1
- package/types/math/Text.d.ts.map +0 -1
- package/types/microTask.d.ts +0 -2
- package/types/microTask.d.ts.map +0 -1
- package/types/nextTick.d.ts +0 -3
- package/types/nextTick.d.ts.map +0 -1
- package/types/reactive.d.ts +0 -14
- package/types/reactive.d.ts.map +0 -1
- package/types/three/three.d.ts +0 -2
- package/types/three/three.d.ts.map +0 -1
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.