@zyzgroup/core-web 0.0.64 → 0.0.66
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 +23 -17
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +11519 -9471
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +23 -17
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +2 -1
- package/types/ajax.d.ts +23 -0
- package/types/ajax.d.ts.map +1 -0
- package/types/animate/AnimateOperation.d.ts +39 -60
- package/types/animate/AnimateOperation.d.ts.map +1 -1
- package/types/animate/animateInWeb.d.ts +4 -5
- package/types/animate/animateInWeb.d.ts.map +1 -1
- package/types/animate/tween/Easing.d.ts +2 -0
- package/types/animate/tween/Easing.d.ts.map +1 -1
- package/types/animate/tween/index.d.ts +2 -0
- package/types/animate/tween/index.d.ts.map +1 -1
- package/types/axios.d.ts +42 -0
- package/types/axios.d.ts.map +1 -0
- package/types/canvas/Canvas.d.ts +8 -20
- package/types/canvas/Canvas.d.ts.map +1 -1
- package/types/canvas/CanvasOperation.d.ts +8 -4
- package/types/canvas/CanvasOperation.d.ts.map +1 -1
- package/types/canvas/CustomCanvasContext.d.ts +1 -2
- package/types/canvas/CustomCanvasContext.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +18 -7
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMUtil.d.ts +47 -41
- package/types/dom/DOMUtil.d.ts.map +1 -1
- package/types/env.d.ts.map +1 -1
- package/types/file.d.ts +3 -6
- package/types/file.d.ts.map +1 -1
- package/types/image/image-gif.d.ts +15 -1
- package/types/image/image-gif.d.ts.map +1 -1
- package/types/image/image.d.ts.map +1 -1
- package/types/index.d.ts +2 -3
- package/types/index.d.ts.map +1 -1
- package/types/math/Arc.d.ts +3 -0
- package/types/math/Arc.d.ts.map +1 -1
- package/types/math/CubicBezier.d.ts +26 -1
- package/types/math/CubicBezier.d.ts.map +1 -1
- package/types/math/Ellipse.d.ts.map +1 -1
- package/types/math/Line.d.ts +4 -0
- package/types/math/Line.d.ts.map +1 -1
- package/types/math/Matrix.d.ts +53 -44
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/PathD.d.ts +54 -0
- package/types/math/PathD.d.ts.map +1 -0
- package/types/math/PathDGroup.d.ts +20 -0
- package/types/math/PathDGroup.d.ts.map +1 -0
- package/types/math/Point.d.ts +1 -1
- package/types/math/Point.d.ts.map +1 -1
- package/types/math/Point3d.d.ts +41 -0
- package/types/math/Point3d.d.ts.map +1 -0
- package/types/math/Point3ds.d.ts +15 -0
- package/types/math/Point3ds.d.ts.map +1 -0
- package/types/math/Points.d.ts +2 -2
- package/types/math/Points.d.ts.map +1 -1
- package/types/math/QuadraticBezier.d.ts +7 -3
- package/types/math/QuadraticBezier.d.ts.map +1 -1
- package/types/math/Rect.d.ts +2 -6
- package/types/math/Rect.d.ts.map +1 -1
- package/types/math/Sector.d.ts +40 -0
- package/types/math/Sector.d.ts.map +1 -0
- package/types/math/Shape.d.ts +49 -20
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/ShapeGroup.d.ts +11 -0
- package/types/math/ShapeGroup.d.ts.map +1 -0
- package/types/math/Text.d.ts +15 -0
- package/types/math/Text.d.ts.map +1 -0
- package/types/math/index.d.ts +7 -2
- package/types/math/index.d.ts.map +1 -1
- package/types/math/math.d.ts +1 -1
- package/types/math/math.d.ts.map +1 -1
- package/types/math/shapes/Arrow.d.ts.map +1 -1
- package/types/math/shapes/Fox.d.ts.map +1 -1
- package/types/reactive.d.ts +2 -1
- package/types/reactive.d.ts.map +1 -1
- package/types/shapes/ShapeTree.d.ts +0 -1
- package/types/shapes/ShapeTree.d.ts.map +1 -1
- package/types/shapes/ShapeTriangle.d.ts +0 -1
- package/types/shapes/ShapeTriangle.d.ts.map +1 -1
- package/types/shapes/index.d.ts +0 -1
- package/types/shapes/index.d.ts.map +1 -1
- package/types/svg/DOMSVGUtil.d.ts +7 -36
- package/types/svg/DOMSVGUtil.d.ts.map +1 -1
- package/types/svg/SVG.d.ts +45 -0
- package/types/svg/SVG.d.ts.map +1 -0
- package/types/svg/SVGParse.d.ts.map +1 -1
- package/types/svg/index.d.ts +1 -0
- package/types/svg/index.d.ts.map +1 -1
- package/types/svg/line2c.d.ts +1 -0
- package/types/svg/line2c.d.ts.map +1 -1
- package/types/theme.d.ts +12 -8
- package/types/theme.d.ts.map +1 -1
- package/types/url.d.ts +2 -8
- package/types/url.d.ts.map +1 -1
- package/types/debugger.d.ts +0 -3
- package/types/debugger.d.ts.map +0 -1
- package/types/fetch.d.ts +0 -23
- package/types/fetch.d.ts.map +0 -1
- package/types/math/PathGroup.d.ts +0 -40
- package/types/math/PathGroup.d.ts.map +0 -1
- package/types/math/ShapeFromSVG.d.ts +0 -30
- package/types/math/ShapeFromSVG.d.ts.map +0 -1
- package/types/shapes/ShapeStar.d.ts +0 -7
- package/types/shapes/ShapeStar.d.ts.map +0 -1
- package/types/svg/lib/point-in-path.d.ts +0 -3
- package/types/svg/lib/point-in-path.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.