@zyzgroup/core-web 0.0.70 → 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 (134) hide show
  1. package/dist/better.css +2 -0
  2. package/dist/font.css +21 -0
  3. package/dist/zyzgroup_core_web.iife.js +18 -18
  4. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  5. package/dist/zyzgroup_core_web.js +8724 -7456
  6. package/dist/zyzgroup_core_web.js.map +1 -1
  7. package/dist/zyzgroup_core_web.umd.cjs +18 -18
  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/{AnimateOperation.d.ts → YZAnimate.d.ts} +25 -26
  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/cubicBezierToEase.d.ts +3 -5
  25. package/types/animate/tween/cubicBezierToEase.d.ts.map +1 -1
  26. package/types/cache.d.ts +1 -1
  27. package/types/cache.d.ts.map +1 -1
  28. package/types/canvas/CustomCanvasContext.d.ts.map +1 -1
  29. package/types/canvas/{Canvas.d.ts → YZCanvas.d.ts} +7 -6
  30. package/types/canvas/YZCanvas.d.ts.map +1 -0
  31. package/types/canvas/{CanvasOperation.d.ts → YZCanvasContext.d.ts} +13 -15
  32. package/types/canvas/YZCanvasContext.d.ts.map +1 -0
  33. package/types/canvas/index.d.ts +2 -2
  34. package/types/canvas/index.d.ts.map +1 -1
  35. package/types/dom/DOMEventBus.d.ts +4 -0
  36. package/types/dom/DOMEventBus.d.ts.map +1 -1
  37. package/types/dom/DOMUtil.d.ts +11 -4
  38. package/types/dom/DOMUtil.d.ts.map +1 -1
  39. package/types/env.d.ts +3 -1
  40. package/types/env.d.ts.map +1 -1
  41. package/types/image/bitmap.d.ts +10 -1
  42. package/types/image/bitmap.d.ts.map +1 -1
  43. package/types/index.d.ts +5 -1
  44. package/types/index.d.ts.map +1 -1
  45. package/types/math/Arc.d.ts +2 -2
  46. package/types/math/Arc.d.ts.map +1 -1
  47. package/types/math/ComboConfetti.d.ts +25 -0
  48. package/types/math/ComboConfetti.d.ts.map +1 -0
  49. package/types/math/CubicBezier.d.ts +2 -2
  50. package/types/math/Ellipse.d.ts +2 -2
  51. package/types/math/Ellipse.d.ts.map +1 -1
  52. package/types/math/{Light3d.d.ts → Light3D.d.ts} +7 -7
  53. package/types/math/{Light3d.d.ts.map → Light3D.d.ts.map} +1 -1
  54. package/types/math/Line.d.ts +6 -2
  55. package/types/math/Line.d.ts.map +1 -1
  56. package/types/math/Matrix.d.ts +93 -18
  57. package/types/math/Matrix.d.ts.map +1 -1
  58. package/types/math/PathD.d.ts +27 -11
  59. package/types/math/PathD.d.ts.map +1 -1
  60. package/types/math/PathDGroup.d.ts +2 -2
  61. package/types/math/PathDGroup.d.ts.map +1 -1
  62. package/types/math/Point.d.ts +39 -11
  63. package/types/math/Point.d.ts.map +1 -1
  64. package/types/math/Point3D.d.ts +78 -0
  65. package/types/math/Point3D.d.ts.map +1 -0
  66. package/types/math/Point3Ds.d.ts +19 -0
  67. package/types/math/{Point3ds.d.ts.map → Point3Ds.d.ts.map} +1 -1
  68. package/types/math/Points.d.ts +2 -2
  69. package/types/math/QuadraticBezier.d.ts +2 -2
  70. package/types/math/Rect.d.ts +2 -2
  71. package/types/math/Rect.d.ts.map +1 -1
  72. package/types/math/RenderGroup.d.ts +18 -0
  73. package/types/math/RenderGroup.d.ts.map +1 -0
  74. package/types/math/Shape.d.ts +79 -33
  75. package/types/math/Shape.d.ts.map +1 -1
  76. package/types/math/ShapeGroup.d.ts +10 -2
  77. package/types/math/ShapeGroup.d.ts.map +1 -1
  78. package/types/math/Text.d.ts +6 -7
  79. package/types/math/Text.d.ts.map +1 -1
  80. package/types/math/index.d.ts +4 -4
  81. package/types/math/index.d.ts.map +1 -1
  82. package/types/math/math.d.ts +4 -3
  83. package/types/math/math.d.ts.map +1 -1
  84. package/types/math/shapes/Arrow.d.ts +2 -2
  85. package/types/math/shapes/Fox.d.ts +2 -2
  86. package/types/math/shapes/Ring.d.ts +22 -0
  87. package/types/math/shapes/Ring.d.ts.map +1 -0
  88. package/types/math/{Sector.d.ts → shapes/Sector.d.ts} +8 -7
  89. package/types/math/shapes/Sector.d.ts.map +1 -0
  90. package/types/math/shapes/Segment.d.ts +15 -0
  91. package/types/math/shapes/Segment.d.ts.map +1 -0
  92. package/types/math/shapes/Ship.d.ts +11 -0
  93. package/types/math/shapes/Ship.d.ts.map +1 -0
  94. package/types/math/shapes/Slider.d.ts +29 -0
  95. package/types/math/shapes/Slider.d.ts.map +1 -0
  96. package/types/math/shapes/Star.d.ts.map +1 -1
  97. package/types/math/shapes/Tip.d.ts +23 -0
  98. package/types/math/shapes/Tip.d.ts.map +1 -0
  99. package/types/math/shapes/index.d.ts +6 -0
  100. package/types/math/shapes/index.d.ts.map +1 -1
  101. package/types/nextTick.d.ts +3 -0
  102. package/types/nextTick.d.ts.map +1 -0
  103. package/types/patch.d.ts +4 -4
  104. package/types/patch.d.ts.map +1 -1
  105. package/types/position.d.ts +9 -5
  106. package/types/position.d.ts.map +1 -1
  107. package/types/reactive.d.ts.map +1 -1
  108. package/types/svg/DOMSVGUtil.d.ts.map +1 -1
  109. package/types/svg/{SVG.d.ts → YZSVG.d.ts} +3 -3
  110. package/types/svg/YZSVG.d.ts.map +1 -0
  111. package/types/svg/index.d.ts +1 -1
  112. package/types/svg/index.d.ts.map +1 -1
  113. package/types/theme.d.ts +9 -1
  114. package/types/theme.d.ts.map +1 -1
  115. package/types/animate/AnimateOperation.d.ts.map +0 -1
  116. package/types/animate/animateInWeb.d.ts +0 -13
  117. package/types/animate/animateInWeb.d.ts.map +0 -1
  118. package/types/canvas/Canvas.d.ts.map +0 -1
  119. package/types/canvas/CanvasOperation.d.ts.map +0 -1
  120. package/types/math/Point3d.d.ts +0 -44
  121. package/types/math/Point3d.d.ts.map +0 -1
  122. package/types/math/Point3ds.d.ts +0 -19
  123. package/types/math/Sector.d.ts.map +0 -1
  124. package/types/math/Vector.d.ts +0 -12
  125. package/types/math/Vector.d.ts.map +0 -1
  126. package/types/shapes/ShapeShip.d.ts +0 -12
  127. package/types/shapes/ShapeShip.d.ts.map +0 -1
  128. package/types/shapes/ShapeSlider.d.ts +0 -27
  129. package/types/shapes/ShapeSlider.d.ts.map +0 -1
  130. package/types/shapes/ShapeSpirograph.d.ts +0 -9
  131. package/types/shapes/ShapeSpirograph.d.ts.map +0 -1
  132. package/types/svg/SVG.d.ts.map +0 -1
  133. package/types/worker.d.ts +0 -9
  134. package/types/worker.d.ts.map +0 -1
package/dist/better.css CHANGED
@@ -217,6 +217,8 @@ textarea,
217
217
  select {
218
218
  outline: none;
219
219
  font: inherit;
220
+ margin: 0;
221
+ padding: 0;
220
222
  }
221
223
  textarea {
222
224
  /* increase the height of the textarea automatically based on the amount of text the user enters */
package/dist/font.css ADDED
@@ -0,0 +1,21 @@
1
+ @font-face {
2
+ font-family: "din";
3
+ src: url("../../assets/fonts/din.ttf") format("truetype");
4
+ font-weight: normal;
5
+ font-style: normal;
6
+ font-display: swap;
7
+ }
8
+ .din {
9
+ font-family: "din" !important;
10
+ font-size: 16px;
11
+ line-height: 24px;
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ font-variant: normal;
15
+ text-transform: none;
16
+ font-synthesis: none;
17
+ text-rendering: optimizeLegibility;
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale;
20
+ -webkit-text-size-adjust: 100%;
21
+ }