@zyzgroup/core-web 0.0.62 → 0.0.64

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 (211) hide show
  1. package/dist/animate_ce.css +15 -0
  2. package/dist/better.css +11 -9
  3. package/dist/effects.css +20 -0
  4. package/dist/theme.css +4 -4
  5. package/dist/zyzgroup_core_web.iife.js +20 -24
  6. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  7. package/dist/zyzgroup_core_web.js +9333 -15375
  8. package/dist/zyzgroup_core_web.js.map +1 -1
  9. package/dist/zyzgroup_core_web.umd.cjs +20 -24
  10. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  11. package/package.json +1 -1
  12. package/types/animate/AnimateOperation.d.ts +35 -30
  13. package/types/animate/AnimateOperation.d.ts.map +1 -1
  14. package/types/animate/animateInWeb.d.ts +1 -0
  15. package/types/animate/animateInWeb.d.ts.map +1 -1
  16. package/types/canvas/Canvas.d.ts +35 -0
  17. package/types/canvas/Canvas.d.ts.map +1 -0
  18. package/types/canvas/CanvasOperation.d.ts +17 -8
  19. package/types/canvas/CanvasOperation.d.ts.map +1 -1
  20. package/types/canvas/index.d.ts +1 -0
  21. package/types/canvas/index.d.ts.map +1 -1
  22. package/types/dom/DOMEventBus.d.ts +41 -19
  23. package/types/dom/DOMEventBus.d.ts.map +1 -1
  24. package/types/dom/DOMParse.d.ts +28 -0
  25. package/types/dom/DOMParse.d.ts.map +1 -0
  26. package/types/dom/DOMUtil.d.ts +57 -12
  27. package/types/dom/DOMUtil.d.ts.map +1 -1
  28. package/types/dom/index.d.ts +2 -5
  29. package/types/dom/index.d.ts.map +1 -1
  30. package/types/env.d.ts +1 -0
  31. package/types/env.d.ts.map +1 -1
  32. package/types/fetch.d.ts +1 -0
  33. package/types/fetch.d.ts.map +1 -1
  34. package/types/file.d.ts.map +1 -1
  35. package/types/{UPNG.d.ts → image/UPNG.d.ts} +1 -1
  36. package/types/image/UPNG.d.ts.map +1 -0
  37. package/types/image/image-gif.d.ts.map +1 -0
  38. package/types/{image.d.ts → image/image.d.ts} +5 -1
  39. package/types/image/image.d.ts.map +1 -0
  40. package/types/image/index.d.ts +4 -0
  41. package/types/image/index.d.ts.map +1 -0
  42. package/types/image/qrcode.d.ts.map +1 -0
  43. package/types/index.d.ts +2 -4
  44. package/types/index.d.ts.map +1 -1
  45. package/types/math/Arc.d.ts +24 -0
  46. package/types/math/Arc.d.ts.map +1 -0
  47. package/types/math/CubicBezier.d.ts +28 -0
  48. package/types/math/CubicBezier.d.ts.map +1 -0
  49. package/types/math/Ellipse.d.ts +18 -0
  50. package/types/math/Ellipse.d.ts.map +1 -0
  51. package/types/math/Line.d.ts +20 -0
  52. package/types/math/Line.d.ts.map +1 -0
  53. package/types/math/Matrix.d.ts +1 -1
  54. package/types/math/Matrix.d.ts.map +1 -1
  55. package/types/{shape → math}/PathGroup.d.ts +18 -25
  56. package/types/math/PathGroup.d.ts.map +1 -0
  57. package/types/math/Point.d.ts +27 -0
  58. package/types/math/Point.d.ts.map +1 -0
  59. package/types/math/Points.d.ts +23 -0
  60. package/types/math/Points.d.ts.map +1 -0
  61. package/types/math/QuadraticBezier.d.ts +22 -0
  62. package/types/math/QuadraticBezier.d.ts.map +1 -0
  63. package/types/math/Rect.d.ts +29 -0
  64. package/types/math/Rect.d.ts.map +1 -0
  65. package/types/math/Shape.d.ts +68 -0
  66. package/types/math/Shape.d.ts.map +1 -0
  67. package/types/math/ShapeFromSVG.d.ts +30 -0
  68. package/types/math/ShapeFromSVG.d.ts.map +1 -0
  69. package/types/math/index.d.ts +13 -1
  70. package/types/math/index.d.ts.map +1 -1
  71. package/types/math/math.d.ts +3 -2
  72. package/types/math/math.d.ts.map +1 -1
  73. package/types/math/shapes/Arrow.d.ts +10 -0
  74. package/types/math/shapes/Arrow.d.ts.map +1 -0
  75. package/types/math/shapes/Fox.d.ts +10 -0
  76. package/types/math/shapes/Fox.d.ts.map +1 -0
  77. package/types/math/shapes/index.d.ts +3 -0
  78. package/types/math/shapes/index.d.ts.map +1 -0
  79. package/types/position.d.ts +37 -13
  80. package/types/position.d.ts.map +1 -1
  81. package/types/{shape/shapes → shapes}/ShapeArmyAnts.d.ts +1 -1
  82. package/types/shapes/ShapeArmyAnts.d.ts.map +1 -0
  83. package/types/{shape/shapes → shapes}/ShapeBase.d.ts +2 -2
  84. package/types/shapes/ShapeBase.d.ts.map +1 -0
  85. package/types/shapes/ShapeHeart.d.ts +15 -0
  86. package/types/shapes/ShapeHeart.d.ts.map +1 -0
  87. package/types/shapes/ShapeLight.d.ts.map +1 -0
  88. package/types/shapes/ShapePoint3d.d.ts.map +1 -0
  89. package/types/{shape/shapes → shapes}/ShapeRabbit.d.ts +1 -1
  90. package/types/shapes/ShapeRabbit.d.ts.map +1 -0
  91. package/types/{shape/shapes → shapes}/ShapeShip.d.ts +1 -1
  92. package/types/shapes/ShapeShip.d.ts.map +1 -0
  93. package/types/{shape/shapes → shapes}/ShapeSlider.d.ts +1 -1
  94. package/types/shapes/ShapeSlider.d.ts.map +1 -0
  95. package/types/{shape/shapes → shapes}/ShapeSpirograph.d.ts +1 -1
  96. package/types/shapes/ShapeSpirograph.d.ts.map +1 -0
  97. package/types/{shape/shapes → shapes}/ShapeStar.d.ts +1 -1
  98. package/types/shapes/ShapeStar.d.ts.map +1 -0
  99. package/types/{shape/shapes → shapes}/ShapeTiger.d.ts +1 -1
  100. package/types/shapes/ShapeTiger.d.ts.map +1 -0
  101. package/types/{shape/shapes → shapes}/ShapeTree.d.ts +1 -1
  102. package/types/shapes/ShapeTree.d.ts.map +1 -0
  103. package/types/{shape/shapes → shapes}/ShapeTriangle.d.ts +1 -1
  104. package/types/shapes/ShapeTriangle.d.ts.map +1 -0
  105. package/types/{shape/shapes → shapes}/ShapeTriangleLight.d.ts +1 -1
  106. package/types/shapes/ShapeTriangleLight.d.ts.map +1 -0
  107. package/types/{shape/shapes → shapes}/index.d.ts +1 -7
  108. package/types/shapes/index.d.ts.map +1 -0
  109. package/types/svg/DOMSVGUtil.d.ts +61 -0
  110. package/types/svg/DOMSVGUtil.d.ts.map +1 -0
  111. package/types/svg/SVGParse.d.ts +16 -0
  112. package/types/svg/SVGParse.d.ts.map +1 -0
  113. package/types/svg/YZRaphael.d.ts +1 -0
  114. package/types/svg/YZRaphael.d.ts.map +1 -0
  115. package/types/svg/index.d.ts +2 -2
  116. package/types/svg/index.d.ts.map +1 -1
  117. package/types/svg/lib/point-in-path.d.ts.map +1 -1
  118. package/types/svg/line2c.d.ts +4 -0
  119. package/types/svg/line2c.d.ts.map +1 -0
  120. package/types/theme.d.ts +35 -11
  121. package/types/theme.d.ts.map +1 -1
  122. package/dist/example.css +0 -41
  123. package/types/UPNG.d.ts.map +0 -1
  124. package/types/dom/DOMDetect.d.ts +0 -19
  125. package/types/dom/DOMDetect.d.ts.map +0 -1
  126. package/types/dom/DOMEvent.d.ts +0 -7
  127. package/types/dom/DOMEvent.d.ts.map +0 -1
  128. package/types/dom/DOMMedia.d.ts +0 -8
  129. package/types/dom/DOMMedia.d.ts.map +0 -1
  130. package/types/dom/DOMQuery.d.ts +0 -82
  131. package/types/dom/DOMQuery.d.ts.map +0 -1
  132. package/types/dom/DOMScroll.d.ts +0 -11
  133. package/types/dom/DOMScroll.d.ts.map +0 -1
  134. package/types/image-gif.d.ts.map +0 -1
  135. package/types/image.d.ts.map +0 -1
  136. package/types/qrcode.d.ts.map +0 -1
  137. package/types/shape/Arc.d.ts +0 -22
  138. package/types/shape/Arc.d.ts.map +0 -1
  139. package/types/shape/CubicBezier.d.ts +0 -18
  140. package/types/shape/CubicBezier.d.ts.map +0 -1
  141. package/types/shape/Line.d.ts +0 -13
  142. package/types/shape/Line.d.ts.map +0 -1
  143. package/types/shape/PathGroup.d.ts.map +0 -1
  144. package/types/shape/Point.d.ts +0 -25
  145. package/types/shape/Point.d.ts.map +0 -1
  146. package/types/shape/Polygon.d.ts +0 -20
  147. package/types/shape/Polygon.d.ts.map +0 -1
  148. package/types/shape/QuadraticBezier.d.ts +0 -16
  149. package/types/shape/QuadraticBezier.d.ts.map +0 -1
  150. package/types/shape/Rect.d.ts +0 -18
  151. package/types/shape/Rect.d.ts.map +0 -1
  152. package/types/shape/SportBase.d.ts +0 -49
  153. package/types/shape/SportBase.d.ts.map +0 -1
  154. package/types/shape/YZRaphael.d.ts +0 -4
  155. package/types/shape/YZRaphael.d.ts.map +0 -1
  156. package/types/shape/index.d.ts +0 -7
  157. package/types/shape/index.d.ts.map +0 -1
  158. package/types/shape/shapes/ShapeArmyAnts.d.ts.map +0 -1
  159. package/types/shape/shapes/ShapeArrow.d.ts +0 -8
  160. package/types/shape/shapes/ShapeArrow.d.ts.map +0 -1
  161. package/types/shape/shapes/ShapeBall.d.ts +0 -9
  162. package/types/shape/shapes/ShapeBall.d.ts.map +0 -1
  163. package/types/shape/shapes/ShapeBase.d.ts.map +0 -1
  164. package/types/shape/shapes/ShapeFox.d.ts +0 -8
  165. package/types/shape/shapes/ShapeFox.d.ts.map +0 -1
  166. package/types/shape/shapes/ShapeLight.d.ts.map +0 -1
  167. package/types/shape/shapes/ShapeLine.d.ts +0 -32
  168. package/types/shape/shapes/ShapeLine.d.ts.map +0 -1
  169. package/types/shape/shapes/ShapePoint3d.d.ts.map +0 -1
  170. package/types/shape/shapes/ShapeRabbit.d.ts.map +0 -1
  171. package/types/shape/shapes/ShapeRect.d.ts +0 -18
  172. package/types/shape/shapes/ShapeRect.d.ts.map +0 -1
  173. package/types/shape/shapes/ShapeSegment.d.ts +0 -19
  174. package/types/shape/shapes/ShapeSegment.d.ts.map +0 -1
  175. package/types/shape/shapes/ShapeShip.d.ts.map +0 -1
  176. package/types/shape/shapes/ShapeSlider.d.ts.map +0 -1
  177. package/types/shape/shapes/ShapeSmileFace.d.ts +0 -6
  178. package/types/shape/shapes/ShapeSmileFace.d.ts.map +0 -1
  179. package/types/shape/shapes/ShapeSpirograph.d.ts.map +0 -1
  180. package/types/shape/shapes/ShapeStar.d.ts.map +0 -1
  181. package/types/shape/shapes/ShapeTiger.d.ts.map +0 -1
  182. package/types/shape/shapes/ShapeTree.d.ts.map +0 -1
  183. package/types/shape/shapes/ShapeTriangle.d.ts.map +0 -1
  184. package/types/shape/shapes/ShapeTriangleLight.d.ts.map +0 -1
  185. package/types/shape/shapes/index.d.ts.map +0 -1
  186. package/types/svg/SVGOperation.d.ts +0 -75
  187. package/types/svg/SVGOperation.d.ts.map +0 -1
  188. package/types/svg/lib/a2c.d.ts +0 -3
  189. package/types/svg/lib/a2c.d.ts.map +0 -1
  190. package/types/svg/lib/abs-svg-path.d.ts +0 -3
  191. package/types/svg/lib/abs-svg-path.d.ts.map +0 -1
  192. package/types/svg/lib/index.d.ts +0 -8
  193. package/types/svg/lib/index.d.ts.map +0 -1
  194. package/types/svg/lib/is-svg-path.d.ts +0 -3
  195. package/types/svg/lib/is-svg-path.d.ts.map +0 -1
  196. package/types/svg/lib/normalize-svg-path.d.ts +0 -3
  197. package/types/svg/lib/normalize-svg-path.d.ts.map +0 -1
  198. package/types/svg/lib/parse-svg-path.d.ts +0 -3
  199. package/types/svg/lib/parse-svg-path.d.ts.map +0 -1
  200. package/types/svg/lib/point-at-length.d.ts +0 -13
  201. package/types/svg/lib/point-at-length.d.ts.map +0 -1
  202. package/types/svg/lib/point-svg-path.d.ts +0 -12
  203. package/types/svg/lib/point-svg-path.d.ts.map +0 -1
  204. package/types/svg/lib/rel-svg-path.d.ts +0 -3
  205. package/types/svg/lib/rel-svg-path.d.ts.map +0 -1
  206. package/types/svg/rappar.d.ts +0 -3
  207. package/types/svg/rappar.d.ts.map +0 -1
  208. /package/types/{image-gif.d.ts → image/image-gif.d.ts} +0 -0
  209. /package/types/{qrcode.d.ts → image/qrcode.d.ts} +0 -0
  210. /package/types/{shape/shapes → shapes}/ShapeLight.d.ts +0 -0
  211. /package/types/{shape/shapes → shapes}/ShapePoint3d.d.ts +0 -0
@@ -1,75 +0,0 @@
1
- import { RaphaelPaper, RaphaelPath } from "raphael";
2
- import PathGroup from "../shape/PathGroup";
3
- import { CanvasOperation } from "../canvas/CanvasOperation";
4
- export type TShapeAttrs = Partial<{
5
- fill: string;
6
- "fill-opacity": number;
7
- opacity: number;
8
- stroke: string;
9
- "stroke-linecap": "butt" | "round" | "square";
10
- "stroke-linejoin": "arcs" | "bevel" | "miter" | "miter-clip" | "round";
11
- "stroke-miterlimit": number;
12
- "stroke-opacity": number;
13
- "stroke-width": number;
14
- "text-anchor": "start" | "middle" | "end";
15
- font: string;
16
- "font-family": string;
17
- "font-size": number;
18
- "font-style": number;
19
- "font-weight": number;
20
- "letter-spacing": number;
21
- width: number;
22
- height: number;
23
- x: number;
24
- y: number;
25
- r: number;
26
- rx: number;
27
- ry: number;
28
- cx: number;
29
- cy: number;
30
- class: string;
31
- id: string;
32
- name: string;
33
- cursor: string;
34
- src: string;
35
- }>;
36
- export type TPathGroupWrap = {
37
- attrs: TShapeAttrs;
38
- d?: string;
39
- pg?: PathGroup;
40
- raphaelPath?: RaphaelPath<"SVG" | "VML">;
41
- };
42
- export type TSVGParseResultItem = {
43
- type: "root" | "element" | "text";
44
- value?: string;
45
- tagName: string;
46
- properties: Partial<{
47
- id: string;
48
- class: string;
49
- style: string;
50
- width: number;
51
- height: number;
52
- d: string;
53
- type: "text/css";
54
- }>;
55
- children: TSVGParseResultItem[];
56
- };
57
- export declare class SVGOperation {
58
- pgs: TPathGroupWrap[];
59
- history: TPathGroupWrap[][];
60
- save(): void;
61
- restore(): void;
62
- get size(): number[];
63
- static fromRawSVG(svg: string): SVGOperation;
64
- static fromRawSVGUseRappar(svg: string): SVGOperation;
65
- toRaphael(el: RaphaelPaper<"SVG" | "VML"> | HTMLElement | string, clickCallback?: (pgWrap: TPathGroupWrap, reRender: () => void) => void): RaphaelPaper<"SVG" | "VML">;
66
- toCanvasOperation(el: HTMLCanvasElement | string, clickCallback?: (pgWrap: TPathGroupWrap, reRender: () => void) => void): CanvasOperation;
67
- toCanvasAttrs(context: CanvasOperation, data: TShapeAttrs): void;
68
- static toDownloadSVGElement(svgContainer: SVGElement, name?: string): void;
69
- toDownloadSVGElement(svgContainer: SVGElement, name?: string): this;
70
- static toDownloadSVGString(svgString: string, name?: string): void;
71
- toDownloadSVGString(svgString: string, name?: string): this;
72
- static getSVGDOM(el: HTMLElement): Document | null | undefined;
73
- }
74
- export default SVGOperation;
75
- //# sourceMappingURL=SVGOperation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SVGOperation.d.ts","sourceRoot":"","sources":["../../src/svg/SVGOperation.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- export function a2c(x1: any, y1: any, x2: any, y2: any, fa: any, fs: any, rx: any, ry: any, phi: any): number[][];
2
- export default a2c;
3
- //# sourceMappingURL=a2c.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"a2c.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/a2c.js"],"names":[],"mappings":"AAqIA,kHAwEC"}
@@ -1,3 +0,0 @@
1
- export function absolutize(path: any[]): any[];
2
- export default absolutize;
3
- //# sourceMappingURL=abs-svg-path.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"abs-svg-path.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/abs-svg-path.js"],"names":[],"mappings":"AAQA,+CAwDC"}
@@ -1,8 +0,0 @@
1
- export * from "./is-svg-path";
2
- export * from "./parse-svg-path";
3
- export * from "./abs-svg-path";
4
- export * from "./rel-svg-path";
5
- export * from "./normalize-svg-path";
6
- export * from "./point-svg-path";
7
- export * from "../rappar";
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC"}
@@ -1,3 +0,0 @@
1
- export function isSvgPath(str: any): boolean;
2
- export default isSvgPath;
3
- //# sourceMappingURL=is-svg-path.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-svg-path.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/is-svg-path.js"],"names":[],"mappings":"AAKA,6CASC"}
@@ -1,3 +0,0 @@
1
- export function normalize(path: any): any[];
2
- export default normalize;
3
- //# sourceMappingURL=normalize-svg-path.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize-svg-path.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/normalize-svg-path.js"],"names":[],"mappings":"AAGA,4CAuGC"}
@@ -1,3 +0,0 @@
1
- export function parse(path: string): any[];
2
- export default parse;
3
- //# sourceMappingURL=parse-svg-path.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse-svg-path.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/parse-svg-path.js"],"names":[],"mappings":"AA4BA,2CAwBC"}
@@ -1,13 +0,0 @@
1
- export function Points(path: any): Points;
2
- export class Points {
3
- constructor(path: any);
4
- _path: any;
5
- at(pos: any, opts: any): number[];
6
- length(): number;
7
- _walk(pos: any, opts: any): {
8
- length: number;
9
- pos: number[];
10
- };
11
- }
12
- export default Points;
13
- //# sourceMappingURL=point-at-length.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"point-at-length.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/point-at-length.js"],"names":[],"mappings":"AAKA,0CAMC;;IAND,uBAMC;IAJC,WAA+C;IAOjD,kCAEC;IAED,iBAEC;IAED;;;MA8HC"}
@@ -1,12 +0,0 @@
1
- export function getTotalLength(d: any, len: any): any;
2
- export function getPointAtLength(d: any, len: any): DOMPoint | {
3
- x: any;
4
- y: any;
5
- };
6
- export function isPointInPath(d: any, x: any, y: any): any;
7
- export function isPointInStroke(d: any, x: any, y: any, { lineWidth, lineCap, lineJoin }: {
8
- lineWidth?: number | undefined;
9
- lineCap?: string | undefined;
10
- lineJoin?: string | undefined;
11
- }): any;
12
- //# sourceMappingURL=point-svg-path.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"point-svg-path.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/point-svg-path.js"],"names":[],"mappings":"AAoBA,sDAQC;AAED;;;EASC;AAGD,2DASC;AAED;;;;QAuBC"}
@@ -1,3 +0,0 @@
1
- export function relative(path: any[]): any[];
2
- export default relative;
3
- //# sourceMappingURL=rel-svg-path.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rel-svg-path.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/rel-svg-path.js"],"names":[],"mappings":"AAOA,6CA0DC"}
@@ -1,3 +0,0 @@
1
- export function rappar(svg: any): any[];
2
- export default rappar;
3
- //# sourceMappingURL=rappar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rappar.d.ts","sourceRoot":"","sources":["../../src/svg/rappar.js"],"names":[],"mappings":"AAqEA,wCAqPC"}
File without changes
File without changes
File without changes