@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.
Files changed (109) hide show
  1. package/dist/zyzgroup_core_web.iife.js +23 -17
  2. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  3. package/dist/zyzgroup_core_web.js +11519 -9471
  4. package/dist/zyzgroup_core_web.js.map +1 -1
  5. package/dist/zyzgroup_core_web.umd.cjs +23 -17
  6. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  7. package/package.json +2 -1
  8. package/types/ajax.d.ts +23 -0
  9. package/types/ajax.d.ts.map +1 -0
  10. package/types/animate/AnimateOperation.d.ts +39 -60
  11. package/types/animate/AnimateOperation.d.ts.map +1 -1
  12. package/types/animate/animateInWeb.d.ts +4 -5
  13. package/types/animate/animateInWeb.d.ts.map +1 -1
  14. package/types/animate/tween/Easing.d.ts +2 -0
  15. package/types/animate/tween/Easing.d.ts.map +1 -1
  16. package/types/animate/tween/index.d.ts +2 -0
  17. package/types/animate/tween/index.d.ts.map +1 -1
  18. package/types/axios.d.ts +42 -0
  19. package/types/axios.d.ts.map +1 -0
  20. package/types/canvas/Canvas.d.ts +8 -20
  21. package/types/canvas/Canvas.d.ts.map +1 -1
  22. package/types/canvas/CanvasOperation.d.ts +8 -4
  23. package/types/canvas/CanvasOperation.d.ts.map +1 -1
  24. package/types/canvas/CustomCanvasContext.d.ts +1 -2
  25. package/types/canvas/CustomCanvasContext.d.ts.map +1 -1
  26. package/types/dom/DOMEventBus.d.ts +18 -7
  27. package/types/dom/DOMEventBus.d.ts.map +1 -1
  28. package/types/dom/DOMUtil.d.ts +47 -41
  29. package/types/dom/DOMUtil.d.ts.map +1 -1
  30. package/types/env.d.ts.map +1 -1
  31. package/types/file.d.ts +3 -6
  32. package/types/file.d.ts.map +1 -1
  33. package/types/image/image-gif.d.ts +15 -1
  34. package/types/image/image-gif.d.ts.map +1 -1
  35. package/types/image/image.d.ts.map +1 -1
  36. package/types/index.d.ts +2 -3
  37. package/types/index.d.ts.map +1 -1
  38. package/types/math/Arc.d.ts +3 -0
  39. package/types/math/Arc.d.ts.map +1 -1
  40. package/types/math/CubicBezier.d.ts +26 -1
  41. package/types/math/CubicBezier.d.ts.map +1 -1
  42. package/types/math/Ellipse.d.ts.map +1 -1
  43. package/types/math/Line.d.ts +4 -0
  44. package/types/math/Line.d.ts.map +1 -1
  45. package/types/math/Matrix.d.ts +53 -44
  46. package/types/math/Matrix.d.ts.map +1 -1
  47. package/types/math/PathD.d.ts +54 -0
  48. package/types/math/PathD.d.ts.map +1 -0
  49. package/types/math/PathDGroup.d.ts +20 -0
  50. package/types/math/PathDGroup.d.ts.map +1 -0
  51. package/types/math/Point.d.ts +1 -1
  52. package/types/math/Point.d.ts.map +1 -1
  53. package/types/math/Point3d.d.ts +41 -0
  54. package/types/math/Point3d.d.ts.map +1 -0
  55. package/types/math/Point3ds.d.ts +15 -0
  56. package/types/math/Point3ds.d.ts.map +1 -0
  57. package/types/math/Points.d.ts +2 -2
  58. package/types/math/Points.d.ts.map +1 -1
  59. package/types/math/QuadraticBezier.d.ts +7 -3
  60. package/types/math/QuadraticBezier.d.ts.map +1 -1
  61. package/types/math/Rect.d.ts +2 -6
  62. package/types/math/Rect.d.ts.map +1 -1
  63. package/types/math/Sector.d.ts +40 -0
  64. package/types/math/Sector.d.ts.map +1 -0
  65. package/types/math/Shape.d.ts +49 -20
  66. package/types/math/Shape.d.ts.map +1 -1
  67. package/types/math/ShapeGroup.d.ts +11 -0
  68. package/types/math/ShapeGroup.d.ts.map +1 -0
  69. package/types/math/Text.d.ts +15 -0
  70. package/types/math/Text.d.ts.map +1 -0
  71. package/types/math/index.d.ts +7 -2
  72. package/types/math/index.d.ts.map +1 -1
  73. package/types/math/math.d.ts +1 -1
  74. package/types/math/math.d.ts.map +1 -1
  75. package/types/math/shapes/Arrow.d.ts.map +1 -1
  76. package/types/math/shapes/Fox.d.ts.map +1 -1
  77. package/types/reactive.d.ts +2 -1
  78. package/types/reactive.d.ts.map +1 -1
  79. package/types/shapes/ShapeTree.d.ts +0 -1
  80. package/types/shapes/ShapeTree.d.ts.map +1 -1
  81. package/types/shapes/ShapeTriangle.d.ts +0 -1
  82. package/types/shapes/ShapeTriangle.d.ts.map +1 -1
  83. package/types/shapes/index.d.ts +0 -1
  84. package/types/shapes/index.d.ts.map +1 -1
  85. package/types/svg/DOMSVGUtil.d.ts +7 -36
  86. package/types/svg/DOMSVGUtil.d.ts.map +1 -1
  87. package/types/svg/SVG.d.ts +45 -0
  88. package/types/svg/SVG.d.ts.map +1 -0
  89. package/types/svg/SVGParse.d.ts.map +1 -1
  90. package/types/svg/index.d.ts +1 -0
  91. package/types/svg/index.d.ts.map +1 -1
  92. package/types/svg/line2c.d.ts +1 -0
  93. package/types/svg/line2c.d.ts.map +1 -1
  94. package/types/theme.d.ts +12 -8
  95. package/types/theme.d.ts.map +1 -1
  96. package/types/url.d.ts +2 -8
  97. package/types/url.d.ts.map +1 -1
  98. package/types/debugger.d.ts +0 -3
  99. package/types/debugger.d.ts.map +0 -1
  100. package/types/fetch.d.ts +0 -23
  101. package/types/fetch.d.ts.map +0 -1
  102. package/types/math/PathGroup.d.ts +0 -40
  103. package/types/math/PathGroup.d.ts.map +0 -1
  104. package/types/math/ShapeFromSVG.d.ts +0 -30
  105. package/types/math/ShapeFromSVG.d.ts.map +0 -1
  106. package/types/shapes/ShapeStar.d.ts +0 -7
  107. package/types/shapes/ShapeStar.d.ts.map +0 -1
  108. package/types/svg/lib/point-in-path.d.ts +0 -3
  109. 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.