@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.
Files changed (171) hide show
  1. package/dist/better.css +2 -0
  2. package/dist/font.css +21 -0
  3. package/dist/zyzgroup_core_web.iife.js +21 -21
  4. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  5. package/dist/zyzgroup_core_web.js +12258 -10673
  6. package/dist/zyzgroup_core_web.js.map +1 -1
  7. package/dist/zyzgroup_core_web.umd.cjs +21 -21
  8. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  9. package/package.json +1 -1
  10. package/types/Pagination.d.ts +36 -0
  11. package/types/Pagination.d.ts.map +1 -0
  12. package/types/YZMessageChannel.d.ts +21 -0
  13. package/types/YZMessageChannel.d.ts.map +1 -0
  14. package/types/YZRequestIdleCallback.d.ts +14 -0
  15. package/types/YZRequestIdleCallback.d.ts.map +1 -0
  16. package/types/YZWorker.d.ts +16 -0
  17. package/types/YZWorker.d.ts.map +1 -0
  18. package/types/animate/YZAnimate.d.ts +79 -0
  19. package/types/animate/YZAnimate.d.ts.map +1 -0
  20. package/types/animate/index.d.ts +2 -2
  21. package/types/animate/index.d.ts.map +1 -1
  22. package/types/animate/requestAnimationFrameCycle.d.ts +14 -0
  23. package/types/animate/requestAnimationFrameCycle.d.ts.map +1 -0
  24. package/types/animate/tween/Group.d.ts.map +1 -1
  25. package/types/animate/tween/cubicBezierToEase.d.ts +3 -5
  26. package/types/animate/tween/cubicBezierToEase.d.ts.map +1 -1
  27. package/types/cache.d.ts +1 -1
  28. package/types/cache.d.ts.map +1 -1
  29. package/types/canvas/CustomCanvasContext.d.ts.map +1 -1
  30. package/types/canvas/{Canvas.d.ts → YZCanvas.d.ts} +7 -6
  31. package/types/canvas/YZCanvas.d.ts.map +1 -0
  32. package/types/canvas/{CanvasOperation.d.ts → YZCanvasContext.d.ts} +13 -15
  33. package/types/canvas/YZCanvasContext.d.ts.map +1 -0
  34. package/types/canvas/index.d.ts +2 -2
  35. package/types/canvas/index.d.ts.map +1 -1
  36. package/types/dom/DOMEventBus.d.ts +5 -1
  37. package/types/dom/DOMEventBus.d.ts.map +1 -1
  38. package/types/dom/DOMUtil.d.ts +11 -4
  39. package/types/dom/DOMUtil.d.ts.map +1 -1
  40. package/types/env.d.ts +3 -1
  41. package/types/env.d.ts.map +1 -1
  42. package/types/file.d.ts +1 -1
  43. package/types/file.d.ts.map +1 -1
  44. package/types/image/bitmap.d.ts +14 -0
  45. package/types/image/bitmap.d.ts.map +1 -0
  46. package/types/image/index.d.ts +1 -0
  47. package/types/image/index.d.ts.map +1 -1
  48. package/types/index.d.ts +6 -1
  49. package/types/index.d.ts.map +1 -1
  50. package/types/math/Arc.d.ts +2 -2
  51. package/types/math/Arc.d.ts.map +1 -1
  52. package/types/math/ComboConfetti.d.ts +25 -0
  53. package/types/math/ComboConfetti.d.ts.map +1 -0
  54. package/types/math/CubicBezier.d.ts +2 -2
  55. package/types/math/Ellipse.d.ts +2 -2
  56. package/types/math/Ellipse.d.ts.map +1 -1
  57. package/types/math/{Light3d.d.ts → Light3D.d.ts} +8 -8
  58. package/types/math/{Light3d.d.ts.map → Light3D.d.ts.map} +1 -1
  59. package/types/math/Line.d.ts +6 -2
  60. package/types/math/Line.d.ts.map +1 -1
  61. package/types/math/Matrix.d.ts +93 -18
  62. package/types/math/Matrix.d.ts.map +1 -1
  63. package/types/math/PathD.d.ts +42 -14
  64. package/types/math/PathD.d.ts.map +1 -1
  65. package/types/math/PathDGroup.d.ts +11 -1
  66. package/types/math/PathDGroup.d.ts.map +1 -1
  67. package/types/math/Point.d.ts +39 -11
  68. package/types/math/Point.d.ts.map +1 -1
  69. package/types/math/Point3D.d.ts +78 -0
  70. package/types/math/Point3D.d.ts.map +1 -0
  71. package/types/math/Point3Ds.d.ts +19 -0
  72. package/types/math/{Point3ds.d.ts.map → Point3Ds.d.ts.map} +1 -1
  73. package/types/math/Points.d.ts +2 -2
  74. package/types/math/QuadraticBezier.d.ts +2 -2
  75. package/types/math/Rect.d.ts +2 -2
  76. package/types/math/Rect.d.ts.map +1 -1
  77. package/types/math/RenderGroup.d.ts +18 -0
  78. package/types/math/RenderGroup.d.ts.map +1 -0
  79. package/types/math/Shape.d.ts +95 -34
  80. package/types/math/Shape.d.ts.map +1 -1
  81. package/types/math/ShapeGroup.d.ts +12 -2
  82. package/types/math/ShapeGroup.d.ts.map +1 -1
  83. package/types/math/Text.d.ts +8 -6
  84. package/types/math/Text.d.ts.map +1 -1
  85. package/types/math/index.d.ts +4 -4
  86. package/types/math/index.d.ts.map +1 -1
  87. package/types/math/math.d.ts +4 -3
  88. package/types/math/math.d.ts.map +1 -1
  89. package/types/math/shapes/Arrow.d.ts +2 -2
  90. package/types/math/shapes/Cross.d.ts +7 -0
  91. package/types/math/shapes/Cross.d.ts.map +1 -0
  92. package/types/math/shapes/Fox.d.ts +2 -2
  93. package/types/math/shapes/Heart.d.ts +10 -0
  94. package/types/math/shapes/Heart.d.ts.map +1 -0
  95. package/types/math/shapes/HeartVariant.d.ts +10 -0
  96. package/types/math/shapes/HeartVariant.d.ts.map +1 -0
  97. package/types/math/shapes/Rabbit.d.ts +7 -0
  98. package/types/math/shapes/Rabbit.d.ts.map +1 -0
  99. package/types/math/shapes/Ring.d.ts +22 -0
  100. package/types/math/shapes/Ring.d.ts.map +1 -0
  101. package/types/math/{Sector.d.ts → shapes/Sector.d.ts} +21 -6
  102. package/types/math/shapes/Sector.d.ts.map +1 -0
  103. package/types/math/shapes/Segment.d.ts +15 -0
  104. package/types/math/shapes/Segment.d.ts.map +1 -0
  105. package/types/math/shapes/Ship.d.ts +11 -0
  106. package/types/math/shapes/Ship.d.ts.map +1 -0
  107. package/types/math/shapes/Slider.d.ts +29 -0
  108. package/types/math/shapes/Slider.d.ts.map +1 -0
  109. package/types/math/shapes/Star.d.ts +9 -0
  110. package/types/math/shapes/Star.d.ts.map +1 -0
  111. package/types/math/shapes/Tip.d.ts +23 -0
  112. package/types/math/shapes/Tip.d.ts.map +1 -0
  113. package/types/math/shapes/Tree.d.ts +7 -0
  114. package/types/math/shapes/Tree.d.ts.map +1 -0
  115. package/types/math/shapes/index.d.ts +12 -0
  116. package/types/math/shapes/index.d.ts.map +1 -1
  117. package/types/nextTick.d.ts +3 -0
  118. package/types/nextTick.d.ts.map +1 -0
  119. package/types/patch.d.ts +4 -4
  120. package/types/patch.d.ts.map +1 -1
  121. package/types/position.d.ts +9 -5
  122. package/types/position.d.ts.map +1 -1
  123. package/types/reactive.d.ts.map +1 -1
  124. package/types/signature.d.ts +35 -0
  125. package/types/signature.d.ts.map +1 -0
  126. package/types/svg/DOMSVGUtil.d.ts +2 -2
  127. package/types/svg/DOMSVGUtil.d.ts.map +1 -1
  128. package/types/svg/YZSVG.d.ts +34 -0
  129. package/types/svg/YZSVG.d.ts.map +1 -0
  130. package/types/svg/index.d.ts +1 -1
  131. package/types/svg/index.d.ts.map +1 -1
  132. package/types/theme.d.ts +9 -0
  133. package/types/theme.d.ts.map +1 -1
  134. package/types/animate/AnimateOperation.d.ts +0 -77
  135. package/types/animate/AnimateOperation.d.ts.map +0 -1
  136. package/types/animate/animateInWeb.d.ts +0 -13
  137. package/types/animate/animateInWeb.d.ts.map +0 -1
  138. package/types/canvas/Canvas.d.ts.map +0 -1
  139. package/types/canvas/CanvasOperation.d.ts.map +0 -1
  140. package/types/math/Point3d.d.ts +0 -44
  141. package/types/math/Point3d.d.ts.map +0 -1
  142. package/types/math/Point3ds.d.ts +0 -19
  143. package/types/math/Sector.d.ts.map +0 -1
  144. package/types/math/Vector.d.ts +0 -12
  145. package/types/math/Vector.d.ts.map +0 -1
  146. package/types/shapes/ShapeArmyAnts.d.ts +0 -10
  147. package/types/shapes/ShapeArmyAnts.d.ts.map +0 -1
  148. package/types/shapes/ShapeBase.d.ts +0 -30
  149. package/types/shapes/ShapeBase.d.ts.map +0 -1
  150. package/types/shapes/ShapeHeart.d.ts +0 -15
  151. package/types/shapes/ShapeHeart.d.ts.map +0 -1
  152. package/types/shapes/ShapePoint3d.d.ts +0 -20
  153. package/types/shapes/ShapePoint3d.d.ts.map +0 -1
  154. package/types/shapes/ShapeRabbit.d.ts +0 -8
  155. package/types/shapes/ShapeRabbit.d.ts.map +0 -1
  156. package/types/shapes/ShapeShip.d.ts +0 -12
  157. package/types/shapes/ShapeShip.d.ts.map +0 -1
  158. package/types/shapes/ShapeSlider.d.ts +0 -27
  159. package/types/shapes/ShapeSlider.d.ts.map +0 -1
  160. package/types/shapes/ShapeSpirograph.d.ts +0 -9
  161. package/types/shapes/ShapeSpirograph.d.ts.map +0 -1
  162. package/types/shapes/ShapeTiger.d.ts +0 -6
  163. package/types/shapes/ShapeTiger.d.ts.map +0 -1
  164. package/types/shapes/ShapeTree.d.ts +0 -13
  165. package/types/shapes/ShapeTree.d.ts.map +0 -1
  166. package/types/shapes/index.d.ts +0 -9
  167. package/types/shapes/index.d.ts.map +0 -1
  168. package/types/svg/SVG.d.ts +0 -45
  169. package/types/svg/SVG.d.ts.map +0 -1
  170. package/types/worker.d.ts +0 -2
  171. 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.