@almadar/std 7.4.1 → 7.4.3

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.
Files changed (32) hide show
  1. package/behaviors/registry/atoms/std-modal.orb +15 -9
  2. package/behaviors/registry/atoms/std-wizard.orb +306 -293
  3. package/behaviors/registry/molecules/std-detail.orb +513 -292
  4. package/behaviors/registry/molecules/std-geospatial.orb +543 -406
  5. package/behaviors/registry/molecules/std-inventory.orb +489 -445
  6. package/behaviors/registry/molecules/std-list.orb +492 -616
  7. package/behaviors/registry/molecules/std-messaging.orb +511 -327
  8. package/behaviors/registry/molecules/std-wizard-form.orb +2 -101
  9. package/dist/behaviors/behaviors-registry.json +1976 -719
  10. package/dist/behaviors/exports-reader.js +71 -11
  11. package/dist/behaviors/exports-reader.js.map +1 -1
  12. package/dist/behaviors/functions/index.d.ts +11 -3
  13. package/dist/behaviors/functions/index.js +67 -11
  14. package/dist/behaviors/functions/index.js.map +1 -1
  15. package/dist/behaviors/index.d.ts +1 -1
  16. package/dist/behaviors/index.js +72 -12
  17. package/dist/behaviors/index.js.map +1 -1
  18. package/dist/behaviors/query.js +71 -11
  19. package/dist/behaviors/query.js.map +1 -1
  20. package/dist/behaviors/registry/atoms/std-modal.orb +15 -9
  21. package/dist/behaviors/registry/atoms/std-wizard.orb +306 -293
  22. package/dist/behaviors/registry/molecules/std-detail.orb +513 -292
  23. package/dist/behaviors/registry/molecules/std-geospatial.orb +543 -406
  24. package/dist/behaviors/registry/molecules/std-inventory.orb +489 -445
  25. package/dist/behaviors/registry/molecules/std-list.orb +492 -616
  26. package/dist/behaviors/registry/molecules/std-messaging.orb +511 -327
  27. package/dist/behaviors/registry/molecules/std-wizard-form.orb +2 -101
  28. package/dist/behaviors-registry.json +1976 -719
  29. package/dist/index.d.ts +1 -1
  30. package/dist/index.js +72 -12
  31. package/dist/index.js.map +1 -1
  32. package/package.json +1 -1
@@ -4830,6 +4830,8 @@ declare function stdDetailDetailRecordBrowseTrait(params: StdDetailParams): Trai
4830
4830
  declare function stdDetailDetailRecordCreateTrait(params: StdDetailParams): TraitReference;
4831
4831
  /** Trait descriptor: `Detail.traits.DetailRecordView`. */
4832
4832
  declare function stdDetailDetailRecordViewTrait(params: StdDetailParams): TraitReference;
4833
+ /** Trait descriptor: `Detail.traits.DetailRecordPersistor`. */
4834
+ declare function stdDetailDetailRecordPersistorTrait(params: StdDetailParams): TraitReference;
4833
4835
  /** Page descriptor: `Detail.pages.DetailRecordPage`. */
4834
4836
  declare function stdDetailPage(params: StdDetailParams): PageRefObject;
4835
4837
  /** Whole-orbital descriptor. */
@@ -4996,6 +4998,8 @@ declare function stdGeospatialLocationBrowseTrait(params: StdGeospatialParams):
4996
4998
  declare function stdGeospatialLocationSelectTrait(params: StdGeospatialParams): TraitReference;
4997
4999
  /** Trait descriptor: `Geospatial.traits.LocationConfirmSelect`. */
4998
5000
  declare function stdGeospatialLocationConfirmSelectTrait(params: StdGeospatialParams): TraitReference;
5001
+ /** Trait descriptor: `Geospatial.traits.LocationSelectionFlow`. */
5002
+ declare function stdGeospatialLocationSelectionFlowTrait(params: StdGeospatialParams): TraitReference;
4999
5003
  /** Page descriptor: `Geospatial.pages.LocationPage`. */
5000
5004
  declare function stdGeospatialPage(params: StdGeospatialParams): PageRefObject;
5001
5005
  /** Whole-orbital descriptor. */
@@ -5056,6 +5060,8 @@ declare function stdInventoryInventoryItemAddTrait(params: StdInventoryParams):
5056
5060
  declare function stdInventoryInventoryItemUseTrait(params: StdInventoryParams): TraitReference;
5057
5061
  /** Trait descriptor: `Inventory.traits.InventoryItemDrop`. */
5058
5062
  declare function stdInventoryInventoryItemDropTrait(params: StdInventoryParams): TraitReference;
5063
+ /** Trait descriptor: `Inventory.traits.InventoryItemPersistor`. */
5064
+ declare function stdInventoryInventoryItemPersistorTrait(params: StdInventoryParams): TraitReference;
5059
5065
  /** Page descriptor: `Inventory.pages.InventoryItemPage`. */
5060
5066
  declare function stdInventoryPage(params: StdInventoryParams): PageRefObject;
5061
5067
  /** Whole-orbital descriptor. */
@@ -5114,10 +5120,10 @@ declare function stdListListItemBrowseTrait(params: StdListParams): TraitReferen
5114
5120
  declare function stdListListItemCreateTrait(params: StdListParams): TraitReference;
5115
5121
  /** Trait descriptor: `List.traits.ListItemEdit`. */
5116
5122
  declare function stdListListItemEditTrait(params: StdListParams): TraitReference;
5117
- /** Trait descriptor: `List.traits.ListItemView`. */
5118
- declare function stdListListItemViewTrait(params: StdListParams): TraitReference;
5119
5123
  /** Trait descriptor: `List.traits.ListItemDelete`. */
5120
5124
  declare function stdListListItemDeleteTrait(params: StdListParams): TraitReference;
5125
+ /** Trait descriptor: `List.traits.ListItemPersistor`. */
5126
+ declare function stdListListItemPersistorTrait(params: StdListParams): TraitReference;
5121
5127
  /** Page descriptor: `List.pages.ListItemPage`. */
5122
5128
  declare function stdListPage(params: StdListParams): PageRefObject;
5123
5129
  /** Whole-orbital descriptor. */
@@ -5176,6 +5182,8 @@ declare function stdMessagingChatMessageBrowseTrait(params: StdMessagingParams):
5176
5182
  declare function stdMessagingChatMessageComposeTrait(params: StdMessagingParams): TraitReference;
5177
5183
  /** Trait descriptor: `Messaging.traits.ChatMessageView`. */
5178
5184
  declare function stdMessagingChatMessageViewTrait(params: StdMessagingParams): TraitReference;
5185
+ /** Trait descriptor: `Messaging.traits.ChatMessagePersistor`. */
5186
+ declare function stdMessagingChatMessagePersistorTrait(params: StdMessagingParams): TraitReference;
5179
5187
  /** Page descriptor: `Messaging.pages.ChatMessagePage`. */
5180
5188
  declare function stdMessagingPage(params: StdMessagingParams): PageRefObject;
5181
5189
  /** Whole-orbital descriptor. */
@@ -7707,4 +7715,4 @@ declare function stdTradingDashboardPage(params: StdTradingDashboardParams): Pag
7707
7715
  /** Whole-orbital descriptor (3 orbitals). */
7708
7716
  declare function stdTradingDashboard(params: StdTradingDashboardParams): OrbitalDefinition[];
7709
7717
 
7710
- export { type StdAgentActivityLogParams, type StdAgentAssistantParams, type StdAgentBuilderParams, type StdAgentChatThreadParams, type StdAgentClassifierParams, type StdAgentCompletionParams, type StdAgentContextWindowParams, type StdAgentConversationParams, type StdAgentFixLoopParams, type StdAgentLearnerParams, type StdAgentMemoryParams, type StdAgentPipelineParams, type StdAgentPlannerParams, type StdAgentProviderParams, type StdAgentRagParams, type StdAgentReviewerParams, type StdAgentSearchParams, type StdAgentSessionParams, type StdAgentStepProgressParams, type StdAgentTokenGaugeParams, type StdAgentToolCallParams, type StdAgentToolLoopParams, type StdAgentTutorParams, type StdApiGatewayParams, type StdArcadeGameParams, type StdAsyncParams, type StdAutoregressiveParams, type StdBookingSystemParams, type StdBrowseParams, type StdBuilderGameParams, type StdCacheAsideParams, type StdCalendarParams, type StdCartParams, type StdCicdPipelineParams, type StdCircuitBreakerParams, type StdClassifierGameParams, type StdCmsParams, type StdCodingAcademyParams, type StdCollisionParams, type StdCombatLogParams, type StdCombatParams, type StdConfirmationParams, type StdCrmParams, type StdDebuggerGameParams, type StdDetailParams, type StdDevopsDashboardParams, type StdDialogueBoxParams, type StdDisplayParams, type StdDrawerParams, type StdEcommerceParams, type StdEventHandlerGameParams, type StdFilterParams, type StdFinanceTrackerParams, type StdFlipCardParams, type StdFormAdvancedParams, type StdGalleryParams, type StdGameAudioParams, type StdGameCanvas2dParams, type StdGameCanvas3dParams, type StdGameHudParams, type StdGameMenuParams, type StdGameOverScreenParams, type StdGameflowParams, type StdGeospatialParams, type StdHealthcareParams, type StdHelpdeskParams, type StdHrPortalParams, type StdInputParams, type StdInventoryPanelParams, type StdInventoryParams, type StdIotDashboardParams, type StdIsometricCanvasParams, type StdListParams, type StdLmsParams, type StdLoadingParams, type StdLogicTrainingParams, type StdMessagingParams, type StdModalParams, type StdMovementParams, type StdNegotiatorGameParams, type StdNotificationParams, type StdOverworldParams, type StdPaginationParams, type StdPhysics2dParams, type StdPlatformerAppParams, type StdPlatformerCanvasParams, type StdPlatformerGameParams, type StdProjectManagerParams, type StdPuzzleAppParams, type StdPuzzleGameParams, type StdQuestParams, type StdQuizParams, type StdRateLimiterParams, type StdRatingParams, type StdRealtimeChatParams, type StdRpgGameParams, type StdScoreBoardParams, type StdScoreParams, type StdSearchParams, type StdSelectionParams, type StdSequencerGameParams, type StdServiceContentPipelineParams, type StdServiceCustomApiTesterParams, type StdServiceCustomBearerParams, type StdServiceCustomHeaderParams, type StdServiceCustomNoauthParams, type StdServiceCustomQueryParams, type StdServiceDevopsToolkitParams, type StdServiceEmailParams, type StdServiceGithubParams, type StdServiceLlmParams, type StdServiceMarketplaceParams, type StdServiceNotificationHubParams, type StdServiceOauthParams, type StdServicePaymentFlowParams, type StdServiceRedisParams, type StdServiceResearchAssistantParams, type StdServiceStorageParams, type StdServiceStripeParams, type StdServiceTwilioParams, type StdServiceYoutubeParams, type StdSimulationCanvasParams, type StdSimulatorGameParams, type StdSocialFeedParams, type StdSortParams, type StdSpriteParams, type StdStemLabParams, type StdStrategyGameParams, type StdTabsParams, type StdTextEffectsParams, type StdThemeParams, type StdTimerParams, type StdTradingDashboardParams, type StdTurnBasedBattleParams, type StdUndoParams, type StdUploadParams, type StdValidateOnSaveParams, type StdWizardParams, stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemViewTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
7718
+ export { type StdAgentActivityLogParams, type StdAgentAssistantParams, type StdAgentBuilderParams, type StdAgentChatThreadParams, type StdAgentClassifierParams, type StdAgentCompletionParams, type StdAgentContextWindowParams, type StdAgentConversationParams, type StdAgentFixLoopParams, type StdAgentLearnerParams, type StdAgentMemoryParams, type StdAgentPipelineParams, type StdAgentPlannerParams, type StdAgentProviderParams, type StdAgentRagParams, type StdAgentReviewerParams, type StdAgentSearchParams, type StdAgentSessionParams, type StdAgentStepProgressParams, type StdAgentTokenGaugeParams, type StdAgentToolCallParams, type StdAgentToolLoopParams, type StdAgentTutorParams, type StdApiGatewayParams, type StdArcadeGameParams, type StdAsyncParams, type StdAutoregressiveParams, type StdBookingSystemParams, type StdBrowseParams, type StdBuilderGameParams, type StdCacheAsideParams, type StdCalendarParams, type StdCartParams, type StdCicdPipelineParams, type StdCircuitBreakerParams, type StdClassifierGameParams, type StdCmsParams, type StdCodingAcademyParams, type StdCollisionParams, type StdCombatLogParams, type StdCombatParams, type StdConfirmationParams, type StdCrmParams, type StdDebuggerGameParams, type StdDetailParams, type StdDevopsDashboardParams, type StdDialogueBoxParams, type StdDisplayParams, type StdDrawerParams, type StdEcommerceParams, type StdEventHandlerGameParams, type StdFilterParams, type StdFinanceTrackerParams, type StdFlipCardParams, type StdFormAdvancedParams, type StdGalleryParams, type StdGameAudioParams, type StdGameCanvas2dParams, type StdGameCanvas3dParams, type StdGameHudParams, type StdGameMenuParams, type StdGameOverScreenParams, type StdGameflowParams, type StdGeospatialParams, type StdHealthcareParams, type StdHelpdeskParams, type StdHrPortalParams, type StdInputParams, type StdInventoryPanelParams, type StdInventoryParams, type StdIotDashboardParams, type StdIsometricCanvasParams, type StdListParams, type StdLmsParams, type StdLoadingParams, type StdLogicTrainingParams, type StdMessagingParams, type StdModalParams, type StdMovementParams, type StdNegotiatorGameParams, type StdNotificationParams, type StdOverworldParams, type StdPaginationParams, type StdPhysics2dParams, type StdPlatformerAppParams, type StdPlatformerCanvasParams, type StdPlatformerGameParams, type StdProjectManagerParams, type StdPuzzleAppParams, type StdPuzzleGameParams, type StdQuestParams, type StdQuizParams, type StdRateLimiterParams, type StdRatingParams, type StdRealtimeChatParams, type StdRpgGameParams, type StdScoreBoardParams, type StdScoreParams, type StdSearchParams, type StdSelectionParams, type StdSequencerGameParams, type StdServiceContentPipelineParams, type StdServiceCustomApiTesterParams, type StdServiceCustomBearerParams, type StdServiceCustomHeaderParams, type StdServiceCustomNoauthParams, type StdServiceCustomQueryParams, type StdServiceDevopsToolkitParams, type StdServiceEmailParams, type StdServiceGithubParams, type StdServiceLlmParams, type StdServiceMarketplaceParams, type StdServiceNotificationHubParams, type StdServiceOauthParams, type StdServicePaymentFlowParams, type StdServiceRedisParams, type StdServiceResearchAssistantParams, type StdServiceStorageParams, type StdServiceStripeParams, type StdServiceTwilioParams, type StdServiceYoutubeParams, type StdSimulationCanvasParams, type StdSimulatorGameParams, type StdSocialFeedParams, type StdSortParams, type StdSpriteParams, type StdStemLabParams, type StdStrategyGameParams, type StdTabsParams, type StdTextEffectsParams, type StdThemeParams, type StdTimerParams, type StdTradingDashboardParams, type StdTurnBasedBattleParams, type StdUndoParams, type StdUploadParams, type StdValidateOnSaveParams, type StdWizardParams, stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordPersistorTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialLocationSelectionFlowTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemPersistorTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemPersistorTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessagePersistorTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
@@ -4156,6 +4156,19 @@ function stdDetailDetailRecordViewTrait(params) {
4156
4156
  ...params.config !== void 0 ? { config: params.config } : {}
4157
4157
  });
4158
4158
  }
4159
+ function stdDetailDetailRecordPersistorTrait(params) {
4160
+ return makeTraitRef({
4161
+ from: BEHAVIOR_PATH88,
4162
+ ref: `${ALIAS88}.traits.DetailRecordPersistor`,
4163
+ linkedEntity: params.entityName,
4164
+ ...params.traitName !== void 0 ? { name: params.traitName } : {},
4165
+ ...params.events !== void 0 ? { events: params.events } : {},
4166
+ ...params.effects !== void 0 ? { effects: params.effects } : {},
4167
+ ...params.listens !== void 0 ? { listens: params.listens } : {},
4168
+ ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
4169
+ ...params.config !== void 0 ? { config: params.config } : {}
4170
+ });
4171
+ }
4159
4172
  function stdDetailPage(params) {
4160
4173
  return makePageRef({
4161
4174
  from: BEHAVIOR_PATH88,
@@ -4177,7 +4190,8 @@ function stdDetail(params) {
4177
4190
  traits: [
4178
4191
  stdDetailDetailRecordBrowseTrait(params),
4179
4192
  stdDetailDetailRecordCreateTrait(params),
4180
- stdDetailDetailRecordViewTrait(params)
4193
+ stdDetailDetailRecordViewTrait(params),
4194
+ stdDetailDetailRecordPersistorTrait(params)
4181
4195
  ],
4182
4196
  pages: [
4183
4197
  stdDetailPage(params)
@@ -4307,6 +4321,19 @@ function stdGeospatialLocationConfirmSelectTrait(params) {
4307
4321
  ...params.config !== void 0 ? { config: params.config } : {}
4308
4322
  });
4309
4323
  }
4324
+ function stdGeospatialLocationSelectionFlowTrait(params) {
4325
+ return makeTraitRef({
4326
+ from: BEHAVIOR_PATH91,
4327
+ ref: `${ALIAS91}.traits.LocationSelectionFlow`,
4328
+ linkedEntity: params.entityName,
4329
+ ...params.traitName !== void 0 ? { name: params.traitName } : {},
4330
+ ...params.events !== void 0 ? { events: params.events } : {},
4331
+ ...params.effects !== void 0 ? { effects: params.effects } : {},
4332
+ ...params.listens !== void 0 ? { listens: params.listens } : {},
4333
+ ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
4334
+ ...params.config !== void 0 ? { config: params.config } : {}
4335
+ });
4336
+ }
4310
4337
  function stdGeospatialPage(params) {
4311
4338
  return makePageRef({
4312
4339
  from: BEHAVIOR_PATH91,
@@ -4328,7 +4355,8 @@ function stdGeospatial(params) {
4328
4355
  traits: [
4329
4356
  stdGeospatialLocationBrowseTrait(params),
4330
4357
  stdGeospatialLocationSelectTrait(params),
4331
- stdGeospatialLocationConfirmSelectTrait(params)
4358
+ stdGeospatialLocationConfirmSelectTrait(params),
4359
+ stdGeospatialLocationSelectionFlowTrait(params)
4332
4360
  ],
4333
4361
  pages: [
4334
4362
  stdGeospatialPage(params)
@@ -4389,6 +4417,19 @@ function stdInventoryInventoryItemDropTrait(params) {
4389
4417
  ...params.config !== void 0 ? { config: params.config } : {}
4390
4418
  });
4391
4419
  }
4420
+ function stdInventoryInventoryItemPersistorTrait(params) {
4421
+ return makeTraitRef({
4422
+ from: BEHAVIOR_PATH92,
4423
+ ref: `${ALIAS92}.traits.InventoryItemPersistor`,
4424
+ linkedEntity: params.entityName,
4425
+ ...params.traitName !== void 0 ? { name: params.traitName } : {},
4426
+ ...params.events !== void 0 ? { events: params.events } : {},
4427
+ ...params.effects !== void 0 ? { effects: params.effects } : {},
4428
+ ...params.listens !== void 0 ? { listens: params.listens } : {},
4429
+ ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
4430
+ ...params.config !== void 0 ? { config: params.config } : {}
4431
+ });
4432
+ }
4392
4433
  function stdInventoryPage(params) {
4393
4434
  return makePageRef({
4394
4435
  from: BEHAVIOR_PATH92,
@@ -4411,7 +4452,8 @@ function stdInventory(params) {
4411
4452
  stdInventoryInventoryItemBrowseTrait(params),
4412
4453
  stdInventoryInventoryItemAddTrait(params),
4413
4454
  stdInventoryInventoryItemUseTrait(params),
4414
- stdInventoryInventoryItemDropTrait(params)
4455
+ stdInventoryInventoryItemDropTrait(params),
4456
+ stdInventoryInventoryItemPersistorTrait(params)
4415
4457
  ],
4416
4458
  pages: [
4417
4459
  stdInventoryPage(params)
@@ -4459,10 +4501,10 @@ function stdListListItemEditTrait(params) {
4459
4501
  ...params.config !== void 0 ? { config: params.config } : {}
4460
4502
  });
4461
4503
  }
4462
- function stdListListItemViewTrait(params) {
4504
+ function stdListListItemDeleteTrait(params) {
4463
4505
  return makeTraitRef({
4464
4506
  from: BEHAVIOR_PATH93,
4465
- ref: `${ALIAS93}.traits.ListItemView`,
4507
+ ref: `${ALIAS93}.traits.ListItemDelete`,
4466
4508
  linkedEntity: params.entityName,
4467
4509
  ...params.traitName !== void 0 ? { name: params.traitName } : {},
4468
4510
  ...params.events !== void 0 ? { events: params.events } : {},
@@ -4472,10 +4514,10 @@ function stdListListItemViewTrait(params) {
4472
4514
  ...params.config !== void 0 ? { config: params.config } : {}
4473
4515
  });
4474
4516
  }
4475
- function stdListListItemDeleteTrait(params) {
4517
+ function stdListListItemPersistorTrait(params) {
4476
4518
  return makeTraitRef({
4477
4519
  from: BEHAVIOR_PATH93,
4478
- ref: `${ALIAS93}.traits.ListItemDelete`,
4520
+ ref: `${ALIAS93}.traits.ListItemPersistor`,
4479
4521
  linkedEntity: params.entityName,
4480
4522
  ...params.traitName !== void 0 ? { name: params.traitName } : {},
4481
4523
  ...params.events !== void 0 ? { events: params.events } : {},
@@ -4507,8 +4549,8 @@ function stdList(params) {
4507
4549
  stdListListItemBrowseTrait(params),
4508
4550
  stdListListItemCreateTrait(params),
4509
4551
  stdListListItemEditTrait(params),
4510
- stdListListItemViewTrait(params),
4511
- stdListListItemDeleteTrait(params)
4552
+ stdListListItemDeleteTrait(params),
4553
+ stdListListItemPersistorTrait(params)
4512
4554
  ],
4513
4555
  pages: [
4514
4556
  stdListPage(params)
@@ -4556,6 +4598,19 @@ function stdMessagingChatMessageViewTrait(params) {
4556
4598
  ...params.config !== void 0 ? { config: params.config } : {}
4557
4599
  });
4558
4600
  }
4601
+ function stdMessagingChatMessagePersistorTrait(params) {
4602
+ return makeTraitRef({
4603
+ from: BEHAVIOR_PATH94,
4604
+ ref: `${ALIAS94}.traits.ChatMessagePersistor`,
4605
+ linkedEntity: params.entityName,
4606
+ ...params.traitName !== void 0 ? { name: params.traitName } : {},
4607
+ ...params.events !== void 0 ? { events: params.events } : {},
4608
+ ...params.effects !== void 0 ? { effects: params.effects } : {},
4609
+ ...params.listens !== void 0 ? { listens: params.listens } : {},
4610
+ ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
4611
+ ...params.config !== void 0 ? { config: params.config } : {}
4612
+ });
4613
+ }
4559
4614
  function stdMessagingPage(params) {
4560
4615
  return makePageRef({
4561
4616
  from: BEHAVIOR_PATH94,
@@ -4577,7 +4632,8 @@ function stdMessaging(params) {
4577
4632
  traits: [
4578
4633
  stdMessagingChatMessageBrowseTrait(params),
4579
4634
  stdMessagingChatMessageComposeTrait(params),
4580
- stdMessagingChatMessageViewTrait(params)
4635
+ stdMessagingChatMessageViewTrait(params),
4636
+ stdMessagingChatMessagePersistorTrait(params)
4581
4637
  ],
4582
4638
  pages: [
4583
4639
  stdMessagingPage(params)
@@ -7050,6 +7106,6 @@ function stdTradingDashboard(params) {
7050
7106
  return JSON.parse('[{"name":"PortfolioOrbital","entity":{"name":"Portfolio","persistence":"runtime","fields":[{"name":"id","type":"string","required":true},{"name":"totalValue","type":"number","default":0},{"name":"dailyChange","type":"number","default":0},{"name":"positions","type":"number","default":0},{"name":"cashBalance","type":"number","default":0}]},"traits":[{"name":"PortfolioDisplay","category":"interaction","linkedEntity":"Portfolio","emits":[{"event":"PortfolioLoaded","description":"Fired when Portfolio finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"totalValue","type":"number"},{"name":"dailyChange","type":"number"},{"name":"positions","type":"number"},{"name":"cashBalance","type":"number"}]},{"event":"PortfolioLoadFailed","description":"Fired when Portfolio fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"loading","isInitial":true},{"name":"displaying"},{"name":"refreshing"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"LOADED","name":"Loaded"},{"key":"REFRESH","name":"Refresh"},{"key":"REFRESHED","name":"Refreshed"},{"key":"PortfolioLoaded","name":"Portfolio loaded"},{"key":"PortfolioLoadFailed","name":"Portfolio load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"loading","to":"displaying","event":"INIT","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"children":[{"children":[{"children":[{"type":"breadcrumb","items":[{"label":"Home","href":"/"},{"label":"Portfolio"}]},{"type":"stack","children":[{"children":[{"name":"trending-up","size":"lg","type":"icon"},{"content":"Portfolio","type":"typography","variant":"h2"}],"type":"stack","direction":"horizontal","gap":"md"},{"icon":"refresh-cw","variant":"secondary","label":"Refresh","event":"REFRESH","type":"button"}],"justify":"space-between","direction":"horizontal","gap":"md"},{"type":"divider"},{"type":"box","padding":"md","children":[{"type":"simple-grid","columns":3,"children":[{"type":"stat-display","label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"]},{"type":"stat-display","label":"DailyChange","value":["object/get",["array/first","@entity"],"dailyChange"]},{"label":"Positions","value":["object/get",["array/first","@entity"],"positions"],"type":"stat-display"},{"label":"CashBalance","value":["object/get",["array/first","@entity"],"cashBalance"],"type":"stat-display"}]}]},{"type":"divider"},{"type":"grid","columns":2,"children":[{"children":[{"content":"Chart View","variant":"caption","type":"typography"}],"type":"card"},{"children":[{"type":"typography","variant":"caption","content":"Graph View"}],"type":"card"}],"gap":"md"},{"type":"line-chart","xKey":"date","title":"Trend","data":[{"date":"Jan","value":12},{"date":"Feb","value":19},{"value":15,"date":"Mar"},{"value":25,"date":"Apr"},{"value":22,"date":"May"},{"date":"Jun","value":30}],"yKey":"value"},{"items":[{"color":"primary","label":"Current"},{"color":"muted","label":"Previous"}],"type":"chart-legend"},{"type":"graph-view","width":400,"edges":[{"from":"a","to":"b"},{"to":"c","from":"b"}],"height":200,"nodes":[{"id":"a","label":"Start","y":100,"x":50},{"id":"b","x":200,"y":50,"label":"Process"},{"y":100,"x":350,"id":"c","label":"End"}]}],"type":"stack","gap":"lg","direction":"vertical"}],"type":"scaled-diagram"}],"type":"dashboard-layout","appName":"Trading Dashboard","navItems":[{"label":"Portfolio","icon":"layout-list","href":"/portfolio"},{"icon":"clipboard-list","label":"Orders","href":"/orders"},{"label":"Market","href":"/market","icon":"layout-list"}]}]]},{"from":"loading","to":"displaying","event":"LOADED","effects":[["fetch","Portfolio",{"emit":{"success":"PortfolioLoaded","failure":"PortfolioLoadFailed"}}],["render-ui","main",{"navItems":[{"href":"/portfolio","label":"Portfolio","icon":"layout-list"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"icon":"layout-list","href":"/market","label":"Market"}],"appName":"Trading Dashboard","children":[{"children":[{"type":"stack","direction":"vertical","gap":"lg","children":[{"items":[{"label":"Home","href":"/"},{"label":"Portfolio"}],"type":"breadcrumb"},{"direction":"horizontal","justify":"space-between","type":"stack","children":[{"type":"stack","gap":"md","children":[{"size":"lg","type":"icon","name":"trending-up"},{"type":"typography","content":"Portfolio","variant":"h2"}],"direction":"horizontal"},{"event":"REFRESH","label":"Refresh","type":"button","variant":"secondary","icon":"refresh-cw"}],"gap":"md"},{"type":"divider"},{"type":"box","children":[{"type":"simple-grid","columns":3,"children":[{"label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"],"type":"stat-display"},{"value":["object/get",["array/first","@entity"],"dailyChange"],"label":"DailyChange","type":"stat-display"},{"label":"Positions","type":"stat-display","value":["object/get",["array/first","@entity"],"positions"]},{"value":["object/get",["array/first","@entity"],"cashBalance"],"label":"CashBalance","type":"stat-display"}]}],"padding":"md"},{"type":"divider"},{"type":"grid","columns":2,"children":[{"children":[{"type":"typography","content":"Chart View","variant":"caption"}],"type":"card"},{"children":[{"content":"Graph View","variant":"caption","type":"typography"}],"type":"card"}],"gap":"md"},{"xKey":"date","title":"Trend","data":[{"value":12,"date":"Jan"},{"date":"Feb","value":19},{"value":15,"date":"Mar"},{"value":25,"date":"Apr"},{"value":22,"date":"May"},{"value":30,"date":"Jun"}],"yKey":"value","type":"line-chart"},{"type":"chart-legend","items":[{"color":"primary","label":"Current"},{"label":"Previous","color":"muted"}]},{"type":"graph-view","edges":[{"from":"a","to":"b"},{"from":"b","to":"c"}],"nodes":[{"id":"a","label":"Start","x":50,"y":100},{"label":"Process","x":200,"y":50,"id":"b"},{"label":"End","id":"c","y":100,"x":350}],"height":200,"width":400}]}],"type":"scaled-diagram"}],"type":"dashboard-layout"}]]},{"from":"displaying","to":"displaying","event":"INIT","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"navItems":[{"href":"/portfolio","icon":"layout-list","label":"Portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"label":"Market","href":"/market","icon":"layout-list"}],"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"type":"scaled-diagram","children":[{"direction":"vertical","gap":"lg","children":[{"items":[{"href":"/","label":"Home"},{"label":"Portfolio"}],"type":"breadcrumb"},{"type":"stack","justify":"space-between","children":[{"gap":"md","type":"stack","children":[{"type":"icon","name":"trending-up","size":"lg"},{"variant":"h2","type":"typography","content":"Portfolio"}],"direction":"horizontal"},{"event":"REFRESH","type":"button","variant":"secondary","label":"Refresh","icon":"refresh-cw"}],"direction":"horizontal","gap":"md"},{"type":"divider"},{"padding":"md","type":"box","children":[{"columns":3,"children":[{"type":"stat-display","label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"]},{"label":"DailyChange","value":["object/get",["array/first","@entity"],"dailyChange"],"type":"stat-display"},{"type":"stat-display","label":"Positions","value":["object/get",["array/first","@entity"],"positions"]},{"label":"CashBalance","type":"stat-display","value":["object/get",["array/first","@entity"],"cashBalance"]}],"type":"simple-grid"}]},{"type":"divider"},{"children":[{"children":[{"type":"typography","content":"Chart View","variant":"caption"}],"type":"card"},{"type":"card","children":[{"variant":"caption","type":"typography","content":"Graph View"}]}],"columns":2,"type":"grid","gap":"md"},{"xKey":"date","type":"line-chart","data":[{"date":"Jan","value":12},{"date":"Feb","value":19},{"date":"Mar","value":15},{"date":"Apr","value":25},{"date":"May","value":22},{"value":30,"date":"Jun"}],"yKey":"value","title":"Trend"},{"type":"chart-legend","items":[{"label":"Current","color":"primary"},{"label":"Previous","color":"muted"}]},{"width":400,"nodes":[{"x":50,"y":100,"label":"Start","id":"a"},{"id":"b","label":"Process","x":200,"y":50},{"y":100,"label":"End","x":350,"id":"c"}],"type":"graph-view","height":200,"edges":[{"from":"a","to":"b"},{"from":"b","to":"c"}]}],"type":"stack"}]}]}]]},{"from":"displaying","to":"refreshing","event":"REFRESH","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"children":[{"gap":"lg","type":"stack","direction":"vertical","children":[{"items":[{"label":"Home","href":"/"},{"label":"Portfolio"}],"type":"breadcrumb"},{"gap":"md","type":"stack","direction":"horizontal","justify":"space-between","children":[{"direction":"horizontal","gap":"md","children":[{"name":"trending-up","size":"lg","type":"icon"},{"type":"typography","content":"Portfolio","variant":"h2"}],"type":"stack"},{"event":"REFRESH","variant":"secondary","type":"button","label":"Refresh","icon":"refresh-cw"}]},{"type":"divider"},{"type":"box","padding":"md","children":[{"children":[{"value":["object/get",["array/first","@entity"],"totalValue"],"type":"stat-display","label":"TotalValue"},{"type":"stat-display","value":["object/get",["array/first","@entity"],"dailyChange"],"label":"DailyChange"},{"value":["object/get",["array/first","@entity"],"positions"],"label":"Positions","type":"stat-display"},{"type":"stat-display","label":"CashBalance","value":["object/get",["array/first","@entity"],"cashBalance"]}],"type":"simple-grid","columns":3}]},{"type":"divider"},{"type":"grid","columns":2,"gap":"md","children":[{"children":[{"content":"Chart View","variant":"caption","type":"typography"}],"type":"card"},{"type":"card","children":[{"content":"Graph View","type":"typography","variant":"caption"}]}]},{"title":"Trend","data":[{"value":12,"date":"Jan"},{"date":"Feb","value":19},{"date":"Mar","value":15},{"value":25,"date":"Apr"},{"date":"May","value":22},{"value":30,"date":"Jun"}],"type":"line-chart","xKey":"date","yKey":"value"},{"items":[{"label":"Current","color":"primary"},{"label":"Previous","color":"muted"}],"type":"chart-legend"},{"width":400,"type":"graph-view","nodes":[{"x":50,"label":"Start","y":100,"id":"a"},{"id":"b","label":"Process","x":200,"y":50},{"id":"c","x":350,"y":100,"label":"End"}],"height":200,"edges":[{"from":"a","to":"b"},{"to":"c","from":"b"}]}]}],"type":"scaled-diagram"}],"navItems":[{"label":"Portfolio","icon":"layout-list","href":"/portfolio"},{"href":"/orders","label":"Orders","icon":"clipboard-list"},{"href":"/market","label":"Market","icon":"layout-list"}]}]]},{"from":"refreshing","to":"displaying","event":"REFRESHED","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"navItems":[{"label":"Portfolio","icon":"layout-list","href":"/portfolio"},{"icon":"clipboard-list","label":"Orders","href":"/orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"children":[{"type":"stack","children":[{"items":[{"href":"/","label":"Home"},{"label":"Portfolio"}],"type":"breadcrumb"},{"direction":"horizontal","children":[{"type":"stack","direction":"horizontal","gap":"md","children":[{"type":"icon","name":"trending-up","size":"lg"},{"type":"typography","content":"Portfolio","variant":"h2"}]},{"icon":"refresh-cw","type":"button","label":"Refresh","event":"REFRESH","variant":"secondary"}],"gap":"md","justify":"space-between","type":"stack"},{"type":"divider"},{"padding":"md","type":"box","children":[{"type":"simple-grid","children":[{"type":"stat-display","label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"]},{"value":["object/get",["array/first","@entity"],"dailyChange"],"type":"stat-display","label":"DailyChange"},{"label":"Positions","type":"stat-display","value":["object/get",["array/first","@entity"],"positions"]},{"type":"stat-display","label":"CashBalance","value":["object/get",["array/first","@entity"],"cashBalance"]}],"columns":3}]},{"type":"divider"},{"type":"grid","gap":"md","columns":2,"children":[{"type":"card","children":[{"type":"typography","variant":"caption","content":"Chart View"}]},{"children":[{"variant":"caption","type":"typography","content":"Graph View"}],"type":"card"}]},{"type":"line-chart","xKey":"date","yKey":"value","title":"Trend","data":[{"date":"Jan","value":12},{"date":"Feb","value":19},{"value":15,"date":"Mar"},{"value":25,"date":"Apr"},{"date":"May","value":22},{"value":30,"date":"Jun"}]},{"type":"chart-legend","items":[{"color":"primary","label":"Current"},{"color":"muted","label":"Previous"}]},{"height":200,"width":400,"nodes":[{"x":50,"label":"Start","y":100,"id":"a"},{"label":"Process","x":200,"y":50,"id":"b"},{"id":"c","x":350,"label":"End","y":100}],"edges":[{"to":"b","from":"a"},{"to":"c","from":"b"}],"type":"graph-view"}],"direction":"vertical","gap":"lg"}],"type":"scaled-diagram"}]}]]}]},"scope":"collection"}],"pages":[{"name":"PortfolioPage","path":"/portfolio","traits":[{"ref":"PortfolioDisplay"}]}]},{"name":"TradeOrderOrbital","entity":{"name":"TradeOrder","collection":"tradeorders","persistence":"persistent","fields":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string","default":""}]},"traits":[{"name":"TradeOrderBrowse","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"listens":[{"event":"TRADE_ORDER_CREATED","triggers":"INIT","source":{"kind":"trait","trait":"TradeOrderCreate"}},{"event":"TRADE_ORDER_UPDATED","triggers":"INIT","source":{"kind":"trait","trait":"TradeOrderEdit"}},{"event":"TRADE_ORDER_DELETED","triggers":"INIT","source":{"kind":"trait","trait":"TradeOrderDelete"}}],"stateMachine":{"states":[{"name":"browsing","isInitial":true}],"events":[{"key":"INIT","name":"Initialize"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"browsing","to":"browsing","event":"INIT","effects":[["ref","TradeOrder"],["render-ui","main",{"type":"dashboard-layout","children":[{"direction":"vertical","children":[{"children":[{"children":[{"name":"shopping-cart","size":"lg","type":"icon"},{"type":"typography","content":"Trade Orders","variant":"h2"}],"direction":"horizontal","align":"center","type":"stack","gap":"sm"},{"gap":"sm","type":"stack","children":[{"type":"button","variant":"primary","icon":"plus","event":"CREATE","label":"Create TradeOrder"}],"direction":"horizontal"}],"align":"center","direction":"horizontal","justify":"space-between","type":"stack","gap":"md"},{"type":"divider"},{"type":"data-list","emptyTitle":"No orders yet","itemActions":[{"label":"View","variant":"ghost","event":"VIEW","size":"sm"},{"variant":"ghost","size":"sm","label":"Edit","event":"EDIT"},{"label":"Delete","variant":"danger","event":"DELETE","size":"sm"}],"emptyDescription":"Place your first trade.","entity":"TradeOrder","columns":[{"name":"symbol","variant":"h3","icon":"trending-up"},{"name":"side","variant":"badge"},{"format":"number","name":"quantity","variant":"body"},{"format":"currency","variant":"h4","name":"price"}],"variant":"card","gap":"sm","emptyIcon":"inbox"}],"type":"stack","gap":"lg","className":"max-w-5xl mx-auto w-full"}],"appName":"Trading Dashboard","navItems":[{"href":"/portfolio","label":"Portfolio","icon":"layout-list"},{"label":"Orders","href":"/orders","icon":"clipboard-list"},{"label":"Market","href":"/market","icon":"layout-list"}]}]]}]},"scope":"collection"},{"name":"TradeOrderCreate","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TRADE_ORDER_CREATED"},{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"closed","isInitial":true},{"name":"open"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"CREATE","name":"Create"},{"key":"CLOSE","name":"Close"},{"key":"SAVE","name":"Save","payload":[{"name":"data","type":"string"}]},{"key":"TRADE_ORDER_CREATED","name":"Trade Order Created"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"closed","to":"closed","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"closed","to":"open","event":"CREATE","effects":[["fetch","TradeOrder",{"emit":{"failure":"TradeOrderLoadFailed","success":"TradeOrderLoaded"}}],["render-ui","modal",{"type":"stack","direction":"vertical","children":[{"children":[{"size":"md","name":"plus-circle","type":"icon"},{"type":"typography","content":"Create TradeOrder","variant":"h3"}],"type":"stack","direction":"horizontal","gap":"sm"},{"type":"divider"},{"entity":"TradeOrder","type":"form-section","mode":"create","cancelEvent":"CLOSE","fields":["symbol","side","quantity","price"],"submitEvent":"SAVE"}],"gap":"md"}]]},{"from":"open","to":"closed","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["notify","Cancelled","info"]]},{"from":"open","to":"closed","event":"SAVE","effects":[["persist","create","TradeOrder","@payload.data"],["render-ui","modal",null],["render-ui","main",{"type":"box"}],["emit","TRADE_ORDER_CREATED"]]}]},"scope":"collection"},{"name":"TradeOrderEdit","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TRADE_ORDER_UPDATED"},{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"closed","isInitial":true},{"name":"open"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"EDIT","name":"Edit","payload":[{"name":"id","type":"string"}]},{"key":"CLOSE","name":"Close"},{"key":"SAVE","name":"Save","payload":[{"name":"data","type":"string"}]},{"key":"TRADE_ORDER_UPDATED","name":"Trade Order Updated"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"closed","to":"closed","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"closed","to":"open","event":"EDIT","effects":[["fetch","TradeOrder",{"id":"@payload.id","emit":{"success":"TradeOrderLoaded","failure":"TradeOrderLoadFailed"}}],["render-ui","modal",{"children":[{"direction":"horizontal","children":[{"size":"md","type":"icon","name":"edit"},{"type":"typography","content":"Edit TradeOrder","variant":"h3"}],"type":"stack","gap":"sm"},{"type":"divider"},{"fields":["symbol","side","quantity","price"],"entityId":"@entity.id","entity":"TradeOrder","submitEvent":"SAVE","type":"form-section","mode":"edit","cancelEvent":"CLOSE"}],"type":"stack","direction":"vertical","gap":"md"}]]},{"from":"open","to":"closed","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["notify","Cancelled","info"]]},{"from":"open","to":"closed","event":"SAVE","effects":[["persist","update","TradeOrder","@payload.data"],["render-ui","modal",null],["render-ui","main",{"type":"box"}],["emit","TRADE_ORDER_UPDATED"]]}]},"scope":"collection"},{"name":"TradeOrderView","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"closed","isInitial":true},{"name":"open"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"VIEW","name":"View","payload":[{"name":"id","type":"string"}]},{"key":"CLOSE","name":"Close"},{"key":"SAVE","name":"Save"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"closed","to":"closed","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"closed","to":"open","event":"VIEW","effects":[["fetch","TradeOrder",{"emit":{"failure":"TradeOrderLoadFailed","success":"TradeOrderLoaded"},"id":"@payload.id"}],["render-ui","modal",{"type":"stack","direction":"vertical","gap":"md","children":[{"children":[{"type":"icon","name":"eye","size":"md"},{"content":"@entity.symbol","variant":"h3","type":"typography"}],"type":"stack","align":"center","gap":"sm","direction":"horizontal"},{"type":"divider"},{"direction":"horizontal","children":[{"content":"Symbol","type":"typography","variant":"caption"},{"variant":"body","type":"typography","content":"@entity.symbol"}],"gap":"md","type":"stack"},{"gap":"md","children":[{"content":"Side","type":"typography","variant":"caption"},{"content":"@entity.side","type":"typography","variant":"body"}],"direction":"horizontal","type":"stack"},{"type":"stack","children":[{"type":"typography","variant":"caption","content":"Quantity"},{"type":"typography","variant":"body","content":"@entity.quantity"}],"direction":"horizontal","gap":"md"},{"gap":"md","children":[{"type":"typography","variant":"caption","content":"Price"},{"type":"typography","variant":"body","content":"@entity.price"}],"type":"stack","direction":"horizontal"},{"type":"divider"},{"type":"stack","direction":"horizontal","gap":"sm","children":[{"icon":"edit","event":"EDIT","variant":"primary","label":"Edit","type":"button"},{"variant":"ghost","event":"CLOSE","label":"Close","type":"button"}],"justify":"end"}]}]]},{"from":"open","to":"closed","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["notify","Cancelled","info"]]},{"from":"open","to":"closed","event":"SAVE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}]]}]},"scope":"collection"},{"name":"TradeOrderDelete","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TRADE_ORDER_DELETED"},{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"idle","isInitial":true},{"name":"confirming"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"DELETE","name":"Delete","payload":[{"name":"id","type":"string"}]},{"key":"CONFIRM_DELETE","name":"Confirm Delete"},{"key":"CANCEL","name":"Cancel"},{"key":"CLOSE","name":"Close"},{"key":"TRADE_ORDER_DELETED","name":"Trade Order Deleted"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"idle","to":"idle","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"idle","to":"confirming","event":"DELETE","effects":[["set","@entity.pendingId","@payload.id"],["fetch","TradeOrder",{"id":"@payload.id","emit":{"failure":"TradeOrderLoadFailed","success":"TradeOrderLoaded"}}],["render-ui","modal",{"gap":"md","type":"stack","children":[{"type":"stack","align":"center","children":[{"type":"icon","name":"alert-triangle","size":"md"},{"type":"typography","content":"Delete TradeOrder","variant":"h3"}],"direction":"horizontal","gap":"sm"},{"type":"divider"},{"type":"alert","message":"This action cannot be undone.","variant":"danger"},{"justify":"end","direction":"horizontal","gap":"sm","type":"stack","children":[{"label":"Cancel","type":"button","variant":"ghost","event":"CANCEL"},{"type":"button","icon":"check","variant":"danger","event":"CONFIRM_DELETE","label":"Delete"}]}],"direction":"vertical"}]]},{"from":"confirming","to":"idle","event":"CONFIRM_DELETE","effects":[["persist","delete","TradeOrder","@entity.pendingId"],["render-ui","modal",null],["render-ui","main",{"type":"box"}],["ref","TradeOrder"],["emit","TRADE_ORDER_DELETED"]]},{"from":"confirming","to":"idle","event":"CANCEL","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["ref","TradeOrder"]]},{"from":"confirming","to":"idle","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["ref","TradeOrder"]]}]},"scope":"collection"}],"pages":[{"name":"Orders","path":"/orders","traits":[{"ref":"TradeOrderBrowse"},{"ref":"TradeOrderCreate"},{"ref":"TradeOrderEdit"},{"ref":"TradeOrderView"},{"ref":"TradeOrderDelete"}]}]},{"name":"MarketFeedOrbital","entity":{"name":"MarketFeed","persistence":"runtime","fields":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"price","type":"number","required":true},{"name":"change","type":"number"},{"name":"volume","type":"number"}]},"traits":[{"name":"MarketFeedAsync","category":"interaction","linkedEntity":"MarketFeed","emits":[{"event":"MarketFeedLoaded","description":"Fired when MarketFeed finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"price","type":"number","required":true},{"name":"change","type":"number"},{"name":"volume","type":"number"}]},{"event":"MarketFeedLoadFailed","description":"Fired when MarketFeed fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"idle","isInitial":true},{"name":"loading"},{"name":"success"},{"name":"error"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"START","name":"Start"},{"key":"LOADED","name":"Loaded","payload":[{"name":"data","type":"string"}]},{"key":"FAILED","name":"Failed"},{"key":"RESET","name":"Reset"},{"key":"RETRY","name":"Retry"},{"key":"MarketFeedLoaded","name":"MarketFeed loaded"},{"key":"MarketFeedLoadFailed","name":"MarketFeed load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"idle","to":"idle","event":"INIT","effects":[["fetch","MarketFeed",{"emit":{"failure":"MarketFeedLoadFailed","success":"MarketFeedLoaded"}}],["render-ui","main",{"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"direction":"vertical","align":"center","children":[{"type":"stack","direction":"horizontal","gap":"md","align":"center","children":[{"type":"icon","name":"activity","size":"lg"},{"variant":"h2","content":"MarketFeed","type":"typography"}]},{"type":"divider"},{"type":"typography","color":"muted","content":"Ready to start marketfeed operation.","variant":"body"},{"type":"button","event":"START","label":"Start","variant":"primary","icon":"play"}],"gap":"lg","type":"stack"}],"navItems":[{"icon":"layout-list","label":"Portfolio","href":"/portfolio"},{"label":"Orders","href":"/orders","icon":"clipboard-list"},{"icon":"layout-list","label":"Market","href":"/market"}]}]]},{"from":"idle","to":"loading","event":"START","effects":[["render-ui","main",{"children":[{"direction":"vertical","align":"center","children":[{"type":"loading-state","title":"Connecting to market feed...","message":"Processing marketfeed..."},{"type":"skeleton","variant":"text"}],"type":"stack","gap":"lg"}],"appName":"Trading Dashboard","navItems":[{"href":"/portfolio","icon":"layout-list","label":"Portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"type":"dashboard-layout"}]]},{"from":"loading","to":"success","event":"LOADED","effects":[["persist","create","MarketFeed","@payload.data"],["render-ui","main",{"appName":"Trading Dashboard","type":"dashboard-layout","children":[{"gap":"lg","children":[{"name":"check-circle","size":"lg","type":"icon"},{"message":"Market feed connected.","variant":"success","type":"alert"},{"children":[{"icon":"rotate-ccw","event":"RESET","label":"Reset","variant":"ghost","type":"button"}],"direction":"horizontal","gap":"sm","type":"stack","justify":"center"}],"align":"center","type":"stack","direction":"vertical"}],"navItems":[{"icon":"layout-list","label":"Portfolio","href":"/portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"label":"Market","href":"/market","icon":"layout-list"}]}]]},{"from":"loading","to":"error","event":"FAILED","effects":[["render-ui","main",{"type":"dashboard-layout","children":[{"children":[{"onRetry":"RETRY","message":"Market feed disconnected.","type":"error-state","title":"Operation Failed"},{"direction":"horizontal","gap":"sm","justify":"center","children":[{"type":"button","label":"Retry","icon":"refresh-cw","event":"RETRY","variant":"primary"},{"label":"Reset","variant":"ghost","icon":"rotate-ccw","event":"RESET","type":"button"}],"type":"stack"}],"type":"stack","gap":"lg","align":"center","direction":"vertical"}],"appName":"Trading Dashboard","navItems":[{"icon":"layout-list","label":"Portfolio","href":"/portfolio"},{"icon":"clipboard-list","href":"/orders","label":"Orders"},{"icon":"layout-list","label":"Market","href":"/market"}]}]]},{"from":"success","to":"idle","event":"RESET","effects":[["render-ui","main",{"navItems":[{"label":"Portfolio","href":"/portfolio","icon":"layout-list"},{"label":"Orders","icon":"clipboard-list","href":"/orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"type":"dashboard-layout","children":[{"gap":"lg","children":[{"align":"center","type":"stack","children":[{"type":"icon","name":"activity","size":"lg"},{"variant":"h2","type":"typography","content":"MarketFeed"}],"gap":"md","direction":"horizontal"},{"type":"divider"},{"color":"muted","type":"typography","content":"Ready to start marketfeed operation.","variant":"body"},{"type":"button","icon":"play","event":"START","label":"Start","variant":"primary"}],"align":"center","direction":"vertical","type":"stack"}],"appName":"Trading Dashboard"}]]},{"from":"error","to":"idle","event":"RESET","effects":[["render-ui","main",{"navItems":[{"href":"/portfolio","icon":"layout-list","label":"Portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"children":[{"children":[{"children":[{"type":"icon","size":"lg","name":"activity"},{"content":"MarketFeed","type":"typography","variant":"h2"}],"type":"stack","gap":"md","align":"center","direction":"horizontal"},{"type":"divider"},{"variant":"body","type":"typography","content":"Ready to start marketfeed operation.","color":"muted"},{"icon":"play","variant":"primary","label":"Start","event":"START","type":"button"}],"type":"stack","align":"center","direction":"vertical","gap":"lg"}],"type":"dashboard-layout","appName":"Trading Dashboard"}]]},{"from":"error","to":"loading","event":"RETRY","effects":[["render-ui","main",{"navItems":[{"href":"/portfolio","label":"Portfolio","icon":"layout-list"},{"icon":"clipboard-list","label":"Orders","href":"/orders"},{"href":"/market","icon":"layout-list","label":"Market"}],"appName":"Trading Dashboard","type":"dashboard-layout","children":[{"children":[{"title":"Connecting to market feed...","message":"Processing marketfeed...","type":"loading-state"},{"type":"skeleton","variant":"text"}],"direction":"vertical","type":"stack","gap":"lg","align":"center"}]}]]}]},"scope":"collection"}],"pages":[{"name":"Market","path":"/market","traits":[{"ref":"MarketFeedAsync"}]}]}]');
7051
7107
  }
7052
7108
 
7053
- export { stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemViewTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
7109
+ export { stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordPersistorTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialLocationSelectionFlowTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemPersistorTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemPersistorTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessagePersistorTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
7054
7110
  //# sourceMappingURL=index.js.map
7055
7111
  //# sourceMappingURL=index.js.map