@dxos/echo 0.8.4-main.e8ec1fe → 0.8.4-main.ef1bc66f44
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/README.md +1 -2
- package/dist/lib/neutral/Annotation.mjs +35 -0
- package/dist/lib/neutral/Database.mjs +45 -0
- package/dist/lib/neutral/Entity.mjs +51 -0
- package/dist/lib/neutral/Err.mjs +10 -0
- package/dist/lib/neutral/Filter.mjs +61 -0
- package/dist/lib/neutral/Format.mjs +66 -0
- package/dist/lib/neutral/JsonSchema.mjs +19 -0
- package/dist/lib/neutral/JsonSchema.mjs.map +7 -0
- package/dist/lib/neutral/Key.mjs +12 -0
- package/dist/lib/neutral/Key.mjs.map +7 -0
- package/dist/lib/neutral/Obj.mjs +96 -0
- package/dist/lib/neutral/Obj.mjs.map +7 -0
- package/dist/lib/neutral/Order.mjs +12 -0
- package/dist/lib/neutral/Order.mjs.map +7 -0
- package/dist/lib/neutral/Query.mjs +26 -0
- package/dist/lib/neutral/Query.mjs.map +7 -0
- package/dist/lib/neutral/QueryResult.mjs +2 -0
- package/dist/lib/neutral/QueryResult.mjs.map +7 -0
- package/dist/lib/neutral/Ref.mjs +22 -0
- package/dist/lib/neutral/Ref.mjs.map +7 -0
- package/dist/lib/neutral/Relation.mjs +84 -0
- package/dist/lib/neutral/Relation.mjs.map +7 -0
- package/dist/lib/neutral/SchemaRegistry.mjs +2 -0
- package/dist/lib/neutral/SchemaRegistry.mjs.map +7 -0
- package/dist/lib/neutral/Tag.mjs +25 -0
- package/dist/lib/neutral/Tag.mjs.map +7 -0
- package/dist/lib/neutral/Type.mjs +47 -0
- package/dist/lib/neutral/Type.mjs.map +7 -0
- package/dist/lib/neutral/chunk-2AF5GMG6.mjs +171 -0
- package/dist/lib/neutral/chunk-2AF5GMG6.mjs.map +7 -0
- package/dist/lib/neutral/chunk-4L6DOFXP.mjs +7 -0
- package/dist/lib/neutral/chunk-4L6DOFXP.mjs.map +7 -0
- package/dist/lib/neutral/chunk-7WE7SBA2.mjs +402 -0
- package/dist/lib/neutral/chunk-7WE7SBA2.mjs.map +7 -0
- package/dist/lib/neutral/chunk-ANHVGJI4.mjs +21 -0
- package/dist/lib/neutral/chunk-ANHVGJI4.mjs.map +7 -0
- package/dist/lib/neutral/chunk-DLPC7DHQ.mjs +56 -0
- package/dist/lib/neutral/chunk-DLPC7DHQ.mjs.map +7 -0
- package/dist/lib/neutral/chunk-EBUAT5ID.mjs +229 -0
- package/dist/lib/neutral/chunk-EBUAT5ID.mjs.map +7 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs.map +7 -0
- package/dist/lib/neutral/chunk-K5K3Z62A.mjs +40 -0
- package/dist/lib/neutral/chunk-K5K3Z62A.mjs.map +7 -0
- package/dist/lib/neutral/chunk-KB7RIVLK.mjs +67 -0
- package/dist/lib/neutral/chunk-KB7RIVLK.mjs.map +7 -0
- package/dist/lib/neutral/chunk-LKFNEFHF.mjs +130 -0
- package/dist/lib/neutral/chunk-LKFNEFHF.mjs.map +7 -0
- package/dist/lib/neutral/chunk-MTEHHY62.mjs +251 -0
- package/dist/lib/neutral/chunk-MTEHHY62.mjs.map +7 -0
- package/dist/lib/neutral/chunk-N2QNHMT5.mjs +73 -0
- package/dist/lib/neutral/chunk-N2QNHMT5.mjs.map +7 -0
- package/dist/lib/neutral/chunk-OMUPQMLR.mjs +7 -0
- package/dist/lib/neutral/chunk-OMUPQMLR.mjs.map +7 -0
- package/dist/lib/neutral/chunk-QARLJVDB.mjs +23 -0
- package/dist/lib/neutral/chunk-QARLJVDB.mjs.map +7 -0
- package/dist/lib/neutral/chunk-RIMHNJ3E.mjs +296 -0
- package/dist/lib/neutral/chunk-RIMHNJ3E.mjs.map +7 -0
- package/dist/lib/neutral/chunk-ROKO4RKJ.mjs +42 -0
- package/dist/lib/neutral/chunk-ROKO4RKJ.mjs.map +7 -0
- package/dist/lib/neutral/chunk-RPB6V4BE.mjs +38 -0
- package/dist/lib/neutral/chunk-RPB6V4BE.mjs.map +7 -0
- package/dist/lib/neutral/chunk-TLGNKUUG.mjs +3905 -0
- package/dist/lib/neutral/chunk-TLGNKUUG.mjs.map +7 -0
- package/dist/lib/neutral/chunk-TQT6WTIJ.mjs +142 -0
- package/dist/lib/neutral/chunk-TQT6WTIJ.mjs.map +7 -0
- package/dist/lib/neutral/chunk-VUQGRDRI.mjs +97 -0
- package/dist/lib/neutral/chunk-VUQGRDRI.mjs.map +7 -0
- package/dist/lib/neutral/chunk-X2MPMYYN.mjs +13 -0
- package/dist/lib/neutral/chunk-X2MPMYYN.mjs.map +7 -0
- package/dist/lib/neutral/chunk-XAJMXQ4H.mjs +43 -0
- package/dist/lib/neutral/chunk-XAJMXQ4H.mjs.map +7 -0
- package/dist/lib/neutral/chunk-ZAHWXGK4.mjs +287 -0
- package/dist/lib/neutral/chunk-ZAHWXGK4.mjs.map +7 -0
- package/dist/lib/neutral/index.mjs +84 -0
- package/dist/lib/neutral/index.mjs.map +7 -0
- package/dist/lib/{node-esm → neutral}/internal/index.mjs +251 -125
- package/dist/lib/neutral/internal/index.mjs.map +7 -0
- package/dist/lib/neutral/meta.json +1 -0
- package/dist/lib/neutral/testing/index.mjs +366 -0
- package/dist/lib/neutral/testing/index.mjs.map +7 -0
- package/dist/types/src/Annotation.d.ts +24 -0
- package/dist/types/src/Annotation.d.ts.map +1 -0
- package/dist/types/src/Database.d.ts +216 -0
- package/dist/types/src/Database.d.ts.map +1 -0
- package/dist/types/src/Entity.d.ts +142 -0
- package/dist/types/src/Entity.d.ts.map +1 -0
- package/dist/types/src/Entity.test.d.ts +2 -0
- package/dist/types/src/Entity.test.d.ts.map +1 -0
- package/dist/types/src/{errors.d.ts → Err.d.ts} +13 -17
- package/dist/types/src/Err.d.ts.map +1 -0
- package/dist/types/src/Filter.d.ts +120 -0
- package/dist/types/src/Filter.d.ts.map +1 -0
- package/dist/types/src/Format.d.ts +4 -0
- package/dist/types/src/Format.d.ts.map +1 -0
- package/dist/types/src/Hypergraph.d.ts +60 -0
- package/dist/types/src/Hypergraph.d.ts.map +1 -0
- package/dist/types/src/JsonSchema.d.ts +9 -0
- package/dist/types/src/JsonSchema.d.ts.map +1 -0
- package/dist/types/src/Key.d.ts +1 -0
- package/dist/types/src/Key.d.ts.map +1 -1
- package/dist/types/src/Obj.d.ts +325 -99
- package/dist/types/src/Obj.d.ts.map +1 -1
- package/dist/types/src/Obj.test.d.ts +2 -0
- package/dist/types/src/Obj.test.d.ts.map +1 -0
- package/dist/types/src/Order.d.ts +16 -0
- package/dist/types/src/Order.d.ts.map +1 -0
- package/dist/types/src/Query.d.ts +125 -0
- package/dist/types/src/Query.d.ts.map +1 -0
- package/dist/types/src/Query.test.d.ts +2 -0
- package/dist/types/src/Query.test.d.ts.map +1 -0
- package/dist/types/src/QueryResult.d.ts +80 -0
- package/dist/types/src/QueryResult.d.ts.map +1 -0
- package/dist/types/src/Ref.d.ts +13 -11
- package/dist/types/src/Ref.d.ts.map +1 -1
- package/dist/types/src/Relation.d.ts +243 -23
- package/dist/types/src/Relation.d.ts.map +1 -1
- package/dist/types/src/Relation.test.d.ts +2 -0
- package/dist/types/src/Relation.test.d.ts.map +1 -0
- package/dist/types/src/SchemaRegistry.d.ts +84 -0
- package/dist/types/src/SchemaRegistry.d.ts.map +1 -0
- package/dist/types/src/Tag.d.ts +7 -7
- package/dist/types/src/Tag.d.ts.map +1 -1
- package/dist/types/src/Type.d.ts +225 -72
- package/dist/types/src/Type.d.ts.map +1 -1
- package/dist/types/src/Type.test.d.ts +2 -0
- package/dist/types/src/Type.test.d.ts.map +1 -0
- package/dist/types/src/hierarchy.test.d.ts +2 -0
- package/dist/types/src/hierarchy.test.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +14 -5
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/internal/annotations/annotations.d.ts +177 -0
- package/dist/types/src/internal/annotations/annotations.d.ts.map +1 -0
- package/dist/types/src/internal/annotations/annotations.test.d.ts.map +1 -0
- package/dist/types/src/internal/annotations/index.d.ts +3 -0
- package/dist/types/src/internal/annotations/index.d.ts.map +1 -0
- package/dist/types/src/internal/annotations/util.d.ts +39 -0
- package/dist/types/src/internal/annotations/util.d.ts.map +1 -0
- package/dist/types/src/internal/api/annotations.d.ts +23 -0
- package/dist/types/src/internal/api/annotations.d.ts.map +1 -0
- package/dist/types/src/internal/api/entity.d.ts +13 -0
- package/dist/types/src/internal/api/entity.d.ts.map +1 -0
- package/dist/types/src/internal/api/index.d.ts +15 -0
- package/dist/types/src/internal/api/index.d.ts.map +1 -0
- package/dist/types/src/internal/api/meta.d.ts +42 -0
- package/dist/types/src/internal/api/meta.d.ts.map +1 -0
- package/dist/types/src/internal/api/sorting.d.ts +24 -0
- package/dist/types/src/internal/api/sorting.d.ts.map +1 -0
- package/dist/types/src/internal/api/version.d.ts +42 -0
- package/dist/types/src/internal/api/version.d.ts.map +1 -0
- package/dist/types/src/internal/entities/entity.d.ts +20 -0
- package/dist/types/src/internal/entities/entity.d.ts.map +1 -0
- package/dist/types/src/internal/entities/index.d.ts +6 -0
- package/dist/types/src/internal/entities/index.d.ts.map +1 -0
- package/dist/types/src/internal/entities/model.d.ts +79 -0
- package/dist/types/src/internal/entities/model.d.ts.map +1 -0
- package/dist/types/src/internal/entities/object.d.ts +18 -0
- package/dist/types/src/internal/entities/object.d.ts.map +1 -0
- package/dist/types/src/internal/entities/relation.d.ts +62 -0
- package/dist/types/src/internal/entities/relation.d.ts.map +1 -0
- package/dist/types/src/internal/entities/util.d.ts +2 -0
- package/dist/types/src/internal/entities/util.d.ts.map +1 -0
- package/dist/types/src/internal/formats/format.d.ts +4 -2
- package/dist/types/src/internal/formats/format.d.ts.map +1 -1
- package/dist/types/src/internal/formats/select.d.ts +6 -4
- package/dist/types/src/internal/formats/select.d.ts.map +1 -1
- package/dist/types/src/internal/formats/string.d.ts +4 -0
- package/dist/types/src/internal/formats/string.d.ts.map +1 -1
- package/dist/types/src/internal/formats/types.d.ts +13 -9
- package/dist/types/src/internal/formats/types.d.ts.map +1 -1
- package/dist/types/src/internal/index.d.ts +7 -10
- package/dist/types/src/internal/index.d.ts.map +1 -1
- package/dist/types/src/internal/json-schema/annotations.d.ts.map +1 -0
- package/dist/types/src/internal/json-schema/effect-schema.test.d.ts.map +1 -0
- package/dist/types/src/internal/json-schema/index.d.ts +2 -0
- package/dist/types/src/internal/json-schema/index.d.ts.map +1 -1
- package/dist/types/src/internal/json-schema/json-schema-normalize.d.ts.map +1 -1
- package/dist/types/src/internal/json-schema/json-schema-type.d.ts +130 -29
- package/dist/types/src/internal/json-schema/json-schema-type.d.ts.map +1 -1
- package/dist/types/src/internal/{json → json-schema}/json-schema.d.ts +4 -2
- package/dist/types/src/internal/json-schema/json-schema.d.ts.map +1 -0
- package/dist/types/src/internal/json-schema/json-schema.test.d.ts.map +1 -0
- package/dist/types/src/internal/object/clone.d.ts +8 -0
- package/dist/types/src/internal/object/clone.d.ts.map +1 -0
- package/dist/types/src/internal/object/common.d.ts.map +1 -1
- package/dist/types/src/internal/object/{create.d.ts → create-object.d.ts} +9 -10
- package/dist/types/src/internal/object/create-object.d.ts.map +1 -0
- package/dist/types/src/internal/object/create-object.test.d.ts +2 -0
- package/dist/types/src/internal/object/create-object.test.d.ts.map +1 -0
- package/dist/types/src/internal/object/deleted.d.ts +2 -2
- package/dist/types/src/internal/object/deleted.d.ts.map +1 -1
- package/dist/types/src/internal/object/ids.d.ts.map +1 -1
- package/dist/types/src/internal/object/index.d.ts +6 -11
- package/dist/types/src/internal/object/index.d.ts.map +1 -1
- package/dist/types/src/internal/object/json-serializer.d.ts +14 -9
- package/dist/types/src/internal/object/json-serializer.d.ts.map +1 -1
- package/dist/types/src/internal/object/schema-validator.d.ts +1 -14
- package/dist/types/src/internal/object/schema-validator.d.ts.map +1 -1
- package/dist/types/src/internal/object/set-value.d.ts +7 -0
- package/dist/types/src/internal/object/set-value.d.ts.map +1 -0
- package/dist/types/src/internal/object/set-value.test.d.ts +2 -0
- package/dist/types/src/internal/object/set-value.test.d.ts.map +1 -0
- package/dist/types/src/internal/object/snapshot.d.ts +6 -0
- package/dist/types/src/internal/object/snapshot.d.ts.map +1 -0
- package/dist/types/src/internal/object/typed-object.d.ts +8 -14
- package/dist/types/src/internal/object/typed-object.d.ts.map +1 -1
- package/dist/types/src/internal/proxy/change-context.d.ts +55 -0
- package/dist/types/src/internal/proxy/change-context.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/change.test.d.ts +2 -0
- package/dist/types/src/internal/proxy/change.test.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/define-hidden-property.d.ts +5 -0
- package/dist/types/src/internal/proxy/define-hidden-property.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/errors.d.ts +19 -0
- package/dist/types/src/internal/proxy/errors.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/event-batch.d.ts +10 -0
- package/dist/types/src/internal/proxy/event-batch.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/index.d.ts +14 -0
- package/dist/types/src/internal/proxy/index.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/json-serializer.d.ts +6 -0
- package/dist/types/src/internal/proxy/json-serializer.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/make-object.d.ts +14 -0
- package/dist/types/src/internal/proxy/make-object.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/ownership.d.ts +57 -0
- package/dist/types/src/internal/proxy/ownership.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/proxy-types.d.ts +18 -0
- package/dist/types/src/internal/proxy/proxy-types.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/proxy-utils.d.ts +47 -0
- package/dist/types/src/internal/proxy/proxy-utils.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/reactive-array.d.ts +8 -0
- package/dist/types/src/internal/proxy/reactive-array.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/reactive.d.ts +39 -0
- package/dist/types/src/internal/proxy/reactive.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/schema-validator.d.ts +15 -0
- package/dist/types/src/internal/proxy/schema-validator.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/symbols.d.ts +3 -0
- package/dist/types/src/internal/proxy/symbols.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/typed-handler.d.ts +16 -12
- package/dist/types/src/internal/proxy/typed-handler.d.ts.map +1 -1
- package/dist/types/src/internal/ref/ref-array.d.ts +4 -4
- package/dist/types/src/internal/ref/ref-array.d.ts.map +1 -1
- package/dist/types/src/internal/ref/ref.d.ts +43 -18
- package/dist/types/src/internal/ref/ref.d.ts.map +1 -1
- package/dist/types/src/internal/schema/compose.d.ts +7 -0
- package/dist/types/src/internal/schema/compose.d.ts.map +1 -0
- package/dist/types/src/internal/schema/compose.test.d.ts.map +1 -0
- package/dist/types/src/internal/schema/echo-schema.d.ts +25 -12
- package/dist/types/src/internal/schema/echo-schema.d.ts.map +1 -1
- package/dist/types/src/internal/schema/index.d.ts +1 -4
- package/dist/types/src/internal/schema/index.d.ts.map +1 -1
- package/dist/types/src/internal/schema/persistent-schema.d.ts +20 -0
- package/dist/types/src/internal/schema/persistent-schema.d.ts.map +1 -0
- package/dist/types/src/internal/types/base.d.ts +26 -0
- package/dist/types/src/internal/types/base.d.ts.map +1 -0
- package/dist/types/src/internal/types/entity.d.ts +37 -0
- package/dist/types/src/internal/types/entity.d.ts.map +1 -0
- package/dist/types/src/internal/types/index.d.ts +5 -2
- package/dist/types/src/internal/types/index.d.ts.map +1 -1
- package/dist/types/src/internal/{object → types}/meta.d.ts +17 -16
- package/dist/types/src/internal/types/meta.d.ts.map +1 -0
- package/dist/types/src/internal/types/typename.d.ts +21 -0
- package/dist/types/src/internal/types/typename.d.ts.map +1 -0
- package/dist/types/src/internal/{object → types}/version.d.ts +3 -2
- package/dist/types/src/internal/types/version.d.ts.map +1 -0
- package/dist/types/src/{test → testing}/api.test.d.ts.map +1 -1
- package/dist/types/src/testing/index.d.ts +3 -3
- package/dist/types/src/testing/index.d.ts.map +1 -1
- package/dist/types/src/testing/test-data.d.ts +18 -0
- package/dist/types/src/testing/test-data.d.ts.map +1 -0
- package/dist/types/src/testing/test-schema.d.ts +303 -0
- package/dist/types/src/testing/test-schema.d.ts.map +1 -0
- package/dist/types/src/testing/util.d.ts +21 -0
- package/dist/types/src/testing/util.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +101 -65
- package/src/Annotation.ts +45 -0
- package/src/Database.ts +353 -0
- package/src/Entity.test.ts +22 -0
- package/src/Entity.ts +217 -0
- package/src/{errors.ts → Err.ts} +2 -2
- package/src/Filter.ts +376 -0
- package/src/Format.ts +9 -0
- package/src/Hypergraph.ts +74 -0
- package/src/JsonSchema.ts +16 -0
- package/src/Key.ts +3 -0
- package/src/Obj.test.ts +412 -0
- package/src/Obj.ts +489 -289
- package/src/Order.ts +44 -0
- package/src/Query.test.ts +465 -0
- package/src/Query.ts +324 -0
- package/src/QueryResult.ts +106 -0
- package/src/Ref.ts +26 -9
- package/src/Relation.test.ts +82 -0
- package/src/Relation.ts +414 -61
- package/src/SchemaRegistry.ts +105 -0
- package/src/Tag.ts +3 -2
- package/src/Type.test.ts +52 -0
- package/src/Type.ts +361 -114
- package/src/hierarchy.test.ts +33 -0
- package/src/index.ts +15 -6
- package/src/internal/README.md +102 -0
- package/src/internal/{ast → annotations}/annotations.test.ts +18 -20
- package/src/internal/annotations/annotations.ts +487 -0
- package/src/internal/annotations/index.ts +6 -0
- package/src/internal/annotations/util.ts +85 -0
- package/src/internal/api/annotations.ts +60 -0
- package/src/internal/api/entity.ts +29 -0
- package/src/internal/api/index.ts +19 -0
- package/src/internal/api/meta.ts +88 -0
- package/src/internal/api/sorting.ts +53 -0
- package/src/internal/api/version.ts +96 -0
- package/src/internal/entities/entity.ts +126 -0
- package/src/internal/entities/index.ts +9 -0
- package/src/internal/entities/model.ts +138 -0
- package/src/internal/entities/object.ts +58 -0
- package/src/internal/entities/relation.ts +171 -0
- package/src/internal/entities/util.ts +33 -0
- package/src/internal/formats/date.test.ts +1 -1
- package/src/internal/formats/date.ts +5 -5
- package/src/internal/formats/format.test.ts +6 -6
- package/src/internal/formats/format.ts +8 -6
- package/src/internal/formats/number.ts +5 -5
- package/src/internal/formats/object.ts +4 -4
- package/src/internal/formats/select.ts +6 -4
- package/src/internal/formats/string.ts +14 -9
- package/src/internal/formats/types.ts +53 -42
- package/src/internal/index.ts +30 -13
- package/src/internal/{json → json-schema}/annotations.ts +1 -1
- package/src/internal/json-schema/index.ts +2 -0
- package/src/internal/json-schema/json-schema-normalize.ts +4 -2
- package/src/internal/json-schema/json-schema-type.ts +35 -35
- package/src/internal/{json → json-schema}/json-schema.test.ts +67 -55
- package/src/internal/{json → json-schema}/json-schema.ts +27 -14
- package/src/internal/object/clone.ts +48 -0
- package/src/internal/object/common.ts +3 -4
- package/src/internal/object/{create.test.ts → create-object.test.ts} +30 -32
- package/src/internal/object/{create.ts → create-object.ts} +35 -36
- package/src/internal/object/deleted.ts +6 -6
- package/src/internal/object/ids.ts +1 -1
- package/src/internal/object/index.ts +6 -11
- package/src/internal/object/inspect.ts +5 -7
- package/src/internal/object/json-serializer.test.ts +36 -37
- package/src/internal/object/json-serializer.ts +74 -102
- package/src/internal/object/schema-validator.test.ts +3 -7
- package/src/internal/object/schema-validator.ts +2 -237
- package/src/internal/object/set-value.test.ts +281 -0
- package/src/internal/object/set-value.ts +165 -0
- package/src/internal/object/snapshot.ts +93 -0
- package/src/internal/object/typed-object.test.ts +11 -11
- package/src/internal/object/typed-object.ts +8 -66
- package/src/internal/proxy/change-context.ts +138 -0
- package/src/internal/proxy/change.test.ts +519 -0
- package/src/internal/proxy/define-hidden-property.ts +14 -0
- package/src/internal/proxy/errors.ts +42 -0
- package/src/internal/proxy/event-batch.ts +44 -0
- package/src/internal/proxy/handler.test.ts +51 -91
- package/src/internal/proxy/index.ts +17 -0
- package/src/internal/proxy/json-serializer.ts +87 -0
- package/src/internal/proxy/make-object.ts +106 -0
- package/src/internal/proxy/ownership.ts +253 -0
- package/src/internal/proxy/proxy-types.ts +23 -0
- package/src/internal/proxy/proxy-utils.ts +150 -0
- package/src/internal/proxy/reactive-array.ts +71 -0
- package/src/internal/proxy/reactive.ts +69 -0
- package/src/internal/proxy/schema-validator.ts +244 -0
- package/src/internal/proxy/schema.test.ts +27 -18
- package/src/internal/proxy/symbols.ts +7 -0
- package/src/internal/proxy/typed-handler.test.ts +260 -48
- package/src/internal/proxy/typed-handler.ts +280 -58
- package/src/internal/proxy/typed-object.test.ts +53 -37
- package/src/internal/ref/ref-array.ts +4 -4
- package/src/internal/ref/ref.test.ts +9 -8
- package/src/internal/ref/ref.ts +107 -56
- package/src/internal/{projection → schema}/compose.test.ts +8 -9
- package/src/internal/{projection → schema}/compose.ts +13 -8
- package/src/internal/schema/echo-schema.ts +74 -33
- package/src/internal/schema/index.ts +1 -4
- package/src/internal/schema/manipulation.ts +1 -1
- package/src/internal/schema/persistent-schema.ts +28 -0
- package/src/internal/types/base.ts +43 -0
- package/src/internal/types/entity.ts +54 -0
- package/src/internal/types/index.ts +5 -2
- package/src/internal/types/meta.ts +65 -0
- package/src/internal/types/typename.ts +55 -0
- package/src/internal/types/version.ts +20 -0
- package/src/testing/api.test.ts +126 -0
- package/src/testing/index.ts +3 -3
- package/src/testing/test-data.ts +130 -0
- package/src/testing/test-schema.ts +238 -0
- package/src/testing/util.ts +85 -0
- package/dist/lib/browser/chunk-BIDAASFK.mjs +0 -3727
- package/dist/lib/browser/chunk-BIDAASFK.mjs.map +0 -7
- package/dist/lib/browser/chunk-ZDLCWGEW.mjs +0 -410
- package/dist/lib/browser/chunk-ZDLCWGEW.mjs.map +0 -7
- package/dist/lib/browser/chunk-ZFRJKT4A.mjs +0 -585
- package/dist/lib/browser/chunk-ZFRJKT4A.mjs.map +0 -7
- package/dist/lib/browser/index.mjs +0 -35
- package/dist/lib/browser/internal/index.mjs +0 -336
- package/dist/lib/browser/meta.json +0 -1
- package/dist/lib/browser/query/index.mjs +0 -13
- package/dist/lib/browser/testing/index.mjs +0 -267
- package/dist/lib/browser/testing/index.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-3SVRRCUU.mjs +0 -3727
- package/dist/lib/node-esm/chunk-3SVRRCUU.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-CGDHRZWH.mjs +0 -585
- package/dist/lib/node-esm/chunk-CGDHRZWH.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-HWS6VBQC.mjs +0 -410
- package/dist/lib/node-esm/chunk-HWS6VBQC.mjs.map +0 -7
- package/dist/lib/node-esm/index.mjs +0 -35
- package/dist/lib/node-esm/meta.json +0 -1
- package/dist/lib/node-esm/query/index.mjs +0 -13
- package/dist/lib/node-esm/testing/index.mjs +0 -267
- package/dist/lib/node-esm/testing/index.mjs.map +0 -7
- package/dist/types/src/errors.d.ts.map +0 -1
- package/dist/types/src/internal/ast/annotation-helper.d.ts +0 -8
- package/dist/types/src/internal/ast/annotation-helper.d.ts.map +0 -1
- package/dist/types/src/internal/ast/annotations.d.ts +0 -131
- package/dist/types/src/internal/ast/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/ast/annotations.test.d.ts.map +0 -1
- package/dist/types/src/internal/ast/entity-kind.d.ts +0 -10
- package/dist/types/src/internal/ast/entity-kind.d.ts.map +0 -1
- package/dist/types/src/internal/ast/index.d.ts +0 -5
- package/dist/types/src/internal/ast/index.d.ts.map +0 -1
- package/dist/types/src/internal/ast/types.d.ts +0 -6
- package/dist/types/src/internal/ast/types.d.ts.map +0 -1
- package/dist/types/src/internal/json/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/json/effect-schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/json/index.d.ts +0 -2
- package/dist/types/src/internal/json/index.d.ts.map +0 -1
- package/dist/types/src/internal/json/json-schema.d.ts.map +0 -1
- package/dist/types/src/internal/json/json-schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/accessors.d.ts +0 -37
- package/dist/types/src/internal/object/accessors.d.ts.map +0 -1
- package/dist/types/src/internal/object/create.d.ts.map +0 -1
- package/dist/types/src/internal/object/create.test.d.ts +0 -2
- package/dist/types/src/internal/object/create.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/entity.d.ts +0 -33
- package/dist/types/src/internal/object/entity.d.ts.map +0 -1
- package/dist/types/src/internal/object/expando.d.ts +0 -14
- package/dist/types/src/internal/object/expando.d.ts.map +0 -1
- package/dist/types/src/internal/object/meta.d.ts.map +0 -1
- package/dist/types/src/internal/object/model.d.ts +0 -117
- package/dist/types/src/internal/object/model.d.ts.map +0 -1
- package/dist/types/src/internal/object/relation.d.ts +0 -17
- package/dist/types/src/internal/object/relation.d.ts.map +0 -1
- package/dist/types/src/internal/object/typename.d.ts +0 -15
- package/dist/types/src/internal/object/typename.d.ts.map +0 -1
- package/dist/types/src/internal/object/version.d.ts.map +0 -1
- package/dist/types/src/internal/projection/compose.d.ts +0 -6
- package/dist/types/src/internal/projection/compose.d.ts.map +0 -1
- package/dist/types/src/internal/projection/compose.test.d.ts.map +0 -1
- package/dist/types/src/internal/projection/index.d.ts +0 -2
- package/dist/types/src/internal/projection/index.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/reactive-object.d.ts +0 -15
- package/dist/types/src/internal/proxy/reactive-object.d.ts.map +0 -1
- package/dist/types/src/internal/query/index.d.ts +0 -2
- package/dist/types/src/internal/query/index.d.ts.map +0 -1
- package/dist/types/src/internal/query/query.d.ts +0 -17
- package/dist/types/src/internal/query/query.d.ts.map +0 -1
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts +0 -18
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts.map +0 -1
- package/dist/types/src/internal/schema/snapshot.d.ts +0 -6
- package/dist/types/src/internal/schema/snapshot.d.ts.map +0 -1
- package/dist/types/src/internal/schema/stored-schema.d.ts +0 -13
- package/dist/types/src/internal/schema/stored-schema.d.ts.map +0 -1
- package/dist/types/src/internal/testing/index.d.ts +0 -3
- package/dist/types/src/internal/testing/index.d.ts.map +0 -1
- package/dist/types/src/internal/testing/types.d.ts +0 -381
- package/dist/types/src/internal/testing/types.d.ts.map +0 -1
- package/dist/types/src/internal/testing/utils.d.ts +0 -10
- package/dist/types/src/internal/testing/utils.d.ts.map +0 -1
- package/dist/types/src/internal/types/types.d.ts +0 -79
- package/dist/types/src/internal/types/types.d.ts.map +0 -1
- package/dist/types/src/internal/types/types.test.d.ts +0 -2
- package/dist/types/src/internal/types/types.test.d.ts.map +0 -1
- package/dist/types/src/internal/types/util.d.ts +0 -5
- package/dist/types/src/internal/types/util.d.ts.map +0 -1
- package/dist/types/src/query/index.d.ts +0 -2
- package/dist/types/src/query/index.d.ts.map +0 -1
- package/dist/types/src/query/query.d.ts +0 -248
- package/dist/types/src/query/query.d.ts.map +0 -1
- package/dist/types/src/query/query.test.d.ts +0 -2
- package/dist/types/src/query/query.test.d.ts.map +0 -1
- package/dist/types/src/testing/echo-schema.d.ts +0 -7
- package/dist/types/src/testing/echo-schema.d.ts.map +0 -1
- package/dist/types/src/testing/types.d.ts +0 -228
- package/dist/types/src/testing/types.d.ts.map +0 -1
- package/src/internal/ast/annotation-helper.ts +0 -22
- package/src/internal/ast/annotations.ts +0 -226
- package/src/internal/ast/entity-kind.ts +0 -15
- package/src/internal/ast/index.ts +0 -8
- package/src/internal/ast/types.ts +0 -17
- package/src/internal/json/index.ts +0 -5
- package/src/internal/object/accessors.ts +0 -153
- package/src/internal/object/entity.ts +0 -248
- package/src/internal/object/expando.ts +0 -21
- package/src/internal/object/meta.ts +0 -61
- package/src/internal/object/model.ts +0 -170
- package/src/internal/object/relation.ts +0 -24
- package/src/internal/object/typename.ts +0 -61
- package/src/internal/object/version.ts +0 -22
- package/src/internal/projection/index.ts +0 -5
- package/src/internal/proxy/reactive-object.ts +0 -108
- package/src/internal/query/index.ts +0 -5
- package/src/internal/query/query.ts +0 -23
- package/src/internal/schema/runtime-schema-registry.ts +0 -78
- package/src/internal/schema/snapshot.ts +0 -25
- package/src/internal/schema/stored-schema.ts +0 -26
- package/src/internal/testing/index.ts +0 -6
- package/src/internal/testing/types.ts +0 -144
- package/src/internal/testing/utils.ts +0 -54
- package/src/internal/types/types.test.ts +0 -48
- package/src/internal/types/types.ts +0 -176
- package/src/internal/types/util.ts +0 -9
- package/src/query/index.ts +0 -6
- package/src/query/query.test.ts +0 -401
- package/src/query/query.ts +0 -789
- package/src/test/api.test.ts +0 -180
- package/src/testing/echo-schema.ts +0 -39
- package/src/testing/types.ts +0 -108
- /package/dist/lib/{browser/index.mjs.map → neutral/Annotation.mjs.map} +0 -0
- /package/dist/lib/{browser/internal/index.mjs.map → neutral/Database.mjs.map} +0 -0
- /package/dist/lib/{browser/query/index.mjs.map → neutral/Entity.mjs.map} +0 -0
- /package/dist/lib/{node-esm/index.mjs.map → neutral/Err.mjs.map} +0 -0
- /package/dist/lib/{node-esm/internal/index.mjs.map → neutral/Filter.mjs.map} +0 -0
- /package/dist/lib/{node-esm/query/index.mjs.map → neutral/Format.mjs.map} +0 -0
- /package/dist/types/src/internal/{ast → annotations}/annotations.test.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/annotations.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/effect-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/json-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{projection → schema}/compose.test.d.ts +0 -0
- /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
- /package/src/internal/{json → json-schema}/effect-schema.test.ts +0 -0
package/src/Obj.ts
CHANGED
|
@@ -5,21 +5,75 @@
|
|
|
5
5
|
import * as Function from 'effect/Function';
|
|
6
6
|
import * as Schema from 'effect/Schema';
|
|
7
7
|
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import * as
|
|
8
|
+
import type { ForeignKey } from '@dxos/echo-protocol';
|
|
9
|
+
import { createJsonPath, getValue as getValue$ } from '@dxos/effect';
|
|
10
|
+
import { assertArgument } from '@dxos/invariant';
|
|
11
|
+
import { type DXN, ObjectId } from '@dxos/keys';
|
|
12
|
+
import { assumeType } from '@dxos/util';
|
|
13
|
+
|
|
14
|
+
import type * as Database from './Database';
|
|
15
|
+
import * as Entity from './Entity';
|
|
16
|
+
import {
|
|
17
|
+
type ObjectJSON as APIJSON,
|
|
18
|
+
type AnyEntity,
|
|
19
|
+
type AnyProperties,
|
|
20
|
+
type Comparator as ApiComparator,
|
|
21
|
+
type Meta as ApiMeta,
|
|
22
|
+
type ReadonlyMeta as ApiReadonlyMeta,
|
|
23
|
+
type EntityVersion as ApiVersion,
|
|
24
|
+
type ChangeCallback,
|
|
25
|
+
type InternalObjectProps,
|
|
26
|
+
type KindId,
|
|
27
|
+
MetaId,
|
|
28
|
+
type Mutable,
|
|
29
|
+
type ObjectMeta,
|
|
30
|
+
// TODO(dmaretskyi): Export ParentId?
|
|
31
|
+
ParentId,
|
|
32
|
+
type SnapshotKindId,
|
|
33
|
+
type VersionCompareResult,
|
|
34
|
+
VersionTypeId,
|
|
35
|
+
addTag as addTag$,
|
|
36
|
+
change as change$,
|
|
37
|
+
clone as clone$,
|
|
38
|
+
compareVersions,
|
|
39
|
+
decodeVersion,
|
|
40
|
+
deleteKeys as deleteKeys$,
|
|
41
|
+
encodeVersion,
|
|
42
|
+
getDXN as getDXN$,
|
|
43
|
+
getDatabase as getDatabase$,
|
|
44
|
+
getDescription as getDescription$,
|
|
45
|
+
getKeys as getKeys$,
|
|
46
|
+
getLabel as getLabel$,
|
|
47
|
+
getMetaChecked as getMeta$,
|
|
48
|
+
getSchema as getSchema$,
|
|
49
|
+
getSnapshot as getSnapshot$,
|
|
50
|
+
getTypeAnnotation,
|
|
51
|
+
getTypeDXN as getTypeDXN$,
|
|
52
|
+
getTypename as getTypename$,
|
|
53
|
+
isDeleted as isDeleted$,
|
|
54
|
+
isInstanceOf,
|
|
55
|
+
isVersion,
|
|
56
|
+
makeObject,
|
|
57
|
+
objectFromJSON,
|
|
58
|
+
removeTag as removeTag$,
|
|
59
|
+
setDescription as setDescription$,
|
|
60
|
+
setLabel as setLabel$,
|
|
61
|
+
setValue as setValue$,
|
|
62
|
+
sort as sort$,
|
|
63
|
+
sortByLabel as sortByLabel$,
|
|
64
|
+
sortByTypename as sortByTypename$,
|
|
65
|
+
subscribe as subscribe$,
|
|
66
|
+
objectToJSON as toJSON$,
|
|
67
|
+
version as version$,
|
|
68
|
+
versionValid,
|
|
69
|
+
} from './internal';
|
|
15
70
|
import type * as Ref from './Ref';
|
|
16
|
-
import type * as
|
|
17
|
-
import * as Type from './Type';
|
|
71
|
+
import type * as Type from './Type';
|
|
18
72
|
|
|
19
73
|
/**
|
|
20
|
-
*
|
|
74
|
+
* Base type for all ECHO objects.
|
|
21
75
|
*/
|
|
22
|
-
interface BaseObj extends
|
|
76
|
+
interface BaseObj extends AnyEntity, Entity.OfKind<typeof Entity.Kind.Object> {}
|
|
23
77
|
|
|
24
78
|
/**
|
|
25
79
|
* Object type with specific properties.
|
|
@@ -27,42 +81,65 @@ interface BaseObj extends EchoSchema.HasId, Type.OfKind<EchoSchema.EntityKind.Ob
|
|
|
27
81
|
export type Obj<Props> = BaseObj & Props;
|
|
28
82
|
|
|
29
83
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
84
|
+
* Object with no known properties beyond id and kind.
|
|
85
|
+
* Use this when the object's schema/properties are not known.
|
|
86
|
+
* For objects with arbitrary properties, use `Obj.AnyProps`.
|
|
87
|
+
*
|
|
88
|
+
* NOTE: This is a TypeScript type only, not a schema.
|
|
89
|
+
* To validate that a value is an ECHO object, use `Schema.is(Type.Obj)`.
|
|
32
90
|
*/
|
|
33
|
-
export interface
|
|
91
|
+
export interface Unknown extends BaseObj {}
|
|
34
92
|
|
|
35
93
|
/**
|
|
36
94
|
* Object with arbitrary properties.
|
|
37
95
|
*
|
|
38
|
-
* NOTE: Due to how
|
|
96
|
+
* NOTE: Due to how TypeScript works, this type is not assignable to a specific schema type.
|
|
39
97
|
* In that case, use `Obj.instanceOf` to check if an object is of a specific type.
|
|
98
|
+
*
|
|
99
|
+
* Prefer using `Obj.Unknown` when you don't need to access arbitrary properties.
|
|
40
100
|
*/
|
|
41
|
-
export interface
|
|
42
|
-
[key: string]: any;
|
|
43
|
-
}
|
|
101
|
+
export interface Any extends BaseObj, AnyProperties {}
|
|
44
102
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
103
|
+
/**
|
|
104
|
+
* Base type for snapshot objects (has SnapshotKindId instead of KindId).
|
|
105
|
+
*/
|
|
106
|
+
interface BaseSnapshot extends AnyEntity {
|
|
107
|
+
readonly [SnapshotKindId]: typeof Entity.Kind.Object;
|
|
108
|
+
readonly id: ObjectId;
|
|
109
|
+
}
|
|
51
110
|
|
|
52
|
-
|
|
111
|
+
/**
|
|
112
|
+
* Immutable snapshot of an ECHO object.
|
|
113
|
+
* Branded with SnapshotKindId (not KindId).
|
|
114
|
+
* Property values are frozen at the time the snapshot was created.
|
|
115
|
+
* Returned by getSnapshot() and hooks like useObject().
|
|
116
|
+
*
|
|
117
|
+
* Snapshots are structurally identical to reactive objects but have a different brand,
|
|
118
|
+
* making them distinguishable at the TypeScript level. Neither is assignable to the other.
|
|
119
|
+
*/
|
|
120
|
+
export type Snapshot<T extends Unknown = Unknown> = Omit<T, KindId> & BaseSnapshot;
|
|
53
121
|
|
|
54
|
-
|
|
55
|
-
[
|
|
122
|
+
const defaultMeta: ObjectMeta = {
|
|
123
|
+
keys: [],
|
|
56
124
|
};
|
|
57
125
|
|
|
58
|
-
|
|
126
|
+
type Props<T = any> = {
|
|
127
|
+
id?: ObjectId;
|
|
128
|
+
[Meta]?: Partial<ObjectMeta>;
|
|
129
|
+
} & Type.Properties<T>;
|
|
59
130
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
131
|
+
// TODO(burdon): Should we allow the caller to set the id?
|
|
132
|
+
/**
|
|
133
|
+
* Props type for object creation with a given schema.
|
|
134
|
+
*/
|
|
135
|
+
export type MakeProps<S extends Schema.Schema.AnyNoContext> = {
|
|
136
|
+
id?: ObjectId;
|
|
137
|
+
[Meta]?: Partial<ObjectMeta>;
|
|
138
|
+
[Parent]?: Unknown;
|
|
139
|
+
} & NoInfer<Props<Schema.Schema.Type<S>>>;
|
|
63
140
|
|
|
64
141
|
/**
|
|
65
|
-
* Creates new object.
|
|
142
|
+
* Creates a new echo object of the given schema.
|
|
66
143
|
* @param schema - Object schema.
|
|
67
144
|
* @param props - Object properties.
|
|
68
145
|
* @param meta - Object metadata (deprecated) -- pass with Obj.Meta.
|
|
@@ -73,41 +150,207 @@ const DEFAULT_META: EchoSchema.ObjectMeta = {
|
|
|
73
150
|
* ```ts
|
|
74
151
|
* const obj = Obj.make(Person, { [Obj.Meta]: { keys: [...] }, name: 'John' });
|
|
75
152
|
* ```
|
|
153
|
+
*
|
|
154
|
+
* Note: Only accepts object schemas, not relation schemas. Use `Relation.make` for relations.
|
|
76
155
|
*/
|
|
77
|
-
export const make
|
|
156
|
+
export const make: {
|
|
157
|
+
<S extends Type.Obj.Any>(schema: S, props: MakeProps<S>): Obj<Schema.Schema.Type<S>>;
|
|
158
|
+
/**
|
|
159
|
+
* @deprecated Pass meta as in the example: `Obj.make(Person, { [Obj.Meta]: { keys: [...] }, name: 'John' })`.
|
|
160
|
+
*/
|
|
161
|
+
<S extends Type.Obj.Any>(schema: S, props: MakeProps<S>, meta: Partial<ObjectMeta>): Obj<Schema.Schema.Type<S>>;
|
|
162
|
+
} = <S extends Type.Obj.Any>(
|
|
78
163
|
schema: S,
|
|
79
164
|
props: MakeProps<S>,
|
|
80
|
-
meta?: Partial<
|
|
81
|
-
):
|
|
82
|
-
assertArgument(
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
165
|
+
meta?: Partial<ObjectMeta>,
|
|
166
|
+
): Obj<Schema.Schema.Type<S>> => {
|
|
167
|
+
assertArgument(getTypeAnnotation(schema)?.kind === Entity.Kind.Object, 'schema', 'Expected an object schema');
|
|
168
|
+
|
|
169
|
+
// Set default fields on meta on creation.
|
|
170
|
+
if (props[MetaId] != null) {
|
|
171
|
+
meta = { ...structuredClone(defaultMeta), ...props[MetaId] };
|
|
172
|
+
delete props[MetaId];
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// Filter undefined values (Object.entries only returns string-keyed properties).
|
|
176
|
+
const filterUndefined: any = Object.fromEntries(Object.entries(props).filter(([_, v]) => v !== undefined));
|
|
177
|
+
|
|
178
|
+
// Copy symbol properties (like ParentId) that Object.entries doesn't include.
|
|
179
|
+
for (const sym of Object.getOwnPropertySymbols(props)) {
|
|
180
|
+
const value = (props as any)[sym];
|
|
181
|
+
if (value !== undefined) {
|
|
182
|
+
filterUndefined[sym] = value;
|
|
183
|
+
}
|
|
92
184
|
}
|
|
93
185
|
|
|
94
|
-
|
|
186
|
+
return makeObject<Schema.Schema.Type<S>>(schema, filterUndefined as any, {
|
|
187
|
+
...defaultMeta,
|
|
188
|
+
...meta,
|
|
189
|
+
});
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Determine if object is an ECHO object.
|
|
194
|
+
*/
|
|
195
|
+
export const isObject = (obj: unknown): obj is Unknown => {
|
|
196
|
+
assumeType<InternalObjectProps>(obj);
|
|
197
|
+
return typeof obj === 'object' && obj !== null && obj[Entity.KindId] === Entity.Kind.Object;
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Subscribe to object updates.
|
|
202
|
+
* The callback is called synchronously when the object is modified.
|
|
203
|
+
* Only accepts reactive objects (not snapshots).
|
|
204
|
+
* @returns Unsubscribe function.
|
|
205
|
+
*/
|
|
206
|
+
export const subscribe = (obj: Unknown, callback: () => void): (() => void) => {
|
|
207
|
+
return subscribe$(obj, callback);
|
|
208
|
+
};
|
|
209
|
+
|
|
210
|
+
//
|
|
211
|
+
// Snapshot
|
|
212
|
+
//
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Returns an immutable snapshot of an object.
|
|
216
|
+
* The snapshot is branded with SnapshotKindId instead of KindId,
|
|
217
|
+
* making it distinguishable from the reactive object at the type level.
|
|
218
|
+
*/
|
|
219
|
+
export const getSnapshot: <T extends Unknown>(obj: T) => Snapshot<T> = getSnapshot$ as any;
|
|
220
|
+
|
|
221
|
+
export type CloneOptions = {
|
|
222
|
+
/**
|
|
223
|
+
* Retain the original object's ID.
|
|
224
|
+
* @default false
|
|
225
|
+
*/
|
|
226
|
+
retainId?: boolean;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Recursively clone referenced objects.
|
|
230
|
+
* @default false
|
|
231
|
+
*/
|
|
232
|
+
deep?: boolean;
|
|
233
|
+
};
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Clones an object or relation.
|
|
237
|
+
* This does not clone referenced objects, only the properties in the object.
|
|
238
|
+
* @returns A new object with the same schema and properties.
|
|
239
|
+
*/
|
|
240
|
+
export const clone: <T extends Unknown>(obj: T, opts?: CloneOptions) => T = clone$;
|
|
241
|
+
|
|
242
|
+
//
|
|
243
|
+
// Change
|
|
244
|
+
//
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Makes all properties mutable recursively.
|
|
248
|
+
* Used to provide a mutable view of an object within `Obj.change`.
|
|
249
|
+
*/
|
|
250
|
+
export type { Mutable };
|
|
95
251
|
|
|
96
|
-
|
|
252
|
+
/**
|
|
253
|
+
* Perform mutations on an echo object within a controlled context.
|
|
254
|
+
*
|
|
255
|
+
* All mutations within the callback are batched and trigger a single notification
|
|
256
|
+
* when the callback completes. Direct mutations outside of `Obj.change` will throw
|
|
257
|
+
* an error for echo objects.
|
|
258
|
+
*
|
|
259
|
+
* This function also works with nested objects within echo objects (e.g., Template structs)
|
|
260
|
+
* that are reactive at runtime.
|
|
261
|
+
*
|
|
262
|
+
* @param obj - The echo object to mutate. Use `Relation.change` for relations.
|
|
263
|
+
* @param callback - The callback that performs mutations on the object.
|
|
264
|
+
*
|
|
265
|
+
* @example
|
|
266
|
+
* ```ts
|
|
267
|
+
* const person = Obj.make(Person, { name: 'John', age: 25 });
|
|
268
|
+
*
|
|
269
|
+
* // Mutate within Obj.change
|
|
270
|
+
* Obj.change(person, (p) => {
|
|
271
|
+
* p.name = 'Jane';
|
|
272
|
+
* p.age = 30;
|
|
273
|
+
* });
|
|
274
|
+
* // ONE notification fires here
|
|
275
|
+
*
|
|
276
|
+
* // Direct mutation throws
|
|
277
|
+
* person.name = 'Bob'; // Error: Cannot modify outside Obj.change()
|
|
278
|
+
* ```
|
|
279
|
+
*
|
|
280
|
+
* Note: Only accepts objects. Use `Relation.change` for relations.
|
|
281
|
+
*/
|
|
282
|
+
export const change = <T extends Unknown>(obj: T, callback: ChangeCallback<T>): void => {
|
|
283
|
+
change$(obj, callback);
|
|
97
284
|
};
|
|
98
285
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
286
|
+
/**
|
|
287
|
+
* Get a deeply nested property from an object.
|
|
288
|
+
*
|
|
289
|
+
* Similar to lodash.get and getDeep from @dxos/util.
|
|
290
|
+
* This is the complementary function to setValue.
|
|
291
|
+
* Accepts both reactive objects and snapshots.
|
|
292
|
+
*
|
|
293
|
+
* @param obj - The ECHO object to get the property from.
|
|
294
|
+
* @param path - Path to the property (array of keys).
|
|
295
|
+
* @returns The value at the path, or undefined if not found.
|
|
296
|
+
*
|
|
297
|
+
* @example
|
|
298
|
+
* ```ts
|
|
299
|
+
* const person = Obj.make(Person, {
|
|
300
|
+
* name: 'John',
|
|
301
|
+
* addresses: [{ street: '123 Main St' }]
|
|
302
|
+
* });
|
|
303
|
+
*
|
|
304
|
+
* Obj.getValue(person, ['addresses', 0, 'street']); // '123 Main St'
|
|
305
|
+
* Obj.getValue(person, ['addresses', 1, 'street']); // undefined
|
|
306
|
+
* ```
|
|
307
|
+
*/
|
|
308
|
+
export const getValue = (obj: Unknown | Snapshot, path: readonly (string | number)[]): any => {
|
|
309
|
+
return getValue$(obj, createJsonPath(path));
|
|
102
310
|
};
|
|
103
311
|
|
|
312
|
+
/**
|
|
313
|
+
* Set a deeply nested property on an object, using the object's schema to determine
|
|
314
|
+
* whether to initialize nested data as an empty object or array.
|
|
315
|
+
*
|
|
316
|
+
* Similar to lodash.set and setDeep from @dxos/util, but schema-aware.
|
|
317
|
+
* Must be called within an `Obj.change` callback.
|
|
318
|
+
*
|
|
319
|
+
* NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
|
|
320
|
+
* parameters, so there is no compile-time error. Enforcement is runtime-only.
|
|
321
|
+
*
|
|
322
|
+
* @param obj - The mutable ECHO object to set the property on.
|
|
323
|
+
* @param path - Path to the property (array of keys).
|
|
324
|
+
* @param value - Value to set.
|
|
325
|
+
* @returns The value that was set.
|
|
326
|
+
*
|
|
327
|
+
* @example
|
|
328
|
+
* ```ts
|
|
329
|
+
* const person = Obj.make(Person, { name: 'John' });
|
|
330
|
+
* // Person schema has: addresses: Schema.Array(Address)
|
|
331
|
+
* Obj.change(person, (p) => {
|
|
332
|
+
* Obj.setValue(p, ['addresses', 0, 'street'], '123 Main St');
|
|
333
|
+
* });
|
|
334
|
+
* // Creates: person.addresses = [{ street: '123 Main St' }]
|
|
335
|
+
* ```
|
|
336
|
+
*/
|
|
337
|
+
// TODO(wittjosiah): Compute possible path values + type value based on generic object type.
|
|
338
|
+
export const setValue: (obj: Mutable<Unknown>, path: readonly (string | number)[], value: any) => void =
|
|
339
|
+
setValue$ as any;
|
|
340
|
+
|
|
341
|
+
//
|
|
342
|
+
// Type
|
|
343
|
+
//
|
|
344
|
+
|
|
345
|
+
// TODO(burdon): To discuss: prefer over ObjectId or Key.ObjectId or Type.ID?
|
|
346
|
+
export const ID = ObjectId;
|
|
347
|
+
export type ID = ObjectId;
|
|
348
|
+
|
|
104
349
|
/**
|
|
105
350
|
* Test if object or relation is an instance of a schema.
|
|
106
351
|
* @example
|
|
107
352
|
* ```ts
|
|
108
353
|
* const john = Obj.make(Person, { name: 'John' });
|
|
109
|
-
* const johnIsPerson = Obj.instanceOf(Person)(john);
|
|
110
|
-
*
|
|
111
354
|
* const isPerson = Obj.instanceOf(Person);
|
|
112
355
|
* if (isPerson(john)) {
|
|
113
356
|
* // john is Person
|
|
@@ -115,317 +358,274 @@ export const isObject = (obj: unknown): obj is Any => {
|
|
|
115
358
|
* ```
|
|
116
359
|
*/
|
|
117
360
|
export const instanceOf: {
|
|
118
|
-
<S extends Type.
|
|
119
|
-
<S extends Type.
|
|
120
|
-
} = ((
|
|
121
|
-
...args: [schema: Type.Relation.Any | Type.Obj.Any, value: unknown] | [schema: Type.Relation.Any | Type.Obj.Any]
|
|
122
|
-
) => {
|
|
361
|
+
<S extends Type.Entity.Any>(schema: S): (value: unknown) => value is Schema.Schema.Type<S>;
|
|
362
|
+
<S extends Type.Entity.Any>(schema: S, value: unknown): value is Schema.Schema.Type<S>;
|
|
363
|
+
} = ((...args: [schema: Type.Entity.Any, value: unknown] | [schema: Type.Entity.Any]) => {
|
|
123
364
|
if (args.length === 1) {
|
|
124
|
-
return (
|
|
365
|
+
return (entity: unknown) => isInstanceOf(args[0], entity);
|
|
125
366
|
}
|
|
126
367
|
|
|
127
|
-
return
|
|
368
|
+
return isInstanceOf(args[0], args[1]);
|
|
128
369
|
}) as any;
|
|
129
370
|
|
|
130
|
-
export const getSchema = EchoSchema.getSchema;
|
|
131
|
-
|
|
132
371
|
// TODO(dmaretskyi): Allow returning undefined.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
372
|
+
/**
|
|
373
|
+
* Get the DXN of the object.
|
|
374
|
+
* Accepts both reactive objects and snapshots.
|
|
375
|
+
*/
|
|
376
|
+
export const getDXN = (entity: Unknown | Snapshot): DXN => {
|
|
377
|
+
assertArgument(!Schema.isSchema(entity), 'obj', 'Object should not be a schema.');
|
|
378
|
+
return getDXN$(entity);
|
|
138
379
|
};
|
|
139
380
|
|
|
140
381
|
/**
|
|
141
382
|
* @returns The DXN of the object's type.
|
|
142
383
|
* @example dxn:example.com/type/Person:1.0.0
|
|
143
384
|
*/
|
|
144
|
-
// TODO(
|
|
145
|
-
export const getTypeDXN =
|
|
385
|
+
// TODO(wittjosiah): Narrow types.
|
|
386
|
+
export const getTypeDXN: (obj: unknown | undefined) => DXN | undefined = getTypeDXN$ as any;
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Get the schema of the object.
|
|
390
|
+
* Returns the branded ECHO schema used to create the object.
|
|
391
|
+
*/
|
|
392
|
+
// TODO(wittjosiah): Narrow types.
|
|
393
|
+
export const getSchema: (obj: unknown | undefined) => Type.Entity.Any | undefined = getSchema$ as any;
|
|
146
394
|
|
|
147
395
|
/**
|
|
148
396
|
* @returns The typename of the object's type.
|
|
397
|
+
* Accepts both reactive objects and snapshots.
|
|
149
398
|
* @example `example.com/type/Person`
|
|
150
399
|
*/
|
|
151
|
-
export const getTypename = (
|
|
152
|
-
const schema = getSchema(obj);
|
|
153
|
-
if (schema == null) {
|
|
154
|
-
// Try to extract typename from DXN.
|
|
155
|
-
return EchoSchema.getType(obj)?.asTypeDXN()?.type;
|
|
156
|
-
}
|
|
400
|
+
export const getTypename = (entity: Unknown | Snapshot): string | undefined => getTypename$(entity);
|
|
157
401
|
|
|
158
|
-
|
|
159
|
-
|
|
402
|
+
//
|
|
403
|
+
// Database
|
|
404
|
+
//
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* Get the database the object belongs to.
|
|
408
|
+
* Accepts both reactive objects and snapshots.
|
|
409
|
+
*/
|
|
410
|
+
export const getDatabase = (entity: Entity.Unknown | Entity.Snapshot): Database.Database | undefined =>
|
|
411
|
+
getDatabase$(entity);
|
|
412
|
+
|
|
413
|
+
//
|
|
414
|
+
// Meta
|
|
415
|
+
//
|
|
416
|
+
|
|
417
|
+
export const Meta: unique symbol = MetaId as any;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* Deeply read-only version of ObjectMeta.
|
|
421
|
+
* Prevents mutation at all nesting levels (e.g., `meta.keys.push()` is a TypeScript error).
|
|
422
|
+
*/
|
|
423
|
+
export type ReadonlyMeta = ApiReadonlyMeta;
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Mutable meta type returned by `Obj.getMeta` inside an `Obj.change` callback.
|
|
427
|
+
*/
|
|
428
|
+
export type Meta = ApiMeta;
|
|
160
429
|
|
|
430
|
+
// TODO(burdon): Narrow type.
|
|
161
431
|
// TODO(dmaretskyi): Allow returning undefined.
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
432
|
+
/**
|
|
433
|
+
* Get the metadata for an object.
|
|
434
|
+
* Returns mutable meta when passed a mutable object (inside `Obj.change` callback).
|
|
435
|
+
* Returns read-only meta when passed a regular object or snapshot.
|
|
436
|
+
*
|
|
437
|
+
* @example
|
|
438
|
+
* ```ts
|
|
439
|
+
* // Read-only access outside change callback
|
|
440
|
+
* const meta = Obj.getMeta(person); // ReadonlyMeta
|
|
441
|
+
*
|
|
442
|
+
* // Mutable access inside change callback
|
|
443
|
+
* Obj.change(person, (p) => {
|
|
444
|
+
* const meta = Obj.getMeta(p); // ObjectMeta (mutable)
|
|
445
|
+
* meta.tags ??= [];
|
|
446
|
+
* meta.tags.push('important');
|
|
447
|
+
* });
|
|
448
|
+
* ```
|
|
449
|
+
*/
|
|
450
|
+
// TODO(wittjosiah): When passed a Snapshot, should return a snapshot of meta, not the live meta proxy.
|
|
451
|
+
export function getMeta(entity: Mutable<Unknown>): Meta;
|
|
452
|
+
export function getMeta(entity: Unknown | Snapshot): ReadonlyMeta;
|
|
453
|
+
export function getMeta(entity: Unknown | Snapshot | Mutable<Unknown>): Meta | ReadonlyMeta {
|
|
454
|
+
return getMeta$(entity);
|
|
455
|
+
}
|
|
167
456
|
|
|
168
457
|
/**
|
|
169
458
|
* @returns Foreign keys for the object from the specified source.
|
|
459
|
+
* Accepts both reactive objects and snapshots.
|
|
170
460
|
*/
|
|
171
461
|
export const getKeys: {
|
|
172
|
-
(
|
|
173
|
-
(source: string): (
|
|
174
|
-
} = Function.dual(2, (
|
|
175
|
-
const meta = EchoSchema.getMeta(obj);
|
|
176
|
-
invariant(meta != null, 'Invalid object.');
|
|
177
|
-
return meta.keys.filter((key) => key.source === source);
|
|
178
|
-
});
|
|
462
|
+
(entity: Unknown | Snapshot, source: string): ForeignKey[];
|
|
463
|
+
(source: string): (entity: Unknown | Snapshot) => ForeignKey[];
|
|
464
|
+
} = Function.dual(2, (entity: Unknown | Snapshot, source?: string): ForeignKey[] => getKeys$(entity, source!));
|
|
179
465
|
|
|
180
466
|
/**
|
|
181
467
|
* Delete all keys from the object for the specified source.
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
if (meta.keys[i].source === source) {
|
|
189
|
-
meta.keys.splice(i, 1);
|
|
190
|
-
i--;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
};
|
|
468
|
+
* Must be called within an `Obj.change` callback.
|
|
469
|
+
*
|
|
470
|
+
* NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
|
|
471
|
+
* parameters, so there is no compile-time error. Enforcement is runtime-only.
|
|
472
|
+
*/
|
|
473
|
+
export const deleteKeys = (entity: Mutable<Unknown>, source: string): void => deleteKeys$(entity, source);
|
|
194
474
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
475
|
+
/**
|
|
476
|
+
* Add a tag to the object.
|
|
477
|
+
* Must be called within an `Obj.change` callback.
|
|
478
|
+
*
|
|
479
|
+
* NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
|
|
480
|
+
* parameters, so there is no compile-time error. Enforcement is runtime-only.
|
|
481
|
+
*/
|
|
482
|
+
export const addTag = (entity: Mutable<Unknown>, tag: string): void => addTag$(entity, tag);
|
|
201
483
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
484
|
+
/**
|
|
485
|
+
* Remove a tag from the object.
|
|
486
|
+
* Must be called within an `Obj.change` callback.
|
|
487
|
+
*
|
|
488
|
+
* NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
|
|
489
|
+
* parameters, so there is no compile-time error. Enforcement is runtime-only.
|
|
490
|
+
*/
|
|
491
|
+
export const removeTag = (entity: Mutable<Unknown>, tag: string): void => removeTag$(entity, tag);
|
|
208
492
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
493
|
+
/**
|
|
494
|
+
* Check if the object is deleted.
|
|
495
|
+
* Accepts both reactive objects and snapshots.
|
|
496
|
+
*/
|
|
497
|
+
// TODO(dmaretskyi): Default to `false`.
|
|
498
|
+
export const isDeleted = (entity: Unknown | Snapshot): boolean => isDeleted$(entity);
|
|
215
499
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
return EchoSchema.getDescription(schema, obj);
|
|
220
|
-
}
|
|
221
|
-
};
|
|
500
|
+
//
|
|
501
|
+
// Annotations
|
|
502
|
+
//
|
|
222
503
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
};
|
|
504
|
+
/**
|
|
505
|
+
* Get the label of the object.
|
|
506
|
+
* Accepts both reactive objects and snapshots.
|
|
507
|
+
*/
|
|
508
|
+
export const getLabel = (entity: Unknown | Snapshot): string | undefined => getLabel$(entity);
|
|
229
509
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
510
|
+
/**
|
|
511
|
+
* Set the label of the object.
|
|
512
|
+
* Must be called within an `Obj.change` callback.
|
|
513
|
+
*
|
|
514
|
+
* NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
|
|
515
|
+
* parameters, so there is no compile-time error. Enforcement is runtime-only.
|
|
516
|
+
*/
|
|
517
|
+
export const setLabel = (entity: Mutable<Unknown>, label: string): void => setLabel$(entity, label);
|
|
235
518
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
for (let i = 0; i < meta.tags.length; i++) {
|
|
242
|
-
if (meta.tags[i] === tag) {
|
|
243
|
-
meta.tags.splice(i, 1);
|
|
244
|
-
i--;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
};
|
|
519
|
+
/**
|
|
520
|
+
* Get the description of the object.
|
|
521
|
+
* Accepts both reactive objects and snapshots.
|
|
522
|
+
*/
|
|
523
|
+
export const getDescription = (entity: Unknown | Snapshot): string | undefined => getDescription$(entity);
|
|
248
524
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
525
|
+
/**
|
|
526
|
+
* Set the description of the object.
|
|
527
|
+
* Must be called within an `Obj.change` callback.
|
|
528
|
+
*
|
|
529
|
+
* NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
|
|
530
|
+
* parameters, so there is no compile-time error. Enforcement is runtime-only.
|
|
531
|
+
*/
|
|
532
|
+
export const setDescription = (entity: Mutable<Unknown>, description: string): void =>
|
|
533
|
+
setDescription$(entity, description);
|
|
253
534
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
535
|
+
/**
|
|
536
|
+
* Symbol to set parent when creating objects with `Obj.make`.
|
|
537
|
+
* @example
|
|
538
|
+
* ```ts
|
|
539
|
+
* Obj.make(TestSchema.Person, {
|
|
540
|
+
* [Obj.Parent]: parentObject,
|
|
541
|
+
* name: 'John',
|
|
542
|
+
* })
|
|
543
|
+
* ```
|
|
544
|
+
*/
|
|
545
|
+
export const Parent: unique symbol = ParentId as any;
|
|
257
546
|
|
|
258
|
-
|
|
547
|
+
/**
|
|
548
|
+
* Get the parent of an object.
|
|
549
|
+
* The parent is always loaded together with the object.
|
|
550
|
+
* Only objects are allowed to have a parent
|
|
551
|
+
* @returns The parent object, or undefined if the object has no parent.
|
|
552
|
+
*/
|
|
553
|
+
export const getParent = (entity: Unknown | Snapshot): Unknown | undefined => {
|
|
554
|
+
assertArgument(isObject(entity), 'Expected an object');
|
|
555
|
+
assumeType<InternalObjectProps>(entity);
|
|
556
|
+
return entity[ParentId] as Unknown | undefined;
|
|
259
557
|
};
|
|
260
558
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
return 0;
|
|
275
|
-
};
|
|
559
|
+
/**
|
|
560
|
+
* Sets the parent of an object.
|
|
561
|
+
* If a parent (or any transitive parent) is deleted, the object will be deleted.
|
|
562
|
+
* Only objects are allowed to have a parent.
|
|
563
|
+
*/
|
|
564
|
+
export const setParent = (entity: Unknown, parent: Any | undefined) => {
|
|
565
|
+
assertArgument(isObject(entity), 'Expected an object');
|
|
566
|
+
assertArgument(parent === undefined || isObject(parent), 'Expected an object');
|
|
567
|
+
assumeType<InternalObjectProps>(entity);
|
|
568
|
+
assumeType<InternalObjectProps | undefined>(parent);
|
|
569
|
+
entity[ParentId] = parent;
|
|
276
570
|
};
|
|
277
571
|
|
|
572
|
+
//
|
|
573
|
+
// JSON
|
|
574
|
+
//
|
|
575
|
+
|
|
278
576
|
/**
|
|
279
577
|
* JSON representation of an object.
|
|
280
578
|
*/
|
|
281
|
-
export type JSON =
|
|
579
|
+
export type JSON = APIJSON;
|
|
282
580
|
|
|
283
581
|
/**
|
|
284
582
|
* Converts object to its JSON representation.
|
|
583
|
+
* Accepts both reactive objects and snapshots.
|
|
285
584
|
*
|
|
286
585
|
* The same algorithm is used when calling the standard `JSON.stringify(obj)` function.
|
|
287
586
|
*/
|
|
288
|
-
|
|
289
|
-
export const toJSON = (obj: Any | Relation.Any): JSON => EchoSchema.objectToJSON(obj);
|
|
587
|
+
export const toJSON = (entity: Unknown | Snapshot): JSON => toJSON$(entity);
|
|
290
588
|
|
|
291
589
|
/**
|
|
292
590
|
* Creates an object from its json representation, performing schema validation.
|
|
293
591
|
* References and schemas will be resolvable if the `refResolver` is provided.
|
|
294
592
|
*
|
|
295
|
-
* The function
|
|
593
|
+
* The function must be async to support resolving the schema as well as the relation endpoints.
|
|
296
594
|
*
|
|
297
595
|
* @param options.refResolver - Resolver for references. Produces hydrated references that can be resolved.
|
|
298
596
|
* @param options.dxn - Override object DXN. Changes the result of `Obj.getDXN`.
|
|
299
597
|
*/
|
|
300
|
-
export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<
|
|
301
|
-
|
|
598
|
+
export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<Unknown> =
|
|
599
|
+
objectFromJSON as any;
|
|
302
600
|
|
|
303
601
|
/**
|
|
304
|
-
*
|
|
602
|
+
* Comparator function type for sorting objects.
|
|
603
|
+
* Accepts both reactive objects and snapshots.
|
|
305
604
|
*/
|
|
306
|
-
export
|
|
605
|
+
export type Comparator = ApiComparator<Unknown | Snapshot>;
|
|
307
606
|
|
|
308
|
-
export
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
* @default false
|
|
312
|
-
*/
|
|
313
|
-
retainId?: boolean;
|
|
314
|
-
};
|
|
607
|
+
export const sortByLabel: Comparator = sortByLabel$ as Comparator;
|
|
608
|
+
export const sortByTypename: Comparator = sortByTypename$ as Comparator;
|
|
609
|
+
export const sort = (...comparators: Comparator[]): Comparator => sort$(...comparators) as Comparator;
|
|
315
610
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
* @returns A new object with the same schema and properties.
|
|
320
|
-
*/
|
|
321
|
-
export const clone = <T extends Any | Relation.Any>(obj: T, opts?: CloneOptions): T => {
|
|
322
|
-
const { id, ...data } = obj;
|
|
323
|
-
const schema = getSchema(obj);
|
|
324
|
-
invariant(schema != null, 'Object should have a schema');
|
|
325
|
-
const props: any = deepMapValues(data, (value, recurse) => {
|
|
326
|
-
if (EchoSchema.Ref.isRef(value)) {
|
|
327
|
-
return value;
|
|
328
|
-
}
|
|
329
|
-
return recurse(value);
|
|
330
|
-
});
|
|
331
|
-
if (opts?.retainId) {
|
|
332
|
-
props.id = id;
|
|
333
|
-
}
|
|
334
|
-
const meta = getMeta(obj);
|
|
335
|
-
props[EchoSchema.MetaId] = deepMapValues(meta, (value, recurse) => {
|
|
336
|
-
if (EchoSchema.Ref.isRef(value)) {
|
|
337
|
-
return value;
|
|
338
|
-
}
|
|
339
|
-
return recurse(value);
|
|
340
|
-
});
|
|
341
|
-
return make(schema, props);
|
|
342
|
-
};
|
|
611
|
+
//
|
|
612
|
+
// Version
|
|
613
|
+
//
|
|
343
614
|
|
|
344
|
-
export
|
|
345
|
-
export type
|
|
615
|
+
export { VersionTypeId };
|
|
616
|
+
export type { VersionCompareResult };
|
|
346
617
|
|
|
347
618
|
/**
|
|
348
619
|
* Represent object version.
|
|
349
620
|
* May be backed by Automerge.
|
|
350
621
|
* Objects with no history are not versioned.
|
|
351
622
|
*/
|
|
352
|
-
export
|
|
353
|
-
[VersionTypeId]: {};
|
|
623
|
+
export type Version = ApiVersion;
|
|
354
624
|
|
|
355
|
-
|
|
356
|
-
* Whether the object is versioned.
|
|
357
|
-
*/
|
|
358
|
-
versioned: boolean;
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* Automerge heads.
|
|
362
|
-
*/
|
|
363
|
-
automergeHeads?: string[];
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
const unversioned: Version = {
|
|
367
|
-
[VersionTypeId]: {},
|
|
368
|
-
versioned: false,
|
|
369
|
-
};
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* Checks that `obj` is a version object.
|
|
373
|
-
*/
|
|
374
|
-
export const isVersion = (obj: unknown): obj is Version => {
|
|
375
|
-
return obj != null && typeof obj === 'object' && VersionTypeId in obj;
|
|
376
|
-
};
|
|
625
|
+
export { isVersion, versionValid, compareVersions, encodeVersion, decodeVersion };
|
|
377
626
|
|
|
378
627
|
/**
|
|
379
628
|
* Returns the version of the object.
|
|
629
|
+
* Accepts both reactive objects and snapshots.
|
|
380
630
|
*/
|
|
381
|
-
export const version = (
|
|
382
|
-
const version = (obj as any)[EchoSchema.ObjectVersionId];
|
|
383
|
-
if (version === undefined) {
|
|
384
|
-
return unversioned;
|
|
385
|
-
}
|
|
386
|
-
return version;
|
|
387
|
-
};
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* Checks that `version` is a valid version object.
|
|
391
|
-
*/
|
|
392
|
-
export const versionValid = (version: Version): boolean => {
|
|
393
|
-
assertArgument(isVersion(version), 'version', 'Invalid version object');
|
|
394
|
-
return !!version.versioned;
|
|
395
|
-
};
|
|
396
|
-
|
|
397
|
-
export type VersionCompareResult = 'unversioned' | 'equal' | 'different';
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* Compares two versions.
|
|
401
|
-
* @param version1
|
|
402
|
-
* @param version2
|
|
403
|
-
* @returns 'unversioned' if either object is unversioned, 'equal' if the versions are equal, 'different' if the versions are different.
|
|
404
|
-
*/
|
|
405
|
-
export const compareVersions = (version1: Version, version2: Version): VersionCompareResult => {
|
|
406
|
-
assertArgument(isVersion(version1), 'version1', 'Invalid version object');
|
|
407
|
-
assertArgument(isVersion(version2), 'version2', 'Invalid version object');
|
|
408
|
-
|
|
409
|
-
if (!versionValid(version1) || !versionValid(version2)) {
|
|
410
|
-
return 'unversioned';
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
if (version1.automergeHeads?.length !== version2.automergeHeads?.length) {
|
|
414
|
-
return 'different';
|
|
415
|
-
}
|
|
416
|
-
if (version1.automergeHeads?.some((head) => !version2.automergeHeads?.includes(head))) {
|
|
417
|
-
return 'different';
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
return 'equal';
|
|
421
|
-
};
|
|
422
|
-
|
|
423
|
-
export const encodeVersion = (version: Version): string => {
|
|
424
|
-
return JSON.stringify(version);
|
|
425
|
-
};
|
|
426
|
-
|
|
427
|
-
export const decodeVersion = (version: string): Version => {
|
|
428
|
-
const parsed = JSON.parse(version);
|
|
429
|
-
parsed[VersionTypeId] = {};
|
|
430
|
-
return parsed;
|
|
431
|
-
};
|
|
631
|
+
export const version = (entity: Unknown | Snapshot): Version => version$(entity);
|