@synnaxlabs/x 0.42.1 → 0.43.0
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/.turbo/turbo-build.log +93 -105
- package/.vscode/settings.json +4 -6
- package/README.md +1 -7
- package/dist/array.cjs +1 -0
- package/dist/array.js +7 -0
- package/dist/base-B5lQIJKc.js +38 -0
- package/dist/base-CTq-lhpU.cjs +1 -0
- package/dist/binary.cjs +1 -1
- package/dist/binary.js +1 -1
- package/dist/bounds.cjs +1 -1
- package/dist/bounds.js +2 -2
- package/dist/box.cjs +1 -1
- package/dist/box.js +1 -1
- package/dist/caseconv.cjs +1 -1
- package/dist/caseconv.js +2 -2
- package/dist/change.cjs +1 -1
- package/dist/change.js +10 -2
- package/dist/compare.cjs +1 -1
- package/dist/compare.js +1 -1
- package/dist/deep.cjs +1 -1
- package/dist/deep.js +92 -79
- package/dist/dimensions.cjs +1 -1
- package/dist/dimensions.js +41 -2
- package/dist/direction.cjs +1 -1
- package/dist/direction.js +1 -1
- package/dist/index-4GlOgZuh.js +99 -0
- package/dist/{direction-C-b6XTeU.cjs → index-B58dnYRu.cjs} +1 -1
- package/dist/index-BMGaoK93.cjs +1 -0
- package/dist/index-BTet04Hd.cjs +6 -0
- package/dist/{scale-DfJe9755.js → index-BUa-NXAX.js} +46 -46
- package/dist/{xy-D_LqxaGt.js → index-C-qYOegc.js} +62 -62
- package/dist/index-C07SBJhr.js +128 -0
- package/dist/{bounds-Bn5_l4Z3.js → index-C9EdKeu1.js} +77 -76
- package/dist/index-CM8ZDZ6s.cjs +1 -0
- package/dist/index-CV2JaHfw.cjs +1 -0
- package/dist/index-CeBvOwG8.cjs +3 -0
- package/dist/index-ClrGyGDp.js +205 -0
- package/dist/index-CqQXXeCI.cjs +1 -0
- package/dist/{location-C3aeu046.js → index-D6V-8SKw.js} +26 -26
- package/dist/index-DBGAIs_7.js +2492 -0
- package/dist/index-DEdq2tza.cjs +1 -0
- package/dist/index-DKMnHBGR.cjs +1 -0
- package/dist/index-Dql5FMcH.js +47 -0
- package/dist/{direction-BL0PhD1k.js → index-DxU1zwsd.js} +1 -1
- package/dist/index-WwMnwoLy.cjs +1 -0
- package/dist/index.cjs +5 -3
- package/dist/index.js +5372 -649
- package/dist/kv.cjs +1 -1
- package/dist/kv.js +45 -2
- package/dist/location.cjs +1 -1
- package/dist/location.js +1 -1
- package/dist/position.cjs +1 -1
- package/dist/position.js +83 -2
- package/dist/record.cjs +1 -1
- package/dist/record.js +8 -10
- package/dist/runtime.cjs +1 -1
- package/dist/runtime.js +27 -2
- package/dist/scale.cjs +1 -1
- package/dist/scale.js +1 -1
- package/dist/schemas-55Usj0Fg.js +3998 -0
- package/dist/schemas-DbXuI2Qr.cjs +27 -0
- package/dist/spatial.cjs +1 -1
- package/dist/spatial.js +25 -18
- package/dist/src/array/index.d.ts +2 -0
- package/dist/src/array/index.d.ts.map +1 -0
- package/dist/src/array/toArray.d.ts +19 -0
- package/dist/src/array/toArray.d.ts.map +1 -0
- package/dist/src/array/toArray.spec.d.ts +2 -0
- package/dist/src/array/toArray.spec.d.ts.map +1 -0
- package/dist/src/binary/codec.d.ts +8 -16
- package/dist/src/binary/codec.d.ts.map +1 -1
- package/dist/src/breaker/breaker.d.ts +6 -6
- package/dist/src/breaker/breaker.d.ts.map +1 -1
- package/dist/src/caseconv/caseconv.d.ts +1 -1
- package/dist/src/caseconv/caseconv.d.ts.map +1 -1
- package/dist/src/change/change.d.ts +3 -3
- package/dist/src/change/change.d.ts.map +1 -1
- package/dist/src/color/color.d.ts +63 -28
- package/dist/src/color/color.d.ts.map +1 -1
- package/dist/src/color/external.d.ts +0 -1
- package/dist/src/color/external.d.ts.map +1 -1
- package/dist/src/color/gradient.d.ts +9 -5
- package/dist/src/color/gradient.d.ts.map +1 -1
- package/dist/src/color/palette.d.ts +14 -6
- package/dist/src/color/palette.d.ts.map +1 -1
- package/dist/src/compare/compare.d.ts +4 -4
- package/dist/src/compare/compare.d.ts.map +1 -1
- package/dist/src/control/control.d.ts +32 -32
- package/dist/src/control/control.d.ts.map +1 -1
- package/dist/src/debounce/debounce.d.ts +1 -1
- package/dist/src/debounce/debounce.d.ts.map +1 -1
- package/dist/src/deep/delete.d.ts +1 -1
- package/dist/src/deep/delete.d.ts.map +1 -1
- package/dist/src/deep/difference.d.ts.map +1 -1
- package/dist/src/deep/equal.d.ts +4 -4
- package/dist/src/deep/equal.d.ts.map +1 -1
- package/dist/src/deep/merge.d.ts +1 -1
- package/dist/src/deep/merge.d.ts.map +1 -1
- package/dist/src/errors/errors.d.ts +62 -36
- package/dist/src/errors/errors.d.ts.map +1 -1
- package/dist/src/index.d.ts +4 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instance/index.d.ts +2 -0
- package/dist/src/instance/index.d.ts.map +1 -0
- package/dist/src/instance/matcher.d.ts +79 -0
- package/dist/src/instance/matcher.d.ts.map +1 -0
- package/dist/src/instance/matcher.spec.d.ts +2 -0
- package/dist/src/instance/matcher.spec.d.ts.map +1 -0
- package/dist/src/jsonrpc/jsonrpc.d.ts +40 -9
- package/dist/src/jsonrpc/jsonrpc.d.ts.map +1 -1
- package/dist/src/kv/types.d.ts +2 -2
- package/dist/src/kv/types.d.ts.map +1 -1
- package/dist/src/migrate/migrate.d.ts +5 -5
- package/dist/src/migrate/migrate.d.ts.map +1 -1
- package/dist/src/notation/notation.d.ts +1 -1
- package/dist/src/notation/notation.d.ts.map +1 -1
- package/dist/src/primitive/index.d.ts +2 -0
- package/dist/src/primitive/index.d.ts.map +1 -0
- package/dist/src/primitive/primitive.d.ts +39 -0
- package/dist/src/primitive/primitive.d.ts.map +1 -0
- package/dist/src/primitive/primitive.spec.d.ts +2 -0
- package/dist/src/primitive/primitive.spec.d.ts.map +1 -0
- package/dist/src/record.d.ts +2 -2
- package/dist/src/record.d.ts.map +1 -1
- package/dist/src/renderable.d.ts +1 -1
- package/dist/src/renderable.d.ts.map +1 -1
- package/dist/src/replace.d.ts.map +1 -1
- package/dist/src/runtime/detect.d.ts.map +1 -1
- package/dist/src/runtime/os.d.ts +1 -1
- package/dist/src/runtime/os.d.ts.map +1 -1
- package/dist/src/spatial/base.d.ts +10 -10
- package/dist/src/spatial/base.d.ts.map +1 -1
- package/dist/src/spatial/bounds/bounds.d.ts +82 -16
- package/dist/src/spatial/bounds/bounds.d.ts.map +1 -1
- package/dist/src/spatial/box/box.d.ts +7 -7
- package/dist/src/spatial/box/box.d.ts.map +1 -1
- package/dist/src/spatial/dimensions/dimensions.d.ts +5 -5
- package/dist/src/spatial/dimensions/dimensions.d.ts.map +1 -1
- package/dist/src/spatial/direction/direction.d.ts +1 -1
- package/dist/src/spatial/location/location.d.ts +4 -4
- package/dist/src/spatial/location/location.d.ts.map +1 -1
- package/dist/src/spatial/scale/scale.d.ts +11 -11
- package/dist/src/spatial/scale/scale.d.ts.map +1 -1
- package/dist/src/spatial/xy/xy.d.ts +5 -5
- package/dist/src/spatial/xy/xy.d.ts.map +1 -1
- package/dist/src/status/index.d.ts +2 -0
- package/dist/src/status/index.d.ts.map +1 -0
- package/dist/src/status/types.d.ts +11 -0
- package/dist/src/status/types.d.ts.map +1 -0
- package/dist/src/sync/index.d.ts.map +1 -1
- package/dist/src/sync/mutex.d.ts +0 -1
- package/dist/src/sync/mutex.d.ts.map +1 -1
- package/dist/src/telem/gl.d.ts +1 -1
- package/dist/src/telem/gl.d.ts.map +1 -1
- package/dist/src/telem/series.d.ts +468 -62
- package/dist/src/telem/series.d.ts.map +1 -1
- package/dist/src/telem/telem.d.ts +243 -53
- package/dist/src/telem/telem.d.ts.map +1 -1
- package/dist/src/uuid/index.d.ts +2 -0
- package/dist/src/uuid/index.d.ts.map +1 -0
- package/dist/src/uuid/uuid.d.ts +35 -0
- package/dist/src/uuid/uuid.d.ts.map +1 -0
- package/dist/src/uuid/uuid.spec.d.ts +2 -0
- package/dist/src/uuid/uuid.spec.d.ts.map +1 -0
- package/dist/src/zod/external.d.ts +1 -1
- package/dist/src/zod/external.d.ts.map +1 -1
- package/dist/src/zod/nullToUndefined.d.ts +3 -0
- package/dist/src/zod/nullToUndefined.d.ts.map +1 -0
- package/dist/src/zod/nullToUndefined.spec.d.ts +2 -0
- package/dist/src/zod/nullToUndefined.spec.d.ts.map +1 -0
- package/dist/src/zod/util.d.ts +2 -2
- package/dist/src/zod/util.d.ts.map +1 -1
- package/dist/telem.cjs +1 -1
- package/dist/telem.js +1 -1
- package/dist/xy.cjs +1 -1
- package/dist/xy.js +1 -1
- package/dist/zod.cjs +1 -1
- package/dist/zod.js +19 -2
- package/eslint.config.js +1 -1
- package/package.json +16 -14
- package/src/{toArray.ts → array/index.ts} +1 -5
- package/src/array/toArray.spec.ts +56 -0
- package/src/array/toArray.ts +28 -0
- package/src/binary/codec.spec.ts +201 -278
- package/src/binary/codec.ts +20 -76
- package/src/breaker/breaker.ts +3 -3
- package/src/caseconv/caseconv.ts +6 -4
- package/src/change/change.ts +2 -2
- package/src/color/color.spec.ts +121 -2
- package/src/color/color.ts +90 -54
- package/src/color/external.ts +0 -1
- package/src/color/gradient.ts +20 -28
- package/src/color/palette.ts +1 -1
- package/src/compare/compare.ts +5 -5
- package/src/control/control.ts +22 -19
- package/src/debounce/debounce.ts +1 -1
- package/src/deep/delete.ts +5 -4
- package/src/deep/difference.ts +6 -2
- package/src/deep/equal.spec.ts +1 -1
- package/src/deep/equal.ts +5 -5
- package/src/deep/merge.spec.ts +13 -1
- package/src/deep/merge.ts +16 -7
- package/src/deep/path.ts +1 -1
- package/src/errors/errors.ts +65 -44
- package/src/index.ts +4 -1
- package/src/instance/index.ts +10 -0
- package/src/instance/matcher.spec.ts +78 -0
- package/src/instance/matcher.ts +98 -0
- package/src/jsonrpc/jsonrpc.spec.ts +2 -1
- package/src/jsonrpc/jsonrpc.ts +36 -7
- package/src/kv/types.ts +1 -1
- package/src/migrate/migrate.spec.ts +1 -1
- package/src/migrate/migrate.ts +7 -7
- package/src/notation/notation.ts +1 -1
- package/src/primitive/index.ts +10 -0
- package/src/primitive/primitive.spec.ts +126 -0
- package/src/primitive/primitive.ts +82 -0
- package/src/record.ts +3 -5
- package/src/renderable.ts +1 -1
- package/src/replace.ts +9 -0
- package/src/runtime/detect.ts +0 -2
- package/src/runtime/os.ts +1 -1
- package/src/spatial/base.ts +1 -1
- package/src/spatial/bounds/bounds.spec.ts +20 -0
- package/src/spatial/bounds/bounds.ts +101 -18
- package/src/spatial/box/box.ts +1 -1
- package/src/spatial/dimensions/dimensions.ts +3 -3
- package/src/spatial/location/location.ts +1 -1
- package/src/spatial/scale/scale.ts +1 -1
- package/src/spatial/xy/xy.ts +1 -1
- package/src/status/index.ts +10 -0
- package/src/status/types.ts +22 -0
- package/src/sync/index.ts +9 -0
- package/src/sync/mutex.ts +9 -4
- package/src/telem/gl.ts +1 -1
- package/src/telem/series.spec.ts +735 -68
- package/src/telem/series.ts +536 -195
- package/src/telem/telem.spec.ts +60 -7
- package/src/telem/telem.ts +287 -95
- package/src/uuid/index.ts +10 -0
- package/src/uuid/uuid.spec.ts +82 -0
- package/src/uuid/uuid.ts +48 -0
- package/src/zod/external.ts +1 -1
- package/src/zod/nullToUndefined.spec.ts +31 -0
- package/src/zod/nullToUndefined.ts +23 -0
- package/src/zod/util.spec.ts +1 -1
- package/src/zod/util.ts +6 -6
- package/tsconfig.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/vite.config.ts +1 -1
- package/dist/base-BAM2mqCy.cjs +0 -1
- package/dist/base-DFq0vvGn.js +0 -38
- package/dist/bounds-BQo7rvs9.cjs +0 -1
- package/dist/box-0YrQibkB.cjs +0 -1
- package/dist/box-Cc8IzcNo.js +0 -205
- package/dist/change-C-YELKx6.cjs +0 -1
- package/dist/change-DLl6DccR.js +0 -12
- package/dist/dimensions-CRgergMS.js +0 -43
- package/dist/dimensions-D2QGoNXO.cjs +0 -1
- package/dist/external-BPgtxa8d.js +0 -29
- package/dist/external-C-dNgNQw.cjs +0 -1
- package/dist/external-C8TFju8Q.js +0 -29
- package/dist/external-DWQITF5_.cjs +0 -1
- package/dist/external-DqPrWKvU.js +0 -47
- package/dist/external-uXk0Avrg.cjs +0 -1
- package/dist/index-BywOGO8U.js +0 -1074
- package/dist/index-CYYjI7Uf.cjs +0 -1
- package/dist/index-C_6NXBlg.cjs +0 -3
- package/dist/index-Dd8DLyMx.cjs +0 -1
- package/dist/index-DizUWH6z.js +0 -47
- package/dist/index-QGplUHuy.js +0 -98
- package/dist/location-BGl5Ddds.cjs +0 -1
- package/dist/position-Cai5-wi1.cjs +0 -1
- package/dist/position-DIglP1l2.js +0 -85
- package/dist/scale-BtZINJ-A.cjs +0 -1
- package/dist/series-B9JERcqi.js +0 -1977
- package/dist/series-DqJ6f97G.cjs +0 -11
- package/dist/spatial-BSWPzMkK.js +0 -11
- package/dist/spatial-DGpZ2sO3.cjs +0 -1
- package/dist/src/color/transformColorsToHex.d.ts +0 -6
- package/dist/src/color/transformColorsToHex.d.ts.map +0 -1
- package/dist/src/primitive.d.ts +0 -9
- package/dist/src/primitive.d.ts.map +0 -1
- package/dist/src/toArray.d.ts +0 -3
- package/dist/src/toArray.d.ts.map +0 -1
- package/dist/src/zod/integer.d.ts +0 -10
- package/dist/src/zod/integer.d.ts.map +0 -1
- package/dist/src/zod/integer.spec.d.ts +0 -2
- package/dist/src/zod/integer.spec.d.ts.map +0 -1
- package/dist/toArray.cjs +0 -1
- package/dist/toArray.js +0 -5
- package/dist/xy-B7065J2S.cjs +0 -1
- package/src/color/transformColorsToHex.ts +0 -30
- package/src/primitive.ts +0 -46
- package/src/zod/integer.spec.ts +0 -148
- package/src/zod/integer.ts +0 -38
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../src/color/color.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../src/color/color.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"external.d.ts","sourceRoot":"","sources":["../../../src/color/external.ts"],"names":[],"mappings":"AASA,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC
|
|
1
|
+
{"version":3,"file":"external.d.ts","sourceRoot":"","sources":["../../../src/color/external.ts"],"names":[],"mappings":"AASA,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
1
|
+
import { z } from 'zod/v4';
|
|
2
2
|
import { Color } from './color';
|
|
3
3
|
export declare const stopZ: z.ZodObject<{
|
|
4
4
|
key: z.ZodString;
|
|
5
|
-
color: z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber
|
|
5
|
+
color: z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodObject<{
|
|
6
|
+
rgba255: z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>;
|
|
7
|
+
}, z.core.$strip>]>;
|
|
6
8
|
position: z.ZodNumber;
|
|
7
9
|
switched: z.ZodOptional<z.ZodBoolean>;
|
|
8
|
-
},
|
|
10
|
+
}, z.core.$strip>;
|
|
9
11
|
export type Stop = z.infer<typeof stopZ>;
|
|
10
12
|
export declare const gradientZ: z.ZodArray<z.ZodObject<{
|
|
11
13
|
key: z.ZodString;
|
|
12
|
-
color: z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber
|
|
14
|
+
color: z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodObject<{
|
|
15
|
+
rgba255: z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>;
|
|
16
|
+
}, z.core.$strip>]>;
|
|
13
17
|
position: z.ZodNumber;
|
|
14
18
|
switched: z.ZodOptional<z.ZodBoolean>;
|
|
15
|
-
},
|
|
19
|
+
}, z.core.$strip>>;
|
|
16
20
|
export type Gradient = Stop[];
|
|
17
21
|
export declare const fromGradient: (gradient: Gradient, position: number) => Color;
|
|
18
22
|
//# sourceMappingURL=gradient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gradient.d.ts","sourceRoot":"","sources":["../../../src/color/gradient.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"gradient.d.ts","sourceRoot":"","sources":["../../../src/color/gradient.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,OAAO,EAGL,KAAK,KAAK,EAMX,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,KAAK;;;;;;;iBAKhB,CAAC;AAEH,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC;AAEzC,eAAO,MAAM,SAAS;;;;;;;kBAAiB,CAAC;AAExC,MAAM,MAAM,QAAQ,GAAG,IAAI,EAAE,CAAC;AAE9B,eAAO,MAAM,YAAY,GAAI,UAAU,QAAQ,EAAE,UAAU,MAAM,KAAG,KAkCnE,CAAC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
1
|
+
import { z } from 'zod/v4';
|
|
2
2
|
declare const styleZ: z.ZodObject<{
|
|
3
3
|
key: z.ZodString;
|
|
4
4
|
name: z.ZodString;
|
|
5
|
-
color: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber
|
|
6
|
-
|
|
5
|
+
color: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodObject<{
|
|
6
|
+
rgba255: z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>;
|
|
7
|
+
}, z.core.$strip>]>, z.ZodTransform<[number, number, number, number], string | [number, number, number, number] | [number, number, number] | {
|
|
8
|
+
rgba255: [number, number, number, number];
|
|
9
|
+
}>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
7
11
|
export type Style = z.infer<typeof styleZ>;
|
|
8
12
|
export declare const paletteZ: z.ZodObject<{
|
|
9
13
|
key: z.ZodString;
|
|
@@ -11,9 +15,13 @@ export declare const paletteZ: z.ZodObject<{
|
|
|
11
15
|
swatches: z.ZodArray<z.ZodObject<{
|
|
12
16
|
key: z.ZodString;
|
|
13
17
|
name: z.ZodString;
|
|
14
|
-
color: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber
|
|
15
|
-
|
|
16
|
-
}, {
|
|
18
|
+
color: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, z.ZodObject<{
|
|
19
|
+
rgba255: z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>;
|
|
20
|
+
}, z.core.$strip>]>, z.ZodTransform<[number, number, number, number], string | [number, number, number, number] | [number, number, number] | {
|
|
21
|
+
rgba255: [number, number, number, number];
|
|
22
|
+
}>>;
|
|
23
|
+
}, z.core.$strip>>;
|
|
24
|
+
}, z.core.$strip>;
|
|
17
25
|
export type Palette = z.infer<typeof paletteZ>;
|
|
18
26
|
export {};
|
|
19
27
|
//# sourceMappingURL=palette.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../../src/color/palette.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../../src/color/palette.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,QAAA,MAAM,MAAM;;;;;;;;iBAIV,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC;AAE3C,eAAO,MAAM,QAAQ;;;;;;;;;;;;iBAInB,CAAC;AAEH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { primitive } from '../primitive';
|
|
2
2
|
import { spatial } from '../spatial';
|
|
3
3
|
export type CompareF<T> = (a: T, b: T) => number;
|
|
4
4
|
/**
|
|
@@ -26,9 +26,9 @@ export declare const newFieldF: <T>(key: keyof T, value: T, reverse?: boolean) =
|
|
|
26
26
|
* @returns The array with the greater length if the array lengths are not equal. If the
|
|
27
27
|
* arrays are the same length, returns 0 if all elements are equal, otherwise returns -1.
|
|
28
28
|
*/
|
|
29
|
-
export declare const primitiveArrays: <T extends
|
|
30
|
-
export declare const unorderedPrimitiveArrays: <T extends
|
|
31
|
-
export declare const uniqueUnorderedPrimitiveArrays: <T extends
|
|
29
|
+
export declare const primitiveArrays: <T extends primitive.Value>(a: readonly T[] | T[], b: readonly T[] | T[]) => number;
|
|
30
|
+
export declare const unorderedPrimitiveArrays: <T extends primitive.Value>(a: readonly T[] | T[], b: readonly T[] | T[]) => number;
|
|
31
|
+
export declare const uniqueUnorderedPrimitiveArrays: <T extends primitive.Value>(a: readonly T[] | T[], b: readonly T[] | T[]) => number;
|
|
32
32
|
export declare const order: (a: spatial.Order, b: spatial.Order) => number;
|
|
33
33
|
/** @returns the reverse of the given compare function. */
|
|
34
34
|
export declare const reverseF: <T>(f: CompareF<T>) => CompareF<T>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compare.d.ts","sourceRoot":"","sources":["../../../src/compare/compare.ts"],"names":[],"mappings":"AASA,OAAO,
|
|
1
|
+
{"version":3,"file":"compare.d.ts","sourceRoot":"","sources":["../../../src/compare/compare.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,WAAW,CAAC;AAGzC,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC;AAEjD;;;;;;;GAOG;AACH,eAAO,MAAM,IAAI,GAAI,CAAC,EAAE,GAAG,CAAC,EAAE,UAAS,OAAe,KAAG,QAAQ,CAAC,CAAC,CA4BlE,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS,GAAI,CAAC,EACzB,KAAK,MAAM,CAAC,EACZ,OAAO,CAAC,EACR,UAAU,OAAO,KAChB,QAAQ,CAAC,CAAC,CAGZ,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,SAAS,CAAC,KAAK,EACvD,GAAG,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,EACrB,GAAG,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,KACpB,MAGF,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,CAAC,SAAS,SAAS,CAAC,KAAK,EAChE,GAAG,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,EACrB,GAAG,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,KACpB,MAOF,CAAC;AAEF,eAAO,MAAM,8BAA8B,GAAI,CAAC,SAAS,SAAS,CAAC,KAAK,EACtE,GAAG,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,EACrB,GAAG,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,KACpB,MAIF,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,GAAG,OAAO,CAAC,KAAK,EAAE,GAAG,OAAO,CAAC,KAAK,KAAG,MAI1D,CAAC;AAEF,0DAA0D;AAC1D,eAAO,MAAM,QAAQ,GAClB,CAAC,EAAE,GAAG,QAAQ,CAAC,CAAC,CAAC,KAAG,QAAQ,CAAC,CAAC,CAEtB,CAAC;AAEZ,oDAAoD;AACpD,eAAO,MAAM,KAAK,IAAI,CAAC;AAEvB,wDAAwD;AACxD,eAAO,MAAM,SAAS,KAAK,CAAC;AAE5B,2DAA2D;AAC3D,eAAO,MAAM,YAAY,IAAI,CAAC;AAE9B,oEAAoE;AACpE,eAAO,MAAM,UAAU,GAAI,GAAG,MAAM,KAAG,OAAoB,CAAC;AAE5D,uEAAuE;AACvE,eAAO,MAAM,aAAa,GAAI,GAAG,MAAM,KAAG,OAAoB,CAAC;AAE/D,mEAAmE;AACnE,eAAO,MAAM,kBAAkB,GAAI,GAAG,MAAM,KAAG,OAAqB,CAAC;AAErE,mEAAmE;AACnE,eAAO,MAAM,SAAS,GAAI,GAAG,MAAM,KAAG,OAAsB,CAAC;AAE7D,eAAO,MAAM,kBAAkB,GAAI,GAAG,MAAM,EAAE,GAAG,MAAM,KAAG,MAuBzD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
1
|
+
import { z } from 'zod/v4';
|
|
2
2
|
import { bounds } from '../spatial';
|
|
3
3
|
export declare const authorityZ: z.ZodNumber;
|
|
4
4
|
export type Authority = z.infer<typeof authorityZ>;
|
|
@@ -8,19 +8,19 @@ export declare const AUTHORITY_BOUNDS: bounds.Bounds<Authority>;
|
|
|
8
8
|
export declare const subjectZ: z.ZodObject<{
|
|
9
9
|
name: z.ZodString;
|
|
10
10
|
key: z.ZodString;
|
|
11
|
-
},
|
|
11
|
+
}, z.core.$strip>;
|
|
12
12
|
export interface Subject {
|
|
13
13
|
name: string;
|
|
14
14
|
key: string;
|
|
15
15
|
}
|
|
16
|
-
export declare const stateZ: <
|
|
16
|
+
export declare const stateZ: <R extends z.ZodType>(resource: R) => z.ZodObject<{
|
|
17
17
|
subject: z.ZodObject<{
|
|
18
18
|
name: z.ZodString;
|
|
19
19
|
key: z.ZodString;
|
|
20
|
-
},
|
|
21
|
-
resource:
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
resource: R;
|
|
22
22
|
authority: z.ZodNumber;
|
|
23
|
-
},
|
|
23
|
+
}, z.core.$strip>;
|
|
24
24
|
export interface State<R> {
|
|
25
25
|
subject: Subject;
|
|
26
26
|
resource: R;
|
|
@@ -31,73 +31,73 @@ interface Release<R> {
|
|
|
31
31
|
from: State<R>;
|
|
32
32
|
to?: null;
|
|
33
33
|
}
|
|
34
|
-
export declare const releaseZ: z.ZodObject<{
|
|
34
|
+
export declare const releaseZ: <R extends z.ZodType>(resource: R) => z.ZodObject<{
|
|
35
35
|
from: z.ZodObject<{
|
|
36
36
|
subject: z.ZodObject<{
|
|
37
37
|
name: z.ZodString;
|
|
38
38
|
key: z.ZodString;
|
|
39
|
-
},
|
|
40
|
-
resource:
|
|
39
|
+
}, z.core.$strip>;
|
|
40
|
+
resource: R;
|
|
41
41
|
authority: z.ZodNumber;
|
|
42
|
-
},
|
|
42
|
+
}, z.core.$strip>;
|
|
43
43
|
to: z.ZodNull;
|
|
44
|
-
},
|
|
44
|
+
}, z.core.$strip>;
|
|
45
45
|
interface Acquire<R> {
|
|
46
46
|
from?: null;
|
|
47
47
|
to: State<R>;
|
|
48
48
|
}
|
|
49
|
-
export declare const acquireZ: z.ZodObject<{
|
|
49
|
+
export declare const acquireZ: <R extends z.ZodType>(resource: R) => z.ZodObject<{
|
|
50
50
|
from: z.ZodNull;
|
|
51
51
|
to: z.ZodObject<{
|
|
52
52
|
subject: z.ZodObject<{
|
|
53
53
|
name: z.ZodString;
|
|
54
54
|
key: z.ZodString;
|
|
55
|
-
},
|
|
56
|
-
resource:
|
|
55
|
+
}, z.core.$strip>;
|
|
56
|
+
resource: R;
|
|
57
57
|
authority: z.ZodNumber;
|
|
58
|
-
},
|
|
59
|
-
},
|
|
58
|
+
}, z.core.$strip>;
|
|
59
|
+
}, z.core.$strip>;
|
|
60
60
|
export type Transfer<R> = {
|
|
61
61
|
from: State<R>;
|
|
62
62
|
to: State<R>;
|
|
63
63
|
} | Release<R> | Acquire<R>;
|
|
64
|
-
export declare const transferZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
64
|
+
export declare const transferZ: <R extends z.ZodType>(resource: R) => z.ZodUnion<readonly [z.ZodObject<{
|
|
65
65
|
from: z.ZodObject<{
|
|
66
66
|
subject: z.ZodObject<{
|
|
67
67
|
name: z.ZodString;
|
|
68
68
|
key: z.ZodString;
|
|
69
|
-
},
|
|
70
|
-
resource:
|
|
69
|
+
}, z.core.$strip>;
|
|
70
|
+
resource: R;
|
|
71
71
|
authority: z.ZodNumber;
|
|
72
|
-
},
|
|
72
|
+
}, z.core.$strip>;
|
|
73
73
|
to: z.ZodNull;
|
|
74
|
-
},
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
75
|
from: z.ZodNull;
|
|
76
76
|
to: z.ZodObject<{
|
|
77
77
|
subject: z.ZodObject<{
|
|
78
78
|
name: z.ZodString;
|
|
79
79
|
key: z.ZodString;
|
|
80
|
-
},
|
|
81
|
-
resource:
|
|
80
|
+
}, z.core.$strip>;
|
|
81
|
+
resource: R;
|
|
82
82
|
authority: z.ZodNumber;
|
|
83
|
-
},
|
|
84
|
-
},
|
|
83
|
+
}, z.core.$strip>;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
85
|
from: z.ZodObject<{
|
|
86
86
|
subject: z.ZodObject<{
|
|
87
87
|
name: z.ZodString;
|
|
88
88
|
key: z.ZodString;
|
|
89
|
-
},
|
|
90
|
-
resource:
|
|
89
|
+
}, z.core.$strip>;
|
|
90
|
+
resource: R;
|
|
91
91
|
authority: z.ZodNumber;
|
|
92
|
-
},
|
|
92
|
+
}, z.core.$strip>;
|
|
93
93
|
to: z.ZodObject<{
|
|
94
94
|
subject: z.ZodObject<{
|
|
95
95
|
name: z.ZodString;
|
|
96
96
|
key: z.ZodString;
|
|
97
|
-
},
|
|
98
|
-
resource:
|
|
97
|
+
}, z.core.$strip>;
|
|
98
|
+
resource: R;
|
|
99
99
|
authority: z.ZodNumber;
|
|
100
|
-
},
|
|
101
|
-
},
|
|
100
|
+
}, z.core.$strip>;
|
|
101
|
+
}, z.core.$strip>]>;
|
|
102
102
|
export {};
|
|
103
103
|
//# sourceMappingURL=control.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/control/control.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/control/control.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,eAAO,MAAM,UAAU,aAAmC,CAAC;AAC3D,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,kBAAkB,EAAE,SAAe,CAAC;AACjD,eAAO,MAAM,cAAc,EAAE,SAAa,CAAC;AAE3C,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,CAGrD,CAAC;AAEF,eAAO,MAAM,QAAQ;;;iBAGnB,CAAC;AAEH,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,MAAM,GAAI,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,UAAU,CAAC;;;;;;;iBAKnD,CAAC;AAEL,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,CAAC;IACZ,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,2BAA2B,GACrC,CAAC,EAAE,GAAG,WAAW,CAAC,EAAE,MACpB,WAAW,QAAQ,CAAC,CAAC,CAAC,EAAE,KAAG,QAAQ,CAAC,CAAC,CAAC,EAMnC,CAAC;AAEP,UAAU,OAAO,CAAC,CAAC;IACjB,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IACf,EAAE,CAAC,EAAE,IAAI,CAAC;CACX;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,UAAU,CAAC;;;;;;;;;;iBAIrD,CAAC;AAEL,UAAU,OAAO,CAAC,CAAC;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;CACd;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,UAAU,CAAC;;;;;;;;;;iBAIrD,CAAC;AAEL,MAAM,MAAM,QAAQ,CAAC,CAAC,IAClB;IACE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IACf,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;CACd,GACD,OAAO,CAAC,CAAC,CAAC,GACV,OAAO,CAAC,CAAC,CAAC,CAAC;AAEf,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAQtD,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const debounce: <F extends (...args: any[]) => void>(func: F, waitFor: number) => F;
|
|
2
|
-
export declare const throttle: <F extends (...args:
|
|
2
|
+
export declare const throttle: <F extends (...args: unknown[]) => void>(func: F, waitFor: number) => F;
|
|
3
3
|
//# sourceMappingURL=debounce.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../../src/debounce/debounce.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,EACzD,MAAM,CAAC,EACP,SAAS,MAAM,KACd,CAaF,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../../src/debounce/debounce.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,EACzD,MAAM,CAAC,EACP,SAAS,MAAM,KACd,CAaF,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,EAC7D,MAAM,CAAC,EACP,SAAS,MAAM,KACd,CAaF,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Key } from './path';
|
|
2
|
-
export declare const deleteD: <T extends
|
|
2
|
+
export declare const deleteD: <T extends unknown, D extends number = 5>(target: T, ...keys: Array<Key<T, D>>) => T;
|
|
3
3
|
//# sourceMappingURL=delete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/deep/delete.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,aAAa,CAAC;AAGvC,eAAO,MAAM,OAAO,GAAI,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/deep/delete.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,aAAa,CAAC;AAGvC,eAAO,MAAM,OAAO,GAAI,CAAC,SAAS,OAAO,EAAE,CAAC,SAAS,MAAM,GAAG,CAAC,EAC7D,QAAQ,CAAC,EACT,GAAG,MAAM,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KACxB,CAWF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"difference.d.ts","sourceRoot":"","sources":["../../../src/deep/difference.ts"],"names":[],"mappings":"AASA,KAAK,cAAc,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAEjC,eAAO,MAAM,UAAU,GACrB,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,OAAM,MAAW,KAChB,MAAM,CAAC,MAAM,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"difference.d.ts","sourceRoot":"","sources":["../../../src/deep/difference.ts"],"names":[],"mappings":"AASA,KAAK,cAAc,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAEjC,eAAO,MAAM,UAAU,GACrB,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,OAAM,MAAW,KAChB,MAAM,CAAC,MAAM,EAAE,cAAc,CA+B/B,CAAC"}
|
package/dist/src/deep/equal.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { primitive } from '../primitive';
|
|
2
2
|
interface DeepEqualBaseRecord {
|
|
3
|
-
equals?: (other:
|
|
3
|
+
equals?: (other: unknown) => boolean;
|
|
4
4
|
}
|
|
5
|
-
export declare const equal: <T extends unknown | DeepEqualBaseRecord | DeepEqualBaseRecord[] |
|
|
6
|
-
export declare const partialEqual: <T extends unknown | DeepEqualBaseRecord |
|
|
5
|
+
export declare const equal: <T extends unknown | DeepEqualBaseRecord | DeepEqualBaseRecord[] | primitive.Value[]>(a: T, b: T) => boolean;
|
|
6
|
+
export declare const partialEqual: <T extends unknown | DeepEqualBaseRecord | primitive.Value>(base: T, partial: Partial<T>) => boolean;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=equal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"equal.d.ts","sourceRoot":"","sources":["../../../src/deep/equal.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,mBAAmB;IAC3B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"equal.d.ts","sourceRoot":"","sources":["../../../src/deep/equal.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,mBAAmB;IAC3B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC;CACtC;AAED,eAAO,MAAM,KAAK,GAChB,CAAC,SAAS,OAAO,GAAG,mBAAmB,GAAG,mBAAmB,EAAE,GAAG,SAAS,CAAC,KAAK,EAAE,EAEnF,GAAG,CAAC,EACJ,GAAG,CAAC,KACH,OA2BF,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,OAAO,GAAG,mBAAmB,GAAG,SAAS,CAAC,KAAK,EACpF,MAAM,CAAC,EACP,SAAS,OAAO,CAAC,CAAC,CAAC,KAClB,OAeF,CAAC"}
|
package/dist/src/deep/merge.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"merge.d.ts","sourceRoot":"","sources":["../../../src/deep/merge.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"merge.d.ts","sourceRoot":"","sources":["../../../src/deep/merge.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,QAAQ,CAAC;AAEhC,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAG9C;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAE,MAAM,CAAC,EAAE,GAAG,WAAW,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,KAAG,CAiBtE,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,CAAC,EAAE,CAAC,EACrC,MAAM,CAAC,EACP,UAAU,CAAC,EACX,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KACnB,CAiDF,CAAC"}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
1
|
+
import { z } from 'zod/v4';
|
|
2
|
+
declare const ERROR_DISCRIMINATOR = "sy_x_error";
|
|
2
3
|
/**
|
|
3
4
|
* @returns general function that returns true if an error matches a set of
|
|
4
5
|
* abstracted criteria
|
|
5
6
|
*/
|
|
6
|
-
export type Matcher = (e:
|
|
7
|
-
/**
|
|
7
|
+
export type Matcher = (e: unknown) => boolean;
|
|
8
|
+
/** an error type that can match against other errors. */
|
|
8
9
|
export interface Matchable {
|
|
9
10
|
/**
|
|
10
|
-
* @returns
|
|
11
|
-
* the provided instance of Error or a string message contains the provided error type.
|
|
11
|
+
* @returns true if the provided error matches the matchable.
|
|
12
12
|
*/
|
|
13
13
|
matches: Matcher;
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
16
|
+
* An error that has a network-portable type, allowing it to be encoded/decoded into
|
|
17
|
+
* a JSON representation. Also allows for simpler matching using @method matches instead of using
|
|
18
|
+
* instanceof, which has a number of caveats.
|
|
19
19
|
*/
|
|
20
20
|
export interface Typed extends Error, Matchable {
|
|
21
|
-
discriminator:
|
|
21
|
+
discriminator: typeof ERROR_DISCRIMINATOR;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
24
|
-
*
|
|
23
|
+
* Returns a unique type identifier for the error. The errors package uses this to
|
|
24
|
+
* determine the correct decoder to use when encoding/decoding errors.
|
|
25
25
|
*/
|
|
26
26
|
type: string;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
30
|
-
*
|
|
29
|
+
* a class that, when constructed, implements the TypedError interface. Also provides
|
|
30
|
+
* utilities for matching and creating subclasses.
|
|
31
31
|
*/
|
|
32
32
|
export interface TypedClass extends Matchable {
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* constructs a new TypedError. Identical to the Error constructor.
|
|
35
35
|
* @param message - the error message.
|
|
36
36
|
* @param options - the error options.
|
|
37
37
|
* @returns a new TypedError.
|
|
38
38
|
*/
|
|
39
39
|
new (message?: string, options?: ErrorOptions): Typed;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* the type of the error.
|
|
42
42
|
*/
|
|
43
43
|
TYPE: string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
45
|
+
* creates a new subclass of the error that extends its type. So if the type of this
|
|
46
|
+
* class is `dog` and subType is `labrador`, the type of the new class will be
|
|
47
|
+
* `dog.labrador`.
|
|
48
48
|
* @param subType - the type of the new error.
|
|
49
49
|
* @returns a new TypedErrorClass.
|
|
50
50
|
*/
|
|
@@ -61,27 +61,48 @@ export interface TypedClass extends Matchable {
|
|
|
61
61
|
*/
|
|
62
62
|
export declare const createTyped: (type: string) => TypedClass;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Function that decodes an encoded error payload back into an error object
|
|
65
65
|
* @param encoded - The encoded error payload to decode
|
|
66
|
-
* @returns The decoded error object or null if the decoder cannot handle this error
|
|
66
|
+
* @returns The decoded error object or null if the decoder cannot handle this error
|
|
67
|
+
* type
|
|
67
68
|
*/
|
|
68
69
|
export type Decoder = (encoded: Payload) => Error | null;
|
|
69
70
|
/**
|
|
70
|
-
*
|
|
71
|
+
* Function that encodes a typed error into a network-portable payload
|
|
71
72
|
* @param error - The typed error to encode
|
|
72
73
|
* @returns The encoded error payload or null if the encoder cannot handle this error type
|
|
73
74
|
*/
|
|
74
75
|
export type Encoder = (error: Typed) => Payload | null;
|
|
75
76
|
/**
|
|
76
|
-
*
|
|
77
|
+
* Checks if an unknown value is a TypedError
|
|
77
78
|
* @param error - The value to check
|
|
78
79
|
* @returns True if the value is a TypedError, false otherwise
|
|
79
80
|
*/
|
|
80
81
|
export declare const isTyped: (error: unknown) => error is Typed;
|
|
81
|
-
/**
|
|
82
|
+
/** Constant representing an unknown error type */
|
|
82
83
|
export declare const UNKNOWN = "unknown";
|
|
83
|
-
/**
|
|
84
|
+
/** Constant representing no error (null) */
|
|
84
85
|
export declare const NONE = "nil";
|
|
86
|
+
/**
|
|
87
|
+
* provides custom encoding/decoding mechanisms for specific error
|
|
88
|
+
* categories.
|
|
89
|
+
*/
|
|
90
|
+
interface Provider {
|
|
91
|
+
/**
|
|
92
|
+
* Encodes an error into a primitive payload that can be sent over the network or stored
|
|
93
|
+
* on disk.
|
|
94
|
+
* @param error - The error to encode.
|
|
95
|
+
* @returns The encoded error.
|
|
96
|
+
*/
|
|
97
|
+
encode: Encoder;
|
|
98
|
+
/**
|
|
99
|
+
* Decodes an error from a primitive payload that can be sent over the network or stored
|
|
100
|
+
* on disk.
|
|
101
|
+
* @param payload - The encoded error.
|
|
102
|
+
* @returns The decoded error.
|
|
103
|
+
*/
|
|
104
|
+
decode: Decoder;
|
|
105
|
+
}
|
|
85
106
|
/**
|
|
86
107
|
* Registers a custom error type with the error registry, which allows it to be
|
|
87
108
|
* encoded/decoded and sent over the network.
|
|
@@ -90,13 +111,10 @@ export declare const NONE = "nil";
|
|
|
90
111
|
* @param encode - A function that encodes the error into a string.
|
|
91
112
|
* @param decode - A function that decodes the error from a string.
|
|
92
113
|
*/
|
|
93
|
-
export declare const register: ({ encode, decode
|
|
94
|
-
encode: Encoder;
|
|
95
|
-
decode: Decoder;
|
|
96
|
-
}) => void;
|
|
114
|
+
export declare const register: ({ encode, decode }: Provider) => void;
|
|
97
115
|
/**
|
|
98
|
-
* Encodes an error into a payload that can be sent
|
|
99
|
-
*
|
|
116
|
+
* Encodes an error into a primitive payload that can be sent over the network or stored
|
|
117
|
+
* on disk.
|
|
100
118
|
* @param error - The error to encode.
|
|
101
119
|
* @returns The encoded error.
|
|
102
120
|
*/
|
|
@@ -112,21 +130,29 @@ export declare const encode: (error: unknown) => Payload;
|
|
|
112
130
|
export declare const decode: (payload?: Payload | null) => Error | null;
|
|
113
131
|
declare const Unknown_base: TypedClass;
|
|
114
132
|
/**
|
|
115
|
-
*
|
|
133
|
+
* Generic error for representing unknown errors
|
|
116
134
|
*/
|
|
117
135
|
export declare class Unknown extends Unknown_base {
|
|
118
136
|
}
|
|
119
|
-
/**
|
|
137
|
+
/** Zod schema for validating error payloads */
|
|
120
138
|
export declare const payloadZ: z.ZodObject<{
|
|
121
139
|
type: z.ZodString;
|
|
122
140
|
data: z.ZodString;
|
|
123
|
-
},
|
|
124
|
-
/**
|
|
141
|
+
}, z.core.$strip>;
|
|
142
|
+
/** Network-portable representation of an error */
|
|
125
143
|
export type Payload = z.infer<typeof payloadZ>;
|
|
126
144
|
declare const Canceled_base: TypedClass;
|
|
127
|
-
/**
|
|
145
|
+
/** Error for representing the cancellation of an operation */
|
|
128
146
|
export declare class Canceled extends Canceled_base {
|
|
129
147
|
}
|
|
130
|
-
|
|
148
|
+
/** A payload representing a native JavaScript Error */
|
|
149
|
+
export interface NativePayload {
|
|
150
|
+
/** The name of the error */
|
|
151
|
+
name: string;
|
|
152
|
+
/** The message of the error */
|
|
153
|
+
message: string;
|
|
154
|
+
/** The stack trace of the error */
|
|
155
|
+
stack?: string;
|
|
156
|
+
}
|
|
131
157
|
export {};
|
|
132
158
|
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../src/errors/errors.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../src/errors/errors.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,QAAA,MAAM,mBAAmB,eAAe,CAAC;AAEzC;;;GAGG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC;AAE9C,yDAAyD;AACzD,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,WAAW,KAAM,SAAQ,KAAK,EAAE,SAAS;IAC7C,aAAa,EAAE,OAAO,mBAAmB,CAAC;IAC1C;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,MAAM,WAAW,UAAW,SAAQ,SAAS;IAC3C;;;;;OAKG;IACH,KAAK,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,KAAK,CAAC;IACtD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;;;OAMG;IACH,GAAG,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,UAAU,CAAC;CACtC;AAiBD;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW,GAAI,MAAM,MAAM,KAAG,UAkBxC,CAAC;AAEJ;;;;;GAKG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,KAAK,GAAG,IAAI,CAAC;AAEzD;;;;GAIG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,KAAK,EAAE,KAAK,KAAK,OAAO,GAAG,IAAI,CAAC;AAEvD;;;;GAIG;AACH,eAAO,MAAM,OAAO,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,KASjD,CAAC;AAEF,kDAAkD;AAClD,eAAO,MAAM,OAAO,YAAY,CAAC;AAEjC,4CAA4C;AAC5C,eAAO,MAAM,IAAI,QAAQ,CAAC;AAE1B;;;GAGG;AACH,UAAU,QAAQ;IAChB;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAC;CACjB;AAsCD;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,GAAI,oBAAoB,QAAQ,KAAG,IACZ,CAAC;AAE7C;;;;;GAKG;AACH,eAAO,MAAM,MAAM,GAAI,OAAO,OAAO,KAAG,OAAsC,CAAC;AAE/E;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,GAAI,UAAU,OAAO,GAAG,IAAI,KAAG,KAAK,GAAG,IAGzD,CAAC;;AAEF;;GAEG;AACH,qBAAa,OAAQ,SAAQ,YAAsB;CAAG;AAEtD,+CAA+C;AAC/C,eAAO,MAAM,QAAQ;;;iBAAmD,CAAC;AAEzE,kDAAkD;AAClD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;;AAE/C,8DAA8D;AAC9D,qBAAa,QAAS,SAAQ,aAAuB;CAAG;AAExD,uDAAuD;AACvD,MAAM,WAAW,aAAa;IAC5B,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,+BAA+B;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './array';
|
|
1
2
|
export * from './binary';
|
|
2
3
|
export * from './breaker';
|
|
3
4
|
export * from './caseconv';
|
|
@@ -12,6 +13,7 @@ export * from './destructor';
|
|
|
12
13
|
export * from './errors';
|
|
13
14
|
export * from './id';
|
|
14
15
|
export * from './identity';
|
|
16
|
+
export * from './instance';
|
|
15
17
|
export * from './invert';
|
|
16
18
|
export * from './jsonrpc';
|
|
17
19
|
export * from './kv';
|
|
@@ -31,13 +33,14 @@ export * from './search';
|
|
|
31
33
|
export * from './shallowCopy';
|
|
32
34
|
export * from './sleep';
|
|
33
35
|
export * from './spatial';
|
|
36
|
+
export * from './status';
|
|
34
37
|
export * from './strings';
|
|
35
38
|
export * from './sync';
|
|
36
39
|
export * from './telem';
|
|
37
|
-
export * from './toArray';
|
|
38
40
|
export * from './transform';
|
|
39
41
|
export * from './unique';
|
|
40
42
|
export * from './url';
|
|
43
|
+
export * from './uuid';
|
|
41
44
|
export * from './worker';
|
|
42
45
|
export * from './zod';
|
|
43
46
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,MAAM,CAAC;AACrB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,MAAM,CAAC;AACrB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/instance/index.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC"}
|