@dxos/echo 0.8.4-main.72ec0f3 → 0.8.4-main.7ace549
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/{chunk-BIDAASFK.mjs → chunk-7GH6RXJ3.mjs} +2246 -2290
- package/dist/lib/browser/chunk-7GH6RXJ3.mjs.map +7 -0
- package/dist/lib/browser/chunk-E4UTVJNF.mjs +1111 -0
- package/dist/lib/browser/chunk-E4UTVJNF.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +18 -8
- package/dist/lib/browser/internal/index.mjs +45 -45
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +252 -191
- package/dist/lib/browser/testing/index.mjs.map +4 -4
- package/dist/lib/node-esm/chunk-JE5RXM2I.mjs +1111 -0
- package/dist/lib/node-esm/chunk-JE5RXM2I.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-3SVRRCUU.mjs → chunk-M4B6BMD2.mjs} +2246 -2290
- package/dist/lib/node-esm/chunk-M4B6BMD2.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +18 -8
- package/dist/lib/node-esm/internal/index.mjs +45 -45
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +252 -191
- 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 +137 -0
- package/dist/types/src/Database.d.ts.map +1 -0
- package/dist/types/src/Entity.d.ts +36 -0
- package/dist/types/src/Entity.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/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 +79 -70
- package/dist/types/src/Obj.d.ts.map +1 -1
- package/dist/types/src/Ref.d.ts +10 -10
- package/dist/types/src/Ref.d.ts.map +1 -1
- package/dist/types/src/Relation.d.ts +14 -11
- package/dist/types/src/Relation.d.ts.map +1 -1
- package/dist/types/src/Tag.d.ts +1 -1
- package/dist/types/src/Tag.d.ts.map +1 -1
- package/dist/types/src/Type.d.ts +39 -49
- package/dist/types/src/Type.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +6 -3
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/internal/annotations/annotations.d.ts +174 -0
- package/dist/types/src/internal/annotations/annotations.d.ts.map +1 -0
- package/dist/types/src/internal/annotations/annotations.test.d.ts.map +1 -0
- package/dist/types/src/internal/annotations/index.d.ts +3 -0
- package/dist/types/src/internal/annotations/index.d.ts.map +1 -0
- package/dist/types/src/internal/annotations/util.d.ts +26 -0
- package/dist/types/src/internal/annotations/util.d.ts.map +1 -0
- package/dist/types/src/internal/entities/entity.d.ts +10 -0
- package/dist/types/src/internal/entities/entity.d.ts.map +1 -0
- package/dist/types/src/internal/{object → entities}/expando.d.ts +3 -1
- package/dist/types/src/internal/entities/expando.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 +70 -0
- package/dist/types/src/internal/entities/model.d.ts.map +1 -0
- package/dist/types/src/internal/entities/object.d.ts +11 -0
- package/dist/types/src/internal/entities/object.d.ts.map +1 -0
- package/dist/types/src/internal/entities/relation.d.ts +55 -0
- package/dist/types/src/internal/entities/relation.d.ts.map +1 -0
- package/dist/types/src/internal/entities/util.d.ts +2 -0
- package/dist/types/src/internal/entities/util.d.ts.map +1 -0
- package/dist/types/src/internal/formats/format.d.ts +2 -0
- package/dist/types/src/internal/formats/format.d.ts.map +1 -1
- package/dist/types/src/internal/formats/types.d.ts +7 -7
- package/dist/types/src/internal/formats/types.d.ts.map +1 -1
- package/dist/types/src/internal/index.d.ts +6 -10
- package/dist/types/src/internal/index.d.ts.map +1 -1
- package/dist/types/src/internal/json-schema/annotations.d.ts.map +1 -0
- package/dist/types/src/internal/json-schema/effect-schema.test.d.ts.map +1 -0
- package/dist/types/src/internal/json-schema/index.d.ts +2 -0
- package/dist/types/src/internal/json-schema/index.d.ts.map +1 -1
- package/dist/types/src/internal/json-schema/json-schema-type.d.ts.map +1 -1
- package/dist/types/src/internal/{json → json-schema}/json-schema.d.ts +2 -1
- package/dist/types/src/internal/json-schema/json-schema.d.ts.map +1 -0
- package/dist/types/src/internal/json-schema/json-schema.test.d.ts.map +1 -0
- package/dist/types/src/internal/object/common.d.ts.map +1 -1
- package/dist/types/src/internal/object/{create.d.ts → create-object.d.ts} +8 -9
- package/dist/types/src/internal/object/create-object.d.ts.map +1 -0
- package/dist/types/src/internal/object/create-object.test.d.ts +2 -0
- package/dist/types/src/internal/object/create-object.test.d.ts.map +1 -0
- package/dist/types/src/internal/object/deleted.d.ts +2 -2
- package/dist/types/src/internal/object/deleted.d.ts.map +1 -1
- package/dist/types/src/internal/object/ids.d.ts.map +1 -1
- package/dist/types/src/internal/object/index.d.ts +3 -11
- package/dist/types/src/internal/object/index.d.ts.map +1 -1
- package/dist/types/src/internal/object/json-serializer.d.ts +1 -2
- package/dist/types/src/internal/object/json-serializer.d.ts.map +1 -1
- package/dist/types/src/internal/object/schema-validator.d.ts.map +1 -1
- package/dist/types/src/internal/object/typed-object.d.ts +1 -1
- package/dist/types/src/internal/object/typed-object.d.ts.map +1 -1
- package/dist/types/src/internal/proxy/index.d.ts +3 -0
- package/dist/types/src/internal/proxy/index.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/make-object.d.ts +16 -0
- package/dist/types/src/internal/proxy/make-object.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/typed-handler.d.ts +1 -1
- package/dist/types/src/internal/proxy/typed-handler.d.ts.map +1 -1
- package/dist/types/src/internal/ref/ref.d.ts +15 -12
- package/dist/types/src/internal/ref/ref.d.ts.map +1 -1
- package/dist/types/src/internal/schema/compose.d.ts.map +1 -0
- package/dist/types/src/internal/schema/compose.test.d.ts.map +1 -0
- package/dist/types/src/internal/schema/echo-schema.d.ts +9 -9
- package/dist/types/src/internal/schema/echo-schema.d.ts.map +1 -1
- package/dist/types/src/internal/schema/index.d.ts +3 -4
- package/dist/types/src/internal/schema/index.d.ts.map +1 -1
- package/dist/types/src/internal/schema/persistent-schema.d.ts +18 -0
- package/dist/types/src/internal/schema/persistent-schema.d.ts.map +1 -0
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts +1 -1
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts.map +1 -1
- package/dist/types/src/internal/types/base.d.ts +37 -0
- package/dist/types/src/internal/types/base.d.ts.map +1 -0
- package/dist/types/src/internal/{ast/entity-kind.d.ts → types/entity.d.ts} +3 -1
- package/dist/types/src/internal/types/entity.d.ts.map +1 -0
- package/dist/types/src/internal/types/index.d.ts +5 -2
- package/dist/types/src/internal/types/index.d.ts.map +1 -1
- package/dist/types/src/internal/{object → types}/meta.d.ts +20 -11
- 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/{object → types}/version.d.ts +3 -2
- package/dist/types/src/internal/types/version.d.ts.map +1 -0
- package/dist/types/src/query/filter.d.ts +167 -0
- package/dist/types/src/query/filter.d.ts.map +1 -0
- package/dist/types/src/query/index.d.ts +3 -0
- package/dist/types/src/query/index.d.ts.map +1 -1
- package/dist/types/src/query/order.d.ts +12 -0
- package/dist/types/src/query/order.d.ts.map +1 -0
- package/dist/types/src/query/query.d.ts +9 -145
- package/dist/types/src/query/query.d.ts.map +1 -1
- package/dist/types/src/query/testing.d.ts +51 -0
- package/dist/types/src/query/testing.d.ts.map +1 -0
- package/dist/types/src/{internal/query/query.d.ts → query/types.d.ts} +1 -1
- package/dist/types/src/query/types.d.ts.map +1 -0
- package/dist/types/src/query/util.d.ts +8 -0
- package/dist/types/src/query/util.d.ts.map +1 -0
- package/dist/types/src/{test → testing}/api.test.d.ts.map +1 -1
- package/dist/types/src/testing/index.d.ts +3 -3
- package/dist/types/src/testing/index.d.ts.map +1 -1
- package/dist/types/src/testing/test-data.d.ts +18 -0
- package/dist/types/src/testing/test-data.d.ts.map +1 -0
- package/dist/types/src/testing/{types.d.ts → test-schema.d.ts} +166 -57
- package/dist/types/src/testing/test-schema.d.ts.map +1 -0
- package/dist/types/src/{internal/testing/utils.d.ts → testing/util.d.ts} +11 -5
- package/dist/types/src/testing/util.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +46 -38
- package/src/Annotation.ts +17 -0
- package/src/Database.ts +189 -0
- package/src/Entity.ts +51 -0
- package/src/Format.ts +11 -0
- package/src/JsonSchema.ts +16 -0
- package/src/Key.ts +3 -0
- package/src/Obj.ts +248 -181
- package/src/Ref.ts +9 -9
- package/src/Relation.ts +58 -44
- package/src/Tag.ts +2 -1
- package/src/Type.ts +96 -83
- package/src/index.ts +9 -4
- package/src/internal/README.md +83 -0
- package/src/internal/{ast → annotations}/annotations.test.ts +13 -15
- package/src/internal/annotations/annotations.ts +463 -0
- package/src/internal/annotations/index.ts +6 -0
- package/src/internal/annotations/util.ts +70 -0
- package/src/internal/entities/entity.ts +109 -0
- package/src/internal/{object → entities}/expando.ts +7 -5
- package/src/internal/entities/index.ts +9 -0
- package/src/internal/{object → entities}/model.ts +49 -90
- package/src/internal/entities/object.ts +45 -0
- package/src/internal/entities/relation.ts +155 -0
- package/src/internal/entities/util.ts +33 -0
- package/src/internal/formats/date.test.ts +1 -1
- package/src/internal/formats/date.ts +5 -5
- package/src/internal/formats/format.test.ts +5 -5
- package/src/internal/formats/format.ts +3 -0
- package/src/internal/formats/number.ts +5 -5
- package/src/internal/formats/object.ts +2 -2
- package/src/internal/formats/string.ts +9 -9
- package/src/internal/formats/types.ts +44 -39
- package/src/internal/index.ts +29 -13
- package/src/internal/{json → json-schema}/annotations.ts +1 -1
- package/src/internal/json-schema/index.ts +2 -0
- package/src/internal/json-schema/json-schema-type.ts +4 -3
- package/src/internal/{json → json-schema}/json-schema.test.ts +48 -38
- package/src/internal/{json → json-schema}/json-schema.ts +16 -7
- package/src/internal/object/common.ts +3 -4
- package/src/internal/object/{create.test.ts → create-object.test.ts} +30 -32
- package/src/internal/object/{create.ts → create-object.ts} +33 -34
- package/src/internal/object/deleted.ts +6 -6
- package/src/internal/object/ids.ts +1 -1
- package/src/internal/object/index.ts +3 -11
- package/src/internal/object/inspect.ts +3 -5
- package/src/internal/object/json-serializer.test.ts +33 -38
- package/src/internal/object/json-serializer.ts +43 -38
- package/src/internal/object/schema-validator.ts +3 -2
- package/src/internal/object/typed-object.test.ts +1 -1
- package/src/internal/object/typed-object.ts +11 -5
- package/src/internal/proxy/handler.test.ts +30 -20
- package/src/internal/proxy/index.ts +6 -0
- package/src/internal/proxy/{reactive-object.ts → make-object.ts} +19 -14
- package/src/internal/proxy/schema.test.ts +5 -4
- package/src/internal/proxy/typed-handler.test.ts +28 -28
- package/src/internal/proxy/typed-handler.ts +8 -3
- package/src/internal/proxy/typed-object.test.ts +16 -11
- package/src/internal/ref/ref.test.ts +8 -7
- package/src/internal/ref/ref.ts +24 -20
- package/src/internal/{projection → schema}/compose.test.ts +5 -6
- package/src/internal/{projection → schema}/compose.ts +2 -1
- package/src/internal/schema/echo-schema.ts +30 -28
- package/src/internal/schema/index.ts +3 -4
- package/src/internal/schema/manipulation.ts +1 -1
- package/src/internal/schema/persistent-schema.ts +28 -0
- package/src/internal/schema/runtime-schema-registry.ts +4 -4
- package/src/internal/types/base.ts +58 -0
- package/src/internal/{ast/entity-kind.ts → types/entity.ts} +8 -0
- package/src/internal/types/index.ts +5 -2
- package/src/internal/{object → types}/meta.ts +32 -17
- package/src/internal/types/typename.ts +45 -0
- package/src/internal/types/version.ts +20 -0
- package/src/query/filter.ts +455 -0
- package/src/query/index.ts +4 -1
- package/src/query/order.ts +34 -0
- package/src/query/query.test.ts +48 -115
- package/src/query/query.ts +16 -502
- package/src/query/testing.ts +64 -0
- package/src/query/util.ts +25 -0
- package/src/testing/api.test.ts +100 -0
- package/src/testing/index.ts +3 -3
- package/src/testing/test-data.ts +130 -0
- package/src/testing/test-schema.ts +213 -0
- package/src/{internal/testing/utils.ts → testing/util.ts} +38 -14
- package/dist/lib/browser/chunk-BIDAASFK.mjs.map +0 -7
- package/dist/lib/browser/chunk-ZDLCWGEW.mjs +0 -410
- package/dist/lib/browser/chunk-ZDLCWGEW.mjs.map +0 -7
- package/dist/lib/browser/chunk-ZFRJKT4A.mjs +0 -585
- package/dist/lib/browser/chunk-ZFRJKT4A.mjs.map +0 -7
- package/dist/lib/browser/query/index.mjs +0 -13
- package/dist/lib/browser/query/index.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-3SVRRCUU.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-CGDHRZWH.mjs +0 -585
- package/dist/lib/node-esm/chunk-CGDHRZWH.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-HWS6VBQC.mjs +0 -410
- package/dist/lib/node-esm/chunk-HWS6VBQC.mjs.map +0 -7
- package/dist/lib/node-esm/query/index.mjs +0 -13
- package/dist/lib/node-esm/query/index.mjs.map +0 -7
- package/dist/types/src/internal/ast/annotation-helper.d.ts +0 -8
- package/dist/types/src/internal/ast/annotation-helper.d.ts.map +0 -1
- package/dist/types/src/internal/ast/annotations.d.ts +0 -131
- package/dist/types/src/internal/ast/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/ast/annotations.test.d.ts.map +0 -1
- package/dist/types/src/internal/ast/entity-kind.d.ts.map +0 -1
- package/dist/types/src/internal/ast/index.d.ts +0 -5
- package/dist/types/src/internal/ast/index.d.ts.map +0 -1
- package/dist/types/src/internal/ast/types.d.ts +0 -6
- package/dist/types/src/internal/ast/types.d.ts.map +0 -1
- package/dist/types/src/internal/json/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/json/effect-schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/json/index.d.ts +0 -2
- package/dist/types/src/internal/json/index.d.ts.map +0 -1
- package/dist/types/src/internal/json/json-schema.d.ts.map +0 -1
- package/dist/types/src/internal/json/json-schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/accessors.d.ts +0 -37
- package/dist/types/src/internal/object/accessors.d.ts.map +0 -1
- package/dist/types/src/internal/object/create.d.ts.map +0 -1
- package/dist/types/src/internal/object/create.test.d.ts +0 -2
- package/dist/types/src/internal/object/create.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/entity.d.ts +0 -33
- package/dist/types/src/internal/object/entity.d.ts.map +0 -1
- package/dist/types/src/internal/object/expando.d.ts.map +0 -1
- package/dist/types/src/internal/object/meta.d.ts.map +0 -1
- package/dist/types/src/internal/object/model.d.ts +0 -117
- package/dist/types/src/internal/object/model.d.ts.map +0 -1
- package/dist/types/src/internal/object/relation.d.ts +0 -17
- package/dist/types/src/internal/object/relation.d.ts.map +0 -1
- package/dist/types/src/internal/object/typename.d.ts +0 -15
- package/dist/types/src/internal/object/typename.d.ts.map +0 -1
- package/dist/types/src/internal/object/version.d.ts.map +0 -1
- package/dist/types/src/internal/projection/compose.d.ts.map +0 -1
- package/dist/types/src/internal/projection/compose.test.d.ts.map +0 -1
- package/dist/types/src/internal/projection/index.d.ts +0 -2
- package/dist/types/src/internal/projection/index.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/reactive-object.d.ts +0 -15
- package/dist/types/src/internal/proxy/reactive-object.d.ts.map +0 -1
- package/dist/types/src/internal/query/index.d.ts +0 -2
- package/dist/types/src/internal/query/index.d.ts.map +0 -1
- package/dist/types/src/internal/query/query.d.ts.map +0 -1
- package/dist/types/src/internal/schema/stored-schema.d.ts +0 -13
- package/dist/types/src/internal/schema/stored-schema.d.ts.map +0 -1
- package/dist/types/src/internal/testing/index.d.ts +0 -3
- package/dist/types/src/internal/testing/index.d.ts.map +0 -1
- package/dist/types/src/internal/testing/types.d.ts +0 -381
- package/dist/types/src/internal/testing/types.d.ts.map +0 -1
- package/dist/types/src/internal/testing/utils.d.ts.map +0 -1
- package/dist/types/src/internal/types/types.d.ts +0 -79
- package/dist/types/src/internal/types/types.d.ts.map +0 -1
- package/dist/types/src/internal/types/types.test.d.ts +0 -2
- package/dist/types/src/internal/types/types.test.d.ts.map +0 -1
- package/dist/types/src/internal/types/util.d.ts +0 -5
- package/dist/types/src/internal/types/util.d.ts.map +0 -1
- package/dist/types/src/testing/echo-schema.d.ts +0 -7
- package/dist/types/src/testing/echo-schema.d.ts.map +0 -1
- package/dist/types/src/testing/types.d.ts.map +0 -1
- package/src/internal/ast/annotation-helper.ts +0 -22
- package/src/internal/ast/annotations.ts +0 -226
- package/src/internal/ast/index.ts +0 -8
- package/src/internal/ast/types.ts +0 -17
- package/src/internal/json/index.ts +0 -5
- package/src/internal/object/accessors.ts +0 -153
- package/src/internal/object/entity.ts +0 -248
- package/src/internal/object/relation.ts +0 -24
- package/src/internal/object/typename.ts +0 -61
- package/src/internal/object/version.ts +0 -22
- package/src/internal/projection/index.ts +0 -5
- package/src/internal/query/index.ts +0 -5
- package/src/internal/schema/stored-schema.ts +0 -26
- package/src/internal/testing/index.ts +0 -6
- package/src/internal/testing/types.ts +0 -144
- package/src/internal/types/types.test.ts +0 -48
- package/src/internal/types/types.ts +0 -176
- package/src/internal/types/util.ts +0 -9
- package/src/test/api.test.ts +0 -180
- package/src/testing/echo-schema.ts +0 -39
- package/src/testing/types.ts +0 -108
- /package/dist/types/src/internal/{ast → annotations}/annotations.test.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/annotations.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/effect-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/json-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{projection → schema}/compose.d.ts +0 -0
- /package/dist/types/src/internal/{projection → schema}/compose.test.d.ts +0 -0
- /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
- /package/src/internal/{json → json-schema}/effect-schema.test.ts +0 -0
- /package/src/{internal/query/query.ts → query/types.ts} +0 -0
|
@@ -1,25 +1,35 @@
|
|
|
1
1
|
import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
|
+
Annotation_exports,
|
|
3
4
|
DXN,
|
|
5
|
+
Database_exports,
|
|
6
|
+
Entity_exports,
|
|
7
|
+
Filter,
|
|
8
|
+
FilterClass,
|
|
9
|
+
Format_exports,
|
|
10
|
+
JsonSchema_exports,
|
|
4
11
|
Key_exports,
|
|
5
12
|
Obj_exports,
|
|
6
13
|
ObjectNotFoundError,
|
|
14
|
+
Order,
|
|
15
|
+
Query,
|
|
7
16
|
QueryAST,
|
|
17
|
+
Ref_exports,
|
|
8
18
|
Relation_exports,
|
|
9
19
|
SchemaNotFoundError,
|
|
10
20
|
Tag_exports,
|
|
11
21
|
Type_exports
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import
|
|
14
|
-
Filter,
|
|
15
|
-
Order,
|
|
16
|
-
Query,
|
|
17
|
-
Ref_exports
|
|
18
|
-
} from "./chunk-HWS6VBQC.mjs";
|
|
19
|
-
import "./chunk-3SVRRCUU.mjs";
|
|
22
|
+
} from "./chunk-JE5RXM2I.mjs";
|
|
23
|
+
import "./chunk-M4B6BMD2.mjs";
|
|
20
24
|
export {
|
|
25
|
+
Annotation_exports as Annotation,
|
|
21
26
|
DXN,
|
|
27
|
+
Database_exports as Database,
|
|
28
|
+
Entity_exports as Entity,
|
|
22
29
|
Filter,
|
|
30
|
+
FilterClass,
|
|
31
|
+
Format_exports as Format,
|
|
32
|
+
JsonSchema_exports as JsonSchema,
|
|
23
33
|
Key_exports as Key,
|
|
24
34
|
Obj_exports as Obj,
|
|
25
35
|
ObjectNotFoundError,
|
|
@@ -8,31 +8,30 @@ import {
|
|
|
8
8
|
ATTR_TYPE,
|
|
9
9
|
Currency,
|
|
10
10
|
CurrencyAnnotationId,
|
|
11
|
+
CustomAnnotations,
|
|
11
12
|
DecimalPrecision,
|
|
12
|
-
|
|
13
|
+
DecodedAnnotations,
|
|
13
14
|
DescriptionAnnotation,
|
|
14
15
|
DescriptionAnnotationId,
|
|
15
16
|
ECHO_ANNOTATIONS_NS_DEPRECATED_KEY,
|
|
16
17
|
ECHO_ANNOTATIONS_NS_KEY,
|
|
17
18
|
EXPANDO_TYPENAME,
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
EchoAnnotations,
|
|
20
|
+
EchoObjectSchema,
|
|
21
|
+
EchoRelationSchema,
|
|
20
22
|
EchoSchema,
|
|
21
23
|
Email,
|
|
22
24
|
EntityKind,
|
|
23
|
-
EntityKindId,
|
|
24
25
|
EntityKindSchema,
|
|
25
26
|
Expando,
|
|
26
27
|
FIELD_PATH_ANNOTATION,
|
|
27
28
|
FieldLookupAnnotationId,
|
|
28
29
|
FieldPath,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
FormAnnotationId,
|
|
30
|
+
FormInputAnnotation,
|
|
31
|
+
FormInputAnnotationId,
|
|
32
32
|
Format,
|
|
33
33
|
FormatAnnotation,
|
|
34
34
|
FormatAnnotationId,
|
|
35
|
-
FormatEnum,
|
|
36
35
|
FormatEnums,
|
|
37
36
|
Formula,
|
|
38
37
|
GeneratorAnnotation,
|
|
@@ -48,14 +47,16 @@ import {
|
|
|
48
47
|
JsonSchemaEchoAnnotations,
|
|
49
48
|
JsonSchemaFields,
|
|
50
49
|
JsonSchemaType,
|
|
50
|
+
KindId,
|
|
51
51
|
LabelAnnotation,
|
|
52
52
|
LabelAnnotationId,
|
|
53
53
|
Markdown,
|
|
54
54
|
MetaId,
|
|
55
|
-
|
|
55
|
+
ObjectDeletedId,
|
|
56
56
|
ObjectMetaSchema,
|
|
57
57
|
ObjectVersionId,
|
|
58
58
|
OptionsAnnotationId,
|
|
59
|
+
PersistentSchema,
|
|
59
60
|
PropType,
|
|
60
61
|
PropertyKind,
|
|
61
62
|
PropertyMeta,
|
|
@@ -75,35 +76,35 @@ import {
|
|
|
75
76
|
SchemaId,
|
|
76
77
|
SchemaMetaSymbol,
|
|
77
78
|
SchemaValidator,
|
|
78
|
-
SchemaVersion,
|
|
79
79
|
SelectOptionSchema,
|
|
80
80
|
SelfDXNId,
|
|
81
81
|
StaticRefResolver,
|
|
82
|
-
|
|
82
|
+
SystemTypeAnnotation,
|
|
83
|
+
SystemTypeAnnotationId,
|
|
83
84
|
TypeAnnotation,
|
|
84
85
|
TypeAnnotationId,
|
|
85
86
|
TypeEnum,
|
|
87
|
+
TypeFormat,
|
|
86
88
|
TypeId,
|
|
87
89
|
TypeIdentifierAnnotationId,
|
|
90
|
+
TypeMeta,
|
|
88
91
|
TypedObject,
|
|
89
|
-
|
|
92
|
+
TypedReactiveHandler,
|
|
93
|
+
TypenameSchema,
|
|
90
94
|
URL,
|
|
91
95
|
UUID,
|
|
96
|
+
VersionSchema,
|
|
92
97
|
VersionTypeId,
|
|
93
|
-
ViewAnnotation,
|
|
94
|
-
ViewAnnotationId,
|
|
95
98
|
addFieldsToSchema,
|
|
96
|
-
|
|
99
|
+
assertObjectModel,
|
|
97
100
|
attachTypedJsonSerializer,
|
|
98
101
|
checkIdNotPresentOnSchema,
|
|
99
102
|
compareForeignKeys,
|
|
100
|
-
composeSchema,
|
|
101
|
-
create,
|
|
102
103
|
createAnnotationHelper,
|
|
103
104
|
createEchoReferenceSchema,
|
|
105
|
+
createObject,
|
|
104
106
|
createQueueDXN,
|
|
105
107
|
createSchemaReference,
|
|
106
|
-
defineHiddenProperty,
|
|
107
108
|
foreignKey,
|
|
108
109
|
foreignKeyEquals,
|
|
109
110
|
formatToType,
|
|
@@ -111,11 +112,9 @@ import {
|
|
|
111
112
|
getEntityKind,
|
|
112
113
|
getFormatAnnotation,
|
|
113
114
|
getLabel,
|
|
114
|
-
getLabelForObject,
|
|
115
115
|
getMeta,
|
|
116
116
|
getNormalizedEchoAnnotations,
|
|
117
117
|
getObjectDXN,
|
|
118
|
-
getObjectMeta,
|
|
119
118
|
getOptionsAnnotation,
|
|
120
119
|
getPropertyMetaAnnotation,
|
|
121
120
|
getRefSavedTarget,
|
|
@@ -128,8 +127,8 @@ import {
|
|
|
128
127
|
getSchemaTypename,
|
|
129
128
|
getSchemaVersion,
|
|
130
129
|
getSnapshot,
|
|
131
|
-
getType,
|
|
132
130
|
getTypeAnnotation,
|
|
131
|
+
getTypeDXN,
|
|
133
132
|
getTypeEnum,
|
|
134
133
|
getTypeIdentifierAnnotation,
|
|
135
134
|
getTypeReference,
|
|
@@ -138,12 +137,13 @@ import {
|
|
|
138
137
|
isDeleted,
|
|
139
138
|
isInstanceOf,
|
|
140
139
|
isMutable,
|
|
141
|
-
|
|
140
|
+
makeObject,
|
|
142
141
|
makeTypeJsonSchemaAnnotation,
|
|
143
142
|
makeTypedEntityClass,
|
|
144
143
|
normalizeSchema,
|
|
145
144
|
objectFromJSON,
|
|
146
145
|
objectToJSON,
|
|
146
|
+
prepareTypedTarget,
|
|
147
147
|
refFromEncodedReference,
|
|
148
148
|
removeFieldsFromSchema,
|
|
149
149
|
requireTypeReference,
|
|
@@ -165,7 +165,7 @@ import {
|
|
|
165
165
|
unwrapOptional,
|
|
166
166
|
updateFieldNameInSchema,
|
|
167
167
|
updateFieldsInSchema
|
|
168
|
-
} from "../chunk-
|
|
168
|
+
} from "../chunk-M4B6BMD2.mjs";
|
|
169
169
|
export {
|
|
170
170
|
ATTR_DELETED,
|
|
171
171
|
ATTR_META,
|
|
@@ -175,31 +175,30 @@ export {
|
|
|
175
175
|
ATTR_TYPE,
|
|
176
176
|
Currency,
|
|
177
177
|
CurrencyAnnotationId,
|
|
178
|
+
CustomAnnotations,
|
|
178
179
|
DecimalPrecision,
|
|
179
|
-
|
|
180
|
+
DecodedAnnotations,
|
|
180
181
|
DescriptionAnnotation,
|
|
181
182
|
DescriptionAnnotationId,
|
|
182
183
|
ECHO_ANNOTATIONS_NS_DEPRECATED_KEY,
|
|
183
184
|
ECHO_ANNOTATIONS_NS_KEY,
|
|
184
185
|
EXPANDO_TYPENAME,
|
|
185
|
-
|
|
186
|
-
|
|
186
|
+
EchoAnnotations,
|
|
187
|
+
EchoObjectSchema,
|
|
188
|
+
EchoRelationSchema,
|
|
187
189
|
EchoSchema,
|
|
188
190
|
Email,
|
|
189
191
|
EntityKind,
|
|
190
|
-
EntityKindId,
|
|
191
192
|
EntityKindSchema,
|
|
192
193
|
Expando,
|
|
193
194
|
FIELD_PATH_ANNOTATION,
|
|
194
195
|
FieldLookupAnnotationId,
|
|
195
196
|
FieldPath,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
FormAnnotationId,
|
|
197
|
+
FormInputAnnotation,
|
|
198
|
+
FormInputAnnotationId,
|
|
199
199
|
Format,
|
|
200
200
|
FormatAnnotation,
|
|
201
201
|
FormatAnnotationId,
|
|
202
|
-
FormatEnum,
|
|
203
202
|
FormatEnums,
|
|
204
203
|
Formula,
|
|
205
204
|
GeneratorAnnotation,
|
|
@@ -215,14 +214,16 @@ export {
|
|
|
215
214
|
JsonSchemaEchoAnnotations,
|
|
216
215
|
JsonSchemaFields,
|
|
217
216
|
JsonSchemaType,
|
|
217
|
+
KindId,
|
|
218
218
|
LabelAnnotation,
|
|
219
219
|
LabelAnnotationId,
|
|
220
220
|
Markdown,
|
|
221
221
|
MetaId,
|
|
222
|
-
|
|
222
|
+
ObjectDeletedId,
|
|
223
223
|
ObjectMetaSchema,
|
|
224
224
|
ObjectVersionId,
|
|
225
225
|
OptionsAnnotationId,
|
|
226
|
+
PersistentSchema,
|
|
226
227
|
PropType,
|
|
227
228
|
PropertyKind,
|
|
228
229
|
PropertyMeta,
|
|
@@ -242,35 +243,35 @@ export {
|
|
|
242
243
|
SchemaId,
|
|
243
244
|
SchemaMetaSymbol,
|
|
244
245
|
SchemaValidator,
|
|
245
|
-
SchemaVersion,
|
|
246
246
|
SelectOptionSchema,
|
|
247
247
|
SelfDXNId,
|
|
248
248
|
StaticRefResolver,
|
|
249
|
-
|
|
249
|
+
SystemTypeAnnotation,
|
|
250
|
+
SystemTypeAnnotationId,
|
|
250
251
|
TypeAnnotation,
|
|
251
252
|
TypeAnnotationId,
|
|
252
253
|
TypeEnum,
|
|
254
|
+
TypeFormat,
|
|
253
255
|
TypeId,
|
|
254
256
|
TypeIdentifierAnnotationId,
|
|
257
|
+
TypeMeta,
|
|
255
258
|
TypedObject,
|
|
256
|
-
|
|
259
|
+
TypedReactiveHandler,
|
|
260
|
+
TypenameSchema,
|
|
257
261
|
URL,
|
|
258
262
|
UUID,
|
|
263
|
+
VersionSchema,
|
|
259
264
|
VersionTypeId,
|
|
260
|
-
ViewAnnotation,
|
|
261
|
-
ViewAnnotationId,
|
|
262
265
|
addFieldsToSchema,
|
|
263
|
-
|
|
266
|
+
assertObjectModel,
|
|
264
267
|
attachTypedJsonSerializer,
|
|
265
268
|
checkIdNotPresentOnSchema,
|
|
266
269
|
compareForeignKeys,
|
|
267
|
-
composeSchema,
|
|
268
|
-
create,
|
|
269
270
|
createAnnotationHelper,
|
|
270
271
|
createEchoReferenceSchema,
|
|
272
|
+
createObject,
|
|
271
273
|
createQueueDXN,
|
|
272
274
|
createSchemaReference,
|
|
273
|
-
defineHiddenProperty,
|
|
274
275
|
foreignKey,
|
|
275
276
|
foreignKeyEquals,
|
|
276
277
|
formatToType,
|
|
@@ -278,11 +279,9 @@ export {
|
|
|
278
279
|
getEntityKind,
|
|
279
280
|
getFormatAnnotation,
|
|
280
281
|
getLabel,
|
|
281
|
-
getLabelForObject,
|
|
282
282
|
getMeta,
|
|
283
283
|
getNormalizedEchoAnnotations,
|
|
284
284
|
getObjectDXN,
|
|
285
|
-
getObjectMeta,
|
|
286
285
|
getOptionsAnnotation,
|
|
287
286
|
getPropertyMetaAnnotation,
|
|
288
287
|
getRefSavedTarget,
|
|
@@ -295,8 +294,8 @@ export {
|
|
|
295
294
|
getSchemaTypename,
|
|
296
295
|
getSchemaVersion,
|
|
297
296
|
getSnapshot,
|
|
298
|
-
getType,
|
|
299
297
|
getTypeAnnotation,
|
|
298
|
+
getTypeDXN,
|
|
300
299
|
getTypeEnum,
|
|
301
300
|
getTypeIdentifierAnnotation,
|
|
302
301
|
getTypeReference,
|
|
@@ -305,12 +304,13 @@ export {
|
|
|
305
304
|
isDeleted,
|
|
306
305
|
isInstanceOf,
|
|
307
306
|
isMutable,
|
|
308
|
-
|
|
307
|
+
makeObject,
|
|
309
308
|
makeTypeJsonSchemaAnnotation,
|
|
310
309
|
makeTypedEntityClass,
|
|
311
310
|
normalizeSchema,
|
|
312
311
|
objectFromJSON,
|
|
313
312
|
objectToJSON,
|
|
313
|
+
prepareTypedTarget,
|
|
314
314
|
refFromEncodedReference,
|
|
315
315
|
removeFieldsFromSchema,
|
|
316
316
|
requireTypeReference,
|