@zyzgroup/core-web 0.1.89 → 0.1.92
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/css/better.css +5 -0
- package/dist/css/theme.css +62 -38
- package/dist/zyzgroup_core_web.iife.js +71 -32
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +23687 -20742
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +71 -32
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/Context.d.ts +3 -6
- package/types/Context.d.ts.map +1 -1
- package/types/Pagination.d.ts +1 -1
- package/types/Pagination.d.ts.map +1 -1
- package/types/WebMonitor.d.ts +6 -0
- package/types/WebMonitor.d.ts.map +1 -1
- package/types/WebSocketClient.d.ts.map +1 -1
- package/types/animate/Timeline.d.ts.map +1 -1
- package/types/animate/index.d.ts +0 -1
- package/types/animate/index.d.ts.map +1 -1
- package/types/canvas/html-in-canvas.d.ts +1 -0
- package/types/canvas/html-in-canvas.d.ts.map +1 -0
- package/types/components/SideEffectTags.d.ts +25 -0
- package/types/components/SideEffectTags.d.ts.map +1 -0
- package/types/components/component-core.d.ts +29 -0
- package/types/components/component-core.d.ts.map +1 -0
- package/types/components/index.d.ts +3 -0
- package/types/components/index.d.ts.map +1 -0
- package/types/components/vnode.d.ts +12 -0
- package/types/components/vnode.d.ts.map +1 -0
- package/types/file.d.ts +9 -11
- package/types/file.d.ts.map +1 -1
- package/types/hooks/index.d.ts +0 -2
- package/types/hooks/index.d.ts.map +1 -1
- package/types/hooks/useAttribute.d.ts.map +1 -1
- package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
- package/types/hooks/useDraw/Shape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/ConfettiShapeCombo.d.ts.map +1 -1
- package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +1 -1
- package/types/hooks/useElement.d.ts +3 -2
- package/types/hooks/useElement.d.ts.map +1 -1
- package/types/hooks/useElementEvents.d.ts +3 -3
- package/types/hooks/useElementEvents.d.ts.map +1 -1
- package/types/hooks/useLocale/useLocale.d.ts +2 -2
- package/types/hooks/useLocale/useLocale.d.ts.map +1 -1
- package/types/hooks/useStyle.d.ts.map +1 -1
- package/types/hooks/useTheme.d.ts +53 -4
- package/types/hooks/useTheme.d.ts.map +1 -1
- package/types/index.d.ts +1 -5
- package/types/index.d.ts.map +1 -1
- package/types/math/BufferAttribute.d.ts +0 -71
- package/types/math/BufferAttribute.d.ts.map +1 -1
- package/types/math/Euler.d.ts +0 -32
- package/types/math/Euler.d.ts.map +1 -1
- package/types/math/Matrix.d.ts +0 -6
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/Quaternion.d.ts +0 -51
- package/types/math/Quaternion.d.ts.map +1 -1
- package/types/math/Shape.d.ts +1 -0
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/Vector.d.ts +0 -11
- package/types/math/Vector.d.ts.map +1 -1
- package/types/math/core/Box3.d.ts +0 -45
- package/types/math/core/Box3.d.ts.map +1 -1
- package/types/math/core/Frustum.d.ts +0 -22
- package/types/math/core/Frustum.d.ts.map +1 -1
- package/types/math/core/Object3D.d.ts +0 -95
- package/types/math/core/Object3D.d.ts.map +1 -1
- package/types/math/core/Plane.d.ts +0 -30
- package/types/math/core/Plane.d.ts.map +1 -1
- package/types/math/core/Ray.d.ts +0 -31
- package/types/math/core/Ray.d.ts.map +1 -1
- package/types/math/core/Sphere.d.ts +0 -28
- package/types/math/core/Sphere.d.ts.map +1 -1
- package/types/math/core/Triangle.d.ts +0 -33
- package/types/math/core/Triangle.d.ts.map +1 -1
- package/types/math/index.d.ts +0 -1
- package/types/math/index.d.ts.map +1 -1
- package/types/math/shapes/Point3Ds.d.ts.map +1 -1
- package/types/MVVM.d.ts +0 -12
- package/types/MVVM.d.ts.map +0 -1
- package/types/animate/schedule.d.ts +0 -15
- package/types/animate/schedule.d.ts.map +0 -1
- package/types/color.d.ts +0 -111
- package/types/color.d.ts.map +0 -1
- package/types/hooks/useFetch.d.ts +0 -14
- package/types/hooks/useFetch.d.ts.map +0 -1
- package/types/hooks/useVnode.d.ts +0 -7
- package/types/hooks/useVnode.d.ts.map +0 -1
- package/types/signature.d.ts +0 -30
- package/types/signature.d.ts.map +0 -1
- package/types/vnode.d.ts +0 -18
- package/types/vnode.d.ts.map +0 -1
|
@@ -1,31 +1 @@
|
|
|
1
|
-
import { Vector3 } from "../Vector";
|
|
2
|
-
import { Matrix3, Matrix4 } from "../Matrix";
|
|
3
|
-
import { Line3 } from "./Line3";
|
|
4
|
-
import { Box3 } from "./Box3";
|
|
5
|
-
import { Sphere } from "./Sphere";
|
|
6
|
-
export declare class Plane {
|
|
7
|
-
normal: Vector3;
|
|
8
|
-
constant: number;
|
|
9
|
-
constructor(normal?: Vector3, constant?: number);
|
|
10
|
-
set(normal?: Vector3, constant?: number): this;
|
|
11
|
-
setComponents(x: number, y: number, z: number, w: number): this;
|
|
12
|
-
setFromNormalAndCoplanarPoint(normal: Vector3, point: Vector3): this;
|
|
13
|
-
setFromCoplanarPoints(a: Vector3, b: Vector3, c: Vector3): this;
|
|
14
|
-
copy(plane: Plane): this;
|
|
15
|
-
normalize(): this;
|
|
16
|
-
negate(): this;
|
|
17
|
-
distanceToPoint(point: Vector3): number;
|
|
18
|
-
distanceToSphere(sphere: Sphere): number;
|
|
19
|
-
projectPoint(point: Vector3, target: Vector3): Vector3;
|
|
20
|
-
intersectLine(line: Line3, target: Vector3): Vector3 | null;
|
|
21
|
-
intersectsLine(line: Line3): boolean;
|
|
22
|
-
intersectsBox(box: Box3): boolean;
|
|
23
|
-
intersectsSphere(sphere: Sphere): boolean;
|
|
24
|
-
coplanarPoint(target: Vector3): Vector3;
|
|
25
|
-
applyMatrix4(matrix: Matrix4, optionalNormalMatrix?: Matrix3): this;
|
|
26
|
-
translate(offset: Vector3): this;
|
|
27
|
-
equals(plane: Plane): boolean;
|
|
28
|
-
clone(): Plane;
|
|
29
|
-
}
|
|
30
|
-
export default Plane;
|
|
31
1
|
//# sourceMappingURL=Plane.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plane.d.ts","sourceRoot":"","sources":["../../../src/math/core/Plane.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plane.d.ts","sourceRoot":"","sources":["../../../src/math/core/Plane.ts"],"names":[],"mappings":""}
|
package/types/math/core/Ray.d.ts
CHANGED
|
@@ -1,32 +1 @@
|
|
|
1
|
-
import { Vector3 } from "../Vector";
|
|
2
|
-
import { Matrix4 } from "../Matrix";
|
|
3
|
-
import Sphere from "./Sphere";
|
|
4
|
-
import Plane from "./Plane";
|
|
5
|
-
import Box3 from "./Box3";
|
|
6
|
-
export declare class Ray {
|
|
7
|
-
origin: Vector3;
|
|
8
|
-
direction: Vector3;
|
|
9
|
-
constructor(origin?: Vector3, direction?: Vector3);
|
|
10
|
-
set(origin?: Vector3, direction?: Vector3): this;
|
|
11
|
-
copy(ray: Ray): this;
|
|
12
|
-
at(t: number, target: Vector3): Vector3;
|
|
13
|
-
lookAt(v: Vector3): this;
|
|
14
|
-
recast(t: number): this;
|
|
15
|
-
closestPointToPoint(point: Vector3, target: Vector3): Vector3;
|
|
16
|
-
distanceToPoint(point: Vector3): number;
|
|
17
|
-
distanceSqToPoint(point: Vector3): number;
|
|
18
|
-
distanceSqToSegment(v0: Vector3, v1: Vector3, optionalPointOnRay: Vector3, optionalPointOnSegment: Vector3): number;
|
|
19
|
-
intersectSphere(sphere: Sphere, target: Vector3): Vector3 | null;
|
|
20
|
-
intersectsSphere(sphere: Sphere): boolean;
|
|
21
|
-
distanceToPlane(plane: Plane): number | null;
|
|
22
|
-
intersectPlane(plane: Plane, target: Vector3): Vector3 | null;
|
|
23
|
-
intersectsPlane(plane: Plane): boolean;
|
|
24
|
-
intersectBox(box: Box3, target: Vector3): Vector3 | null;
|
|
25
|
-
intersectsBox(box: Box3): boolean;
|
|
26
|
-
intersectTriangle(a: Vector3, b: Vector3, c: Vector3, backfaceCulling: boolean, target: Vector3): Vector3 | null;
|
|
27
|
-
applyMatrix4(matrix4: Matrix4): this;
|
|
28
|
-
equals(ray: Ray): boolean;
|
|
29
|
-
clone(): Ray;
|
|
30
|
-
}
|
|
31
|
-
export default Ray;
|
|
32
1
|
//# sourceMappingURL=Ray.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ray.d.ts","sourceRoot":"","sources":["../../../src/math/core/Ray.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Ray.d.ts","sourceRoot":"","sources":["../../../src/math/core/Ray.ts"],"names":[],"mappings":""}
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
import { Vector3 } from "../Vector";
|
|
2
|
-
import { Matrix4 } from "../Matrix";
|
|
3
|
-
import { Box3 } from "./Box3";
|
|
4
|
-
import { Plane } from "./Plane";
|
|
5
|
-
export declare class Sphere {
|
|
6
|
-
center: Vector3;
|
|
7
|
-
radius: number;
|
|
8
|
-
constructor(center?: Vector3, radius?: number);
|
|
9
|
-
set(center?: Vector3, radius?: number): this;
|
|
10
|
-
setFromPoints(points: Vector3[], optionalCenter?: Vector3): this;
|
|
11
|
-
copy(sphere: Sphere): this;
|
|
12
|
-
isEmpty(): boolean;
|
|
13
|
-
makeEmpty(): this;
|
|
14
|
-
containsPoint(point: Vector3): boolean;
|
|
15
|
-
distanceToPoint(point: Vector3): number;
|
|
16
|
-
intersectsSphere(sphere: Sphere): boolean;
|
|
17
|
-
intersectsBox(box: Box3): boolean;
|
|
18
|
-
intersectsPlane(plane: Plane): boolean;
|
|
19
|
-
clampPoint(point: Vector3, target: Vector3): Vector3;
|
|
20
|
-
getBoundingBox(target: Box3): Box3;
|
|
21
|
-
applyMatrix4(matrix: Matrix4): this;
|
|
22
|
-
translate(offset: Vector3): this;
|
|
23
|
-
expandByPoint(point: Vector3): this;
|
|
24
|
-
union(sphere: Sphere): this;
|
|
25
|
-
equals(sphere: Sphere): boolean;
|
|
26
|
-
clone(): Sphere;
|
|
27
|
-
}
|
|
28
|
-
export default Sphere;
|
|
29
1
|
//# sourceMappingURL=Sphere.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sphere.d.ts","sourceRoot":"","sources":["../../../src/math/core/Sphere.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Sphere.d.ts","sourceRoot":"","sources":["../../../src/math/core/Sphere.ts"],"names":[],"mappings":""}
|
|
@@ -1,34 +1 @@
|
|
|
1
|
-
import { Vector3, Vector4 } from "../Vector";
|
|
2
|
-
import { Plane } from "./Plane";
|
|
3
|
-
import { Box3 } from "./Box3";
|
|
4
|
-
import { BufferAttribute } from "../BufferAttribute";
|
|
5
|
-
export declare class Triangle {
|
|
6
|
-
a: Vector3;
|
|
7
|
-
b: Vector3;
|
|
8
|
-
c: Vector3;
|
|
9
|
-
constructor(a?: Vector3, b?: Vector3, c?: Vector3);
|
|
10
|
-
static getNormal(a: Vector3, b: Vector3, c: Vector3, target: Vector3): Vector3;
|
|
11
|
-
static getBarycoord(point: Vector3, a: Vector3, b: Vector3, c: Vector3, target: Vector3): Vector3 | null;
|
|
12
|
-
static containsPoint(point: Vector3, a: Vector3, b: Vector3, c: Vector3): boolean;
|
|
13
|
-
static getInterpolation(point: Vector3, p1: Vector3, p2: Vector3, p3: Vector3, v1: Vector3, v2: Vector3, v3: Vector3, target: Vector3): Vector3 | null;
|
|
14
|
-
static getInterpolatedAttribute(attr: BufferAttribute, i1: number, i2: number, i3: number, barycoord: Vector3, target: Vector4): Vector4;
|
|
15
|
-
static isFrontFacing(a: Vector3, b: Vector3, c: Vector3, direction: Vector3): boolean;
|
|
16
|
-
set(a?: Vector3, b?: Vector3, c?: Vector3): this;
|
|
17
|
-
setFromPointsAndIndices(points: Vector3[], i0: number, i1: number, i2: number): this;
|
|
18
|
-
setFromAttributeAndIndices(attribute: BufferAttribute, i0: number, i1: number, i2: number): this;
|
|
19
|
-
clone(): Triangle;
|
|
20
|
-
copy(triangle: Triangle): this;
|
|
21
|
-
getArea(): number;
|
|
22
|
-
getMidpoint(target: Vector3): Vector3;
|
|
23
|
-
getNormal(target: Vector3): Vector3;
|
|
24
|
-
getPlane(target: Plane): Plane;
|
|
25
|
-
getBarycoord(point: Vector3, target: Vector3): Vector3 | null;
|
|
26
|
-
getInterpolation(point: Vector3, v1: Vector3, v2: Vector3, v3: Vector3, target: Vector3): Vector3 | null;
|
|
27
|
-
containsPoint(point: Vector3): boolean;
|
|
28
|
-
isFrontFacing(direction: Vector3): boolean;
|
|
29
|
-
intersectsBox(box: Box3): boolean;
|
|
30
|
-
closestPointToPoint(p: Vector3, target: Vector3): Vector3;
|
|
31
|
-
equals(triangle: Triangle): boolean;
|
|
32
|
-
}
|
|
33
|
-
export default Triangle;
|
|
34
1
|
//# sourceMappingURL=Triangle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Triangle.d.ts","sourceRoot":"","sources":["../../../src/math/core/Triangle.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Triangle.d.ts","sourceRoot":"","sources":["../../../src/math/core/Triangle.ts"],"names":[],"mappings":""}
|
package/types/math/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/math/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/math/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Point3Ds.d.ts","sourceRoot":"","sources":["../../../src/math/shapes/Point3Ds.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Point3Ds.d.ts","sourceRoot":"","sources":["../../../src/math/shapes/Point3Ds.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAiB,MAAM,UAAU,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,OAAO,MAAM,WAAW,CAAC;AAGhC,qBAAa,QAAS,SAAQ,KAAK;IACjC,MAAM,EAAE,OAAO,EAAE,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC;gBAEH,MAAM,GAAE,OAAO,EAAO;IAUlC,aAAa,IAAI,kBAAkB,EAAE;IAcrC,eAAe,CAAC,GAAG,EAAE,eAAe;IAYpC,IAAI,MAAM,WAET;IAED,QAAQ,IAAI,MAAM;IAIlB,UAAU,IAAI,OAAO;IAQrB,cAAc,IAAI,MAAM;IAgCxB,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM;CAQrC;AAED,eAAe,QAAQ,CAAC"}
|
package/types/MVVM.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type State } from "@zyzgroup/core-common";
|
|
2
|
-
export declare class MVVM {
|
|
3
|
-
state: State;
|
|
4
|
-
el: HTMLElement;
|
|
5
|
-
constructor(state: State, el: HTMLElement);
|
|
6
|
-
compile(el: HTMLElement): void;
|
|
7
|
-
getStateValue(attrName: string): any;
|
|
8
|
-
setStateValue(attrName: string, val: any): void;
|
|
9
|
-
static compileTemplate(template: string): string;
|
|
10
|
-
}
|
|
11
|
-
export default MVVM;
|
|
12
|
-
//# sourceMappingURL=MVVM.d.ts.map
|
package/types/MVVM.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MVVM.d.ts","sourceRoot":"","sources":["../src/MVVM.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,KAAK,EAQX,MAAM,uBAAuB,CAAC;AAI/B,qBAAa,IAAI;IACf,KAAK,EAAE,KAAK,CAAC;IACb,EAAE,EAAE,WAAW,CAAC;gBAEJ,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,WAAW;IAOzC,OAAO,CAAC,EAAE,EAAE,WAAW;IAkHvB,aAAa,CAAC,QAAQ,EAAE,MAAM;IAS9B,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG;IAsCxC,MAAM,CAAC,eAAe,CAAC,QAAQ,EAAE,MAAM;CAexC;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare let rAF: ((callback: FrameRequestCallback) => number) & typeof requestAnimationFrame;
|
|
2
|
-
declare let cAF: ((handle: number) => void) & typeof cancelAnimationFrame;
|
|
3
|
-
export { rAF, cAF };
|
|
4
|
-
export declare function requestAnimationFrameCycle(cb: (time: DOMHighResTimeStamp) => boolean): () => void;
|
|
5
|
-
export declare function setTimeoutAccurate(cb: (time: DOMHighResTimeStamp) => void, timeout?: number): () => void;
|
|
6
|
-
export declare function setIntervalAccurate(cb: (time: DOMHighResTimeStamp, count: number, isTimeOutInThisCycle: boolean) => void, interval?: number): () => void;
|
|
7
|
-
export declare function createRunCycleInMaxRate(task: () => any, fps?: number): () => any;
|
|
8
|
-
export declare function scheduleIdle(cb: () => void, options?: {
|
|
9
|
-
timeout?: number;
|
|
10
|
-
}): void;
|
|
11
|
-
export declare function scheduleIdleAsap(cb: () => void, options?: {
|
|
12
|
-
timeout?: number;
|
|
13
|
-
name?: string;
|
|
14
|
-
}): void;
|
|
15
|
-
//# sourceMappingURL=schedule.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schedule.d.ts","sourceRoot":"","sources":["../../src/animate/schedule.ts"],"names":[],"mappings":"AAQA,QAAA,IAAI,GAAG,6EAKkC,CAAC;AAE1C,QAAA,IAAI,GAAG,0DAKiC,CAAC;AAsBzC,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAIpB,wBAAgB,0BAA0B,CACxC,EAAE,EAAE,CAAC,IAAI,EAAE,mBAAmB,KAAK,OAAO,GACzC,MAAM,IAAI,CAWZ;AAGD,wBAAgB,kBAAkB,CAChC,EAAE,EAAE,CAAC,IAAI,EAAE,mBAAmB,KAAK,IAAI,EACvC,OAAO,SAAI,GACV,MAAM,IAAI,CAgBZ;AAED,wBAAgB,mBAAmB,CACjC,EAAE,EAAE,CACF,IAAI,EAAE,mBAAmB,EACzB,KAAK,EAAE,MAAM,EACb,oBAAoB,EAAE,OAAO,KAC1B,IAAI,EACT,QAAQ,SAAI,GACX,MAAM,IAAI,CAmBZ;AAGD,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,EAAE,GAAG,SAAK,GAAG,MAAM,GAAG,CAW5E;AAwDD,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,IAAI,EACd,OAAO,CAAC,EAAE;IACR,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,QAaF;AAwGD,wBAAgB,gBAAgB,CAC9B,EAAE,EAAE,MAAM,IAAI,EACd,OAAO,CAAC,EAAE;IACR,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,QAmBF"}
|
package/types/color.d.ts
DELETED
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { BufferAttribute, Matrix3, Vector3 } from "./math";
|
|
2
|
-
export declare const COLOR_NAMES: Record<string, number>;
|
|
3
|
-
export declare class Color {
|
|
4
|
-
private _color;
|
|
5
|
-
constructor(color?: any, forceAlpha?: number);
|
|
6
|
-
get color(): any;
|
|
7
|
-
set color(color: any);
|
|
8
|
-
setColor(color: any): this;
|
|
9
|
-
set(color: any): this;
|
|
10
|
-
get r(): any;
|
|
11
|
-
set r(v: any);
|
|
12
|
-
get g(): any;
|
|
13
|
-
set g(v: any);
|
|
14
|
-
get b(): any;
|
|
15
|
-
set b(v: any);
|
|
16
|
-
get a(): any;
|
|
17
|
-
set a(a: any);
|
|
18
|
-
setAlpha(a: any): this;
|
|
19
|
-
setFromVector3(v: Vector3): this;
|
|
20
|
-
applyMatrix3(m: Matrix3): this;
|
|
21
|
-
fromBufferAttribute(attribute: BufferAttribute, index: number): this;
|
|
22
|
-
fromArray(array: number[], offset?: number): this;
|
|
23
|
-
toArray(array?: number[], offset?: number): number[];
|
|
24
|
-
toRGBString(): string;
|
|
25
|
-
toHexString(): string;
|
|
26
|
-
toString(): string;
|
|
27
|
-
toColorSpaceString(colorSpace?: string): string;
|
|
28
|
-
[Symbol.iterator](): Generator<any, void, unknown>;
|
|
29
|
-
clone(): Color;
|
|
30
|
-
copy(c: Color): this;
|
|
31
|
-
copySRGBToLinear(color: Color): this;
|
|
32
|
-
copyLinearToSRGB(color: Color): this;
|
|
33
|
-
convertSRGBToLinear(): this;
|
|
34
|
-
convertLinearToSRGB(): this;
|
|
35
|
-
equals(c: Color): boolean;
|
|
36
|
-
add(color: Color): this;
|
|
37
|
-
addColors(color1: Color, color2: Color): this;
|
|
38
|
-
addScalar(s: number): this;
|
|
39
|
-
setScalar(scalar: number): this;
|
|
40
|
-
sub(color: Color): this;
|
|
41
|
-
multiply(color: Color): this;
|
|
42
|
-
multiplyScalar(s: number): this;
|
|
43
|
-
opposite(bw?: boolean, blackColor?: string, whiteColor?: string): this;
|
|
44
|
-
closet(blackColor?: string, whiteColor?: string): this;
|
|
45
|
-
lighten(t: number): this;
|
|
46
|
-
darken(t: number): this;
|
|
47
|
-
lerp(color: Color, t: number): this;
|
|
48
|
-
lerpColors(start: Color, end: Color, t: number): this;
|
|
49
|
-
static gradient(start: string, end: string, t: number): string;
|
|
50
|
-
static random(): string;
|
|
51
|
-
static nextIndex: number;
|
|
52
|
-
static next(startIndex?: number): string;
|
|
53
|
-
setColorName(style: string): this;
|
|
54
|
-
static getColors(): string[];
|
|
55
|
-
setRGB(r: number, g: number, b: number, a?: number): this;
|
|
56
|
-
get rgb(): {
|
|
57
|
-
r: any;
|
|
58
|
-
g: any;
|
|
59
|
-
b: any;
|
|
60
|
-
a: any;
|
|
61
|
-
};
|
|
62
|
-
setHEX(hex: number): this;
|
|
63
|
-
get hex(): number;
|
|
64
|
-
setHSL(_h: number, _s: number, _l: number, a?: number): this;
|
|
65
|
-
getHSL(target?: Color): {
|
|
66
|
-
h: number;
|
|
67
|
-
s: number;
|
|
68
|
-
l: number;
|
|
69
|
-
a: any;
|
|
70
|
-
};
|
|
71
|
-
offsetHSL(h: number, s: number, l: number): this;
|
|
72
|
-
lerpHSL(color: Color, t: number): this;
|
|
73
|
-
setHSV(_h: number, _s: number, _v: number, a?: number): this;
|
|
74
|
-
setHSB(_h: number, _s: number, _b: number, a?: number): void;
|
|
75
|
-
getHSV(target?: Color): {
|
|
76
|
-
h: number;
|
|
77
|
-
s: number;
|
|
78
|
-
v: number;
|
|
79
|
-
a: any;
|
|
80
|
-
};
|
|
81
|
-
getHSB(target?: Color): {
|
|
82
|
-
h: number;
|
|
83
|
-
s: number;
|
|
84
|
-
b: number;
|
|
85
|
-
a: any;
|
|
86
|
-
};
|
|
87
|
-
}
|
|
88
|
-
export declare const __color: Color;
|
|
89
|
-
export declare const NoColorSpace = "";
|
|
90
|
-
export declare const SRGBColorSpace = "srgb";
|
|
91
|
-
export declare const LinearSRGBColorSpace = "srgb-linear";
|
|
92
|
-
export declare const LinearTransfer = "linear";
|
|
93
|
-
export declare const SRGBTransfer = "srgb";
|
|
94
|
-
export declare function SRGBToLinear(c: number): number;
|
|
95
|
-
export declare function LinearToSRGB(c: number): number;
|
|
96
|
-
export declare const ColorManagement: {
|
|
97
|
-
enabled: boolean;
|
|
98
|
-
workingColorSpace: string;
|
|
99
|
-
spaces: Record<string, Record<string, any>>;
|
|
100
|
-
convert: (color: Color, sourceColorSpace: string, targetColorSpace: string) => Color;
|
|
101
|
-
fromWorkingColorSpace: (color: Color, targetColorSpace: string) => Color;
|
|
102
|
-
toWorkingColorSpace: (color: Color, sourceColorSpace: string) => Color;
|
|
103
|
-
getPrimaries: (colorSpace: string) => any;
|
|
104
|
-
getTransfer: (colorSpace: string) => any;
|
|
105
|
-
getLuminanceCoefficients: (this: any, target: Color, colorSpace?: any) => Color;
|
|
106
|
-
define: (colorSpaces: Record<string, Record<string, any>>) => void;
|
|
107
|
-
_getMatrix: (targetMatrix: Matrix3, sourceColorSpace: string, targetColorSpace: string) => Matrix3;
|
|
108
|
-
_getDrawingBufferColorSpace: (colorSpace: string) => any;
|
|
109
|
-
_getUnpackColorSpace: (this: any, colorSpace?: any) => any;
|
|
110
|
-
};
|
|
111
|
-
//# sourceMappingURL=color.d.ts.map
|
package/types/color.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../src/color.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
type FetchResponseType = "arraybuffer" | "blob" | "text" | "json";
|
|
2
|
-
type FetchRequestOptions = RequestInit & {
|
|
3
|
-
responseType?: FetchResponseType;
|
|
4
|
-
onProgress?: (e: ProgressEvent) => void;
|
|
5
|
-
timeout?: number;
|
|
6
|
-
};
|
|
7
|
-
export declare function getFetchId(url: string, options: FetchRequestOptions): string;
|
|
8
|
-
export declare function useFetch(url: string, options: FetchRequestOptions): Promise<any>;
|
|
9
|
-
export declare function cancelFetch(url: string, options: FetchRequestOptions): void;
|
|
10
|
-
export declare function useFetchRetry(maxRetries?: number, retryDelay?: number): (this: any, ...args: any[]) => Promise<any>;
|
|
11
|
-
export declare function useFetchCache(ttlMs?: number): (this: any, ...args: any[]) => Promise<any>;
|
|
12
|
-
export declare function useFetchRetryCache(ttlMs?: number, maxRetries?: number, retryDelay?: number): (this: any, ...args: any[]) => Promise<any>;
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=useFetch.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useFetch.d.ts","sourceRoot":"","sources":["../../src/hooks/useFetch.ts"],"names":[],"mappings":"AASA,KAAK,iBAAiB,GAAG,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AAElE,KAAK,mBAAmB,GAAG,WAAW,GAAG;IACvC,YAAY,CAAC,EAAE,iBAAiB,CAAC;IACjC,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;CAElB,CAAC;AAIF,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,mBAAmB,UAEnE;AAGD,wBAAsB,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,mBAAmB,gBAyHvE;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,mBAAmB,QAKpE;AAED,wBAAgB,aAAa,CAAC,UAAU,SAAI,EAAE,UAAU,CAAC,EAAE,MAAM,+CAGhE;AAED,wBAAgB,aAAa,CAAC,KAAK,SAAQ,+CAG1C;AAED,wBAAgB,kBAAkB,CAChC,KAAK,SAAQ,EACb,UAAU,SAAI,EACd,UAAU,CAAC,EAAE,MAAM,+CAIpB"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type AnyElement, HashTable } from "@zyzgroup/core-common";
|
|
2
|
-
import { VNode } from "../vnode";
|
|
3
|
-
export declare function getVnode(el: AnyElement, cache?: HashTable<VNode>): VNode;
|
|
4
|
-
export declare function updateVnode(el: AnyElement, update: (vnode: VNode) => void, cache?: HashTable<VNode>): void;
|
|
5
|
-
export declare function scheduleVnodeImmediately(cache?: HashTable<VNode>): void;
|
|
6
|
-
export declare function scheduleVnodeAsap(cache?: HashTable<VNode>): void;
|
|
7
|
-
//# sourceMappingURL=useVnode.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useVnode.d.ts","sourceRoot":"","sources":["../../src/hooks/useVnode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,SAAS,EAIV,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,EAA4B,MAAM,UAAU,CAAC;AAU3D,wBAAgB,QAAQ,CAAC,EAAE,EAAE,UAAU,EAAE,KAAK,mBAAmB,GAAG,KAAK,CASxE;AAGD,wBAAgB,WAAW,CACzB,EAAE,EAAE,UAAU,EACd,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,EAC9B,KAAK,mBAAmB,QAQzB;AAmBD,wBAAgB,wBAAwB,CAAC,KAAK,mBAAmB,QAEhE;AAED,wBAAgB,iBAAiB,CAAC,KAAK,mBAAmB,QAKzD"}
|
package/types/signature.d.ts
DELETED
|
@@ -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
|
package/types/signature.d.ts.map
DELETED
|
@@ -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"}
|
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
|
package/types/vnode.d.ts.map
DELETED
|
@@ -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"}
|