@zyzgroup/core-web 0.1.90 → 0.1.93

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 (330) hide show
  1. package/dist/css/better.css +5 -0
  2. package/dist/css/font.css +108 -0
  3. package/dist/css/theme.css +85 -56
  4. package/dist/zyzgroup_core_web.iife.js +115 -36
  5. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  6. package/dist/zyzgroup_core_web.js +25535 -20837
  7. package/dist/zyzgroup_core_web.js.map +1 -1
  8. package/dist/zyzgroup_core_web.umd.cjs +115 -36
  9. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  10. package/package.json +10 -2
  11. package/types/Pagination.d.ts +1 -1
  12. package/types/Pagination.d.ts.map +1 -1
  13. package/types/WebMonitor.d.ts +6 -0
  14. package/types/WebMonitor.d.ts.map +1 -1
  15. package/types/WebSocketClient.d.ts.map +1 -1
  16. package/types/animate/Timeline.d.ts.map +1 -1
  17. package/types/animate/index.d.ts +0 -1
  18. package/types/animate/index.d.ts.map +1 -1
  19. package/types/canvas/html-in-canvas.d.ts +1 -0
  20. package/types/canvas/html-in-canvas.d.ts.map +1 -0
  21. package/types/components/SideEffectTags.d.ts +25 -0
  22. package/types/components/SideEffectTags.d.ts.map +1 -0
  23. package/types/components/angular/demoAngular.d.ts +1 -0
  24. package/types/components/angular/demoAngular.d.ts.map +1 -0
  25. package/types/components/component-core.d.ts +34 -0
  26. package/types/components/component-core.d.ts.map +1 -0
  27. package/types/components/index.d.ts +3 -0
  28. package/types/components/index.d.ts.map +1 -0
  29. package/types/components/react/CatFriends.d.ts +2 -0
  30. package/types/components/react/CatFriends.d.ts.map +1 -0
  31. package/types/components/react/DemoForm.d.ts +2 -0
  32. package/types/components/react/DemoForm.d.ts.map +1 -0
  33. package/types/components/react/ErrorBoundary.d.ts +16 -0
  34. package/types/components/react/ErrorBoundary.d.ts.map +1 -0
  35. package/types/components/react/TravelPlan.d.ts +2 -0
  36. package/types/components/react/TravelPlan.d.ts.map +1 -0
  37. package/types/components/react/VideoPlayer.d.ts +5 -0
  38. package/types/components/react/VideoPlayer.d.ts.map +1 -0
  39. package/types/components/react/demoReact.d.ts +4 -0
  40. package/types/components/react/demoReact.d.ts.map +1 -0
  41. package/types/components/react/motion/Refresh.d.ts +4 -0
  42. package/types/components/react/motion/Refresh.d.ts.map +1 -0
  43. package/types/components/react/motion/demo/AddToBasket.d.ts +12 -0
  44. package/types/components/react/motion/demo/AddToBasket.d.ts.map +1 -0
  45. package/types/components/react/motion/demo/Cursor.d.ts +4 -0
  46. package/types/components/react/motion/demo/Cursor.d.ts.map +1 -0
  47. package/types/components/react/motion/demo/LayoutAnchor.d.ts +6 -0
  48. package/types/components/react/motion/demo/LayoutAnchor.d.ts.map +1 -0
  49. package/types/components/react/motion/demo/LayoutAnimation.d.ts +2 -0
  50. package/types/components/react/motion/demo/LayoutAnimation.d.ts.map +1 -0
  51. package/types/components/react/motion/demo/LayoutGroup.d.ts +2 -0
  52. package/types/components/react/motion/demo/LayoutGroup.d.ts.map +1 -0
  53. package/types/components/react/motion/demo/MotionDemo.d.ts +2 -0
  54. package/types/components/react/motion/demo/MotionDemo.d.ts.map +1 -0
  55. package/types/components/react/motion/demo/Navigation.d.ts +2 -0
  56. package/types/components/react/motion/demo/Navigation.d.ts.map +1 -0
  57. package/types/components/react/motion/demo/Reordering.d.ts +2 -0
  58. package/types/components/react/motion/demo/Reordering.d.ts.map +1 -0
  59. package/types/components/react/motion/demo/ScrollLinked.d.ts +2 -0
  60. package/types/components/react/motion/demo/ScrollLinked.d.ts.map +1 -0
  61. package/types/components/react/motion/demo/ScrollTriggered.d.ts +2 -0
  62. package/types/components/react/motion/demo/ScrollTriggered.d.ts.map +1 -0
  63. package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts +2 -0
  64. package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts.map +1 -0
  65. package/types/components/react/motion/demo/StateAnimations.d.ts +2 -0
  66. package/types/components/react/motion/demo/StateAnimations.d.ts.map +1 -0
  67. package/types/components/react/motion/demo/UseTransform.d.ts +2 -0
  68. package/types/components/react/motion/demo/UseTransform.d.ts.map +1 -0
  69. package/types/components/react/ssr/Html.d.ts +7 -0
  70. package/types/components/react/ssr/Html.d.ts.map +1 -0
  71. package/types/components/vnode.d.ts +12 -0
  72. package/types/components/vnode.d.ts.map +1 -0
  73. package/types/components/vue/demoVue.d.ts +16 -0
  74. package/types/components/vue/demoVue.d.ts.map +1 -0
  75. package/types/{hooks/useCookie.d.ts → createCookie.d.ts} +2 -2
  76. package/types/createCookie.d.ts.map +1 -0
  77. package/types/{hooks/useIndexDB.d.ts → createIndexDB.d.ts} +1 -1
  78. package/types/createIndexDB.d.ts.map +1 -0
  79. package/types/{hooks/useLocalStorage.d.ts → createLocalStorage.d.ts} +2 -2
  80. package/types/createLocalStorage.d.ts.map +1 -0
  81. package/types/{hooks/useSessionStorage.d.ts → createSessionStorage.d.ts} +2 -2
  82. package/types/createSessionStorage.d.ts.map +1 -0
  83. package/types/{hooks/useAttribute.d.ts → dom/attribute.d.ts} +3 -3
  84. package/types/dom/attribute.d.ts.map +1 -0
  85. package/types/dom/coords.d.ts +6 -0
  86. package/types/dom/coords.d.ts.map +1 -0
  87. package/types/{hooks/useElementEventBus.d.ts → dom/createElementEventBus.d.ts} +8 -8
  88. package/types/dom/createElementEventBus.d.ts.map +1 -0
  89. package/types/{hooks/useEventListener.d.ts → dom/createEventListener.d.ts} +7 -7
  90. package/types/dom/createEventListener.d.ts.map +1 -0
  91. package/types/dom/dataset.d.ts +7 -0
  92. package/types/dom/dataset.d.ts.map +1 -0
  93. package/types/{hooks/useElement.d.ts → dom/dom.d.ts} +10 -9
  94. package/types/dom/dom.d.ts.map +1 -0
  95. package/types/{hooks/useElementEvents.d.ts → dom/elementEvents.d.ts} +25 -85
  96. package/types/dom/elementEvents.d.ts.map +1 -0
  97. package/types/{hooks/useFeRouteChange.d.ts → dom/feRouteChange.d.ts} +6 -6
  98. package/types/dom/feRouteChange.d.ts.map +1 -0
  99. package/types/dom/index.d.ts +15 -0
  100. package/types/dom/index.d.ts.map +1 -1
  101. package/types/dom/intersection.d.ts +4 -0
  102. package/types/dom/intersection.d.ts.map +1 -0
  103. package/types/dom/matchMedia.d.ts +3 -0
  104. package/types/dom/matchMedia.d.ts.map +1 -0
  105. package/types/{hooks/useMutation.d.ts → dom/mutation.d.ts} +2 -2
  106. package/types/dom/mutation.d.ts.map +1 -0
  107. package/types/dom/resize.d.ts +9 -0
  108. package/types/dom/resize.d.ts.map +1 -0
  109. package/types/{hooks/useSafeArea.d.ts → dom/safeArea.d.ts} +2 -2
  110. package/types/dom/safeArea.d.ts.map +1 -0
  111. package/types/{hooks/useStyle.d.ts → dom/style.d.ts} +1 -1
  112. package/types/dom/style.d.ts.map +1 -0
  113. package/types/dom/visible.d.ts +7 -0
  114. package/types/dom/visible.d.ts.map +1 -0
  115. package/types/file.d.ts +9 -15
  116. package/types/file.d.ts.map +1 -1
  117. package/types/hooks/alimini/createAliMiniControllableState.d.ts +12 -0
  118. package/types/hooks/alimini/createAliMiniControllableState.d.ts.map +1 -0
  119. package/types/hooks/core/index.d.ts +3 -0
  120. package/types/hooks/core/index.d.ts.map +1 -0
  121. package/types/hooks/core/reduxStore.d.ts +30 -0
  122. package/types/hooks/core/reduxStore.d.ts.map +1 -0
  123. package/types/hooks/core/stateStore.d.ts +10 -0
  124. package/types/hooks/core/stateStore.d.ts.map +1 -0
  125. package/types/hooks/index.d.ts +3 -22
  126. package/types/hooks/index.d.ts.map +1 -1
  127. package/types/hooks/react/index.d.ts +5 -0
  128. package/types/hooks/react/index.d.ts.map +1 -0
  129. package/types/hooks/react/useAnimationLoop.d.ts +2 -0
  130. package/types/hooks/react/useAnimationLoop.d.ts.map +1 -0
  131. package/types/hooks/react/useAppState.d.ts +15 -0
  132. package/types/hooks/react/useAppState.d.ts.map +1 -0
  133. package/types/hooks/react/useDelayedValue.d.ts +2 -0
  134. package/types/hooks/react/useDelayedValue.d.ts.map +1 -0
  135. package/types/hooks/react/useDimensions.d.ts +5 -0
  136. package/types/hooks/react/useDimensions.d.ts.map +1 -0
  137. package/types/hooks/react/useDoublePress.d.ts +3 -0
  138. package/types/hooks/react/useDoublePress.d.ts.map +1 -0
  139. package/types/hooks/react/useFadeIn.d.ts +3 -0
  140. package/types/hooks/react/useFadeIn.d.ts.map +1 -0
  141. package/types/hooks/react/useFetch.d.ts +2 -0
  142. package/types/hooks/react/useFetch.d.ts.map +1 -0
  143. package/types/hooks/react/useFormInput.d.ts +5 -0
  144. package/types/hooks/react/useFormInput.d.ts.map +1 -0
  145. package/types/hooks/react/useImmer.d.ts +9 -0
  146. package/types/hooks/react/useImmer.d.ts.map +1 -0
  147. package/types/hooks/react/useMailbox.d.ts +4 -0
  148. package/types/hooks/react/useMailbox.d.ts.map +1 -0
  149. package/types/hooks/react/useMinDisplayTime.d.ts +2 -0
  150. package/types/hooks/react/useMinDisplayTime.d.ts.map +1 -0
  151. package/types/hooks/react/useOnlineStatus.d.ts +2 -0
  152. package/types/hooks/react/useOnlineStatus.d.ts.map +1 -0
  153. package/types/hooks/react/usePointerPosition.d.ts +5 -0
  154. package/types/hooks/react/usePointerPosition.d.ts.map +1 -0
  155. package/types/hooks/react/useProgressBar.d.ts +1 -0
  156. package/types/hooks/react/useProgressBar.d.ts.map +1 -0
  157. package/types/hooks/react/useQuery.d.ts +12 -0
  158. package/types/hooks/react/useQuery.d.ts.map +1 -0
  159. package/types/hooks/react/useReactControllableState.d.ts +10 -0
  160. package/types/hooks/react/useReactControllableState.d.ts.map +1 -0
  161. package/types/hooks/react/useTimeout.d.ts +2 -0
  162. package/types/hooks/react/useTimeout.d.ts.map +1 -0
  163. package/types/hooks/react/useTimer.d.ts +2 -0
  164. package/types/hooks/react/useTimer.d.ts.map +1 -0
  165. package/types/hooks/useDraw/DrawContext.d.ts +3 -3
  166. package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
  167. package/types/hooks/useDraw/Shape.d.ts +2 -2
  168. package/types/hooks/useDraw/Shape.d.ts.map +1 -1
  169. package/types/hooks/useDraw/line/Arc.d.ts +1 -1
  170. package/types/hooks/useDraw/line/Arc.d.ts.map +1 -1
  171. package/types/hooks/useDraw/line/CubicBezier.d.ts +1 -1
  172. package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -1
  173. package/types/hooks/useDraw/line/L.d.ts +1 -1
  174. package/types/hooks/useDraw/line/L.d.ts.map +1 -1
  175. package/types/hooks/useDraw/line/PathD.d.ts +1 -1
  176. package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
  177. package/types/hooks/useDraw/line/QuadraticBezier.d.ts +1 -1
  178. package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -1
  179. package/types/hooks/useDraw/shapes/ArrowShape.d.ts +1 -1
  180. package/types/hooks/useDraw/shapes/ArrowShape.d.ts.map +1 -1
  181. package/types/hooks/useDraw/shapes/BallShape.d.ts +1 -1
  182. package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -1
  183. package/types/hooks/useDraw/shapes/ConfettiShapeCombo.d.ts.map +1 -1
  184. package/types/hooks/useDraw/shapes/CurveShape.d.ts +1 -1
  185. package/types/hooks/useDraw/shapes/CurveShape.d.ts.map +1 -1
  186. package/types/hooks/useDraw/shapes/EllipseShape.d.ts +1 -1
  187. package/types/hooks/useDraw/shapes/EllipseShape.d.ts.map +1 -1
  188. package/types/hooks/useDraw/shapes/FoxShape.d.ts +1 -1
  189. package/types/hooks/useDraw/shapes/FoxShape.d.ts.map +1 -1
  190. package/types/hooks/useDraw/shapes/HeartShape.d.ts +1 -1
  191. package/types/hooks/useDraw/shapes/HeartShape.d.ts.map +1 -1
  192. package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts +1 -1
  193. package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts.map +1 -1
  194. package/types/hooks/useDraw/shapes/LineShape.d.ts +1 -1
  195. package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -1
  196. package/types/hooks/useDraw/shapes/PointsShape.d.ts +1 -1
  197. package/types/hooks/useDraw/shapes/PointsShape.d.ts.map +1 -1
  198. package/types/hooks/useDraw/shapes/RabbitShape.d.ts +1 -1
  199. package/types/hooks/useDraw/shapes/RabbitShape.d.ts.map +1 -1
  200. package/types/hooks/useDraw/shapes/RectShape.d.ts +1 -1
  201. package/types/hooks/useDraw/shapes/RectShape.d.ts.map +1 -1
  202. package/types/hooks/useDraw/shapes/RingShape.d.ts +1 -1
  203. package/types/hooks/useDraw/shapes/RingShape.d.ts.map +1 -1
  204. package/types/hooks/useDraw/shapes/StarShape.d.ts +1 -1
  205. package/types/hooks/useDraw/shapes/StarShape.d.ts.map +1 -1
  206. package/types/hooks/useDraw/shapes/TextShape.d.ts +1 -1
  207. package/types/hooks/useDraw/shapes/TextShape.d.ts.map +1 -1
  208. package/types/hooks/useLocale/useLocale.d.ts +2 -2
  209. package/types/hooks/useLocale/useLocale.d.ts.map +1 -1
  210. package/types/hooks/vue/index.d.ts +3 -0
  211. package/types/hooks/vue/index.d.ts.map +1 -0
  212. package/types/hooks/vue/useAppState.d.ts +13 -0
  213. package/types/hooks/vue/useAppState.d.ts.map +1 -0
  214. package/types/hooks/vue/useVueControllableState.d.ts +11 -0
  215. package/types/hooks/vue/useVueControllableState.d.ts.map +1 -0
  216. package/types/hooks/wxmini/createWxMiniControllableState.d.ts +12 -0
  217. package/types/hooks/wxmini/createWxMiniControllableState.d.ts.map +1 -0
  218. package/types/index.d.ts +7 -8
  219. package/types/index.d.ts.map +1 -1
  220. package/types/math/BufferAttribute.d.ts +0 -71
  221. package/types/math/BufferAttribute.d.ts.map +1 -1
  222. package/types/math/Euler.d.ts +0 -32
  223. package/types/math/Euler.d.ts.map +1 -1
  224. package/types/math/Matrix.d.ts +0 -6
  225. package/types/math/Matrix.d.ts.map +1 -1
  226. package/types/math/Quaternion.d.ts +0 -51
  227. package/types/math/Quaternion.d.ts.map +1 -1
  228. package/types/math/Shape.d.ts +5 -4
  229. package/types/math/Shape.d.ts.map +1 -1
  230. package/types/math/Vector.d.ts +0 -11
  231. package/types/math/Vector.d.ts.map +1 -1
  232. package/types/math/core/Box3.d.ts +0 -45
  233. package/types/math/core/Box3.d.ts.map +1 -1
  234. package/types/math/core/Frustum.d.ts +0 -22
  235. package/types/math/core/Frustum.d.ts.map +1 -1
  236. package/types/math/core/Object3D.d.ts +0 -95
  237. package/types/math/core/Object3D.d.ts.map +1 -1
  238. package/types/math/core/Plane.d.ts +0 -30
  239. package/types/math/core/Plane.d.ts.map +1 -1
  240. package/types/math/core/Ray.d.ts +0 -31
  241. package/types/math/core/Ray.d.ts.map +1 -1
  242. package/types/math/core/Sphere.d.ts +0 -28
  243. package/types/math/core/Sphere.d.ts.map +1 -1
  244. package/types/math/core/Triangle.d.ts +0 -33
  245. package/types/math/core/Triangle.d.ts.map +1 -1
  246. package/types/math/index.d.ts +0 -1
  247. package/types/math/index.d.ts.map +1 -1
  248. package/types/math/line/Arc.d.ts +2 -2
  249. package/types/math/line/Arc.d.ts.map +1 -1
  250. package/types/math/line/CubicBezier.d.ts +2 -2
  251. package/types/math/line/CubicBezier.d.ts.map +1 -1
  252. package/types/math/line/L.d.ts +2 -2
  253. package/types/math/line/L.d.ts.map +1 -1
  254. package/types/math/line/PathD.d.ts +6 -6
  255. package/types/math/line/PathD.d.ts.map +1 -1
  256. package/types/math/line/QuadraticBezier.d.ts +2 -2
  257. package/types/math/line/QuadraticBezier.d.ts.map +1 -1
  258. package/types/math/shapes/Light3D.d.ts +2 -2
  259. package/types/math/shapes/Light3D.d.ts.map +1 -1
  260. package/types/math/shapes/Point3D.d.ts +2 -2
  261. package/types/math/shapes/Point3D.d.ts.map +1 -1
  262. package/types/math/shapes/Point3Ds.d.ts +2 -2
  263. package/types/math/shapes/Point3Ds.d.ts.map +1 -1
  264. package/types/motion.d.ts +7 -0
  265. package/types/motion.d.ts.map +1 -0
  266. package/types/{hooks/useServiceWorker.d.ts → serviceWorker.d.ts} +1 -1
  267. package/types/serviceWorker.d.ts.map +1 -0
  268. package/types/svg/SVGParse.d.ts +1 -1
  269. package/types/svg/SVGParse.d.ts.map +1 -1
  270. package/types/svg/SVGUtil.d.ts.map +1 -0
  271. package/types/svg/index.d.ts +2 -1
  272. package/types/svg/index.d.ts.map +1 -1
  273. package/types/theme.d.ts +57 -0
  274. package/types/theme.d.ts.map +1 -0
  275. package/types/Context.d.ts +0 -36
  276. package/types/Context.d.ts.map +0 -1
  277. package/types/MVVM.d.ts +0 -12
  278. package/types/MVVM.d.ts.map +0 -1
  279. package/types/animate/schedule.d.ts +0 -15
  280. package/types/animate/schedule.d.ts.map +0 -1
  281. package/types/color.d.ts +0 -111
  282. package/types/color.d.ts.map +0 -1
  283. package/types/env.d.ts +0 -23
  284. package/types/env.d.ts.map +0 -1
  285. package/types/hooks/useAttribute.d.ts.map +0 -1
  286. package/types/hooks/useCookie.d.ts.map +0 -1
  287. package/types/hooks/useCoords.d.ts +0 -6
  288. package/types/hooks/useCoords.d.ts.map +0 -1
  289. package/types/hooks/useDataset.d.ts +0 -4
  290. package/types/hooks/useDataset.d.ts.map +0 -1
  291. package/types/hooks/useDraw/svg/SVGParse.d.ts +0 -16
  292. package/types/hooks/useDraw/svg/SVGParse.d.ts.map +0 -1
  293. package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +0 -1
  294. package/types/hooks/useDraw/svg/index.d.ts +0 -4
  295. package/types/hooks/useDraw/svg/index.d.ts.map +0 -1
  296. package/types/hooks/useDraw/svg/line2c.d.ts +0 -5
  297. package/types/hooks/useDraw/svg/line2c.d.ts.map +0 -1
  298. package/types/hooks/useElement.d.ts.map +0 -1
  299. package/types/hooks/useElementEventBus.d.ts.map +0 -1
  300. package/types/hooks/useElementEvents.d.ts.map +0 -1
  301. package/types/hooks/useEventListener.d.ts.map +0 -1
  302. package/types/hooks/useFeRouteChange.d.ts.map +0 -1
  303. package/types/hooks/useFetch.d.ts +0 -14
  304. package/types/hooks/useFetch.d.ts.map +0 -1
  305. package/types/hooks/useIndexDB.d.ts.map +0 -1
  306. package/types/hooks/useIntersection.d.ts +0 -4
  307. package/types/hooks/useIntersection.d.ts.map +0 -1
  308. package/types/hooks/useLocalStorage.d.ts.map +0 -1
  309. package/types/hooks/useMatchMedia.d.ts +0 -3
  310. package/types/hooks/useMatchMedia.d.ts.map +0 -1
  311. package/types/hooks/useMutation.d.ts.map +0 -1
  312. package/types/hooks/useResize.d.ts +0 -9
  313. package/types/hooks/useResize.d.ts.map +0 -1
  314. package/types/hooks/useSafeArea.d.ts.map +0 -1
  315. package/types/hooks/useServiceWorker.d.ts.map +0 -1
  316. package/types/hooks/useSessionStorage.d.ts.map +0 -1
  317. package/types/hooks/useStyle.d.ts.map +0 -1
  318. package/types/hooks/useTheme.d.ts +0 -9
  319. package/types/hooks/useTheme.d.ts.map +0 -1
  320. package/types/hooks/useVisible.d.ts +0 -10
  321. package/types/hooks/useVisible.d.ts.map +0 -1
  322. package/types/hooks/useVnode.d.ts +0 -7
  323. package/types/hooks/useVnode.d.ts.map +0 -1
  324. package/types/signature.d.ts +0 -30
  325. package/types/signature.d.ts.map +0 -1
  326. package/types/svg/DOMSVGUtil.d.ts +0 -20
  327. package/types/svg/DOMSVGUtil.d.ts.map +0 -1
  328. package/types/vnode.d.ts +0 -18
  329. package/types/vnode.d.ts.map +0 -1
  330. /package/types/{hooks/useDraw/svg → svg}/SVGUtil.d.ts +0 -0
@@ -1,30 +0,0 @@
1
- import { AlgorithmEnum } from "@zyzgroup/core-common";
2
- export declare function signature(text: string, algorithm?: AlgorithmEnum): Promise<string>;
3
- export declare function objectSignature(obj: any, algorithm?: AlgorithmEnum): Promise<string>;
4
- export declare function encrypt(data: string, algorithm?: AlgorithmEnum): Promise<{
5
- algorithm: string;
6
- iv: Uint8Array;
7
- key: CryptoKey;
8
- encryptedData: ArrayBuffer;
9
- }>;
10
- export declare function decrypt(options: {
11
- algorithm: AlgorithmEnum;
12
- iv: Uint8Array;
13
- key: CryptoKey;
14
- encryptedData: ArrayBuffer;
15
- }): Promise<string>;
16
- export declare function signEncrypt(data: Record<string, any>, algorithm?: AlgorithmEnum, hash?: string): Promise<{
17
- algorithm: string;
18
- hash: string;
19
- publicKey: CryptoKey;
20
- signature: ArrayBuffer;
21
- encodedData: Uint8Array;
22
- }>;
23
- export declare function verifyDecrypt(options: {
24
- algorithm: AlgorithmEnum;
25
- hash: string;
26
- publicKey: CryptoKey;
27
- signature: ArrayBuffer;
28
- encodedData: Uint8Array;
29
- }): Promise<boolean>;
30
- //# sourceMappingURL=signature.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"signature.d.ts","sourceRoot":"","sources":["../src/signature.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,aAAa,EAEd,MAAM,uBAAuB,CAAC;AAI/B,wBAAsB,SAAS,CAC7B,IAAI,EAAE,MAAM,EACZ,SAAS,gBAAuB,GAC/B,OAAO,CAAC,MAAM,CAAC,CASjB;AAED,wBAAsB,eAAe,CACnC,GAAG,EAAE,GAAG,EACR,SAAS,gBAAuB,GAC/B,OAAO,CAAC,MAAM,CAAC,CAEjB;AAED,wBAAsB,OAAO,CAC3B,IAAI,EAAE,MAAM,EACZ,SAAS,gBAAuB,GAC/B,OAAO,CAAC;IACT,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,UAAU,CAAC;IACf,GAAG,EAAE,SAAS,CAAC;IACf,aAAa,EAAE,WAAW,CAAC;CAC5B,CAAC,CAgBD;AAED,wBAAsB,OAAO,CAAC,OAAO,EAAE;IACrC,SAAS,EAAE,aAAa,CAAC;IACzB,EAAE,EAAE,UAAU,CAAC;IACf,GAAG,EAAE,SAAS,CAAC;IACf,aAAa,EAAE,WAAW,CAAC;CAC5B,GAAG,OAAO,CAAC,MAAM,CAAC,CAalB;AAED,wBAAsB,WAAW,CAC/B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,SAAS,gBAAsB,EAC/B,IAAI,SAAY,GACf,OAAO,CAAC;IACT,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,WAAW,CAAC;IACvB,WAAW,EAAE,UAAU,CAAC;CACzB,CAAC,CA8BD;AAED,wBAAsB,aAAa,CAAC,OAAO,EAAE;IAC3C,SAAS,EAAE,aAAa,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,WAAW,CAAC;IACvB,WAAW,EAAE,UAAU,CAAC;CACzB,GAAG,OAAO,CAAC,OAAO,CAAC,CAcnB"}
@@ -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"}
package/types/vnode.d.ts DELETED
@@ -1,18 +0,0 @@
1
- import { type AnyElement } from "@zyzgroup/core-common";
2
- export interface VNode {
3
- name: string;
4
- tag: string;
5
- props: {
6
- [index: string]: any;
7
- };
8
- children: string | VNode[];
9
- el?: AnyElement;
10
- alternate?: VNode;
11
- }
12
- export declare function h(tag: string, props?: {
13
- [index: string]: any;
14
- }, children?: string | VNode[], el?: AnyElement): VNode;
15
- export declare function hFromEl(el: AnyElement): VNode;
16
- export declare function mount(vnode: VNode, parentContainer?: AnyElement): AnyElement;
17
- export declare function patch(oldVnode: VNode, newVnode: VNode): void;
18
- //# sourceMappingURL=vnode.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vnode.d.ts","sourceRoot":"","sources":["../src/vnode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAUxD,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE;QAAE,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAChC,QAAQ,EAAE,MAAM,GAAG,KAAK,EAAE,CAAC;IAE3B,EAAE,CAAC,EAAE,UAAU,CAAC;IAEhB,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB;AAKD,wBAAgB,CAAC,CACf,GAAG,EAAE,MAAM,EACX,KAAK,GAAE;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAA;CAAO,EACpC,QAAQ,GAAE,MAAM,GAAG,KAAK,EAAO,EAC/B,EAAE,CAAC,EAAE,UAAU,GACd,KAAK,CAQP;AAGD,wBAAgB,OAAO,CAAC,EAAE,EAAE,UAAU,GAAG,KAAK,CAO7C;AAGD,wBAAgB,KAAK,CACnB,KAAK,EAAE,KAAK,EACZ,eAAe,GAAE,UAAqC,GACrD,UAAU,CA+BZ;AAGD,wBAAgB,KAAK,CAAC,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,GAAG,IAAI,CA+E5D"}
File without changes