@dxos/echo 0.8.4-main.1da679c → 0.8.4-main.21d9917
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/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 +71 -16
- 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 +71 -16
- 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/{errors.d.ts → Err.d.ts} +23 -31
- 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 +309 -90
- 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 -22
- 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 -5
- 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 +163 -37
- 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/{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 +386 -0
- package/src/Obj.ts +466 -234
- 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 +411 -59
- package/src/SchemaRegistry.ts +105 -0
- package/src/Tag.ts +40 -0
- package/src/Type.test.ts +52 -0
- package/src/Type.ts +361 -115
- package/src/index.ts +16 -6
- 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-WG555MU5.mjs +0 -854
- package/dist/lib/browser/chunk-WG555MU5.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-N55B5WWQ.mjs +0 -854
- package/dist/lib/node-esm/chunk-N55B5WWQ.mjs.map +0 -7
- package/dist/types/src/errors.d.ts.map +0 -1
- 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 -243
- 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 -362
- package/src/query/dsl.ts +0 -752
- package/src/query/index.ts +0 -5
- package/src/test/api.test.ts +0 -180
- 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,24 +2,76 @@
|
|
|
2
2
|
// Copyright 2025 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
5
|
+
import * as Function from 'effect/Function';
|
|
6
|
+
import * as Schema from 'effect/Schema';
|
|
7
|
+
|
|
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
|
+
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';
|
|
15
68
|
import type * as Ref from './Ref';
|
|
16
|
-
import type * as
|
|
17
|
-
import * as Type from './Type';
|
|
69
|
+
import type * as Type from './Type';
|
|
18
70
|
|
|
19
71
|
/**
|
|
20
|
-
*
|
|
72
|
+
* Base type for all ECHO objects.
|
|
21
73
|
*/
|
|
22
|
-
interface BaseObj extends
|
|
74
|
+
interface BaseObj extends AnyEntity, Entity.OfKind<typeof Entity.Kind.Object> {}
|
|
23
75
|
|
|
24
76
|
/**
|
|
25
77
|
* Object type with specific properties.
|
|
@@ -27,29 +79,64 @@ interface BaseObj extends EchoSchema.HasId, Type.OfKind<EchoSchema.EntityKind.Ob
|
|
|
27
79
|
export type Obj<Props> = BaseObj & Props;
|
|
28
80
|
|
|
29
81
|
/**
|
|
30
|
-
*
|
|
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.
|
|
31
98
|
*/
|
|
32
|
-
export interface Any extends BaseObj {}
|
|
99
|
+
export interface Any extends BaseObj, AnyProperties {}
|
|
33
100
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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
|
+
}
|
|
40
108
|
|
|
41
|
-
|
|
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.
|
|
117
|
+
*/
|
|
118
|
+
export type Snapshot<T extends Unknown = Unknown> = Omit<T, KindId> & BaseSnapshot;
|
|
42
119
|
|
|
43
|
-
|
|
44
|
-
[
|
|
120
|
+
const defaultMeta: ObjectMeta = {
|
|
121
|
+
keys: [],
|
|
45
122
|
};
|
|
46
123
|
|
|
47
|
-
|
|
124
|
+
type Props<T = any> = {
|
|
125
|
+
id?: ObjectId;
|
|
126
|
+
[Meta]?: Partial<ObjectMeta>;
|
|
127
|
+
} & Type.Properties<T>;
|
|
48
128
|
|
|
49
|
-
// TODO(
|
|
129
|
+
// TODO(burdon): Should we allow the caller to set the id?
|
|
130
|
+
/**
|
|
131
|
+
* Props type for object creation with a given schema.
|
|
132
|
+
*/
|
|
133
|
+
export type MakeProps<S extends Schema.Schema.AnyNoContext> = {
|
|
134
|
+
id?: ObjectId;
|
|
135
|
+
[Meta]?: Partial<ObjectMeta>;
|
|
136
|
+
} & NoInfer<Props<Schema.Schema.Type<S>>>;
|
|
50
137
|
|
|
51
138
|
/**
|
|
52
|
-
* Creates new object.
|
|
139
|
+
* Creates a new echo object of the given schema.
|
|
53
140
|
* @param schema - Object schema.
|
|
54
141
|
* @param props - Object properties.
|
|
55
142
|
* @param meta - Object metadata (deprecated) -- pass with Obj.Meta.
|
|
@@ -60,295 +147,440 @@ export const Meta: unique symbol = EchoSchema.MetaId as any;
|
|
|
60
147
|
* ```ts
|
|
61
148
|
* const obj = Obj.make(Person, { [Obj.Meta]: { keys: [...] }, name: 'John' });
|
|
62
149
|
* ```
|
|
150
|
+
*
|
|
151
|
+
* Note: Only accepts object schemas, not relation schemas. Use `Relation.make` for relations.
|
|
63
152
|
*/
|
|
64
|
-
export const make
|
|
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>(
|
|
65
160
|
schema: S,
|
|
66
161
|
props: MakeProps<S>,
|
|
67
|
-
meta?:
|
|
68
|
-
):
|
|
69
|
-
assertArgument(
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
if (props[EchoSchema.MetaId] != null) {
|
|
76
|
-
meta = props[EchoSchema.MetaId] as any;
|
|
77
|
-
delete props[EchoSchema.MetaId];
|
|
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];
|
|
78
170
|
}
|
|
79
171
|
|
|
80
|
-
|
|
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
|
+
});
|
|
179
|
+
};
|
|
180
|
+
|
|
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;
|
|
187
|
+
};
|
|
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);
|
|
81
273
|
};
|
|
82
274
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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));
|
|
86
299
|
};
|
|
87
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
|
+
|
|
88
338
|
/**
|
|
89
339
|
* Test if object or relation is an instance of a schema.
|
|
90
340
|
* @example
|
|
91
341
|
* ```ts
|
|
92
342
|
* const john = Obj.make(Person, { name: 'John' });
|
|
93
|
-
* const johnIsPerson = Obj.instanceOf(Person)(john);
|
|
94
|
-
*
|
|
95
343
|
* const isPerson = Obj.instanceOf(Person);
|
|
96
|
-
* if(isPerson(john)) {
|
|
344
|
+
* if (isPerson(john)) {
|
|
97
345
|
* // john is Person
|
|
98
346
|
* }
|
|
99
347
|
* ```
|
|
100
348
|
*/
|
|
101
349
|
export const instanceOf: {
|
|
102
|
-
<S extends Type.
|
|
103
|
-
<S extends Type.
|
|
104
|
-
} = ((
|
|
105
|
-
...args: [schema: Type.Relation.Any | Type.Obj.Any, value: unknown] | [schema: Type.Relation.Any | Type.Obj.Any]
|
|
106
|
-
) => {
|
|
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]) => {
|
|
107
353
|
if (args.length === 1) {
|
|
108
|
-
return (
|
|
354
|
+
return (entity: unknown) => isInstanceOf(args[0], entity);
|
|
109
355
|
}
|
|
110
356
|
|
|
111
|
-
return
|
|
357
|
+
return isInstanceOf(args[0], args[1]);
|
|
112
358
|
}) as any;
|
|
113
359
|
|
|
114
|
-
export const getSchema = EchoSchema.getSchema;
|
|
115
|
-
|
|
116
360
|
// TODO(dmaretskyi): Allow returning undefined.
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
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);
|
|
122
368
|
};
|
|
123
369
|
|
|
124
370
|
/**
|
|
125
371
|
* @returns The DXN of the object's type.
|
|
126
|
-
* @example dxn:example.com/type/
|
|
372
|
+
* @example dxn:example.com/type/Person:1.0.0
|
|
127
373
|
*/
|
|
128
|
-
// TODO(
|
|
129
|
-
export const getTypeDXN =
|
|
374
|
+
// TODO(wittjosiah): Narrow types.
|
|
375
|
+
export const getTypeDXN: (obj: unknown | undefined) => DXN | undefined = getTypeDXN$ as any;
|
|
130
376
|
|
|
131
377
|
/**
|
|
132
|
-
*
|
|
133
|
-
*
|
|
378
|
+
* Get the schema of the object.
|
|
379
|
+
* Returns the branded ECHO schema used to create the object.
|
|
134
380
|
*/
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
if (schema == null) {
|
|
138
|
-
// Try to extract typename from DXN.
|
|
139
|
-
return EchoSchema.getType(obj)?.asTypeDXN()?.type;
|
|
140
|
-
}
|
|
381
|
+
// TODO(wittjosiah): Narrow types.
|
|
382
|
+
export const getSchema: (obj: unknown | undefined) => Type.Entity.Any | undefined = getSchema$ as any;
|
|
141
383
|
|
|
142
|
-
|
|
143
|
-
|
|
384
|
+
/**
|
|
385
|
+
* @returns The typename of the object's type.
|
|
386
|
+
* Accepts both reactive objects and snapshots.
|
|
387
|
+
* @example `example.com/type/Person`
|
|
388
|
+
*/
|
|
389
|
+
export const getTypename = (entity: Unknown | Snapshot): string | undefined => getTypename$(entity);
|
|
144
390
|
|
|
145
|
-
//
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
invariant(meta != null, 'Invalid object.');
|
|
149
|
-
return meta;
|
|
150
|
-
};
|
|
391
|
+
//
|
|
392
|
+
// Database
|
|
393
|
+
//
|
|
151
394
|
|
|
152
395
|
/**
|
|
153
|
-
*
|
|
396
|
+
* Get the database the object belongs to.
|
|
397
|
+
* Accepts both reactive objects and snapshots.
|
|
154
398
|
*/
|
|
155
|
-
export const
|
|
156
|
-
(obj: Any | Relation.Any, source: string): EchoSchema.ForeignKey[];
|
|
157
|
-
(source: string): (obj: Any | Relation.Any) => EchoSchema.ForeignKey[];
|
|
158
|
-
} = dual(2, (obj: Any | Relation.Any, source?: string): EchoSchema.ForeignKey[] => {
|
|
159
|
-
const meta = EchoSchema.getMeta(obj);
|
|
160
|
-
invariant(meta != null, 'Invalid object.');
|
|
161
|
-
return meta.keys.filter((key) => key.source === source);
|
|
162
|
-
});
|
|
399
|
+
export const getDatabase = (entity: Unknown | Snapshot): Database.Database | undefined => getDatabase$(entity);
|
|
163
400
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
* @param source
|
|
168
|
-
*/
|
|
169
|
-
export const deleteKeys = (obj: Any | Relation.Any, source: string) => {
|
|
170
|
-
const meta = EchoSchema.getMeta(obj);
|
|
171
|
-
for (let i = 0; i < meta.keys.length; i++) {
|
|
172
|
-
if (meta.keys[i].source === source) {
|
|
173
|
-
meta.keys.splice(i, 1);
|
|
174
|
-
i--;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
};
|
|
401
|
+
//
|
|
402
|
+
// Meta
|
|
403
|
+
//
|
|
178
404
|
|
|
179
|
-
|
|
180
|
-
export const isDeleted = (obj: Any | Relation.Any): boolean => {
|
|
181
|
-
const deleted = EchoSchema.isDeleted(obj);
|
|
182
|
-
invariant(typeof deleted === 'boolean', 'Invalid object.');
|
|
183
|
-
return deleted;
|
|
184
|
-
};
|
|
405
|
+
export const Meta: unique symbol = MetaId as any;
|
|
185
406
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
};
|
|
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;
|
|
193
412
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}
|
|
199
|
-
};
|
|
413
|
+
/**
|
|
414
|
+
* Mutable meta type returned by `Obj.getMeta` inside an `Obj.change` callback.
|
|
415
|
+
*/
|
|
416
|
+
export type Meta = ApiMeta;
|
|
200
417
|
|
|
418
|
+
// TODO(burdon): Narrow type.
|
|
419
|
+
// TODO(dmaretskyi): Allow returning undefined.
|
|
201
420
|
/**
|
|
202
|
-
*
|
|
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
|
+
* ```
|
|
203
437
|
*/
|
|
204
|
-
|
|
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
|
+
}
|
|
205
444
|
|
|
206
445
|
/**
|
|
207
|
-
*
|
|
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.
|
|
208
457
|
*
|
|
209
|
-
*
|
|
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.
|
|
210
460
|
*/
|
|
211
|
-
|
|
212
|
-
export const toJSON = (obj: Any | Relation.Any): JSON => EchoSchema.objectToJSON(obj);
|
|
461
|
+
export const deleteKeys = (entity: Mutable<Unknown>, source: string): void => deleteKeys$(entity, source);
|
|
213
462
|
|
|
214
463
|
/**
|
|
215
|
-
*
|
|
216
|
-
*
|
|
464
|
+
* Add a tag to the object.
|
|
465
|
+
* Must be called within an `Obj.change` callback.
|
|
217
466
|
*
|
|
218
|
-
*
|
|
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.
|
|
219
475
|
*
|
|
220
|
-
*
|
|
221
|
-
*
|
|
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.
|
|
222
478
|
*/
|
|
223
|
-
export const
|
|
224
|
-
EchoSchema.objectFromJSON as any;
|
|
479
|
+
export const removeTag = (entity: Mutable<Unknown>, tag: string): void => removeTag$(entity, tag);
|
|
225
480
|
|
|
226
481
|
/**
|
|
227
|
-
*
|
|
482
|
+
* Check if the object is deleted.
|
|
483
|
+
* Accepts both reactive objects and snapshots.
|
|
228
484
|
*/
|
|
229
|
-
|
|
485
|
+
// TODO(dmaretskyi): Default to `false`.
|
|
486
|
+
export const isDeleted = (entity: Unknown | Snapshot): boolean => isDeleted$(entity);
|
|
230
487
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
* @default false
|
|
235
|
-
*/
|
|
236
|
-
retainId?: boolean;
|
|
237
|
-
};
|
|
488
|
+
//
|
|
489
|
+
// Annotations
|
|
490
|
+
//
|
|
238
491
|
|
|
239
492
|
/**
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
* @returns A new object with the same schema and properties.
|
|
493
|
+
* Get the label of the object.
|
|
494
|
+
* Accepts both reactive objects and snapshots.
|
|
243
495
|
*/
|
|
244
|
-
export const
|
|
245
|
-
const { id, ...data } = obj;
|
|
246
|
-
const schema = getSchema(obj);
|
|
247
|
-
invariant(schema != null, 'Object should have a schema');
|
|
248
|
-
const props: any = deepMapValues(data, (value, recurse) => {
|
|
249
|
-
if (EchoSchema.Ref.isRef(value)) {
|
|
250
|
-
return value;
|
|
251
|
-
}
|
|
252
|
-
return recurse(value);
|
|
253
|
-
});
|
|
254
|
-
if (opts?.retainId) {
|
|
255
|
-
props.id = id;
|
|
256
|
-
}
|
|
257
|
-
const meta = getMeta(obj);
|
|
258
|
-
props[EchoSchema.MetaId] = deepMapValues(meta, (value, recurse) => {
|
|
259
|
-
if (EchoSchema.Ref.isRef(value)) {
|
|
260
|
-
return value;
|
|
261
|
-
}
|
|
262
|
-
return recurse(value);
|
|
263
|
-
});
|
|
264
|
-
return make(schema, props);
|
|
265
|
-
};
|
|
266
|
-
|
|
267
|
-
export const VersionTypeId = EchoSchema.VersionTypeId;
|
|
268
|
-
export type VersionType = typeof VersionTypeId;
|
|
496
|
+
export const getLabel = (entity: Unknown | Snapshot): string | undefined => getLabel$(entity);
|
|
269
497
|
|
|
270
498
|
/**
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
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.
|
|
274
504
|
*/
|
|
275
|
-
export
|
|
276
|
-
[VersionTypeId]: {};
|
|
505
|
+
export const setLabel = (entity: Mutable<Unknown>, label: string): void => setLabel$(entity, label);
|
|
277
506
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
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);
|
|
282
512
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
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);
|
|
288
522
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
};
|
|
523
|
+
//
|
|
524
|
+
// JSON
|
|
525
|
+
//
|
|
293
526
|
|
|
294
527
|
/**
|
|
295
|
-
*
|
|
528
|
+
* JSON representation of an object.
|
|
296
529
|
*/
|
|
297
|
-
export
|
|
298
|
-
return obj != null && typeof obj === 'object' && VersionTypeId in obj;
|
|
299
|
-
};
|
|
530
|
+
export type JSON = APIJSON;
|
|
300
531
|
|
|
301
532
|
/**
|
|
302
|
-
*
|
|
533
|
+
* Converts object to its JSON representation.
|
|
534
|
+
* Accepts both reactive objects and snapshots.
|
|
535
|
+
*
|
|
536
|
+
* The same algorithm is used when calling the standard `JSON.stringify(obj)` function.
|
|
303
537
|
*/
|
|
304
|
-
export const
|
|
305
|
-
const version = (obj as any)[EchoSchema.ObjectVersionId];
|
|
306
|
-
if (version === undefined) {
|
|
307
|
-
return unversioned;
|
|
308
|
-
}
|
|
309
|
-
return version;
|
|
310
|
-
};
|
|
538
|
+
export const toJSON = (entity: Unknown | Snapshot): JSON => toJSON$(entity);
|
|
311
539
|
|
|
312
540
|
/**
|
|
313
|
-
*
|
|
541
|
+
* Creates an object from its json representation, performing schema validation.
|
|
542
|
+
* References and schemas will be resolvable if the `refResolver` is provided.
|
|
543
|
+
*
|
|
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`.
|
|
314
548
|
*/
|
|
315
|
-
export const
|
|
316
|
-
|
|
317
|
-
return !!version.versioned;
|
|
318
|
-
};
|
|
549
|
+
export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<Unknown> =
|
|
550
|
+
objectFromJSON as any;
|
|
319
551
|
|
|
320
|
-
|
|
552
|
+
//
|
|
553
|
+
// Sorting
|
|
554
|
+
//
|
|
321
555
|
|
|
322
556
|
/**
|
|
323
|
-
*
|
|
324
|
-
*
|
|
325
|
-
* @param version2
|
|
326
|
-
* @returns 'unversioned' if either object is unversioned, 'equal' if the versions are equal, 'different' if the versions are different.
|
|
557
|
+
* Comparator function type for sorting objects.
|
|
558
|
+
* Accepts both reactive objects and snapshots.
|
|
327
559
|
*/
|
|
328
|
-
export
|
|
329
|
-
assertArgument(isVersion(version1), 'version1', 'Invalid version object');
|
|
330
|
-
assertArgument(isVersion(version2), 'version2', 'Invalid version object');
|
|
560
|
+
export type Comparator = ApiComparator<Unknown | Snapshot>;
|
|
331
561
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
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;
|
|
335
565
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
if (version1.automergeHeads?.some((head) => !version2.automergeHeads?.includes(head))) {
|
|
340
|
-
return 'different';
|
|
341
|
-
}
|
|
566
|
+
//
|
|
567
|
+
// Version
|
|
568
|
+
//
|
|
342
569
|
|
|
343
|
-
|
|
344
|
-
};
|
|
570
|
+
export { VersionTypeId };
|
|
571
|
+
export type { VersionCompareResult };
|
|
345
572
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
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;
|
|
349
579
|
|
|
350
|
-
export
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
580
|
+
export { isVersion, versionValid, compareVersions, encodeVersion, decodeVersion };
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* Returns the version of the object.
|
|
584
|
+
* Accepts both reactive objects and snapshots.
|
|
585
|
+
*/
|
|
586
|
+
export const version = (entity: Unknown | Snapshot): Version => version$(entity);
|