@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.
- package/dist/animate_ce.css +15 -0
- package/dist/better.css +11 -9
- package/dist/effects.css +20 -0
- package/dist/theme.css +4 -4
- package/dist/zyzgroup_core_web.iife.js +20 -24
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +9333 -15375
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +20 -24
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/animate/AnimateOperation.d.ts +35 -30
- package/types/animate/AnimateOperation.d.ts.map +1 -1
- package/types/animate/animateInWeb.d.ts +1 -0
- package/types/animate/animateInWeb.d.ts.map +1 -1
- package/types/canvas/Canvas.d.ts +35 -0
- package/types/canvas/Canvas.d.ts.map +1 -0
- package/types/canvas/CanvasOperation.d.ts +17 -8
- package/types/canvas/CanvasOperation.d.ts.map +1 -1
- package/types/canvas/index.d.ts +1 -0
- package/types/canvas/index.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +41 -19
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMParse.d.ts +28 -0
- package/types/dom/DOMParse.d.ts.map +1 -0
- package/types/dom/DOMUtil.d.ts +57 -12
- package/types/dom/DOMUtil.d.ts.map +1 -1
- package/types/dom/index.d.ts +2 -5
- package/types/dom/index.d.ts.map +1 -1
- package/types/env.d.ts +1 -0
- package/types/env.d.ts.map +1 -1
- package/types/fetch.d.ts +1 -0
- package/types/fetch.d.ts.map +1 -1
- package/types/file.d.ts.map +1 -1
- package/types/{UPNG.d.ts → image/UPNG.d.ts} +1 -1
- package/types/image/UPNG.d.ts.map +1 -0
- package/types/image/image-gif.d.ts.map +1 -0
- package/types/{image.d.ts → image/image.d.ts} +5 -1
- package/types/image/image.d.ts.map +1 -0
- package/types/image/index.d.ts +4 -0
- package/types/image/index.d.ts.map +1 -0
- package/types/image/qrcode.d.ts.map +1 -0
- package/types/index.d.ts +2 -4
- package/types/index.d.ts.map +1 -1
- package/types/math/Arc.d.ts +24 -0
- package/types/math/Arc.d.ts.map +1 -0
- package/types/math/CubicBezier.d.ts +28 -0
- package/types/math/CubicBezier.d.ts.map +1 -0
- package/types/math/Ellipse.d.ts +18 -0
- package/types/math/Ellipse.d.ts.map +1 -0
- package/types/math/Line.d.ts +20 -0
- package/types/math/Line.d.ts.map +1 -0
- package/types/math/Matrix.d.ts +1 -1
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/{shape → math}/PathGroup.d.ts +18 -25
- package/types/math/PathGroup.d.ts.map +1 -0
- package/types/math/Point.d.ts +27 -0
- package/types/math/Point.d.ts.map +1 -0
- package/types/math/Points.d.ts +23 -0
- package/types/math/Points.d.ts.map +1 -0
- package/types/math/QuadraticBezier.d.ts +22 -0
- package/types/math/QuadraticBezier.d.ts.map +1 -0
- package/types/math/Rect.d.ts +29 -0
- package/types/math/Rect.d.ts.map +1 -0
- package/types/math/Shape.d.ts +68 -0
- package/types/math/Shape.d.ts.map +1 -0
- package/types/math/ShapeFromSVG.d.ts +30 -0
- package/types/math/ShapeFromSVG.d.ts.map +1 -0
- package/types/math/index.d.ts +13 -1
- package/types/math/index.d.ts.map +1 -1
- package/types/math/math.d.ts +3 -2
- package/types/math/math.d.ts.map +1 -1
- package/types/math/shapes/Arrow.d.ts +10 -0
- package/types/math/shapes/Arrow.d.ts.map +1 -0
- package/types/math/shapes/Fox.d.ts +10 -0
- package/types/math/shapes/Fox.d.ts.map +1 -0
- package/types/math/shapes/index.d.ts +3 -0
- package/types/math/shapes/index.d.ts.map +1 -0
- package/types/position.d.ts +37 -13
- package/types/position.d.ts.map +1 -1
- package/types/{shape/shapes → shapes}/ShapeArmyAnts.d.ts +1 -1
- package/types/shapes/ShapeArmyAnts.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeBase.d.ts +2 -2
- package/types/shapes/ShapeBase.d.ts.map +1 -0
- package/types/shapes/ShapeHeart.d.ts +15 -0
- package/types/shapes/ShapeHeart.d.ts.map +1 -0
- package/types/shapes/ShapeLight.d.ts.map +1 -0
- package/types/shapes/ShapePoint3d.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeRabbit.d.ts +1 -1
- package/types/shapes/ShapeRabbit.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeShip.d.ts +1 -1
- package/types/shapes/ShapeShip.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeSlider.d.ts +1 -1
- package/types/shapes/ShapeSlider.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeSpirograph.d.ts +1 -1
- package/types/shapes/ShapeSpirograph.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeStar.d.ts +1 -1
- package/types/shapes/ShapeStar.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTiger.d.ts +1 -1
- package/types/shapes/ShapeTiger.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTree.d.ts +1 -1
- package/types/shapes/ShapeTree.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTriangle.d.ts +1 -1
- package/types/shapes/ShapeTriangle.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTriangleLight.d.ts +1 -1
- package/types/shapes/ShapeTriangleLight.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/index.d.ts +1 -7
- package/types/shapes/index.d.ts.map +1 -0
- package/types/svg/DOMSVGUtil.d.ts +61 -0
- package/types/svg/DOMSVGUtil.d.ts.map +1 -0
- package/types/svg/SVGParse.d.ts +16 -0
- package/types/svg/SVGParse.d.ts.map +1 -0
- package/types/svg/YZRaphael.d.ts +1 -0
- package/types/svg/YZRaphael.d.ts.map +1 -0
- package/types/svg/index.d.ts +2 -2
- package/types/svg/index.d.ts.map +1 -1
- package/types/svg/lib/point-in-path.d.ts.map +1 -1
- package/types/svg/line2c.d.ts +4 -0
- package/types/svg/line2c.d.ts.map +1 -0
- package/types/theme.d.ts +35 -11
- package/types/theme.d.ts.map +1 -1
- package/dist/example.css +0 -41
- package/types/UPNG.d.ts.map +0 -1
- package/types/dom/DOMDetect.d.ts +0 -19
- package/types/dom/DOMDetect.d.ts.map +0 -1
- package/types/dom/DOMEvent.d.ts +0 -7
- package/types/dom/DOMEvent.d.ts.map +0 -1
- package/types/dom/DOMMedia.d.ts +0 -8
- package/types/dom/DOMMedia.d.ts.map +0 -1
- package/types/dom/DOMQuery.d.ts +0 -82
- package/types/dom/DOMQuery.d.ts.map +0 -1
- package/types/dom/DOMScroll.d.ts +0 -11
- package/types/dom/DOMScroll.d.ts.map +0 -1
- package/types/image-gif.d.ts.map +0 -1
- package/types/image.d.ts.map +0 -1
- package/types/qrcode.d.ts.map +0 -1
- package/types/shape/Arc.d.ts +0 -22
- package/types/shape/Arc.d.ts.map +0 -1
- package/types/shape/CubicBezier.d.ts +0 -18
- package/types/shape/CubicBezier.d.ts.map +0 -1
- package/types/shape/Line.d.ts +0 -13
- package/types/shape/Line.d.ts.map +0 -1
- package/types/shape/PathGroup.d.ts.map +0 -1
- package/types/shape/Point.d.ts +0 -25
- package/types/shape/Point.d.ts.map +0 -1
- package/types/shape/Polygon.d.ts +0 -20
- package/types/shape/Polygon.d.ts.map +0 -1
- package/types/shape/QuadraticBezier.d.ts +0 -16
- package/types/shape/QuadraticBezier.d.ts.map +0 -1
- package/types/shape/Rect.d.ts +0 -18
- package/types/shape/Rect.d.ts.map +0 -1
- package/types/shape/SportBase.d.ts +0 -49
- package/types/shape/SportBase.d.ts.map +0 -1
- package/types/shape/YZRaphael.d.ts +0 -4
- package/types/shape/YZRaphael.d.ts.map +0 -1
- package/types/shape/index.d.ts +0 -7
- package/types/shape/index.d.ts.map +0 -1
- package/types/shape/shapes/ShapeArmyAnts.d.ts.map +0 -1
- package/types/shape/shapes/ShapeArrow.d.ts +0 -8
- package/types/shape/shapes/ShapeArrow.d.ts.map +0 -1
- package/types/shape/shapes/ShapeBall.d.ts +0 -9
- package/types/shape/shapes/ShapeBall.d.ts.map +0 -1
- package/types/shape/shapes/ShapeBase.d.ts.map +0 -1
- package/types/shape/shapes/ShapeFox.d.ts +0 -8
- package/types/shape/shapes/ShapeFox.d.ts.map +0 -1
- package/types/shape/shapes/ShapeLight.d.ts.map +0 -1
- package/types/shape/shapes/ShapeLine.d.ts +0 -32
- package/types/shape/shapes/ShapeLine.d.ts.map +0 -1
- package/types/shape/shapes/ShapePoint3d.d.ts.map +0 -1
- package/types/shape/shapes/ShapeRabbit.d.ts.map +0 -1
- package/types/shape/shapes/ShapeRect.d.ts +0 -18
- package/types/shape/shapes/ShapeRect.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSegment.d.ts +0 -19
- package/types/shape/shapes/ShapeSegment.d.ts.map +0 -1
- package/types/shape/shapes/ShapeShip.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSlider.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSmileFace.d.ts +0 -6
- package/types/shape/shapes/ShapeSmileFace.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSpirograph.d.ts.map +0 -1
- package/types/shape/shapes/ShapeStar.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTiger.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTree.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTriangle.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTriangleLight.d.ts.map +0 -1
- package/types/shape/shapes/index.d.ts.map +0 -1
- package/types/svg/SVGOperation.d.ts +0 -75
- package/types/svg/SVGOperation.d.ts.map +0 -1
- package/types/svg/lib/a2c.d.ts +0 -3
- package/types/svg/lib/a2c.d.ts.map +0 -1
- package/types/svg/lib/abs-svg-path.d.ts +0 -3
- package/types/svg/lib/abs-svg-path.d.ts.map +0 -1
- package/types/svg/lib/index.d.ts +0 -8
- package/types/svg/lib/index.d.ts.map +0 -1
- package/types/svg/lib/is-svg-path.d.ts +0 -3
- package/types/svg/lib/is-svg-path.d.ts.map +0 -1
- package/types/svg/lib/normalize-svg-path.d.ts +0 -3
- package/types/svg/lib/normalize-svg-path.d.ts.map +0 -1
- package/types/svg/lib/parse-svg-path.d.ts +0 -3
- package/types/svg/lib/parse-svg-path.d.ts.map +0 -1
- package/types/svg/lib/point-at-length.d.ts +0 -13
- package/types/svg/lib/point-at-length.d.ts.map +0 -1
- package/types/svg/lib/point-svg-path.d.ts +0 -12
- package/types/svg/lib/point-svg-path.d.ts.map +0 -1
- package/types/svg/lib/rel-svg-path.d.ts +0 -3
- package/types/svg/lib/rel-svg-path.d.ts.map +0 -1
- package/types/svg/rappar.d.ts +0 -3
- package/types/svg/rappar.d.ts.map +0 -1
- /package/types/{image-gif.d.ts → image/image-gif.d.ts} +0 -0
- /package/types/{qrcode.d.ts → image/qrcode.d.ts} +0 -0
- /package/types/{shape/shapes → shapes}/ShapeLight.d.ts +0 -0
- /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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"}
|
package/types/svg/lib/a2c.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"a2c.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/a2c.js"],"names":[],"mappings":"AAqIA,kHAwEC"}
|
|
@@ -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"}
|
package/types/svg/lib/index.d.ts
DELETED
|
@@ -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 +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 +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 +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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rel-svg-path.d.ts","sourceRoot":"","sources":["../../../src/svg/lib/rel-svg-path.js"],"names":[],"mappings":"AAOA,6CA0DC"}
|
package/types/svg/rappar.d.ts
DELETED
|
@@ -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
|
|
File without changes
|