@zyzgroup/core-web 0.1.92 → 0.1.94

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 (275) hide show
  1. package/dist/css/font.css +108 -0
  2. package/dist/css/theme.css +58 -53
  3. package/dist/zyzgroup_core_web.iife.js +115 -54
  4. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  5. package/dist/zyzgroup_core_web.js +30456 -23273
  6. package/dist/zyzgroup_core_web.js.map +1 -1
  7. package/dist/zyzgroup_core_web.umd.cjs +115 -54
  8. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  9. package/package.json +10 -2
  10. package/types/components/angular/demoAngular.d.ts +1 -0
  11. package/types/components/angular/demoAngular.d.ts.map +1 -0
  12. package/types/components/component-core.d.ts +7 -2
  13. package/types/components/component-core.d.ts.map +1 -1
  14. package/types/components/index.d.ts +1 -0
  15. package/types/components/index.d.ts.map +1 -1
  16. package/types/components/react/CatFriends.d.ts +2 -0
  17. package/types/components/react/CatFriends.d.ts.map +1 -0
  18. package/types/components/react/DemoForm.d.ts +2 -0
  19. package/types/components/react/DemoForm.d.ts.map +1 -0
  20. package/types/components/react/ErrorBoundary.d.ts +16 -0
  21. package/types/components/react/ErrorBoundary.d.ts.map +1 -0
  22. package/types/components/react/TravelPlan.d.ts +2 -0
  23. package/types/components/react/TravelPlan.d.ts.map +1 -0
  24. package/types/components/react/VideoPlayer.d.ts +5 -0
  25. package/types/components/react/VideoPlayer.d.ts.map +1 -0
  26. package/types/components/react/demoReact.d.ts +4 -0
  27. package/types/components/react/demoReact.d.ts.map +1 -0
  28. package/types/components/react/index.d.ts +2 -0
  29. package/types/components/react/index.d.ts.map +1 -0
  30. package/types/components/react/motion/Refresh.d.ts +4 -0
  31. package/types/components/react/motion/Refresh.d.ts.map +1 -0
  32. package/types/components/react/motion/demo/AddToBasket.d.ts +12 -0
  33. package/types/components/react/motion/demo/AddToBasket.d.ts.map +1 -0
  34. package/types/components/react/motion/demo/Cursor.d.ts +4 -0
  35. package/types/components/react/motion/demo/Cursor.d.ts.map +1 -0
  36. package/types/components/react/motion/demo/LayoutAnchor.d.ts +6 -0
  37. package/types/components/react/motion/demo/LayoutAnchor.d.ts.map +1 -0
  38. package/types/components/react/motion/demo/LayoutAnimation.d.ts +2 -0
  39. package/types/components/react/motion/demo/LayoutAnimation.d.ts.map +1 -0
  40. package/types/components/react/motion/demo/LayoutGroup.d.ts +2 -0
  41. package/types/components/react/motion/demo/LayoutGroup.d.ts.map +1 -0
  42. package/types/components/react/motion/demo/MotionDemo.d.ts +2 -0
  43. package/types/components/react/motion/demo/MotionDemo.d.ts.map +1 -0
  44. package/types/components/react/motion/demo/Navigation.d.ts +2 -0
  45. package/types/components/react/motion/demo/Navigation.d.ts.map +1 -0
  46. package/types/components/react/motion/demo/Reordering.d.ts +2 -0
  47. package/types/components/react/motion/demo/Reordering.d.ts.map +1 -0
  48. package/types/components/react/motion/demo/ScrollLinked.d.ts +2 -0
  49. package/types/components/react/motion/demo/ScrollLinked.d.ts.map +1 -0
  50. package/types/components/react/motion/demo/ScrollTriggered.d.ts +2 -0
  51. package/types/components/react/motion/demo/ScrollTriggered.d.ts.map +1 -0
  52. package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts +2 -0
  53. package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts.map +1 -0
  54. package/types/components/react/motion/demo/StateAnimations.d.ts +2 -0
  55. package/types/components/react/motion/demo/StateAnimations.d.ts.map +1 -0
  56. package/types/components/react/motion/demo/UseTransform.d.ts +2 -0
  57. package/types/components/react/motion/demo/UseTransform.d.ts.map +1 -0
  58. package/types/components/react/motion/index.d.ts +2 -0
  59. package/types/components/react/motion/index.d.ts.map +1 -0
  60. package/types/components/react/ssr/Html.d.ts +7 -0
  61. package/types/components/react/ssr/Html.d.ts.map +1 -0
  62. package/types/components/vue/demoVue.d.ts +16 -0
  63. package/types/components/vue/demoVue.d.ts.map +1 -0
  64. package/types/{hooks/useCookie.d.ts → createCookie.d.ts} +2 -2
  65. package/types/createCookie.d.ts.map +1 -0
  66. package/types/{hooks/useIndexDB.d.ts → createIndexDB.d.ts} +1 -1
  67. package/types/createIndexDB.d.ts.map +1 -0
  68. package/types/{hooks/useLocalStorage.d.ts → createLocalStorage.d.ts} +2 -2
  69. package/types/createLocalStorage.d.ts.map +1 -0
  70. package/types/{hooks/useSessionStorage.d.ts → createSessionStorage.d.ts} +2 -2
  71. package/types/createSessionStorage.d.ts.map +1 -0
  72. package/types/{hooks/useAttribute.d.ts → dom/attribute.d.ts} +3 -3
  73. package/types/dom/attribute.d.ts.map +1 -0
  74. package/types/dom/coords.d.ts +6 -0
  75. package/types/dom/coords.d.ts.map +1 -0
  76. package/types/{hooks/useElementEventBus.d.ts → dom/createElementEventBus.d.ts} +8 -8
  77. package/types/dom/createElementEventBus.d.ts.map +1 -0
  78. package/types/{hooks/useEventListener.d.ts → dom/createEventListener.d.ts} +7 -7
  79. package/types/dom/createEventListener.d.ts.map +1 -0
  80. package/types/dom/dataset.d.ts +7 -0
  81. package/types/dom/dataset.d.ts.map +1 -0
  82. package/types/{hooks/useElement.d.ts → dom/dom.d.ts} +8 -8
  83. package/types/dom/dom.d.ts.map +1 -0
  84. package/types/{hooks/useElementEvents.d.ts → dom/elementEvents.d.ts} +24 -84
  85. package/types/dom/elementEvents.d.ts.map +1 -0
  86. package/types/{hooks/useFeRouteChange.d.ts → dom/feRouteChange.d.ts} +6 -6
  87. package/types/dom/feRouteChange.d.ts.map +1 -0
  88. package/types/dom/index.d.ts +15 -0
  89. package/types/dom/index.d.ts.map +1 -1
  90. package/types/dom/intersection.d.ts +4 -0
  91. package/types/dom/intersection.d.ts.map +1 -0
  92. package/types/dom/matchMedia.d.ts +3 -0
  93. package/types/dom/matchMedia.d.ts.map +1 -0
  94. package/types/{hooks/useMutation.d.ts → dom/mutation.d.ts} +2 -2
  95. package/types/dom/mutation.d.ts.map +1 -0
  96. package/types/dom/resize.d.ts +9 -0
  97. package/types/dom/resize.d.ts.map +1 -0
  98. package/types/{hooks/useSafeArea.d.ts → dom/safeArea.d.ts} +2 -2
  99. package/types/dom/safeArea.d.ts.map +1 -0
  100. package/types/{hooks/useStyle.d.ts → dom/style.d.ts} +1 -1
  101. package/types/dom/style.d.ts.map +1 -0
  102. package/types/dom/visible.d.ts +7 -0
  103. package/types/dom/visible.d.ts.map +1 -0
  104. package/types/file.d.ts +0 -4
  105. package/types/file.d.ts.map +1 -1
  106. package/types/hooks/alimini/createAliMiniControllableState.d.ts +12 -0
  107. package/types/hooks/alimini/createAliMiniControllableState.d.ts.map +1 -0
  108. package/types/hooks/core/index.d.ts +3 -0
  109. package/types/hooks/core/index.d.ts.map +1 -0
  110. package/types/hooks/core/reduxStore.d.ts +30 -0
  111. package/types/hooks/core/reduxStore.d.ts.map +1 -0
  112. package/types/hooks/core/stateStore.d.ts +10 -0
  113. package/types/hooks/core/stateStore.d.ts.map +1 -0
  114. package/types/hooks/index.d.ts +3 -20
  115. package/types/hooks/index.d.ts.map +1 -1
  116. package/types/hooks/react/index.d.ts +5 -0
  117. package/types/hooks/react/index.d.ts.map +1 -0
  118. package/types/hooks/react/useAnimationLoop.d.ts +2 -0
  119. package/types/hooks/react/useAnimationLoop.d.ts.map +1 -0
  120. package/types/hooks/react/useAppState.d.ts +15 -0
  121. package/types/hooks/react/useAppState.d.ts.map +1 -0
  122. package/types/hooks/react/useDelayedValue.d.ts +2 -0
  123. package/types/hooks/react/useDelayedValue.d.ts.map +1 -0
  124. package/types/hooks/react/useDimensions.d.ts +5 -0
  125. package/types/hooks/react/useDimensions.d.ts.map +1 -0
  126. package/types/hooks/react/useDoublePress.d.ts +3 -0
  127. package/types/hooks/react/useDoublePress.d.ts.map +1 -0
  128. package/types/hooks/react/useFadeIn.d.ts +3 -0
  129. package/types/hooks/react/useFadeIn.d.ts.map +1 -0
  130. package/types/hooks/react/useFetch.d.ts +2 -0
  131. package/types/hooks/react/useFetch.d.ts.map +1 -0
  132. package/types/hooks/react/useFormInput.d.ts +5 -0
  133. package/types/hooks/react/useFormInput.d.ts.map +1 -0
  134. package/types/hooks/react/useImmer.d.ts +9 -0
  135. package/types/hooks/react/useImmer.d.ts.map +1 -0
  136. package/types/hooks/react/useMailbox.d.ts +4 -0
  137. package/types/hooks/react/useMailbox.d.ts.map +1 -0
  138. package/types/hooks/react/useMinDisplayTime.d.ts +2 -0
  139. package/types/hooks/react/useMinDisplayTime.d.ts.map +1 -0
  140. package/types/hooks/react/useOnlineStatus.d.ts +2 -0
  141. package/types/hooks/react/useOnlineStatus.d.ts.map +1 -0
  142. package/types/hooks/react/usePointerPosition.d.ts +5 -0
  143. package/types/hooks/react/usePointerPosition.d.ts.map +1 -0
  144. package/types/hooks/react/useProgressBar.d.ts +1 -0
  145. package/types/hooks/react/useProgressBar.d.ts.map +1 -0
  146. package/types/hooks/react/useQuery.d.ts +12 -0
  147. package/types/hooks/react/useQuery.d.ts.map +1 -0
  148. package/types/hooks/react/useReactControllableState.d.ts +10 -0
  149. package/types/hooks/react/useReactControllableState.d.ts.map +1 -0
  150. package/types/hooks/react/useTimeout.d.ts +2 -0
  151. package/types/hooks/react/useTimeout.d.ts.map +1 -0
  152. package/types/hooks/react/useTimer.d.ts +2 -0
  153. package/types/hooks/react/useTimer.d.ts.map +1 -0
  154. package/types/hooks/useDraw/DrawContext.d.ts +3 -3
  155. package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
  156. package/types/hooks/useDraw/Shape.d.ts +2 -2
  157. package/types/hooks/useDraw/Shape.d.ts.map +1 -1
  158. package/types/hooks/useDraw/line/Arc.d.ts +1 -1
  159. package/types/hooks/useDraw/line/Arc.d.ts.map +1 -1
  160. package/types/hooks/useDraw/line/CubicBezier.d.ts +1 -1
  161. package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -1
  162. package/types/hooks/useDraw/line/L.d.ts +1 -1
  163. package/types/hooks/useDraw/line/L.d.ts.map +1 -1
  164. package/types/hooks/useDraw/line/PathD.d.ts +1 -1
  165. package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
  166. package/types/hooks/useDraw/line/QuadraticBezier.d.ts +1 -1
  167. package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -1
  168. package/types/hooks/useDraw/shapes/ArrowShape.d.ts +1 -1
  169. package/types/hooks/useDraw/shapes/ArrowShape.d.ts.map +1 -1
  170. package/types/hooks/useDraw/shapes/BallShape.d.ts +1 -1
  171. package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -1
  172. package/types/hooks/useDraw/shapes/CurveShape.d.ts +1 -1
  173. package/types/hooks/useDraw/shapes/CurveShape.d.ts.map +1 -1
  174. package/types/hooks/useDraw/shapes/EllipseShape.d.ts +1 -1
  175. package/types/hooks/useDraw/shapes/EllipseShape.d.ts.map +1 -1
  176. package/types/hooks/useDraw/shapes/FoxShape.d.ts +1 -1
  177. package/types/hooks/useDraw/shapes/FoxShape.d.ts.map +1 -1
  178. package/types/hooks/useDraw/shapes/HeartShape.d.ts +1 -1
  179. package/types/hooks/useDraw/shapes/HeartShape.d.ts.map +1 -1
  180. package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts +1 -1
  181. package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts.map +1 -1
  182. package/types/hooks/useDraw/shapes/LineShape.d.ts +1 -1
  183. package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -1
  184. package/types/hooks/useDraw/shapes/PointsShape.d.ts +1 -1
  185. package/types/hooks/useDraw/shapes/PointsShape.d.ts.map +1 -1
  186. package/types/hooks/useDraw/shapes/RabbitShape.d.ts +1 -1
  187. package/types/hooks/useDraw/shapes/RabbitShape.d.ts.map +1 -1
  188. package/types/hooks/useDraw/shapes/RectShape.d.ts +1 -1
  189. package/types/hooks/useDraw/shapes/RectShape.d.ts.map +1 -1
  190. package/types/hooks/useDraw/shapes/RingShape.d.ts +1 -1
  191. package/types/hooks/useDraw/shapes/RingShape.d.ts.map +1 -1
  192. package/types/hooks/useDraw/shapes/StarShape.d.ts +1 -1
  193. package/types/hooks/useDraw/shapes/StarShape.d.ts.map +1 -1
  194. package/types/hooks/useDraw/shapes/TextShape.d.ts +1 -1
  195. package/types/hooks/useDraw/shapes/TextShape.d.ts.map +1 -1
  196. package/types/hooks/vue/index.d.ts +3 -0
  197. package/types/hooks/vue/index.d.ts.map +1 -0
  198. package/types/hooks/vue/useAppState.d.ts +13 -0
  199. package/types/hooks/vue/useAppState.d.ts.map +1 -0
  200. package/types/hooks/vue/useVueControllableState.d.ts +11 -0
  201. package/types/hooks/vue/useVueControllableState.d.ts.map +1 -0
  202. package/types/hooks/wxmini/createWxMiniControllableState.d.ts +12 -0
  203. package/types/hooks/wxmini/createWxMiniControllableState.d.ts.map +1 -0
  204. package/types/index.d.ts +6 -3
  205. package/types/index.d.ts.map +1 -1
  206. package/types/math/Shape.d.ts +4 -4
  207. package/types/math/Shape.d.ts.map +1 -1
  208. package/types/math/line/Arc.d.ts +2 -2
  209. package/types/math/line/Arc.d.ts.map +1 -1
  210. package/types/math/line/CubicBezier.d.ts +2 -2
  211. package/types/math/line/CubicBezier.d.ts.map +1 -1
  212. package/types/math/line/L.d.ts +2 -2
  213. package/types/math/line/L.d.ts.map +1 -1
  214. package/types/math/line/PathD.d.ts +6 -6
  215. package/types/math/line/PathD.d.ts.map +1 -1
  216. package/types/math/line/QuadraticBezier.d.ts +2 -2
  217. package/types/math/line/QuadraticBezier.d.ts.map +1 -1
  218. package/types/math/shapes/Light3D.d.ts +2 -2
  219. package/types/math/shapes/Light3D.d.ts.map +1 -1
  220. package/types/math/shapes/Point3D.d.ts +2 -2
  221. package/types/math/shapes/Point3D.d.ts.map +1 -1
  222. package/types/math/shapes/Point3Ds.d.ts +2 -2
  223. package/types/math/shapes/Point3Ds.d.ts.map +1 -1
  224. package/types/motion.d.ts +7 -0
  225. package/types/motion.d.ts.map +1 -0
  226. package/types/{hooks/useServiceWorker.d.ts → serviceWorker.d.ts} +1 -1
  227. package/types/serviceWorker.d.ts.map +1 -0
  228. package/types/svg/SVGParse.d.ts +1 -1
  229. package/types/svg/SVGParse.d.ts.map +1 -1
  230. package/types/svg/SVGUtil.d.ts.map +1 -0
  231. package/types/svg/index.d.ts +2 -1
  232. package/types/svg/index.d.ts.map +1 -1
  233. package/types/{hooks/useTheme.d.ts → theme.d.ts} +13 -14
  234. package/types/theme.d.ts.map +1 -0
  235. package/types/Context.d.ts +0 -33
  236. package/types/Context.d.ts.map +0 -1
  237. package/types/env.d.ts +0 -23
  238. package/types/env.d.ts.map +0 -1
  239. package/types/hooks/useAttribute.d.ts.map +0 -1
  240. package/types/hooks/useCookie.d.ts.map +0 -1
  241. package/types/hooks/useCoords.d.ts +0 -6
  242. package/types/hooks/useCoords.d.ts.map +0 -1
  243. package/types/hooks/useDataset.d.ts +0 -4
  244. package/types/hooks/useDataset.d.ts.map +0 -1
  245. package/types/hooks/useDraw/svg/SVGParse.d.ts +0 -16
  246. package/types/hooks/useDraw/svg/SVGParse.d.ts.map +0 -1
  247. package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +0 -1
  248. package/types/hooks/useDraw/svg/index.d.ts +0 -4
  249. package/types/hooks/useDraw/svg/index.d.ts.map +0 -1
  250. package/types/hooks/useDraw/svg/line2c.d.ts +0 -5
  251. package/types/hooks/useDraw/svg/line2c.d.ts.map +0 -1
  252. package/types/hooks/useElement.d.ts.map +0 -1
  253. package/types/hooks/useElementEventBus.d.ts.map +0 -1
  254. package/types/hooks/useElementEvents.d.ts.map +0 -1
  255. package/types/hooks/useEventListener.d.ts.map +0 -1
  256. package/types/hooks/useFeRouteChange.d.ts.map +0 -1
  257. package/types/hooks/useIndexDB.d.ts.map +0 -1
  258. package/types/hooks/useIntersection.d.ts +0 -4
  259. package/types/hooks/useIntersection.d.ts.map +0 -1
  260. package/types/hooks/useLocalStorage.d.ts.map +0 -1
  261. package/types/hooks/useMatchMedia.d.ts +0 -3
  262. package/types/hooks/useMatchMedia.d.ts.map +0 -1
  263. package/types/hooks/useMutation.d.ts.map +0 -1
  264. package/types/hooks/useResize.d.ts +0 -9
  265. package/types/hooks/useResize.d.ts.map +0 -1
  266. package/types/hooks/useSafeArea.d.ts.map +0 -1
  267. package/types/hooks/useServiceWorker.d.ts.map +0 -1
  268. package/types/hooks/useSessionStorage.d.ts.map +0 -1
  269. package/types/hooks/useStyle.d.ts.map +0 -1
  270. package/types/hooks/useTheme.d.ts.map +0 -1
  271. package/types/hooks/useVisible.d.ts +0 -10
  272. package/types/hooks/useVisible.d.ts.map +0 -1
  273. package/types/svg/DOMSVGUtil.d.ts +0 -20
  274. package/types/svg/DOMSVGUtil.d.ts.map +0 -1
  275. /package/types/{hooks/useDraw/svg → svg}/SVGUtil.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"useEventListener.d.ts","sourceRoot":"","sources":["../../src/hooks/useEventListener.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA4C,MAAM,MAAM,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAQtE,MAAM,MAAM,QAAQ,GAAG,2BAA2B,GAChD,eAAe,GACf,mBAAmB,GACnB,gBAAgB,GAChB,2BAA2B,GAC3B,cAAc,GACd,sBAAsB,CAAC;AAGzB,KAAK,SAAS,GACV,MAAM,QAAQ,GACd,OAAO,GACP,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,qBAAqB,GACrB,gBAAgB,GAChB,iBAAiB,CAAC;AAEtB,KAAK,UAAU,GACX,UAAU,GACV,aAAa,GACb,UAAU,GACV,YAAY,GACZ,SAAS,GACT,KAAK,GACL,WAAW,GACX,OAAO,GACP,eAAe,GACf,cAAc,GACd,YAAY,GACZ,GAAG,CAAC;AAKR,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,GAAG,OAa3C;AAED,MAAM,MAAM,mBAAmB,GAC3B,WAAW,GACX,WAAW,GACX,UAAU,GACV,aAAa,GACb,iBAAiB,GACjB,GAAG,CAAC;AAER,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,EAChD,UAAU,UAAQ,GACjB,MAAM,IAAI,CAkBZ;AAGD,wBAAgB,sBAAsB,CACpC,MAAM,EAAE,mBAAmB,EAC3B,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,EAChD,UAAU,UAAQ,GACjB,MAAM,IAAI,CAYZ;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,mBAAmB,QAElE;AAED,wBAAgB,SAAS,CAAC,CAAC,SAAS,UAAU,GAAG,UAAU,EACzD,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,UAAU,UAAQ,GACjB,UAAU,CAAC,CAAC,CAAC,CAGf;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE;IAC9C,QAAQ,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,GAAG,CAAC;IAC7C,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;IAChE,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC,CAwBpB;AAGD,wBAAgB,cAAc,CAAC,CAAC,EAAE,UAAU,QAU3C;AAID,wBAAgB,eAAe,CAAC,CAAC,EAAE,UAAU,QAU5C;AAoCD,wBAAgB,WAAW,CACzB,SAAS,EAAE,SAAS,EACpB,OAAO,GACH,cAAc,GACd,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,aAAa,GACb,SAAS,GACT,eAGH,GACA,UAAU,CAqDZ;AAED,wBAAgB,aAAa,CAC3B,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,UAAU,QAclB;AAED,wBAAgB,sBAAsB,CAAC,CAAC,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,QAIzE;AAED,wBAAgB,sBAAsB,CAAC,CAAC,EAAE,UAAU,QAsBnD;AAED,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,GACnB,UAAU,CAkBZ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useFeRouteChange.d.ts","sourceRoot":"","sources":["../../src/hooks/useFeRouteChange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAKlC,OAAO,EAAS,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAErD,wBAAgB,YAAY,IAAI,UAAU,CAAC,QAAQ,CAAC,CAKnD;AAED,wBAAgB,aAAa,IAAI,UAAU,CAAC,MAAM,CAAC,CAMlD;AAED,wBAAgB,cAAc,IAAI,UAAU,CAAC,MAAM,CAAC,CAQnD;AAsDD,wBAAgB,kBAAkB,CAAC,WAAW,SAAY,GAAG,UAAU,CAAC,GAAG,CAAC,CAgB3E;AAUD,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAC;AAQ/D,wBAAgB,UAAU,CACxB,OAAO,GAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAGzD;;;;;sBA+Be,MAAM;aACf,MAAM;eACJ,MAAM;oBACD,gBAAgB;gBACpB,MAAM;;oBAyFE,MAAM,UAAU,KAAK;cAG3B,MAAM;;;;EAanB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useIndexDB.d.ts","sourceRoot":"","sources":["../../src/hooks/useIndexDB.ts"],"names":[],"mappings":"AAsBA,wBAAgB,aAAa,CAC3B,MAAM,EAAE,MAAM,EACd,SAAS,oBAAI,EACb,SAAS,EAAE,MAAM,oBAgBlB;AAED,wBAAgB,cAAc,CAC5B,EAAE,EAAE,WAAW,EACf,SAAS,EAAE,MAAM,EACjB,IAAI,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAA0B,oBAgB/D"}
@@ -1,4 +0,0 @@
1
- import { type AnyElement } from "@zyzgroup/core-common";
2
- import { Observable } from "rxjs";
3
- export declare function useIntersection$(el: AnyElement, options?: IntersectionObserverInit): Observable<IntersectionObserverEntry>;
4
- //# sourceMappingURL=useIntersection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useIntersection.d.ts","sourceRoot":"","sources":["../../src/hooks/useIntersection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGlC,wBAAgB,gBAAgB,CAC9B,EAAE,EAAE,UAAU,EACd,OAAO,GAAE,wBAGR,GACA,UAAU,CAAC,yBAAyB,CAAC,CAoCvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLocalStorage.d.ts","sourceRoot":"","sources":["../../src/hooks/useLocalStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,qBAAqB,EAC3B,MAAM,uBAAuB,CAAC;AAS/B,wBAAgB,eAAe,CAC7B,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,OAAO,CAAC,EAAE,qBAAqB;;aAmCf,GAAG;EAUpB;AAED,wBAAgB,iBAAiB,SAEhC"}
@@ -1,3 +0,0 @@
1
- import { Observable } from "rxjs";
2
- export declare function useMatchMedia$(query?: string): Observable<boolean>;
3
- //# sourceMappingURL=useMatchMedia.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useMatchMedia.d.ts","sourceRoot":"","sources":["../../src/hooks/useMatchMedia.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAQlC,wBAAgB,cAAc,CAC5B,KAAK,SAAiC,GACrC,UAAU,CAAC,OAAO,CAAC,CAOrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useMutation.d.ts","sourceRoot":"","sources":["../../src/hooks/useMutation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGxD,wBAAgB,YAAY,CAC1B,EAAE,EAAE,UAAU,GAAG,QAAQ,EACzB,OAAO,GAAE,oBAIR,GACA,UAAU,CAAC,cAAc,EAAE,CAAC,CAsB9B;AAGD,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,UAAU,GAAG,QAAQ,EAC7B,KAAK,EAAE,UAAU,GAChB,OAAO,CAAC,OAAO,CAAC,CAgBlB"}
@@ -1,9 +0,0 @@
1
- import { Observable } from "rxjs";
2
- import { type AnyElement } from "@zyzgroup/core-common";
3
- export declare function useResize(el: AnyElement, cb: (r: DOMRect) => void): Promise<() => void>;
4
- export declare function useResize$(el?: AnyElement, options?: ResizeObserverOptions): Observable<DOMRect>;
5
- export declare function useWindowResize$(): Observable<{
6
- width: number;
7
- height: number;
8
- }>;
9
- //# sourceMappingURL=useResize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useResize.d.ts","sourceRoot":"","sources":["../../src/hooks/useResize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAS,MAAM,MAAM,CAAC;AAEzC,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAMxD,wBAAsB,SAAS,CAAC,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,iBAC7C,IAAI,EAY9B;AAGD,wBAAgB,UAAU,CACxB,EAAE,GAAE,UAAqC,EACzC,OAAO,CAAC,EAAE,qBAAqB,GAC9B,UAAU,CAAC,OAAO,CAAC,CAgCrB;AAED,wBAAgB,gBAAgB,IAAI,UAAU,CAAC;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC,CAgBD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSafeArea.d.ts","sourceRoot":"","sources":["../../src/hooks/useSafeArea.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAC;AAqDlD,wBAAgB,YAAY,IAAI,UAAU,CAAC;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,CAaD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useServiceWorker.d.ts","sourceRoot":"","sources":["../../src/hooks/useServiceWorker.js"],"names":[],"mappings":"AASA,wEASC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSessionStorage.d.ts","sourceRoot":"","sources":["../../src/hooks/useSessionStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,qBAAqB,EAC3B,MAAM,uBAAuB,CAAC;AA6C/B,wBAAgB,iBAAiB,CAC/B,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,OAAO,CAAC,EAAE,qBAAqB;;aAmCf,GAAG;EAUpB;AAED,wBAAgB,mBAAmB,SAElC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useStyle.d.ts","sourceRoot":"","sources":["../../src/hooks/useStyle.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,UAAU,EAMhB,MAAM,uBAAuB,CAAC;AAqE/B,wBAAgB,QAAQ,CACtB,EAAE,EAAE,UAAU,GAAG,GAAG,EACpB,IAAI,CAAC,EAAE,MAAM,EACb,MAAM,CAAC,EAAE,MAAM,OAmBhB;AAGD,wBAAgB,QAAQ,CACtB,EAAE,EAAE,WAAW,GAAG,GAAG,EACrB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc,CAAC,EACtD,KAAK,CAAC,EAAE,MAAM,QAaf;AAED,wBAAgB,cAAc,CAC5B,EAAE,EAAE,WAAW,GAAG,GAAG,EACrB,eAAe,UAAQ,GACtB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAgCxB;AAED,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC9B,IAAI,EAAE,MAAM,GACX,MAAM,CAYR;AAED,wBAAgB,aAAa,CAC3B,EAAE,EAAE,WAAW,GAAG,GAAG,EACrB,IAAI,EAAE,MAAM,EACZ,MAAM,CAAC,EAAE,MAAM,GACd,MAAM,CA6BR;AAED,wBAAgB,cAAc,CAC5B,EAAE,EAAE,WAAW,GAAG,GAAG,EACrB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EACrC,KAAK,CAAC,EAAE,MAAM,QAoBf;AAED,wBAAgB,eAAe,CAC7B,EAAE,EAAE,WAAW,GAAG,GAAG,EACrB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,QAStC;AAYD,wBAAgB,WAAW,CACzB,mBAAmB,EAAE,MAAM,EAC3B,EAAE,CAAC,EAAE,UAAU,GAAG,MAAM,cAmCzB;AAED,cAAM,OAAO;IACJ,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;gBAET,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAMlD,QAAQ;CAGhB;AAED,cAAM,QAAQ;IACL,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,OAAO,EAAE,CAAM;gBAElB,YAAY,EAAE,MAAM;IAIzB,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;CAG3C;AAED,wBAAsB,cAAc,sBA8BnC;AAED,wBAAsB,QAAQ;;GA8B7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/hooks/useTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA0B,MAAM,MAAM,CAAC;AAO1D,eAAO,MAAM,WAAW,4BAA6B,CAAC;AACtD,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAErD,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,YAAY,CAAC;AAQpD,MAAM,MAAM,YAAY,GACpB,SAAS,GACT,QAAQ,GACR,UAAU,GACV,UAAU,GACV,UAAU,CAAC;AAEf,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAuBtD,wBAAgB,QAAQ,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,CAKpD;AAED,wBAAgB,WAAW,IAAI,SAAS,CAEvC;AAED,wBAAgB,SAAS,IAAI,UAAU,CAAC,SAAS,CAAC,CAmBjD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,SAAK,GAAG,MAAM,CAKjE;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAG3D;AAED,wBAAgB,cAAc,CAAC,YAAY,EAAE,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuFxD"}
@@ -1,10 +0,0 @@
1
- import { Observable } from "rxjs";
2
- import { type AnyElement } from "@zyzgroup/core-common";
3
- export declare function useVisibleSimple$(el: AnyElement, options?: {
4
- root?: HTMLElement;
5
- }): Observable<boolean>;
6
- export declare function useVisible$(el: AnyElement, options?: {
7
- threshold?: number;
8
- root?: HTMLElement;
9
- }): Observable<boolean>;
10
- //# sourceMappingURL=useVisible.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useVisible.d.ts","sourceRoot":"","sources":["../../src/hooks/useVisible.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAwC,MAAM,MAAM,CAAC;AACxE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAIxD,wBAAgB,iBAAiB,CAC/B,EAAE,EAAE,UAAU,EACd,OAAO,CAAC,EAAE;IAAE,IAAI,CAAC,EAAE,WAAW,CAAA;CAAE,GAC/B,UAAU,CAAC,OAAO,CAAC,CAcrB;AAED,wBAAgB,WAAW,CACzB,EAAE,EAAE,UAAU,EACd,OAAO,CAAC,EAAE;IACR,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB,GACA,UAAU,CAAC,OAAO,CAAC,CAarB"}
@@ -1,20 +0,0 @@
1
- export type TSVGParsedPathData = [command: string, ...args: number[]];
2
- export declare const SVGParsedPathArgsLength: Record<string, number>;
3
- export declare class DOMSVGUtil {
4
- static createSVGElement(tagName?: string, attrs?: Record<string, string>): SVGGeometryElement;
5
- static createSvgPath(d: string, id?: string): SVGPathElement;
6
- static downloadFromSVGElement(svgContainer: SVGElement, name?: string): void;
7
- static downloadFromSVGString(svgString: string, name?: string): void;
8
- static getSVGRawStringFromElement(el: HTMLElement): string;
9
- static isSVGPath(str: string): boolean;
10
- static SVGPathDataToD(path: TSVGParsedPathData[]): string;
11
- static parseSVGPath(path: string): TSVGParsedPathData[];
12
- static absolutizeSVGPath(path: TSVGParsedPathData[]): TSVGParsedPathData[];
13
- static relativeSVGPath(path: TSVGParsedPathData[]): TSVGParsedPathData[];
14
- static normalizeSVGPath(path: TSVGParsedPathData[]): TSVGParsedPathData[];
15
- static catmullRom2bezier(crp: number[]): TSVGParsedPathData[];
16
- static zvhToLSVGPath(path: TSVGParsedPathData[]): TSVGParsedPathData[];
17
- static longhandSVGPath(path: TSVGParsedPathData[]): TSVGParsedPathData[];
18
- }
19
- export default DOMSVGUtil;
20
- //# sourceMappingURL=DOMSVGUtil.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DOMSVGUtil.d.ts","sourceRoot":"","sources":["../../src/svg/DOMSVGUtil.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;AAEtE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAY1D,CAAC;AAYF,qBAAa,UAAU;IACrB,MAAM,CAAC,gBAAgB,CACrB,OAAO,SAAS,EAChB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAC7B,kBAAkB;IAYrB,MAAM,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,GAAG,cAAc;IAK5D,MAAM,CAAC,sBAAsB,CAAC,YAAY,EAAE,UAAU,EAAE,IAAI,SAAU;IAOtE,MAAM,CAAC,qBAAqB,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,SAAU;IAI9D,MAAM,CAAC,0BAA0B,CAAC,EAAE,EAAE,WAAW;IAQjD,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,MAAM;IAU5B,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,GAAG,MAAM;IAsBzD,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,kBAAkB,EAAE;IA8CvD,MAAM,CAAC,iBAAiB,CAAC,IAAI,EAAE,kBAAkB,EAAE,GAAG,kBAAkB,EAAE;IAwD1E,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,kBAAkB,EAAE,GAAG,kBAAkB,EAAE;IA4DxE,MAAM,CAAC,gBAAgB,CAAC,IAAI,EAAE,kBAAkB,EAAE,GAAG,kBAAkB,EAAE;IAmHzE,MAAM,CAAC,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,kBAAkB,EAAE;IAqD7D,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,kBAAkB,EAAE,GAAG,kBAAkB,EAAE;IAuCtE,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,kBAAkB,EAAE,GAAG,kBAAkB,EAAE;CA4BzE;AAED,eAAe,UAAU,CAAC"}
File without changes