@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,8 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-inventory",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Item collection molecule. Composes atoms via shared event bus: - stdBrowse: data-grid with item actions (fires ADD_ITEM, USE_ITEM, DROP) - stdModal (add): create form for adding items (responds to ADD_ITEM) - stdModal (use): item detail for using items (responds to USE_ITEM) - stdConfirmation: drop confirmation (responds to DROP)",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "InventoryItemOrbital",
|
|
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
|
+
],
|
|
6
22
|
"entity": {
|
|
7
23
|
"name": "InventoryItem",
|
|
8
24
|
"persistence": "persistent",
|
|
@@ -66,804 +82,459 @@
|
|
|
66
82
|
},
|
|
67
83
|
"traits": [
|
|
68
84
|
{
|
|
85
|
+
"ref": "Browse.traits.BrowseItemBrowse",
|
|
69
86
|
"name": "InventoryItemBrowse",
|
|
70
87
|
"linkedEntity": "InventoryItem",
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"stateMachine": {
|
|
87
|
-
"states": [
|
|
88
|
-
{
|
|
89
|
-
"name": "browsing",
|
|
90
|
-
"isInitial": true
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"events": [
|
|
94
|
-
{
|
|
95
|
-
"key": "INIT",
|
|
96
|
-
"name": "Initialize"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"key": "ADD_ITEM",
|
|
100
|
-
"name": "ADD_ITEM"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"key": "USE_ITEM",
|
|
104
|
-
"name": "USE_ITEM",
|
|
105
|
-
"payload": [
|
|
106
|
-
{
|
|
107
|
-
"name": "id",
|
|
108
|
-
"type": "string",
|
|
109
|
-
"required": true
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"name": "row",
|
|
113
|
-
"type": "object"
|
|
114
|
-
}
|
|
115
|
-
]
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"key": "DROP",
|
|
119
|
-
"name": "DROP",
|
|
120
|
-
"payload": [
|
|
121
|
-
{
|
|
122
|
-
"name": "id",
|
|
123
|
-
"type": "string",
|
|
124
|
-
"required": true
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "row",
|
|
128
|
-
"type": "object"
|
|
129
|
-
}
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"key": "ITEM_ADDED",
|
|
134
|
-
"name": "ITEM_ADDED",
|
|
135
|
-
"payload": [
|
|
136
|
-
{
|
|
137
|
-
"name": "data",
|
|
138
|
-
"type": "object",
|
|
139
|
-
"required": true
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"key": "ITEM_USED",
|
|
145
|
-
"name": "ITEM_USED",
|
|
146
|
-
"payload": [
|
|
147
|
-
{
|
|
148
|
-
"name": "data",
|
|
149
|
-
"type": "object",
|
|
150
|
-
"required": true
|
|
151
|
-
}
|
|
152
|
-
]
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"key": "CONFIRM_DROP",
|
|
156
|
-
"name": "CONFIRM_DROP",
|
|
157
|
-
"payload": [
|
|
158
|
-
{
|
|
159
|
-
"name": "data",
|
|
160
|
-
"type": "object",
|
|
161
|
-
"required": true
|
|
162
|
-
}
|
|
163
|
-
]
|
|
164
|
-
}
|
|
165
|
-
],
|
|
166
|
-
"transitions": [
|
|
167
|
-
{
|
|
168
|
-
"from": "browsing",
|
|
169
|
-
"to": "browsing",
|
|
170
|
-
"event": "INIT",
|
|
171
|
-
"effects": [
|
|
172
|
-
[
|
|
173
|
-
"ref",
|
|
174
|
-
"InventoryItem"
|
|
175
|
-
],
|
|
176
|
-
[
|
|
177
|
-
"render-ui",
|
|
178
|
-
"main",
|
|
88
|
+
"effects": {
|
|
89
|
+
"INIT": [
|
|
90
|
+
[
|
|
91
|
+
"ref",
|
|
92
|
+
"InventoryItem"
|
|
93
|
+
],
|
|
94
|
+
[
|
|
95
|
+
"render-ui",
|
|
96
|
+
"main",
|
|
97
|
+
{
|
|
98
|
+
"type": "stack",
|
|
99
|
+
"direction": "vertical",
|
|
100
|
+
"gap": "lg",
|
|
101
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
102
|
+
"children": [
|
|
179
103
|
{
|
|
180
104
|
"type": "stack",
|
|
181
|
-
"direction": "
|
|
182
|
-
"gap": "
|
|
183
|
-
"
|
|
105
|
+
"direction": "horizontal",
|
|
106
|
+
"gap": "md",
|
|
107
|
+
"justify": "space-between",
|
|
108
|
+
"align": "center",
|
|
184
109
|
"children": [
|
|
185
110
|
{
|
|
186
111
|
"type": "stack",
|
|
187
112
|
"direction": "horizontal",
|
|
188
|
-
"gap": "
|
|
189
|
-
"justify": "space-between",
|
|
113
|
+
"gap": "sm",
|
|
190
114
|
"align": "center",
|
|
191
115
|
"children": [
|
|
192
116
|
{
|
|
193
|
-
"type": "
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"align": "center",
|
|
197
|
-
"children": [
|
|
198
|
-
{
|
|
199
|
-
"type": "icon",
|
|
200
|
-
"name": "package",
|
|
201
|
-
"size": "lg"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"type": "typography",
|
|
205
|
-
"content": "InventoryItems Inventory",
|
|
206
|
-
"variant": "h2"
|
|
207
|
-
}
|
|
208
|
-
]
|
|
117
|
+
"type": "icon",
|
|
118
|
+
"name": "package",
|
|
119
|
+
"size": "lg"
|
|
209
120
|
},
|
|
210
121
|
{
|
|
211
|
-
"type": "
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"children": [
|
|
215
|
-
{
|
|
216
|
-
"type": "button",
|
|
217
|
-
"label": "Add InventoryItem",
|
|
218
|
-
"event": "ADD_ITEM",
|
|
219
|
-
"variant": "primary",
|
|
220
|
-
"icon": "plus"
|
|
221
|
-
}
|
|
222
|
-
]
|
|
122
|
+
"type": "typography",
|
|
123
|
+
"content": "InventoryItems Inventory",
|
|
124
|
+
"variant": "h2"
|
|
223
125
|
}
|
|
224
126
|
]
|
|
225
127
|
},
|
|
226
128
|
{
|
|
227
|
-
"type": "
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
"
|
|
231
|
-
"entity": "InventoryItem",
|
|
232
|
-
"emptyIcon": "inbox",
|
|
233
|
-
"emptyTitle": "No items yet",
|
|
234
|
-
"emptyDescription": "Add your first item to get started.",
|
|
235
|
-
"itemActions": [
|
|
236
|
-
{
|
|
237
|
-
"label": "Use",
|
|
238
|
-
"event": "USE_ITEM",
|
|
239
|
-
"variant": "ghost",
|
|
240
|
-
"size": "sm"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"label": "Drop",
|
|
244
|
-
"event": "DROP",
|
|
245
|
-
"variant": "danger",
|
|
246
|
-
"size": "sm"
|
|
247
|
-
}
|
|
248
|
-
],
|
|
249
|
-
"columns": [
|
|
250
|
-
{
|
|
251
|
-
"name": "name",
|
|
252
|
-
"label": "Name",
|
|
253
|
-
"variant": "h4",
|
|
254
|
-
"icon": "package"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "description",
|
|
258
|
-
"label": "Description",
|
|
259
|
-
"variant": "badge",
|
|
260
|
-
"colorMap": {
|
|
261
|
-
"active": "success",
|
|
262
|
-
"completed": "success",
|
|
263
|
-
"done": "success",
|
|
264
|
-
"pending": "warning",
|
|
265
|
-
"draft": "warning",
|
|
266
|
-
"scheduled": "warning",
|
|
267
|
-
"inactive": "neutral",
|
|
268
|
-
"archived": "neutral",
|
|
269
|
-
"disabled": "neutral",
|
|
270
|
-
"error": "destructive",
|
|
271
|
-
"cancelled": "destructive",
|
|
272
|
-
"failed": "destructive"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
129
|
+
"type": "stack",
|
|
130
|
+
"direction": "horizontal",
|
|
131
|
+
"gap": "sm",
|
|
132
|
+
"children": [
|
|
275
133
|
{
|
|
276
|
-
"
|
|
277
|
-
"label": "
|
|
278
|
-
"
|
|
134
|
+
"type": "button",
|
|
135
|
+
"label": "Add InventoryItem",
|
|
136
|
+
"event": "ADD_ITEM",
|
|
137
|
+
"variant": "primary",
|
|
138
|
+
"icon": "plus"
|
|
279
139
|
}
|
|
280
140
|
]
|
|
281
141
|
}
|
|
282
142
|
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "divider"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"type": "data-grid",
|
|
149
|
+
"entity": "InventoryItem",
|
|
150
|
+
"emptyIcon": "inbox",
|
|
151
|
+
"emptyTitle": "No items yet",
|
|
152
|
+
"emptyDescription": "Add your first item to get started.",
|
|
153
|
+
"itemActions": [
|
|
154
|
+
{
|
|
155
|
+
"label": "Use",
|
|
156
|
+
"event": "USE_ITEM",
|
|
157
|
+
"variant": "ghost",
|
|
158
|
+
"size": "sm"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"label": "Drop",
|
|
162
|
+
"event": "DROP",
|
|
163
|
+
"variant": "danger",
|
|
164
|
+
"size": "sm"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"columns": [
|
|
168
|
+
{
|
|
169
|
+
"name": "name",
|
|
170
|
+
"label": "Name",
|
|
171
|
+
"variant": "h4",
|
|
172
|
+
"icon": "package"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "description",
|
|
176
|
+
"label": "Description",
|
|
177
|
+
"variant": "badge",
|
|
178
|
+
"colorMap": {
|
|
179
|
+
"active": "success",
|
|
180
|
+
"completed": "success",
|
|
181
|
+
"done": "success",
|
|
182
|
+
"pending": "warning",
|
|
183
|
+
"draft": "warning",
|
|
184
|
+
"scheduled": "warning",
|
|
185
|
+
"inactive": "neutral",
|
|
186
|
+
"archived": "neutral",
|
|
187
|
+
"disabled": "neutral",
|
|
188
|
+
"error": "destructive",
|
|
189
|
+
"cancelled": "destructive",
|
|
190
|
+
"failed": "destructive"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "status",
|
|
195
|
+
"label": "Status",
|
|
196
|
+
"variant": "caption"
|
|
197
|
+
}
|
|
198
|
+
]
|
|
283
199
|
}
|
|
284
200
|
]
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
{
|
|
288
|
-
"from": "browsing",
|
|
289
|
-
"to": "browsing",
|
|
290
|
-
"event": "ITEM_ADDED",
|
|
291
|
-
"effects": [
|
|
292
|
-
[
|
|
293
|
-
"ref",
|
|
294
|
-
"InventoryItem"
|
|
295
|
-
]
|
|
296
|
-
]
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"from": "browsing",
|
|
300
|
-
"to": "browsing",
|
|
301
|
-
"event": "ITEM_USED",
|
|
302
|
-
"effects": [
|
|
303
|
-
[
|
|
304
|
-
"ref",
|
|
305
|
-
"InventoryItem"
|
|
306
|
-
]
|
|
307
|
-
]
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"from": "browsing",
|
|
311
|
-
"to": "browsing",
|
|
312
|
-
"event": "CONFIRM_DROP",
|
|
313
|
-
"effects": [
|
|
314
|
-
[
|
|
315
|
-
"ref",
|
|
316
|
-
"InventoryItem"
|
|
317
|
-
]
|
|
318
|
-
]
|
|
319
|
-
}
|
|
201
|
+
}
|
|
202
|
+
]
|
|
320
203
|
]
|
|
321
204
|
}
|
|
322
205
|
},
|
|
323
206
|
{
|
|
207
|
+
"ref": "Modal.traits.ModalRecordModal",
|
|
324
208
|
"name": "InventoryItemAdd",
|
|
325
209
|
"linkedEntity": "InventoryItem",
|
|
326
|
-
"
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"name": "closed",
|
|
336
|
-
"isInitial": true
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "open"
|
|
340
|
-
}
|
|
341
|
-
],
|
|
342
|
-
"events": [
|
|
343
|
-
{
|
|
344
|
-
"key": "INIT",
|
|
345
|
-
"name": "Initialize"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"key": "ADD_ITEM",
|
|
349
|
-
"name": "Open"
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"key": "CLOSE",
|
|
353
|
-
"name": "Close"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"key": "SAVE",
|
|
357
|
-
"name": "Save",
|
|
358
|
-
"payload": [
|
|
359
|
-
{
|
|
360
|
-
"name": "data",
|
|
361
|
-
"type": "object",
|
|
362
|
-
"required": true
|
|
363
|
-
}
|
|
364
|
-
]
|
|
365
|
-
}
|
|
210
|
+
"events": {
|
|
211
|
+
"OPEN": "ADD_ITEM"
|
|
212
|
+
},
|
|
213
|
+
"effects": {
|
|
214
|
+
"INIT": [
|
|
215
|
+
[
|
|
216
|
+
"ref",
|
|
217
|
+
"InventoryItem"
|
|
218
|
+
]
|
|
366
219
|
],
|
|
367
|
-
"
|
|
368
|
-
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
"from": "closed",
|
|
381
|
-
"to": "open",
|
|
382
|
-
"event": "ADD_ITEM",
|
|
383
|
-
"effects": [
|
|
384
|
-
[
|
|
385
|
-
"fetch",
|
|
386
|
-
"InventoryItem"
|
|
387
|
-
],
|
|
388
|
-
[
|
|
389
|
-
"render-ui",
|
|
390
|
-
"modal",
|
|
220
|
+
"ADD_ITEM": [
|
|
221
|
+
[
|
|
222
|
+
"fetch",
|
|
223
|
+
"InventoryItem"
|
|
224
|
+
],
|
|
225
|
+
[
|
|
226
|
+
"render-ui",
|
|
227
|
+
"modal",
|
|
228
|
+
{
|
|
229
|
+
"type": "stack",
|
|
230
|
+
"direction": "vertical",
|
|
231
|
+
"gap": "md",
|
|
232
|
+
"children": [
|
|
391
233
|
{
|
|
392
234
|
"type": "stack",
|
|
393
|
-
"direction": "
|
|
394
|
-
"gap": "
|
|
235
|
+
"direction": "horizontal",
|
|
236
|
+
"gap": "sm",
|
|
395
237
|
"children": [
|
|
396
238
|
{
|
|
397
|
-
"type": "
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"children": [
|
|
401
|
-
{
|
|
402
|
-
"type": "icon",
|
|
403
|
-
"name": "plus-circle",
|
|
404
|
-
"size": "md"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"type": "typography",
|
|
408
|
-
"content": "Add InventoryItem",
|
|
409
|
-
"variant": "h3"
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"type": "divider"
|
|
239
|
+
"type": "icon",
|
|
240
|
+
"name": "plus-circle",
|
|
241
|
+
"size": "md"
|
|
415
242
|
},
|
|
416
243
|
{
|
|
417
|
-
"type": "
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"submitEvent": "SAVE",
|
|
421
|
-
"cancelEvent": "CLOSE",
|
|
422
|
-
"fields": [
|
|
423
|
-
"name",
|
|
424
|
-
"description",
|
|
425
|
-
"status"
|
|
426
|
-
]
|
|
244
|
+
"type": "typography",
|
|
245
|
+
"content": "Add InventoryItem",
|
|
246
|
+
"variant": "h3"
|
|
427
247
|
}
|
|
428
248
|
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"type": "divider"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"type": "form-section",
|
|
255
|
+
"entity": "InventoryItem",
|
|
256
|
+
"mode": "create",
|
|
257
|
+
"submitEvent": "SAVE",
|
|
258
|
+
"cancelEvent": "CLOSE",
|
|
259
|
+
"fields": [
|
|
260
|
+
"name",
|
|
261
|
+
"description",
|
|
262
|
+
"status"
|
|
263
|
+
]
|
|
429
264
|
}
|
|
430
265
|
]
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
"
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
"
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
"render-ui",
|
|
463
|
-
"modal",
|
|
464
|
-
null
|
|
465
|
-
],
|
|
466
|
-
[
|
|
467
|
-
"emit",
|
|
468
|
-
"ITEM_ADDED"
|
|
469
|
-
],
|
|
470
|
-
[
|
|
471
|
-
"notify",
|
|
472
|
-
"InventoryItem created successfully"
|
|
473
|
-
]
|
|
474
|
-
]
|
|
475
|
-
}
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
],
|
|
269
|
+
"CLOSE": [
|
|
270
|
+
[
|
|
271
|
+
"render-ui",
|
|
272
|
+
"modal",
|
|
273
|
+
null
|
|
274
|
+
],
|
|
275
|
+
[
|
|
276
|
+
"notify",
|
|
277
|
+
"Cancelled",
|
|
278
|
+
"info"
|
|
279
|
+
]
|
|
280
|
+
],
|
|
281
|
+
"SAVE": [
|
|
282
|
+
[
|
|
283
|
+
"persist",
|
|
284
|
+
"create",
|
|
285
|
+
"InventoryItem",
|
|
286
|
+
"@payload.data"
|
|
287
|
+
],
|
|
288
|
+
[
|
|
289
|
+
"render-ui",
|
|
290
|
+
"modal",
|
|
291
|
+
null
|
|
292
|
+
],
|
|
293
|
+
[
|
|
294
|
+
"emit",
|
|
295
|
+
"ITEM_ADDED"
|
|
296
|
+
]
|
|
476
297
|
]
|
|
477
298
|
}
|
|
478
299
|
},
|
|
479
300
|
{
|
|
301
|
+
"ref": "Modal.traits.ModalRecordModal",
|
|
480
302
|
"name": "InventoryItemUse",
|
|
481
303
|
"linkedEntity": "InventoryItem",
|
|
482
|
-
"
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
"name": "closed",
|
|
492
|
-
"isInitial": true
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "open"
|
|
496
|
-
}
|
|
497
|
-
],
|
|
498
|
-
"events": [
|
|
499
|
-
{
|
|
500
|
-
"key": "INIT",
|
|
501
|
-
"name": "Initialize"
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"key": "USE_ITEM",
|
|
505
|
-
"name": "Open",
|
|
506
|
-
"payload": [
|
|
507
|
-
{
|
|
508
|
-
"name": "id",
|
|
509
|
-
"type": "string",
|
|
510
|
-
"required": true
|
|
511
|
-
}
|
|
512
|
-
]
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"key": "CLOSE",
|
|
516
|
-
"name": "Close"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"key": "SAVE",
|
|
520
|
-
"name": "Save",
|
|
521
|
-
"payload": [
|
|
522
|
-
{
|
|
523
|
-
"name": "data",
|
|
524
|
-
"type": "object",
|
|
525
|
-
"required": true
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
}
|
|
304
|
+
"events": {
|
|
305
|
+
"OPEN": "USE_ITEM"
|
|
306
|
+
},
|
|
307
|
+
"effects": {
|
|
308
|
+
"INIT": [
|
|
309
|
+
[
|
|
310
|
+
"ref",
|
|
311
|
+
"InventoryItem"
|
|
312
|
+
]
|
|
529
313
|
],
|
|
530
|
-
"
|
|
531
|
-
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
[
|
|
548
|
-
"fetch",
|
|
549
|
-
"InventoryItem",
|
|
550
|
-
{
|
|
551
|
-
"id": "@payload.id"
|
|
552
|
-
}
|
|
553
|
-
],
|
|
554
|
-
[
|
|
555
|
-
"render-ui",
|
|
556
|
-
"modal",
|
|
314
|
+
"USE_ITEM": [
|
|
315
|
+
[
|
|
316
|
+
"fetch",
|
|
317
|
+
"InventoryItem",
|
|
318
|
+
{
|
|
319
|
+
"id": "@payload.id"
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
[
|
|
323
|
+
"render-ui",
|
|
324
|
+
"modal",
|
|
325
|
+
{
|
|
326
|
+
"type": "stack",
|
|
327
|
+
"direction": "vertical",
|
|
328
|
+
"gap": "md",
|
|
329
|
+
"align": "center",
|
|
330
|
+
"children": [
|
|
557
331
|
{
|
|
558
332
|
"type": "stack",
|
|
559
|
-
"direction": "
|
|
560
|
-
"gap": "
|
|
333
|
+
"direction": "horizontal",
|
|
334
|
+
"gap": "sm",
|
|
561
335
|
"align": "center",
|
|
562
336
|
"children": [
|
|
563
337
|
{
|
|
564
|
-
"type": "
|
|
565
|
-
"
|
|
566
|
-
"
|
|
567
|
-
"align": "center",
|
|
568
|
-
"children": [
|
|
569
|
-
{
|
|
570
|
-
"type": "icon",
|
|
571
|
-
"name": "zap",
|
|
572
|
-
"size": "md"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"type": "typography",
|
|
576
|
-
"content": "Use InventoryItem",
|
|
577
|
-
"variant": "h3"
|
|
578
|
-
}
|
|
579
|
-
]
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"type": "divider"
|
|
338
|
+
"type": "icon",
|
|
339
|
+
"name": "zap",
|
|
340
|
+
"size": "md"
|
|
583
341
|
},
|
|
584
342
|
{
|
|
585
343
|
"type": "typography",
|
|
586
|
-
"content": "
|
|
587
|
-
"variant": "
|
|
344
|
+
"content": "Use InventoryItem",
|
|
345
|
+
"variant": "h3"
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "divider"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "typography",
|
|
354
|
+
"content": "@entity.name",
|
|
355
|
+
"variant": "body"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"type": "stack",
|
|
359
|
+
"direction": "horizontal",
|
|
360
|
+
"gap": "sm",
|
|
361
|
+
"justify": "center",
|
|
362
|
+
"children": [
|
|
363
|
+
{
|
|
364
|
+
"type": "button",
|
|
365
|
+
"label": "Cancel",
|
|
366
|
+
"event": "CLOSE",
|
|
367
|
+
"variant": "ghost"
|
|
588
368
|
},
|
|
589
369
|
{
|
|
590
|
-
"type": "
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
"
|
|
594
|
-
"
|
|
595
|
-
{
|
|
596
|
-
"type": "button",
|
|
597
|
-
"label": "Cancel",
|
|
598
|
-
"event": "CLOSE",
|
|
599
|
-
"variant": "ghost"
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"type": "button",
|
|
603
|
-
"label": "Confirm Use",
|
|
604
|
-
"event": "SAVE",
|
|
605
|
-
"variant": "primary",
|
|
606
|
-
"icon": "check"
|
|
607
|
-
}
|
|
608
|
-
]
|
|
370
|
+
"type": "button",
|
|
371
|
+
"label": "Confirm Use",
|
|
372
|
+
"event": "SAVE",
|
|
373
|
+
"variant": "primary",
|
|
374
|
+
"icon": "check"
|
|
609
375
|
}
|
|
610
376
|
]
|
|
611
377
|
}
|
|
612
378
|
]
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
"
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
"
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
"render-ui",
|
|
645
|
-
"modal",
|
|
646
|
-
null
|
|
647
|
-
],
|
|
648
|
-
[
|
|
649
|
-
"emit",
|
|
650
|
-
"ITEM_USED"
|
|
651
|
-
],
|
|
652
|
-
[
|
|
653
|
-
"notify",
|
|
654
|
-
"InventoryItem updated successfully"
|
|
655
|
-
]
|
|
656
|
-
]
|
|
657
|
-
}
|
|
379
|
+
}
|
|
380
|
+
]
|
|
381
|
+
],
|
|
382
|
+
"CLOSE": [
|
|
383
|
+
[
|
|
384
|
+
"render-ui",
|
|
385
|
+
"modal",
|
|
386
|
+
null
|
|
387
|
+
],
|
|
388
|
+
[
|
|
389
|
+
"notify",
|
|
390
|
+
"Cancelled",
|
|
391
|
+
"info"
|
|
392
|
+
]
|
|
393
|
+
],
|
|
394
|
+
"SAVE": [
|
|
395
|
+
[
|
|
396
|
+
"persist",
|
|
397
|
+
"update",
|
|
398
|
+
"InventoryItem",
|
|
399
|
+
"@payload.data"
|
|
400
|
+
],
|
|
401
|
+
[
|
|
402
|
+
"render-ui",
|
|
403
|
+
"modal",
|
|
404
|
+
null
|
|
405
|
+
],
|
|
406
|
+
[
|
|
407
|
+
"emit",
|
|
408
|
+
"ITEM_USED"
|
|
409
|
+
]
|
|
658
410
|
]
|
|
659
411
|
}
|
|
660
412
|
},
|
|
661
413
|
{
|
|
414
|
+
"ref": "Confirmation.traits.ConfirmActionConfirmation",
|
|
662
415
|
"name": "InventoryItemDrop",
|
|
663
416
|
"linkedEntity": "InventoryItem",
|
|
664
|
-
"
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
"isInitial": true
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "confirming"
|
|
678
|
-
}
|
|
679
|
-
],
|
|
680
|
-
"events": [
|
|
681
|
-
{
|
|
682
|
-
"key": "INIT",
|
|
683
|
-
"name": "Initialize"
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"key": "DROP",
|
|
687
|
-
"name": "Request Confirmation",
|
|
688
|
-
"payload": [
|
|
689
|
-
{
|
|
690
|
-
"name": "id",
|
|
691
|
-
"type": "string",
|
|
692
|
-
"required": true
|
|
693
|
-
}
|
|
694
|
-
]
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"key": "CONFIRM_DROP",
|
|
698
|
-
"name": "Confirm",
|
|
699
|
-
"payload": [
|
|
700
|
-
{
|
|
701
|
-
"name": "id",
|
|
702
|
-
"type": "string",
|
|
703
|
-
"required": true
|
|
704
|
-
}
|
|
705
|
-
]
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"key": "CANCEL",
|
|
709
|
-
"name": "Cancel"
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"key": "CLOSE",
|
|
713
|
-
"name": "Close"
|
|
714
|
-
}
|
|
417
|
+
"events": {
|
|
418
|
+
"REQUEST": "DROP",
|
|
419
|
+
"CONFIRM": "CONFIRM_DROP"
|
|
420
|
+
},
|
|
421
|
+
"effects": {
|
|
422
|
+
"INIT": [
|
|
423
|
+
[
|
|
424
|
+
"ref",
|
|
425
|
+
"InventoryItem"
|
|
426
|
+
]
|
|
715
427
|
],
|
|
716
|
-
"
|
|
717
|
-
|
|
718
|
-
"
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
"
|
|
731
|
-
"
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
],
|
|
738
|
-
[
|
|
739
|
-
"fetch",
|
|
740
|
-
"InventoryItem",
|
|
741
|
-
{
|
|
742
|
-
"id": "@payload.id"
|
|
743
|
-
}
|
|
744
|
-
],
|
|
745
|
-
[
|
|
746
|
-
"render-ui",
|
|
747
|
-
"modal",
|
|
428
|
+
"DROP": [
|
|
429
|
+
[
|
|
430
|
+
"set",
|
|
431
|
+
"@entity.pendingId",
|
|
432
|
+
"@payload.id"
|
|
433
|
+
],
|
|
434
|
+
[
|
|
435
|
+
"fetch",
|
|
436
|
+
"InventoryItem",
|
|
437
|
+
{
|
|
438
|
+
"id": "@payload.id"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
[
|
|
442
|
+
"render-ui",
|
|
443
|
+
"modal",
|
|
444
|
+
{
|
|
445
|
+
"type": "stack",
|
|
446
|
+
"direction": "vertical",
|
|
447
|
+
"gap": "md",
|
|
448
|
+
"children": [
|
|
748
449
|
{
|
|
749
450
|
"type": "stack",
|
|
750
|
-
"direction": "
|
|
751
|
-
"gap": "
|
|
451
|
+
"direction": "horizontal",
|
|
452
|
+
"gap": "sm",
|
|
453
|
+
"align": "center",
|
|
752
454
|
"children": [
|
|
753
455
|
{
|
|
754
|
-
"type": "
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
"align": "center",
|
|
758
|
-
"children": [
|
|
759
|
-
{
|
|
760
|
-
"type": "icon",
|
|
761
|
-
"name": "alert-triangle",
|
|
762
|
-
"size": "md"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"type": "typography",
|
|
766
|
-
"content": "Drop InventoryItem",
|
|
767
|
-
"variant": "h3"
|
|
768
|
-
}
|
|
769
|
-
]
|
|
456
|
+
"type": "icon",
|
|
457
|
+
"name": "alert-triangle",
|
|
458
|
+
"size": "md"
|
|
770
459
|
},
|
|
771
460
|
{
|
|
772
|
-
"type": "
|
|
773
|
-
|
|
461
|
+
"type": "typography",
|
|
462
|
+
"content": "Drop InventoryItem",
|
|
463
|
+
"variant": "h3"
|
|
464
|
+
}
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"type": "divider"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"type": "alert",
|
|
472
|
+
"variant": "danger",
|
|
473
|
+
"message": "Are you sure you want to drop this inventoryitem?"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"type": "stack",
|
|
477
|
+
"direction": "horizontal",
|
|
478
|
+
"gap": "sm",
|
|
479
|
+
"justify": "end",
|
|
480
|
+
"children": [
|
|
774
481
|
{
|
|
775
|
-
"type": "
|
|
776
|
-
"
|
|
777
|
-
"
|
|
482
|
+
"type": "button",
|
|
483
|
+
"label": "Cancel",
|
|
484
|
+
"event": "CANCEL",
|
|
485
|
+
"variant": "ghost"
|
|
778
486
|
},
|
|
779
487
|
{
|
|
780
|
-
"type": "
|
|
781
|
-
"
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
-
"
|
|
785
|
-
{
|
|
786
|
-
"type": "button",
|
|
787
|
-
"label": "Cancel",
|
|
788
|
-
"event": "CANCEL",
|
|
789
|
-
"variant": "ghost"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"type": "button",
|
|
793
|
-
"label": "Drop",
|
|
794
|
-
"event": "CONFIRM_DROP",
|
|
795
|
-
"variant": "danger",
|
|
796
|
-
"icon": "check"
|
|
797
|
-
}
|
|
798
|
-
]
|
|
488
|
+
"type": "button",
|
|
489
|
+
"label": "Drop",
|
|
490
|
+
"event": "CONFIRM_DROP",
|
|
491
|
+
"variant": "danger",
|
|
492
|
+
"icon": "check"
|
|
799
493
|
}
|
|
800
494
|
]
|
|
801
495
|
}
|
|
802
496
|
]
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
"
|
|
809
|
-
"
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
],
|
|
845
|
-
[
|
|
846
|
-
"ref",
|
|
847
|
-
"InventoryItem"
|
|
848
|
-
]
|
|
849
|
-
]
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"from": "confirming",
|
|
853
|
-
"to": "idle",
|
|
854
|
-
"event": "CLOSE",
|
|
855
|
-
"effects": [
|
|
856
|
-
[
|
|
857
|
-
"render-ui",
|
|
858
|
-
"modal",
|
|
859
|
-
null
|
|
860
|
-
],
|
|
861
|
-
[
|
|
862
|
-
"ref",
|
|
863
|
-
"InventoryItem"
|
|
864
|
-
]
|
|
865
|
-
]
|
|
866
|
-
}
|
|
497
|
+
}
|
|
498
|
+
]
|
|
499
|
+
],
|
|
500
|
+
"CONFIRM_DROP": [
|
|
501
|
+
[
|
|
502
|
+
"persist",
|
|
503
|
+
"delete",
|
|
504
|
+
"InventoryItem",
|
|
505
|
+
"@entity.pendingId"
|
|
506
|
+
],
|
|
507
|
+
[
|
|
508
|
+
"render-ui",
|
|
509
|
+
"modal",
|
|
510
|
+
null
|
|
511
|
+
],
|
|
512
|
+
[
|
|
513
|
+
"ref",
|
|
514
|
+
"InventoryItem"
|
|
515
|
+
]
|
|
516
|
+
],
|
|
517
|
+
"CANCEL": [
|
|
518
|
+
[
|
|
519
|
+
"render-ui",
|
|
520
|
+
"modal",
|
|
521
|
+
null
|
|
522
|
+
],
|
|
523
|
+
[
|
|
524
|
+
"ref",
|
|
525
|
+
"InventoryItem"
|
|
526
|
+
]
|
|
527
|
+
],
|
|
528
|
+
"CLOSE": [
|
|
529
|
+
[
|
|
530
|
+
"render-ui",
|
|
531
|
+
"modal",
|
|
532
|
+
null
|
|
533
|
+
],
|
|
534
|
+
[
|
|
535
|
+
"ref",
|
|
536
|
+
"InventoryItem"
|
|
537
|
+
]
|
|
867
538
|
]
|
|
868
539
|
}
|
|
869
540
|
}
|
|
@@ -889,6 +560,5 @@
|
|
|
889
560
|
}
|
|
890
561
|
]
|
|
891
562
|
}
|
|
892
|
-
]
|
|
893
|
-
|
|
894
|
-
}
|
|
563
|
+
]
|
|
564
|
+
}
|