@zyzgroup/core-web 0.1.84 → 0.1.86
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 +0 -18
- package/dist/zyzgroup_core_web.iife.js +27 -24
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +8644 -7989
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +27 -24
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/Context.d.ts +4 -3
- package/types/Context.d.ts.map +1 -1
- package/types/WebSocketClient.d.ts +3 -3
- package/types/WebSocketClient.d.ts.map +1 -1
- package/types/ajax.d.ts.map +1 -1
- package/types/axios.d.ts +2 -0
- package/types/axios.d.ts.map +1 -1
- package/types/env.d.ts +0 -6
- package/types/env.d.ts.map +1 -1
- package/types/hooks/index.d.ts +0 -1
- package/types/hooks/index.d.ts.map +1 -1
- package/types/hooks/useAttribute.d.ts +1 -1
- package/types/hooks/useAttribute.d.ts.map +1 -1
- package/types/hooks/useDraw/DrawContext.d.ts +3 -1
- package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
- package/types/hooks/useDraw/Shape.d.ts +134 -105
- package/types/hooks/useDraw/Shape.d.ts.map +1 -1
- package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts +2 -1
- package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts.map +1 -1
- package/types/hooks/useDraw/line/Arc.d.ts.map +1 -1
- package/types/hooks/useDraw/line/CubicBezier.d.ts +6 -6
- package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -1
- package/types/hooks/useDraw/line/L.d.ts +1 -1
- package/types/hooks/useDraw/line/L.d.ts.map +1 -1
- package/types/hooks/useDraw/line/PathD.d.ts +23 -15
- package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
- package/types/hooks/useDraw/line/QuadraticBezier.d.ts +1 -1
- package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/BallShape.d.ts +3 -11
- package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/ConfettiShapeCombo.d.ts +27 -0
- package/types/hooks/useDraw/shapes/ConfettiShapeCombo.d.ts.map +1 -0
- package/types/hooks/useDraw/shapes/CrossShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/CurveShape.d.ts +24 -0
- package/types/hooks/useDraw/shapes/CurveShape.d.ts.map +1 -0
- package/types/hooks/useDraw/shapes/EllipseShape.d.ts +1 -0
- package/types/hooks/useDraw/shapes/EllipseShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/LineShape.d.ts +11 -9
- package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/PointsShape.d.ts +35 -0
- package/types/hooks/useDraw/shapes/PointsShape.d.ts.map +1 -0
- package/types/hooks/useDraw/shapes/RectShape.d.ts +15 -12
- package/types/hooks/useDraw/shapes/RectShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/RingIndicatorShapeCombo.d.ts +2 -2
- package/types/hooks/useDraw/shapes/RingIndicatorShapeCombo.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/SegmentShapeCombo.d.ts +2 -2
- package/types/hooks/useDraw/shapes/SegmentShapeCombo.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/ShipShapeCombo.d.ts +6 -4
- package/types/hooks/useDraw/shapes/ShipShapeCombo.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/SliderShapeCombo.d.ts +3 -2
- package/types/hooks/useDraw/shapes/SliderShapeCombo.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/TextShape.d.ts +23 -0
- package/types/hooks/useDraw/shapes/TextShape.d.ts.map +1 -0
- package/types/hooks/useDraw/shapes/TreeShapeCombo.d.ts +3 -2
- package/types/hooks/useDraw/shapes/TreeShapeCombo.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/index.d.ts +4 -0
- package/types/hooks/useDraw/shapes/index.d.ts.map +1 -1
- package/types/hooks/useDraw/svg/SVGUtil.d.ts +3 -2
- package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +1 -1
- package/types/hooks/useElement.d.ts +2 -2
- package/types/hooks/useElement.d.ts.map +1 -1
- package/types/hooks/useEventListener.d.ts +2 -0
- package/types/hooks/useEventListener.d.ts.map +1 -1
- package/types/hooks/useLocalStorage.d.ts +1 -1
- package/types/hooks/useLocalStorage.d.ts.map +1 -1
- package/types/hooks/useMutation.d.ts +1 -0
- package/types/hooks/useMutation.d.ts.map +1 -1
- package/types/hooks/useSafeArea.d.ts.map +1 -1
- package/types/hooks/useSessionStorage.d.ts +1 -1
- package/types/hooks/useSessionStorage.d.ts.map +1 -1
- package/types/hooks/useStyle.d.ts +1 -1
- package/types/hooks/useStyle.d.ts.map +1 -1
- package/types/hooks/useTheme.d.ts.map +1 -1
- package/types/hooks/useVnode.d.ts +5 -5
- package/types/hooks/useVnode.d.ts.map +1 -1
- package/types/index.d.ts +0 -3
- package/types/index.d.ts.map +1 -1
- package/types/math/Matrix.d.ts +3 -3
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/ShapeGroup.d.ts +0 -34
- package/types/math/ShapeGroup.d.ts.map +1 -1
- package/types/math/shapes/Sector.d.ts +0 -65
- package/types/math/shapes/Sector.d.ts.map +1 -1
- package/types/math/shapes/Tip.d.ts +0 -21
- package/types/math/shapes/Tip.d.ts.map +1 -1
- package/types/rem.d.ts +1 -1
- package/types/rem.d.ts.map +1 -1
- package/types/signature.d.ts +29 -2
- package/types/signature.d.ts.map +1 -1
- package/types/vnode.d.ts.map +1 -1
- package/types/YZMessageChannel.d.ts +0 -21
- package/types/YZMessageChannel.d.ts.map +0 -1
- package/types/YZWorker.d.ts +0 -16
- package/types/YZWorker.d.ts.map +0 -1
- package/types/canvas/YZCanvas.d.ts +0 -1
- package/types/canvas/YZCanvas.d.ts.map +0 -1
- package/types/hooks/useTimestampValue.d.ts +0 -11
- package/types/hooks/useTimestampValue.d.ts.map +0 -1
- package/types/math/ShapeCombo.d.ts +0 -38
- package/types/math/ShapeCombo.d.ts.map +0 -1
- package/types/math/math/cameras/Camera.d.ts +0 -1
- package/types/math/math/cameras/Camera.d.ts.map +0 -1
- package/types/math/math/controls/Controls.d.ts +0 -1
- package/types/math/math/controls/Controls.d.ts.map +0 -1
- package/types/math/math/controls/OrbitControls.d.ts +0 -1
- package/types/math/math/controls/OrbitControls.d.ts.map +0 -1
- package/types/math/math/core/BufferGeometry.d.ts +0 -1
- package/types/math/math/core/BufferGeometry.d.ts.map +0 -1
- package/types/math/math/core/GLBufferAttribute.d.ts +0 -1
- package/types/math/math/core/GLBufferAttribute.d.ts.map +0 -1
- package/types/math/math/interpolants/Interpolant.d.ts +0 -14
- package/types/math/math/interpolants/Interpolant.d.ts.map +0 -1
- package/types/math/shapes/Arrow.d.ts +0 -10
- package/types/math/shapes/Arrow.d.ts.map +0 -1
- package/types/math/shapes/Confetti.d.ts +0 -27
- package/types/math/shapes/Confetti.d.ts.map +0 -1
- package/types/math/shapes/Cross.d.ts +0 -6
- package/types/math/shapes/Cross.d.ts.map +0 -1
- package/types/math/shapes/Ellipse.d.ts +0 -22
- package/types/math/shapes/Ellipse.d.ts.map +0 -1
- package/types/math/shapes/Fox.d.ts +0 -10
- package/types/math/shapes/Fox.d.ts.map +0 -1
- package/types/math/shapes/HalfRing.d.ts +0 -27
- package/types/math/shapes/HalfRing.d.ts.map +0 -1
- package/types/math/shapes/HalfRingIndicator.d.ts +0 -34
- package/types/math/shapes/HalfRingIndicator.d.ts.map +0 -1
- package/types/math/shapes/Heart.d.ts +0 -13
- package/types/math/shapes/Heart.d.ts.map +0 -1
- package/types/math/shapes/HeartVariant.d.ts +0 -13
- package/types/math/shapes/HeartVariant.d.ts.map +0 -1
- package/types/math/shapes/Line.d.ts +0 -19
- package/types/math/shapes/Line.d.ts.map +0 -1
- package/types/math/shapes/LinePicture.d.ts +0 -15
- package/types/math/shapes/LinePicture.d.ts.map +0 -1
- package/types/math/shapes/LineQuadraticBezier.d.ts +0 -21
- package/types/math/shapes/LineQuadraticBezier.d.ts.map +0 -1
- package/types/math/shapes/Point.d.ts +0 -85
- package/types/math/shapes/Point.d.ts.map +0 -1
- package/types/math/shapes/Points.d.ts +0 -28
- package/types/math/shapes/Points.d.ts.map +0 -1
- package/types/math/shapes/Rabbit.d.ts +0 -8
- package/types/math/shapes/Rabbit.d.ts.map +0 -1
- package/types/math/shapes/Rect.d.ts +0 -33
- package/types/math/shapes/Rect.d.ts.map +0 -1
- package/types/math/shapes/Ring.d.ts +0 -24
- package/types/math/shapes/Ring.d.ts.map +0 -1
- package/types/math/shapes/RingIndicator.d.ts +0 -28
- package/types/math/shapes/RingIndicator.d.ts.map +0 -1
- package/types/math/shapes/Segment.d.ts +0 -22
- package/types/math/shapes/Segment.d.ts.map +0 -1
- package/types/math/shapes/Ship.d.ts +0 -13
- package/types/math/shapes/Ship.d.ts.map +0 -1
- package/types/math/shapes/Slider.d.ts +0 -23
- package/types/math/shapes/Slider.d.ts.map +0 -1
- package/types/math/shapes/Star.d.ts +0 -11
- package/types/math/shapes/Star.d.ts.map +0 -1
- package/types/math/shapes/Text.d.ts +0 -21
- package/types/math/shapes/Text.d.ts.map +0 -1
- package/types/math/shapes/Tree.d.ts +0 -7
- package/types/math/shapes/Tree.d.ts.map +0 -1
- package/types/math/shapes/index.d.ts +0 -29
- package/types/math/shapes/index.d.ts.map +0 -1
- package/types/svg/YZSVG.d.ts +0 -1
- package/types/svg/YZSVG.d.ts.map +0 -1
- package/types/url.d.ts +0 -21
- package/types/url.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.