@zyzgroup/core-web 0.0.75 → 0.0.78
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 +615 -0
- package/dist/zyzgroup_core_web.iife.js +16 -16
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +13539 -12642
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +16 -16
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/YZWorker.d.ts.map +1 -1
- package/types/ajax.d.ts +0 -1
- package/types/ajax.d.ts.map +1 -1
- package/types/animate/Clock.d.ts +14 -0
- package/types/animate/Clock.d.ts.map +1 -0
- package/types/animate/Timeline.d.ts +43 -0
- package/types/animate/Timeline.d.ts.map +1 -0
- package/types/animate/{YZAnimate.d.ts → _YZAnimate.d.ts} +3 -3
- package/types/animate/_YZAnimate.d.ts.map +1 -0
- package/types/animate/index.d.ts +3 -2
- package/types/animate/index.d.ts.map +1 -1
- package/types/animate/schedule.d.ts +11 -0
- package/types/animate/schedule.d.ts.map +1 -0
- package/types/animate/tween/BezierEasing.d.ts +8 -0
- package/types/animate/tween/BezierEasing.d.ts.map +1 -0
- package/types/animate/tween/Easing.d.ts +1 -0
- package/types/animate/tween/Easing.d.ts.map +1 -1
- package/types/animate/tween/Group.d.ts.map +1 -1
- package/types/animate/tween/Interpolation.d.ts +3 -1
- package/types/animate/tween/Interpolation.d.ts.map +1 -1
- package/types/animate/tween/Now.d.ts +0 -2
- package/types/animate/tween/Now.d.ts.map +1 -1
- package/types/animate/tween/Tween.d.ts.map +1 -1
- package/types/animate/tween/index.d.ts +8 -3
- package/types/animate/tween/index.d.ts.map +1 -1
- package/types/canvas/YZCanvas.d.ts +6 -5
- package/types/canvas/YZCanvas.d.ts.map +1 -1
- package/types/canvas/YZCanvasContext.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +68 -42
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMKey.d.ts +18 -0
- package/types/dom/DOMKey.d.ts.map +1 -1
- package/types/dom/DOMUtil.d.ts +18 -6
- package/types/dom/DOMUtil.d.ts.map +1 -1
- package/types/env.d.ts.map +1 -1
- package/types/image/bitmap.d.ts +5 -4
- package/types/image/bitmap.d.ts.map +1 -1
- package/types/image/image.d.ts +5 -0
- package/types/image/image.d.ts.map +1 -1
- package/types/index.d.ts +1 -4
- package/types/index.d.ts.map +1 -1
- package/types/loaders/AudioLoader.d.ts +12 -0
- package/types/loaders/AudioLoader.d.ts.map +1 -0
- package/types/loaders/Cache.d.ts +10 -0
- package/types/loaders/Cache.d.ts.map +1 -0
- package/types/loaders/FileLoader.d.ts +16 -0
- package/types/loaders/FileLoader.d.ts.map +1 -0
- package/types/loaders/ImageBitmapLoader.d.ts +14 -0
- package/types/loaders/ImageBitmapLoader.d.ts.map +1 -0
- package/types/loaders/ImageLoader.d.ts +11 -0
- package/types/loaders/ImageLoader.d.ts.map +1 -0
- package/types/loaders/Loader.d.ts +25 -0
- package/types/loaders/Loader.d.ts.map +1 -0
- package/types/loaders/LoadingManager.d.ts +29 -0
- package/types/loaders/LoadingManager.d.ts.map +1 -0
- package/types/loaders/index.d.ts +5 -0
- package/types/loaders/index.d.ts.map +1 -0
- package/types/math/Matrix.d.ts +65 -32
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/Shape.d.ts +127 -84
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/ShapeCombo.d.ts +38 -0
- package/types/math/ShapeCombo.d.ts.map +1 -0
- package/types/math/ShapeGroup.d.ts +28 -14
- package/types/math/ShapeGroup.d.ts.map +1 -1
- package/types/math/index.d.ts +1 -15
- package/types/math/index.d.ts.map +1 -1
- package/types/math/line/Arc.d.ts +25 -0
- package/types/math/line/Arc.d.ts.map +1 -0
- package/types/math/{CubicBezier.d.ts → line/CubicBezier.d.ts} +20 -12
- package/types/math/line/CubicBezier.d.ts.map +1 -0
- package/types/math/line/L.d.ts +33 -0
- package/types/math/line/L.d.ts.map +1 -0
- package/types/math/line/PathD.d.ts +82 -0
- package/types/math/line/PathD.d.ts.map +1 -0
- package/types/math/line/QuadraticBezier.d.ts +30 -0
- package/types/math/line/QuadraticBezier.d.ts.map +1 -0
- package/types/math/line/index.d.ts +6 -0
- package/types/math/line/index.d.ts.map +1 -0
- package/types/math/math/cameras/Camera.d.ts +12 -0
- package/types/math/math/cameras/Camera.d.ts.map +1 -0
- package/types/math/math/constants.d.ts +211 -0
- package/types/math/math/constants.d.ts.map +1 -0
- package/types/math/math/controls/Controls.d.ts +25 -0
- package/types/math/math/controls/Controls.d.ts.map +1 -0
- package/types/math/math/controls/OrbitControls.d.ts +1 -0
- package/types/math/math/controls/OrbitControls.d.ts.map +1 -0
- package/types/math/math/core/BufferAttribute.d.ts +94 -0
- package/types/math/math/core/BufferAttribute.d.ts.map +1 -0
- package/types/math/math/core/BufferGeometry.d.ts +1 -0
- package/types/math/math/core/BufferGeometry.d.ts.map +1 -0
- package/types/math/math/core/EventDispatcher.d.ts +14 -0
- package/types/math/math/core/EventDispatcher.d.ts.map +1 -0
- package/types/math/math/core/GLBufferAttribute.d.ts +19 -0
- package/types/math/math/core/GLBufferAttribute.d.ts.map +1 -0
- package/types/math/math/core/Layers.d.ts +14 -0
- package/types/math/math/core/Layers.d.ts.map +1 -0
- package/types/math/math/core/Object3D.d.ts +91 -0
- package/types/math/math/core/Object3D.d.ts.map +1 -0
- package/types/math/math/index.d.ts +10 -0
- package/types/math/math/index.d.ts.map +1 -0
- package/types/math/math/interpolants/Interpolant.d.ts +14 -0
- package/types/math/math/interpolants/Interpolant.d.ts.map +1 -0
- package/types/math/math/math/Box2.d.ts +30 -0
- package/types/math/math/math/Box2.d.ts.map +1 -0
- package/types/math/math/math/Box3.d.ts +46 -0
- package/types/math/math/math/Box3.d.ts.map +1 -0
- package/types/math/math/math/Color.d.ts +59 -0
- package/types/math/math/math/Color.d.ts.map +1 -0
- package/types/math/math/math/ColorManagement.d.ts +20 -0
- package/types/math/math/math/ColorManagement.d.ts.map +1 -0
- package/types/math/math/math/Cylindrical.d.ts +14 -0
- package/types/math/math/math/Cylindrical.d.ts.map +1 -0
- package/types/math/math/math/Euler.d.ts +35 -0
- package/types/math/math/math/Euler.d.ts.map +1 -0
- package/types/math/math/math/Frustum.d.ts +21 -0
- package/types/math/math/math/Frustum.d.ts.map +1 -0
- package/types/math/math/math/Line3.d.ts +21 -0
- package/types/math/math/math/Line3.d.ts.map +1 -0
- package/types/math/math/math/Matrix.d.ts +16 -0
- package/types/math/math/math/Matrix.d.ts.map +1 -0
- package/types/math/math/math/Matrix2.d.ts +19 -0
- package/types/math/math/math/Matrix2.d.ts.map +1 -0
- package/types/math/math/math/Matrix3.d.ts +46 -0
- package/types/math/math/math/Matrix3.d.ts.map +1 -0
- package/types/math/math/math/Matrix4.d.ts +66 -0
- package/types/math/math/math/Matrix4.d.ts.map +1 -0
- package/types/math/math/math/Plane.d.ts +32 -0
- package/types/math/math/math/Plane.d.ts.map +1 -0
- package/types/math/math/math/Quaternion.d.ts +52 -0
- package/types/math/math/math/Quaternion.d.ts.map +1 -0
- package/types/math/math/math/Ray.d.ts +32 -0
- package/types/math/math/math/Ray.d.ts.map +1 -0
- package/types/math/math/math/Sphere.d.ts +29 -0
- package/types/math/math/math/Sphere.d.ts.map +1 -0
- package/types/math/math/math/Spherical.d.ts +15 -0
- package/types/math/math/math/Spherical.d.ts.map +1 -0
- package/types/math/math/math/SphericalHarmonics3.d.ts +21 -0
- package/types/math/math/math/SphericalHarmonics3.d.ts.map +1 -0
- package/types/math/math/math/Triangle.d.ts +35 -0
- package/types/math/math/math/Triangle.d.ts.map +1 -0
- package/types/math/math/math/Vector.d.ts +19 -0
- package/types/math/math/math/Vector.d.ts.map +1 -0
- package/types/math/math/math/Vector2.d.ts +66 -0
- package/types/math/math/math/Vector2.d.ts.map +1 -0
- package/types/math/math/math/Vector3.d.ts +80 -0
- package/types/math/math/math/Vector3.d.ts.map +1 -0
- package/types/math/math/math/Vector4.d.ts +64 -0
- package/types/math/math/math/Vector4.d.ts.map +1 -0
- package/types/math/math.d.ts +6 -1
- package/types/math/math.d.ts.map +1 -1
- package/types/math/shapes/Arrow.d.ts.map +1 -1
- package/types/math/{ComboConfetti.d.ts → shapes/Confetti.d.ts} +10 -8
- package/types/math/shapes/Confetti.d.ts.map +1 -0
- package/types/math/shapes/Cross.d.ts +2 -3
- package/types/math/shapes/Cross.d.ts.map +1 -1
- package/types/math/{Ellipse.d.ts → shapes/Ellipse.d.ts} +9 -5
- package/types/math/shapes/Ellipse.d.ts.map +1 -0
- package/types/math/shapes/Fox.d.ts.map +1 -1
- package/types/math/shapes/Heart.d.ts +6 -3
- package/types/math/shapes/Heart.d.ts.map +1 -1
- package/types/math/shapes/HeartVariant.d.ts +6 -3
- package/types/math/shapes/HeartVariant.d.ts.map +1 -1
- package/types/math/{Light3D.d.ts → shapes/Light3D.d.ts} +2 -5
- package/types/math/shapes/Light3D.d.ts.map +1 -0
- package/types/math/shapes/Line.d.ts +19 -0
- package/types/math/shapes/Line.d.ts.map +1 -0
- package/types/math/shapes/LinePicture.d.ts +15 -0
- package/types/math/shapes/LinePicture.d.ts.map +1 -0
- package/types/math/shapes/LineQuadraticBezier.d.ts +21 -0
- package/types/math/shapes/LineQuadraticBezier.d.ts.map +1 -0
- package/types/math/shapes/Point.d.ts +85 -0
- package/types/math/shapes/Point.d.ts.map +1 -0
- package/types/math/{Point3D.d.ts → shapes/Point3D.d.ts} +4 -6
- package/types/math/shapes/Point3D.d.ts.map +1 -0
- package/types/math/{Point3Ds.d.ts → shapes/Point3Ds.d.ts} +3 -3
- package/types/math/shapes/Point3Ds.d.ts.map +1 -0
- package/types/math/shapes/Points.d.ts +28 -0
- package/types/math/shapes/Points.d.ts.map +1 -0
- package/types/math/shapes/Rabbit.d.ts +4 -3
- package/types/math/shapes/Rabbit.d.ts.map +1 -1
- package/types/math/shapes/Rect.d.ts +33 -0
- package/types/math/shapes/Rect.d.ts.map +1 -0
- package/types/math/shapes/Ring.d.ts +7 -4
- package/types/math/shapes/Ring.d.ts.map +1 -1
- package/types/math/shapes/RingIndicator.d.ts +34 -0
- package/types/math/shapes/RingIndicator.d.ts.map +1 -0
- package/types/math/shapes/Sector.d.ts +15 -4
- package/types/math/shapes/Sector.d.ts.map +1 -1
- package/types/math/shapes/Segment.d.ts +10 -3
- package/types/math/shapes/Segment.d.ts.map +1 -1
- package/types/math/shapes/Ship.d.ts +4 -2
- package/types/math/shapes/Ship.d.ts.map +1 -1
- package/types/math/shapes/Slider.d.ts +7 -13
- package/types/math/shapes/Slider.d.ts.map +1 -1
- package/types/math/shapes/Star.d.ts +5 -3
- package/types/math/shapes/Star.d.ts.map +1 -1
- package/types/math/{Text.d.ts → shapes/Text.d.ts} +3 -4
- package/types/math/shapes/Text.d.ts.map +1 -0
- package/types/math/shapes/Tip.d.ts +8 -9
- package/types/math/shapes/Tip.d.ts.map +1 -1
- package/types/math/shapes/Tree.d.ts +2 -2
- package/types/math/shapes/Tree.d.ts.map +1 -1
- package/types/math/shapes/index.d.ts +12 -0
- package/types/math/shapes/index.d.ts.map +1 -1
- package/types/patch.d.ts.map +1 -1
- package/types/position.d.ts +13 -16
- package/types/position.d.ts.map +1 -1
- package/types/svg/DOMSVGUtil.d.ts +1 -13
- package/types/svg/DOMSVGUtil.d.ts.map +1 -1
- package/types/svg/YZSVG.d.ts +7 -6
- package/types/svg/YZSVG.d.ts.map +1 -1
- package/types/theme.d.ts +3 -3
- package/types/theme.d.ts.map +1 -1
- package/types/YZRequestIdleCallback.d.ts +0 -14
- package/types/YZRequestIdleCallback.d.ts.map +0 -1
- package/types/animate/YZAnimate.d.ts.map +0 -1
- package/types/animate/requestAnimationFrameCycle.d.ts +0 -14
- package/types/animate/requestAnimationFrameCycle.d.ts.map +0 -1
- package/types/animate/tween/cubicBezierToEase.d.ts +0 -4
- package/types/animate/tween/cubicBezierToEase.d.ts.map +0 -1
- package/types/math/Arc.d.ts +0 -27
- package/types/math/Arc.d.ts.map +0 -1
- package/types/math/ComboConfetti.d.ts.map +0 -1
- package/types/math/CubicBezier.d.ts.map +0 -1
- package/types/math/Ellipse.d.ts.map +0 -1
- package/types/math/Light3D.d.ts.map +0 -1
- package/types/math/Line.d.ts +0 -28
- package/types/math/Line.d.ts.map +0 -1
- package/types/math/PathD.d.ts +0 -82
- package/types/math/PathD.d.ts.map +0 -1
- package/types/math/PathDGroup.d.ts +0 -30
- package/types/math/PathDGroup.d.ts.map +0 -1
- package/types/math/Point.d.ts +0 -58
- package/types/math/Point.d.ts.map +0 -1
- package/types/math/Point3D.d.ts.map +0 -1
- package/types/math/Point3Ds.d.ts.map +0 -1
- package/types/math/Points.d.ts +0 -23
- package/types/math/Points.d.ts.map +0 -1
- package/types/math/QuadraticBezier.d.ts +0 -26
- package/types/math/QuadraticBezier.d.ts.map +0 -1
- package/types/math/Rect.d.ts +0 -25
- package/types/math/Rect.d.ts.map +0 -1
- package/types/math/RenderGroup.d.ts +0 -18
- package/types/math/RenderGroup.d.ts.map +0 -1
- package/types/math/Text.d.ts.map +0 -1
- package/types/microTask.d.ts +0 -2
- package/types/microTask.d.ts.map +0 -1
- package/types/nextTick.d.ts +0 -3
- package/types/nextTick.d.ts.map +0 -1
- package/types/reactive.d.ts +0 -14
- package/types/reactive.d.ts.map +0 -1
- package/types/three/three.d.ts +0 -2
- package/types/three/three.d.ts.map +0 -1
package/types/math/Points.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Shape } from "./Shape";
|
|
2
|
-
import Point from "./Point";
|
|
3
|
-
import { TSVGParsedPathData } from "../svg/DOMSVGUtil";
|
|
4
|
-
import { YZCanvasContext } from "../canvas";
|
|
5
|
-
export declare class Points extends Shape {
|
|
6
|
-
points: Point[];
|
|
7
|
-
constructor(points?: Point[]);
|
|
8
|
-
toSVGPathData(): TSVGParsedPathData[];
|
|
9
|
-
toCanvasContext(ctx: YZCanvasContext): void;
|
|
10
|
-
get length(): number;
|
|
11
|
-
addPoint(point: Point): void;
|
|
12
|
-
getPoint(index: number): Point;
|
|
13
|
-
isContainPoint(x: number, y: number): boolean;
|
|
14
|
-
[Symbol.iterator](): {
|
|
15
|
-
next: () => {
|
|
16
|
-
value: Point | undefined;
|
|
17
|
-
done: boolean;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
static generatePoints(centerX: number, centerY: number, sideDistance: number, sideCount: number): Points;
|
|
21
|
-
}
|
|
22
|
-
export default Points;
|
|
23
|
-
//# sourceMappingURL=Points.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Points.d.ts","sourceRoot":"","sources":["../../src/math/Points.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAiB,MAAM,SAAS,CAAC;AAC/C,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAM5C,qBAAa,MAAO,SAAQ,KAAK;IAC/B,MAAM,EAAE,KAAK,EAAE,CAAC;gBAEJ,MAAM,GAAE,KAAK,EAAO;IAQhC,aAAa,IAAI,kBAAkB,EAAE;IA2CrC,eAAe,CAAC,GAAG,EAAE,eAAe;IAiEpC,IAAI,MAAM,WAET;IAED,QAAQ,CAAC,KAAK,EAAE,KAAK;IAIrB,QAAQ,CAAC,KAAK,EAAE,MAAM;IAItB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;IAwCnC,CAAC,MAAM,CAAC,QAAQ,CAAC;;;;;;IAUjB,MAAM,CAAC,cAAc,CACnB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,GAChB,MAAM;CASV;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { TSVGParsedPathData } from "../svg/DOMSVGUtil";
|
|
2
|
-
import { YZCanvasContext } from "../canvas";
|
|
3
|
-
import { Line, TLineOptions } from "./Line";
|
|
4
|
-
import Point from "./Point";
|
|
5
|
-
export type TQuadraticBezierOptions = {
|
|
6
|
-
cx: number;
|
|
7
|
-
cy: number;
|
|
8
|
-
x: number;
|
|
9
|
-
y: number;
|
|
10
|
-
isLineThrough?: boolean;
|
|
11
|
-
} & TLineOptions;
|
|
12
|
-
export declare class QuadraticBezier extends Line {
|
|
13
|
-
cx: number;
|
|
14
|
-
cy: number;
|
|
15
|
-
isLineThrough: boolean;
|
|
16
|
-
constructor(options: TQuadraticBezierOptions);
|
|
17
|
-
static fromSVGPathData(data: TSVGParsedPathData, startPoint?: Point): QuadraticBezier;
|
|
18
|
-
toSVGPathData(): TSVGParsedPathData;
|
|
19
|
-
toCanvasContext(ctx: YZCanvasContext): void;
|
|
20
|
-
interpolate(t: number): {
|
|
21
|
-
x: number;
|
|
22
|
-
y: number;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
export default QuadraticBezier;
|
|
26
|
-
//# sourceMappingURL=QuadraticBezier.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QuadraticBezier.d.ts","sourceRoot":"","sources":["../../src/math/QuadraticBezier.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAC5C,OAAO,KAAK,MAAM,SAAS,CAAC;AAE5B,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,YAAY,CAAC;AAIjB,qBAAa,eAAgB,SAAQ,IAAI;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,OAAO,CAAC;gBAElB,OAAO,EAAE,uBAAuB;IAQ5C,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,kBAAkB,EAAE,UAAU,CAAC,EAAE,KAAK;IAiBnE,aAAa,IAAI,kBAAkB;IAUnC,eAAe,CAAC,GAAG,EAAE,eAAe;IAapC,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE;CAYjD;AAED,eAAe,eAAe,CAAC"}
|
package/types/math/Rect.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Shape, TShapeOptions } from "./Shape";
|
|
2
|
-
import { TSVGParsedPathData } from "../svg/DOMSVGUtil";
|
|
3
|
-
import { YZCanvasContext } from "../canvas/YZCanvasContext";
|
|
4
|
-
export type TRectOptions = {
|
|
5
|
-
width: number;
|
|
6
|
-
height: number;
|
|
7
|
-
borderRadius?: number;
|
|
8
|
-
} & TShapeOptions;
|
|
9
|
-
export declare class Rect extends Shape {
|
|
10
|
-
width: number;
|
|
11
|
-
height: number;
|
|
12
|
-
borderRadius: number;
|
|
13
|
-
constructor(options: TRectOptions);
|
|
14
|
-
static fromBezier(p1x: number, p1y: number, c1x: number, c1y: number, c2x: number, c2y: number, p2x: number, p2y: number): Rect;
|
|
15
|
-
getBoundingClientRect(): Rect;
|
|
16
|
-
toSVGPathData(): TSVGParsedPathData[];
|
|
17
|
-
toCanvasContext(ctx: YZCanvasContext): void;
|
|
18
|
-
eq(rect: Rect): boolean;
|
|
19
|
-
isIntersectRect(rect: Rect): boolean;
|
|
20
|
-
isContainPoint(x: number, y: number): boolean;
|
|
21
|
-
clone(rect: Rect): Rect;
|
|
22
|
-
toArray(): number[];
|
|
23
|
-
}
|
|
24
|
-
export default Rect;
|
|
25
|
-
//# sourceMappingURL=Rect.d.ts.map
|
package/types/math/Rect.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Rect.d.ts","sourceRoot":"","sources":["../../src/math/Rect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAc,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,aAAa,CAAC;AAElB,qBAAa,IAAK,SAAQ,KAAK;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;gBAET,OAAO,EAAE,YAAY;IAOjC,MAAM,CAAC,UAAU,CACf,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM;IAWb,qBAAqB,IAAI,IAAI;IAS7B,aAAa,IAAI,kBAAkB,EAAE;IA6DrC,eAAe,CAAC,GAAG,EAAE,eAAe;IAuBpC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;IAUvB,eAAe,CAAC,IAAI,EAAE,IAAI;IAa1B,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;IAenC,KAAK,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAUvB,OAAO,IAAI,MAAM,EAAE;CAGpB;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventBusRaw, EventBusListeners } from "@zyzgroup/core-common";
|
|
2
|
-
import { Shape } from "./Shape";
|
|
3
|
-
export interface RenderGroupEventBusListeners extends EventBusListeners {
|
|
4
|
-
}
|
|
5
|
-
export declare class RenderGroup extends EventBusRaw<RenderGroupEventBusListeners> {
|
|
6
|
-
shapes: Shape[];
|
|
7
|
-
removes: (() => void)[];
|
|
8
|
-
x: number;
|
|
9
|
-
y: number;
|
|
10
|
-
constructor(options?: {
|
|
11
|
-
x?: number;
|
|
12
|
-
y?: number;
|
|
13
|
-
});
|
|
14
|
-
register(...ss: Shape[]): void;
|
|
15
|
-
destroy(): void;
|
|
16
|
-
}
|
|
17
|
-
export default RenderGroup;
|
|
18
|
-
//# sourceMappingURL=RenderGroup.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RenderGroup.d.ts","sourceRoot":"","sources":["../../src/math/RenderGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,4BAA6B,SAAQ,iBAAiB;CAEtE;AAED,qBAAa,WAAY,SAAQ,WAAW,CAAC,4BAA4B,CAAC;IACxE,MAAM,EAAE,KAAK,EAAE,CAAM;IACd,OAAO,EAAE,CAAC,MAAM,IAAI,CAAC,EAAE,CAAM;IAE7B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;gBAEL,OAAO,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,CAAC,EAAE,MAAM,CAAA;KAAE;IAMhD,QAAQ,CAAC,GAAG,EAAE,EAAE,KAAK,EAAE;IAqBvB,OAAO;CAGR;AAED,eAAe,WAAW,CAAC"}
|
package/types/math/Text.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../src/math/Text.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEvD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,qBAAa,IAAK,SAAQ,KAAK;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,SAAK;IACV,MAAM,SAAK;gBAGhB,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;KACd,GAAG,aAAa;IAwCnB,WAAW,IAAI,IAAI;IAInB,qBAAqB;IAIrB,aAAa,IAAI,kBAAkB,EAAE;IAIrC,eAAe,CAAC,GAAG,EAAE,eAAe;CAGrC;AAED,eAAe,IAAI,CAAC"}
|
package/types/microTask.d.ts
DELETED
package/types/microTask.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"microTask.d.ts","sourceRoot":"","sources":["../src/microTask.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,EAAE,EAAE,MAAM,IAAI,QAYvC"}
|
package/types/nextTick.d.ts
DELETED
package/types/nextTick.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nextTick.d.ts","sourceRoot":"","sources":["../src/nextTick.ts"],"names":[],"mappings":"AAEA,wBAAgB,QAAQ,CAAC,EAAE,EAAE,MAAM,IAAI,QAgBtC;AAED,eAAe,QAAQ,CAAC"}
|
package/types/reactive.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
type Target = Record<string | number | symbol, any>;
|
|
2
|
-
type Effect = () => void;
|
|
3
|
-
export declare class Dep {
|
|
4
|
-
subscribers: Set<Effect>;
|
|
5
|
-
constructor();
|
|
6
|
-
depend(): void;
|
|
7
|
-
notify(): void;
|
|
8
|
-
}
|
|
9
|
-
export declare function watchEffect(effect: Effect): void;
|
|
10
|
-
export declare function reactiveVue2(raw: Target): Target;
|
|
11
|
-
export declare function reactiveVue3(raw: Target): Target;
|
|
12
|
-
export declare const reactive: typeof reactiveVue3;
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=reactive.d.ts.map
|
package/types/reactive.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reactive.d.ts","sourceRoot":"","sources":["../src/reactive.ts"],"names":[],"mappings":"AAAA,KAAK,MAAM,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC;AACpD,KAAK,MAAM,GAAG,MAAM,IAAI,CAAC;AAIzB,qBAAa,GAAG;IACd,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;;IAMzB,MAAM;IAMN,MAAM;CAGP;AAkBD,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,QAKzC;AAED,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,UAoBvC;AAED,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,UAkBvC;AAED,eAAO,MAAM,QAAQ,qBAAe,CAAC"}
|
package/types/three/three.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"three.d.ts","sourceRoot":"","sources":["../../src/three/three.ts"],"names":[],"mappings":""}
|