@almadar/std 5.2.2 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/behaviors/exports/atoms/std-async.orb +12 -4
- package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/behaviors/exports/atoms/std-browse.orb +8 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/behaviors/exports/atoms/std-collision.orb +8 -4
- package/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/behaviors/exports/atoms/std-combat.orb +8 -4
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/behaviors/exports/atoms/std-display.orb +153 -4
- package/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/behaviors/exports/atoms/std-filter.orb +8 -4
- package/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/behaviors/exports/atoms/std-input.orb +8 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-loading.orb +8 -4
- package/behaviors/exports/atoms/std-modal.orb +8 -4
- package/behaviors/exports/atoms/std-movement.orb +8 -4
- package/behaviors/exports/atoms/std-notification.orb +8 -4
- package/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-quest.orb +14 -5
- package/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/behaviors/exports/atoms/std-rating.orb +8 -4
- package/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/behaviors/exports/atoms/std-score.orb +8 -4
- package/behaviors/exports/atoms/std-search.orb +8 -4
- package/behaviors/exports/atoms/std-selection.orb +8 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-sort.orb +52 -4
- package/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/behaviors/exports/atoms/std-theme.orb +8 -4
- package/behaviors/exports/atoms/std-timer.orb +8 -4
- package/behaviors/exports/atoms/std-undo.orb +8 -4
- package/behaviors/exports/atoms/std-upload.orb +8 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/behaviors/exports/molecules/std-cart.orb +318 -197
- package/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/behaviors/exports/molecules/std-detail.orb +489 -307
- package/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/behaviors/exports/molecules/std-list.orb +890 -526
- package/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/behaviors/exports/organisms/std-cms.orb +42 -4
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +42 -4
- package/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-lms.orb +21 -4
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/behaviors/exports/organisms/std-project-manager.orb +38 -4
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
- package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/behaviors/exports/organisms/std-social-feed.orb +12 -4
- package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/behaviors/exports/organisms/std-trading-dashboard.orb +25 -4
- package/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/behaviors/exports/atoms/std-async.orb +12 -4
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/behaviors/exports/atoms/std-browse.orb +8 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +8 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/behaviors/exports/atoms/std-display.orb +153 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/dist/behaviors/exports/atoms/std-input.orb +8 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +8 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +8 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +8 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +8 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +14 -5
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score.orb +8 -4
- package/dist/behaviors/exports/atoms/std-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +52 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +8 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +8 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +8 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +8 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +318 -197
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +489 -307
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/dist/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/dist/behaviors/exports/molecules/std-list.orb +890 -526
- package/dist/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/behaviors/exports/organisms/std-cms.orb +42 -4
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +42 -4
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-lms.orb +21 -4
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/behaviors/exports/organisms/std-project-manager.orb +38 -4
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +25 -4
- package/dist/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports-reader.js +225 -206
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +113 -113
- package/dist/behaviors/functions/index.js +225 -207
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +226 -207
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +225 -206
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/exports/atoms/std-agent-search.orb +8 -4
- package/dist/exports/atoms/std-agent-session.orb +20 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/exports/atoms/std-async.orb +12 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +8 -4
- package/dist/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/exports/atoms/std-calendar.orb +8 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/exports/atoms/std-collision.orb +8 -4
- package/dist/exports/atoms/std-combat-log.orb +8 -4
- package/dist/exports/atoms/std-combat.orb +8 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/exports/atoms/std-display.orb +153 -4
- package/dist/exports/atoms/std-drawer.orb +58 -4
- package/dist/exports/atoms/std-filter.orb +8 -4
- package/dist/exports/atoms/std-flip-card.orb +8 -4
- package/dist/exports/atoms/std-gallery.orb +8 -4
- package/dist/exports/atoms/std-game-audio.orb +8 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/exports/atoms/std-game-hud.orb +16 -4
- package/dist/exports/atoms/std-game-menu.orb +8 -4
- package/dist/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/exports/atoms/std-gameflow.orb +8 -4
- package/dist/exports/atoms/std-input.orb +8 -4
- package/dist/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/exports/atoms/std-loading.orb +8 -4
- package/dist/exports/atoms/std-modal.orb +8 -4
- package/dist/exports/atoms/std-movement.orb +8 -4
- package/dist/exports/atoms/std-notification.orb +8 -4
- package/dist/exports/atoms/std-overworld.orb +8 -4
- package/dist/exports/atoms/std-pagination.orb +8 -4
- package/dist/exports/atoms/std-physics2d.orb +8 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/exports/atoms/std-quest.orb +14 -5
- package/dist/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/exports/atoms/std-rating.orb +8 -4
- package/dist/exports/atoms/std-score-board.orb +8 -4
- package/dist/exports/atoms/std-score.orb +8 -4
- package/dist/exports/atoms/std-search.orb +8 -4
- package/dist/exports/atoms/std-selection.orb +8 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/exports/atoms/std-service-email.orb +8 -4
- package/dist/exports/atoms/std-service-github.orb +8 -4
- package/dist/exports/atoms/std-service-llm.orb +8 -4
- package/dist/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/exports/atoms/std-service-redis.orb +8 -4
- package/dist/exports/atoms/std-service-storage.orb +8 -4
- package/dist/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/exports/atoms/std-sort.orb +52 -4
- package/dist/exports/atoms/std-sprite.orb +8 -4
- package/dist/exports/atoms/std-tabs.orb +16 -4
- package/dist/exports/atoms/std-text-effects.orb +8 -4
- package/dist/exports/atoms/std-theme.orb +8 -4
- package/dist/exports/atoms/std-timer.orb +8 -4
- package/dist/exports/atoms/std-undo.orb +8 -4
- package/dist/exports/atoms/std-upload.orb +8 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +26 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/exports/molecules/std-builder-game.orb +8 -4
- package/dist/exports/molecules/std-cart.orb +318 -197
- package/dist/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/exports/molecules/std-detail.orb +489 -307
- package/dist/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/exports/molecules/std-geospatial.orb +519 -364
- package/dist/exports/molecules/std-inventory.orb +650 -391
- package/dist/exports/molecules/std-list.orb +890 -526
- package/dist/exports/molecules/std-messaging.orb +474 -293
- package/dist/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/exports/molecules/std-quiz.orb +8 -4
- package/dist/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +38 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/exports/organisms/std-cms.orb +42 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +42 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/exports/organisms/std-healthcare.orb +42 -4
- package/dist/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/exports/organisms/std-lms.orb +21 -4
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/exports/organisms/std-project-manager.orb +38 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +46 -8
- package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/exports/organisms/std-social-feed.orb +12 -4
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +25 -4
- package/dist/exports/validation-report.json +1662 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +226 -207
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "LocationOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Location selection molecule. Composes atoms via shared event bus: - stdBrowse: location list with \"Select\" item action (fires SELECT) - stdModal: select/view location detail (responds to SELECT) - stdConfirmation: confirm location selection (responds to CONFIRM_SELECT)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "LocationOrbital",
|
|
8
|
-
"uses": [
|
|
9
|
-
{
|
|
10
|
-
"from": "std/behaviors/std-browse",
|
|
11
|
-
"as": "Browse"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"from": "std/behaviors/std-confirmation",
|
|
15
|
-
"as": "Confirmation"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"from": "std/behaviors/std-modal",
|
|
19
|
-
"as": "Modal"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
7
|
"entity": {
|
|
23
8
|
"name": "Location",
|
|
24
9
|
"persistence": "persistent",
|
|
@@ -52,430 +37,599 @@
|
|
|
52
37
|
},
|
|
53
38
|
{
|
|
54
39
|
"name": "pendingId",
|
|
55
|
-
"type": "string"
|
|
56
|
-
"default": ""
|
|
40
|
+
"type": "string"
|
|
57
41
|
}
|
|
58
42
|
]
|
|
59
43
|
},
|
|
60
44
|
"traits": [
|
|
61
45
|
{
|
|
62
|
-
"ref": "Browse.traits.BrowseItemBrowse",
|
|
63
46
|
"name": "LocationBrowse",
|
|
64
47
|
"linkedEntity": "Location",
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
48
|
+
"category": "interaction",
|
|
49
|
+
"listens": [
|
|
50
|
+
{
|
|
51
|
+
"event": "CONFIRMED",
|
|
52
|
+
"triggers": "INIT"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"stateMachine": {
|
|
56
|
+
"states": [
|
|
57
|
+
{
|
|
58
|
+
"name": "browsing",
|
|
59
|
+
"isInitial": true
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"events": [
|
|
63
|
+
{
|
|
64
|
+
"key": "INIT",
|
|
65
|
+
"name": "Initialize"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"key": "SELECT",
|
|
69
|
+
"name": "SELECT",
|
|
70
|
+
"payload": [
|
|
71
|
+
{
|
|
72
|
+
"name": "id",
|
|
73
|
+
"type": "string",
|
|
74
|
+
"required": true
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "row",
|
|
78
|
+
"type": "object"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"transitions": [
|
|
84
|
+
{
|
|
85
|
+
"from": "browsing",
|
|
86
|
+
"to": "browsing",
|
|
87
|
+
"event": "INIT",
|
|
88
|
+
"effects": [
|
|
89
|
+
[
|
|
90
|
+
"ref",
|
|
91
|
+
"Location"
|
|
92
|
+
],
|
|
93
|
+
[
|
|
94
|
+
"render-ui",
|
|
95
|
+
"main",
|
|
80
96
|
{
|
|
81
97
|
"type": "stack",
|
|
82
|
-
"direction": "
|
|
83
|
-
"gap": "
|
|
84
|
-
"
|
|
85
|
-
"align": "center",
|
|
98
|
+
"direction": "vertical",
|
|
99
|
+
"gap": "lg",
|
|
100
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
86
101
|
"children": [
|
|
87
102
|
{
|
|
88
103
|
"type": "stack",
|
|
89
104
|
"direction": "horizontal",
|
|
90
|
-
"gap": "
|
|
105
|
+
"gap": "md",
|
|
106
|
+
"justify": "space-between",
|
|
91
107
|
"align": "center",
|
|
92
108
|
"children": [
|
|
93
109
|
{
|
|
94
|
-
"type": "
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
110
|
+
"type": "stack",
|
|
111
|
+
"direction": "horizontal",
|
|
112
|
+
"gap": "sm",
|
|
113
|
+
"align": "center",
|
|
114
|
+
"children": [
|
|
115
|
+
{
|
|
116
|
+
"type": "icon",
|
|
117
|
+
"name": "map-pin",
|
|
118
|
+
"size": "lg"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"type": "typography",
|
|
122
|
+
"content": "Locations Picker",
|
|
123
|
+
"variant": "h2"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
102
126
|
}
|
|
103
127
|
]
|
|
104
|
-
}
|
|
105
|
-
]
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "divider"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"type": "data-grid",
|
|
112
|
-
"entity": "Location",
|
|
113
|
-
"emptyIcon": "inbox",
|
|
114
|
-
"emptyTitle": "No locations found",
|
|
115
|
-
"emptyDescription": "No locations are available to select.",
|
|
116
|
-
"itemActions": [
|
|
117
|
-
{
|
|
118
|
-
"label": "Select Location",
|
|
119
|
-
"event": "SELECT",
|
|
120
|
-
"variant": "ghost",
|
|
121
|
-
"size": "sm"
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
"columns": [
|
|
128
|
+
},
|
|
125
129
|
{
|
|
126
|
-
"
|
|
127
|
-
"label": "Name",
|
|
128
|
-
"variant": "h4",
|
|
129
|
-
"icon": "map-pin"
|
|
130
|
+
"type": "divider"
|
|
130
131
|
},
|
|
131
132
|
{
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
133
|
+
"type": "data-grid",
|
|
134
|
+
"entity": "Location",
|
|
135
|
+
"emptyIcon": "inbox",
|
|
136
|
+
"emptyTitle": "No locations found",
|
|
137
|
+
"emptyDescription": "No locations are available to select.",
|
|
138
|
+
"itemActions": [
|
|
139
|
+
{
|
|
140
|
+
"label": "Select Location",
|
|
141
|
+
"event": "SELECT",
|
|
142
|
+
"variant": "ghost",
|
|
143
|
+
"size": "sm"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"columns": [
|
|
147
|
+
{
|
|
148
|
+
"name": "name",
|
|
149
|
+
"label": "Name",
|
|
150
|
+
"variant": "h4",
|
|
151
|
+
"icon": "map-pin"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "description",
|
|
155
|
+
"label": "Description",
|
|
156
|
+
"variant": "badge",
|
|
157
|
+
"colorMap": {
|
|
158
|
+
"active": "success",
|
|
159
|
+
"completed": "success",
|
|
160
|
+
"done": "success",
|
|
161
|
+
"pending": "warning",
|
|
162
|
+
"draft": "warning",
|
|
163
|
+
"scheduled": "warning",
|
|
164
|
+
"inactive": "neutral",
|
|
165
|
+
"archived": "neutral",
|
|
166
|
+
"disabled": "neutral",
|
|
167
|
+
"error": "destructive",
|
|
168
|
+
"cancelled": "destructive",
|
|
169
|
+
"failed": "destructive"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "status",
|
|
174
|
+
"label": "Status",
|
|
175
|
+
"variant": "caption"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
149
178
|
},
|
|
150
179
|
{
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
180
|
+
"type": "floating-action-button",
|
|
181
|
+
"icon": "plus",
|
|
182
|
+
"event": "INIT",
|
|
183
|
+
"label": "Create",
|
|
184
|
+
"tooltip": "Create"
|
|
154
185
|
}
|
|
155
186
|
]
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"type": "floating-action-button",
|
|
159
|
-
"icon": "plus",
|
|
160
|
-
"event": "INIT",
|
|
161
|
-
"label": "Create",
|
|
162
|
-
"tooltip": "Create"
|
|
163
187
|
}
|
|
164
188
|
]
|
|
165
|
-
|
|
166
|
-
|
|
189
|
+
]
|
|
190
|
+
}
|
|
167
191
|
]
|
|
168
192
|
}
|
|
169
193
|
},
|
|
170
194
|
{
|
|
171
|
-
"ref": "Modal.traits.ModalRecordModal",
|
|
172
195
|
"name": "LocationSelect",
|
|
173
196
|
"linkedEntity": "Location",
|
|
174
|
-
"
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
197
|
+
"category": "interaction",
|
|
198
|
+
"emits": [
|
|
199
|
+
{
|
|
200
|
+
"event": "CONFIRM_SELECT"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"stateMachine": {
|
|
204
|
+
"states": [
|
|
205
|
+
{
|
|
206
|
+
"name": "closed",
|
|
207
|
+
"isInitial": true
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "open"
|
|
211
|
+
}
|
|
184
212
|
],
|
|
185
|
-
"
|
|
186
|
-
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
213
|
+
"events": [
|
|
214
|
+
{
|
|
215
|
+
"key": "INIT",
|
|
216
|
+
"name": "Initialize"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"key": "SELECT",
|
|
220
|
+
"name": "Open",
|
|
221
|
+
"payload": [
|
|
222
|
+
{
|
|
223
|
+
"name": "id",
|
|
224
|
+
"type": "string",
|
|
225
|
+
"required": true
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"key": "CLOSE",
|
|
231
|
+
"name": "Close"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"key": "CONFIRM_SELECT",
|
|
235
|
+
"name": "Save",
|
|
236
|
+
"payload": [
|
|
237
|
+
{
|
|
238
|
+
"name": "data",
|
|
239
|
+
"type": "object",
|
|
240
|
+
"required": true
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"transitions": [
|
|
246
|
+
{
|
|
247
|
+
"from": "closed",
|
|
248
|
+
"to": "closed",
|
|
249
|
+
"event": "INIT",
|
|
250
|
+
"effects": [
|
|
251
|
+
[
|
|
252
|
+
"ref",
|
|
253
|
+
"Location"
|
|
254
|
+
]
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"from": "closed",
|
|
259
|
+
"to": "open",
|
|
260
|
+
"event": "SELECT",
|
|
261
|
+
"effects": [
|
|
262
|
+
[
|
|
263
|
+
"fetch",
|
|
264
|
+
"Location",
|
|
219
265
|
{
|
|
220
|
-
"
|
|
221
|
-
}
|
|
266
|
+
"id": "@payload.id"
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
[
|
|
270
|
+
"render-ui",
|
|
271
|
+
"modal",
|
|
222
272
|
{
|
|
223
273
|
"type": "stack",
|
|
224
|
-
"direction": "
|
|
274
|
+
"direction": "vertical",
|
|
225
275
|
"gap": "md",
|
|
226
276
|
"children": [
|
|
227
277
|
{
|
|
228
|
-
"type": "
|
|
229
|
-
"
|
|
230
|
-
"
|
|
278
|
+
"type": "stack",
|
|
279
|
+
"direction": "horizontal",
|
|
280
|
+
"gap": "sm",
|
|
281
|
+
"align": "center",
|
|
282
|
+
"children": [
|
|
283
|
+
{
|
|
284
|
+
"type": "icon",
|
|
285
|
+
"name": "map-pin",
|
|
286
|
+
"size": "md"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"type": "typography",
|
|
290
|
+
"variant": "h3",
|
|
291
|
+
"content": "@entity.name"
|
|
292
|
+
}
|
|
293
|
+
]
|
|
231
294
|
},
|
|
232
295
|
{
|
|
233
|
-
"type": "
|
|
234
|
-
"variant": "body",
|
|
235
|
-
"content": "@entity.name"
|
|
236
|
-
}
|
|
237
|
-
]
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"type": "stack",
|
|
241
|
-
"direction": "horizontal",
|
|
242
|
-
"gap": "md",
|
|
243
|
-
"children": [
|
|
244
|
-
{
|
|
245
|
-
"type": "typography",
|
|
246
|
-
"variant": "caption",
|
|
247
|
-
"content": "Description"
|
|
296
|
+
"type": "divider"
|
|
248
297
|
},
|
|
249
298
|
{
|
|
250
|
-
"type": "
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
299
|
+
"type": "stack",
|
|
300
|
+
"direction": "horizontal",
|
|
301
|
+
"gap": "md",
|
|
302
|
+
"children": [
|
|
303
|
+
{
|
|
304
|
+
"type": "typography",
|
|
305
|
+
"variant": "caption",
|
|
306
|
+
"content": "Name"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"type": "typography",
|
|
310
|
+
"variant": "body",
|
|
311
|
+
"content": "@entity.name"
|
|
312
|
+
}
|
|
313
|
+
]
|
|
265
314
|
},
|
|
266
315
|
{
|
|
267
|
-
"type": "
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
316
|
+
"type": "stack",
|
|
317
|
+
"direction": "horizontal",
|
|
318
|
+
"gap": "md",
|
|
319
|
+
"children": [
|
|
320
|
+
{
|
|
321
|
+
"type": "typography",
|
|
322
|
+
"variant": "caption",
|
|
323
|
+
"content": "Description"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"type": "typography",
|
|
327
|
+
"variant": "body",
|
|
328
|
+
"content": "@entity.description"
|
|
329
|
+
}
|
|
330
|
+
]
|
|
282
331
|
},
|
|
283
332
|
{
|
|
284
|
-
"type": "
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
333
|
+
"type": "stack",
|
|
334
|
+
"direction": "horizontal",
|
|
335
|
+
"gap": "md",
|
|
336
|
+
"children": [
|
|
337
|
+
{
|
|
338
|
+
"type": "typography",
|
|
339
|
+
"variant": "caption",
|
|
340
|
+
"content": "Status"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"type": "typography",
|
|
344
|
+
"variant": "body",
|
|
345
|
+
"content": "@entity.status"
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
},
|
|
295
349
|
{
|
|
296
|
-
"type": "
|
|
297
|
-
"
|
|
298
|
-
"
|
|
350
|
+
"type": "stack",
|
|
351
|
+
"direction": "horizontal",
|
|
352
|
+
"gap": "md",
|
|
353
|
+
"children": [
|
|
354
|
+
{
|
|
355
|
+
"type": "typography",
|
|
356
|
+
"variant": "caption",
|
|
357
|
+
"content": "Created At"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"type": "typography",
|
|
361
|
+
"variant": "body",
|
|
362
|
+
"content": "@entity.createdAt"
|
|
363
|
+
}
|
|
364
|
+
]
|
|
299
365
|
},
|
|
300
366
|
{
|
|
301
|
-
"type": "
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
367
|
+
"type": "stack",
|
|
368
|
+
"direction": "horizontal",
|
|
369
|
+
"gap": "md",
|
|
370
|
+
"children": [
|
|
371
|
+
{
|
|
372
|
+
"type": "typography",
|
|
373
|
+
"variant": "caption",
|
|
374
|
+
"content": "Pending ID"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"type": "typography",
|
|
378
|
+
"variant": "body",
|
|
379
|
+
"content": "@entity.pendingId"
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
316
383
|
{
|
|
317
|
-
"type": "
|
|
318
|
-
"label": "Cancel",
|
|
319
|
-
"event": "CLOSE",
|
|
320
|
-
"variant": "ghost"
|
|
384
|
+
"type": "divider"
|
|
321
385
|
},
|
|
322
386
|
{
|
|
323
|
-
"type": "
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
387
|
+
"type": "stack",
|
|
388
|
+
"direction": "horizontal",
|
|
389
|
+
"gap": "sm",
|
|
390
|
+
"justify": "end",
|
|
391
|
+
"children": [
|
|
392
|
+
{
|
|
393
|
+
"type": "button",
|
|
394
|
+
"label": "Cancel",
|
|
395
|
+
"event": "CLOSE",
|
|
396
|
+
"variant": "ghost"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"type": "button",
|
|
400
|
+
"label": "Confirm Selection",
|
|
401
|
+
"event": "CONFIRM_SELECT",
|
|
402
|
+
"variant": "primary",
|
|
403
|
+
"icon": "check"
|
|
404
|
+
}
|
|
405
|
+
]
|
|
328
406
|
}
|
|
329
407
|
]
|
|
330
408
|
}
|
|
331
409
|
]
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"from": "open",
|
|
414
|
+
"to": "closed",
|
|
415
|
+
"event": "CLOSE",
|
|
416
|
+
"effects": [
|
|
417
|
+
[
|
|
418
|
+
"render-ui",
|
|
419
|
+
"modal",
|
|
420
|
+
null
|
|
421
|
+
],
|
|
422
|
+
[
|
|
423
|
+
"notify",
|
|
424
|
+
"Cancelled",
|
|
425
|
+
"info"
|
|
426
|
+
]
|
|
427
|
+
]
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"from": "open",
|
|
431
|
+
"to": "closed",
|
|
432
|
+
"event": "CONFIRM_SELECT",
|
|
433
|
+
"effects": [
|
|
434
|
+
[
|
|
435
|
+
"render-ui",
|
|
436
|
+
"modal",
|
|
437
|
+
null
|
|
438
|
+
]
|
|
439
|
+
]
|
|
440
|
+
}
|
|
353
441
|
]
|
|
354
442
|
}
|
|
355
443
|
},
|
|
356
444
|
{
|
|
357
|
-
"ref": "Confirmation.traits.ConfirmActionConfirmation",
|
|
358
445
|
"name": "LocationConfirmSelect",
|
|
359
446
|
"linkedEntity": "Location",
|
|
360
|
-
"
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
447
|
+
"category": "interaction",
|
|
448
|
+
"emits": [
|
|
449
|
+
{
|
|
450
|
+
"event": "CONFIRMED"
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"stateMachine": {
|
|
454
|
+
"states": [
|
|
455
|
+
{
|
|
456
|
+
"name": "idle",
|
|
457
|
+
"isInitial": true
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "confirming"
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"events": [
|
|
464
|
+
{
|
|
465
|
+
"key": "INIT",
|
|
466
|
+
"name": "Initialize"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"key": "CONFIRM_SELECT",
|
|
470
|
+
"name": "Request Confirmation",
|
|
471
|
+
"payload": [
|
|
472
|
+
{
|
|
473
|
+
"name": "id",
|
|
474
|
+
"type": "string",
|
|
475
|
+
"required": true
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"key": "CONFIRMED",
|
|
481
|
+
"name": "Confirm"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"key": "CANCEL",
|
|
485
|
+
"name": "Cancel"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"key": "CLOSE",
|
|
489
|
+
"name": "Close"
|
|
490
|
+
}
|
|
370
491
|
],
|
|
371
|
-
"
|
|
372
|
-
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
492
|
+
"transitions": [
|
|
493
|
+
{
|
|
494
|
+
"from": "idle",
|
|
495
|
+
"to": "idle",
|
|
496
|
+
"event": "INIT",
|
|
497
|
+
"effects": [
|
|
498
|
+
[
|
|
499
|
+
"ref",
|
|
500
|
+
"Location"
|
|
501
|
+
]
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"from": "idle",
|
|
506
|
+
"to": "confirming",
|
|
507
|
+
"event": "CONFIRM_SELECT",
|
|
508
|
+
"effects": [
|
|
509
|
+
[
|
|
510
|
+
"set",
|
|
511
|
+
"@entity.pendingId",
|
|
512
|
+
"@payload.id"
|
|
513
|
+
],
|
|
514
|
+
[
|
|
515
|
+
"fetch",
|
|
516
|
+
"Location",
|
|
517
|
+
{
|
|
518
|
+
"id": "@payload.id"
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
[
|
|
522
|
+
"render-ui",
|
|
523
|
+
"modal",
|
|
392
524
|
{
|
|
393
525
|
"type": "stack",
|
|
394
|
-
"direction": "
|
|
395
|
-
"gap": "
|
|
396
|
-
"align": "center",
|
|
526
|
+
"direction": "vertical",
|
|
527
|
+
"gap": "md",
|
|
397
528
|
"children": [
|
|
398
529
|
{
|
|
399
|
-
"type": "
|
|
400
|
-
"
|
|
401
|
-
"
|
|
530
|
+
"type": "stack",
|
|
531
|
+
"direction": "horizontal",
|
|
532
|
+
"gap": "sm",
|
|
533
|
+
"align": "center",
|
|
534
|
+
"children": [
|
|
535
|
+
{
|
|
536
|
+
"type": "icon",
|
|
537
|
+
"name": "alert-triangle",
|
|
538
|
+
"size": "md"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"type": "typography",
|
|
542
|
+
"content": "Confirm Location Selection",
|
|
543
|
+
"variant": "h3"
|
|
544
|
+
}
|
|
545
|
+
]
|
|
402
546
|
},
|
|
403
547
|
{
|
|
404
|
-
"type": "
|
|
405
|
-
"content": "Confirm Location Selection",
|
|
406
|
-
"variant": "h3"
|
|
407
|
-
}
|
|
408
|
-
]
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"type": "divider"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"type": "alert",
|
|
415
|
-
"variant": "danger",
|
|
416
|
-
"message": "Are you sure you want to select this location?"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"type": "stack",
|
|
420
|
-
"direction": "horizontal",
|
|
421
|
-
"gap": "sm",
|
|
422
|
-
"justify": "end",
|
|
423
|
-
"children": [
|
|
424
|
-
{
|
|
425
|
-
"type": "button",
|
|
426
|
-
"label": "Cancel",
|
|
427
|
-
"event": "CANCEL",
|
|
428
|
-
"variant": "ghost"
|
|
548
|
+
"type": "divider"
|
|
429
549
|
},
|
|
430
550
|
{
|
|
431
|
-
"type": "
|
|
432
|
-
"label": "Confirm",
|
|
433
|
-
"event": "CONFIRMED",
|
|
551
|
+
"type": "alert",
|
|
434
552
|
"variant": "danger",
|
|
435
|
-
"
|
|
553
|
+
"message": "Are you sure you want to select this location?"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"type": "stack",
|
|
557
|
+
"direction": "horizontal",
|
|
558
|
+
"gap": "sm",
|
|
559
|
+
"justify": "end",
|
|
560
|
+
"children": [
|
|
561
|
+
{
|
|
562
|
+
"type": "button",
|
|
563
|
+
"label": "Cancel",
|
|
564
|
+
"event": "CANCEL",
|
|
565
|
+
"variant": "ghost"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"type": "button",
|
|
569
|
+
"label": "Confirm",
|
|
570
|
+
"event": "CONFIRMED",
|
|
571
|
+
"variant": "danger",
|
|
572
|
+
"icon": "check"
|
|
573
|
+
}
|
|
574
|
+
]
|
|
436
575
|
}
|
|
437
576
|
]
|
|
438
577
|
}
|
|
439
578
|
]
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"from": "confirming",
|
|
583
|
+
"to": "idle",
|
|
584
|
+
"event": "CONFIRMED",
|
|
585
|
+
"effects": [
|
|
586
|
+
[
|
|
587
|
+
"fetch",
|
|
588
|
+
"Location"
|
|
589
|
+
],
|
|
590
|
+
[
|
|
591
|
+
"render-ui",
|
|
592
|
+
"modal",
|
|
593
|
+
null
|
|
594
|
+
],
|
|
595
|
+
[
|
|
596
|
+
"ref",
|
|
597
|
+
"Location"
|
|
598
|
+
]
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"from": "confirming",
|
|
603
|
+
"to": "idle",
|
|
604
|
+
"event": "CANCEL",
|
|
605
|
+
"effects": [
|
|
606
|
+
[
|
|
607
|
+
"render-ui",
|
|
608
|
+
"modal",
|
|
609
|
+
null
|
|
610
|
+
],
|
|
611
|
+
[
|
|
612
|
+
"ref",
|
|
613
|
+
"Location"
|
|
614
|
+
]
|
|
615
|
+
]
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"from": "confirming",
|
|
619
|
+
"to": "idle",
|
|
620
|
+
"event": "CLOSE",
|
|
621
|
+
"effects": [
|
|
622
|
+
[
|
|
623
|
+
"render-ui",
|
|
624
|
+
"modal",
|
|
625
|
+
null
|
|
626
|
+
],
|
|
627
|
+
[
|
|
628
|
+
"ref",
|
|
629
|
+
"Location"
|
|
630
|
+
]
|
|
631
|
+
]
|
|
632
|
+
}
|
|
479
633
|
]
|
|
480
634
|
}
|
|
481
635
|
}
|
|
@@ -498,5 +652,6 @@
|
|
|
498
652
|
}
|
|
499
653
|
]
|
|
500
654
|
}
|
|
501
|
-
]
|
|
502
|
-
|
|
655
|
+
],
|
|
656
|
+
"description": "Location selection molecule. Composes atoms via shared event bus: - stdBrowse: location list with \"Select\" item action (fires SELECT) - stdModal: select/view location detail (responds to SELECT) - stdConfirmation: confirm location selection (responds to CONFIRM_SELECT) No emits/listens wiring. Traits on the same page share the event bus. Only the trait with a matching transition from its current state responds. (2026-04-08). The canonical source for std behaviors is now the registry `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`, which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/` and consumed by the compiler's embedded loader. Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying overrides at the call site (`linkedEntity`, `name`, `events`, `effects`, `listens`, `emitsScope`). The TS `*Params` interface and the exported factory functions remain ONLY as the authoring path for the converter; they are NOT a stable public API and may change without notice. See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and `docs/LOLO_Gaps.md` for the migration plan."
|
|
657
|
+
}
|