@almadar/core 10.76.0 → 10.77.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-wTKhHDhB.d.ts → effect-BHaHSAvM.d.ts} +1 -1
- package/dist/{entityAccess-DWkf9MFx.d.ts → entityAccess-CqqGrG-7.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-BBBFTgQp.d.ts → index-B8ZQ8lo5.d.ts} +4 -4
- package/dist/index.d.ts +19 -11
- package/dist/index.js +115 -41
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +126 -74
- package/dist/patterns/index.js +52 -36
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +50 -34
- package/dist/patterns/registry.json +50 -34
- package/dist/{schema-ZPExOj0F.d.ts → schema-Czlrw3bA.d.ts} +2 -2
- package/dist/{trait-B9VCCiUM.d.ts → trait-DCmf5iRN.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-BxiymBBS.d.ts → types-Cb51Jqxe.d.ts} +2 -2
- package/package.json +1 -1
package/dist/builders.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { I as IdentityLedger, A as AnyPatternConfig, U as UISlot, c as Effect, h as RenderBinding, i as RenderUIEffect, d as EntityId, e as Entity, E as EntityField, a as EntityPersistence, f as EntityRow } from './effect-
|
|
2
|
-
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-
|
|
3
|
-
import { b as TraitConfig, g as Trait, T as TraitEventListener, h as CallSiteConfig, j as TraitEventContract, d as TraitRef, a as TraitReference } from './trait-
|
|
1
|
+
import { I as IdentityLedger, A as AnyPatternConfig, U as UISlot, c as Effect, h as RenderBinding, i as RenderUIEffect, d as EntityId, e as Entity, E as EntityField, a as EntityPersistence, f as EntityRow } from './effect-BHaHSAvM.js';
|
|
2
|
+
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-Czlrw3bA.js';
|
|
3
|
+
import { b as TraitConfig, g as Trait, T as TraitEventListener, h as CallSiteConfig, j as TraitEventContract, d as TraitRef, a as TraitReference } from './trait-DCmf5iRN.js';
|
|
4
4
|
import { S as SExpr } from './expression-Fk8bQWef.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
|
|
@@ -2464,7 +2464,7 @@ type EntityData = Record<string, EntityRow[]>;
|
|
|
2464
2464
|
*
|
|
2465
2465
|
* DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
|
|
2466
2466
|
*
|
|
2467
|
-
* Generated: 2026-08-
|
|
2467
|
+
* Generated: 2026-08-31T09:49:17.821Z
|
|
2468
2468
|
* Pattern count: 274
|
|
2469
2469
|
*/
|
|
2470
2470
|
|
package/dist/factory/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-
|
|
2
|
-
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField } from '../effect-
|
|
4
|
-
import { a as TraitReference } from '../trait-
|
|
1
|
+
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-Cb51Jqxe.js';
|
|
2
|
+
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-Cb51Jqxe.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField } from '../effect-BHaHSAvM.js';
|
|
4
|
+
import { a as TraitReference } from '../trait-DCmf5iRN.js';
|
|
5
5
|
export { J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-
|
|
2
|
-
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-
|
|
3
|
-
import { E as EntityField, a as EntityPersistence } from '../effect-
|
|
1
|
+
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-Czlrw3bA.js';
|
|
2
|
+
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-DCmf5iRN.js';
|
|
3
|
+
import { E as EntityField, a as EntityPersistence } from '../effect-BHaHSAvM.js';
|
|
4
4
|
import { MakeTraitRefOpts } from '../builders.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { b4 as PageTraitRef, O as OrbitalSchema, bi as ThemeDefinition, aa as Orbital, c as Page, N as DomainContext, a as OrbitalDefinition } from './schema-
|
|
2
|
-
import { F as FieldValue, E as EntityField, a as EntityPersistence, bt as ServiceParams, e as Entity, f as EntityRow, A as AnyPatternConfig, O as OrbitalId, T as TraitId, b as EventId, c as Effect } from './effect-
|
|
1
|
+
import { b4 as PageTraitRef, O as OrbitalSchema, bi as ThemeDefinition, aa as Orbital, c as Page, N as DomainContext, a as OrbitalDefinition } from './schema-Czlrw3bA.js';
|
|
2
|
+
import { F as FieldValue, E as EntityField, a as EntityPersistence, bt as ServiceParams, e as Entity, f as EntityRow, A as AnyPatternConfig, O as OrbitalId, T as TraitId, b as EventId, c as Effect } from './effect-BHaHSAvM.js';
|
|
3
3
|
import { S as SExpr, R as RuntimeValue, d as EventPayloadValue, J as JsonValue, a as EventPayload, L as LogMeta, g as JsonObject, T as ToolArgs, c as EvalContext } from './expression-Fk8bQWef.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import { a as TraitReference, g as Trait, L as ListenSource, D as DeclaredTraitConfig, b as TraitConfig, C as ConfigFieldDeclaration, S as State, ae as Transition, r as Event, e as TraitConfigValue, Y as TraitCategory, at as TraitScope } from './trait-
|
|
6
|
-
import { T as TraitOverlay, R as RuleOverlay, J as JsonSchema, c as FactoryConfigTier } from './types-
|
|
5
|
+
import { a as TraitReference, g as Trait, L as ListenSource, D as DeclaredTraitConfig, b as TraitConfig, C as ConfigFieldDeclaration, S as State, ae as Transition, r as Event, e as TraitConfigValue, Y as TraitCategory, at as TraitScope } from './trait-DCmf5iRN.js';
|
|
6
|
+
import { T as TraitOverlay, R as RuleOverlay, J as JsonSchema, c as FactoryConfigTier } from './types-Cb51Jqxe.js';
|
|
7
7
|
import { MakeTraitRefOpts, EventWiringEntry, LayoutStrategy } from './builders.js';
|
|
8
8
|
|
|
9
9
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a as OrbitalDefinition, e as OrbitalPage, b as ExpectDeclaration } from './schema-
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES, f as ALLOWED_CUSTOM_COMPONENTS, g as AgentDomainCategory, h as AgentDomainCategorySchema, i as AllowedCustomComponent, C as ColorSlice, j as ColorSliceSchema, k as ColorTokens, l as ColorTokensSchema, m as ComputedEventContract, n as ComputedEventContractSchema, o as ComputedEventListener, p as ComputedEventListenerSchema, q as ConfigProvenanceRecord, r as ConfigProvenanceRecordSchema, s as CustomPatternDefinition, t as CustomPatternDefinitionInput, u as CustomPatternDefinitionSchema, v as CustomPatternMap, w as CustomPatternMapInput, x as CustomPatternMapSchema, D as DensitySlice, y as DensitySliceSchema, z as DensityTokens, B as DensityTokensSchema, F as DesignPreferences, G as DesignPreferencesInput, H as DesignPreferencesSchema, I as DesignTokens, J as DesignTokensInput, K as DesignTokensSchema, L as DomainCategory, M as DomainCategorySchema, N as DomainContext, Q as DomainContextInput, R as DomainContextSchema, S as DomainVocabulary, T as DomainVocabularySchema, V as ElevationSlice, W as ElevationSliceSchema, X as ElevationTokens, Y as ElevationTokensSchema, Z as EntityCall, _ as EntityCallSchema, E as EntityRef, $ as EntityRefSchema, a0 as EntityRefStringSchema, a1 as EntitySemanticRole, a2 as EntitySemanticRoleSchema, a3 as EventListener, a4 as EventListenerSchema, a5 as EventSemanticRole, a6 as EventSemanticRoleSchema, a7 as EventSource, a8 as EventSourceSchema, a9 as ExpectDeclarationSchema, aa as FullOrbitalUnit, ab as GameSubCategory, ac as GameSubCategorySchema, ad as GeometrySlice, ae as GeometrySliceSchema, af as GeometryTokens, ag as GeometryTokensSchema, ah as IconFamily, ai as IconFamilySchema, aj as IconographySlice, ak as IconographySliceSchema, al as IconographyTokens, am as IconographyTokensSchema, an as IllustrationSlice, ao as IllustrationSliceSchema, ap as IllustrationStyle, aq as IllustrationStyleSchema, ar as IllustrationTokens, as as IllustrationTokensSchema, at as MotionDurationKey, au as MotionDurationKeySchema, av as MotionDurationPalette, aw as MotionDurationPaletteSchema, ax as MotionEasingKey, ay as MotionEasingKeySchema, az as MotionEasingPalette, aA as MotionEasingPaletteSchema, aB as MotionIntent, aC as MotionIntentMap, aD as MotionIntentMapSchema, aE as MotionIntentSchema, aF as MotionSlice, aG as MotionSliceSchema, aH as MotionTokens, aI as MotionTokensSchema, aJ as NavItem, aK as NavStackEntry, aL as NodeClassification, aM as NodeClassificationSchema, aa as Orbital, aN as OrbitalConfig, aO as OrbitalConfigInput, aP as OrbitalConfigSchema, aQ as OrbitalDefinitionSchema, aR as OrbitalInput, aS as OrbitalPageInput, aT as OrbitalPageSchema, aU as OrbitalPageStrictInput, aV as OrbitalPageStrictSchema, aW as OrbitalSchemaInput, aX as OrbitalSchemaSchema, aY as OrbitalSchemaWithTraits, aZ as OrbitalUnit, a_ as OrbitalUnitSchema, a$ as OrbitalZodSchema, c as Page, P as PageRef, d as PageRefObject, b0 as PageRefObjectSchema, b1 as PageRefSchema, b2 as PageRefStringSchema, b3 as PageSchema, b4 as PageTraitRef, b5 as PageTraitRefSchema, b6 as RelatedLink, b7 as RelatedLinkSchema, b8 as SchemaMetadata, b9 as SchemaMetadataSchema, ba as SkinSpec, bb as SkinSpecSchema, bc as SpacingScale, bd as SpacingScaleSchema, be as StateSemanticRole, bf as StateSemanticRoleSchema, bg as SuggestedGuard, bh as SuggestedGuardSchema, bi as ThemeDefinition, bj as ThemeDefinitionSchema, bk as ThemeRef, bl as ThemeRefSchema, bm as ThemeRefStringSchema, bn as ThemeTokens, bo as ThemeTokensSchema, bp as ThemeVariant, bq as ThemeVariantSchema, br as TypeIntent, bs as TypeIntentMap, bt as TypeIntentMapSchema, bu as TypeIntentSchema, bv as TypeScale, bw as TypeScaleEntry, bx as TypeScaleEntrySchema, by as TypeScaleSchema, bz as TypeScaleTokens, bA as TypeScaleTokensSchema, bB as TypeSizeKey, bC as TypeSizeKeySchema, bD as TypeSlice, bE as TypeSliceSchema, bF as TypeSlot, bG as TypeSlotSchema, bH as TypeWeight, bI as TypeWeightSchema, bJ as UXHints, bK as UXHintsSchema, U as UseDeclaration, bL as UseDeclarationSchema, bM as UserPersona, bN as UserPersonaInput, bO as UserPersonaSchema, bP as ViewType, bQ as ViewTypeSchema, bR as expectedEntityName, bS as isEntityCall, bT as isEntityReference, bU as isEntityReferenceAny, bV as isImportedTraitRef, bW as isOrbitalDefinition, bX as isPageReference, bY as isPageReferenceObject, bZ as isPageReferenceString, b_ as isThemeReference, b$ as parseEntityRef, c0 as parseImportedTraitRef, c1 as parseOrbitalSchema, c2 as parsePageRef, c3 as safeParseOrbitalSchema } from './schema-
|
|
3
|
-
import { F as FieldValue, f as EntityRow } from './effect-
|
|
4
|
-
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, A as AnyPatternConfig, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as DerefEffect, a1 as DespawnEffect, a2 as DoEffect, a3 as ENTITY_ROLES, c as Effect, a4 as EffectInput, a5 as EffectSchema, a6 as EmitConfig, a7 as EmitEffect, e as Entity, a8 as EntityData, E as EntityField, a9 as EntityFieldInput, aa as EntityFieldSchema, d as EntityId, ab as EntityIdSchema, a as EntityPersistence, ac as EntityPersistenceSchema, ad as EntityRole, ae as EntityRoleSchema, af as EntitySchema, ag as EntityWith, ah as EnumEntityField, ai as EvaluateConfig, aj as EvaluateEffect, b as EventId, ak as EventIdSchema, al as FIELD_TYPES, am as FetchEffect, an as FetchOptions, ao as FetchResult, ap as Field, aq as FieldSchema, ar as FieldType, as as FieldTypeSchema, at as FileValue, au as FileValueSchema, av as ForwardConfig, aw as ForwardEffect, ax as IdForKind, ay as IdKind, I as IdentityLedger, az as IdentityLedgerSchema, aA as LedgerEntry, aB as LedgerEntrySchema, aC as LedgerKind, aD as LedgerKindSchema, aE as LlmEffect, aF as LogEffect, aG as McpServiceDef, aH as McpServiceDefSchema, aI as MemoryEffect, aJ as NavigateBackEffect, aK as NavigateEffect, aL as NavigateOptions, aM as NnConfig, aN as NnLayer, aO as NotifyEffect, aP as ObjectEntityField, aQ as OrbitalEntity, aR as OrbitalEntityInput, aS as OrbitalEntitySchema, O as OrbitalId, aT as OrbitalIdSchema, aU as OsEffect, aV as PATTERN_TYPES, P as PageId, aW as PageIdSchema, aX as PaletteEntryId, aY as PaletteEntryIdSchema, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, b0 as PatternType, b1 as PersistData, b2 as PersistEffect, b3 as PersistEmitConfig, b4 as RefEffect, R as RelationConfig, b5 as RelationConfigSchema, b6 as RelationEntityField, h as RenderBinding, b7 as RenderChildrenMap, b8 as RenderItemLambda, i as RenderUIEffect, b9 as RenderUINode, ba as ResolvedPatternProps, bb as RestAuthConfig, bc as RestAuthConfigSchema, bd as RestServiceDef, be as RestServiceDefSchema, bf as SEMANTIC_STRING_TYPES, bg as SERVICE_TYPES, bh as SHEET_PROJECTIONS, bi as SPRITE_DIRECTIONS, bj as ScalarEntityField, bk as ScenePos, bl as ScenePosSchema, bm as SemanticAssetRef, bn as SemanticAssetRefInput, bo as SemanticAssetRefSchema, bp as SemanticStringType, g as ServiceDefinition, bq as ServiceDefinitionSchema, br as ServiceId, bs as ServiceIdSchema, bt as ServiceParams, bu as ServiceParamsValue, S as ServiceRef, bv as ServiceRefObject, bw as ServiceRefObjectSchema, bx as ServiceRefSchema, by as ServiceRefStringSchema, bz as ServiceType, bA as ServiceTypeSchema, bB as SessionEffect, bC as SetEffect, bD as SheetProjection, bE as SheetProjectionSchema, bF as SocketEvents, bG as SocketEventsSchema, bH as SocketServiceDef, bI as SocketServiceDefSchema, bJ as SpawnEffect, bK as SpriteDirection, bL as SpriteDirectionSchema, bM as SpriteSheetAtlas, bN as SpriteSheetAtlasInput, bO as SpriteSheetAtlasSchema, bP as SubTexture, bQ as SubTextureSchema, bR as SwapEffect, bS as TextureAtlas, bT as TextureAtlasSchema, bU as ThemeId, bV as ThemeIdSchema, bW as Tilesheet, bX as TilesheetSchema, bY as TraceEffect, bZ as TrainConfig, b_ as TrainEffect, T as TraitId, b$ as TraitIdSchema, c0 as TypedEffect, U as UISlot, c1 as UISlotSchema, c2 as UI_SLOTS, c3 as VISUAL_STYLES, c4 as ValidateEffect, c5 as VisualStyle, c6 as VisualStyleSchema, c7 as WatchEffect, c8 as WatchOptions, c9 as asEntityId, ca as asEventId, cb as asOrbitalId, cc as asPageId, cd as asPaletteEntryId, ce as asServiceId, cf as asThemeId, cg as asTraitId, ch as atomic, ci as callService, cj as createAssetKey, ck as deref, cl as deriveCollection, cm as despawn, cn as doEffects, co as emit, cp as findService, cq as getDefaultAnimationsForRole, cr as getServiceNames, cs as hasService, ct as idKindOf, cu as idPrefix, cv as isEffect, cw as isEmailValue, cx as isEntityId, cy as isEventId, cz as isFieldValue, cA as isFileValue, cB as isMcpService, cC as isOrbitalId, cD as isPageId, cE as isPaletteEntryId, cF as isPhoneValue, cG as isRestService, cH as isRuntimeEntity, cI as isSExprEffect, cJ as isSemanticStringType, cK as isSemanticStringValue, cL as isServiceId, cM as isServiceReference, cN as isServiceReferenceObject, cO as isSocketService, cP as isThemeId, cQ as isTraitId, cR as isUrlValue, cS as isUuidValue, cT as isValidPatternType, cU as ledgerCurName, cV as ledgerRename, cW as ledgerResolveName, cX as mintId, cY as navigate, cZ as navigateBack, c_ as notify, c$ as parseAssetKey, d0 as parseServiceRef, d1 as persist, d2 as persistenceModeAllowsOverrides, d3 as ref, d4 as renderUI, d5 as set, d6 as spawn, d7 as swap, d8 as validateAssetAnimations, d9 as watch } from './effect-
|
|
1
|
+
import { O as OrbitalSchema, a as OrbitalDefinition, e as OrbitalPage, b as ExpectDeclaration } from './schema-Czlrw3bA.js';
|
|
2
|
+
export { A as AGENT_DOMAIN_CATEGORIES, f as ALLOWED_CUSTOM_COMPONENTS, g as AgentDomainCategory, h as AgentDomainCategorySchema, i as AllowedCustomComponent, C as ColorSlice, j as ColorSliceSchema, k as ColorTokens, l as ColorTokensSchema, m as ComputedEventContract, n as ComputedEventContractSchema, o as ComputedEventListener, p as ComputedEventListenerSchema, q as ConfigProvenanceRecord, r as ConfigProvenanceRecordSchema, s as CustomPatternDefinition, t as CustomPatternDefinitionInput, u as CustomPatternDefinitionSchema, v as CustomPatternMap, w as CustomPatternMapInput, x as CustomPatternMapSchema, D as DensitySlice, y as DensitySliceSchema, z as DensityTokens, B as DensityTokensSchema, F as DesignPreferences, G as DesignPreferencesInput, H as DesignPreferencesSchema, I as DesignTokens, J as DesignTokensInput, K as DesignTokensSchema, L as DomainCategory, M as DomainCategorySchema, N as DomainContext, Q as DomainContextInput, R as DomainContextSchema, S as DomainVocabulary, T as DomainVocabularySchema, V as ElevationSlice, W as ElevationSliceSchema, X as ElevationTokens, Y as ElevationTokensSchema, Z as EntityCall, _ as EntityCallSchema, E as EntityRef, $ as EntityRefSchema, a0 as EntityRefStringSchema, a1 as EntitySemanticRole, a2 as EntitySemanticRoleSchema, a3 as EventListener, a4 as EventListenerSchema, a5 as EventSemanticRole, a6 as EventSemanticRoleSchema, a7 as EventSource, a8 as EventSourceSchema, a9 as ExpectDeclarationSchema, aa as FullOrbitalUnit, ab as GameSubCategory, ac as GameSubCategorySchema, ad as GeometrySlice, ae as GeometrySliceSchema, af as GeometryTokens, ag as GeometryTokensSchema, ah as IconFamily, ai as IconFamilySchema, aj as IconographySlice, ak as IconographySliceSchema, al as IconographyTokens, am as IconographyTokensSchema, an as IllustrationSlice, ao as IllustrationSliceSchema, ap as IllustrationStyle, aq as IllustrationStyleSchema, ar as IllustrationTokens, as as IllustrationTokensSchema, at as MotionDurationKey, au as MotionDurationKeySchema, av as MotionDurationPalette, aw as MotionDurationPaletteSchema, ax as MotionEasingKey, ay as MotionEasingKeySchema, az as MotionEasingPalette, aA as MotionEasingPaletteSchema, aB as MotionIntent, aC as MotionIntentMap, aD as MotionIntentMapSchema, aE as MotionIntentSchema, aF as MotionSlice, aG as MotionSliceSchema, aH as MotionTokens, aI as MotionTokensSchema, aJ as NavItem, aK as NavStackEntry, aL as NodeClassification, aM as NodeClassificationSchema, aa as Orbital, aN as OrbitalConfig, aO as OrbitalConfigInput, aP as OrbitalConfigSchema, aQ as OrbitalDefinitionSchema, aR as OrbitalInput, aS as OrbitalPageInput, aT as OrbitalPageSchema, aU as OrbitalPageStrictInput, aV as OrbitalPageStrictSchema, aW as OrbitalSchemaInput, aX as OrbitalSchemaSchema, aY as OrbitalSchemaWithTraits, aZ as OrbitalUnit, a_ as OrbitalUnitSchema, a$ as OrbitalZodSchema, c as Page, P as PageRef, d as PageRefObject, b0 as PageRefObjectSchema, b1 as PageRefSchema, b2 as PageRefStringSchema, b3 as PageSchema, b4 as PageTraitRef, b5 as PageTraitRefSchema, b6 as RelatedLink, b7 as RelatedLinkSchema, b8 as SchemaMetadata, b9 as SchemaMetadataSchema, ba as SkinSpec, bb as SkinSpecSchema, bc as SpacingScale, bd as SpacingScaleSchema, be as StateSemanticRole, bf as StateSemanticRoleSchema, bg as SuggestedGuard, bh as SuggestedGuardSchema, bi as ThemeDefinition, bj as ThemeDefinitionSchema, bk as ThemeRef, bl as ThemeRefSchema, bm as ThemeRefStringSchema, bn as ThemeTokens, bo as ThemeTokensSchema, bp as ThemeVariant, bq as ThemeVariantSchema, br as TypeIntent, bs as TypeIntentMap, bt as TypeIntentMapSchema, bu as TypeIntentSchema, bv as TypeScale, bw as TypeScaleEntry, bx as TypeScaleEntrySchema, by as TypeScaleSchema, bz as TypeScaleTokens, bA as TypeScaleTokensSchema, bB as TypeSizeKey, bC as TypeSizeKeySchema, bD as TypeSlice, bE as TypeSliceSchema, bF as TypeSlot, bG as TypeSlotSchema, bH as TypeWeight, bI as TypeWeightSchema, bJ as UXHints, bK as UXHintsSchema, U as UseDeclaration, bL as UseDeclarationSchema, bM as UserPersona, bN as UserPersonaInput, bO as UserPersonaSchema, bP as ViewType, bQ as ViewTypeSchema, bR as expectedEntityName, bS as isEntityCall, bT as isEntityReference, bU as isEntityReferenceAny, bV as isImportedTraitRef, bW as isOrbitalDefinition, bX as isPageReference, bY as isPageReferenceObject, bZ as isPageReferenceString, b_ as isThemeReference, b$ as parseEntityRef, c0 as parseImportedTraitRef, c1 as parseOrbitalSchema, c2 as parsePageRef, c3 as safeParseOrbitalSchema } from './schema-Czlrw3bA.js';
|
|
3
|
+
import { F as FieldValue, f as EntityRow } from './effect-BHaHSAvM.js';
|
|
4
|
+
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, A as AnyPatternConfig, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as DerefEffect, a1 as DespawnEffect, a2 as DoEffect, a3 as ENTITY_ROLES, c as Effect, a4 as EffectInput, a5 as EffectSchema, a6 as EmitConfig, a7 as EmitEffect, e as Entity, a8 as EntityData, E as EntityField, a9 as EntityFieldInput, aa as EntityFieldSchema, d as EntityId, ab as EntityIdSchema, a as EntityPersistence, ac as EntityPersistenceSchema, ad as EntityRole, ae as EntityRoleSchema, af as EntitySchema, ag as EntityWith, ah as EnumEntityField, ai as EvaluateConfig, aj as EvaluateEffect, b as EventId, ak as EventIdSchema, al as FIELD_TYPES, am as FetchEffect, an as FetchOptions, ao as FetchResult, ap as Field, aq as FieldSchema, ar as FieldType, as as FieldTypeSchema, at as FileValue, au as FileValueSchema, av as ForwardConfig, aw as ForwardEffect, ax as IdForKind, ay as IdKind, I as IdentityLedger, az as IdentityLedgerSchema, aA as LedgerEntry, aB as LedgerEntrySchema, aC as LedgerKind, aD as LedgerKindSchema, aE as LlmEffect, aF as LogEffect, aG as McpServiceDef, aH as McpServiceDefSchema, aI as MemoryEffect, aJ as NavigateBackEffect, aK as NavigateEffect, aL as NavigateOptions, aM as NnConfig, aN as NnLayer, aO as NotifyEffect, aP as ObjectEntityField, aQ as OrbitalEntity, aR as OrbitalEntityInput, aS as OrbitalEntitySchema, O as OrbitalId, aT as OrbitalIdSchema, aU as OsEffect, aV as PATTERN_TYPES, P as PageId, aW as PageIdSchema, aX as PaletteEntryId, aY as PaletteEntryIdSchema, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, b0 as PatternType, b1 as PersistData, b2 as PersistEffect, b3 as PersistEmitConfig, b4 as RefEffect, R as RelationConfig, b5 as RelationConfigSchema, b6 as RelationEntityField, h as RenderBinding, b7 as RenderChildrenMap, b8 as RenderItemLambda, i as RenderUIEffect, b9 as RenderUINode, ba as ResolvedPatternProps, bb as RestAuthConfig, bc as RestAuthConfigSchema, bd as RestServiceDef, be as RestServiceDefSchema, bf as SEMANTIC_STRING_TYPES, bg as SERVICE_TYPES, bh as SHEET_PROJECTIONS, bi as SPRITE_DIRECTIONS, bj as ScalarEntityField, bk as ScenePos, bl as ScenePosSchema, bm as SemanticAssetRef, bn as SemanticAssetRefInput, bo as SemanticAssetRefSchema, bp as SemanticStringType, g as ServiceDefinition, bq as ServiceDefinitionSchema, br as ServiceId, bs as ServiceIdSchema, bt as ServiceParams, bu as ServiceParamsValue, S as ServiceRef, bv as ServiceRefObject, bw as ServiceRefObjectSchema, bx as ServiceRefSchema, by as ServiceRefStringSchema, bz as ServiceType, bA as ServiceTypeSchema, bB as SessionEffect, bC as SetEffect, bD as SheetProjection, bE as SheetProjectionSchema, bF as SocketEvents, bG as SocketEventsSchema, bH as SocketServiceDef, bI as SocketServiceDefSchema, bJ as SpawnEffect, bK as SpriteDirection, bL as SpriteDirectionSchema, bM as SpriteSheetAtlas, bN as SpriteSheetAtlasInput, bO as SpriteSheetAtlasSchema, bP as SubTexture, bQ as SubTextureSchema, bR as SwapEffect, bS as TextureAtlas, bT as TextureAtlasSchema, bU as ThemeId, bV as ThemeIdSchema, bW as Tilesheet, bX as TilesheetSchema, bY as TraceEffect, bZ as TrainConfig, b_ as TrainEffect, T as TraitId, b$ as TraitIdSchema, c0 as TypedEffect, U as UISlot, c1 as UISlotSchema, c2 as UI_SLOTS, c3 as VISUAL_STYLES, c4 as ValidateEffect, c5 as VisualStyle, c6 as VisualStyleSchema, c7 as WatchEffect, c8 as WatchOptions, c9 as asEntityId, ca as asEventId, cb as asOrbitalId, cc as asPageId, cd as asPaletteEntryId, ce as asServiceId, cf as asThemeId, cg as asTraitId, ch as atomic, ci as callService, cj as createAssetKey, ck as deref, cl as deriveCollection, cm as despawn, cn as doEffects, co as emit, cp as findService, cq as getDefaultAnimationsForRole, cr as getServiceNames, cs as hasService, ct as idKindOf, cu as idPrefix, cv as isEffect, cw as isEmailValue, cx as isEntityId, cy as isEventId, cz as isFieldValue, cA as isFileValue, cB as isMcpService, cC as isOrbitalId, cD as isPageId, cE as isPaletteEntryId, cF as isPhoneValue, cG as isRestService, cH as isRuntimeEntity, cI as isSExprEffect, cJ as isSemanticStringType, cK as isSemanticStringValue, cL as isServiceId, cM as isServiceReference, cN as isServiceReferenceObject, cO as isSocketService, cP as isThemeId, cQ as isTraitId, cR as isUrlValue, cS as isUuidValue, cT as isValidPatternType, cU as ledgerCurName, cV as ledgerRename, cW as ledgerResolveName, cX as mintId, cY as navigate, cZ as navigateBack, c_ as notify, c$ as parseAssetKey, d0 as parseServiceRef, d1 as persist, d2 as persistenceModeAllowsOverrides, d3 as ref, d4 as renderUI, d5 as set, d6 as spawn, d7 as swap, d8 as validateAssetAnimations, d9 as watch } from './effect-BHaHSAvM.js';
|
|
5
5
|
import { T as ToolArgs, J as JsonValue, S as SExpr, a as EventPayload, R as RuntimeValue } from './expression-Fk8bQWef.js';
|
|
6
6
|
export { C as CORE_BINDINGS, b as CoreBinding, c as EvalContext, d as EventPayloadValue, E as Expression, e as ExpressionInput, f as ExpressionSchema, g as JsonObject, L as LogMeta, h as LogMetaValue, P as ParsedBinding, i as SExprAtom, j as SExprAtomSchema, k as SExprDataSchema, l as SExprInput, m as SExprObject, n as SExprSchema, o as collectBindings, p as getArgs, q as getOperator, r as isBinding, s as isEventPayloadValue, t as isJsonArray, u as isJsonObject, v as isJsonPrimitive, w as isSExpr, x as isSExprAtom, y as isSExprCall, z as isValidBinding, A as parseBinding, B as sexpr, D as walkSExpr } from './expression-Fk8bQWef.js';
|
|
7
|
-
import { R as ResolvedIR, a as ResolvedEntity, b as ResolvedPage, c as ResolvedTrait, C as ChangesetValue, S as SchemaChange, d as CategorizedRemovals, P as PageContentReduction, e as SemanticSchemaChange } from './index-
|
|
8
|
-
export { A as ANONYMOUS_USER, f as AgentCodeSearchResult, g as AgentCompactResult, h as AgentCompactStrategy, i as AgentContext, j as AgentGenerateOptions, k as AgentMemoryCategory, l as AgentMemoryRecord, m as AnalysisOrbital, n as AnalysisOrbitalParams, o as AnalysisPageOverride, p as AnalysisRename, q as AnalysisResult, r as AnnotationTier, s as AppCreatedEvent, t as AppSummary, u as AssetLoadStatus, B as BINDING_CONTEXT_RULES, v as BINDING_DOCS, w as BINDING_ROOTS, x as BindingContext, y as BindingRoot, z as BindingSchema, D as BridgeHealth, E as BuilderResult, F as BusEvent, G as BusEventListener, H as BusEventSource, I as CancelledEvent, J as ChangeAuthor, K as ChangeSetDocument, L as ChangeSummary, M as ChangesetRecordedEvent, N as CheckStatus, O as Clarification, Q as ClarificationCandidate, T as ClarificationLevel, U as CompleteEvent, V as ComplexityAssessment, W as ComposeAllResult, X as ComposeChildrenResult, Y as ComposeOptions, Z as ContextExtensions, _ as CreateFlow, $ as DEFAULT_INTERACTION_MODELS, a0 as DEFAULT_VIEWER, a1 as DEV_TOKEN_PREFIX, a2 as DeleteFlow, a3 as DispatchUpdatesResult, a4 as DrawableDescriptor, a5 as EdgeType, a6 as EditFlow, a7 as EditFocus, a8 as EditFocusLevel, a9 as EffectPayload, aa as EffectResult, ab as EffectTrace, ac as ErrorEvent, ad as EventEmit, ae as EventKey, af as EventListen, ag as EventLogEntry, ah as EvolutionDelta, ai as ExecutePlanResult, aj as ExtraTraitRef, ak as FileOperationEvent, al as FileWrittenEvent, am as GateState, an as GenerationLogEvent, ao as GitHubIssue, ap as GitHubLink, aq as GitHubRepo, ar as HistoryMeta, as as IntegrationContext, at as InteractionModel, au as InteractionModelInput, av as InteractionModelSchema, aw as InterruptEvent, ax as KNOWN_VALIDATION_ERROR_CODES, ay as KnobPayload, az as KnownValidationErrorCode, aA as LLMErrorContext, aB as LazyService, aC as LineageEntry, aD as ListInteraction, aE as LivingEdge, aF as LivingEffect, aG as LivingEntity, aH as LivingEvent, aI as LivingField, aJ as LivingOrbital, aK as LivingOrbitalSchema, aL as LivingPage, aM as LivingState, aN as LivingTrait, aO as LivingTransition, aP as LivingValue, aQ as LivingVertex, aR as LlmCallToolsResult, aS as LlmContext, aT as LlmMessage, aU as LlmTokenUsage, aV as LlmToolCall, aW as LlmToolDef, aX as LoloEmitResult, aY as MemoryContext, aZ as MessageEvent, a_ as OrbitalAddedEvent, a$ as OrbitalSchemaCompleteEvent, b0 as OrbitalVerificationAPI, b1 as ParamsRepairEmittedEvent, b2 as ParsedDesign, b3 as ParsedDomainContext, b4 as ParsedEmitDeclaration, b5 as ParsedEntity, b6 as ParsedEvent, b7 as ParsedListenDeclaration, b8 as ParsedOrbital, b9 as ParsedPage, ba as ParsedState, bb as ParsedStateMachine, bc as ParsedTrait, bd as ParsedTraitConfig, be as ParsedTransition, bf as PatternNode, bg as PatternTypeSchema, bh as PatternValue, bi as PersistActionName, bj as PlanSnapshot, bk as PlanSnapshotStatus, bl as PlannerResult, bm as Probability, bn as ProcessCompleteEvent, bo as ProcessErrorEvent, bp as ProcessRepairCompleteEvent, bq as ProcessRepairEvent, br as ProcessStartEvent, bs as RENDER_BINDING_MARKER, bt as RawUserClaims, bu as RenderBindingMarker, bv as RenderOverlayResult, bw as RenderUiPatch, bx as RenderUiPatchAddress, by as RenderUiPatchOp, bz as RepairResult, bA as ResolvedEntityBinding, bB as ResolvedField, bC as ResolvedNavigation, bD as ResolvedPattern, bE as ResolvedSection, bF as ResolvedSectionEvent, bG as ResolvedTraitBinding, bH as ResolvedTraitDataEntity, bI as ResolvedTraitEvent, bJ as ResolvedTraitGuard, bK as ResolvedTraitListener, bL as ResolvedTraitState, bM as ResolvedTraitTick, bN as ResolvedTraitTransition, bO as ResolvedTraitUIBinding, bP as SSEEvent, bQ as SSEEventBase, bR as SSEEventType, bS as SaveOptions, bT as SaveResult, bU as SchemaPhaseUpdateEvent, bV as SchemaPhaseValidatedEvent, bW as SchemaUpdateEvent, bX as SemanticAnnotation, bY as SemanticChangeKind, bZ as SemanticVector, b_ as ServerResponseTrace, b$ as ServiceAction, c0 as ServiceActionName, c1 as ServiceCallResult, c2 as ServiceContract, c3 as ServiceEvents, c4 as SessionContext, c5 as SessionHistoryEntry, c6 as SnapshotCreatedEvent, c7 as SnapshotDocument, c8 as SpawnResult, c9 as StartEvent, ca as StatsView, cb as StoreContract, cc as StoreFilter, cd as StoreFilterOp, ce as SubagentCompleteEvent, cf as SubagentEvent, cg as SubagentProgressEvent, ch as SubagentStartEvent, ci as TodoActivityType, cj as TodoDetailEvent, ck as TodoUpdateEvent, cl as ToolCallEvent, cm as ToolResultEvent, cn as TraceContext, co as TraitFieldRef, cp as TraitFieldRefSchema, cq as TraitStateSnapshot, cr as TransitionFrom, cs as TransitionTrace, ct as Unsubscribe, cu as UserContext, cv as ValidateResult, cw as ValidationDocument, cx as ValidationError, cy as ValidationErrorCode, cz as ValidationIssue, cA as ValidationMeta, cB as ValidationResult, cC as ValidationResults, cD as VerificationCheck, cE as VerificationSnapshot, cF as VerificationSummary, cG as VertexId, cH as VertexPayload, cI as VertexType, cJ as ViewFlow, cK as WorkspaceContext, cL as applyRenderOverlay, cM as containsEntityBinding, cN as containsPayloadBinding, cO as createEmptyResolvedPage, cP as createEmptyResolvedTrait, cQ as createLazyService, cR as createResolvedField, cS as createTypedEventBus, cT as decodeDevIdentityToken, cU as encodeDevIdentityToken, cV as findPersonaInRoster, cW as fingerprintNode, cX as getBindingExamples, cY as getInteractionModelForDomain, cZ as inferTsType, c_ as insertChildAtPath, c$ as isKnownValidationErrorCode, d0 as isPlanSnapshot, d1 as isRenderBindingMarker, d2 as isResolvedIR, d3 as isSessionHistoryEntry, d4 as isTraitFieldRef, d5 as navigatePatternPath, d6 as normalizeUserContext, d7 as personaFromIdentityRow, d8 as removeChildAtPath, d9 as replaceChildAtPath, da as resolveDefaultViewer, db as resolvePersonaSpec, dc as setPropAtPath, dd as toBindingRoot, de as validateBindingInContext, df as widenTier } from './index-
|
|
9
|
-
import { b as TraitConfig, g as Trait, S as State } from './trait-
|
|
10
|
-
export { k as CONFIG_REF_EVENT_PATTERN, h as CallSiteConfig, i as CallSiteConfigEntry, C as ConfigFieldDeclaration, l as ConfigFieldDeclarationSchema, m as ConfigFieldItemsDeclaration, n as ConfigRefEventError, D as DeclaredTraitConfig, o as DeclaredTraitConfigSchema, p as EntityFieldContract, q as EntityFieldContractSchema, r as Event, s as EventInput, E as EventPayloadField, t as EventPayloadFieldSchema, u as EventSchema, v as EventScope, w as EventScopeSchema, G as Guard, x as GuardInput, y as GuardSchema, L as ListenSource, z as ListenSourceSchema, O as OrbitalTraitRef, A as OrbitalTraitRefSchema, P as PayloadField, B as PayloadFieldSchema, F as PresentationType, R as REFERENCE_CONFIG_TYPES, H as ReferenceConfigType, I as RequiredField, J as RequiredFieldSchema, K as SECRET_CONFIG_TYPES, M as SecretConfigType, N as StateInput, Q as StateMachine, U as StateMachineInput, V as StateMachineSchema, W as StateSchema, X as TickIntervalSchema, Y as TraitCategory, Z as TraitCategorySchema, c as TraitConfigObject, _ as TraitConfigSchema, e as TraitConfigValue, $ as TraitConfigValueSchema, a0 as TraitDataEntity, a1 as TraitDataEntitySchema, f as TraitEntityField, a2 as TraitEntityFieldSchema, j as TraitEventContract, a3 as TraitEventContractSchema, T as TraitEventListener, a4 as TraitEventListenerSchema, a5 as TraitInput, d as TraitRef, a6 as TraitRefSchema, a as TraitReference, a7 as TraitReferenceInput, a8 as TraitReferenceSchema, a9 as TraitSchema, aa as TraitTick, ab as TraitTickSchema, ac as TraitUIBinding, ad as TraitUIBindingSchema, ae as Transition, af as TransitionInput, ag as TransitionSchema, ah as configRefEventKnob, ai as getTraitConfig, aj as getTraitName, ak as isCallSiteConfigDeclaration, al as isCircuitEvent, am as isInlineTrait, an as isReferenceConfigType, ao as isSecretConfigType, ap as maskSecretConfigValues, aq as normalizeCallSiteConfigToValues, ar as normalizeTraitRef, as as resolveConfigRefEventName } from './trait-
|
|
11
|
-
export { F as FactoryCallSite, a as FactoryCallSiteParams, b as FactoryConfigParam, c as FactoryConfigTier, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, h as FactoryParamValue, i as FactoryProvenance, j as FactorySignature, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, o as PresentationOverlay, R as RuleOverlay, p as RuleOverlayEntry, S as SchemaFieldType, T as TraitOverlay, q as TraitOverlayEntry, r as TraitOverlayListener } from './types-
|
|
7
|
+
import { R as ResolvedIR, a as ResolvedEntity, b as ResolvedPage, c as ResolvedTrait, C as ChangesetValue, S as SchemaChange, d as CategorizedRemovals, P as PageContentReduction, e as SemanticSchemaChange } from './index-B8ZQ8lo5.js';
|
|
8
|
+
export { A as ANONYMOUS_USER, f as AgentCodeSearchResult, g as AgentCompactResult, h as AgentCompactStrategy, i as AgentContext, j as AgentGenerateOptions, k as AgentMemoryCategory, l as AgentMemoryRecord, m as AnalysisOrbital, n as AnalysisOrbitalParams, o as AnalysisPageOverride, p as AnalysisRename, q as AnalysisResult, r as AnnotationTier, s as AppCreatedEvent, t as AppSummary, u as AssetLoadStatus, B as BINDING_CONTEXT_RULES, v as BINDING_DOCS, w as BINDING_ROOTS, x as BindingContext, y as BindingRoot, z as BindingSchema, D as BridgeHealth, E as BuilderResult, F as BusEvent, G as BusEventListener, H as BusEventSource, I as CancelledEvent, J as ChangeAuthor, K as ChangeSetDocument, L as ChangeSummary, M as ChangesetRecordedEvent, N as CheckStatus, O as Clarification, Q as ClarificationCandidate, T as ClarificationLevel, U as CompleteEvent, V as ComplexityAssessment, W as ComposeAllResult, X as ComposeChildrenResult, Y as ComposeOptions, Z as ContextExtensions, _ as CreateFlow, $ as DEFAULT_INTERACTION_MODELS, a0 as DEFAULT_VIEWER, a1 as DEV_TOKEN_PREFIX, a2 as DeleteFlow, a3 as DispatchUpdatesResult, a4 as DrawableDescriptor, a5 as EdgeType, a6 as EditFlow, a7 as EditFocus, a8 as EditFocusLevel, a9 as EffectPayload, aa as EffectResult, ab as EffectTrace, ac as ErrorEvent, ad as EventEmit, ae as EventKey, af as EventListen, ag as EventLogEntry, ah as EvolutionDelta, ai as ExecutePlanResult, aj as ExtraTraitRef, ak as FileOperationEvent, al as FileWrittenEvent, am as GateState, an as GenerationLogEvent, ao as GitHubIssue, ap as GitHubLink, aq as GitHubRepo, ar as HistoryMeta, as as IntegrationContext, at as InteractionModel, au as InteractionModelInput, av as InteractionModelSchema, aw as InterruptEvent, ax as KNOWN_VALIDATION_ERROR_CODES, ay as KnobPayload, az as KnownValidationErrorCode, aA as LLMErrorContext, aB as LazyService, aC as LineageEntry, aD as ListInteraction, aE as LivingEdge, aF as LivingEffect, aG as LivingEntity, aH as LivingEvent, aI as LivingField, aJ as LivingOrbital, aK as LivingOrbitalSchema, aL as LivingPage, aM as LivingState, aN as LivingTrait, aO as LivingTransition, aP as LivingValue, aQ as LivingVertex, aR as LlmCallToolsResult, aS as LlmContext, aT as LlmMessage, aU as LlmTokenUsage, aV as LlmToolCall, aW as LlmToolDef, aX as LoloEmitResult, aY as MemoryContext, aZ as MessageEvent, a_ as OrbitalAddedEvent, a$ as OrbitalSchemaCompleteEvent, b0 as OrbitalVerificationAPI, b1 as ParamsRepairEmittedEvent, b2 as ParsedDesign, b3 as ParsedDomainContext, b4 as ParsedEmitDeclaration, b5 as ParsedEntity, b6 as ParsedEvent, b7 as ParsedListenDeclaration, b8 as ParsedOrbital, b9 as ParsedPage, ba as ParsedState, bb as ParsedStateMachine, bc as ParsedTrait, bd as ParsedTraitConfig, be as ParsedTransition, bf as PatternNode, bg as PatternTypeSchema, bh as PatternValue, bi as PersistActionName, bj as PlanSnapshot, bk as PlanSnapshotStatus, bl as PlannerResult, bm as Probability, bn as ProcessCompleteEvent, bo as ProcessErrorEvent, bp as ProcessRepairCompleteEvent, bq as ProcessRepairEvent, br as ProcessStartEvent, bs as RENDER_BINDING_MARKER, bt as RawUserClaims, bu as RenderBindingMarker, bv as RenderOverlayResult, bw as RenderUiPatch, bx as RenderUiPatchAddress, by as RenderUiPatchOp, bz as RepairResult, bA as ResolvedEntityBinding, bB as ResolvedField, bC as ResolvedNavigation, bD as ResolvedPattern, bE as ResolvedSection, bF as ResolvedSectionEvent, bG as ResolvedTraitBinding, bH as ResolvedTraitDataEntity, bI as ResolvedTraitEvent, bJ as ResolvedTraitGuard, bK as ResolvedTraitListener, bL as ResolvedTraitState, bM as ResolvedTraitTick, bN as ResolvedTraitTransition, bO as ResolvedTraitUIBinding, bP as SSEEvent, bQ as SSEEventBase, bR as SSEEventType, bS as SaveOptions, bT as SaveResult, bU as SchemaPhaseUpdateEvent, bV as SchemaPhaseValidatedEvent, bW as SchemaUpdateEvent, bX as SemanticAnnotation, bY as SemanticChangeKind, bZ as SemanticVector, b_ as ServerResponseTrace, b$ as ServiceAction, c0 as ServiceActionName, c1 as ServiceCallResult, c2 as ServiceContract, c3 as ServiceEvents, c4 as SessionContext, c5 as SessionHistoryEntry, c6 as SnapshotCreatedEvent, c7 as SnapshotDocument, c8 as SpawnResult, c9 as StartEvent, ca as StatsView, cb as StoreContract, cc as StoreFilter, cd as StoreFilterOp, ce as SubagentCompleteEvent, cf as SubagentEvent, cg as SubagentProgressEvent, ch as SubagentStartEvent, ci as TodoActivityType, cj as TodoDetailEvent, ck as TodoUpdateEvent, cl as ToolCallEvent, cm as ToolResultEvent, cn as TraceContext, co as TraitFieldRef, cp as TraitFieldRefSchema, cq as TraitStateSnapshot, cr as TransitionFrom, cs as TransitionTrace, ct as Unsubscribe, cu as UserContext, cv as ValidateResult, cw as ValidationDocument, cx as ValidationError, cy as ValidationErrorCode, cz as ValidationIssue, cA as ValidationMeta, cB as ValidationResult, cC as ValidationResults, cD as VerificationCheck, cE as VerificationSnapshot, cF as VerificationSummary, cG as VertexId, cH as VertexPayload, cI as VertexType, cJ as ViewFlow, cK as WorkspaceContext, cL as applyRenderOverlay, cM as containsEntityBinding, cN as containsPayloadBinding, cO as createEmptyResolvedPage, cP as createEmptyResolvedTrait, cQ as createLazyService, cR as createResolvedField, cS as createTypedEventBus, cT as decodeDevIdentityToken, cU as encodeDevIdentityToken, cV as findPersonaInRoster, cW as fingerprintNode, cX as getBindingExamples, cY as getInteractionModelForDomain, cZ as inferTsType, c_ as insertChildAtPath, c$ as isKnownValidationErrorCode, d0 as isPlanSnapshot, d1 as isRenderBindingMarker, d2 as isResolvedIR, d3 as isSessionHistoryEntry, d4 as isTraitFieldRef, d5 as navigatePatternPath, d6 as normalizeUserContext, d7 as personaFromIdentityRow, d8 as removeChildAtPath, d9 as replaceChildAtPath, da as resolveDefaultViewer, db as resolvePersonaSpec, dc as setPropAtPath, dd as toBindingRoot, de as validateBindingInContext, df as widenTier } from './index-B8ZQ8lo5.js';
|
|
9
|
+
import { b as TraitConfig, g as Trait, S as State } from './trait-DCmf5iRN.js';
|
|
10
|
+
export { k as CONFIG_REF_EVENT_PATTERN, h as CallSiteConfig, i as CallSiteConfigEntry, C as ConfigFieldDeclaration, l as ConfigFieldDeclarationSchema, m as ConfigFieldItemsDeclaration, n as ConfigRefEventError, D as DeclaredTraitConfig, o as DeclaredTraitConfigSchema, p as EntityFieldContract, q as EntityFieldContractSchema, r as Event, s as EventInput, E as EventPayloadField, t as EventPayloadFieldSchema, u as EventSchema, v as EventScope, w as EventScopeSchema, G as Guard, x as GuardInput, y as GuardSchema, L as ListenSource, z as ListenSourceSchema, O as OrbitalTraitRef, A as OrbitalTraitRefSchema, P as PayloadField, B as PayloadFieldSchema, F as PresentationType, R as REFERENCE_CONFIG_TYPES, H as ReferenceConfigType, I as RequiredField, J as RequiredFieldSchema, K as SECRET_CONFIG_TYPES, M as SecretConfigType, N as StateInput, Q as StateMachine, U as StateMachineInput, V as StateMachineSchema, W as StateSchema, X as TickIntervalSchema, Y as TraitCategory, Z as TraitCategorySchema, c as TraitConfigObject, _ as TraitConfigSchema, e as TraitConfigValue, $ as TraitConfigValueSchema, a0 as TraitDataEntity, a1 as TraitDataEntitySchema, f as TraitEntityField, a2 as TraitEntityFieldSchema, j as TraitEventContract, a3 as TraitEventContractSchema, T as TraitEventListener, a4 as TraitEventListenerSchema, a5 as TraitInput, d as TraitRef, a6 as TraitRefSchema, a as TraitReference, a7 as TraitReferenceInput, a8 as TraitReferenceSchema, a9 as TraitSchema, aa as TraitTick, ab as TraitTickSchema, ac as TraitUIBinding, ad as TraitUIBindingSchema, ae as Transition, af as TransitionInput, ag as TransitionSchema, ah as configRefEventKnob, ai as getTraitConfig, aj as getTraitName, ak as isCallSiteConfigDeclaration, al as isCircuitEvent, am as isInlineTrait, an as isReferenceConfigType, ao as isSecretConfigType, ap as maskSecretConfigValues, aq as normalizeCallSiteConfigToValues, ar as normalizeTraitRef, as as resolveConfigRefEventName } from './trait-DCmf5iRN.js';
|
|
11
|
+
export { F as FactoryCallSite, a as FactoryCallSiteParams, b as FactoryConfigParam, c as FactoryConfigTier, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, h as FactoryParamValue, i as FactoryProvenance, j as FactorySignature, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, o as PresentationOverlay, R as RuleOverlay, p as RuleOverlayEntry, S as SchemaFieldType, T as TraitOverlay, q as TraitOverlayEntry, r as TraitOverlayListener } from './types-Cb51Jqxe.js';
|
|
12
12
|
export { CallSiteDiff, DomainQuestion, DomainQuestionAnswer, DomainQuestionAnswers, DomainQuestionInputType, FactoryCallPlanMutation, FactoryCallPlanMutationTemplate, FactoryCallPlanState, OrbitalCallInput, TranslationBinding, TranslationResult, TranslationWarning, answerToMutations, answersToMutations, applyFactoryCallPlanMutation, deriveInputType, diffFactoryCalls, generateQuestions, translateOverlaysToParams } from './factory/index.js';
|
|
13
13
|
export { ComposeBehaviorsInput, ComposeBehaviorsResult, EventWiringEntry, LayoutStrategy, applyEventWiring, composeBehaviors, detectLayoutStrategy } from './builders.js';
|
|
14
14
|
export { COMPONENT_MAPPING, EVENT_CONTRACTS, EmojiPickPayload, FormSubmitPayload, INTEGRATORS_REGISTRY, ItemActionPayload, LoadMoreRequestPayload, PATTERN_REGISTRY, PatternCallbackArg, PatternEntry, PatternPayloadField, PatternPropDef, PatternRecommendation, PatternSwapGate, PropKind, RecommendationContext, RenderUiPayload, SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValueInputPattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf } from './patterns/index.js';
|
|
15
15
|
export { BFSNode, BFSPathNode, EdgeWalkTransition, GraphTransition, GuardPayload, ReplayStep, ReplayTransition, StateEdge, WalkStep, buildEdgeCoveringWalk, buildGuardPayloads, buildReplayPaths, buildStateGraph, collectReachableStates, constTruth, extractPayloadFieldRef, walkStatePairs } from './state-machine/index.js';
|
|
16
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, b as entityAccessTable } from './entityAccess-
|
|
16
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, b as entityAccessTable } from './entityAccess-CqqGrG-7.js';
|
|
17
17
|
import 'zod';
|
|
18
18
|
|
|
19
19
|
/**
|
|
@@ -763,11 +763,19 @@ type DeriveExpectationsResult = {
|
|
|
763
763
|
expectations: ExpectDeclaration[];
|
|
764
764
|
diagnostics: ExpectationDiagnostic[];
|
|
765
765
|
};
|
|
766
|
+
/**
|
|
767
|
+
* Resolve a behavior by the trailing segment of a `uses` import path
|
|
768
|
+
* (`std/behaviors/std-mod-queue` → `std-mod-queue`). Supplied by the caller
|
|
769
|
+
* because `@almadar/core` does no IO; every consumer already holds a loader.
|
|
770
|
+
*/
|
|
771
|
+
type DeriveExpectationsOptions = {
|
|
772
|
+
loadBehavior?: (behaviorName: string) => OrbitalSchema | null;
|
|
773
|
+
};
|
|
766
774
|
/**
|
|
767
775
|
* Derive the `expects` declarations for one orbital of a full schema.
|
|
768
776
|
* Pure; never mutates the input schema.
|
|
769
777
|
*/
|
|
770
|
-
declare function deriveExpectations(schema: OrbitalSchema, orbitalName: string): DeriveExpectationsResult;
|
|
778
|
+
declare function deriveExpectations(schema: OrbitalSchema, orbitalName: string, options?: DeriveExpectationsOptions): DeriveExpectationsResult;
|
|
771
779
|
|
|
772
780
|
/**
|
|
773
781
|
* Shared-entity frame merge.
|
package/dist/index.js
CHANGED
|
@@ -2272,7 +2272,7 @@ function getInteractionModelForDomain(domain) {
|
|
|
2272
2272
|
// src/patterns/patterns-registry.json
|
|
2273
2273
|
var patterns_registry_default = {
|
|
2274
2274
|
version: "1.0.0",
|
|
2275
|
-
exportedAt: "2026-08-
|
|
2275
|
+
exportedAt: "2026-08-31T09:49:17.624Z",
|
|
2276
2276
|
patterns: {
|
|
2277
2277
|
"entity-table": {
|
|
2278
2278
|
type: "entity-table",
|
|
@@ -2508,6 +2508,8 @@ var patterns_registry_default = {
|
|
|
2508
2508
|
"array"
|
|
2509
2509
|
],
|
|
2510
2510
|
description: "Item actions from generated code - maps to rowActions",
|
|
2511
|
+
kind: "event-list",
|
|
2512
|
+
eventField: "event",
|
|
2511
2513
|
items: {
|
|
2512
2514
|
types: [
|
|
2513
2515
|
"object"
|
|
@@ -2528,11 +2530,6 @@ var patterns_registry_default = {
|
|
|
2528
2530
|
"string"
|
|
2529
2531
|
]
|
|
2530
2532
|
},
|
|
2531
|
-
action: {
|
|
2532
|
-
types: [
|
|
2533
|
-
"string"
|
|
2534
|
-
]
|
|
2535
|
-
},
|
|
2536
2533
|
placement: {
|
|
2537
2534
|
types: [
|
|
2538
2535
|
"string"
|
|
@@ -2636,6 +2633,8 @@ var patterns_registry_default = {
|
|
|
2636
2633
|
"array"
|
|
2637
2634
|
],
|
|
2638
2635
|
description: "Row actions",
|
|
2636
|
+
kind: "event-list",
|
|
2637
|
+
eventField: "event",
|
|
2639
2638
|
items: {
|
|
2640
2639
|
types: [
|
|
2641
2640
|
"object"
|
|
@@ -2687,6 +2686,8 @@ var patterns_registry_default = {
|
|
|
2687
2686
|
"array"
|
|
2688
2687
|
],
|
|
2689
2688
|
description: "Bulk actions",
|
|
2689
|
+
kind: "event-list",
|
|
2690
|
+
eventField: "event",
|
|
2690
2691
|
items: {
|
|
2691
2692
|
types: [
|
|
2692
2693
|
"object"
|
|
@@ -2905,6 +2906,8 @@ var patterns_registry_default = {
|
|
|
2905
2906
|
"array"
|
|
2906
2907
|
],
|
|
2907
2908
|
description: "Item actions - schema-driven or function-based",
|
|
2909
|
+
kind: "event-list",
|
|
2910
|
+
eventField: "event",
|
|
2908
2911
|
items: {
|
|
2909
2912
|
types: [
|
|
2910
2913
|
"object"
|
|
@@ -2936,11 +2939,6 @@ var patterns_registry_default = {
|
|
|
2936
2939
|
"footer"
|
|
2937
2940
|
]
|
|
2938
2941
|
},
|
|
2939
|
-
action: {
|
|
2940
|
-
types: [
|
|
2941
|
-
"string"
|
|
2942
|
-
]
|
|
2943
|
-
},
|
|
2944
2942
|
variant: {
|
|
2945
2943
|
types: [
|
|
2946
2944
|
"string"
|
|
@@ -3443,11 +3441,6 @@ var patterns_registry_default = {
|
|
|
3443
3441
|
"function"
|
|
3444
3442
|
]
|
|
3445
3443
|
},
|
|
3446
|
-
action: {
|
|
3447
|
-
types: [
|
|
3448
|
-
"string"
|
|
3449
|
-
]
|
|
3450
|
-
},
|
|
3451
3444
|
placement: {
|
|
3452
3445
|
types: [
|
|
3453
3446
|
"string"
|
|
@@ -4154,6 +4147,8 @@ var patterns_registry_default = {
|
|
|
4154
4147
|
"array"
|
|
4155
4148
|
],
|
|
4156
4149
|
description: "Actions array - first action with variant='primary' (or first action) is the main action",
|
|
4150
|
+
kind: "event-list",
|
|
4151
|
+
eventField: "event",
|
|
4157
4152
|
items: {
|
|
4158
4153
|
types: [
|
|
4159
4154
|
"object"
|
|
@@ -6357,6 +6352,8 @@ var patterns_registry_default = {
|
|
|
6357
6352
|
"array"
|
|
6358
6353
|
],
|
|
6359
6354
|
description: "Tab items",
|
|
6355
|
+
kind: "event-list",
|
|
6356
|
+
eventField: "event",
|
|
6360
6357
|
items: {
|
|
6361
6358
|
types: [
|
|
6362
6359
|
"object"
|
|
@@ -6514,6 +6511,8 @@ var patterns_registry_default = {
|
|
|
6514
6511
|
"array"
|
|
6515
6512
|
],
|
|
6516
6513
|
description: "Tab items (alias for items - used by generated code)",
|
|
6514
|
+
kind: "event-list",
|
|
6515
|
+
eventField: "event",
|
|
6517
6516
|
items: {
|
|
6518
6517
|
types: [
|
|
6519
6518
|
"object"
|
|
@@ -11245,6 +11244,8 @@ var patterns_registry_default = {
|
|
|
11245
11244
|
],
|
|
11246
11245
|
description: "Menu items",
|
|
11247
11246
|
required: true,
|
|
11247
|
+
kind: "event-list",
|
|
11248
|
+
eventField: "event",
|
|
11248
11249
|
items: {
|
|
11249
11250
|
types: [
|
|
11250
11251
|
"object"
|
|
@@ -12641,6 +12642,8 @@ var patterns_registry_default = {
|
|
|
12641
12642
|
"array"
|
|
12642
12643
|
],
|
|
12643
12644
|
description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays",
|
|
12645
|
+
kind: "event-list",
|
|
12646
|
+
eventField: "event",
|
|
12644
12647
|
items: {
|
|
12645
12648
|
types: [
|
|
12646
12649
|
"object"
|
|
@@ -12975,6 +12978,8 @@ var patterns_registry_default = {
|
|
|
12975
12978
|
"array"
|
|
12976
12979
|
],
|
|
12977
12980
|
description: "Multiple actions. When provided, the button expands to show all of them.",
|
|
12981
|
+
kind: "event-list",
|
|
12982
|
+
eventField: "event",
|
|
12978
12983
|
items: {
|
|
12979
12984
|
types: [
|
|
12980
12985
|
"object"
|
|
@@ -16204,6 +16209,8 @@ var patterns_registry_default = {
|
|
|
16204
16209
|
"array"
|
|
16205
16210
|
],
|
|
16206
16211
|
description: "Top-level chart actions (export, refresh, etc.)",
|
|
16212
|
+
kind: "event-list",
|
|
16213
|
+
eventField: "event",
|
|
16207
16214
|
items: {
|
|
16208
16215
|
types: [
|
|
16209
16216
|
"object"
|
|
@@ -16408,6 +16415,8 @@ var patterns_registry_default = {
|
|
|
16408
16415
|
"array"
|
|
16409
16416
|
],
|
|
16410
16417
|
description: "Actions",
|
|
16418
|
+
kind: "event-list",
|
|
16419
|
+
eventField: "event",
|
|
16411
16420
|
items: {
|
|
16412
16421
|
types: [
|
|
16413
16422
|
"object"
|
|
@@ -16945,6 +16954,8 @@ var patterns_registry_default = {
|
|
|
16945
16954
|
"array"
|
|
16946
16955
|
],
|
|
16947
16956
|
description: "Actions",
|
|
16957
|
+
kind: "event-list",
|
|
16958
|
+
eventField: "event",
|
|
16948
16959
|
items: {
|
|
16949
16960
|
types: [
|
|
16950
16961
|
"object"
|
|
@@ -17227,6 +17238,8 @@ var patterns_registry_default = {
|
|
|
17227
17238
|
"array"
|
|
17228
17239
|
],
|
|
17229
17240
|
description: "Actions",
|
|
17241
|
+
kind: "event-list",
|
|
17242
|
+
eventField: "event",
|
|
17230
17243
|
items: {
|
|
17231
17244
|
types: [
|
|
17232
17245
|
"object"
|
|
@@ -17598,6 +17611,8 @@ var patterns_registry_default = {
|
|
|
17598
17611
|
"array"
|
|
17599
17612
|
],
|
|
17600
17613
|
description: "Actions",
|
|
17614
|
+
kind: "event-list",
|
|
17615
|
+
eventField: "event",
|
|
17601
17616
|
items: {
|
|
17602
17617
|
types: [
|
|
17603
17618
|
"object"
|
|
@@ -18511,6 +18526,8 @@ var patterns_registry_default = {
|
|
|
18511
18526
|
"array"
|
|
18512
18527
|
],
|
|
18513
18528
|
description: "Action badges in the toolbar",
|
|
18529
|
+
kind: "event-list",
|
|
18530
|
+
eventField: "event",
|
|
18514
18531
|
items: {
|
|
18515
18532
|
types: [
|
|
18516
18533
|
"object"
|
|
@@ -28179,9 +28196,19 @@ var patterns_registry_default = {
|
|
|
28179
28196
|
kind: "event-ref",
|
|
28180
28197
|
emitPayloadSchema: [
|
|
28181
28198
|
{
|
|
28182
|
-
name: "
|
|
28183
|
-
type: "
|
|
28184
|
-
required:
|
|
28199
|
+
name: "text",
|
|
28200
|
+
type: "string",
|
|
28201
|
+
required: true
|
|
28202
|
+
},
|
|
28203
|
+
{
|
|
28204
|
+
name: "format",
|
|
28205
|
+
type: "string",
|
|
28206
|
+
required: true
|
|
28207
|
+
},
|
|
28208
|
+
{
|
|
28209
|
+
name: "timestamp",
|
|
28210
|
+
type: "number",
|
|
28211
|
+
required: true
|
|
28185
28212
|
}
|
|
28186
28213
|
]
|
|
28187
28214
|
},
|
|
@@ -32234,6 +32261,8 @@ var patterns_registry_default = {
|
|
|
32234
32261
|
"array"
|
|
32235
32262
|
],
|
|
32236
32263
|
description: "Menu options - accepts readonly for compatibility with generated const arrays",
|
|
32264
|
+
kind: "event-list",
|
|
32265
|
+
eventField: "event",
|
|
32237
32266
|
items: {
|
|
32238
32267
|
types: [
|
|
32239
32268
|
"object"
|
|
@@ -32278,11 +32307,6 @@ var patterns_registry_default = {
|
|
|
32278
32307
|
types: [
|
|
32279
32308
|
"string"
|
|
32280
32309
|
]
|
|
32281
|
-
},
|
|
32282
|
-
action: {
|
|
32283
|
-
types: [
|
|
32284
|
-
"string"
|
|
32285
|
-
]
|
|
32286
32310
|
}
|
|
32287
32311
|
},
|
|
32288
32312
|
required: [
|
|
@@ -32295,6 +32319,8 @@ var patterns_registry_default = {
|
|
|
32295
32319
|
"array"
|
|
32296
32320
|
],
|
|
32297
32321
|
description: "Alias for options (schema compatibility)",
|
|
32322
|
+
kind: "event-list",
|
|
32323
|
+
eventField: "event",
|
|
32298
32324
|
items: {
|
|
32299
32325
|
types: [
|
|
32300
32326
|
"object"
|
|
@@ -32339,11 +32365,6 @@ var patterns_registry_default = {
|
|
|
32339
32365
|
types: [
|
|
32340
32366
|
"string"
|
|
32341
32367
|
]
|
|
32342
|
-
},
|
|
32343
|
-
action: {
|
|
32344
|
-
types: [
|
|
32345
|
-
"string"
|
|
32346
|
-
]
|
|
32347
32368
|
}
|
|
32348
32369
|
},
|
|
32349
32370
|
required: [
|
|
@@ -32405,11 +32426,6 @@ var patterns_registry_default = {
|
|
|
32405
32426
|
types: [
|
|
32406
32427
|
"string"
|
|
32407
32428
|
]
|
|
32408
|
-
},
|
|
32409
|
-
action: {
|
|
32410
|
-
types: [
|
|
32411
|
-
"string"
|
|
32412
|
-
]
|
|
32413
32429
|
}
|
|
32414
32430
|
},
|
|
32415
32431
|
required: [
|
|
@@ -53363,7 +53379,7 @@ var integrators_registry_default = {
|
|
|
53363
53379
|
// src/patterns/component-mapping.json
|
|
53364
53380
|
var component_mapping_default = {
|
|
53365
53381
|
version: "1.0.0",
|
|
53366
|
-
exportedAt: "2026-08-
|
|
53382
|
+
exportedAt: "2026-08-31T09:49:17.624Z",
|
|
53367
53383
|
mappings: {
|
|
53368
53384
|
"page-header": {
|
|
53369
53385
|
component: "PageHeader",
|
|
@@ -54783,7 +54799,7 @@ var component_mapping_default = {
|
|
|
54783
54799
|
// src/patterns/event-contracts.json
|
|
54784
54800
|
var event_contracts_default = {
|
|
54785
54801
|
version: "1.0.0",
|
|
54786
|
-
exportedAt: "2026-08-
|
|
54802
|
+
exportedAt: "2026-08-31T09:49:17.624Z",
|
|
54787
54803
|
contracts: {
|
|
54788
54804
|
form: {
|
|
54789
54805
|
emits: [
|
|
@@ -60051,7 +60067,36 @@ function navigateTargetOf(node) {
|
|
|
60051
60067
|
}
|
|
60052
60068
|
return null;
|
|
60053
60069
|
}
|
|
60054
|
-
function
|
|
60070
|
+
function behaviorNameOf(from) {
|
|
60071
|
+
const segments = from.split("/");
|
|
60072
|
+
return (segments[segments.length - 1] ?? from).replace(/\.orb$/, "");
|
|
60073
|
+
}
|
|
60074
|
+
function traitRefString(t) {
|
|
60075
|
+
if (typeof t === "string") return t;
|
|
60076
|
+
return isInlineTrait(t) ? void 0 : t.ref;
|
|
60077
|
+
}
|
|
60078
|
+
function contributedEntitiesOf(behavior, traitName) {
|
|
60079
|
+
for (const o of behavior.orbitals) {
|
|
60080
|
+
for (const t of o.traits ?? []) {
|
|
60081
|
+
if (typeof t !== "object" || t === null || !isInlineTrait(t)) continue;
|
|
60082
|
+
if (t.name !== traitName) continue;
|
|
60083
|
+
const primary = asOrbitalEntity(o.entity);
|
|
60084
|
+
const bound = t.linkedEntity ?? primary?.name;
|
|
60085
|
+
const aux = [];
|
|
60086
|
+
for (const ref2 of o.auxiliaryEntities ?? []) {
|
|
60087
|
+
const def = asOrbitalEntity(ref2);
|
|
60088
|
+
if (def !== void 0) aux.push(def.name);
|
|
60089
|
+
}
|
|
60090
|
+
return { ...bound !== void 0 ? { bound } : {}, aux };
|
|
60091
|
+
}
|
|
60092
|
+
}
|
|
60093
|
+
return void 0;
|
|
60094
|
+
}
|
|
60095
|
+
function asOrbitalEntity(ref2) {
|
|
60096
|
+
if (typeof ref2 === "object" && ref2 !== null && "fields" in ref2) return ref2;
|
|
60097
|
+
return void 0;
|
|
60098
|
+
}
|
|
60099
|
+
function deriveExpectations(schema, orbitalName, options = {}) {
|
|
60055
60100
|
const diagnostics = [];
|
|
60056
60101
|
const orbital = schema.orbitals.find((o) => o.name === orbitalName);
|
|
60057
60102
|
if (orbital === void 0) {
|
|
@@ -60068,6 +60113,34 @@ function deriveExpectations(schema, orbitalName) {
|
|
|
60068
60113
|
}
|
|
60069
60114
|
}
|
|
60070
60115
|
}
|
|
60116
|
+
const contributedNames = /* @__PURE__ */ new Set();
|
|
60117
|
+
const { loadBehavior } = options;
|
|
60118
|
+
if (loadBehavior !== void 0) {
|
|
60119
|
+
for (const o of schema.orbitals) {
|
|
60120
|
+
const behaviorByAlias = /* @__PURE__ */ new Map();
|
|
60121
|
+
for (const use of o.uses ?? []) behaviorByAlias.set(use.as, behaviorNameOf(use.from));
|
|
60122
|
+
if (behaviorByAlias.size === 0) continue;
|
|
60123
|
+
for (const t of o.traits ?? []) {
|
|
60124
|
+
const ref2 = traitRefString(t);
|
|
60125
|
+
if (ref2 === void 0) continue;
|
|
60126
|
+
const parsed = parseImportedTraitRef(ref2);
|
|
60127
|
+
if (parsed === null) continue;
|
|
60128
|
+
const behaviorName = behaviorByAlias.get(parsed.alias);
|
|
60129
|
+
if (behaviorName === void 0) continue;
|
|
60130
|
+
const behavior = loadBehavior(behaviorName);
|
|
60131
|
+
if (behavior === null) continue;
|
|
60132
|
+
const contributed = contributedEntitiesOf(behavior, parsed.traitName);
|
|
60133
|
+
if (contributed === void 0) continue;
|
|
60134
|
+
const rebound = typeof t === "object" && t !== null && !isInlineTrait(t) ? t.linkedEntity !== void 0 : false;
|
|
60135
|
+
const names = rebound ? contributed.aux : [...contributed.bound !== void 0 ? [contributed.bound] : [], ...contributed.aux];
|
|
60136
|
+
for (const name of names) {
|
|
60137
|
+
if (ownerByEntity.has(name)) continue;
|
|
60138
|
+
ownerByEntity.set(name, o.name);
|
|
60139
|
+
contributedNames.add(name);
|
|
60140
|
+
}
|
|
60141
|
+
}
|
|
60142
|
+
}
|
|
60143
|
+
}
|
|
60071
60144
|
for (const o of schema.orbitals) {
|
|
60072
60145
|
const primary = o.entity;
|
|
60073
60146
|
if (typeof primary === "object" && primary !== null && "fields" in primary && primary.identity === true) {
|
|
@@ -60161,9 +60234,9 @@ function deriveExpectations(schema, orbitalName) {
|
|
|
60161
60234
|
const target = node[1];
|
|
60162
60235
|
if (target !== void 0 && isPlainString(target)) {
|
|
60163
60236
|
addEntityRef(target);
|
|
60164
|
-
const
|
|
60165
|
-
if (
|
|
60166
|
-
const include =
|
|
60237
|
+
const options2 = node[2];
|
|
60238
|
+
if (options2 !== void 0 && !Array.isArray(options2) && typeof options2 === "object" && options2 !== null) {
|
|
60239
|
+
const include = options2["include"];
|
|
60167
60240
|
if (Array.isArray(include)) {
|
|
60168
60241
|
for (const item of include) {
|
|
60169
60242
|
if (typeof item === "string") addEntityRef(target, item);
|
|
@@ -60261,11 +60334,12 @@ function deriveExpectations(schema, orbitalName) {
|
|
|
60261
60334
|
const referenced = entityRefs.get(name) ?? /* @__PURE__ */ new Set();
|
|
60262
60335
|
const provider = defByEntity.get(name);
|
|
60263
60336
|
const shape = [];
|
|
60337
|
+
const contributed = contributedNames.has(name);
|
|
60264
60338
|
for (const field of [...referenced].sort()) {
|
|
60265
60339
|
const declared = provider?.fields.find((f) => f.name === field);
|
|
60266
60340
|
if (declared !== void 0) {
|
|
60267
60341
|
shape.push({ ...declared });
|
|
60268
|
-
} else {
|
|
60342
|
+
} else if (!contributed) {
|
|
60269
60343
|
diagnostics.push({
|
|
60270
60344
|
kind: "entity-field-not-declared",
|
|
60271
60345
|
orbital: orbitalName,
|