@zyzgroup/core-web 0.1.51 → 0.1.53

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 (144) hide show
  1. package/dist/zyzgroup_core_web.iife.js +19 -18
  2. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  3. package/dist/zyzgroup_core_web.js +17533 -14658
  4. package/dist/zyzgroup_core_web.js.map +1 -1
  5. package/dist/zyzgroup_core_web.umd.cjs +19 -18
  6. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  7. package/package.json +1 -1
  8. package/types/canvas/YZCanvas.d.ts +0 -23
  9. package/types/canvas/YZCanvas.d.ts.map +1 -1
  10. package/types/canvas/index.d.ts +0 -1
  11. package/types/canvas/index.d.ts.map +1 -1
  12. package/types/hooks/index.d.ts +20 -39
  13. package/types/hooks/index.d.ts.map +1 -1
  14. package/types/hooks/useActionChannel.d.ts +18 -0
  15. package/types/hooks/useActionChannel.d.ts.map +1 -0
  16. package/types/hooks/useAttribute.d.ts +2 -0
  17. package/types/hooks/useAttribute.d.ts.map +1 -1
  18. package/types/hooks/useCoords.d.ts +6 -0
  19. package/types/hooks/useCoords.d.ts.map +1 -0
  20. package/types/hooks/useDraw/Shape.d.ts +223 -0
  21. package/types/hooks/useDraw/Shape.d.ts.map +1 -0
  22. package/types/hooks/useDraw/canvas/CustomCanvasContext.d.ts +102 -0
  23. package/types/hooks/useDraw/canvas/CustomCanvasContext.d.ts.map +1 -0
  24. package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts +84 -0
  25. package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts.map +1 -0
  26. package/types/hooks/useDraw/canvas/index.d.ts +3 -0
  27. package/types/hooks/useDraw/canvas/index.d.ts.map +1 -0
  28. package/types/hooks/useDraw/index.d.ts +4 -0
  29. package/types/hooks/useDraw/index.d.ts.map +1 -0
  30. package/types/hooks/useDraw/line/Arc.d.ts +25 -0
  31. package/types/hooks/useDraw/line/Arc.d.ts.map +1 -0
  32. package/types/hooks/useDraw/line/CubicBezier.d.ts +61 -0
  33. package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -0
  34. package/types/hooks/useDraw/line/L.d.ts +33 -0
  35. package/types/hooks/useDraw/line/L.d.ts.map +1 -0
  36. package/types/hooks/useDraw/line/PathD.d.ts +58 -0
  37. package/types/hooks/useDraw/line/PathD.d.ts.map +1 -0
  38. package/types/hooks/useDraw/line/QuadraticBezier.d.ts +30 -0
  39. package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -0
  40. package/types/hooks/useDraw/line/index.d.ts +6 -0
  41. package/types/hooks/useDraw/line/index.d.ts.map +1 -0
  42. package/types/hooks/useDraw/shapes/BallShape.d.ts +89 -0
  43. package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -0
  44. package/types/hooks/useDraw/shapes/LineShape.d.ts +20 -0
  45. package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -0
  46. package/types/hooks/useDraw/shapes/TreeShapeCombo.d.ts +6 -0
  47. package/types/hooks/useDraw/shapes/TreeShapeCombo.d.ts.map +1 -0
  48. package/types/hooks/useDraw/shapes/index.d.ts +4 -0
  49. package/types/hooks/useDraw/shapes/index.d.ts.map +1 -0
  50. package/types/hooks/useDraw/svg/SVGParse.d.ts +16 -0
  51. package/types/hooks/useDraw/svg/SVGParse.d.ts.map +1 -0
  52. package/types/hooks/useDraw/svg/SVGUtil.d.ts +17 -0
  53. package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +1 -0
  54. package/types/hooks/useDraw/svg/index.d.ts +4 -0
  55. package/types/hooks/useDraw/svg/index.d.ts.map +1 -0
  56. package/types/hooks/useDraw/svg/line2c.d.ts +5 -0
  57. package/types/hooks/useDraw/svg/line2c.d.ts.map +1 -0
  58. package/types/hooks/useDraw/useDraw.d.ts +18 -0
  59. package/types/hooks/useDraw/useDraw.d.ts.map +1 -0
  60. package/types/hooks/useElement.d.ts +79 -38
  61. package/types/hooks/useElement.d.ts.map +1 -1
  62. package/types/hooks/useElementEventBus.d.ts +12 -1
  63. package/types/hooks/useElementEventBus.d.ts.map +1 -1
  64. package/types/hooks/useElementEvents.d.ts +218 -0
  65. package/types/hooks/useElementEvents.d.ts.map +1 -0
  66. package/types/hooks/useEventListener.d.ts +10 -3
  67. package/types/hooks/useEventListener.d.ts.map +1 -1
  68. package/types/hooks/useFeRouteChange.d.ts +5 -8
  69. package/types/hooks/useFeRouteChange.d.ts.map +1 -1
  70. package/types/hooks/useIntersection.d.ts +2 -0
  71. package/types/hooks/useIntersection.d.ts.map +1 -1
  72. package/types/hooks/useMatchMedia.d.ts +3 -0
  73. package/types/hooks/useMatchMedia.d.ts.map +1 -0
  74. package/types/hooks/useMutation.d.ts +2 -0
  75. package/types/hooks/useMutation.d.ts.map +1 -1
  76. package/types/hooks/useResize.d.ts +6 -0
  77. package/types/hooks/useResize.d.ts.map +1 -1
  78. package/types/hooks/useSafeArea.d.ts +7 -6
  79. package/types/hooks/useSafeArea.d.ts.map +1 -1
  80. package/types/hooks/useStyle.d.ts +1 -1
  81. package/types/hooks/useStyle.d.ts.map +1 -1
  82. package/types/hooks/useTheme.d.ts +4 -3
  83. package/types/hooks/useTheme.d.ts.map +1 -1
  84. package/types/hooks/useTimestampValue.d.ts.map +1 -1
  85. package/types/hooks/useVisible.d.ts +5 -9
  86. package/types/hooks/useVisible.d.ts.map +1 -1
  87. package/types/index.d.ts +0 -1
  88. package/types/index.d.ts.map +1 -1
  89. package/types/math/index.d.ts +0 -4
  90. package/types/math/index.d.ts.map +1 -1
  91. package/types/svg/YZSVG.d.ts +0 -34
  92. package/types/svg/YZSVG.d.ts.map +1 -1
  93. package/types/svg/index.d.ts +0 -1
  94. package/types/svg/index.d.ts.map +1 -1
  95. package/types/hooks/onDocumentReady.d.ts +0 -3
  96. package/types/hooks/onDocumentReady.d.ts.map +0 -1
  97. package/types/hooks/useClass.d.ts +0 -6
  98. package/types/hooks/useClass.d.ts.map +0 -1
  99. package/types/hooks/useClickA.d.ts +0 -2
  100. package/types/hooks/useClickA.d.ts.map +0 -1
  101. package/types/hooks/useClipboard.d.ts +0 -2
  102. package/types/hooks/useClipboard.d.ts.map +0 -1
  103. package/types/hooks/useDisplay.d.ts +0 -5
  104. package/types/hooks/useDisplay.d.ts.map +0 -1
  105. package/types/hooks/useDragDrop.d.ts +0 -12
  106. package/types/hooks/useDragDrop.d.ts.map +0 -1
  107. package/types/hooks/useFireEvent.d.ts +0 -7
  108. package/types/hooks/useFireEvent.d.ts.map +0 -1
  109. package/types/hooks/useHotKey.d.ts +0 -33
  110. package/types/hooks/useHotKey.d.ts.map +0 -1
  111. package/types/hooks/useHotKeyFile.d.ts +0 -8
  112. package/types/hooks/useHotKeyFile.d.ts.map +0 -1
  113. package/types/hooks/useIframe.d.ts +0 -2
  114. package/types/hooks/useIframe.d.ts.map +0 -1
  115. package/types/hooks/useLoadImage.d.ts +0 -9
  116. package/types/hooks/useLoadImage.d.ts.map +0 -1
  117. package/types/hooks/useLoadLink.d.ts +0 -3
  118. package/types/hooks/useLoadLink.d.ts.map +0 -1
  119. package/types/hooks/useLoadScript.d.ts +0 -2
  120. package/types/hooks/useLoadScript.d.ts.map +0 -1
  121. package/types/hooks/useLocation.d.ts +0 -2
  122. package/types/hooks/useLocation.d.ts.map +0 -1
  123. package/types/hooks/useMedia.d.ts +0 -4
  124. package/types/hooks/useMedia.d.ts.map +0 -1
  125. package/types/hooks/useMouse.d.ts +0 -32
  126. package/types/hooks/useMouse.d.ts.map +0 -1
  127. package/types/hooks/useObjectURL.d.ts +0 -3
  128. package/types/hooks/useObjectURL.d.ts.map +0 -1
  129. package/types/hooks/usePressDownMove.d.ts +0 -13
  130. package/types/hooks/usePressDownMove.d.ts.map +0 -1
  131. package/types/hooks/usePull.d.ts +0 -4
  132. package/types/hooks/usePull.d.ts.map +0 -1
  133. package/types/hooks/useRunInSandbox.d.ts +0 -2
  134. package/types/hooks/useRunInSandbox.d.ts.map +0 -1
  135. package/types/hooks/useScroll.d.ts +0 -4
  136. package/types/hooks/useScroll.d.ts.map +0 -1
  137. package/types/hooks/useSelectFile.d.ts +0 -18
  138. package/types/hooks/useSelectFile.d.ts.map +0 -1
  139. package/types/hooks/useVibrate.d.ts +0 -2
  140. package/types/hooks/useVibrate.d.ts.map +0 -1
  141. package/types/hooks/useWindow.d.ts +0 -5
  142. package/types/hooks/useWindow.d.ts.map +0 -1
  143. package/types/position.d.ts +0 -65
  144. package/types/position.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.