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