@zyzgroup/core-web 0.1.9 → 0.1.11

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 (142) hide show
  1. package/dist/zyzgroup_core_web.iife.js +22 -22
  2. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  3. package/dist/zyzgroup_core_web.js +7159 -7272
  4. package/dist/zyzgroup_core_web.js.map +1 -1
  5. package/dist/zyzgroup_core_web.umd.cjs +22 -22
  6. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  7. package/package.json +1 -1
  8. package/types/animate/_YZAnimate.d.ts +0 -78
  9. package/types/animate/_YZAnimate.d.ts.map +1 -1
  10. package/types/canvas/YZCanvas.d.ts +4 -5
  11. package/types/canvas/YZCanvas.d.ts.map +1 -1
  12. package/types/dom/DOMParse.d.ts +2 -2
  13. package/types/dom/DOMParse.d.ts.map +1 -1
  14. package/types/dom/index.d.ts +0 -1
  15. package/types/dom/index.d.ts.map +1 -1
  16. package/types/env.d.ts +1 -0
  17. package/types/env.d.ts.map +1 -1
  18. package/types/hooks/index.d.ts +4 -1
  19. package/types/hooks/index.d.ts.map +1 -1
  20. package/types/hooks/useDragDrop.d.ts.map +1 -1
  21. package/types/hooks/useElementEventBus.d.ts +67 -0
  22. package/types/hooks/useElementEventBus.d.ts.map +1 -0
  23. package/types/hooks/useHotKeyFile.d.ts.map +1 -1
  24. package/types/hooks/useMouse.d.ts +32 -0
  25. package/types/hooks/useMouse.d.ts.map +1 -0
  26. package/types/hooks/useMutation.d.ts.map +1 -1
  27. package/types/hooks/usePressDownMove.d.ts +13 -0
  28. package/types/hooks/usePressDownMove.d.ts.map +1 -0
  29. package/types/hooks/usePull.d.ts +4 -0
  30. package/types/hooks/usePull.d.ts.map +1 -0
  31. package/types/hooks/useResize.d.ts +1 -4
  32. package/types/hooks/useResize.d.ts.map +1 -1
  33. package/types/hooks/useSafeArea.d.ts +5 -4
  34. package/types/hooks/useSafeArea.d.ts.map +1 -1
  35. package/types/hooks/useScroll.d.ts.map +1 -1
  36. package/types/hooks/useVisible.d.ts.map +1 -1
  37. package/types/hooks/useWindow.d.ts.map +1 -1
  38. package/types/math/Shape.d.ts +2 -2
  39. package/types/math/Shape.d.ts.map +1 -1
  40. package/types/math/core/Box2.d.ts.map +1 -0
  41. package/types/math/{math/math → core}/Box3.d.ts +2 -2
  42. package/types/math/core/Box3.d.ts.map +1 -0
  43. package/types/math/{math/core → core}/BufferAttribute.d.ts +2 -2
  44. package/types/math/core/BufferAttribute.d.ts.map +1 -0
  45. package/types/math/core/Color.d.ts.map +1 -0
  46. package/types/math/core/ColorManagement.d.ts.map +1 -0
  47. package/types/math/core/Cylindrical.d.ts.map +1 -0
  48. package/types/math/core/Euler.d.ts.map +1 -0
  49. package/types/math/{math/math → core}/Frustum.d.ts +1 -1
  50. package/types/math/core/Frustum.d.ts.map +1 -0
  51. package/types/math/core/Layers.d.ts.map +1 -0
  52. package/types/math/core/Line3.d.ts.map +1 -0
  53. package/types/math/core/Matrix.d.ts.map +1 -0
  54. package/types/math/core/Matrix2.d.ts.map +1 -0
  55. package/types/math/core/Matrix3.d.ts.map +1 -0
  56. package/types/math/core/Matrix4.d.ts.map +1 -0
  57. package/types/math/{math/core → core}/Object3D.d.ts +10 -7
  58. package/types/math/core/Object3D.d.ts.map +1 -0
  59. package/types/math/core/Plane.d.ts.map +1 -0
  60. package/types/math/core/Quaternion.d.ts.map +1 -0
  61. package/types/math/core/Ray.d.ts.map +1 -0
  62. package/types/math/core/Sphere.d.ts.map +1 -0
  63. package/types/math/core/Spherical.d.ts.map +1 -0
  64. package/types/math/core/SphericalHarmonics3.d.ts.map +1 -0
  65. package/types/math/core/Triangle.d.ts.map +1 -0
  66. package/types/math/core/Vector.d.ts.map +1 -0
  67. package/types/math/{math/math → core}/Vector2.d.ts +1 -1
  68. package/types/math/core/Vector2.d.ts.map +1 -0
  69. package/types/math/{math/math → core}/Vector3.d.ts +1 -1
  70. package/types/math/core/Vector3.d.ts.map +1 -0
  71. package/types/math/core/Vector4.d.ts.map +1 -0
  72. package/types/math/{math → core}/constants.d.ts.map +1 -1
  73. package/types/math/core/index.d.ts +9 -0
  74. package/types/math/core/index.d.ts.map +1 -0
  75. package/types/math/index.d.ts +1 -1
  76. package/types/math/index.d.ts.map +1 -1
  77. package/types/math/math/cameras/Camera.d.ts +0 -11
  78. package/types/math/math/cameras/Camera.d.ts.map +1 -1
  79. package/types/math/math/controls/Controls.d.ts +0 -24
  80. package/types/math/math/controls/Controls.d.ts.map +1 -1
  81. package/types/math/math/core/GLBufferAttribute.d.ts +0 -18
  82. package/types/math/math/core/GLBufferAttribute.d.ts.map +1 -1
  83. package/types/math/shapes/Ring.d.ts.map +1 -1
  84. package/types/position.d.ts +0 -11
  85. package/types/position.d.ts.map +1 -1
  86. package/types/svg/YZSVG.d.ts +3 -5
  87. package/types/svg/YZSVG.d.ts.map +1 -1
  88. package/types/dom/DOMEventBus.d.ts +0 -119
  89. package/types/dom/DOMEventBus.d.ts.map +0 -1
  90. package/types/hooks/useEmit.d.ts +0 -6
  91. package/types/hooks/useEmit.d.ts.map +0 -1
  92. package/types/math/math/core/BufferAttribute.d.ts.map +0 -1
  93. package/types/math/math/core/EventDispatcher.d.ts +0 -14
  94. package/types/math/math/core/EventDispatcher.d.ts.map +0 -1
  95. package/types/math/math/core/Layers.d.ts.map +0 -1
  96. package/types/math/math/core/Object3D.d.ts.map +0 -1
  97. package/types/math/math/index.d.ts +0 -10
  98. package/types/math/math/index.d.ts.map +0 -1
  99. package/types/math/math/math/Box2.d.ts.map +0 -1
  100. package/types/math/math/math/Box3.d.ts.map +0 -1
  101. package/types/math/math/math/Color.d.ts.map +0 -1
  102. package/types/math/math/math/ColorManagement.d.ts.map +0 -1
  103. package/types/math/math/math/Cylindrical.d.ts.map +0 -1
  104. package/types/math/math/math/Euler.d.ts.map +0 -1
  105. package/types/math/math/math/Frustum.d.ts.map +0 -1
  106. package/types/math/math/math/Line3.d.ts.map +0 -1
  107. package/types/math/math/math/Matrix.d.ts.map +0 -1
  108. package/types/math/math/math/Matrix2.d.ts.map +0 -1
  109. package/types/math/math/math/Matrix3.d.ts.map +0 -1
  110. package/types/math/math/math/Matrix4.d.ts.map +0 -1
  111. package/types/math/math/math/Plane.d.ts.map +0 -1
  112. package/types/math/math/math/Quaternion.d.ts.map +0 -1
  113. package/types/math/math/math/Ray.d.ts.map +0 -1
  114. package/types/math/math/math/Sphere.d.ts.map +0 -1
  115. package/types/math/math/math/Spherical.d.ts.map +0 -1
  116. package/types/math/math/math/SphericalHarmonics3.d.ts.map +0 -1
  117. package/types/math/math/math/Triangle.d.ts.map +0 -1
  118. package/types/math/math/math/Vector.d.ts.map +0 -1
  119. package/types/math/math/math/Vector2.d.ts.map +0 -1
  120. package/types/math/math/math/Vector3.d.ts.map +0 -1
  121. package/types/math/math/math/Vector4.d.ts.map +0 -1
  122. /package/types/math/{math/math → core}/Box2.d.ts +0 -0
  123. /package/types/math/{math/math → core}/Color.d.ts +0 -0
  124. /package/types/math/{math/math → core}/ColorManagement.d.ts +0 -0
  125. /package/types/math/{math/math → core}/Cylindrical.d.ts +0 -0
  126. /package/types/math/{math/math → core}/Euler.d.ts +0 -0
  127. /package/types/math/{math/core → core}/Layers.d.ts +0 -0
  128. /package/types/math/{math/math → core}/Line3.d.ts +0 -0
  129. /package/types/math/{math/math → core}/Matrix.d.ts +0 -0
  130. /package/types/math/{math/math → core}/Matrix2.d.ts +0 -0
  131. /package/types/math/{math/math → core}/Matrix3.d.ts +0 -0
  132. /package/types/math/{math/math → core}/Matrix4.d.ts +0 -0
  133. /package/types/math/{math/math → core}/Plane.d.ts +0 -0
  134. /package/types/math/{math/math → core}/Quaternion.d.ts +0 -0
  135. /package/types/math/{math/math → core}/Ray.d.ts +0 -0
  136. /package/types/math/{math/math → core}/Sphere.d.ts +0 -0
  137. /package/types/math/{math/math → core}/Spherical.d.ts +0 -0
  138. /package/types/math/{math/math → core}/SphericalHarmonics3.d.ts +0 -0
  139. /package/types/math/{math/math → core}/Triangle.d.ts +0 -0
  140. /package/types/math/{math/math → core}/Vector.d.ts +0 -0
  141. /package/types/math/{math/math → core}/Vector4.d.ts +0 -0
  142. /package/types/math/{math → core}/constants.d.ts +0 -0

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.