@almadar/std 14.24.0 → 14.25.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/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
"ref": "AppShell.traits.AppLayout",
|
|
87
87
|
"name": "PortfolioAppLayout",
|
|
88
88
|
"config": {
|
|
89
|
-
"
|
|
89
|
+
"contentTrait": "@trait.PortfolioCatalog",
|
|
90
90
|
"navItems": [
|
|
91
91
|
{
|
|
92
|
-
"
|
|
92
|
+
"label": "Portfolio",
|
|
93
93
|
"icon": "layout-list",
|
|
94
|
-
"
|
|
94
|
+
"href": "/portfolio"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"icon": "clipboard-list",
|
|
@@ -104,10 +104,10 @@
|
|
|
104
104
|
"href": "/market"
|
|
105
105
|
}
|
|
106
106
|
],
|
|
107
|
-
"searchEvent": "PORTFOLIO_SEARCH",
|
|
108
107
|
"notificationClickEvent": "PORTFOLIO_NOTIFICATIONS_OPEN",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
108
|
+
"appName": "Trading Dashboard",
|
|
109
|
+
"searchEvent": "PORTFOLIO_SEARCH",
|
|
110
|
+
"notifications": []
|
|
111
111
|
},
|
|
112
112
|
"events": {
|
|
113
113
|
"NOTIFY_CLICK": "PORTFOLIO_NOTIFICATIONS_OPEN",
|
|
@@ -194,44 +194,46 @@
|
|
|
194
194
|
"render-ui",
|
|
195
195
|
"main",
|
|
196
196
|
{
|
|
197
|
+
"type": "stack",
|
|
198
|
+
"gap": "lg",
|
|
197
199
|
"children": [
|
|
198
200
|
{
|
|
201
|
+
"gap": "md",
|
|
202
|
+
"align": "center",
|
|
199
203
|
"type": "stack",
|
|
200
204
|
"direction": "horizontal",
|
|
201
|
-
"gap": "md",
|
|
202
205
|
"justify": "between",
|
|
203
|
-
"align": "center",
|
|
204
206
|
"children": [
|
|
205
207
|
{
|
|
208
|
+
"align": "center",
|
|
206
209
|
"type": "stack",
|
|
210
|
+
"gap": "sm",
|
|
207
211
|
"children": [
|
|
208
212
|
{
|
|
209
|
-
"
|
|
210
|
-
"
|
|
213
|
+
"type": "icon",
|
|
214
|
+
"name": "trending-up"
|
|
211
215
|
},
|
|
212
216
|
{
|
|
213
|
-
"content": "Portfolio",
|
|
214
217
|
"variant": "h2",
|
|
218
|
+
"content": "Portfolio",
|
|
215
219
|
"type": "typography"
|
|
216
220
|
}
|
|
217
221
|
],
|
|
218
|
-
"gap": "sm",
|
|
219
|
-
"align": "center",
|
|
220
222
|
"direction": "horizontal"
|
|
221
223
|
},
|
|
222
224
|
{
|
|
225
|
+
"type": "stack",
|
|
223
226
|
"direction": "horizontal",
|
|
227
|
+
"gap": "sm",
|
|
224
228
|
"children": [
|
|
225
229
|
{
|
|
226
|
-
"
|
|
230
|
+
"action": "CREATE",
|
|
231
|
+
"icon": "plus",
|
|
227
232
|
"variant": "primary",
|
|
228
233
|
"label": "Add Position",
|
|
229
|
-
"
|
|
230
|
-
"action": "CREATE"
|
|
234
|
+
"type": "button"
|
|
231
235
|
}
|
|
232
|
-
]
|
|
233
|
-
"type": "stack",
|
|
234
|
-
"gap": "sm"
|
|
236
|
+
]
|
|
235
237
|
}
|
|
236
238
|
]
|
|
237
239
|
},
|
|
@@ -239,13 +241,13 @@
|
|
|
239
241
|
"type": "divider"
|
|
240
242
|
},
|
|
241
243
|
{
|
|
242
|
-
"align": "center",
|
|
243
|
-
"direction": "horizontal",
|
|
244
244
|
"children": [
|
|
245
245
|
"@trait.PortfolioSearch",
|
|
246
246
|
"@trait.PortfolioFilter"
|
|
247
247
|
],
|
|
248
|
+
"align": "center",
|
|
248
249
|
"gap": "md",
|
|
250
|
+
"direction": "horizontal",
|
|
249
251
|
"type": "stack"
|
|
250
252
|
},
|
|
251
253
|
"@trait.PortfolioStats",
|
|
@@ -255,9 +257,7 @@
|
|
|
255
257
|
},
|
|
256
258
|
"@trait.PortfolioBrowseList"
|
|
257
259
|
],
|
|
258
|
-
"direction": "vertical"
|
|
259
|
-
"gap": "lg",
|
|
260
|
-
"type": "stack"
|
|
260
|
+
"direction": "vertical"
|
|
261
261
|
}
|
|
262
262
|
]
|
|
263
263
|
]
|
|
@@ -278,30 +278,30 @@
|
|
|
278
278
|
{
|
|
279
279
|
"gap": "md",
|
|
280
280
|
"direction": "vertical",
|
|
281
|
+
"type": "stack",
|
|
281
282
|
"align": "center",
|
|
282
283
|
"className": "py-8",
|
|
283
|
-
"type": "stack",
|
|
284
284
|
"children": [
|
|
285
285
|
{
|
|
286
286
|
"type": "icon",
|
|
287
287
|
"name": "bell"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
"type": "typography",
|
|
291
290
|
"content": "No notifications",
|
|
292
|
-
"variant": "h3"
|
|
291
|
+
"variant": "h3",
|
|
292
|
+
"type": "typography"
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
|
-
"type": "typography",
|
|
296
295
|
"color": "muted",
|
|
296
|
+
"type": "typography",
|
|
297
297
|
"content": "You're all caught up.",
|
|
298
298
|
"variant": "caption"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
|
+
"action": "INIT",
|
|
301
302
|
"type": "button",
|
|
302
|
-
"variant": "ghost",
|
|
303
303
|
"label": "Back to portfolio",
|
|
304
|
-
"
|
|
304
|
+
"variant": "ghost"
|
|
305
305
|
}
|
|
306
306
|
]
|
|
307
307
|
}
|
|
@@ -324,14 +324,14 @@
|
|
|
324
324
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
325
325
|
"name": "PortfolioFilter",
|
|
326
326
|
"config": {
|
|
327
|
+
"event": "PORTFOLIO_FILTER",
|
|
327
328
|
"filters": [
|
|
328
329
|
{
|
|
329
330
|
"filterType": "text",
|
|
330
|
-
"
|
|
331
|
-
"
|
|
331
|
+
"label": "Symbol",
|
|
332
|
+
"field": "symbol"
|
|
332
333
|
}
|
|
333
|
-
]
|
|
334
|
-
"event": "PORTFOLIO_FILTER"
|
|
334
|
+
]
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
{
|
|
@@ -341,29 +341,31 @@
|
|
|
341
341
|
"title": "Portfolio",
|
|
342
342
|
"metrics": [
|
|
343
343
|
{
|
|
344
|
-
"label": "Total Value",
|
|
345
|
-
"variant": "primary",
|
|
346
|
-
"format": "currency",
|
|
347
344
|
"aggregation": "sum",
|
|
345
|
+
"label": "Total Value",
|
|
348
346
|
"field": "marketValue",
|
|
349
|
-
"icon": "dollar-sign"
|
|
347
|
+
"icon": "dollar-sign",
|
|
348
|
+
"format": "currency",
|
|
349
|
+
"variant": "primary"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
|
-
"
|
|
353
|
-
"label": "Daily PnL",
|
|
354
|
-
"variant": "success",
|
|
352
|
+
"icon": "trending-up",
|
|
355
353
|
"format": "currency",
|
|
354
|
+
"label": "Daily PnL",
|
|
356
355
|
"field": "dailyPnl",
|
|
357
|
-
"
|
|
356
|
+
"aggregation": "sum",
|
|
357
|
+
"variant": "success"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
"icon": "layout-list",
|
|
361
|
-
"label": "Positions",
|
|
362
360
|
"variant": "info",
|
|
361
|
+
"label": "Positions",
|
|
363
362
|
"aggregation": "count",
|
|
364
|
-
"format": "number"
|
|
363
|
+
"format": "number",
|
|
364
|
+
"icon": "layout-list"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
+
"label": "Winners",
|
|
368
|
+
"variant": "success",
|
|
367
369
|
"filter": [
|
|
368
370
|
"fn",
|
|
369
371
|
"row",
|
|
@@ -374,10 +376,8 @@
|
|
|
374
376
|
]
|
|
375
377
|
],
|
|
376
378
|
"aggregation": "count",
|
|
377
|
-
"variant": "success",
|
|
378
379
|
"format": "number",
|
|
379
|
-
"icon": "check-circle"
|
|
380
|
-
"label": "Winners"
|
|
380
|
+
"icon": "check-circle"
|
|
381
381
|
}
|
|
382
382
|
]
|
|
383
383
|
},
|
|
@@ -396,14 +396,14 @@
|
|
|
396
396
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
397
397
|
"name": "PortfolioGraphs",
|
|
398
398
|
"config": {
|
|
399
|
-
"valueField": "dailyPnl",
|
|
400
|
-
"aggregation": "sum",
|
|
401
|
-
"height": 240.0,
|
|
402
|
-
"title": "Daily PnL",
|
|
403
399
|
"categoryField": "symbol",
|
|
400
|
+
"aggregation": "sum",
|
|
404
401
|
"chartType": "line",
|
|
402
|
+
"valueField": "dailyPnl",
|
|
403
|
+
"subtitle": "Profit and loss across positions",
|
|
405
404
|
"showLegend": false,
|
|
406
|
-
"
|
|
405
|
+
"height": 240.0,
|
|
406
|
+
"title": "Daily PnL"
|
|
407
407
|
},
|
|
408
408
|
"listens": [
|
|
409
409
|
{
|
|
@@ -421,21 +421,38 @@
|
|
|
421
421
|
"name": "PortfolioBrowseList",
|
|
422
422
|
"linkedEntity": "Portfolio",
|
|
423
423
|
"config": {
|
|
424
|
+
"itemActions": [
|
|
425
|
+
{
|
|
426
|
+
"event": "VIEW",
|
|
427
|
+
"variant": "ghost",
|
|
428
|
+
"label": "View"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"event": "EDIT",
|
|
432
|
+
"label": "Edit",
|
|
433
|
+
"variant": "ghost"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"variant": "danger",
|
|
437
|
+
"label": "Delete",
|
|
438
|
+
"event": "DELETE"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
424
441
|
"fields": [
|
|
425
442
|
{
|
|
443
|
+
"variant": "h3",
|
|
426
444
|
"icon": "trending-up",
|
|
427
|
-
"name": "symbol"
|
|
428
|
-
"variant": "h3"
|
|
445
|
+
"name": "symbol"
|
|
429
446
|
},
|
|
430
447
|
{
|
|
431
|
-
"name": "qty",
|
|
432
448
|
"label": "Qty",
|
|
449
|
+
"format": "number",
|
|
433
450
|
"variant": "body",
|
|
434
|
-
"
|
|
451
|
+
"name": "qty"
|
|
435
452
|
},
|
|
436
453
|
{
|
|
437
|
-
"label": "Avg Cost",
|
|
438
454
|
"name": "avgCost",
|
|
455
|
+
"label": "Avg Cost",
|
|
439
456
|
"variant": "body",
|
|
440
457
|
"format": "currency"
|
|
441
458
|
},
|
|
@@ -446,29 +463,12 @@
|
|
|
446
463
|
"format": "currency"
|
|
447
464
|
},
|
|
448
465
|
{
|
|
449
|
-
"format": "currency",
|
|
450
|
-
"name": "dailyPnl",
|
|
451
466
|
"label": "Daily PnL",
|
|
467
|
+
"name": "dailyPnl",
|
|
468
|
+
"format": "currency",
|
|
452
469
|
"variant": "badge"
|
|
453
470
|
}
|
|
454
471
|
],
|
|
455
|
-
"itemActions": [
|
|
456
|
-
{
|
|
457
|
-
"event": "VIEW",
|
|
458
|
-
"label": "View",
|
|
459
|
-
"variant": "ghost"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"event": "EDIT",
|
|
463
|
-
"label": "Edit",
|
|
464
|
-
"variant": "ghost"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"event": "DELETE",
|
|
468
|
-
"variant": "danger",
|
|
469
|
-
"label": "Delete"
|
|
470
|
-
}
|
|
471
|
-
],
|
|
472
472
|
"cols": 1.0,
|
|
473
473
|
"gap": "sm"
|
|
474
474
|
},
|
|
@@ -520,16 +520,16 @@
|
|
|
520
520
|
"name": "PortfolioCreate",
|
|
521
521
|
"linkedEntity": "Portfolio",
|
|
522
522
|
"config": {
|
|
523
|
-
"icon": "plus-circle",
|
|
524
|
-
"title": "Add Position",
|
|
525
|
-
"mode": "create",
|
|
526
523
|
"fields": [
|
|
527
524
|
"symbol",
|
|
528
525
|
"qty",
|
|
529
526
|
"avgCost",
|
|
530
527
|
"marketValue",
|
|
531
528
|
"dailyPnl"
|
|
532
|
-
]
|
|
529
|
+
],
|
|
530
|
+
"title": "Add Position",
|
|
531
|
+
"mode": "create",
|
|
532
|
+
"icon": "plus-circle"
|
|
533
533
|
},
|
|
534
534
|
"events": {
|
|
535
535
|
"OPEN": "CREATE"
|
|
@@ -550,7 +550,6 @@
|
|
|
550
550
|
"name": "PortfolioEdit",
|
|
551
551
|
"linkedEntity": "Portfolio",
|
|
552
552
|
"config": {
|
|
553
|
-
"icon": "edit",
|
|
554
553
|
"fields": [
|
|
555
554
|
"symbol",
|
|
556
555
|
"qty",
|
|
@@ -558,8 +557,9 @@
|
|
|
558
557
|
"marketValue",
|
|
559
558
|
"dailyPnl"
|
|
560
559
|
],
|
|
561
|
-
"
|
|
562
|
-
"
|
|
560
|
+
"title": "Edit Position",
|
|
561
|
+
"icon": "edit",
|
|
562
|
+
"mode": "edit"
|
|
563
563
|
},
|
|
564
564
|
"events": {
|
|
565
565
|
"OPEN": "EDIT"
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
"name": "PortfolioView",
|
|
581
581
|
"linkedEntity": "Portfolio",
|
|
582
582
|
"config": {
|
|
583
|
-
"
|
|
583
|
+
"icon": "eye",
|
|
584
584
|
"mode": "edit",
|
|
585
585
|
"fields": [
|
|
586
586
|
"symbol",
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"marketValue",
|
|
590
590
|
"dailyPnl"
|
|
591
591
|
],
|
|
592
|
-
"
|
|
592
|
+
"title": "View Position"
|
|
593
593
|
},
|
|
594
594
|
"events": {
|
|
595
595
|
"OPEN": "VIEW"
|
|
@@ -610,10 +610,10 @@
|
|
|
610
610
|
"name": "PortfolioDelete",
|
|
611
611
|
"linkedEntity": "Portfolio",
|
|
612
612
|
"config": {
|
|
613
|
-
"
|
|
613
|
+
"icon": "alert-triangle",
|
|
614
614
|
"title": "Close Position",
|
|
615
|
-
"
|
|
616
|
-
"
|
|
615
|
+
"alertMessage": "This action cannot be undone.",
|
|
616
|
+
"confirmLabel": "Close"
|
|
617
617
|
},
|
|
618
618
|
"events": {
|
|
619
619
|
"REQUEST": "DELETE",
|
|
@@ -936,28 +936,28 @@
|
|
|
936
936
|
"name": "TradeOrderAppLayout",
|
|
937
937
|
"linkedEntity": "TradeOrder",
|
|
938
938
|
"config": {
|
|
939
|
-
"
|
|
940
|
-
"
|
|
939
|
+
"appName": "Trading Dashboard",
|
|
940
|
+
"contentTrait": "@trait.TradeOrderCatalog",
|
|
941
941
|
"notifications": [],
|
|
942
942
|
"navItems": [
|
|
943
943
|
{
|
|
944
|
-
"
|
|
944
|
+
"icon": "layout-list",
|
|
945
945
|
"label": "Portfolio",
|
|
946
|
-
"
|
|
946
|
+
"href": "/portfolio"
|
|
947
947
|
},
|
|
948
948
|
{
|
|
949
|
-
"label": "Orders",
|
|
950
949
|
"href": "/orders",
|
|
951
|
-
"icon": "clipboard-list"
|
|
950
|
+
"icon": "clipboard-list",
|
|
951
|
+
"label": "Orders"
|
|
952
952
|
},
|
|
953
953
|
{
|
|
954
|
-
"
|
|
954
|
+
"href": "/market",
|
|
955
955
|
"icon": "activity",
|
|
956
|
-
"
|
|
956
|
+
"label": "Market"
|
|
957
957
|
}
|
|
958
958
|
],
|
|
959
|
-
"
|
|
960
|
-
"
|
|
959
|
+
"searchEvent": "TRADE_ORDER_SEARCH",
|
|
960
|
+
"notificationClickEvent": "TRADE_ORDER_NOTIFICATIONS_OPEN"
|
|
961
961
|
},
|
|
962
962
|
"events": {
|
|
963
963
|
"SEARCH": "TRADE_ORDER_SEARCH",
|
|
@@ -1006,48 +1006,48 @@
|
|
|
1006
1006
|
"render-ui",
|
|
1007
1007
|
"main",
|
|
1008
1008
|
{
|
|
1009
|
-
"direction": "vertical",
|
|
1010
1009
|
"type": "stack",
|
|
1010
|
+
"direction": "vertical",
|
|
1011
1011
|
"children": [
|
|
1012
1012
|
{
|
|
1013
|
-
"gap": "md",
|
|
1014
|
-
"align": "center",
|
|
1015
1013
|
"children": [
|
|
1016
1014
|
{
|
|
1015
|
+
"direction": "horizontal",
|
|
1017
1016
|
"align": "center",
|
|
1017
|
+
"gap": "sm",
|
|
1018
|
+
"type": "stack",
|
|
1018
1019
|
"children": [
|
|
1019
1020
|
{
|
|
1020
1021
|
"type": "icon",
|
|
1021
1022
|
"name": "clipboard-list"
|
|
1022
1023
|
},
|
|
1023
1024
|
{
|
|
1024
|
-
"type": "typography",
|
|
1025
1025
|
"content": "Trade Orders",
|
|
1026
|
-
"variant": "h2"
|
|
1026
|
+
"variant": "h2",
|
|
1027
|
+
"type": "typography"
|
|
1027
1028
|
}
|
|
1028
|
-
]
|
|
1029
|
-
"direction": "horizontal",
|
|
1030
|
-
"type": "stack",
|
|
1031
|
-
"gap": "sm"
|
|
1029
|
+
]
|
|
1032
1030
|
},
|
|
1033
1031
|
{
|
|
1034
|
-
"gap": "sm",
|
|
1035
|
-
"direction": "horizontal",
|
|
1036
1032
|
"type": "stack",
|
|
1033
|
+
"direction": "horizontal",
|
|
1034
|
+
"gap": "sm",
|
|
1037
1035
|
"children": [
|
|
1038
1036
|
{
|
|
1039
|
-
"type": "button",
|
|
1040
1037
|
"icon": "plus",
|
|
1041
1038
|
"action": "CREATE",
|
|
1039
|
+
"type": "button",
|
|
1042
1040
|
"variant": "primary",
|
|
1043
1041
|
"label": "New Order"
|
|
1044
1042
|
}
|
|
1045
1043
|
]
|
|
1046
1044
|
}
|
|
1047
1045
|
],
|
|
1048
|
-
"
|
|
1046
|
+
"justify": "between",
|
|
1049
1047
|
"direction": "horizontal",
|
|
1050
|
-
"
|
|
1048
|
+
"type": "stack",
|
|
1049
|
+
"align": "center",
|
|
1050
|
+
"gap": "md"
|
|
1051
1051
|
},
|
|
1052
1052
|
{
|
|
1053
1053
|
"type": "divider"
|
|
@@ -1068,23 +1068,6 @@
|
|
|
1068
1068
|
"name": "TradeOrderBrowseList",
|
|
1069
1069
|
"linkedEntity": "TradeOrder",
|
|
1070
1070
|
"config": {
|
|
1071
|
-
"itemActions": [
|
|
1072
|
-
{
|
|
1073
|
-
"event": "VIEW",
|
|
1074
|
-
"label": "View",
|
|
1075
|
-
"variant": "ghost"
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"label": "Edit",
|
|
1079
|
-
"variant": "ghost",
|
|
1080
|
-
"event": "EDIT"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"label": "Cancel",
|
|
1084
|
-
"event": "DELETE",
|
|
1085
|
-
"variant": "danger"
|
|
1086
|
-
}
|
|
1087
|
-
],
|
|
1088
1071
|
"cols": 1.0,
|
|
1089
1072
|
"fields": [
|
|
1090
1073
|
{
|
|
@@ -1098,20 +1081,37 @@
|
|
|
1098
1081
|
},
|
|
1099
1082
|
{
|
|
1100
1083
|
"variant": "body",
|
|
1101
|
-
"
|
|
1102
|
-
"
|
|
1084
|
+
"format": "number",
|
|
1085
|
+
"name": "quantity"
|
|
1103
1086
|
},
|
|
1104
1087
|
{
|
|
1088
|
+
"format": "currency",
|
|
1105
1089
|
"name": "price",
|
|
1106
|
-
"variant": "h4"
|
|
1107
|
-
"format": "currency"
|
|
1090
|
+
"variant": "h4"
|
|
1108
1091
|
},
|
|
1109
1092
|
{
|
|
1110
1093
|
"name": "status",
|
|
1111
1094
|
"variant": "badge"
|
|
1112
1095
|
}
|
|
1113
1096
|
],
|
|
1114
|
-
"gap": "sm"
|
|
1097
|
+
"gap": "sm",
|
|
1098
|
+
"itemActions": [
|
|
1099
|
+
{
|
|
1100
|
+
"label": "View",
|
|
1101
|
+
"variant": "ghost",
|
|
1102
|
+
"event": "VIEW"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"event": "EDIT",
|
|
1106
|
+
"variant": "ghost",
|
|
1107
|
+
"label": "Edit"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"event": "DELETE",
|
|
1111
|
+
"label": "Cancel",
|
|
1112
|
+
"variant": "danger"
|
|
1113
|
+
}
|
|
1114
|
+
]
|
|
1115
1115
|
},
|
|
1116
1116
|
"listens": [
|
|
1117
1117
|
{
|
|
@@ -1145,8 +1145,6 @@
|
|
|
1145
1145
|
"name": "TradeOrderCreate",
|
|
1146
1146
|
"linkedEntity": "TradeOrder",
|
|
1147
1147
|
"config": {
|
|
1148
|
-
"mode": "create",
|
|
1149
|
-
"icon": "plus-circle",
|
|
1150
1148
|
"fields": [
|
|
1151
1149
|
"symbol",
|
|
1152
1150
|
"side",
|
|
@@ -1154,6 +1152,8 @@
|
|
|
1154
1152
|
"price",
|
|
1155
1153
|
"status"
|
|
1156
1154
|
],
|
|
1155
|
+
"icon": "plus-circle",
|
|
1156
|
+
"mode": "create",
|
|
1157
1157
|
"title": "New Order"
|
|
1158
1158
|
},
|
|
1159
1159
|
"events": {
|
|
@@ -1175,16 +1175,16 @@
|
|
|
1175
1175
|
"name": "TradeOrderEdit",
|
|
1176
1176
|
"linkedEntity": "TradeOrder",
|
|
1177
1177
|
"config": {
|
|
1178
|
-
"
|
|
1178
|
+
"icon": "edit",
|
|
1179
1179
|
"mode": "edit",
|
|
1180
|
+
"title": "Edit Order",
|
|
1180
1181
|
"fields": [
|
|
1181
1182
|
"symbol",
|
|
1182
1183
|
"side",
|
|
1183
1184
|
"quantity",
|
|
1184
1185
|
"price",
|
|
1185
1186
|
"status"
|
|
1186
|
-
]
|
|
1187
|
-
"icon": "edit"
|
|
1187
|
+
]
|
|
1188
1188
|
},
|
|
1189
1189
|
"events": {
|
|
1190
1190
|
"OPEN": "EDIT"
|
|
@@ -1205,9 +1205,9 @@
|
|
|
1205
1205
|
"name": "TradeOrderView",
|
|
1206
1206
|
"linkedEntity": "TradeOrder",
|
|
1207
1207
|
"config": {
|
|
1208
|
-
"title": "View Order",
|
|
1209
1208
|
"icon": "eye",
|
|
1210
1209
|
"mode": "edit",
|
|
1210
|
+
"title": "View Order",
|
|
1211
1211
|
"fields": [
|
|
1212
1212
|
"symbol",
|
|
1213
1213
|
"side",
|
|
@@ -1235,14 +1235,14 @@
|
|
|
1235
1235
|
"name": "TradeOrderDelete",
|
|
1236
1236
|
"linkedEntity": "TradeOrder",
|
|
1237
1237
|
"config": {
|
|
1238
|
+
"title": "Cancel Order",
|
|
1238
1239
|
"confirmLabel": "Cancel Order",
|
|
1239
1240
|
"icon": "alert-triangle",
|
|
1240
|
-
"alertMessage": "Cancel this pending order?"
|
|
1241
|
-
"title": "Cancel Order"
|
|
1241
|
+
"alertMessage": "Cancel this pending order?"
|
|
1242
1242
|
},
|
|
1243
1243
|
"events": {
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1244
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
1245
|
+
"REQUEST": "DELETE"
|
|
1246
1246
|
},
|
|
1247
1247
|
"listens": [
|
|
1248
1248
|
{
|
|
@@ -1526,28 +1526,28 @@
|
|
|
1526
1526
|
"name": "MarketFeedAppLayout",
|
|
1527
1527
|
"linkedEntity": "MarketFeed",
|
|
1528
1528
|
"config": {
|
|
1529
|
-
"
|
|
1529
|
+
"notificationClickEvent": "MARKET_FEED_NOTIFICATIONS_OPEN",
|
|
1530
|
+
"contentTrait": "@trait.MarketFeedDisplay",
|
|
1531
|
+
"appName": "Trading Dashboard",
|
|
1530
1532
|
"navItems": [
|
|
1531
1533
|
{
|
|
1532
|
-
"href": "/portfolio",
|
|
1533
1534
|
"label": "Portfolio",
|
|
1534
|
-
"icon": "layout-list"
|
|
1535
|
+
"icon": "layout-list",
|
|
1536
|
+
"href": "/portfolio"
|
|
1535
1537
|
},
|
|
1536
1538
|
{
|
|
1537
1539
|
"label": "Orders",
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1540
|
+
"href": "/orders",
|
|
1541
|
+
"icon": "clipboard-list"
|
|
1540
1542
|
},
|
|
1541
1543
|
{
|
|
1542
|
-
"icon": "activity",
|
|
1543
1544
|
"label": "Market",
|
|
1545
|
+
"icon": "activity",
|
|
1544
1546
|
"href": "/market"
|
|
1545
1547
|
}
|
|
1546
1548
|
],
|
|
1547
|
-
"contentTrait": "@trait.MarketFeedDisplay",
|
|
1548
|
-
"notificationClickEvent": "MARKET_FEED_NOTIFICATIONS_OPEN",
|
|
1549
1549
|
"searchEvent": "MARKET_FEED_SEARCH",
|
|
1550
|
-
"
|
|
1550
|
+
"notifications": []
|
|
1551
1551
|
},
|
|
1552
1552
|
"events": {
|
|
1553
1553
|
"SEARCH": "MARKET_FEED_SEARCH",
|
|
@@ -1580,13 +1580,13 @@
|
|
|
1580
1580
|
"render-ui",
|
|
1581
1581
|
"main",
|
|
1582
1582
|
{
|
|
1583
|
-
"className": "max-w-6xl mx-auto w-full p-4",
|
|
1584
|
-
"type": "stack",
|
|
1585
1583
|
"gap": "lg",
|
|
1586
1584
|
"children": [
|
|
1587
1585
|
"@trait.MarketFeedAsync"
|
|
1588
1586
|
],
|
|
1589
|
-
"direction": "vertical"
|
|
1587
|
+
"direction": "vertical",
|
|
1588
|
+
"className": "max-w-6xl mx-auto w-full p-4",
|
|
1589
|
+
"type": "stack"
|
|
1590
1590
|
}
|
|
1591
1591
|
]
|
|
1592
1592
|
]
|
|
@@ -1775,45 +1775,45 @@
|
|
|
1775
1775
|
"render-ui",
|
|
1776
1776
|
"main",
|
|
1777
1777
|
{
|
|
1778
|
+
"align": "center",
|
|
1779
|
+
"direction": "vertical",
|
|
1780
|
+
"type": "stack",
|
|
1778
1781
|
"children": [
|
|
1779
1782
|
{
|
|
1783
|
+
"gap": "md",
|
|
1780
1784
|
"type": "stack",
|
|
1781
|
-
"
|
|
1785
|
+
"direction": "horizontal",
|
|
1782
1786
|
"children": [
|
|
1783
1787
|
{
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1788
|
+
"type": "icon",
|
|
1789
|
+
"name": "activity"
|
|
1786
1790
|
},
|
|
1787
1791
|
{
|
|
1792
|
+
"type": "typography",
|
|
1788
1793
|
"variant": "h2",
|
|
1789
|
-
"content": "Market Feed"
|
|
1790
|
-
"type": "typography"
|
|
1794
|
+
"content": "Market Feed"
|
|
1791
1795
|
}
|
|
1792
1796
|
],
|
|
1793
|
-
"
|
|
1794
|
-
"direction": "horizontal"
|
|
1797
|
+
"align": "center"
|
|
1795
1798
|
},
|
|
1796
1799
|
{
|
|
1797
1800
|
"type": "divider"
|
|
1798
1801
|
},
|
|
1799
1802
|
{
|
|
1800
|
-
"type": "typography",
|
|
1801
|
-
"color": "muted",
|
|
1802
1803
|
"variant": "body",
|
|
1804
|
+
"color": "muted",
|
|
1805
|
+
"type": "typography",
|
|
1803
1806
|
"content": "Connect to live market data."
|
|
1804
1807
|
},
|
|
1805
1808
|
{
|
|
1806
|
-
"
|
|
1807
|
-
"variant": "primary",
|
|
1809
|
+
"icon": "play",
|
|
1808
1810
|
"type": "button",
|
|
1811
|
+
"variant": "primary",
|
|
1809
1812
|
"action": "START",
|
|
1810
|
-
"
|
|
1813
|
+
"label": "Start Stream"
|
|
1811
1814
|
}
|
|
1812
1815
|
],
|
|
1813
|
-
"gap": "lg"
|
|
1814
|
-
"align": "center",
|
|
1815
|
-
"type": "stack",
|
|
1816
|
-
"direction": "vertical"
|
|
1816
|
+
"gap": "lg"
|
|
1817
1817
|
}
|
|
1818
1818
|
]
|
|
1819
1819
|
]
|
|
@@ -1827,8 +1827,9 @@
|
|
|
1827
1827
|
"render-ui",
|
|
1828
1828
|
"main",
|
|
1829
1829
|
{
|
|
1830
|
-
"align": "center",
|
|
1831
1830
|
"gap": "lg",
|
|
1831
|
+
"align": "center",
|
|
1832
|
+
"type": "stack",
|
|
1832
1833
|
"children": [
|
|
1833
1834
|
{
|
|
1834
1835
|
"type": "loading-state",
|
|
@@ -1836,11 +1837,10 @@
|
|
|
1836
1837
|
"message": "Streaming ticks…"
|
|
1837
1838
|
},
|
|
1838
1839
|
{
|
|
1839
|
-
"
|
|
1840
|
-
"
|
|
1840
|
+
"type": "skeleton",
|
|
1841
|
+
"variant": "text"
|
|
1841
1842
|
}
|
|
1842
1843
|
],
|
|
1843
|
-
"type": "stack",
|
|
1844
1844
|
"direction": "vertical"
|
|
1845
1845
|
}
|
|
1846
1846
|
]
|
|
@@ -1858,8 +1858,8 @@
|
|
|
1858
1858
|
"@payload.data",
|
|
1859
1859
|
{
|
|
1860
1860
|
"emit": {
|
|
1861
|
-
"
|
|
1862
|
-
"
|
|
1861
|
+
"failure": "MarketFeedSaveFailed",
|
|
1862
|
+
"success": "MarketFeedSaved"
|
|
1863
1863
|
}
|
|
1864
1864
|
}
|
|
1865
1865
|
],
|
|
@@ -1867,52 +1867,50 @@
|
|
|
1867
1867
|
"render-ui",
|
|
1868
1868
|
"main",
|
|
1869
1869
|
{
|
|
1870
|
-
"direction": "vertical",
|
|
1871
|
-
"type": "stack",
|
|
1872
1870
|
"gap": "lg",
|
|
1873
1871
|
"children": [
|
|
1874
1872
|
{
|
|
1875
1873
|
"type": "stack",
|
|
1876
|
-
"direction": "horizontal",
|
|
1877
1874
|
"justify": "between",
|
|
1875
|
+
"direction": "horizontal",
|
|
1878
1876
|
"gap": "md",
|
|
1879
1877
|
"align": "center",
|
|
1880
1878
|
"children": [
|
|
1881
1879
|
{
|
|
1880
|
+
"align": "center",
|
|
1881
|
+
"direction": "horizontal",
|
|
1882
1882
|
"children": [
|
|
1883
1883
|
{
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1884
|
+
"type": "icon",
|
|
1885
|
+
"name": "activity"
|
|
1886
1886
|
},
|
|
1887
1887
|
{
|
|
1888
|
-
"type": "typography",
|
|
1889
1888
|
"content": "Live Market Feed",
|
|
1890
|
-
"variant": "h2"
|
|
1889
|
+
"variant": "h2",
|
|
1890
|
+
"type": "typography"
|
|
1891
1891
|
}
|
|
1892
1892
|
],
|
|
1893
|
-
"type": "stack",
|
|
1894
|
-
"direction": "horizontal",
|
|
1895
1893
|
"gap": "sm",
|
|
1896
|
-
"
|
|
1894
|
+
"type": "stack"
|
|
1897
1895
|
},
|
|
1898
1896
|
{
|
|
1899
1897
|
"direction": "horizontal",
|
|
1900
1898
|
"type": "stack",
|
|
1899
|
+
"gap": "sm",
|
|
1901
1900
|
"children": [
|
|
1902
1901
|
{
|
|
1902
|
+
"message": "Connected",
|
|
1903
1903
|
"type": "alert",
|
|
1904
|
-
"variant": "success"
|
|
1905
|
-
"message": "Connected"
|
|
1904
|
+
"variant": "success"
|
|
1906
1905
|
},
|
|
1907
1906
|
{
|
|
1907
|
+
"icon": "rotate-ccw",
|
|
1908
|
+
"variant": "ghost",
|
|
1908
1909
|
"type": "button",
|
|
1909
|
-
"label": "Reset",
|
|
1910
1910
|
"action": "RESET",
|
|
1911
|
-
"
|
|
1912
|
-
"icon": "rotate-ccw"
|
|
1911
|
+
"label": "Reset"
|
|
1913
1912
|
}
|
|
1914
|
-
]
|
|
1915
|
-
"gap": "sm"
|
|
1913
|
+
]
|
|
1916
1914
|
}
|
|
1917
1915
|
]
|
|
1918
1916
|
},
|
|
@@ -1920,10 +1918,9 @@
|
|
|
1920
1918
|
"type": "divider"
|
|
1921
1919
|
},
|
|
1922
1920
|
{
|
|
1923
|
-
"entity": "@payload.data",
|
|
1924
1921
|
"type": "data-list",
|
|
1922
|
+
"entity": "@payload.data",
|
|
1925
1923
|
"gap": "sm",
|
|
1926
|
-
"variant": "card",
|
|
1927
1924
|
"fields": [
|
|
1928
1925
|
{
|
|
1929
1926
|
"name": "symbol",
|
|
@@ -1941,43 +1938,44 @@
|
|
|
1941
1938
|
"format": "currency"
|
|
1942
1939
|
},
|
|
1943
1940
|
{
|
|
1944
|
-
"format": "number",
|
|
1945
1941
|
"name": "volume",
|
|
1942
|
+
"format": "number",
|
|
1946
1943
|
"variant": "caption"
|
|
1947
1944
|
}
|
|
1948
|
-
]
|
|
1945
|
+
],
|
|
1946
|
+
"variant": "card"
|
|
1949
1947
|
},
|
|
1950
1948
|
{
|
|
1951
1949
|
"type": "divider"
|
|
1952
1950
|
},
|
|
1953
1951
|
{
|
|
1954
|
-
"type": "line-chart",
|
|
1955
1952
|
"data": [
|
|
1956
1953
|
{
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1954
|
+
"date": "09:30",
|
|
1955
|
+
"value": 100.0
|
|
1959
1956
|
},
|
|
1960
1957
|
{
|
|
1961
1958
|
"date": "10:00",
|
|
1962
1959
|
"value": 102.0
|
|
1963
1960
|
},
|
|
1964
1961
|
{
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1962
|
+
"value": 99.0,
|
|
1963
|
+
"date": "10:30"
|
|
1967
1964
|
},
|
|
1968
1965
|
{
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
1966
|
+
"date": "11:00",
|
|
1967
|
+
"value": 105.0
|
|
1971
1968
|
},
|
|
1972
1969
|
{
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
1970
|
+
"value": 107.0,
|
|
1971
|
+
"date": "11:30"
|
|
1975
1972
|
},
|
|
1976
1973
|
{
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
1974
|
+
"value": 104.0,
|
|
1975
|
+
"date": "12:00"
|
|
1979
1976
|
}
|
|
1980
|
-
]
|
|
1977
|
+
],
|
|
1978
|
+
"type": "line-chart"
|
|
1981
1979
|
},
|
|
1982
1980
|
{
|
|
1983
1981
|
"type": "chart-legend",
|
|
@@ -1992,7 +1990,9 @@
|
|
|
1992
1990
|
}
|
|
1993
1991
|
]
|
|
1994
1992
|
}
|
|
1995
|
-
]
|
|
1993
|
+
],
|
|
1994
|
+
"type": "stack",
|
|
1995
|
+
"direction": "vertical"
|
|
1996
1996
|
}
|
|
1997
1997
|
]
|
|
1998
1998
|
]
|
|
@@ -2006,40 +2006,40 @@
|
|
|
2006
2006
|
"render-ui",
|
|
2007
2007
|
"main",
|
|
2008
2008
|
{
|
|
2009
|
+
"gap": "lg",
|
|
2010
|
+
"type": "stack",
|
|
2011
|
+
"direction": "vertical",
|
|
2012
|
+
"align": "center",
|
|
2009
2013
|
"children": [
|
|
2010
2014
|
{
|
|
2015
|
+
"title": "Stream Disconnected",
|
|
2011
2016
|
"type": "error-state",
|
|
2012
|
-
"message": "Market feed disconnected.",
|
|
2013
2017
|
"onRetry": "RETRY",
|
|
2014
|
-
"
|
|
2018
|
+
"message": "Market feed disconnected."
|
|
2015
2019
|
},
|
|
2016
2020
|
{
|
|
2017
|
-
"direction": "horizontal",
|
|
2018
|
-
"type": "stack",
|
|
2019
2021
|
"gap": "sm",
|
|
2022
|
+
"direction": "horizontal",
|
|
2020
2023
|
"justify": "center",
|
|
2024
|
+
"type": "stack",
|
|
2021
2025
|
"children": [
|
|
2022
2026
|
{
|
|
2023
|
-
"label": "Retry",
|
|
2024
2027
|
"icon": "refresh-cw",
|
|
2025
|
-
"variant": "primary",
|
|
2026
2028
|
"action": "RETRY",
|
|
2027
|
-
"
|
|
2029
|
+
"label": "Retry",
|
|
2030
|
+
"type": "button",
|
|
2031
|
+
"variant": "primary"
|
|
2028
2032
|
},
|
|
2029
2033
|
{
|
|
2030
|
-
"action": "RESET",
|
|
2031
|
-
"type": "button",
|
|
2032
2034
|
"label": "Reset",
|
|
2035
|
+
"variant": "ghost",
|
|
2033
2036
|
"icon": "rotate-ccw",
|
|
2034
|
-
"
|
|
2037
|
+
"action": "RESET",
|
|
2038
|
+
"type": "button"
|
|
2035
2039
|
}
|
|
2036
2040
|
]
|
|
2037
2041
|
}
|
|
2038
|
-
]
|
|
2039
|
-
"gap": "lg",
|
|
2040
|
-
"type": "stack",
|
|
2041
|
-
"align": "center",
|
|
2042
|
-
"direction": "vertical"
|
|
2042
|
+
]
|
|
2043
2043
|
}
|
|
2044
2044
|
]
|
|
2045
2045
|
]
|
|
@@ -2053,44 +2053,44 @@
|
|
|
2053
2053
|
"render-ui",
|
|
2054
2054
|
"main",
|
|
2055
2055
|
{
|
|
2056
|
-
"gap": "lg",
|
|
2057
|
-
"type": "stack",
|
|
2058
|
-
"direction": "vertical",
|
|
2059
2056
|
"children": [
|
|
2060
2057
|
{
|
|
2058
|
+
"direction": "horizontal",
|
|
2059
|
+
"gap": "md",
|
|
2061
2060
|
"type": "stack",
|
|
2062
2061
|
"align": "center",
|
|
2063
2062
|
"children": [
|
|
2064
2063
|
{
|
|
2065
|
-
"
|
|
2066
|
-
"
|
|
2064
|
+
"type": "icon",
|
|
2065
|
+
"name": "activity"
|
|
2067
2066
|
},
|
|
2068
2067
|
{
|
|
2069
|
-
"
|
|
2068
|
+
"content": "Market Feed",
|
|
2070
2069
|
"type": "typography",
|
|
2071
|
-
"
|
|
2070
|
+
"variant": "h2"
|
|
2072
2071
|
}
|
|
2073
|
-
]
|
|
2074
|
-
"gap": "md",
|
|
2075
|
-
"direction": "horizontal"
|
|
2072
|
+
]
|
|
2076
2073
|
},
|
|
2077
2074
|
{
|
|
2078
2075
|
"type": "divider"
|
|
2079
2076
|
},
|
|
2080
2077
|
{
|
|
2081
|
-
"content": "Connect to live market data.",
|
|
2082
|
-
"variant": "body",
|
|
2083
2078
|
"color": "muted",
|
|
2084
|
-
"type": "typography"
|
|
2079
|
+
"type": "typography",
|
|
2080
|
+
"variant": "body",
|
|
2081
|
+
"content": "Connect to live market data."
|
|
2085
2082
|
},
|
|
2086
2083
|
{
|
|
2087
2084
|
"icon": "play",
|
|
2088
2085
|
"action": "START",
|
|
2089
2086
|
"variant": "primary",
|
|
2090
|
-
"
|
|
2091
|
-
"
|
|
2087
|
+
"label": "Start Stream",
|
|
2088
|
+
"type": "button"
|
|
2092
2089
|
}
|
|
2093
2090
|
],
|
|
2091
|
+
"gap": "lg",
|
|
2092
|
+
"type": "stack",
|
|
2093
|
+
"direction": "vertical",
|
|
2094
2094
|
"align": "center"
|
|
2095
2095
|
}
|
|
2096
2096
|
]
|
|
@@ -2105,27 +2105,23 @@
|
|
|
2105
2105
|
"render-ui",
|
|
2106
2106
|
"main",
|
|
2107
2107
|
{
|
|
2108
|
-
"type": "stack",
|
|
2109
|
-
"direction": "vertical",
|
|
2110
|
-
"align": "center",
|
|
2111
|
-
"gap": "lg",
|
|
2112
2108
|
"children": [
|
|
2113
2109
|
{
|
|
2114
|
-
"direction": "horizontal",
|
|
2115
2110
|
"gap": "md",
|
|
2116
2111
|
"align": "center",
|
|
2112
|
+
"direction": "horizontal",
|
|
2113
|
+
"type": "stack",
|
|
2117
2114
|
"children": [
|
|
2118
2115
|
{
|
|
2119
2116
|
"type": "icon",
|
|
2120
2117
|
"name": "activity"
|
|
2121
2118
|
},
|
|
2122
2119
|
{
|
|
2123
|
-
"
|
|
2120
|
+
"content": "Market Feed",
|
|
2124
2121
|
"type": "typography",
|
|
2125
|
-
"
|
|
2122
|
+
"variant": "h2"
|
|
2126
2123
|
}
|
|
2127
|
-
]
|
|
2128
|
-
"type": "stack"
|
|
2124
|
+
]
|
|
2129
2125
|
},
|
|
2130
2126
|
{
|
|
2131
2127
|
"type": "divider"
|
|
@@ -2137,13 +2133,17 @@
|
|
|
2137
2133
|
"content": "Connect to live market data."
|
|
2138
2134
|
},
|
|
2139
2135
|
{
|
|
2140
|
-
"action": "START",
|
|
2141
2136
|
"icon": "play",
|
|
2142
|
-
"
|
|
2137
|
+
"label": "Start Stream",
|
|
2138
|
+
"action": "START",
|
|
2143
2139
|
"type": "button",
|
|
2144
|
-
"
|
|
2140
|
+
"variant": "primary"
|
|
2145
2141
|
}
|
|
2146
|
-
]
|
|
2142
|
+
],
|
|
2143
|
+
"type": "stack",
|
|
2144
|
+
"direction": "vertical",
|
|
2145
|
+
"gap": "lg",
|
|
2146
|
+
"align": "center"
|
|
2147
2147
|
}
|
|
2148
2148
|
]
|
|
2149
2149
|
]
|
|
@@ -2159,19 +2159,19 @@
|
|
|
2159
2159
|
{
|
|
2160
2160
|
"align": "center",
|
|
2161
2161
|
"direction": "vertical",
|
|
2162
|
-
"type": "stack",
|
|
2163
|
-
"gap": "lg",
|
|
2164
2162
|
"children": [
|
|
2165
2163
|
{
|
|
2166
|
-
"
|
|
2164
|
+
"title": "Connecting to market feed…",
|
|
2167
2165
|
"type": "loading-state",
|
|
2168
|
-
"
|
|
2166
|
+
"message": "Streaming ticks…"
|
|
2169
2167
|
},
|
|
2170
2168
|
{
|
|
2171
|
-
"
|
|
2172
|
-
"
|
|
2169
|
+
"type": "skeleton",
|
|
2170
|
+
"variant": "text"
|
|
2173
2171
|
}
|
|
2174
|
-
]
|
|
2172
|
+
],
|
|
2173
|
+
"gap": "lg",
|
|
2174
|
+
"type": "stack"
|
|
2175
2175
|
}
|
|
2176
2176
|
]
|
|
2177
2177
|
]
|
|
@@ -2203,4 +2203,4 @@
|
|
|
2203
2203
|
]
|
|
2204
2204
|
}
|
|
2205
2205
|
]
|
|
2206
|
-
}
|
|
2206
|
+
}
|