@zyzgroup/core-web 0.1.84 → 0.1.86

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 (174) hide show
  1. package/dist/animate_ce.css +0 -18
  2. package/dist/zyzgroup_core_web.iife.js +27 -24
  3. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  4. package/dist/zyzgroup_core_web.js +8644 -7989
  5. package/dist/zyzgroup_core_web.js.map +1 -1
  6. package/dist/zyzgroup_core_web.umd.cjs +27 -24
  7. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  8. package/package.json +1 -1
  9. package/types/Context.d.ts +4 -3
  10. package/types/Context.d.ts.map +1 -1
  11. package/types/WebSocketClient.d.ts +3 -3
  12. package/types/WebSocketClient.d.ts.map +1 -1
  13. package/types/ajax.d.ts.map +1 -1
  14. package/types/axios.d.ts +2 -0
  15. package/types/axios.d.ts.map +1 -1
  16. package/types/env.d.ts +0 -6
  17. package/types/env.d.ts.map +1 -1
  18. package/types/hooks/index.d.ts +0 -1
  19. package/types/hooks/index.d.ts.map +1 -1
  20. package/types/hooks/useAttribute.d.ts +1 -1
  21. package/types/hooks/useAttribute.d.ts.map +1 -1
  22. package/types/hooks/useDraw/DrawContext.d.ts +3 -1
  23. package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
  24. package/types/hooks/useDraw/Shape.d.ts +134 -105
  25. package/types/hooks/useDraw/Shape.d.ts.map +1 -1
  26. package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts +2 -1
  27. package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts.map +1 -1
  28. package/types/hooks/useDraw/line/Arc.d.ts.map +1 -1
  29. package/types/hooks/useDraw/line/CubicBezier.d.ts +6 -6
  30. package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -1
  31. package/types/hooks/useDraw/line/L.d.ts +1 -1
  32. package/types/hooks/useDraw/line/L.d.ts.map +1 -1
  33. package/types/hooks/useDraw/line/PathD.d.ts +23 -15
  34. package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
  35. package/types/hooks/useDraw/line/QuadraticBezier.d.ts +1 -1
  36. package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -1
  37. package/types/hooks/useDraw/shapes/BallShape.d.ts +3 -11
  38. package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -1
  39. package/types/hooks/useDraw/shapes/ConfettiShapeCombo.d.ts +27 -0
  40. package/types/hooks/useDraw/shapes/ConfettiShapeCombo.d.ts.map +1 -0
  41. package/types/hooks/useDraw/shapes/CrossShape.d.ts.map +1 -1
  42. package/types/hooks/useDraw/shapes/CurveShape.d.ts +24 -0
  43. package/types/hooks/useDraw/shapes/CurveShape.d.ts.map +1 -0
  44. package/types/hooks/useDraw/shapes/EllipseShape.d.ts +1 -0
  45. package/types/hooks/useDraw/shapes/EllipseShape.d.ts.map +1 -1
  46. package/types/hooks/useDraw/shapes/LineShape.d.ts +11 -9
  47. package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -1
  48. package/types/hooks/useDraw/shapes/PointsShape.d.ts +35 -0
  49. package/types/hooks/useDraw/shapes/PointsShape.d.ts.map +1 -0
  50. package/types/hooks/useDraw/shapes/RectShape.d.ts +15 -12
  51. package/types/hooks/useDraw/shapes/RectShape.d.ts.map +1 -1
  52. package/types/hooks/useDraw/shapes/RingIndicatorShapeCombo.d.ts +2 -2
  53. package/types/hooks/useDraw/shapes/RingIndicatorShapeCombo.d.ts.map +1 -1
  54. package/types/hooks/useDraw/shapes/SegmentShapeCombo.d.ts +2 -2
  55. package/types/hooks/useDraw/shapes/SegmentShapeCombo.d.ts.map +1 -1
  56. package/types/hooks/useDraw/shapes/ShipShapeCombo.d.ts +6 -4
  57. package/types/hooks/useDraw/shapes/ShipShapeCombo.d.ts.map +1 -1
  58. package/types/hooks/useDraw/shapes/SliderShapeCombo.d.ts +3 -2
  59. package/types/hooks/useDraw/shapes/SliderShapeCombo.d.ts.map +1 -1
  60. package/types/hooks/useDraw/shapes/TextShape.d.ts +23 -0
  61. package/types/hooks/useDraw/shapes/TextShape.d.ts.map +1 -0
  62. package/types/hooks/useDraw/shapes/TreeShapeCombo.d.ts +3 -2
  63. package/types/hooks/useDraw/shapes/TreeShapeCombo.d.ts.map +1 -1
  64. package/types/hooks/useDraw/shapes/index.d.ts +4 -0
  65. package/types/hooks/useDraw/shapes/index.d.ts.map +1 -1
  66. package/types/hooks/useDraw/svg/SVGUtil.d.ts +3 -2
  67. package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +1 -1
  68. package/types/hooks/useElement.d.ts +2 -2
  69. package/types/hooks/useElement.d.ts.map +1 -1
  70. package/types/hooks/useEventListener.d.ts +2 -0
  71. package/types/hooks/useEventListener.d.ts.map +1 -1
  72. package/types/hooks/useLocalStorage.d.ts +1 -1
  73. package/types/hooks/useLocalStorage.d.ts.map +1 -1
  74. package/types/hooks/useMutation.d.ts +1 -0
  75. package/types/hooks/useMutation.d.ts.map +1 -1
  76. package/types/hooks/useSafeArea.d.ts.map +1 -1
  77. package/types/hooks/useSessionStorage.d.ts +1 -1
  78. package/types/hooks/useSessionStorage.d.ts.map +1 -1
  79. package/types/hooks/useStyle.d.ts +1 -1
  80. package/types/hooks/useStyle.d.ts.map +1 -1
  81. package/types/hooks/useTheme.d.ts.map +1 -1
  82. package/types/hooks/useVnode.d.ts +5 -5
  83. package/types/hooks/useVnode.d.ts.map +1 -1
  84. package/types/index.d.ts +0 -3
  85. package/types/index.d.ts.map +1 -1
  86. package/types/math/Matrix.d.ts +3 -3
  87. package/types/math/Matrix.d.ts.map +1 -1
  88. package/types/math/ShapeGroup.d.ts +0 -34
  89. package/types/math/ShapeGroup.d.ts.map +1 -1
  90. package/types/math/shapes/Sector.d.ts +0 -65
  91. package/types/math/shapes/Sector.d.ts.map +1 -1
  92. package/types/math/shapes/Tip.d.ts +0 -21
  93. package/types/math/shapes/Tip.d.ts.map +1 -1
  94. package/types/rem.d.ts +1 -1
  95. package/types/rem.d.ts.map +1 -1
  96. package/types/signature.d.ts +29 -2
  97. package/types/signature.d.ts.map +1 -1
  98. package/types/vnode.d.ts.map +1 -1
  99. package/types/YZMessageChannel.d.ts +0 -21
  100. package/types/YZMessageChannel.d.ts.map +0 -1
  101. package/types/YZWorker.d.ts +0 -16
  102. package/types/YZWorker.d.ts.map +0 -1
  103. package/types/canvas/YZCanvas.d.ts +0 -1
  104. package/types/canvas/YZCanvas.d.ts.map +0 -1
  105. package/types/hooks/useTimestampValue.d.ts +0 -11
  106. package/types/hooks/useTimestampValue.d.ts.map +0 -1
  107. package/types/math/ShapeCombo.d.ts +0 -38
  108. package/types/math/ShapeCombo.d.ts.map +0 -1
  109. package/types/math/math/cameras/Camera.d.ts +0 -1
  110. package/types/math/math/cameras/Camera.d.ts.map +0 -1
  111. package/types/math/math/controls/Controls.d.ts +0 -1
  112. package/types/math/math/controls/Controls.d.ts.map +0 -1
  113. package/types/math/math/controls/OrbitControls.d.ts +0 -1
  114. package/types/math/math/controls/OrbitControls.d.ts.map +0 -1
  115. package/types/math/math/core/BufferGeometry.d.ts +0 -1
  116. package/types/math/math/core/BufferGeometry.d.ts.map +0 -1
  117. package/types/math/math/core/GLBufferAttribute.d.ts +0 -1
  118. package/types/math/math/core/GLBufferAttribute.d.ts.map +0 -1
  119. package/types/math/math/interpolants/Interpolant.d.ts +0 -14
  120. package/types/math/math/interpolants/Interpolant.d.ts.map +0 -1
  121. package/types/math/shapes/Arrow.d.ts +0 -10
  122. package/types/math/shapes/Arrow.d.ts.map +0 -1
  123. package/types/math/shapes/Confetti.d.ts +0 -27
  124. package/types/math/shapes/Confetti.d.ts.map +0 -1
  125. package/types/math/shapes/Cross.d.ts +0 -6
  126. package/types/math/shapes/Cross.d.ts.map +0 -1
  127. package/types/math/shapes/Ellipse.d.ts +0 -22
  128. package/types/math/shapes/Ellipse.d.ts.map +0 -1
  129. package/types/math/shapes/Fox.d.ts +0 -10
  130. package/types/math/shapes/Fox.d.ts.map +0 -1
  131. package/types/math/shapes/HalfRing.d.ts +0 -27
  132. package/types/math/shapes/HalfRing.d.ts.map +0 -1
  133. package/types/math/shapes/HalfRingIndicator.d.ts +0 -34
  134. package/types/math/shapes/HalfRingIndicator.d.ts.map +0 -1
  135. package/types/math/shapes/Heart.d.ts +0 -13
  136. package/types/math/shapes/Heart.d.ts.map +0 -1
  137. package/types/math/shapes/HeartVariant.d.ts +0 -13
  138. package/types/math/shapes/HeartVariant.d.ts.map +0 -1
  139. package/types/math/shapes/Line.d.ts +0 -19
  140. package/types/math/shapes/Line.d.ts.map +0 -1
  141. package/types/math/shapes/LinePicture.d.ts +0 -15
  142. package/types/math/shapes/LinePicture.d.ts.map +0 -1
  143. package/types/math/shapes/LineQuadraticBezier.d.ts +0 -21
  144. package/types/math/shapes/LineQuadraticBezier.d.ts.map +0 -1
  145. package/types/math/shapes/Point.d.ts +0 -85
  146. package/types/math/shapes/Point.d.ts.map +0 -1
  147. package/types/math/shapes/Points.d.ts +0 -28
  148. package/types/math/shapes/Points.d.ts.map +0 -1
  149. package/types/math/shapes/Rabbit.d.ts +0 -8
  150. package/types/math/shapes/Rabbit.d.ts.map +0 -1
  151. package/types/math/shapes/Rect.d.ts +0 -33
  152. package/types/math/shapes/Rect.d.ts.map +0 -1
  153. package/types/math/shapes/Ring.d.ts +0 -24
  154. package/types/math/shapes/Ring.d.ts.map +0 -1
  155. package/types/math/shapes/RingIndicator.d.ts +0 -28
  156. package/types/math/shapes/RingIndicator.d.ts.map +0 -1
  157. package/types/math/shapes/Segment.d.ts +0 -22
  158. package/types/math/shapes/Segment.d.ts.map +0 -1
  159. package/types/math/shapes/Ship.d.ts +0 -13
  160. package/types/math/shapes/Ship.d.ts.map +0 -1
  161. package/types/math/shapes/Slider.d.ts +0 -23
  162. package/types/math/shapes/Slider.d.ts.map +0 -1
  163. package/types/math/shapes/Star.d.ts +0 -11
  164. package/types/math/shapes/Star.d.ts.map +0 -1
  165. package/types/math/shapes/Text.d.ts +0 -21
  166. package/types/math/shapes/Text.d.ts.map +0 -1
  167. package/types/math/shapes/Tree.d.ts +0 -7
  168. package/types/math/shapes/Tree.d.ts.map +0 -1
  169. package/types/math/shapes/index.d.ts +0 -29
  170. package/types/math/shapes/index.d.ts.map +0 -1
  171. package/types/svg/YZSVG.d.ts +0 -1
  172. package/types/svg/YZSVG.d.ts.map +0 -1
  173. package/types/url.d.ts +0 -21
  174. package/types/url.d.ts.map +0 -1
@@ -2156,7 +2156,6 @@
2156
2156
  }
2157
2157
  }
2158
2158
 
2159
- /* animation */
2160
2159
  @keyframes superRainbow {
2161
2160
  0% {
2162
2161
  background: red;
@@ -2177,23 +2176,6 @@
2177
2176
  background: violet;
2178
2177
  }
2179
2178
  }
2180
- /* transition */
2181
- .superRainbow {
2182
- background-position: 0 0;
2183
- background-size: 200% 100%;
2184
- background-image: linear-gradient(
2185
- 90deg,
2186
- red,
2187
- orange,
2188
- yellow,
2189
- green,
2190
- blue,
2191
- violet
2192
- );
2193
- }
2194
- .superRainbow:hover {
2195
- background-position: -100% 100%;
2196
- }
2197
2179
 
2198
2180
  @keyframes statusProcessing {
2199
2181
  0% {