@zyzgroup/core-web 0.0.69 → 0.0.71
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/better.css +2 -0
- package/dist/font.css +21 -0
- package/dist/zyzgroup_core_web.iife.js +21 -21
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +12258 -10673
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +21 -21
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/Pagination.d.ts +36 -0
- package/types/Pagination.d.ts.map +1 -0
- package/types/YZMessageChannel.d.ts +21 -0
- package/types/YZMessageChannel.d.ts.map +1 -0
- package/types/YZRequestIdleCallback.d.ts +14 -0
- package/types/YZRequestIdleCallback.d.ts.map +1 -0
- package/types/YZWorker.d.ts +16 -0
- package/types/YZWorker.d.ts.map +1 -0
- package/types/animate/YZAnimate.d.ts +79 -0
- package/types/animate/YZAnimate.d.ts.map +1 -0
- package/types/animate/index.d.ts +2 -2
- package/types/animate/index.d.ts.map +1 -1
- package/types/animate/requestAnimationFrameCycle.d.ts +14 -0
- package/types/animate/requestAnimationFrameCycle.d.ts.map +1 -0
- package/types/animate/tween/Group.d.ts.map +1 -1
- package/types/animate/tween/cubicBezierToEase.d.ts +3 -5
- package/types/animate/tween/cubicBezierToEase.d.ts.map +1 -1
- package/types/cache.d.ts +1 -1
- package/types/cache.d.ts.map +1 -1
- package/types/canvas/CustomCanvasContext.d.ts.map +1 -1
- package/types/canvas/{Canvas.d.ts → YZCanvas.d.ts} +7 -6
- package/types/canvas/YZCanvas.d.ts.map +1 -0
- package/types/canvas/{CanvasOperation.d.ts → YZCanvasContext.d.ts} +13 -15
- package/types/canvas/YZCanvasContext.d.ts.map +1 -0
- package/types/canvas/index.d.ts +2 -2
- package/types/canvas/index.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +5 -1
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMUtil.d.ts +11 -4
- package/types/dom/DOMUtil.d.ts.map +1 -1
- package/types/env.d.ts +3 -1
- package/types/env.d.ts.map +1 -1
- package/types/file.d.ts +1 -1
- package/types/file.d.ts.map +1 -1
- package/types/image/bitmap.d.ts +14 -0
- package/types/image/bitmap.d.ts.map +1 -0
- package/types/image/index.d.ts +1 -0
- package/types/image/index.d.ts.map +1 -1
- package/types/index.d.ts +6 -1
- package/types/index.d.ts.map +1 -1
- package/types/math/Arc.d.ts +2 -2
- package/types/math/Arc.d.ts.map +1 -1
- package/types/math/ComboConfetti.d.ts +25 -0
- package/types/math/ComboConfetti.d.ts.map +1 -0
- package/types/math/CubicBezier.d.ts +2 -2
- package/types/math/Ellipse.d.ts +2 -2
- package/types/math/Ellipse.d.ts.map +1 -1
- package/types/math/{Light3d.d.ts → Light3D.d.ts} +8 -8
- package/types/math/{Light3d.d.ts.map → Light3D.d.ts.map} +1 -1
- package/types/math/Line.d.ts +6 -2
- package/types/math/Line.d.ts.map +1 -1
- package/types/math/Matrix.d.ts +93 -18
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/PathD.d.ts +42 -14
- package/types/math/PathD.d.ts.map +1 -1
- package/types/math/PathDGroup.d.ts +11 -1
- package/types/math/PathDGroup.d.ts.map +1 -1
- package/types/math/Point.d.ts +39 -11
- package/types/math/Point.d.ts.map +1 -1
- package/types/math/Point3D.d.ts +78 -0
- package/types/math/Point3D.d.ts.map +1 -0
- package/types/math/Point3Ds.d.ts +19 -0
- package/types/math/{Point3ds.d.ts.map → Point3Ds.d.ts.map} +1 -1
- package/types/math/Points.d.ts +2 -2
- package/types/math/QuadraticBezier.d.ts +2 -2
- package/types/math/Rect.d.ts +2 -2
- package/types/math/Rect.d.ts.map +1 -1
- package/types/math/RenderGroup.d.ts +18 -0
- package/types/math/RenderGroup.d.ts.map +1 -0
- package/types/math/Shape.d.ts +95 -34
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/ShapeGroup.d.ts +12 -2
- package/types/math/ShapeGroup.d.ts.map +1 -1
- package/types/math/Text.d.ts +8 -6
- package/types/math/Text.d.ts.map +1 -1
- package/types/math/index.d.ts +4 -4
- package/types/math/index.d.ts.map +1 -1
- package/types/math/math.d.ts +4 -3
- package/types/math/math.d.ts.map +1 -1
- package/types/math/shapes/Arrow.d.ts +2 -2
- package/types/math/shapes/Cross.d.ts +7 -0
- package/types/math/shapes/Cross.d.ts.map +1 -0
- package/types/math/shapes/Fox.d.ts +2 -2
- package/types/math/shapes/Heart.d.ts +10 -0
- package/types/math/shapes/Heart.d.ts.map +1 -0
- package/types/math/shapes/HeartVariant.d.ts +10 -0
- package/types/math/shapes/HeartVariant.d.ts.map +1 -0
- package/types/math/shapes/Rabbit.d.ts +7 -0
- package/types/math/shapes/Rabbit.d.ts.map +1 -0
- package/types/math/shapes/Ring.d.ts +22 -0
- package/types/math/shapes/Ring.d.ts.map +1 -0
- package/types/math/{Sector.d.ts → shapes/Sector.d.ts} +21 -6
- package/types/math/shapes/Sector.d.ts.map +1 -0
- package/types/math/shapes/Segment.d.ts +15 -0
- package/types/math/shapes/Segment.d.ts.map +1 -0
- package/types/math/shapes/Ship.d.ts +11 -0
- package/types/math/shapes/Ship.d.ts.map +1 -0
- package/types/math/shapes/Slider.d.ts +29 -0
- package/types/math/shapes/Slider.d.ts.map +1 -0
- package/types/math/shapes/Star.d.ts +9 -0
- package/types/math/shapes/Star.d.ts.map +1 -0
- package/types/math/shapes/Tip.d.ts +23 -0
- package/types/math/shapes/Tip.d.ts.map +1 -0
- package/types/math/shapes/Tree.d.ts +7 -0
- package/types/math/shapes/Tree.d.ts.map +1 -0
- package/types/math/shapes/index.d.ts +12 -0
- package/types/math/shapes/index.d.ts.map +1 -1
- package/types/nextTick.d.ts +3 -0
- package/types/nextTick.d.ts.map +1 -0
- package/types/patch.d.ts +4 -4
- package/types/patch.d.ts.map +1 -1
- package/types/position.d.ts +9 -5
- package/types/position.d.ts.map +1 -1
- package/types/reactive.d.ts.map +1 -1
- package/types/signature.d.ts +35 -0
- package/types/signature.d.ts.map +1 -0
- package/types/svg/DOMSVGUtil.d.ts +2 -2
- package/types/svg/DOMSVGUtil.d.ts.map +1 -1
- package/types/svg/YZSVG.d.ts +34 -0
- package/types/svg/YZSVG.d.ts.map +1 -0
- package/types/svg/index.d.ts +1 -1
- package/types/svg/index.d.ts.map +1 -1
- package/types/theme.d.ts +9 -0
- package/types/theme.d.ts.map +1 -1
- package/types/animate/AnimateOperation.d.ts +0 -77
- package/types/animate/AnimateOperation.d.ts.map +0 -1
- package/types/animate/animateInWeb.d.ts +0 -13
- package/types/animate/animateInWeb.d.ts.map +0 -1
- package/types/canvas/Canvas.d.ts.map +0 -1
- package/types/canvas/CanvasOperation.d.ts.map +0 -1
- package/types/math/Point3d.d.ts +0 -44
- package/types/math/Point3d.d.ts.map +0 -1
- package/types/math/Point3ds.d.ts +0 -19
- package/types/math/Sector.d.ts.map +0 -1
- package/types/math/Vector.d.ts +0 -12
- package/types/math/Vector.d.ts.map +0 -1
- package/types/shapes/ShapeArmyAnts.d.ts +0 -10
- package/types/shapes/ShapeArmyAnts.d.ts.map +0 -1
- package/types/shapes/ShapeBase.d.ts +0 -30
- package/types/shapes/ShapeBase.d.ts.map +0 -1
- package/types/shapes/ShapeHeart.d.ts +0 -15
- package/types/shapes/ShapeHeart.d.ts.map +0 -1
- package/types/shapes/ShapePoint3d.d.ts +0 -20
- package/types/shapes/ShapePoint3d.d.ts.map +0 -1
- package/types/shapes/ShapeRabbit.d.ts +0 -8
- package/types/shapes/ShapeRabbit.d.ts.map +0 -1
- package/types/shapes/ShapeShip.d.ts +0 -12
- package/types/shapes/ShapeShip.d.ts.map +0 -1
- package/types/shapes/ShapeSlider.d.ts +0 -27
- package/types/shapes/ShapeSlider.d.ts.map +0 -1
- package/types/shapes/ShapeSpirograph.d.ts +0 -9
- package/types/shapes/ShapeSpirograph.d.ts.map +0 -1
- package/types/shapes/ShapeTiger.d.ts +0 -6
- package/types/shapes/ShapeTiger.d.ts.map +0 -1
- package/types/shapes/ShapeTree.d.ts +0 -13
- package/types/shapes/ShapeTree.d.ts.map +0 -1
- package/types/shapes/index.d.ts +0 -9
- package/types/shapes/index.d.ts.map +0 -1
- package/types/svg/SVG.d.ts +0 -45
- package/types/svg/SVG.d.ts.map +0 -1
- package/types/worker.d.ts +0 -2
- package/types/worker.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.