@almadar/core 10.31.0 → 10.33.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-DDcCVboe.d.ts → builders-DFOj9_N8.d.ts} +3 -3
- package/dist/builders.d.ts +4 -4
- package/dist/{pattern-types-VDIr2TkX.d.ts → effect-D9WY6JgN.d.ts} +1457 -4
- package/dist/{expression-CB9R3KWk.d.ts → expression-DpAj1RzP.d.ts} +1 -1
- package/dist/factory/index.d.ts +6 -6
- package/dist/factory-runtime/index.d.ts +4 -4
- package/dist/index.d.ts +53 -10
- package/dist/index.js +246 -115
- package/dist/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +14 -1
- package/dist/patterns/index.d.ts +175 -144
- package/dist/patterns/index.js +116 -87
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +84 -84
- package/dist/patterns/registry.json +84 -84
- package/dist/state-machine/index.d.ts +13 -2
- package/dist/state-machine/index.js +48 -23
- package/dist/state-machine/index.js.map +1 -1
- package/dist/{trait-DE6VU4Cd.d.ts → trait-6_gs33fs.d.ts} +3 -1454
- package/dist/types/index.d.ts +16 -10
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DSfz2mr5.d.ts → types-CeGT3YB1.d.ts} +2 -2
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, e as Entity, E as EntityField, a as EntityPersistence,
|
|
2
|
-
import { d as TraitConfig,
|
|
1
|
+
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, bp as ServiceRef, e as Entity, E as EntityField, a as EntityPersistence, b as EventId, bj as ServiceDefinition, au as IdentityLedger, A as AnyPatternConfig, bW as UISlot, c as Effect, b1 as RenderBinding, b4 as RenderUIEffect, g as EntityRow } from './effect-D9WY6JgN.js';
|
|
2
|
+
import { d as TraitConfig, N as TraitConfigObject, a2 as TraitRef, n as EventPayloadField, Y as TraitEntityField, P as PayloadField, f as ConfigFieldDeclaration, c as Trait, T as TraitEventListener, C as CallSiteConfig, _ as TraitEventContract, a as TraitReference } from './trait-6_gs33fs.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import {
|
|
4
|
+
import { E as Expression, S as SExpr } from './expression-DpAj1RzP.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Page view types.
|
package/dist/builders.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import './
|
|
2
|
-
export { i as ComposeBehaviorsInput, j as ComposeBehaviorsResult, c7 as ComposeConnection, c8 as ComposePage, a6 as EventWiringEntry, aq as LayoutStrategy, c9 as MakeAtomOrbitalOpts, ca as MakeAtomOrbitalTraitOverrides, cb as MakeEntityOpts, cc as MakeLayoutTraitOpts, cd as MakeOrbitalWithUsesOpts, ce as MakePageOpts, cf as MakePageRefOpts, cg as MakePageRefOptsTyped, M as MakeTraitRefOpts, ch as MakeTraitRefOptsTyped, bS as applyEventWiring, ci as applyTraitConfigOverrides, cj as compose, bT as composeBehaviors, ck as connect, bU as detectLayoutStrategy, cl as ensureIdField, cm as extractTrait, cn as makeAtomOrbital, co as makeEntity, cp as makeLayoutTrait, cq as makeOrbital, cr as makeOrbitalWithUses, cs as makePage, ct as makePageRef, cu as makeRenderUI, cv as makeSchema, cw as makeSlot, cx as makeTraitRef, cy as mergeLedgers, cz as mergeOrbitals, cA as pipe, cB as plural, cC as wire } from './builders-
|
|
3
|
-
import './trait-
|
|
4
|
-
import './expression-
|
|
1
|
+
import './effect-D9WY6JgN.js';
|
|
2
|
+
export { i as ComposeBehaviorsInput, j as ComposeBehaviorsResult, c7 as ComposeConnection, c8 as ComposePage, a6 as EventWiringEntry, aq as LayoutStrategy, c9 as MakeAtomOrbitalOpts, ca as MakeAtomOrbitalTraitOverrides, cb as MakeEntityOpts, cc as MakeLayoutTraitOpts, cd as MakeOrbitalWithUsesOpts, ce as MakePageOpts, cf as MakePageRefOpts, cg as MakePageRefOptsTyped, M as MakeTraitRefOpts, ch as MakeTraitRefOptsTyped, bS as applyEventWiring, ci as applyTraitConfigOverrides, cj as compose, bT as composeBehaviors, ck as connect, bU as detectLayoutStrategy, cl as ensureIdField, cm as extractTrait, cn as makeAtomOrbital, co as makeEntity, cp as makeLayoutTrait, cq as makeOrbital, cr as makeOrbitalWithUses, cs as makePage, ct as makePageRef, cu as makeRenderUI, cv as makeSchema, cw as makeSlot, cx as makeTraitRef, cy as mergeLedgers, cz as mergeOrbitals, cA as pipe, cB as plural, cC as wire } from './builders-DFOj9_N8.js';
|
|
3
|
+
import './trait-6_gs33fs.js';
|
|
4
|
+
import './expression-DpAj1RzP.js';
|
|
5
5
|
import 'zod';
|