@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-list",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "CRUD list molecule. Composes atoms via shared event bus: - stdBrowse: data-grid with item actions (fires CREATE, VIEW, EDIT, DELETE) - stdModal (x3): create form, edit form, detail view (responds to matching events) - stdConfirmation: delete confirmation (responds to DELETE → CONFIRM_DELETE)",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "ListItemOrbital",
|
|
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": "ListItem",
|
|
8
24
|
"persistence": "persistent",
|
|
@@ -38,1270 +54,622 @@
|
|
|
38
54
|
},
|
|
39
55
|
"traits": [
|
|
40
56
|
{
|
|
57
|
+
"ref": "Browse.traits.BrowseItemBrowse",
|
|
41
58
|
"name": "ListItemBrowse",
|
|
42
59
|
"linkedEntity": "ListItem",
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"isInitial": true
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "deleting"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"events": [
|
|
65
|
-
{
|
|
66
|
-
"key": "INIT",
|
|
67
|
-
"name": "Initialize"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"key": "CREATE",
|
|
71
|
-
"name": "CREATE"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"key": "VIEW",
|
|
75
|
-
"name": "VIEW",
|
|
76
|
-
"payload": [
|
|
77
|
-
{
|
|
78
|
-
"name": "id",
|
|
79
|
-
"type": "string",
|
|
80
|
-
"required": true
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "row",
|
|
84
|
-
"type": "object"
|
|
85
|
-
}
|
|
86
|
-
]
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"key": "EDIT",
|
|
90
|
-
"name": "EDIT",
|
|
91
|
-
"payload": [
|
|
92
|
-
{
|
|
93
|
-
"name": "id",
|
|
94
|
-
"type": "string",
|
|
95
|
-
"required": true
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "row",
|
|
99
|
-
"type": "object"
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"key": "DELETE",
|
|
105
|
-
"name": "DELETE",
|
|
106
|
-
"payload": [
|
|
107
|
-
{
|
|
108
|
-
"name": "id",
|
|
109
|
-
"type": "string",
|
|
110
|
-
"required": true
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "row",
|
|
114
|
-
"type": "object"
|
|
115
|
-
}
|
|
116
|
-
]
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"key": "LIST_ITEM_CREATED",
|
|
120
|
-
"name": "LIST_ITEM_CREATED",
|
|
121
|
-
"payload": [
|
|
122
|
-
{
|
|
123
|
-
"name": "data",
|
|
124
|
-
"type": "object",
|
|
125
|
-
"required": true
|
|
126
|
-
}
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"key": "LIST_ITEM_UPDATED",
|
|
131
|
-
"name": "LIST_ITEM_UPDATED",
|
|
132
|
-
"payload": [
|
|
133
|
-
{
|
|
134
|
-
"name": "data",
|
|
135
|
-
"type": "object",
|
|
136
|
-
"required": true
|
|
137
|
-
}
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"key": "CONFIRM_DELETE",
|
|
142
|
-
"name": "Confirm Delete"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"key": "CANCEL",
|
|
146
|
-
"name": "Cancel"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"key": "CLOSE",
|
|
150
|
-
"name": "Close"
|
|
151
|
-
}
|
|
152
|
-
],
|
|
153
|
-
"transitions": [
|
|
154
|
-
{
|
|
155
|
-
"from": "browsing",
|
|
156
|
-
"to": "browsing",
|
|
157
|
-
"event": "INIT",
|
|
158
|
-
"effects": [
|
|
159
|
-
[
|
|
160
|
-
"ref",
|
|
161
|
-
"ListItem"
|
|
162
|
-
],
|
|
163
|
-
[
|
|
164
|
-
"render-ui",
|
|
165
|
-
"main",
|
|
166
|
-
{
|
|
167
|
-
"type": "stack",
|
|
168
|
-
"direction": "vertical",
|
|
169
|
-
"gap": "lg",
|
|
170
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
171
|
-
"children": [
|
|
172
|
-
{
|
|
173
|
-
"type": "stack",
|
|
174
|
-
"direction": "horizontal",
|
|
175
|
-
"gap": "md",
|
|
176
|
-
"justify": "space-between",
|
|
177
|
-
"align": "center",
|
|
178
|
-
"children": [
|
|
179
|
-
{
|
|
180
|
-
"type": "stack",
|
|
181
|
-
"direction": "horizontal",
|
|
182
|
-
"gap": "sm",
|
|
183
|
-
"align": "center",
|
|
184
|
-
"children": [
|
|
185
|
-
{
|
|
186
|
-
"type": "icon",
|
|
187
|
-
"name": "list",
|
|
188
|
-
"size": "lg"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"type": "typography",
|
|
192
|
-
"content": "ListItems",
|
|
193
|
-
"variant": "h2"
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "stack",
|
|
199
|
-
"direction": "horizontal",
|
|
200
|
-
"gap": "sm",
|
|
201
|
-
"children": [
|
|
202
|
-
{
|
|
203
|
-
"type": "button",
|
|
204
|
-
"label": "Create ListItem",
|
|
205
|
-
"event": "CREATE",
|
|
206
|
-
"variant": "primary",
|
|
207
|
-
"icon": "plus"
|
|
208
|
-
}
|
|
209
|
-
]
|
|
210
|
-
}
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"type": "divider"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"type": "data-grid",
|
|
218
|
-
"entity": "ListItem",
|
|
219
|
-
"emptyIcon": "inbox",
|
|
220
|
-
"emptyTitle": "No listitems yet",
|
|
221
|
-
"emptyDescription": "Create your first listitem to get started.",
|
|
222
|
-
"itemActions": [
|
|
223
|
-
{
|
|
224
|
-
"label": "View",
|
|
225
|
-
"event": "VIEW",
|
|
226
|
-
"variant": "ghost",
|
|
227
|
-
"size": "sm"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"label": "Edit",
|
|
231
|
-
"event": "EDIT",
|
|
232
|
-
"variant": "ghost",
|
|
233
|
-
"size": "sm"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"label": "Delete",
|
|
237
|
-
"event": "DELETE",
|
|
238
|
-
"variant": "danger",
|
|
239
|
-
"size": "sm"
|
|
240
|
-
}
|
|
241
|
-
],
|
|
242
|
-
"columns": [
|
|
243
|
-
{
|
|
244
|
-
"name": "name",
|
|
245
|
-
"label": "Name",
|
|
246
|
-
"variant": "h4",
|
|
247
|
-
"icon": "list"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "description",
|
|
251
|
-
"label": "Description",
|
|
252
|
-
"variant": "badge",
|
|
253
|
-
"colorMap": {
|
|
254
|
-
"active": "success",
|
|
255
|
-
"completed": "success",
|
|
256
|
-
"done": "success",
|
|
257
|
-
"pending": "warning",
|
|
258
|
-
"draft": "warning",
|
|
259
|
-
"scheduled": "warning",
|
|
260
|
-
"inactive": "neutral",
|
|
261
|
-
"archived": "neutral",
|
|
262
|
-
"disabled": "neutral",
|
|
263
|
-
"error": "destructive",
|
|
264
|
-
"cancelled": "destructive",
|
|
265
|
-
"failed": "destructive"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "status",
|
|
270
|
-
"label": "Status",
|
|
271
|
-
"variant": "caption"
|
|
272
|
-
}
|
|
273
|
-
]
|
|
274
|
-
}
|
|
275
|
-
]
|
|
276
|
-
}
|
|
277
|
-
]
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"from": "browsing",
|
|
282
|
-
"to": "browsing",
|
|
283
|
-
"event": "LIST_ITEM_CREATED",
|
|
284
|
-
"effects": [
|
|
285
|
-
[
|
|
286
|
-
"ref",
|
|
287
|
-
"ListItem"
|
|
288
|
-
]
|
|
289
|
-
]
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"from": "browsing",
|
|
293
|
-
"to": "browsing",
|
|
294
|
-
"event": "LIST_ITEM_UPDATED",
|
|
295
|
-
"effects": [
|
|
296
|
-
[
|
|
297
|
-
"ref",
|
|
298
|
-
"ListItem"
|
|
299
|
-
]
|
|
300
|
-
]
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"from": "browsing",
|
|
304
|
-
"to": "deleting",
|
|
305
|
-
"event": "DELETE",
|
|
306
|
-
"effects": [
|
|
307
|
-
[
|
|
308
|
-
"fetch",
|
|
309
|
-
"ListItem",
|
|
310
|
-
{
|
|
311
|
-
"id": "@payload.id"
|
|
312
|
-
}
|
|
313
|
-
],
|
|
314
|
-
[
|
|
315
|
-
"render-ui",
|
|
316
|
-
"modal",
|
|
60
|
+
"effects": {
|
|
61
|
+
"INIT": [
|
|
62
|
+
[
|
|
63
|
+
"ref",
|
|
64
|
+
"ListItem"
|
|
65
|
+
],
|
|
66
|
+
[
|
|
67
|
+
"render-ui",
|
|
68
|
+
"main",
|
|
69
|
+
{
|
|
70
|
+
"type": "stack",
|
|
71
|
+
"direction": "vertical",
|
|
72
|
+
"gap": "lg",
|
|
73
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
74
|
+
"children": [
|
|
317
75
|
{
|
|
318
76
|
"type": "stack",
|
|
319
|
-
"direction": "
|
|
77
|
+
"direction": "horizontal",
|
|
320
78
|
"gap": "md",
|
|
79
|
+
"justify": "space-between",
|
|
80
|
+
"align": "center",
|
|
321
81
|
"children": [
|
|
322
82
|
{
|
|
323
83
|
"type": "stack",
|
|
324
84
|
"direction": "horizontal",
|
|
325
85
|
"gap": "sm",
|
|
86
|
+
"align": "center",
|
|
326
87
|
"children": [
|
|
327
88
|
{
|
|
328
89
|
"type": "icon",
|
|
329
|
-
"name": "
|
|
330
|
-
"size": "
|
|
90
|
+
"name": "list",
|
|
91
|
+
"size": "lg"
|
|
331
92
|
},
|
|
332
93
|
{
|
|
333
94
|
"type": "typography",
|
|
334
|
-
"content": "
|
|
335
|
-
"variant": "
|
|
95
|
+
"content": "ListItems",
|
|
96
|
+
"variant": "h2"
|
|
336
97
|
}
|
|
337
98
|
]
|
|
338
99
|
},
|
|
339
|
-
{
|
|
340
|
-
"type": "divider"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"type": "typography",
|
|
344
|
-
"content": "@entity.name",
|
|
345
|
-
"variant": "h4"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "typography",
|
|
349
|
-
"content": "This action cannot be undone.",
|
|
350
|
-
"variant": "body"
|
|
351
|
-
},
|
|
352
100
|
{
|
|
353
101
|
"type": "stack",
|
|
354
102
|
"direction": "horizontal",
|
|
355
103
|
"gap": "sm",
|
|
356
|
-
"justify": "end",
|
|
357
104
|
"children": [
|
|
358
105
|
{
|
|
359
106
|
"type": "button",
|
|
360
|
-
"label": "
|
|
361
|
-
"event": "
|
|
362
|
-
"variant": "
|
|
363
|
-
|
|
364
|
-
{
|
|
365
|
-
"type": "button",
|
|
366
|
-
"label": "Delete",
|
|
367
|
-
"event": "CONFIRM_DELETE",
|
|
368
|
-
"variant": "danger",
|
|
369
|
-
"icon": "trash"
|
|
107
|
+
"label": "Create ListItem",
|
|
108
|
+
"event": "CREATE",
|
|
109
|
+
"variant": "primary",
|
|
110
|
+
"icon": "plus"
|
|
370
111
|
}
|
|
371
112
|
]
|
|
372
113
|
}
|
|
373
114
|
]
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
]
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"from": "deleting",
|
|
380
|
-
"to": "browsing",
|
|
381
|
-
"event": "CONFIRM_DELETE",
|
|
382
|
-
"effects": [
|
|
383
|
-
[
|
|
384
|
-
"persist",
|
|
385
|
-
"delete",
|
|
386
|
-
"ListItem",
|
|
387
|
-
"@entity.id"
|
|
388
|
-
],
|
|
389
|
-
[
|
|
390
|
-
"render-ui",
|
|
391
|
-
"modal",
|
|
392
|
-
null
|
|
393
|
-
],
|
|
394
|
-
[
|
|
395
|
-
"render-ui",
|
|
396
|
-
"main",
|
|
115
|
+
},
|
|
397
116
|
{
|
|
398
|
-
"type": "
|
|
399
|
-
|
|
400
|
-
"gap": "lg",
|
|
401
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
402
|
-
"children": [
|
|
403
|
-
{
|
|
404
|
-
"type": "stack",
|
|
405
|
-
"direction": "horizontal",
|
|
406
|
-
"gap": "md",
|
|
407
|
-
"justify": "space-between",
|
|
408
|
-
"align": "center",
|
|
409
|
-
"children": [
|
|
410
|
-
{
|
|
411
|
-
"type": "stack",
|
|
412
|
-
"direction": "horizontal",
|
|
413
|
-
"gap": "sm",
|
|
414
|
-
"align": "center",
|
|
415
|
-
"children": [
|
|
416
|
-
{
|
|
417
|
-
"type": "icon",
|
|
418
|
-
"name": "list",
|
|
419
|
-
"size": "lg"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"type": "typography",
|
|
423
|
-
"content": "ListItems",
|
|
424
|
-
"variant": "h2"
|
|
425
|
-
}
|
|
426
|
-
]
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"type": "stack",
|
|
430
|
-
"direction": "horizontal",
|
|
431
|
-
"gap": "sm",
|
|
432
|
-
"children": [
|
|
433
|
-
{
|
|
434
|
-
"type": "button",
|
|
435
|
-
"label": "Create ListItem",
|
|
436
|
-
"event": "CREATE",
|
|
437
|
-
"variant": "primary",
|
|
438
|
-
"icon": "plus"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
441
|
-
}
|
|
442
|
-
]
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"type": "divider"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"type": "data-grid",
|
|
449
|
-
"entity": "ListItem",
|
|
450
|
-
"emptyIcon": "inbox",
|
|
451
|
-
"emptyTitle": "No listitems yet",
|
|
452
|
-
"emptyDescription": "Create your first listitem to get started.",
|
|
453
|
-
"itemActions": [
|
|
454
|
-
{
|
|
455
|
-
"label": "View",
|
|
456
|
-
"event": "VIEW",
|
|
457
|
-
"variant": "ghost",
|
|
458
|
-
"size": "sm"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"label": "Edit",
|
|
462
|
-
"event": "EDIT",
|
|
463
|
-
"variant": "ghost",
|
|
464
|
-
"size": "sm"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"label": "Delete",
|
|
468
|
-
"event": "DELETE",
|
|
469
|
-
"variant": "danger",
|
|
470
|
-
"size": "sm"
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"columns": [
|
|
474
|
-
{
|
|
475
|
-
"name": "name",
|
|
476
|
-
"label": "Name",
|
|
477
|
-
"variant": "h4",
|
|
478
|
-
"icon": "list"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "description",
|
|
482
|
-
"label": "Description",
|
|
483
|
-
"variant": "badge",
|
|
484
|
-
"colorMap": {
|
|
485
|
-
"active": "success",
|
|
486
|
-
"completed": "success",
|
|
487
|
-
"done": "success",
|
|
488
|
-
"pending": "warning",
|
|
489
|
-
"draft": "warning",
|
|
490
|
-
"scheduled": "warning",
|
|
491
|
-
"inactive": "neutral",
|
|
492
|
-
"archived": "neutral",
|
|
493
|
-
"disabled": "neutral",
|
|
494
|
-
"error": "destructive",
|
|
495
|
-
"cancelled": "destructive",
|
|
496
|
-
"failed": "destructive"
|
|
497
|
-
}
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"name": "status",
|
|
501
|
-
"label": "Status",
|
|
502
|
-
"variant": "caption"
|
|
503
|
-
}
|
|
504
|
-
]
|
|
505
|
-
}
|
|
506
|
-
]
|
|
507
|
-
}
|
|
508
|
-
],
|
|
509
|
-
[
|
|
510
|
-
"notify",
|
|
511
|
-
"ListItem deleted successfully"
|
|
512
|
-
]
|
|
513
|
-
]
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"from": "deleting",
|
|
517
|
-
"to": "browsing",
|
|
518
|
-
"event": "CANCEL",
|
|
519
|
-
"effects": [
|
|
520
|
-
[
|
|
521
|
-
"render-ui",
|
|
522
|
-
"modal",
|
|
523
|
-
null
|
|
524
|
-
],
|
|
525
|
-
[
|
|
526
|
-
"fetch",
|
|
527
|
-
"ListItem"
|
|
528
|
-
],
|
|
529
|
-
[
|
|
530
|
-
"render-ui",
|
|
531
|
-
"main",
|
|
117
|
+
"type": "divider"
|
|
118
|
+
},
|
|
532
119
|
{
|
|
533
|
-
"type": "
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"
|
|
120
|
+
"type": "data-grid",
|
|
121
|
+
"entity": "ListItem",
|
|
122
|
+
"emptyIcon": "inbox",
|
|
123
|
+
"emptyTitle": "No listitems yet",
|
|
124
|
+
"emptyDescription": "Create your first listitem to get started.",
|
|
125
|
+
"itemActions": [
|
|
538
126
|
{
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"
|
|
543
|
-
"align": "center",
|
|
544
|
-
"children": [
|
|
545
|
-
{
|
|
546
|
-
"type": "stack",
|
|
547
|
-
"direction": "horizontal",
|
|
548
|
-
"gap": "sm",
|
|
549
|
-
"align": "center",
|
|
550
|
-
"children": [
|
|
551
|
-
{
|
|
552
|
-
"type": "icon",
|
|
553
|
-
"name": "list",
|
|
554
|
-
"size": "lg"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"type": "typography",
|
|
558
|
-
"content": "ListItems",
|
|
559
|
-
"variant": "h2"
|
|
560
|
-
}
|
|
561
|
-
]
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"type": "stack",
|
|
565
|
-
"direction": "horizontal",
|
|
566
|
-
"gap": "sm",
|
|
567
|
-
"children": [
|
|
568
|
-
{
|
|
569
|
-
"type": "button",
|
|
570
|
-
"label": "Create ListItem",
|
|
571
|
-
"event": "CREATE",
|
|
572
|
-
"variant": "primary",
|
|
573
|
-
"icon": "plus"
|
|
574
|
-
}
|
|
575
|
-
]
|
|
576
|
-
}
|
|
577
|
-
]
|
|
127
|
+
"label": "View",
|
|
128
|
+
"event": "VIEW",
|
|
129
|
+
"variant": "ghost",
|
|
130
|
+
"size": "sm"
|
|
578
131
|
},
|
|
579
132
|
{
|
|
580
|
-
"
|
|
133
|
+
"label": "Edit",
|
|
134
|
+
"event": "EDIT",
|
|
135
|
+
"variant": "ghost",
|
|
136
|
+
"size": "sm"
|
|
581
137
|
},
|
|
582
138
|
{
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
"
|
|
587
|
-
"emptyDescription": "Create your first listitem to get started.",
|
|
588
|
-
"itemActions": [
|
|
589
|
-
{
|
|
590
|
-
"label": "View",
|
|
591
|
-
"event": "VIEW",
|
|
592
|
-
"variant": "ghost",
|
|
593
|
-
"size": "sm"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"label": "Edit",
|
|
597
|
-
"event": "EDIT",
|
|
598
|
-
"variant": "ghost",
|
|
599
|
-
"size": "sm"
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"label": "Delete",
|
|
603
|
-
"event": "DELETE",
|
|
604
|
-
"variant": "danger",
|
|
605
|
-
"size": "sm"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"columns": [
|
|
609
|
-
{
|
|
610
|
-
"name": "name",
|
|
611
|
-
"label": "Name",
|
|
612
|
-
"variant": "h4",
|
|
613
|
-
"icon": "list"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"name": "description",
|
|
617
|
-
"label": "Description",
|
|
618
|
-
"variant": "badge",
|
|
619
|
-
"colorMap": {
|
|
620
|
-
"active": "success",
|
|
621
|
-
"completed": "success",
|
|
622
|
-
"done": "success",
|
|
623
|
-
"pending": "warning",
|
|
624
|
-
"draft": "warning",
|
|
625
|
-
"scheduled": "warning",
|
|
626
|
-
"inactive": "neutral",
|
|
627
|
-
"archived": "neutral",
|
|
628
|
-
"disabled": "neutral",
|
|
629
|
-
"error": "destructive",
|
|
630
|
-
"cancelled": "destructive",
|
|
631
|
-
"failed": "destructive"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"name": "status",
|
|
636
|
-
"label": "Status",
|
|
637
|
-
"variant": "caption"
|
|
638
|
-
}
|
|
639
|
-
]
|
|
139
|
+
"label": "Delete",
|
|
140
|
+
"event": "DELETE",
|
|
141
|
+
"variant": "danger",
|
|
142
|
+
"size": "sm"
|
|
640
143
|
}
|
|
641
|
-
]
|
|
642
|
-
|
|
643
|
-
]
|
|
644
|
-
]
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
"from": "deleting",
|
|
648
|
-
"to": "browsing",
|
|
649
|
-
"event": "CLOSE",
|
|
650
|
-
"effects": [
|
|
651
|
-
[
|
|
652
|
-
"render-ui",
|
|
653
|
-
"modal",
|
|
654
|
-
null
|
|
655
|
-
],
|
|
656
|
-
[
|
|
657
|
-
"fetch",
|
|
658
|
-
"ListItem"
|
|
659
|
-
],
|
|
660
|
-
[
|
|
661
|
-
"render-ui",
|
|
662
|
-
"main",
|
|
663
|
-
{
|
|
664
|
-
"type": "stack",
|
|
665
|
-
"direction": "vertical",
|
|
666
|
-
"gap": "lg",
|
|
667
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
668
|
-
"children": [
|
|
144
|
+
],
|
|
145
|
+
"columns": [
|
|
669
146
|
{
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
"
|
|
673
|
-
"
|
|
674
|
-
"align": "center",
|
|
675
|
-
"children": [
|
|
676
|
-
{
|
|
677
|
-
"type": "stack",
|
|
678
|
-
"direction": "horizontal",
|
|
679
|
-
"gap": "sm",
|
|
680
|
-
"align": "center",
|
|
681
|
-
"children": [
|
|
682
|
-
{
|
|
683
|
-
"type": "icon",
|
|
684
|
-
"name": "list",
|
|
685
|
-
"size": "lg"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"type": "typography",
|
|
689
|
-
"content": "ListItems",
|
|
690
|
-
"variant": "h2"
|
|
691
|
-
}
|
|
692
|
-
]
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"type": "stack",
|
|
696
|
-
"direction": "horizontal",
|
|
697
|
-
"gap": "sm",
|
|
698
|
-
"children": [
|
|
699
|
-
{
|
|
700
|
-
"type": "button",
|
|
701
|
-
"label": "Create ListItem",
|
|
702
|
-
"event": "CREATE",
|
|
703
|
-
"variant": "primary",
|
|
704
|
-
"icon": "plus"
|
|
705
|
-
}
|
|
706
|
-
]
|
|
707
|
-
}
|
|
708
|
-
]
|
|
147
|
+
"name": "name",
|
|
148
|
+
"label": "Name",
|
|
149
|
+
"variant": "h4",
|
|
150
|
+
"icon": "list"
|
|
709
151
|
},
|
|
710
152
|
{
|
|
711
|
-
"
|
|
153
|
+
"name": "description",
|
|
154
|
+
"label": "Description",
|
|
155
|
+
"variant": "badge",
|
|
156
|
+
"colorMap": {
|
|
157
|
+
"active": "success",
|
|
158
|
+
"completed": "success",
|
|
159
|
+
"done": "success",
|
|
160
|
+
"pending": "warning",
|
|
161
|
+
"draft": "warning",
|
|
162
|
+
"scheduled": "warning",
|
|
163
|
+
"inactive": "neutral",
|
|
164
|
+
"archived": "neutral",
|
|
165
|
+
"disabled": "neutral",
|
|
166
|
+
"error": "destructive",
|
|
167
|
+
"cancelled": "destructive",
|
|
168
|
+
"failed": "destructive"
|
|
169
|
+
}
|
|
712
170
|
},
|
|
713
171
|
{
|
|
714
|
-
"
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
"emptyTitle": "No listitems yet",
|
|
718
|
-
"emptyDescription": "Create your first listitem to get started.",
|
|
719
|
-
"itemActions": [
|
|
720
|
-
{
|
|
721
|
-
"label": "View",
|
|
722
|
-
"event": "VIEW",
|
|
723
|
-
"variant": "ghost",
|
|
724
|
-
"size": "sm"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"label": "Edit",
|
|
728
|
-
"event": "EDIT",
|
|
729
|
-
"variant": "ghost",
|
|
730
|
-
"size": "sm"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"label": "Delete",
|
|
734
|
-
"event": "DELETE",
|
|
735
|
-
"variant": "danger",
|
|
736
|
-
"size": "sm"
|
|
737
|
-
}
|
|
738
|
-
],
|
|
739
|
-
"columns": [
|
|
740
|
-
{
|
|
741
|
-
"name": "name",
|
|
742
|
-
"label": "Name",
|
|
743
|
-
"variant": "h4",
|
|
744
|
-
"icon": "list"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"name": "description",
|
|
748
|
-
"label": "Description",
|
|
749
|
-
"variant": "badge",
|
|
750
|
-
"colorMap": {
|
|
751
|
-
"active": "success",
|
|
752
|
-
"completed": "success",
|
|
753
|
-
"done": "success",
|
|
754
|
-
"pending": "warning",
|
|
755
|
-
"draft": "warning",
|
|
756
|
-
"scheduled": "warning",
|
|
757
|
-
"inactive": "neutral",
|
|
758
|
-
"archived": "neutral",
|
|
759
|
-
"disabled": "neutral",
|
|
760
|
-
"error": "destructive",
|
|
761
|
-
"cancelled": "destructive",
|
|
762
|
-
"failed": "destructive"
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"name": "status",
|
|
767
|
-
"label": "Status",
|
|
768
|
-
"variant": "caption"
|
|
769
|
-
}
|
|
770
|
-
]
|
|
172
|
+
"name": "status",
|
|
173
|
+
"label": "Status",
|
|
174
|
+
"variant": "caption"
|
|
771
175
|
}
|
|
772
176
|
]
|
|
773
177
|
}
|
|
774
178
|
]
|
|
775
|
-
|
|
776
|
-
|
|
179
|
+
}
|
|
180
|
+
]
|
|
777
181
|
]
|
|
778
182
|
}
|
|
779
183
|
},
|
|
780
184
|
{
|
|
185
|
+
"ref": "Modal.traits.ModalRecordModal",
|
|
781
186
|
"name": "ListItemCreate",
|
|
782
187
|
"linkedEntity": "ListItem",
|
|
783
|
-
"
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
"name": "closed",
|
|
793
|
-
"isInitial": true
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"name": "open"
|
|
797
|
-
}
|
|
798
|
-
],
|
|
799
|
-
"events": [
|
|
800
|
-
{
|
|
801
|
-
"key": "INIT",
|
|
802
|
-
"name": "Initialize"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"key": "CREATE",
|
|
806
|
-
"name": "Open"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"key": "CLOSE",
|
|
810
|
-
"name": "Close"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"key": "SAVE",
|
|
814
|
-
"name": "Save",
|
|
815
|
-
"payload": [
|
|
816
|
-
{
|
|
817
|
-
"name": "data",
|
|
818
|
-
"type": "object",
|
|
819
|
-
"required": true
|
|
820
|
-
}
|
|
821
|
-
]
|
|
822
|
-
}
|
|
188
|
+
"events": {
|
|
189
|
+
"OPEN": "CREATE"
|
|
190
|
+
},
|
|
191
|
+
"effects": {
|
|
192
|
+
"INIT": [
|
|
193
|
+
[
|
|
194
|
+
"ref",
|
|
195
|
+
"ListItem"
|
|
196
|
+
]
|
|
823
197
|
],
|
|
824
|
-
"
|
|
825
|
-
|
|
826
|
-
"
|
|
827
|
-
"
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
"from": "closed",
|
|
838
|
-
"to": "open",
|
|
839
|
-
"event": "CREATE",
|
|
840
|
-
"effects": [
|
|
841
|
-
[
|
|
842
|
-
"fetch",
|
|
843
|
-
"ListItem"
|
|
844
|
-
],
|
|
845
|
-
[
|
|
846
|
-
"render-ui",
|
|
847
|
-
"modal",
|
|
198
|
+
"CREATE": [
|
|
199
|
+
[
|
|
200
|
+
"fetch",
|
|
201
|
+
"ListItem"
|
|
202
|
+
],
|
|
203
|
+
[
|
|
204
|
+
"render-ui",
|
|
205
|
+
"modal",
|
|
206
|
+
{
|
|
207
|
+
"type": "stack",
|
|
208
|
+
"direction": "vertical",
|
|
209
|
+
"gap": "md",
|
|
210
|
+
"children": [
|
|
848
211
|
{
|
|
849
212
|
"type": "stack",
|
|
850
|
-
"direction": "
|
|
851
|
-
"gap": "
|
|
213
|
+
"direction": "horizontal",
|
|
214
|
+
"gap": "sm",
|
|
852
215
|
"children": [
|
|
853
216
|
{
|
|
854
|
-
"type": "
|
|
855
|
-
"
|
|
856
|
-
"
|
|
857
|
-
"children": [
|
|
858
|
-
{
|
|
859
|
-
"type": "icon",
|
|
860
|
-
"name": "plus-circle",
|
|
861
|
-
"size": "md"
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"type": "typography",
|
|
865
|
-
"content": "Create ListItem",
|
|
866
|
-
"variant": "h3"
|
|
867
|
-
}
|
|
868
|
-
]
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"type": "divider"
|
|
217
|
+
"type": "icon",
|
|
218
|
+
"name": "plus-circle",
|
|
219
|
+
"size": "md"
|
|
872
220
|
},
|
|
873
221
|
{
|
|
874
|
-
"type": "
|
|
875
|
-
"
|
|
876
|
-
"
|
|
877
|
-
"submitEvent": "SAVE",
|
|
878
|
-
"cancelEvent": "CLOSE",
|
|
879
|
-
"fields": [
|
|
880
|
-
"name",
|
|
881
|
-
"description",
|
|
882
|
-
"status"
|
|
883
|
-
]
|
|
222
|
+
"type": "typography",
|
|
223
|
+
"content": "Create ListItem",
|
|
224
|
+
"variant": "h3"
|
|
884
225
|
}
|
|
885
226
|
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"type": "divider"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"type": "form-section",
|
|
233
|
+
"entity": "ListItem",
|
|
234
|
+
"mode": "create",
|
|
235
|
+
"submitEvent": "SAVE",
|
|
236
|
+
"cancelEvent": "CLOSE",
|
|
237
|
+
"fields": [
|
|
238
|
+
"name",
|
|
239
|
+
"description",
|
|
240
|
+
"status"
|
|
241
|
+
]
|
|
886
242
|
}
|
|
887
243
|
]
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
"
|
|
894
|
-
"
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
"
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
"
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
"render-ui",
|
|
920
|
-
"modal",
|
|
921
|
-
null
|
|
922
|
-
],
|
|
923
|
-
[
|
|
924
|
-
"emit",
|
|
925
|
-
"LIST_ITEM_CREATED"
|
|
926
|
-
],
|
|
927
|
-
[
|
|
928
|
-
"notify",
|
|
929
|
-
"ListItem created successfully"
|
|
930
|
-
]
|
|
931
|
-
]
|
|
932
|
-
}
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
],
|
|
247
|
+
"CLOSE": [
|
|
248
|
+
[
|
|
249
|
+
"render-ui",
|
|
250
|
+
"modal",
|
|
251
|
+
null
|
|
252
|
+
],
|
|
253
|
+
[
|
|
254
|
+
"notify",
|
|
255
|
+
"Cancelled",
|
|
256
|
+
"info"
|
|
257
|
+
]
|
|
258
|
+
],
|
|
259
|
+
"SAVE": [
|
|
260
|
+
[
|
|
261
|
+
"persist",
|
|
262
|
+
"create",
|
|
263
|
+
"ListItem",
|
|
264
|
+
"@payload.data"
|
|
265
|
+
],
|
|
266
|
+
[
|
|
267
|
+
"render-ui",
|
|
268
|
+
"modal",
|
|
269
|
+
null
|
|
270
|
+
],
|
|
271
|
+
[
|
|
272
|
+
"emit",
|
|
273
|
+
"LIST_ITEM_CREATED"
|
|
274
|
+
]
|
|
933
275
|
]
|
|
934
276
|
}
|
|
935
277
|
},
|
|
936
278
|
{
|
|
279
|
+
"ref": "Modal.traits.ModalRecordModal",
|
|
937
280
|
"name": "ListItemEdit",
|
|
938
281
|
"linkedEntity": "ListItem",
|
|
939
|
-
"
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
"name": "closed",
|
|
949
|
-
"isInitial": true
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "open"
|
|
953
|
-
}
|
|
954
|
-
],
|
|
955
|
-
"events": [
|
|
956
|
-
{
|
|
957
|
-
"key": "INIT",
|
|
958
|
-
"name": "Initialize"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"key": "EDIT",
|
|
962
|
-
"name": "Open",
|
|
963
|
-
"payload": [
|
|
964
|
-
{
|
|
965
|
-
"name": "id",
|
|
966
|
-
"type": "string",
|
|
967
|
-
"required": true
|
|
968
|
-
}
|
|
969
|
-
]
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"key": "CLOSE",
|
|
973
|
-
"name": "Close"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"key": "SAVE",
|
|
977
|
-
"name": "Save",
|
|
978
|
-
"payload": [
|
|
979
|
-
{
|
|
980
|
-
"name": "data",
|
|
981
|
-
"type": "object",
|
|
982
|
-
"required": true
|
|
983
|
-
}
|
|
984
|
-
]
|
|
985
|
-
}
|
|
282
|
+
"events": {
|
|
283
|
+
"OPEN": "EDIT"
|
|
284
|
+
},
|
|
285
|
+
"effects": {
|
|
286
|
+
"INIT": [
|
|
287
|
+
[
|
|
288
|
+
"ref",
|
|
289
|
+
"ListItem"
|
|
290
|
+
]
|
|
986
291
|
],
|
|
987
|
-
"
|
|
988
|
-
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
"effects": [
|
|
1004
|
-
[
|
|
1005
|
-
"fetch",
|
|
1006
|
-
"ListItem",
|
|
1007
|
-
{
|
|
1008
|
-
"id": "@payload.id"
|
|
1009
|
-
}
|
|
1010
|
-
],
|
|
1011
|
-
[
|
|
1012
|
-
"render-ui",
|
|
1013
|
-
"modal",
|
|
292
|
+
"EDIT": [
|
|
293
|
+
[
|
|
294
|
+
"fetch",
|
|
295
|
+
"ListItem",
|
|
296
|
+
{
|
|
297
|
+
"id": "@payload.id"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
[
|
|
301
|
+
"render-ui",
|
|
302
|
+
"modal",
|
|
303
|
+
{
|
|
304
|
+
"type": "stack",
|
|
305
|
+
"direction": "vertical",
|
|
306
|
+
"gap": "md",
|
|
307
|
+
"children": [
|
|
1014
308
|
{
|
|
1015
309
|
"type": "stack",
|
|
1016
|
-
"direction": "
|
|
1017
|
-
"gap": "
|
|
310
|
+
"direction": "horizontal",
|
|
311
|
+
"gap": "sm",
|
|
1018
312
|
"children": [
|
|
1019
313
|
{
|
|
1020
|
-
"type": "
|
|
1021
|
-
"
|
|
1022
|
-
"
|
|
1023
|
-
"children": [
|
|
1024
|
-
{
|
|
1025
|
-
"type": "icon",
|
|
1026
|
-
"name": "edit",
|
|
1027
|
-
"size": "md"
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"type": "typography",
|
|
1031
|
-
"content": "Edit ListItem",
|
|
1032
|
-
"variant": "h3"
|
|
1033
|
-
}
|
|
1034
|
-
]
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"type": "divider"
|
|
314
|
+
"type": "icon",
|
|
315
|
+
"name": "edit",
|
|
316
|
+
"size": "md"
|
|
1038
317
|
},
|
|
1039
318
|
{
|
|
1040
|
-
"type": "
|
|
1041
|
-
"
|
|
1042
|
-
"
|
|
1043
|
-
"submitEvent": "SAVE",
|
|
1044
|
-
"cancelEvent": "CLOSE",
|
|
1045
|
-
"fields": [
|
|
1046
|
-
"name",
|
|
1047
|
-
"description",
|
|
1048
|
-
"status"
|
|
1049
|
-
],
|
|
1050
|
-
"entityId": "@entity.id"
|
|
319
|
+
"type": "typography",
|
|
320
|
+
"content": "Edit ListItem",
|
|
321
|
+
"variant": "h3"
|
|
1051
322
|
}
|
|
1052
323
|
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"type": "divider"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"type": "form-section",
|
|
330
|
+
"entity": "ListItem",
|
|
331
|
+
"mode": "edit",
|
|
332
|
+
"submitEvent": "SAVE",
|
|
333
|
+
"cancelEvent": "CLOSE",
|
|
334
|
+
"fields": [
|
|
335
|
+
"name",
|
|
336
|
+
"description",
|
|
337
|
+
"status"
|
|
338
|
+
],
|
|
339
|
+
"entityId": "@entity.id"
|
|
1053
340
|
}
|
|
1054
341
|
]
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
"
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
"
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
"render-ui",
|
|
1087
|
-
"modal",
|
|
1088
|
-
null
|
|
1089
|
-
],
|
|
1090
|
-
[
|
|
1091
|
-
"emit",
|
|
1092
|
-
"LIST_ITEM_UPDATED"
|
|
1093
|
-
],
|
|
1094
|
-
[
|
|
1095
|
-
"notify",
|
|
1096
|
-
"ListItem updated successfully"
|
|
1097
|
-
]
|
|
1098
|
-
]
|
|
1099
|
-
}
|
|
342
|
+
}
|
|
343
|
+
]
|
|
344
|
+
],
|
|
345
|
+
"CLOSE": [
|
|
346
|
+
[
|
|
347
|
+
"render-ui",
|
|
348
|
+
"modal",
|
|
349
|
+
null
|
|
350
|
+
],
|
|
351
|
+
[
|
|
352
|
+
"notify",
|
|
353
|
+
"Cancelled",
|
|
354
|
+
"info"
|
|
355
|
+
]
|
|
356
|
+
],
|
|
357
|
+
"SAVE": [
|
|
358
|
+
[
|
|
359
|
+
"persist",
|
|
360
|
+
"update",
|
|
361
|
+
"ListItem",
|
|
362
|
+
"@payload.data"
|
|
363
|
+
],
|
|
364
|
+
[
|
|
365
|
+
"render-ui",
|
|
366
|
+
"modal",
|
|
367
|
+
null
|
|
368
|
+
],
|
|
369
|
+
[
|
|
370
|
+
"emit",
|
|
371
|
+
"LIST_ITEM_UPDATED"
|
|
372
|
+
]
|
|
1100
373
|
]
|
|
1101
374
|
}
|
|
1102
375
|
},
|
|
1103
376
|
{
|
|
377
|
+
"ref": "Modal.traits.ModalRecordModal",
|
|
1104
378
|
"name": "ListItemView",
|
|
1105
379
|
"linkedEntity": "ListItem",
|
|
1106
|
-
"
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
}
|
|
1116
|
-
],
|
|
1117
|
-
"events": [
|
|
1118
|
-
{
|
|
1119
|
-
"key": "INIT",
|
|
1120
|
-
"name": "Initialize"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"key": "VIEW",
|
|
1124
|
-
"name": "Open",
|
|
1125
|
-
"payload": [
|
|
1126
|
-
{
|
|
1127
|
-
"name": "id",
|
|
1128
|
-
"type": "string",
|
|
1129
|
-
"required": true
|
|
1130
|
-
}
|
|
1131
|
-
]
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"key": "CLOSE",
|
|
1135
|
-
"name": "Close"
|
|
1136
|
-
}
|
|
380
|
+
"events": {
|
|
381
|
+
"OPEN": "VIEW"
|
|
382
|
+
},
|
|
383
|
+
"effects": {
|
|
384
|
+
"INIT": [
|
|
385
|
+
[
|
|
386
|
+
"ref",
|
|
387
|
+
"ListItem"
|
|
388
|
+
]
|
|
1137
389
|
],
|
|
1138
|
-
"
|
|
1139
|
-
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
"effects": [
|
|
1155
|
-
[
|
|
1156
|
-
"fetch",
|
|
1157
|
-
"ListItem",
|
|
390
|
+
"VIEW": [
|
|
391
|
+
[
|
|
392
|
+
"fetch",
|
|
393
|
+
"ListItem",
|
|
394
|
+
{
|
|
395
|
+
"id": "@payload.id"
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
[
|
|
399
|
+
"render-ui",
|
|
400
|
+
"modal",
|
|
401
|
+
{
|
|
402
|
+
"type": "stack",
|
|
403
|
+
"direction": "vertical",
|
|
404
|
+
"gap": "md",
|
|
405
|
+
"children": [
|
|
1158
406
|
{
|
|
1159
|
-
"
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
407
|
+
"type": "stack",
|
|
408
|
+
"direction": "horizontal",
|
|
409
|
+
"gap": "sm",
|
|
410
|
+
"align": "center",
|
|
411
|
+
"children": [
|
|
412
|
+
{
|
|
413
|
+
"type": "icon",
|
|
414
|
+
"name": "eye",
|
|
415
|
+
"size": "md"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "typography",
|
|
419
|
+
"variant": "h3",
|
|
420
|
+
"content": "@entity.name"
|
|
421
|
+
}
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"type": "divider"
|
|
426
|
+
},
|
|
1165
427
|
{
|
|
1166
428
|
"type": "stack",
|
|
1167
|
-
"direction": "
|
|
429
|
+
"direction": "horizontal",
|
|
1168
430
|
"gap": "md",
|
|
1169
431
|
"children": [
|
|
1170
432
|
{
|
|
1171
|
-
"type": "
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
"align": "center",
|
|
1175
|
-
"children": [
|
|
1176
|
-
{
|
|
1177
|
-
"type": "icon",
|
|
1178
|
-
"name": "eye",
|
|
1179
|
-
"size": "md"
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"type": "typography",
|
|
1183
|
-
"variant": "h3",
|
|
1184
|
-
"content": "@entity.name"
|
|
1185
|
-
}
|
|
1186
|
-
]
|
|
433
|
+
"type": "typography",
|
|
434
|
+
"variant": "caption",
|
|
435
|
+
"content": "Name"
|
|
1187
436
|
},
|
|
1188
437
|
{
|
|
1189
|
-
"type": "
|
|
438
|
+
"type": "typography",
|
|
439
|
+
"variant": "body",
|
|
440
|
+
"content": "@entity.name"
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"type": "stack",
|
|
446
|
+
"direction": "horizontal",
|
|
447
|
+
"gap": "md",
|
|
448
|
+
"children": [
|
|
449
|
+
{
|
|
450
|
+
"type": "typography",
|
|
451
|
+
"variant": "caption",
|
|
452
|
+
"content": "Description"
|
|
1190
453
|
},
|
|
1191
454
|
{
|
|
1192
|
-
"type": "
|
|
1193
|
-
"
|
|
1194
|
-
"
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
455
|
+
"type": "typography",
|
|
456
|
+
"variant": "body",
|
|
457
|
+
"content": "@entity.description"
|
|
458
|
+
}
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"type": "stack",
|
|
463
|
+
"direction": "horizontal",
|
|
464
|
+
"gap": "md",
|
|
465
|
+
"children": [
|
|
466
|
+
{
|
|
467
|
+
"type": "typography",
|
|
468
|
+
"variant": "caption",
|
|
469
|
+
"content": "Status"
|
|
1207
470
|
},
|
|
1208
471
|
{
|
|
1209
|
-
"type": "
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
472
|
+
"type": "typography",
|
|
473
|
+
"variant": "body",
|
|
474
|
+
"content": "@entity.status"
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"type": "stack",
|
|
480
|
+
"direction": "horizontal",
|
|
481
|
+
"gap": "md",
|
|
482
|
+
"children": [
|
|
483
|
+
{
|
|
484
|
+
"type": "typography",
|
|
485
|
+
"variant": "caption",
|
|
486
|
+
"content": "Created At"
|
|
1224
487
|
},
|
|
1225
488
|
{
|
|
1226
|
-
"type": "
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
489
|
+
"type": "typography",
|
|
490
|
+
"variant": "body",
|
|
491
|
+
"content": "@entity.createdAt"
|
|
492
|
+
}
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"type": "divider"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"type": "stack",
|
|
500
|
+
"direction": "horizontal",
|
|
501
|
+
"gap": "sm",
|
|
502
|
+
"justify": "end",
|
|
503
|
+
"children": [
|
|
504
|
+
{
|
|
505
|
+
"type": "button",
|
|
506
|
+
"label": "Edit",
|
|
507
|
+
"event": "EDIT",
|
|
508
|
+
"variant": "primary",
|
|
509
|
+
"icon": "edit"
|
|
1241
510
|
},
|
|
1242
511
|
{
|
|
1243
|
-
"type": "
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
512
|
+
"type": "button",
|
|
513
|
+
"label": "Close",
|
|
514
|
+
"event": "CLOSE",
|
|
515
|
+
"variant": "ghost"
|
|
516
|
+
}
|
|
517
|
+
]
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
}
|
|
521
|
+
]
|
|
522
|
+
],
|
|
523
|
+
"CLOSE": [
|
|
524
|
+
[
|
|
525
|
+
"render-ui",
|
|
526
|
+
"modal",
|
|
527
|
+
null
|
|
528
|
+
],
|
|
529
|
+
[
|
|
530
|
+
"notify",
|
|
531
|
+
"Cancelled",
|
|
532
|
+
"info"
|
|
533
|
+
]
|
|
534
|
+
],
|
|
535
|
+
"SAVE": [
|
|
536
|
+
[
|
|
537
|
+
"render-ui",
|
|
538
|
+
"modal",
|
|
539
|
+
null
|
|
540
|
+
]
|
|
541
|
+
]
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"ref": "Confirmation.traits.ConfirmActionConfirmation",
|
|
546
|
+
"name": "ListItemDelete",
|
|
547
|
+
"linkedEntity": "ListItem",
|
|
548
|
+
"events": {
|
|
549
|
+
"REQUEST": "DELETE",
|
|
550
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
551
|
+
},
|
|
552
|
+
"effects": {
|
|
553
|
+
"INIT": [
|
|
554
|
+
[
|
|
555
|
+
"ref",
|
|
556
|
+
"ListItem"
|
|
557
|
+
]
|
|
558
|
+
],
|
|
559
|
+
"DELETE": [
|
|
560
|
+
[
|
|
561
|
+
"set",
|
|
562
|
+
"@entity.pendingId",
|
|
563
|
+
"@payload.id"
|
|
564
|
+
],
|
|
565
|
+
[
|
|
566
|
+
"fetch",
|
|
567
|
+
"ListItem",
|
|
568
|
+
{
|
|
569
|
+
"id": "@payload.id"
|
|
570
|
+
}
|
|
571
|
+
],
|
|
572
|
+
[
|
|
573
|
+
"render-ui",
|
|
574
|
+
"modal",
|
|
575
|
+
{
|
|
576
|
+
"type": "stack",
|
|
577
|
+
"direction": "vertical",
|
|
578
|
+
"gap": "md",
|
|
579
|
+
"children": [
|
|
580
|
+
{
|
|
581
|
+
"type": "stack",
|
|
582
|
+
"direction": "horizontal",
|
|
583
|
+
"gap": "sm",
|
|
584
|
+
"align": "center",
|
|
585
|
+
"children": [
|
|
586
|
+
{
|
|
587
|
+
"type": "icon",
|
|
588
|
+
"name": "alert-triangle",
|
|
589
|
+
"size": "md"
|
|
1258
590
|
},
|
|
1259
591
|
{
|
|
1260
|
-
"type": "
|
|
592
|
+
"type": "typography",
|
|
593
|
+
"content": "Delete ListItem",
|
|
594
|
+
"variant": "h3"
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"type": "divider"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"type": "alert",
|
|
603
|
+
"variant": "danger",
|
|
604
|
+
"message": "This action cannot be undone."
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"type": "stack",
|
|
608
|
+
"direction": "horizontal",
|
|
609
|
+
"gap": "sm",
|
|
610
|
+
"justify": "end",
|
|
611
|
+
"children": [
|
|
612
|
+
{
|
|
613
|
+
"type": "button",
|
|
614
|
+
"label": "Cancel",
|
|
615
|
+
"event": "CANCEL",
|
|
616
|
+
"variant": "ghost"
|
|
1261
617
|
},
|
|
1262
618
|
{
|
|
1263
|
-
"type": "
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1268
|
-
{
|
|
1269
|
-
"type": "button",
|
|
1270
|
-
"label": "Edit",
|
|
1271
|
-
"event": "EDIT",
|
|
1272
|
-
"variant": "primary",
|
|
1273
|
-
"icon": "edit"
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"type": "button",
|
|
1277
|
-
"label": "Close",
|
|
1278
|
-
"event": "CLOSE",
|
|
1279
|
-
"variant": "ghost"
|
|
1280
|
-
}
|
|
1281
|
-
]
|
|
619
|
+
"type": "button",
|
|
620
|
+
"label": "Delete",
|
|
621
|
+
"event": "CONFIRM_DELETE",
|
|
622
|
+
"variant": "danger",
|
|
623
|
+
"icon": "check"
|
|
1282
624
|
}
|
|
1283
625
|
]
|
|
1284
626
|
}
|
|
1285
627
|
]
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
628
|
+
}
|
|
629
|
+
]
|
|
630
|
+
],
|
|
631
|
+
"CONFIRM_DELETE": [
|
|
632
|
+
[
|
|
633
|
+
"persist",
|
|
634
|
+
"delete",
|
|
635
|
+
"ListItem",
|
|
636
|
+
"@entity.pendingId"
|
|
637
|
+
],
|
|
638
|
+
[
|
|
639
|
+
"render-ui",
|
|
640
|
+
"modal",
|
|
641
|
+
null
|
|
642
|
+
],
|
|
643
|
+
[
|
|
644
|
+
"ref",
|
|
645
|
+
"ListItem"
|
|
646
|
+
],
|
|
647
|
+
[
|
|
648
|
+
"emit",
|
|
649
|
+
"LIST_ITEM_DELETED"
|
|
650
|
+
]
|
|
651
|
+
],
|
|
652
|
+
"CANCEL": [
|
|
653
|
+
[
|
|
654
|
+
"render-ui",
|
|
655
|
+
"modal",
|
|
656
|
+
null
|
|
657
|
+
],
|
|
658
|
+
[
|
|
659
|
+
"ref",
|
|
660
|
+
"ListItem"
|
|
661
|
+
]
|
|
662
|
+
],
|
|
663
|
+
"CLOSE": [
|
|
664
|
+
[
|
|
665
|
+
"render-ui",
|
|
666
|
+
"modal",
|
|
667
|
+
null
|
|
668
|
+
],
|
|
669
|
+
[
|
|
670
|
+
"ref",
|
|
671
|
+
"ListItem"
|
|
672
|
+
]
|
|
1305
673
|
]
|
|
1306
674
|
}
|
|
1307
675
|
}
|
|
@@ -1322,11 +690,13 @@
|
|
|
1322
690
|
},
|
|
1323
691
|
{
|
|
1324
692
|
"ref": "ListItemView"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"ref": "ListItemDelete"
|
|
1325
696
|
}
|
|
1326
697
|
]
|
|
1327
698
|
}
|
|
1328
699
|
]
|
|
1329
700
|
}
|
|
1330
|
-
]
|
|
1331
|
-
|
|
1332
|
-
}
|
|
701
|
+
]
|
|
702
|
+
}
|