@almadar/core 10.70.0 → 10.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/{effect-CNaVPA4-.d.ts → effect-BftJTKJZ.d.ts} +33 -7
- package/dist/{entityAccess-9IWedk_w.d.ts → entityAccess-OcrfCefK.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-DsuQRFEl.d.ts → index-cXViQbl2.d.ts} +4 -4
- package/dist/index.d.ts +20 -10
- package/dist/index.js +412 -94
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +16 -6
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +922 -218
- package/dist/patterns/index.js +412 -94
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +392 -86
- package/dist/patterns/registry.json +392 -86
- package/dist/{schema-8Mhua_qQ.d.ts → schema-8n8qR2Rb.d.ts} +2 -2
- package/dist/{trait-SUGkA3Jn.d.ts → trait-BRv7XO6_.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +3 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CUDHzSOr.d.ts → types-RhC1qunQ.d.ts} +2 -2
- package/package.json +2 -2
package/dist/mock/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { O as OrbitalSchema } from '../schema-
|
|
2
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-
|
|
4
|
-
import '../trait-
|
|
1
|
+
import { O as OrbitalSchema } from '../schema-8n8qR2Rb.js';
|
|
2
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-OcrfCefK.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-BftJTKJZ.js';
|
|
4
|
+
import '../trait-BRv7XO6_.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-08-
|
|
3
|
+
"exportedAt": "2026-08-28T23:51:47.246Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -914,11 +914,6 @@
|
|
|
914
914
|
"importPath": "@/components/core/molecules/ReplyTree",
|
|
915
915
|
"category": "display"
|
|
916
916
|
},
|
|
917
|
-
"rich-block-editor": {
|
|
918
|
-
"component": "RichBlockEditor",
|
|
919
|
-
"importPath": "@/components/core/molecules/RichBlockEditor",
|
|
920
|
-
"category": "display"
|
|
921
|
-
},
|
|
922
917
|
"version-diff": {
|
|
923
918
|
"component": "VersionDiff",
|
|
924
919
|
"importPath": "@/components/core/molecules/VersionDiff",
|
|
@@ -1403,6 +1398,21 @@
|
|
|
1403
1398
|
"component": "DrawFxLayer",
|
|
1404
1399
|
"importPath": "@/components/game/molecules/DrawFxLayer",
|
|
1405
1400
|
"category": "game"
|
|
1401
|
+
},
|
|
1402
|
+
"rich-text-editor": {
|
|
1403
|
+
"component": "RichTextEditor",
|
|
1404
|
+
"importPath": "@/components/core/molecules/RichTextEditor",
|
|
1405
|
+
"category": "component"
|
|
1406
|
+
},
|
|
1407
|
+
"document-panel": {
|
|
1408
|
+
"component": "DocumentPanel",
|
|
1409
|
+
"importPath": "@/components/core/molecules/DocumentPanel",
|
|
1410
|
+
"category": "component"
|
|
1411
|
+
},
|
|
1412
|
+
"document-details": {
|
|
1413
|
+
"component": "DocumentDetails",
|
|
1414
|
+
"importPath": "@/components/core/molecules/DocumentDetails",
|
|
1415
|
+
"category": "display"
|
|
1406
1416
|
}
|
|
1407
1417
|
}
|
|
1408
1418
|
}
|