@almadar/std 5.0.0 → 5.2.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 +5 -45
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/behaviors/exports/atoms/std-async.orb +5 -8
- package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/behaviors/exports/atoms/std-browse.orb +5 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/behaviors/exports/atoms/std-collision.orb +5 -4
- package/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/behaviors/exports/atoms/std-combat.orb +5 -4
- package/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/behaviors/exports/atoms/std-display.orb +5 -4
- package/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/behaviors/exports/atoms/std-filter.orb +5 -4
- package/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/behaviors/exports/atoms/std-input.orb +5 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-loading.orb +5 -4
- package/behaviors/exports/atoms/std-modal.orb +89 -4
- package/behaviors/exports/atoms/std-movement.orb +5 -4
- package/behaviors/exports/atoms/std-notification.orb +5 -4
- package/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-quest.orb +5 -8
- package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/behaviors/exports/atoms/std-rating.orb +5 -4
- package/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/behaviors/exports/atoms/std-score.orb +5 -4
- package/behaviors/exports/atoms/std-search.orb +5 -4
- package/behaviors/exports/atoms/std-selection.orb +5 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-sort.orb +5 -4
- package/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/behaviors/exports/atoms/std-theme.orb +5 -4
- package/behaviors/exports/atoms/std-timer.orb +5 -4
- package/behaviors/exports/atoms/std-undo.orb +5 -4
- package/behaviors/exports/atoms/std-upload.orb +5 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/behaviors/exports/molecules/std-cart.orb +196 -307
- package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/behaviors/exports/molecules/std-detail.orb +309 -467
- package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/behaviors/exports/molecules/std-list.orb +526 -1156
- package/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/behaviors/exports/organisms/std-lms.orb +284 -632
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/behaviors/exports/organisms/std-social-feed.orb +62 -66
- 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 +274 -620
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/behaviors/exports/atoms/std-async.orb +5 -8
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/behaviors/exports/atoms/std-display.orb +5 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/dist/behaviors/exports/atoms/std-input.orb +5 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score.orb +5 -4
- package/dist/behaviors/exports/atoms/std-search.orb +5 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
- package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
- 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 +274 -620
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +2192 -0
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/exports/atoms/std-agent-search.orb +6 -27
- package/dist/exports/atoms/std-agent-session.orb +11 -85
- package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/exports/atoms/std-async.orb +5 -8
- package/dist/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/exports/atoms/std-browse.orb +5 -4
- package/dist/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/exports/atoms/std-calendar.orb +5 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/exports/atoms/std-collision.orb +5 -4
- package/dist/exports/atoms/std-combat-log.orb +5 -4
- package/dist/exports/atoms/std-combat.orb +5 -4
- package/dist/exports/atoms/std-confirmation.orb +10 -4
- package/dist/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/exports/atoms/std-display.orb +5 -4
- package/dist/exports/atoms/std-drawer.orb +5 -4
- package/dist/exports/atoms/std-filter.orb +5 -4
- package/dist/exports/atoms/std-flip-card.orb +5 -4
- package/dist/exports/atoms/std-gallery.orb +5 -4
- package/dist/exports/atoms/std-game-audio.orb +5 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/exports/atoms/std-game-hud.orb +5 -4
- package/dist/exports/atoms/std-game-menu.orb +5 -4
- package/dist/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/exports/atoms/std-gameflow.orb +5 -4
- package/dist/exports/atoms/std-input.orb +5 -4
- package/dist/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/exports/atoms/std-loading.orb +5 -4
- package/dist/exports/atoms/std-modal.orb +89 -4
- package/dist/exports/atoms/std-movement.orb +5 -4
- package/dist/exports/atoms/std-notification.orb +5 -4
- package/dist/exports/atoms/std-overworld.orb +5 -4
- package/dist/exports/atoms/std-pagination.orb +5 -4
- package/dist/exports/atoms/std-physics2d.orb +5 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/exports/atoms/std-quest.orb +5 -8
- package/dist/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/exports/atoms/std-rating.orb +5 -4
- package/dist/exports/atoms/std-score-board.orb +5 -4
- package/dist/exports/atoms/std-score.orb +5 -4
- package/dist/exports/atoms/std-search.orb +5 -4
- package/dist/exports/atoms/std-selection.orb +5 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/exports/atoms/std-service-email.orb +5 -4
- package/dist/exports/atoms/std-service-github.orb +5 -4
- package/dist/exports/atoms/std-service-llm.orb +5 -4
- package/dist/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/exports/atoms/std-service-redis.orb +5 -4
- package/dist/exports/atoms/std-service-storage.orb +5 -4
- package/dist/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/exports/atoms/std-sort.orb +5 -4
- package/dist/exports/atoms/std-sprite.orb +5 -4
- package/dist/exports/atoms/std-tabs.orb +5 -4
- package/dist/exports/atoms/std-text-effects.orb +5 -4
- package/dist/exports/atoms/std-theme.orb +5 -4
- package/dist/exports/atoms/std-timer.orb +5 -4
- package/dist/exports/atoms/std-undo.orb +5 -4
- package/dist/exports/atoms/std-upload.orb +5 -4
- package/dist/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/exports/atoms/std-wizard.orb +5 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/exports/molecules/std-builder-game.orb +5 -4
- package/dist/exports/molecules/std-cart.orb +196 -307
- package/dist/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/exports/molecules/std-detail.orb +309 -467
- package/dist/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/exports/molecules/std-geospatial.orb +363 -539
- package/dist/exports/molecules/std-inventory.orb +390 -720
- package/dist/exports/molecules/std-list.orb +526 -1156
- package/dist/exports/molecules/std-messaging.orb +295 -452
- package/dist/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/exports/molecules/std-quiz.orb +5 -4
- package/dist/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/exports/organisms/std-cms.orb +1274 -1972
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +999 -1775
- package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/exports/organisms/std-lms.orb +284 -632
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/exports/organisms/std-social-feed.orb +62 -66
- 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 +274 -620
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-iot-dashboard",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
+
"description": "IoT dashboard organism. Composes: stdDisplay(SensorReading) + stdList(Device) + stdCircuitBreaker(DeviceAlert)",
|
|
4
5
|
"orbitals": [
|
|
5
6
|
{
|
|
6
7
|
"name": "SensorReadingOrbital",
|
|
@@ -1723,11 +1724,15 @@
|
|
|
1723
1724
|
"listens": [
|
|
1724
1725
|
{
|
|
1725
1726
|
"event": "DEVICE_CREATED",
|
|
1726
|
-
"triggers": "
|
|
1727
|
+
"triggers": "INIT"
|
|
1727
1728
|
},
|
|
1728
1729
|
{
|
|
1729
1730
|
"event": "DEVICE_UPDATED",
|
|
1730
|
-
"triggers": "
|
|
1731
|
+
"triggers": "INIT"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"event": "DEVICE_DELETED",
|
|
1735
|
+
"triggers": "INIT"
|
|
1731
1736
|
}
|
|
1732
1737
|
],
|
|
1733
1738
|
"stateMachine": {
|
|
@@ -1735,9 +1740,6 @@
|
|
|
1735
1740
|
{
|
|
1736
1741
|
"name": "browsing",
|
|
1737
1742
|
"isInitial": true
|
|
1738
|
-
},
|
|
1739
|
-
{
|
|
1740
|
-
"name": "deleting"
|
|
1741
1743
|
}
|
|
1742
1744
|
],
|
|
1743
1745
|
"events": [
|
|
@@ -1761,621 +1763,48 @@
|
|
|
1761
1763
|
{
|
|
1762
1764
|
"name": "row",
|
|
1763
1765
|
"type": "object"
|
|
1764
|
-
}
|
|
1765
|
-
]
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"key": "EDIT",
|
|
1769
|
-
"name": "EDIT",
|
|
1770
|
-
"payload": [
|
|
1771
|
-
{
|
|
1772
|
-
"name": "id",
|
|
1773
|
-
"type": "string",
|
|
1774
|
-
"required": true
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"name": "row",
|
|
1778
|
-
"type": "object"
|
|
1779
|
-
}
|
|
1780
|
-
]
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"key": "DELETE",
|
|
1784
|
-
"name": "DELETE",
|
|
1785
|
-
"payload": [
|
|
1786
|
-
{
|
|
1787
|
-
"name": "id",
|
|
1788
|
-
"type": "string",
|
|
1789
|
-
"required": true
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"name": "row",
|
|
1793
|
-
"type": "object"
|
|
1794
|
-
}
|
|
1795
|
-
]
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"key": "DEVICE_CREATED",
|
|
1799
|
-
"name": "DEVICE_CREATED",
|
|
1800
|
-
"payload": [
|
|
1801
|
-
{
|
|
1802
|
-
"name": "data",
|
|
1803
|
-
"type": "object",
|
|
1804
|
-
"required": true
|
|
1805
|
-
}
|
|
1806
|
-
]
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"key": "DEVICE_UPDATED",
|
|
1810
|
-
"name": "DEVICE_UPDATED",
|
|
1811
|
-
"payload": [
|
|
1812
|
-
{
|
|
1813
|
-
"name": "data",
|
|
1814
|
-
"type": "object",
|
|
1815
|
-
"required": true
|
|
1816
|
-
}
|
|
1817
|
-
]
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"key": "CONFIRM_DELETE",
|
|
1821
|
-
"name": "Confirm Delete"
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"key": "CANCEL",
|
|
1825
|
-
"name": "Cancel"
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"key": "CLOSE",
|
|
1829
|
-
"name": "Close"
|
|
1830
|
-
}
|
|
1831
|
-
],
|
|
1832
|
-
"transitions": [
|
|
1833
|
-
{
|
|
1834
|
-
"from": "browsing",
|
|
1835
|
-
"to": "browsing",
|
|
1836
|
-
"event": "INIT",
|
|
1837
|
-
"effects": [
|
|
1838
|
-
[
|
|
1839
|
-
"ref",
|
|
1840
|
-
"Device"
|
|
1841
|
-
],
|
|
1842
|
-
[
|
|
1843
|
-
"render-ui",
|
|
1844
|
-
"main",
|
|
1845
|
-
{
|
|
1846
|
-
"type": "dashboard-layout",
|
|
1847
|
-
"appName": "IoT Dashboard",
|
|
1848
|
-
"navItems": [
|
|
1849
|
-
{
|
|
1850
|
-
"label": "Sensors",
|
|
1851
|
-
"href": "/sensors",
|
|
1852
|
-
"icon": "layout-list"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"label": "Devices",
|
|
1856
|
-
"href": "/devices",
|
|
1857
|
-
"icon": "cpu"
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"label": "Alerts",
|
|
1861
|
-
"href": "/alerts",
|
|
1862
|
-
"icon": "bell"
|
|
1863
|
-
}
|
|
1864
|
-
],
|
|
1865
|
-
"children": [
|
|
1866
|
-
{
|
|
1867
|
-
"type": "stack",
|
|
1868
|
-
"direction": "vertical",
|
|
1869
|
-
"gap": "lg",
|
|
1870
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1871
|
-
"children": [
|
|
1872
|
-
{
|
|
1873
|
-
"type": "stack",
|
|
1874
|
-
"direction": "horizontal",
|
|
1875
|
-
"gap": "md",
|
|
1876
|
-
"justify": "space-between",
|
|
1877
|
-
"align": "center",
|
|
1878
|
-
"children": [
|
|
1879
|
-
{
|
|
1880
|
-
"type": "stack",
|
|
1881
|
-
"direction": "horizontal",
|
|
1882
|
-
"gap": "sm",
|
|
1883
|
-
"align": "center",
|
|
1884
|
-
"children": [
|
|
1885
|
-
{
|
|
1886
|
-
"type": "icon",
|
|
1887
|
-
"name": "cpu",
|
|
1888
|
-
"size": "lg"
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"type": "typography",
|
|
1892
|
-
"content": "Devices",
|
|
1893
|
-
"variant": "h2"
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"type": "stack",
|
|
1899
|
-
"direction": "horizontal",
|
|
1900
|
-
"gap": "sm",
|
|
1901
|
-
"children": [
|
|
1902
|
-
{
|
|
1903
|
-
"type": "button",
|
|
1904
|
-
"label": "Create Device",
|
|
1905
|
-
"event": "CREATE",
|
|
1906
|
-
"variant": "primary",
|
|
1907
|
-
"icon": "plus"
|
|
1908
|
-
}
|
|
1909
|
-
]
|
|
1910
|
-
}
|
|
1911
|
-
]
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"type": "divider"
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"type": "data-grid",
|
|
1918
|
-
"entity": "Device",
|
|
1919
|
-
"emptyIcon": "inbox",
|
|
1920
|
-
"emptyTitle": "No devices registered",
|
|
1921
|
-
"emptyDescription": "Connect a device to start monitoring.",
|
|
1922
|
-
"itemActions": [
|
|
1923
|
-
{
|
|
1924
|
-
"label": "View",
|
|
1925
|
-
"event": "VIEW",
|
|
1926
|
-
"variant": "ghost",
|
|
1927
|
-
"size": "sm"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"label": "Edit",
|
|
1931
|
-
"event": "EDIT",
|
|
1932
|
-
"variant": "ghost",
|
|
1933
|
-
"size": "sm"
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"label": "Delete",
|
|
1937
|
-
"event": "DELETE",
|
|
1938
|
-
"variant": "danger",
|
|
1939
|
-
"size": "sm"
|
|
1940
|
-
}
|
|
1941
|
-
],
|
|
1942
|
-
"columns": [
|
|
1943
|
-
{
|
|
1944
|
-
"name": "name",
|
|
1945
|
-
"variant": "h3",
|
|
1946
|
-
"icon": "cpu"
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"name": "status",
|
|
1950
|
-
"variant": "badge"
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"name": "type",
|
|
1954
|
-
"variant": "body"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"name": "lastSeen",
|
|
1958
|
-
"label": "Last Seen",
|
|
1959
|
-
"variant": "caption",
|
|
1960
|
-
"format": "date"
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
|
-
"cols": 3,
|
|
1964
|
-
"gap": "md"
|
|
1965
|
-
}
|
|
1966
|
-
]
|
|
1967
|
-
}
|
|
1968
|
-
]
|
|
1969
|
-
}
|
|
1970
|
-
]
|
|
1971
|
-
]
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"from": "browsing",
|
|
1975
|
-
"to": "browsing",
|
|
1976
|
-
"event": "DEVICE_CREATED",
|
|
1977
|
-
"effects": [
|
|
1978
|
-
[
|
|
1979
|
-
"ref",
|
|
1980
|
-
"Device"
|
|
1981
|
-
]
|
|
1982
|
-
]
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"from": "browsing",
|
|
1986
|
-
"to": "browsing",
|
|
1987
|
-
"event": "DEVICE_UPDATED",
|
|
1988
|
-
"effects": [
|
|
1989
|
-
[
|
|
1990
|
-
"ref",
|
|
1991
|
-
"Device"
|
|
1992
|
-
]
|
|
1993
|
-
]
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"from": "browsing",
|
|
1997
|
-
"to": "deleting",
|
|
1998
|
-
"event": "DELETE",
|
|
1999
|
-
"effects": [
|
|
2000
|
-
[
|
|
2001
|
-
"fetch",
|
|
2002
|
-
"Device",
|
|
2003
|
-
{
|
|
2004
|
-
"id": "@payload.id"
|
|
2005
|
-
}
|
|
2006
|
-
],
|
|
2007
|
-
[
|
|
2008
|
-
"render-ui",
|
|
2009
|
-
"modal",
|
|
2010
|
-
{
|
|
2011
|
-
"type": "stack",
|
|
2012
|
-
"direction": "vertical",
|
|
2013
|
-
"gap": "md",
|
|
2014
|
-
"children": [
|
|
2015
|
-
{
|
|
2016
|
-
"type": "stack",
|
|
2017
|
-
"direction": "horizontal",
|
|
2018
|
-
"gap": "sm",
|
|
2019
|
-
"children": [
|
|
2020
|
-
{
|
|
2021
|
-
"type": "icon",
|
|
2022
|
-
"name": "trash-2",
|
|
2023
|
-
"size": "md"
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"type": "typography",
|
|
2027
|
-
"content": "Delete Device",
|
|
2028
|
-
"variant": "h3"
|
|
2029
|
-
}
|
|
2030
|
-
]
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"type": "divider"
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"type": "typography",
|
|
2037
|
-
"content": "@entity.name",
|
|
2038
|
-
"variant": "h4"
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"type": "typography",
|
|
2042
|
-
"content": "This action cannot be undone.",
|
|
2043
|
-
"variant": "body"
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"type": "stack",
|
|
2047
|
-
"direction": "horizontal",
|
|
2048
|
-
"gap": "sm",
|
|
2049
|
-
"justify": "end",
|
|
2050
|
-
"children": [
|
|
2051
|
-
{
|
|
2052
|
-
"type": "button",
|
|
2053
|
-
"label": "Cancel",
|
|
2054
|
-
"event": "CANCEL",
|
|
2055
|
-
"variant": "ghost"
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"type": "button",
|
|
2059
|
-
"label": "Delete",
|
|
2060
|
-
"event": "CONFIRM_DELETE",
|
|
2061
|
-
"variant": "danger",
|
|
2062
|
-
"icon": "trash"
|
|
2063
|
-
}
|
|
2064
|
-
]
|
|
2065
|
-
}
|
|
2066
|
-
]
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
2069
|
-
]
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"from": "deleting",
|
|
2073
|
-
"to": "browsing",
|
|
2074
|
-
"event": "CONFIRM_DELETE",
|
|
2075
|
-
"effects": [
|
|
2076
|
-
[
|
|
2077
|
-
"persist",
|
|
2078
|
-
"delete",
|
|
2079
|
-
"Device",
|
|
2080
|
-
"@entity.id"
|
|
2081
|
-
],
|
|
2082
|
-
[
|
|
2083
|
-
"render-ui",
|
|
2084
|
-
"modal",
|
|
2085
|
-
null
|
|
2086
|
-
],
|
|
2087
|
-
[
|
|
2088
|
-
"render-ui",
|
|
2089
|
-
"main",
|
|
2090
|
-
{
|
|
2091
|
-
"type": "dashboard-layout",
|
|
2092
|
-
"appName": "IoT Dashboard",
|
|
2093
|
-
"navItems": [
|
|
2094
|
-
{
|
|
2095
|
-
"label": "Sensors",
|
|
2096
|
-
"href": "/sensors",
|
|
2097
|
-
"icon": "layout-list"
|
|
2098
|
-
},
|
|
2099
|
-
{
|
|
2100
|
-
"label": "Devices",
|
|
2101
|
-
"href": "/devices",
|
|
2102
|
-
"icon": "cpu"
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"label": "Alerts",
|
|
2106
|
-
"href": "/alerts",
|
|
2107
|
-
"icon": "bell"
|
|
2108
|
-
}
|
|
2109
|
-
],
|
|
2110
|
-
"children": [
|
|
2111
|
-
{
|
|
2112
|
-
"type": "stack",
|
|
2113
|
-
"direction": "vertical",
|
|
2114
|
-
"gap": "lg",
|
|
2115
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2116
|
-
"children": [
|
|
2117
|
-
{
|
|
2118
|
-
"type": "stack",
|
|
2119
|
-
"direction": "horizontal",
|
|
2120
|
-
"gap": "md",
|
|
2121
|
-
"justify": "space-between",
|
|
2122
|
-
"align": "center",
|
|
2123
|
-
"children": [
|
|
2124
|
-
{
|
|
2125
|
-
"type": "stack",
|
|
2126
|
-
"direction": "horizontal",
|
|
2127
|
-
"gap": "sm",
|
|
2128
|
-
"align": "center",
|
|
2129
|
-
"children": [
|
|
2130
|
-
{
|
|
2131
|
-
"type": "icon",
|
|
2132
|
-
"name": "cpu",
|
|
2133
|
-
"size": "lg"
|
|
2134
|
-
},
|
|
2135
|
-
{
|
|
2136
|
-
"type": "typography",
|
|
2137
|
-
"content": "Devices",
|
|
2138
|
-
"variant": "h2"
|
|
2139
|
-
}
|
|
2140
|
-
]
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"type": "stack",
|
|
2144
|
-
"direction": "horizontal",
|
|
2145
|
-
"gap": "sm",
|
|
2146
|
-
"children": [
|
|
2147
|
-
{
|
|
2148
|
-
"type": "button",
|
|
2149
|
-
"label": "Create Device",
|
|
2150
|
-
"event": "CREATE",
|
|
2151
|
-
"variant": "primary",
|
|
2152
|
-
"icon": "plus"
|
|
2153
|
-
}
|
|
2154
|
-
]
|
|
2155
|
-
}
|
|
2156
|
-
]
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"type": "divider"
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"type": "data-grid",
|
|
2163
|
-
"entity": "Device",
|
|
2164
|
-
"emptyIcon": "inbox",
|
|
2165
|
-
"emptyTitle": "No devices registered",
|
|
2166
|
-
"emptyDescription": "Connect a device to start monitoring.",
|
|
2167
|
-
"itemActions": [
|
|
2168
|
-
{
|
|
2169
|
-
"label": "View",
|
|
2170
|
-
"event": "VIEW",
|
|
2171
|
-
"variant": "ghost",
|
|
2172
|
-
"size": "sm"
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"label": "Edit",
|
|
2176
|
-
"event": "EDIT",
|
|
2177
|
-
"variant": "ghost",
|
|
2178
|
-
"size": "sm"
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"label": "Delete",
|
|
2182
|
-
"event": "DELETE",
|
|
2183
|
-
"variant": "danger",
|
|
2184
|
-
"size": "sm"
|
|
2185
|
-
}
|
|
2186
|
-
],
|
|
2187
|
-
"columns": [
|
|
2188
|
-
{
|
|
2189
|
-
"name": "name",
|
|
2190
|
-
"variant": "h3",
|
|
2191
|
-
"icon": "cpu"
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "status",
|
|
2195
|
-
"variant": "badge"
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"name": "type",
|
|
2199
|
-
"variant": "body"
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"name": "lastSeen",
|
|
2203
|
-
"label": "Last Seen",
|
|
2204
|
-
"variant": "caption",
|
|
2205
|
-
"format": "date"
|
|
2206
|
-
}
|
|
2207
|
-
],
|
|
2208
|
-
"cols": 3,
|
|
2209
|
-
"gap": "md"
|
|
2210
|
-
}
|
|
2211
|
-
]
|
|
2212
|
-
}
|
|
2213
|
-
]
|
|
2214
|
-
}
|
|
2215
|
-
],
|
|
2216
|
-
[
|
|
2217
|
-
"notify",
|
|
2218
|
-
"Device deleted successfully"
|
|
2219
|
-
]
|
|
2220
|
-
]
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"from": "deleting",
|
|
2224
|
-
"to": "browsing",
|
|
2225
|
-
"event": "CANCEL",
|
|
2226
|
-
"effects": [
|
|
2227
|
-
[
|
|
2228
|
-
"render-ui",
|
|
2229
|
-
"modal",
|
|
2230
|
-
null
|
|
2231
|
-
],
|
|
2232
|
-
[
|
|
2233
|
-
"fetch",
|
|
2234
|
-
"Device"
|
|
2235
|
-
],
|
|
2236
|
-
[
|
|
2237
|
-
"render-ui",
|
|
2238
|
-
"main",
|
|
2239
|
-
{
|
|
2240
|
-
"type": "dashboard-layout",
|
|
2241
|
-
"appName": "IoT Dashboard",
|
|
2242
|
-
"navItems": [
|
|
2243
|
-
{
|
|
2244
|
-
"label": "Sensors",
|
|
2245
|
-
"href": "/sensors",
|
|
2246
|
-
"icon": "layout-list"
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"label": "Devices",
|
|
2250
|
-
"href": "/devices",
|
|
2251
|
-
"icon": "cpu"
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"label": "Alerts",
|
|
2255
|
-
"href": "/alerts",
|
|
2256
|
-
"icon": "bell"
|
|
2257
|
-
}
|
|
2258
|
-
],
|
|
2259
|
-
"children": [
|
|
2260
|
-
{
|
|
2261
|
-
"type": "stack",
|
|
2262
|
-
"direction": "vertical",
|
|
2263
|
-
"gap": "lg",
|
|
2264
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2265
|
-
"children": [
|
|
2266
|
-
{
|
|
2267
|
-
"type": "stack",
|
|
2268
|
-
"direction": "horizontal",
|
|
2269
|
-
"gap": "md",
|
|
2270
|
-
"justify": "space-between",
|
|
2271
|
-
"align": "center",
|
|
2272
|
-
"children": [
|
|
2273
|
-
{
|
|
2274
|
-
"type": "stack",
|
|
2275
|
-
"direction": "horizontal",
|
|
2276
|
-
"gap": "sm",
|
|
2277
|
-
"align": "center",
|
|
2278
|
-
"children": [
|
|
2279
|
-
{
|
|
2280
|
-
"type": "icon",
|
|
2281
|
-
"name": "cpu",
|
|
2282
|
-
"size": "lg"
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"type": "typography",
|
|
2286
|
-
"content": "Devices",
|
|
2287
|
-
"variant": "h2"
|
|
2288
|
-
}
|
|
2289
|
-
]
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"type": "stack",
|
|
2293
|
-
"direction": "horizontal",
|
|
2294
|
-
"gap": "sm",
|
|
2295
|
-
"children": [
|
|
2296
|
-
{
|
|
2297
|
-
"type": "button",
|
|
2298
|
-
"label": "Create Device",
|
|
2299
|
-
"event": "CREATE",
|
|
2300
|
-
"variant": "primary",
|
|
2301
|
-
"icon": "plus"
|
|
2302
|
-
}
|
|
2303
|
-
]
|
|
2304
|
-
}
|
|
2305
|
-
]
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"type": "divider"
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"type": "data-grid",
|
|
2312
|
-
"entity": "Device",
|
|
2313
|
-
"emptyIcon": "inbox",
|
|
2314
|
-
"emptyTitle": "No devices registered",
|
|
2315
|
-
"emptyDescription": "Connect a device to start monitoring.",
|
|
2316
|
-
"itemActions": [
|
|
2317
|
-
{
|
|
2318
|
-
"label": "View",
|
|
2319
|
-
"event": "VIEW",
|
|
2320
|
-
"variant": "ghost",
|
|
2321
|
-
"size": "sm"
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"label": "Edit",
|
|
2325
|
-
"event": "EDIT",
|
|
2326
|
-
"variant": "ghost",
|
|
2327
|
-
"size": "sm"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"label": "Delete",
|
|
2331
|
-
"event": "DELETE",
|
|
2332
|
-
"variant": "danger",
|
|
2333
|
-
"size": "sm"
|
|
2334
|
-
}
|
|
2335
|
-
],
|
|
2336
|
-
"columns": [
|
|
2337
|
-
{
|
|
2338
|
-
"name": "name",
|
|
2339
|
-
"variant": "h3",
|
|
2340
|
-
"icon": "cpu"
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"name": "status",
|
|
2344
|
-
"variant": "badge"
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"name": "type",
|
|
2348
|
-
"variant": "body"
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"name": "lastSeen",
|
|
2352
|
-
"label": "Last Seen",
|
|
2353
|
-
"variant": "caption",
|
|
2354
|
-
"format": "date"
|
|
2355
|
-
}
|
|
2356
|
-
],
|
|
2357
|
-
"cols": 3,
|
|
2358
|
-
"gap": "md"
|
|
2359
|
-
}
|
|
2360
|
-
]
|
|
2361
|
-
}
|
|
2362
|
-
]
|
|
2363
|
-
}
|
|
2364
|
-
]
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"key": "EDIT",
|
|
1771
|
+
"name": "EDIT",
|
|
1772
|
+
"payload": [
|
|
1773
|
+
{
|
|
1774
|
+
"name": "id",
|
|
1775
|
+
"type": "string",
|
|
1776
|
+
"required": true
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "row",
|
|
1780
|
+
"type": "object"
|
|
1781
|
+
}
|
|
2365
1782
|
]
|
|
2366
1783
|
},
|
|
2367
1784
|
{
|
|
2368
|
-
"
|
|
1785
|
+
"key": "DELETE",
|
|
1786
|
+
"name": "DELETE",
|
|
1787
|
+
"payload": [
|
|
1788
|
+
{
|
|
1789
|
+
"name": "id",
|
|
1790
|
+
"type": "string",
|
|
1791
|
+
"required": true
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "row",
|
|
1795
|
+
"type": "object"
|
|
1796
|
+
}
|
|
1797
|
+
]
|
|
1798
|
+
}
|
|
1799
|
+
],
|
|
1800
|
+
"transitions": [
|
|
1801
|
+
{
|
|
1802
|
+
"from": "browsing",
|
|
2369
1803
|
"to": "browsing",
|
|
2370
|
-
"event": "
|
|
1804
|
+
"event": "INIT",
|
|
2371
1805
|
"effects": [
|
|
2372
1806
|
[
|
|
2373
|
-
"
|
|
2374
|
-
"modal",
|
|
2375
|
-
null
|
|
2376
|
-
],
|
|
2377
|
-
[
|
|
2378
|
-
"fetch",
|
|
1807
|
+
"ref",
|
|
2379
1808
|
"Device"
|
|
2380
1809
|
],
|
|
2381
1810
|
[
|
|
@@ -2517,6 +1946,9 @@
|
|
|
2517
1946
|
"linkedEntity": "Device",
|
|
2518
1947
|
"category": "interaction",
|
|
2519
1948
|
"emits": [
|
|
1949
|
+
{
|
|
1950
|
+
"event": "SAVE"
|
|
1951
|
+
},
|
|
2520
1952
|
{
|
|
2521
1953
|
"event": "DEVICE_CREATED"
|
|
2522
1954
|
}
|
|
@@ -2659,10 +2091,6 @@
|
|
|
2659
2091
|
[
|
|
2660
2092
|
"emit",
|
|
2661
2093
|
"DEVICE_CREATED"
|
|
2662
|
-
],
|
|
2663
|
-
[
|
|
2664
|
-
"notify",
|
|
2665
|
-
"Device created successfully"
|
|
2666
2094
|
]
|
|
2667
2095
|
]
|
|
2668
2096
|
}
|
|
@@ -2674,6 +2102,9 @@
|
|
|
2674
2102
|
"linkedEntity": "Device",
|
|
2675
2103
|
"category": "interaction",
|
|
2676
2104
|
"emits": [
|
|
2105
|
+
{
|
|
2106
|
+
"event": "SAVE"
|
|
2107
|
+
},
|
|
2677
2108
|
{
|
|
2678
2109
|
"event": "DEVICE_UPDATED"
|
|
2679
2110
|
}
|
|
@@ -2827,10 +2258,6 @@
|
|
|
2827
2258
|
[
|
|
2828
2259
|
"emit",
|
|
2829
2260
|
"DEVICE_UPDATED"
|
|
2830
|
-
],
|
|
2831
|
-
[
|
|
2832
|
-
"notify",
|
|
2833
|
-
"Device updated successfully"
|
|
2834
2261
|
]
|
|
2835
2262
|
]
|
|
2836
2263
|
}
|
|
@@ -2841,6 +2268,11 @@
|
|
|
2841
2268
|
"name": "DeviceView",
|
|
2842
2269
|
"linkedEntity": "Device",
|
|
2843
2270
|
"category": "interaction",
|
|
2271
|
+
"emits": [
|
|
2272
|
+
{
|
|
2273
|
+
"event": "SAVE"
|
|
2274
|
+
}
|
|
2275
|
+
],
|
|
2844
2276
|
"stateMachine": {
|
|
2845
2277
|
"states": [
|
|
2846
2278
|
{
|
|
@@ -2870,6 +2302,17 @@
|
|
|
2870
2302
|
{
|
|
2871
2303
|
"key": "CLOSE",
|
|
2872
2304
|
"name": "Close"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"key": "SAVE",
|
|
2308
|
+
"name": "Save",
|
|
2309
|
+
"payload": [
|
|
2310
|
+
{
|
|
2311
|
+
"name": "data",
|
|
2312
|
+
"type": "object",
|
|
2313
|
+
"required": true
|
|
2314
|
+
}
|
|
2315
|
+
]
|
|
2873
2316
|
}
|
|
2874
2317
|
],
|
|
2875
2318
|
"transitions": [
|
|
@@ -3038,6 +2481,219 @@
|
|
|
3038
2481
|
"info"
|
|
3039
2482
|
]
|
|
3040
2483
|
]
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"from": "open",
|
|
2487
|
+
"to": "closed",
|
|
2488
|
+
"event": "SAVE",
|
|
2489
|
+
"effects": [
|
|
2490
|
+
[
|
|
2491
|
+
"render-ui",
|
|
2492
|
+
"modal",
|
|
2493
|
+
null
|
|
2494
|
+
]
|
|
2495
|
+
]
|
|
2496
|
+
}
|
|
2497
|
+
]
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "DeviceDelete",
|
|
2502
|
+
"linkedEntity": "Device",
|
|
2503
|
+
"category": "interaction",
|
|
2504
|
+
"emits": [
|
|
2505
|
+
{
|
|
2506
|
+
"event": "CONFIRM_DELETE"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"event": "DEVICE_DELETED"
|
|
2510
|
+
}
|
|
2511
|
+
],
|
|
2512
|
+
"stateMachine": {
|
|
2513
|
+
"states": [
|
|
2514
|
+
{
|
|
2515
|
+
"name": "idle",
|
|
2516
|
+
"isInitial": true
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"name": "confirming"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"events": [
|
|
2523
|
+
{
|
|
2524
|
+
"key": "INIT",
|
|
2525
|
+
"name": "Initialize"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"key": "DELETE",
|
|
2529
|
+
"name": "Request Confirmation",
|
|
2530
|
+
"payload": [
|
|
2531
|
+
{
|
|
2532
|
+
"name": "id",
|
|
2533
|
+
"type": "string",
|
|
2534
|
+
"required": true
|
|
2535
|
+
}
|
|
2536
|
+
]
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"key": "CONFIRM_DELETE",
|
|
2540
|
+
"name": "Confirm"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"key": "CANCEL",
|
|
2544
|
+
"name": "Cancel"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"key": "CLOSE",
|
|
2548
|
+
"name": "Close"
|
|
2549
|
+
}
|
|
2550
|
+
],
|
|
2551
|
+
"transitions": [
|
|
2552
|
+
{
|
|
2553
|
+
"from": "idle",
|
|
2554
|
+
"to": "idle",
|
|
2555
|
+
"event": "INIT",
|
|
2556
|
+
"effects": [
|
|
2557
|
+
[
|
|
2558
|
+
"ref",
|
|
2559
|
+
"Device"
|
|
2560
|
+
]
|
|
2561
|
+
]
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"from": "idle",
|
|
2565
|
+
"to": "confirming",
|
|
2566
|
+
"event": "DELETE",
|
|
2567
|
+
"effects": [
|
|
2568
|
+
[
|
|
2569
|
+
"set",
|
|
2570
|
+
"@entity.pendingId",
|
|
2571
|
+
"@payload.id"
|
|
2572
|
+
],
|
|
2573
|
+
[
|
|
2574
|
+
"fetch",
|
|
2575
|
+
"Device",
|
|
2576
|
+
{
|
|
2577
|
+
"id": "@payload.id"
|
|
2578
|
+
}
|
|
2579
|
+
],
|
|
2580
|
+
[
|
|
2581
|
+
"render-ui",
|
|
2582
|
+
"modal",
|
|
2583
|
+
{
|
|
2584
|
+
"type": "stack",
|
|
2585
|
+
"direction": "vertical",
|
|
2586
|
+
"gap": "md",
|
|
2587
|
+
"children": [
|
|
2588
|
+
{
|
|
2589
|
+
"type": "stack",
|
|
2590
|
+
"direction": "horizontal",
|
|
2591
|
+
"gap": "sm",
|
|
2592
|
+
"align": "center",
|
|
2593
|
+
"children": [
|
|
2594
|
+
{
|
|
2595
|
+
"type": "icon",
|
|
2596
|
+
"name": "alert-triangle",
|
|
2597
|
+
"size": "md"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"type": "typography",
|
|
2601
|
+
"content": "Delete Device",
|
|
2602
|
+
"variant": "h3"
|
|
2603
|
+
}
|
|
2604
|
+
]
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"type": "divider"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"type": "alert",
|
|
2611
|
+
"variant": "danger",
|
|
2612
|
+
"message": "This action cannot be undone."
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"type": "stack",
|
|
2616
|
+
"direction": "horizontal",
|
|
2617
|
+
"gap": "sm",
|
|
2618
|
+
"justify": "end",
|
|
2619
|
+
"children": [
|
|
2620
|
+
{
|
|
2621
|
+
"type": "button",
|
|
2622
|
+
"label": "Cancel",
|
|
2623
|
+
"event": "CANCEL",
|
|
2624
|
+
"variant": "ghost"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"type": "button",
|
|
2628
|
+
"label": "Delete",
|
|
2629
|
+
"event": "CONFIRM_DELETE",
|
|
2630
|
+
"variant": "danger",
|
|
2631
|
+
"icon": "check"
|
|
2632
|
+
}
|
|
2633
|
+
]
|
|
2634
|
+
}
|
|
2635
|
+
]
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2638
|
+
]
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"from": "confirming",
|
|
2642
|
+
"to": "idle",
|
|
2643
|
+
"event": "CONFIRM_DELETE",
|
|
2644
|
+
"effects": [
|
|
2645
|
+
[
|
|
2646
|
+
"persist",
|
|
2647
|
+
"delete",
|
|
2648
|
+
"Device",
|
|
2649
|
+
"@entity.pendingId"
|
|
2650
|
+
],
|
|
2651
|
+
[
|
|
2652
|
+
"render-ui",
|
|
2653
|
+
"modal",
|
|
2654
|
+
null
|
|
2655
|
+
],
|
|
2656
|
+
[
|
|
2657
|
+
"ref",
|
|
2658
|
+
"Device"
|
|
2659
|
+
],
|
|
2660
|
+
[
|
|
2661
|
+
"emit",
|
|
2662
|
+
"DEVICE_DELETED"
|
|
2663
|
+
]
|
|
2664
|
+
]
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"from": "confirming",
|
|
2668
|
+
"to": "idle",
|
|
2669
|
+
"event": "CANCEL",
|
|
2670
|
+
"effects": [
|
|
2671
|
+
[
|
|
2672
|
+
"render-ui",
|
|
2673
|
+
"modal",
|
|
2674
|
+
null
|
|
2675
|
+
],
|
|
2676
|
+
[
|
|
2677
|
+
"ref",
|
|
2678
|
+
"Device"
|
|
2679
|
+
]
|
|
2680
|
+
]
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"from": "confirming",
|
|
2684
|
+
"to": "idle",
|
|
2685
|
+
"event": "CLOSE",
|
|
2686
|
+
"effects": [
|
|
2687
|
+
[
|
|
2688
|
+
"render-ui",
|
|
2689
|
+
"modal",
|
|
2690
|
+
null
|
|
2691
|
+
],
|
|
2692
|
+
[
|
|
2693
|
+
"ref",
|
|
2694
|
+
"Device"
|
|
2695
|
+
]
|
|
2696
|
+
]
|
|
3041
2697
|
}
|
|
3042
2698
|
]
|
|
3043
2699
|
}
|
|
@@ -3059,6 +2715,9 @@
|
|
|
3059
2715
|
},
|
|
3060
2716
|
{
|
|
3061
2717
|
"ref": "DeviceView"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"ref": "DeviceDelete"
|
|
3062
2721
|
}
|
|
3063
2722
|
]
|
|
3064
2723
|
}
|
|
@@ -4234,6 +3893,5 @@
|
|
|
4234
3893
|
}
|
|
4235
3894
|
]
|
|
4236
3895
|
}
|
|
4237
|
-
]
|
|
4238
|
-
|
|
4239
|
-
}
|
|
3896
|
+
]
|
|
3897
|
+
}
|