@almadar/core 10.3.0 → 10.5.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/builders.js.map +1 -1
- package/dist/{compose-behaviors-BGPvhZTT.d.ts → compose-behaviors-CDtaSzBE.d.ts} +1 -1
- package/dist/factory/index.d.ts +3 -3
- package/dist/index.d.ts +6 -6
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/{schema-DTOofLIu.d.ts → schema-CBlHwalB.d.ts} +2335 -2335
- package/dist/{trait-C7cTBoi5.d.ts → trait-FbHCWNhp.d.ts} +19 -20
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CVzLocjv.d.ts → types--nPHnbUz.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -1622,30 +1622,29 @@ type EntityRow = {
|
|
|
1622
1622
|
id?: string;
|
|
1623
1623
|
} & Record<string, FieldValue | undefined>;
|
|
1624
1624
|
/**
|
|
1625
|
-
* A field-
|
|
1626
|
-
*
|
|
1627
|
-
*
|
|
1628
|
-
*
|
|
1629
|
-
*
|
|
1630
|
-
*
|
|
1631
|
-
*
|
|
1632
|
-
*
|
|
1633
|
-
*
|
|
1634
|
-
*
|
|
1635
|
-
*
|
|
1636
|
-
* rejects an incompatible bind at
|
|
1637
|
-
*
|
|
1638
|
-
*
|
|
1625
|
+
* A field-TYPED `EntityRow` — the SINGLE entity type, refined with a concrete
|
|
1626
|
+
* field SHAPE `S`. Non-optional members of `S` are REQUIRED, each with its real
|
|
1627
|
+
* type; the result stays `& EntityRow`, so the index signature is intact and
|
|
1628
|
+
* every other field is still field-open — any domain entity that provides those
|
|
1629
|
+
* fields satisfies it.
|
|
1630
|
+
*
|
|
1631
|
+
* One declaration, two jobs: (1) TypeScript enforces the bound entity has the
|
|
1632
|
+
* fields WITH their types (a behavior binding a thinner/mistyped entity fails to
|
|
1633
|
+
* typecheck); and (2) pattern-sync reads the same type and writes the entity
|
|
1634
|
+
* prop's field shape (`properties` + `requiredFields`) onto the registry, so
|
|
1635
|
+
* lolo-ui emits a COMPLETE `entity { … }` (every field, typed + demo-seeded) and
|
|
1636
|
+
* the `ORB_X_ENTITY_PROP_CONTRACT` validator rejects an incompatible bind at
|
|
1637
|
+
* `orbital validate`. (A raw `EntityRow & { rating: number }` intersection is
|
|
1638
|
+
* equivalent for one-off shapes.)
|
|
1639
1639
|
*
|
|
1640
1640
|
* @example
|
|
1641
1641
|
* // HeroOrganism renders entity.title / entity.subtitle:
|
|
1642
|
-
* entity?: EntityWith<
|
|
1643
|
-
* // entity.title
|
|
1644
|
-
* // entity.
|
|
1642
|
+
* entity?: EntityWith<{ title: string; subtitle?: string }>;
|
|
1643
|
+
* // entity.title → string (required)
|
|
1644
|
+
* // entity.subtitle → string | undefined (optional)
|
|
1645
|
+
* // entity.other → FieldValue | undefined (still field-open)
|
|
1645
1646
|
*/
|
|
1646
|
-
type EntityWith<
|
|
1647
|
-
readonly [P in K]: FieldValue;
|
|
1648
|
-
};
|
|
1647
|
+
type EntityWith<S extends object> = EntityRow & S;
|
|
1649
1648
|
/**
|
|
1650
1649
|
* Collection of entity instances keyed by entity name.
|
|
1651
1650
|
* Used by OrbPreview mockData, OrbitalServerRuntime state, data grids, etc.
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a7 as Orbital, b as Page, L as DomainContext, a as OrbitalDefinition, b0 as PageTraitRef } from '../schema-
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES, d as ALLOWED_CUSTOM_COMPONENTS, e as AgentDomainCategory, f as AgentDomainCategorySchema, g as AllowedCustomComponent, C as ColorSlice, h as ColorSliceSchema, i as ColorTokens, j as ColorTokensSchema, k as ComputedEventContract, l as ComputedEventContractSchema, m as ComputedEventListener, n as ComputedEventListenerSchema, o as ConfigProvenanceRecord, p as ConfigProvenanceRecordSchema, q as CustomPatternDefinition, r as CustomPatternDefinitionInput, s as CustomPatternDefinitionSchema, t as CustomPatternMap, u as CustomPatternMapInput, v as CustomPatternMapSchema, D as DensitySlice, w as DensitySliceSchema, x as DensityTokens, y as DensityTokensSchema, z as DesignPreferences, B as DesignPreferencesInput, F as DesignPreferencesSchema, G as DesignTokens, H as DesignTokensInput, I as DesignTokensSchema, J as DomainCategory, K as DomainCategorySchema, M as DomainContextInput, N as DomainContextSchema, Q as DomainVocabulary, R as DomainVocabularySchema, S as ElevationSlice, T as ElevationSliceSchema, V as ElevationTokens, W as ElevationTokensSchema, X as EntityCall, Y as EntityCallSchema, E as EntityRef, Z as EntityRefSchema, _ as EntityRefStringSchema, $ as EntitySemanticRole, a0 as EntitySemanticRoleSchema, a1 as EventListener, a2 as EventListenerSchema, a3 as EventSemanticRole, a4 as EventSemanticRoleSchema, a5 as EventSource, a6 as EventSourceSchema, a8 as GameSubCategory, a9 as GameSubCategorySchema, aa as GeometrySlice, ab as GeometrySliceSchema, ac as GeometryTokens, ad as GeometryTokensSchema, ae as IconFamily, af as IconFamilySchema, ag as IconographySlice, ah as IconographySliceSchema, ai as IconographyTokens, aj as IconographyTokensSchema, ak as IllustrationSlice, al as IllustrationSliceSchema, am as IllustrationStyle, an as IllustrationStyleSchema, ao as IllustrationTokens, ap as IllustrationTokensSchema, aq as MotionDurationKey, ar as MotionDurationKeySchema, as as MotionDurationPalette, at as MotionDurationPaletteSchema, au as MotionEasingKey, av as MotionEasingKeySchema, aw as MotionEasingPalette, ax as MotionEasingPaletteSchema, ay as MotionIntent, az as MotionIntentMap, aA as MotionIntentMapSchema, aB as MotionIntentSchema, aC as MotionSlice, aD as MotionSliceSchema, aE as MotionTokens, aF as MotionTokensSchema, aG as NodeClassification, aH as NodeClassificationSchema, aI as OrbitalConfig, aJ as OrbitalConfigInput, aK as OrbitalConfigSchema, aL as OrbitalDefinitionSchema, aM as OrbitalInput, aN as OrbitalPage, aO as OrbitalPageInput, aP as OrbitalPageSchema, aQ as OrbitalPageStrictInput, aR as OrbitalPageStrictSchema, aS as OrbitalSchemaInput, aT as OrbitalSchemaSchema, aU as OrbitalSchemaWithTraits, aV as OrbitalUnit, aW as OrbitalUnitSchema, aX as OrbitalZodSchema, P as PageRef, c as PageRefObject, aY as PageRefObjectSchema, aZ as PageRefSchema, a_ as PageRefStringSchema, a$ as PageSchema, b1 as PageTraitRefSchema, b2 as RelatedLink, b3 as RelatedLinkSchema, b4 as SchemaMetadata, b5 as SchemaMetadataSchema, b6 as SkinSpec, b7 as SkinSpecSchema, b8 as SpacingScale, b9 as SpacingScaleSchema, ba as StateSemanticRole, bb as StateSemanticRoleSchema, bc as SuggestedGuard, bd as SuggestedGuardSchema, be as ThemeDefinition, bf as ThemeDefinitionSchema, bg as ThemeRef, bh as ThemeRefSchema, bi as ThemeRefStringSchema, bj as ThemeTokens, bk as ThemeTokensSchema, bl as ThemeVariant, bm as ThemeVariantSchema, bn as TypeIntent, bo as TypeIntentMap, bp as TypeIntentMapSchema, bq as TypeIntentSchema, br as TypeScale, bs as TypeScaleEntry, bt as TypeScaleEntrySchema, bu as TypeScaleSchema, bv as TypeScaleTokens, bw as TypeScaleTokensSchema, bx as TypeSizeKey, by as TypeSizeKeySchema, bz as TypeSlice, bA as TypeSliceSchema, bB as TypeSlot, bC as TypeSlotSchema, bD as TypeWeight, bE as TypeWeightSchema, bF as UXHints, bG as UXHintsSchema, U as UseDeclaration, bH as UseDeclarationSchema, bI as UserPersona, bJ as UserPersonaInput, bK as UserPersonaSchema, bL as ViewType, bM as ViewTypeSchema, bN as isEntityCall, bO as isEntityReference, bP as isEntityReferenceAny, bQ as isImportedTraitRef, bR as isOrbitalDefinition, bS as isPageReference, bT as isPageReferenceObject, bU as isPageReferenceString, bV as isThemeReference, bW as parseEntityRef, bX as parseImportedTraitRef, bY as parseOrbitalSchema, bZ as parsePageRef, b_ as safeParseOrbitalSchema } from '../schema-
|
|
3
|
-
import { be as ServiceParams, a as Trait, d as Entity, h as EntityRow, ao as FieldValue, J as DeclaredTraitConfig, T as TraitConfig, E as Effect, H as ConfigFieldDeclaration, S as State, bV as Transition, f as EntityField, a8 as Event, bF as TraitConfigValue, g as EntityPersistence, bB as TraitCategory, cG as TraitScope } from '../trait-
|
|
4
|
-
export { A as AgentEffect, k as AnimationDef, l as AnimationDefInput, m as AnimationDefSchema, n as ArrayEntityField, o as AssetCatalog, p as AssetCatalogEntry, q as AssetCatalogEntryInput, r as AssetCatalogEntrySchema, s as AssetCatalogSchema, t as AssetMap, u as AssetMapInput, v as AssetMapSchema, w as AssetMapping, x as AssetMappingInput, y as AssetMappingSchema, z as AssetUrl, B as AtomicEffect, C as CallServiceConfig, D as CallServiceEffect, F as CheckpointLoadEffect, G as CheckpointSaveEffect, I as ConfigFieldDeclarationSchema, K as DeclaredTraitConfigSchema, L as DerefEffect, M as DespawnEffect, N as DoEffect, O as ENTITY_ROLES, P as EffectInput, Q as EffectSchema, V as EmitConfig, W as EmitEffect, X as EntityData, Y as EntityFieldContract, Z as EntityFieldContractSchema, _ as EntityFieldInput, $ as EntityFieldSchema, a0 as EntityPersistenceSchema, a1 as EntityRole, a2 as EntityRoleSchema, a3 as EntitySchema, a4 as EntityWith, a5 as EnumEntityField, a6 as EvaluateConfig, a7 as EvaluateEffect, a9 as EventInput, aa as EventPayloadField, ab as EventPayloadFieldSchema, ac as EventSchema, ad as EventScope, ae as EventScopeSchema, af as FetchEffect, ag as FetchOptions, ah as FetchResult, ai as Field, aj as FieldFormat, ak as FieldFormatSchema, al as FieldSchema, am as FieldType, an as FieldTypeSchema, ap as ForwardConfig, aq as ForwardEffect, ar as GAME_TYPES, as as GameType, at as GameTypeSchema, au as Guard, av as GuardInput, aw as GuardSchema, ax as ListenSource, ay as ListenSourceSchema, az as LogEffect, aA as McpServiceDef, aB as McpServiceDefSchema, aC as NavigateEffect, aD as NnConfig, aE as NnLayer, aF as NotifyEffect, aG as OrbitalEntity, aH as OrbitalEntityInput, aI as OrbitalEntitySchema, aJ as OrbitalTraitRef, aK as OrbitalTraitRefSchema, aL as OsEffect, aM as PayloadField, aN as PayloadFieldSchema, aO as PersistData, aP as PersistEffect, aQ as PersistEmitConfig, aR as PresentationType, aS as RefEffect, aT as RelationConfig, aU as RelationConfigSchema, aV as RelationEntityField, R as RenderBinding, aW as RenderItemLambda, aX as RenderUIConfig, b as RenderUIEffect, aY as RenderUINode, aZ as RequiredField, a_ as RequiredFieldSchema, a$ as ResolvedAsset, b0 as ResolvedAssetInput, b1 as ResolvedAssetSchema, b2 as ResolvedPatternProps, b3 as RestAuthConfig, b4 as RestAuthConfigSchema, b5 as RestServiceDef, b6 as RestServiceDefSchema, b7 as SERVICE_TYPES, b8 as ScalarEntityField, b9 as SemanticAssetRef, ba as SemanticAssetRefInput, bb as SemanticAssetRefSchema, bc as ServiceDefinition, bd as ServiceDefinitionSchema, bf as ServiceParamsValue, bg as ServiceRef, bh as ServiceRefObject, bi as ServiceRefObjectSchema, bj as ServiceRefSchema, bk as ServiceRefStringSchema, bl as ServiceType, bm as ServiceTypeSchema, bn as SetEffect, bo as SocketEvents, bp as SocketEventsSchema, bq as SocketServiceDef, br as SocketServiceDefSchema, bs as SpawnEffect, bt as StateInput, bu as StateMachine, bv as StateMachineInput, bw as StateMachineSchema, bx as StateSchema, by as SwapEffect, bz as TrainConfig, bA as TrainEffect, bC as TraitCategorySchema, bD as TraitConfigObject, bE as TraitConfigSchema, bG as TraitConfigValueSchema, bH as TraitDataEntity, bI as TraitDataEntitySchema, bJ as TraitEntityField, bK as TraitEntityFieldSchema, c as TraitEventContract, bL as TraitEventContractSchema, e as TraitEventListener, bM as TraitEventListenerSchema, bN as TraitInput, i as TraitRef, bO as TraitRefSchema, j as TraitReference, bP as TraitReferenceInput, bQ as TraitReferenceSchema, bR as TraitSchema, bS as TraitTick, bT as TraitTickSchema, bU as TraitUIBinding, bW as TransitionInput, bX as TransitionSchema, bY as TypedEffect, U as UISlot, bZ as UISlotSchema, b_ as UI_SLOTS, b$ as VISUAL_STYLES, c0 as VisualStyle, c1 as VisualStyleSchema, c2 as WatchEffect, c3 as WatchOptions, c4 as atomic, c5 as callService, c6 as createAssetKey, c7 as deref, c8 as deriveCollection, c9 as despawn, ca as doEffects, cb as emit, cc as findService, cd as getDefaultAnimationsForRole, ce as getServiceNames, cf as getTraitConfig, cg as getTraitName, ch as hasService, ci as isCircuitEvent, cj as isEffect, ck as isInlineTrait, cl as isMcpService, cm as isRestService, cn as isRuntimeEntity, co as isSExprEffect, cp as isServiceReference, cq as isServiceReferenceObject, cr as isSingletonEntity, cs as isSocketService, ct as navigate, cu as normalizeTraitRef, cv as notify, cw as parseAssetKey, cx as parseServiceRef, cy as persist, cz as ref, cA as renderUI, cB as set, cC as spawn, cD as swap, cE as validateAssetAnimations, cF as watch } from '../trait-
|
|
1
|
+
import { O as OrbitalSchema, a7 as Orbital, b as Page, L as DomainContext, a as OrbitalDefinition, b0 as PageTraitRef } from '../schema-CBlHwalB.js';
|
|
2
|
+
export { A as AGENT_DOMAIN_CATEGORIES, d as ALLOWED_CUSTOM_COMPONENTS, e as AgentDomainCategory, f as AgentDomainCategorySchema, g as AllowedCustomComponent, C as ColorSlice, h as ColorSliceSchema, i as ColorTokens, j as ColorTokensSchema, k as ComputedEventContract, l as ComputedEventContractSchema, m as ComputedEventListener, n as ComputedEventListenerSchema, o as ConfigProvenanceRecord, p as ConfigProvenanceRecordSchema, q as CustomPatternDefinition, r as CustomPatternDefinitionInput, s as CustomPatternDefinitionSchema, t as CustomPatternMap, u as CustomPatternMapInput, v as CustomPatternMapSchema, D as DensitySlice, w as DensitySliceSchema, x as DensityTokens, y as DensityTokensSchema, z as DesignPreferences, B as DesignPreferencesInput, F as DesignPreferencesSchema, G as DesignTokens, H as DesignTokensInput, I as DesignTokensSchema, J as DomainCategory, K as DomainCategorySchema, M as DomainContextInput, N as DomainContextSchema, Q as DomainVocabulary, R as DomainVocabularySchema, S as ElevationSlice, T as ElevationSliceSchema, V as ElevationTokens, W as ElevationTokensSchema, X as EntityCall, Y as EntityCallSchema, E as EntityRef, Z as EntityRefSchema, _ as EntityRefStringSchema, $ as EntitySemanticRole, a0 as EntitySemanticRoleSchema, a1 as EventListener, a2 as EventListenerSchema, a3 as EventSemanticRole, a4 as EventSemanticRoleSchema, a5 as EventSource, a6 as EventSourceSchema, a8 as GameSubCategory, a9 as GameSubCategorySchema, aa as GeometrySlice, ab as GeometrySliceSchema, ac as GeometryTokens, ad as GeometryTokensSchema, ae as IconFamily, af as IconFamilySchema, ag as IconographySlice, ah as IconographySliceSchema, ai as IconographyTokens, aj as IconographyTokensSchema, ak as IllustrationSlice, al as IllustrationSliceSchema, am as IllustrationStyle, an as IllustrationStyleSchema, ao as IllustrationTokens, ap as IllustrationTokensSchema, aq as MotionDurationKey, ar as MotionDurationKeySchema, as as MotionDurationPalette, at as MotionDurationPaletteSchema, au as MotionEasingKey, av as MotionEasingKeySchema, aw as MotionEasingPalette, ax as MotionEasingPaletteSchema, ay as MotionIntent, az as MotionIntentMap, aA as MotionIntentMapSchema, aB as MotionIntentSchema, aC as MotionSlice, aD as MotionSliceSchema, aE as MotionTokens, aF as MotionTokensSchema, aG as NodeClassification, aH as NodeClassificationSchema, aI as OrbitalConfig, aJ as OrbitalConfigInput, aK as OrbitalConfigSchema, aL as OrbitalDefinitionSchema, aM as OrbitalInput, aN as OrbitalPage, aO as OrbitalPageInput, aP as OrbitalPageSchema, aQ as OrbitalPageStrictInput, aR as OrbitalPageStrictSchema, aS as OrbitalSchemaInput, aT as OrbitalSchemaSchema, aU as OrbitalSchemaWithTraits, aV as OrbitalUnit, aW as OrbitalUnitSchema, aX as OrbitalZodSchema, P as PageRef, c as PageRefObject, aY as PageRefObjectSchema, aZ as PageRefSchema, a_ as PageRefStringSchema, a$ as PageSchema, b1 as PageTraitRefSchema, b2 as RelatedLink, b3 as RelatedLinkSchema, b4 as SchemaMetadata, b5 as SchemaMetadataSchema, b6 as SkinSpec, b7 as SkinSpecSchema, b8 as SpacingScale, b9 as SpacingScaleSchema, ba as StateSemanticRole, bb as StateSemanticRoleSchema, bc as SuggestedGuard, bd as SuggestedGuardSchema, be as ThemeDefinition, bf as ThemeDefinitionSchema, bg as ThemeRef, bh as ThemeRefSchema, bi as ThemeRefStringSchema, bj as ThemeTokens, bk as ThemeTokensSchema, bl as ThemeVariant, bm as ThemeVariantSchema, bn as TypeIntent, bo as TypeIntentMap, bp as TypeIntentMapSchema, bq as TypeIntentSchema, br as TypeScale, bs as TypeScaleEntry, bt as TypeScaleEntrySchema, bu as TypeScaleSchema, bv as TypeScaleTokens, bw as TypeScaleTokensSchema, bx as TypeSizeKey, by as TypeSizeKeySchema, bz as TypeSlice, bA as TypeSliceSchema, bB as TypeSlot, bC as TypeSlotSchema, bD as TypeWeight, bE as TypeWeightSchema, bF as UXHints, bG as UXHintsSchema, U as UseDeclaration, bH as UseDeclarationSchema, bI as UserPersona, bJ as UserPersonaInput, bK as UserPersonaSchema, bL as ViewType, bM as ViewTypeSchema, bN as isEntityCall, bO as isEntityReference, bP as isEntityReferenceAny, bQ as isImportedTraitRef, bR as isOrbitalDefinition, bS as isPageReference, bT as isPageReferenceObject, bU as isPageReferenceString, bV as isThemeReference, bW as parseEntityRef, bX as parseImportedTraitRef, bY as parseOrbitalSchema, bZ as parsePageRef, b_ as safeParseOrbitalSchema } from '../schema-CBlHwalB.js';
|
|
3
|
+
import { be as ServiceParams, a as Trait, d as Entity, h as EntityRow, ao as FieldValue, J as DeclaredTraitConfig, T as TraitConfig, E as Effect, H as ConfigFieldDeclaration, S as State, bV as Transition, f as EntityField, a8 as Event, bF as TraitConfigValue, g as EntityPersistence, bB as TraitCategory, cG as TraitScope } from '../trait-FbHCWNhp.js';
|
|
4
|
+
export { A as AgentEffect, k as AnimationDef, l as AnimationDefInput, m as AnimationDefSchema, n as ArrayEntityField, o as AssetCatalog, p as AssetCatalogEntry, q as AssetCatalogEntryInput, r as AssetCatalogEntrySchema, s as AssetCatalogSchema, t as AssetMap, u as AssetMapInput, v as AssetMapSchema, w as AssetMapping, x as AssetMappingInput, y as AssetMappingSchema, z as AssetUrl, B as AtomicEffect, C as CallServiceConfig, D as CallServiceEffect, F as CheckpointLoadEffect, G as CheckpointSaveEffect, I as ConfigFieldDeclarationSchema, K as DeclaredTraitConfigSchema, L as DerefEffect, M as DespawnEffect, N as DoEffect, O as ENTITY_ROLES, P as EffectInput, Q as EffectSchema, V as EmitConfig, W as EmitEffect, X as EntityData, Y as EntityFieldContract, Z as EntityFieldContractSchema, _ as EntityFieldInput, $ as EntityFieldSchema, a0 as EntityPersistenceSchema, a1 as EntityRole, a2 as EntityRoleSchema, a3 as EntitySchema, a4 as EntityWith, a5 as EnumEntityField, a6 as EvaluateConfig, a7 as EvaluateEffect, a9 as EventInput, aa as EventPayloadField, ab as EventPayloadFieldSchema, ac as EventSchema, ad as EventScope, ae as EventScopeSchema, af as FetchEffect, ag as FetchOptions, ah as FetchResult, ai as Field, aj as FieldFormat, ak as FieldFormatSchema, al as FieldSchema, am as FieldType, an as FieldTypeSchema, ap as ForwardConfig, aq as ForwardEffect, ar as GAME_TYPES, as as GameType, at as GameTypeSchema, au as Guard, av as GuardInput, aw as GuardSchema, ax as ListenSource, ay as ListenSourceSchema, az as LogEffect, aA as McpServiceDef, aB as McpServiceDefSchema, aC as NavigateEffect, aD as NnConfig, aE as NnLayer, aF as NotifyEffect, aG as OrbitalEntity, aH as OrbitalEntityInput, aI as OrbitalEntitySchema, aJ as OrbitalTraitRef, aK as OrbitalTraitRefSchema, aL as OsEffect, aM as PayloadField, aN as PayloadFieldSchema, aO as PersistData, aP as PersistEffect, aQ as PersistEmitConfig, aR as PresentationType, aS as RefEffect, aT as RelationConfig, aU as RelationConfigSchema, aV as RelationEntityField, R as RenderBinding, aW as RenderItemLambda, aX as RenderUIConfig, b as RenderUIEffect, aY as RenderUINode, aZ as RequiredField, a_ as RequiredFieldSchema, a$ as ResolvedAsset, b0 as ResolvedAssetInput, b1 as ResolvedAssetSchema, b2 as ResolvedPatternProps, b3 as RestAuthConfig, b4 as RestAuthConfigSchema, b5 as RestServiceDef, b6 as RestServiceDefSchema, b7 as SERVICE_TYPES, b8 as ScalarEntityField, b9 as SemanticAssetRef, ba as SemanticAssetRefInput, bb as SemanticAssetRefSchema, bc as ServiceDefinition, bd as ServiceDefinitionSchema, bf as ServiceParamsValue, bg as ServiceRef, bh as ServiceRefObject, bi as ServiceRefObjectSchema, bj as ServiceRefSchema, bk as ServiceRefStringSchema, bl as ServiceType, bm as ServiceTypeSchema, bn as SetEffect, bo as SocketEvents, bp as SocketEventsSchema, bq as SocketServiceDef, br as SocketServiceDefSchema, bs as SpawnEffect, bt as StateInput, bu as StateMachine, bv as StateMachineInput, bw as StateMachineSchema, bx as StateSchema, by as SwapEffect, bz as TrainConfig, bA as TrainEffect, bC as TraitCategorySchema, bD as TraitConfigObject, bE as TraitConfigSchema, bG as TraitConfigValueSchema, bH as TraitDataEntity, bI as TraitDataEntitySchema, bJ as TraitEntityField, bK as TraitEntityFieldSchema, c as TraitEventContract, bL as TraitEventContractSchema, e as TraitEventListener, bM as TraitEventListenerSchema, bN as TraitInput, i as TraitRef, bO as TraitRefSchema, j as TraitReference, bP as TraitReferenceInput, bQ as TraitReferenceSchema, bR as TraitSchema, bS as TraitTick, bT as TraitTickSchema, bU as TraitUIBinding, bW as TransitionInput, bX as TransitionSchema, bY as TypedEffect, U as UISlot, bZ as UISlotSchema, b_ as UI_SLOTS, b$ as VISUAL_STYLES, c0 as VisualStyle, c1 as VisualStyleSchema, c2 as WatchEffect, c3 as WatchOptions, c4 as atomic, c5 as callService, c6 as createAssetKey, c7 as deref, c8 as deriveCollection, c9 as despawn, ca as doEffects, cb as emit, cc as findService, cd as getDefaultAnimationsForRole, ce as getServiceNames, cf as getTraitConfig, cg as getTraitName, ch as hasService, ci as isCircuitEvent, cj as isEffect, ck as isInlineTrait, cl as isMcpService, cm as isRestService, cn as isRuntimeEntity, co as isSExprEffect, cp as isServiceReference, cq as isServiceReferenceObject, cr as isSingletonEntity, cs as isSocketService, ct as navigate, cu as normalizeTraitRef, cv as notify, cw as parseAssetKey, cx as parseServiceRef, cy as persist, cz as ref, cA as renderUI, cB as set, cC as spawn, cD as swap, cE as validateAssetAnimations, cF as watch } from '../trait-FbHCWNhp.js';
|
|
5
5
|
import { c as EventPayloadValue, b as EventPayload, L as LogMeta, S as SExpr, E as EvalContext } from '../expression-BVRFm0sV.js';
|
|
6
6
|
export { C as CORE_BINDINGS, a as CoreBinding, d as Expression, e as ExpressionInput, f as ExpressionSchema, P as ParsedBinding, g as SExprAtom, h as SExprAtomSchema, i as SExprInput, j as SExprSchema, k as collectBindings, l as getArgs, m as getOperator, n as isBinding, o as isSExpr, p as isSExprAtom, q as isSExprCall, r as isValidBinding, s as parseBinding, t as sexpr, w as walkSExpr } from '../expression-BVRFm0sV.js';
|
|
7
7
|
import { z } from 'zod';
|
|
8
8
|
import { AnyPatternConfig } from '@almadar/patterns';
|
|
9
9
|
export { PATTERN_TYPES, PatternConfig, PatternType, isValidPatternType } from '@almadar/patterns';
|
|
10
|
-
import { c as FactoryConfigTier } from '../types
|
|
11
|
-
export { J as JsonObject, n as JsonValue, T as ToolArgs, t as isJsonArray, u as isJsonObject, v as isJsonPrimitive } from '../types
|
|
10
|
+
import { c as FactoryConfigTier } from '../types--nPHnbUz.js';
|
|
11
|
+
export { J as JsonObject, n as JsonValue, T as ToolArgs, t as isJsonArray, u as isJsonObject, v as isJsonPrimitive } from '../types--nPHnbUz.js';
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* S-Expression Bindings
|