@almadar/core 10.22.0 → 10.24.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-BjButZdb.d.ts → builders-C4TdM6zi.d.ts} +2 -2
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{expression-BVRFm0sV.d.ts → expression-BgReMVoL.d.ts} +6 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +36 -1
- package/dist/index.js.map +1 -1
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-Cs8Mrdw9.d.ts → trait-fVtC5pP9.d.ts} +7 -2
- package/dist/types/index.d.ts +20 -9
- package/dist/types/index.js +36 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DpBetrYc.d.ts → types-DPA1IF-T.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { bS as TraitConfig, bT as TraitConfigObject, bk as ServiceRef, a2 as Entity, E as EntityField, a as EntityPersistence, c3 as TraitRef, ai as EventPayloadField, O as ConfigFieldDeclaration, bg as ServiceDefinition, d as Trait, cf as UISlot, Z as Effect, aZ as RenderBinding, a$ as RenderUIEffect, T as TraitEventListener, C as CallSiteConfig, b$ as TraitEventContract, e as EntityRow, b as TraitReference } from './trait-
|
|
1
|
+
import { bS as TraitConfig, bT as TraitConfigObject, bk as ServiceRef, a2 as Entity, E as EntityField, a as EntityPersistence, c3 as TraitRef, ai as EventPayloadField, O as ConfigFieldDeclaration, bg as ServiceDefinition, d as Trait, cf as UISlot, Z as Effect, aZ as RenderBinding, a$ as RenderUIEffect, T as TraitEventListener, C as CallSiteConfig, b$ as TraitEventContract, e as EntityRow, b as TraitReference } from './trait-fVtC5pP9.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { d as Expression, S as SExpr } from './expression-
|
|
3
|
+
import { d as Expression, S as SExpr } from './expression-BgReMVoL.js';
|
|
4
4
|
import { AnyPatternConfig } from '@almadar/patterns';
|
|
5
5
|
|
|
6
6
|
/**
|
package/dist/builders.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import './trait-
|
|
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 mergeOrbitals, cz as pipe, cA as plural, cB as wire } from './builders-
|
|
3
|
-
import './expression-
|
|
1
|
+
import './trait-fVtC5pP9.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 mergeOrbitals, cz as pipe, cA as plural, cB as wire } from './builders-C4TdM6zi.js';
|
|
3
|
+
import './expression-BgReMVoL.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import '@almadar/patterns';
|