@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
|
@@ -114,37 +114,37 @@
|
|
|
114
114
|
"ref": "AppShell.traits.AppLayout",
|
|
115
115
|
"name": "FleetAppLayout",
|
|
116
116
|
"config": {
|
|
117
|
-
"notificationClickEvent": "FLEET_NOTIFICATIONS_OPEN",
|
|
118
117
|
"navItems": [
|
|
119
118
|
{
|
|
120
|
-
"label": "Fleets",
|
|
121
119
|
"href": "/fleets",
|
|
120
|
+
"label": "Fleets",
|
|
122
121
|
"icon": "truck"
|
|
123
122
|
},
|
|
124
123
|
{
|
|
125
|
-
"icon": "truck",
|
|
126
124
|
"href": "/vehicles",
|
|
125
|
+
"icon": "truck",
|
|
127
126
|
"label": "Vehicles"
|
|
128
127
|
},
|
|
129
128
|
{
|
|
130
|
-
"icon": "users",
|
|
131
129
|
"label": "Drivers",
|
|
132
|
-
"href": "/drivers"
|
|
130
|
+
"href": "/drivers",
|
|
131
|
+
"icon": "user"
|
|
133
132
|
},
|
|
134
133
|
{
|
|
135
|
-
"
|
|
136
|
-
"label": "
|
|
137
|
-
"
|
|
134
|
+
"icon": "activity",
|
|
135
|
+
"label": "Telematics",
|
|
136
|
+
"href": "/telematics"
|
|
138
137
|
}
|
|
139
138
|
],
|
|
139
|
+
"notificationClickEvent": "FLEET_NOTIFICATIONS_OPEN",
|
|
140
140
|
"searchEvent": "FLEET_SEARCH",
|
|
141
141
|
"appName": "Fleet Manager",
|
|
142
142
|
"contentTrait": "@trait.FleetCatalog",
|
|
143
143
|
"notifications": []
|
|
144
144
|
},
|
|
145
145
|
"events": {
|
|
146
|
-
"
|
|
147
|
-
"
|
|
146
|
+
"NOTIFY_CLICK": "FLEET_NOTIFICATIONS_OPEN",
|
|
147
|
+
"SEARCH": "FLEET_SEARCH"
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
{
|
|
@@ -227,62 +227,60 @@
|
|
|
227
227
|
"render-ui",
|
|
228
228
|
"main",
|
|
229
229
|
{
|
|
230
|
-
"gap": "lg",
|
|
231
230
|
"direction": "vertical",
|
|
232
|
-
"type": "stack",
|
|
233
231
|
"children": [
|
|
234
232
|
{
|
|
233
|
+
"justify": "between",
|
|
235
234
|
"align": "center",
|
|
236
|
-
"direction": "horizontal",
|
|
237
|
-
"gap": "md",
|
|
238
|
-
"type": "stack",
|
|
239
235
|
"children": [
|
|
240
236
|
{
|
|
241
237
|
"direction": "horizontal",
|
|
238
|
+
"type": "stack",
|
|
239
|
+
"gap": "sm",
|
|
242
240
|
"children": [
|
|
243
241
|
{
|
|
244
|
-
"
|
|
245
|
-
"
|
|
242
|
+
"name": "truck",
|
|
243
|
+
"type": "icon"
|
|
246
244
|
},
|
|
247
245
|
{
|
|
248
|
-
"type": "typography",
|
|
249
246
|
"variant": "h2",
|
|
250
|
-
"content": "Fleets"
|
|
247
|
+
"content": "Fleets",
|
|
248
|
+
"type": "typography"
|
|
251
249
|
}
|
|
252
250
|
],
|
|
253
|
-
"
|
|
254
|
-
"align": "center",
|
|
255
|
-
"type": "stack"
|
|
251
|
+
"align": "center"
|
|
256
252
|
},
|
|
257
253
|
{
|
|
254
|
+
"type": "stack",
|
|
255
|
+
"direction": "horizontal",
|
|
256
|
+
"gap": "sm",
|
|
258
257
|
"children": [
|
|
259
258
|
{
|
|
260
|
-
"type": "button",
|
|
261
|
-
"action": "CREATE",
|
|
262
|
-
"label": "New Fleet",
|
|
263
259
|
"variant": "primary",
|
|
264
|
-
"icon": "plus"
|
|
260
|
+
"icon": "plus",
|
|
261
|
+
"label": "New Fleet",
|
|
262
|
+
"type": "button",
|
|
263
|
+
"action": "CREATE"
|
|
265
264
|
}
|
|
266
|
-
]
|
|
267
|
-
"type": "stack",
|
|
268
|
-
"direction": "horizontal",
|
|
269
|
-
"gap": "sm"
|
|
265
|
+
]
|
|
270
266
|
}
|
|
271
267
|
],
|
|
272
|
-
"
|
|
268
|
+
"direction": "horizontal",
|
|
269
|
+
"gap": "md",
|
|
270
|
+
"type": "stack"
|
|
273
271
|
},
|
|
274
272
|
{
|
|
275
273
|
"type": "divider"
|
|
276
274
|
},
|
|
277
275
|
{
|
|
278
|
-
"gap": "md",
|
|
279
|
-
"align": "center",
|
|
280
276
|
"children": [
|
|
281
277
|
"@trait.FleetSearch",
|
|
282
278
|
"@trait.FleetFilter"
|
|
283
279
|
],
|
|
284
280
|
"type": "stack",
|
|
285
|
-
"direction": "horizontal"
|
|
281
|
+
"direction": "horizontal",
|
|
282
|
+
"gap": "md",
|
|
283
|
+
"align": "center"
|
|
286
284
|
},
|
|
287
285
|
"@trait.FleetStats",
|
|
288
286
|
"@trait.FleetGraphs",
|
|
@@ -290,7 +288,9 @@
|
|
|
290
288
|
"type": "divider"
|
|
291
289
|
},
|
|
292
290
|
"@trait.FleetBrowseList"
|
|
293
|
-
]
|
|
291
|
+
],
|
|
292
|
+
"gap": "lg",
|
|
293
|
+
"type": "stack"
|
|
294
294
|
}
|
|
295
295
|
]
|
|
296
296
|
]
|
|
@@ -309,33 +309,33 @@
|
|
|
309
309
|
"render-ui",
|
|
310
310
|
"main",
|
|
311
311
|
{
|
|
312
|
-
"gap": "md",
|
|
313
312
|
"direction": "vertical",
|
|
314
|
-
"align": "center",
|
|
315
313
|
"className": "py-8",
|
|
314
|
+
"gap": "md",
|
|
316
315
|
"children": [
|
|
317
316
|
{
|
|
318
317
|
"type": "icon",
|
|
319
318
|
"name": "bell"
|
|
320
319
|
},
|
|
321
320
|
{
|
|
322
|
-
"
|
|
321
|
+
"variant": "h3",
|
|
323
322
|
"type": "typography",
|
|
324
|
-
"
|
|
323
|
+
"content": "No notifications"
|
|
325
324
|
},
|
|
326
325
|
{
|
|
327
|
-
"type": "typography",
|
|
328
326
|
"variant": "caption",
|
|
329
|
-
"
|
|
330
|
-
"content": "You're all caught up."
|
|
327
|
+
"type": "typography",
|
|
328
|
+
"content": "You're all caught up.",
|
|
329
|
+
"color": "muted"
|
|
331
330
|
},
|
|
332
331
|
{
|
|
333
|
-
"type": "button",
|
|
334
|
-
"label": "Back to fleets",
|
|
335
332
|
"action": "INIT",
|
|
333
|
+
"label": "Back to fleets",
|
|
334
|
+
"type": "button",
|
|
336
335
|
"variant": "ghost"
|
|
337
336
|
}
|
|
338
337
|
],
|
|
338
|
+
"align": "center",
|
|
339
339
|
"type": "stack"
|
|
340
340
|
}
|
|
341
341
|
]
|
|
@@ -349,28 +349,28 @@
|
|
|
349
349
|
"ref": "Search.traits.SearchResultSearch",
|
|
350
350
|
"name": "FleetSearch",
|
|
351
351
|
"config": {
|
|
352
|
-
"
|
|
353
|
-
"
|
|
352
|
+
"event": "FLEET_SEARCH",
|
|
353
|
+
"placeholder": "Search fleets…"
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
357
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
358
358
|
"name": "FleetFilter",
|
|
359
359
|
"config": {
|
|
360
|
+
"event": "FLEET_FILTER",
|
|
360
361
|
"filters": [
|
|
361
362
|
{
|
|
362
|
-
"
|
|
363
|
+
"label": "Status",
|
|
363
364
|
"options": [
|
|
364
365
|
"active",
|
|
365
366
|
"inactive",
|
|
366
367
|
"merging",
|
|
367
368
|
"archived"
|
|
368
369
|
],
|
|
369
|
-
"
|
|
370
|
-
"
|
|
370
|
+
"filterType": "select",
|
|
371
|
+
"field": "status"
|
|
371
372
|
}
|
|
372
|
-
]
|
|
373
|
-
"event": "FLEET_FILTER"
|
|
373
|
+
]
|
|
374
374
|
}
|
|
375
375
|
},
|
|
376
376
|
{
|
|
@@ -379,16 +379,18 @@
|
|
|
379
379
|
"config": {
|
|
380
380
|
"metrics": [
|
|
381
381
|
{
|
|
382
|
-
"aggregation": "count",
|
|
383
382
|
"label": "Total",
|
|
383
|
+
"variant": "primary",
|
|
384
384
|
"format": "number",
|
|
385
|
-
"
|
|
386
|
-
"
|
|
385
|
+
"aggregation": "count",
|
|
386
|
+
"icon": "truck"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
|
-
"aggregation": "count",
|
|
390
389
|
"label": "Active",
|
|
391
390
|
"variant": "success",
|
|
391
|
+
"icon": "check-circle",
|
|
392
|
+
"aggregation": "count",
|
|
393
|
+
"format": "number",
|
|
392
394
|
"filter": [
|
|
393
395
|
"fn",
|
|
394
396
|
"row",
|
|
@@ -397,17 +399,15 @@
|
|
|
397
399
|
"@row.status",
|
|
398
400
|
"active"
|
|
399
401
|
]
|
|
400
|
-
]
|
|
401
|
-
"icon": "check-circle",
|
|
402
|
-
"format": "number"
|
|
402
|
+
]
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"aggregation": "sum",
|
|
406
|
-
"label": "Vehicles",
|
|
407
|
-
"variant": "info",
|
|
408
406
|
"format": "number",
|
|
407
|
+
"icon": "truck",
|
|
408
|
+
"variant": "info",
|
|
409
409
|
"field": "vehicleCount",
|
|
410
|
-
"
|
|
410
|
+
"label": "Vehicles"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"icon": "users",
|
|
@@ -435,13 +435,13 @@
|
|
|
435
435
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
436
436
|
"name": "FleetGraphs",
|
|
437
437
|
"config": {
|
|
438
|
-
"showLegend": false,
|
|
439
438
|
"title": "Fleets by Status",
|
|
440
|
-
"subtitle": "Operational composition across fleet statuses",
|
|
441
|
-
"chartType": "bar",
|
|
442
|
-
"categoryField": "status",
|
|
443
439
|
"aggregation": "count",
|
|
444
|
-
"height": 240.0
|
|
440
|
+
"height": 240.0,
|
|
441
|
+
"showLegend": false,
|
|
442
|
+
"categoryField": "status",
|
|
443
|
+
"subtitle": "Operational composition across fleet statuses",
|
|
444
|
+
"chartType": "bar"
|
|
445
445
|
},
|
|
446
446
|
"listens": [
|
|
447
447
|
{
|
|
@@ -459,37 +459,36 @@
|
|
|
459
459
|
"name": "FleetBrowseList",
|
|
460
460
|
"linkedEntity": "Fleet",
|
|
461
461
|
"config": {
|
|
462
|
-
"gap": "sm",
|
|
463
462
|
"itemActions": [
|
|
464
463
|
{
|
|
465
464
|
"label": "View",
|
|
466
|
-
"
|
|
467
|
-
"
|
|
465
|
+
"variant": "ghost",
|
|
466
|
+
"event": "VIEW"
|
|
468
467
|
},
|
|
469
468
|
{
|
|
469
|
+
"label": "Edit",
|
|
470
470
|
"event": "EDIT",
|
|
471
|
-
"variant": "ghost"
|
|
472
|
-
"label": "Edit"
|
|
471
|
+
"variant": "ghost"
|
|
473
472
|
},
|
|
474
473
|
{
|
|
475
|
-
"
|
|
474
|
+
"variant": "danger",
|
|
476
475
|
"label": "Delete",
|
|
477
|
-
"
|
|
476
|
+
"event": "DELETE"
|
|
478
477
|
}
|
|
479
478
|
],
|
|
480
479
|
"fields": [
|
|
481
480
|
{
|
|
482
|
-
"variant": "h3",
|
|
483
481
|
"name": "name",
|
|
484
|
-
"icon": "truck"
|
|
482
|
+
"icon": "truck",
|
|
483
|
+
"variant": "h3"
|
|
485
484
|
},
|
|
486
485
|
{
|
|
487
486
|
"variant": "caption",
|
|
488
487
|
"name": "region"
|
|
489
488
|
},
|
|
490
489
|
{
|
|
491
|
-
"
|
|
492
|
-
"
|
|
490
|
+
"name": "status",
|
|
491
|
+
"variant": "badge"
|
|
493
492
|
},
|
|
494
493
|
{
|
|
495
494
|
"variant": "caption",
|
|
@@ -500,7 +499,8 @@
|
|
|
500
499
|
"name": "driverCount"
|
|
501
500
|
}
|
|
502
501
|
],
|
|
503
|
-
"cols": 1.0
|
|
502
|
+
"cols": 1.0,
|
|
503
|
+
"gap": "sm"
|
|
504
504
|
},
|
|
505
505
|
"listens": [
|
|
506
506
|
{
|
|
@@ -550,8 +550,6 @@
|
|
|
550
550
|
"name": "FleetCreate",
|
|
551
551
|
"linkedEntity": "Fleet",
|
|
552
552
|
"config": {
|
|
553
|
-
"mode": "create",
|
|
554
|
-
"icon": "plus-circle",
|
|
555
553
|
"fields": [
|
|
556
554
|
"name",
|
|
557
555
|
"description",
|
|
@@ -559,7 +557,9 @@
|
|
|
559
557
|
"status",
|
|
560
558
|
"managedBy"
|
|
561
559
|
],
|
|
562
|
-
"
|
|
560
|
+
"icon": "plus-circle",
|
|
561
|
+
"title": "New Fleet",
|
|
562
|
+
"mode": "create"
|
|
563
563
|
},
|
|
564
564
|
"events": {
|
|
565
565
|
"OPEN": "CREATE"
|
|
@@ -580,6 +580,7 @@
|
|
|
580
580
|
"name": "FleetEdit",
|
|
581
581
|
"linkedEntity": "Fleet",
|
|
582
582
|
"config": {
|
|
583
|
+
"icon": "edit",
|
|
583
584
|
"fields": [
|
|
584
585
|
"name",
|
|
585
586
|
"description",
|
|
@@ -588,7 +589,6 @@
|
|
|
588
589
|
"managedBy"
|
|
589
590
|
],
|
|
590
591
|
"title": "Edit Fleet",
|
|
591
|
-
"icon": "edit",
|
|
592
592
|
"mode": "edit"
|
|
593
593
|
},
|
|
594
594
|
"events": {
|
|
@@ -611,6 +611,7 @@
|
|
|
611
611
|
"linkedEntity": "Fleet",
|
|
612
612
|
"config": {
|
|
613
613
|
"icon": "eye",
|
|
614
|
+
"mode": "edit",
|
|
614
615
|
"title": "View Fleet",
|
|
615
616
|
"fields": [
|
|
616
617
|
"name",
|
|
@@ -620,8 +621,7 @@
|
|
|
620
621
|
"managedBy",
|
|
621
622
|
"vehicleCount",
|
|
622
623
|
"driverCount"
|
|
623
|
-
]
|
|
624
|
-
"mode": "edit"
|
|
624
|
+
]
|
|
625
625
|
},
|
|
626
626
|
"events": {
|
|
627
627
|
"OPEN": "VIEW"
|
|
@@ -642,14 +642,14 @@
|
|
|
642
642
|
"name": "FleetDelete",
|
|
643
643
|
"linkedEntity": "Fleet",
|
|
644
644
|
"config": {
|
|
645
|
-
"confirmLabel": "Delete",
|
|
646
645
|
"icon": "alert-triangle",
|
|
647
|
-
"
|
|
648
|
-
"
|
|
646
|
+
"alertMessage": "This action cannot be undone.",
|
|
647
|
+
"confirmLabel": "Delete",
|
|
648
|
+
"title": "Delete Fleet"
|
|
649
649
|
},
|
|
650
650
|
"events": {
|
|
651
|
-
"
|
|
652
|
-
"
|
|
651
|
+
"REQUEST": "DELETE",
|
|
652
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
653
653
|
},
|
|
654
654
|
"listens": [
|
|
655
655
|
{
|
|
@@ -890,6 +890,655 @@
|
|
|
890
890
|
]
|
|
891
891
|
}
|
|
892
892
|
]
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "VehiclePanelOrbital",
|
|
896
|
+
"uses": [
|
|
897
|
+
{
|
|
898
|
+
"from": "std/behaviors/std-app-layout",
|
|
899
|
+
"as": "AppShell"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"from": "std/behaviors/std-vehicle",
|
|
903
|
+
"as": "Vehicle"
|
|
904
|
+
}
|
|
905
|
+
],
|
|
906
|
+
"entity": {
|
|
907
|
+
"name": "Vehicle",
|
|
908
|
+
"collection": "vehicles",
|
|
909
|
+
"persistence": "persistent",
|
|
910
|
+
"fields": [
|
|
911
|
+
{
|
|
912
|
+
"name": "id",
|
|
913
|
+
"type": "string",
|
|
914
|
+
"required": true
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "vin",
|
|
918
|
+
"type": "string",
|
|
919
|
+
"required": true
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"name": "licensePlate",
|
|
923
|
+
"type": "string",
|
|
924
|
+
"required": true
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "make",
|
|
928
|
+
"type": "string",
|
|
929
|
+
"default": ""
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "model",
|
|
933
|
+
"type": "string",
|
|
934
|
+
"default": ""
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "year",
|
|
938
|
+
"type": "number",
|
|
939
|
+
"default": 2020.0
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "vehicleType",
|
|
943
|
+
"type": "string",
|
|
944
|
+
"default": "car",
|
|
945
|
+
"values": [
|
|
946
|
+
"car",
|
|
947
|
+
"truck",
|
|
948
|
+
"van",
|
|
949
|
+
"trailer",
|
|
950
|
+
"motorcycle"
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "odometer",
|
|
955
|
+
"type": "number",
|
|
956
|
+
"default": 0.0
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "fuelType",
|
|
960
|
+
"type": "string",
|
|
961
|
+
"default": "gasoline",
|
|
962
|
+
"values": [
|
|
963
|
+
"gasoline",
|
|
964
|
+
"diesel",
|
|
965
|
+
"electric",
|
|
966
|
+
"hybrid"
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "status",
|
|
971
|
+
"type": "string",
|
|
972
|
+
"default": "active",
|
|
973
|
+
"values": [
|
|
974
|
+
"active",
|
|
975
|
+
"maintenance",
|
|
976
|
+
"retired",
|
|
977
|
+
"in-transit"
|
|
978
|
+
]
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "assignedDriverId",
|
|
982
|
+
"type": "string",
|
|
983
|
+
"default": ""
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "pendingId",
|
|
987
|
+
"type": "string",
|
|
988
|
+
"default": ""
|
|
989
|
+
}
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
"traits": [
|
|
993
|
+
{
|
|
994
|
+
"ref": "AppShell.traits.AppLayout",
|
|
995
|
+
"name": "VehicleAppLayout",
|
|
996
|
+
"config": {
|
|
997
|
+
"contentTrait": "@trait.VehiclePanel",
|
|
998
|
+
"navItems": [
|
|
999
|
+
{
|
|
1000
|
+
"label": "Fleets",
|
|
1001
|
+
"href": "/fleets",
|
|
1002
|
+
"icon": "truck"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"href": "/vehicles",
|
|
1006
|
+
"icon": "truck",
|
|
1007
|
+
"label": "Vehicles"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"label": "Drivers",
|
|
1011
|
+
"href": "/drivers",
|
|
1012
|
+
"icon": "user"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"href": "/telematics",
|
|
1016
|
+
"label": "Telematics",
|
|
1017
|
+
"icon": "activity"
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"searchEvent": "VEHICLE_SEARCH",
|
|
1021
|
+
"notificationClickEvent": "VEHICLE_NOTIFICATIONS_OPEN",
|
|
1022
|
+
"appName": "Fleet Management",
|
|
1023
|
+
"notifications": []
|
|
1024
|
+
},
|
|
1025
|
+
"events": {
|
|
1026
|
+
"NOTIFY_CLICK": "VEHICLE_NOTIFICATIONS_OPEN",
|
|
1027
|
+
"SEARCH": "VEHICLE_SEARCH"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "VehiclePanel",
|
|
1032
|
+
"category": "interaction",
|
|
1033
|
+
"stateMachine": {
|
|
1034
|
+
"states": [
|
|
1035
|
+
{
|
|
1036
|
+
"name": "composing",
|
|
1037
|
+
"isInitial": true
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
1040
|
+
"events": [
|
|
1041
|
+
{
|
|
1042
|
+
"key": "INIT",
|
|
1043
|
+
"name": "Initialize"
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"transitions": [
|
|
1047
|
+
{
|
|
1048
|
+
"from": "composing",
|
|
1049
|
+
"to": "composing",
|
|
1050
|
+
"event": "INIT",
|
|
1051
|
+
"effects": [
|
|
1052
|
+
[
|
|
1053
|
+
"render-ui",
|
|
1054
|
+
"main",
|
|
1055
|
+
{
|
|
1056
|
+
"children": [
|
|
1057
|
+
{
|
|
1058
|
+
"align": "center",
|
|
1059
|
+
"children": [
|
|
1060
|
+
{
|
|
1061
|
+
"type": "icon",
|
|
1062
|
+
"name": "truck"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"type": "typography",
|
|
1066
|
+
"variant": "h2",
|
|
1067
|
+
"content": "Vehicles"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"direction": "horizontal",
|
|
1071
|
+
"gap": "sm",
|
|
1072
|
+
"type": "stack"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"type": "divider"
|
|
1076
|
+
},
|
|
1077
|
+
"@trait.VehicleView"
|
|
1078
|
+
],
|
|
1079
|
+
"gap": "lg",
|
|
1080
|
+
"type": "stack",
|
|
1081
|
+
"className": "max-w-6xl mx-auto w-full p-4",
|
|
1082
|
+
"direction": "vertical"
|
|
1083
|
+
}
|
|
1084
|
+
]
|
|
1085
|
+
]
|
|
1086
|
+
}
|
|
1087
|
+
]
|
|
1088
|
+
},
|
|
1089
|
+
"scope": "instance"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"ref": "Vehicle.traits.VehicleFleet",
|
|
1093
|
+
"name": "VehicleView",
|
|
1094
|
+
"config": {
|
|
1095
|
+
"title": "Fleet Vehicles"
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"pages": [
|
|
1100
|
+
{
|
|
1101
|
+
"name": "VehiclesPage",
|
|
1102
|
+
"path": "/vehicles",
|
|
1103
|
+
"traits": [
|
|
1104
|
+
{
|
|
1105
|
+
"ref": "VehicleAppLayout"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"ref": "VehiclePanel"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"ref": "VehicleView"
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "DriverPanelOrbital",
|
|
1119
|
+
"uses": [
|
|
1120
|
+
{
|
|
1121
|
+
"from": "std/behaviors/std-app-layout",
|
|
1122
|
+
"as": "AppShell"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"from": "std/behaviors/std-driver",
|
|
1126
|
+
"as": "Driver"
|
|
1127
|
+
}
|
|
1128
|
+
],
|
|
1129
|
+
"entity": {
|
|
1130
|
+
"name": "Driver",
|
|
1131
|
+
"collection": "drivers",
|
|
1132
|
+
"persistence": "persistent",
|
|
1133
|
+
"fields": [
|
|
1134
|
+
{
|
|
1135
|
+
"name": "id",
|
|
1136
|
+
"type": "string",
|
|
1137
|
+
"required": true
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "name",
|
|
1141
|
+
"type": "string",
|
|
1142
|
+
"required": true
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "licenseNumber",
|
|
1146
|
+
"type": "string",
|
|
1147
|
+
"required": true
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "licenseClass",
|
|
1151
|
+
"type": "string",
|
|
1152
|
+
"default": "C",
|
|
1153
|
+
"values": [
|
|
1154
|
+
"A",
|
|
1155
|
+
"B",
|
|
1156
|
+
"C",
|
|
1157
|
+
"CDL-A",
|
|
1158
|
+
"CDL-B",
|
|
1159
|
+
"CDL-C"
|
|
1160
|
+
]
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "licenseExpiresAt",
|
|
1164
|
+
"type": "string",
|
|
1165
|
+
"default": ""
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "hiredAt",
|
|
1169
|
+
"type": "string",
|
|
1170
|
+
"default": ""
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "phone",
|
|
1174
|
+
"type": "string",
|
|
1175
|
+
"default": ""
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "email",
|
|
1179
|
+
"type": "string",
|
|
1180
|
+
"default": ""
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "status",
|
|
1184
|
+
"type": "string",
|
|
1185
|
+
"default": "active",
|
|
1186
|
+
"values": [
|
|
1187
|
+
"active",
|
|
1188
|
+
"on-leave",
|
|
1189
|
+
"terminated",
|
|
1190
|
+
"suspended"
|
|
1191
|
+
]
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "assignedVehicleId",
|
|
1195
|
+
"type": "string",
|
|
1196
|
+
"default": ""
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "pendingId",
|
|
1200
|
+
"type": "string",
|
|
1201
|
+
"default": ""
|
|
1202
|
+
}
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1205
|
+
"traits": [
|
|
1206
|
+
{
|
|
1207
|
+
"ref": "AppShell.traits.AppLayout",
|
|
1208
|
+
"name": "DriverAppLayout",
|
|
1209
|
+
"config": {
|
|
1210
|
+
"navItems": [
|
|
1211
|
+
{
|
|
1212
|
+
"label": "Fleets",
|
|
1213
|
+
"icon": "truck",
|
|
1214
|
+
"href": "/fleets"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"label": "Vehicles",
|
|
1218
|
+
"href": "/vehicles",
|
|
1219
|
+
"icon": "truck"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"label": "Drivers",
|
|
1223
|
+
"href": "/drivers",
|
|
1224
|
+
"icon": "user"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"label": "Telematics",
|
|
1228
|
+
"icon": "activity",
|
|
1229
|
+
"href": "/telematics"
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1232
|
+
"notifications": [],
|
|
1233
|
+
"notificationClickEvent": "DRIVER_NOTIFICATIONS_OPEN",
|
|
1234
|
+
"searchEvent": "DRIVER_SEARCH",
|
|
1235
|
+
"contentTrait": "@trait.DriverPanel",
|
|
1236
|
+
"appName": "Fleet Management"
|
|
1237
|
+
},
|
|
1238
|
+
"events": {
|
|
1239
|
+
"NOTIFY_CLICK": "DRIVER_NOTIFICATIONS_OPEN",
|
|
1240
|
+
"SEARCH": "DRIVER_SEARCH"
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"name": "DriverPanel",
|
|
1245
|
+
"category": "interaction",
|
|
1246
|
+
"stateMachine": {
|
|
1247
|
+
"states": [
|
|
1248
|
+
{
|
|
1249
|
+
"name": "composing",
|
|
1250
|
+
"isInitial": true
|
|
1251
|
+
}
|
|
1252
|
+
],
|
|
1253
|
+
"events": [
|
|
1254
|
+
{
|
|
1255
|
+
"key": "INIT",
|
|
1256
|
+
"name": "Initialize"
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"transitions": [
|
|
1260
|
+
{
|
|
1261
|
+
"from": "composing",
|
|
1262
|
+
"to": "composing",
|
|
1263
|
+
"event": "INIT",
|
|
1264
|
+
"effects": [
|
|
1265
|
+
[
|
|
1266
|
+
"render-ui",
|
|
1267
|
+
"main",
|
|
1268
|
+
{
|
|
1269
|
+
"children": [
|
|
1270
|
+
{
|
|
1271
|
+
"gap": "sm",
|
|
1272
|
+
"children": [
|
|
1273
|
+
{
|
|
1274
|
+
"type": "icon",
|
|
1275
|
+
"name": "user"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"type": "typography",
|
|
1279
|
+
"content": "Drivers",
|
|
1280
|
+
"variant": "h2"
|
|
1281
|
+
}
|
|
1282
|
+
],
|
|
1283
|
+
"type": "stack",
|
|
1284
|
+
"align": "center",
|
|
1285
|
+
"direction": "horizontal"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"type": "divider"
|
|
1289
|
+
},
|
|
1290
|
+
"@trait.DriverView"
|
|
1291
|
+
],
|
|
1292
|
+
"gap": "lg",
|
|
1293
|
+
"direction": "vertical",
|
|
1294
|
+
"type": "stack",
|
|
1295
|
+
"className": "max-w-6xl mx-auto w-full p-4"
|
|
1296
|
+
}
|
|
1297
|
+
]
|
|
1298
|
+
]
|
|
1299
|
+
}
|
|
1300
|
+
]
|
|
1301
|
+
},
|
|
1302
|
+
"scope": "instance"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"ref": "Driver.traits.DriverRoster",
|
|
1306
|
+
"name": "DriverView",
|
|
1307
|
+
"config": {
|
|
1308
|
+
"title": "Driver Roster"
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"pages": [
|
|
1313
|
+
{
|
|
1314
|
+
"name": "DriversPage",
|
|
1315
|
+
"path": "/drivers",
|
|
1316
|
+
"traits": [
|
|
1317
|
+
{
|
|
1318
|
+
"ref": "DriverAppLayout"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"ref": "DriverPanel"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"ref": "DriverView"
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1327
|
+
}
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "TelematicsEventPanelOrbital",
|
|
1332
|
+
"uses": [
|
|
1333
|
+
{
|
|
1334
|
+
"from": "std/behaviors/std-app-layout",
|
|
1335
|
+
"as": "AppShell"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"from": "std/behaviors/std-telematics-event",
|
|
1339
|
+
"as": "TelematicsEvent"
|
|
1340
|
+
}
|
|
1341
|
+
],
|
|
1342
|
+
"entity": {
|
|
1343
|
+
"name": "TelematicsEvent",
|
|
1344
|
+
"collection": "telematicsevents",
|
|
1345
|
+
"persistence": "persistent",
|
|
1346
|
+
"fields": [
|
|
1347
|
+
{
|
|
1348
|
+
"name": "id",
|
|
1349
|
+
"type": "string",
|
|
1350
|
+
"required": true
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "vehicleId",
|
|
1354
|
+
"type": "string",
|
|
1355
|
+
"required": true
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "eventType",
|
|
1359
|
+
"type": "string",
|
|
1360
|
+
"default": "speeding",
|
|
1361
|
+
"values": [
|
|
1362
|
+
"hard-brake",
|
|
1363
|
+
"speeding",
|
|
1364
|
+
"idle",
|
|
1365
|
+
"harsh-acceleration",
|
|
1366
|
+
"geofence-violation",
|
|
1367
|
+
"engine-fault",
|
|
1368
|
+
"low-fuel"
|
|
1369
|
+
]
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "severity",
|
|
1373
|
+
"type": "string",
|
|
1374
|
+
"default": "info",
|
|
1375
|
+
"values": [
|
|
1376
|
+
"info",
|
|
1377
|
+
"warning",
|
|
1378
|
+
"critical"
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "speed",
|
|
1383
|
+
"type": "number",
|
|
1384
|
+
"default": 0.0
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "locationLat",
|
|
1388
|
+
"type": "number",
|
|
1389
|
+
"default": 0.0
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "locationLng",
|
|
1393
|
+
"type": "number",
|
|
1394
|
+
"default": 0.0
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "occurredAt",
|
|
1398
|
+
"type": "string",
|
|
1399
|
+
"default": ""
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "acknowledged",
|
|
1403
|
+
"type": "boolean",
|
|
1404
|
+
"default": false
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "acknowledgedBy",
|
|
1408
|
+
"type": "string",
|
|
1409
|
+
"default": ""
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "acknowledgedAt",
|
|
1413
|
+
"type": "string",
|
|
1414
|
+
"default": ""
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1417
|
+
},
|
|
1418
|
+
"traits": [
|
|
1419
|
+
{
|
|
1420
|
+
"ref": "AppShell.traits.AppLayout",
|
|
1421
|
+
"name": "TelematicsEventAppLayout",
|
|
1422
|
+
"config": {
|
|
1423
|
+
"contentTrait": "@trait.TelematicsEventPanel",
|
|
1424
|
+
"appName": "Fleet Management",
|
|
1425
|
+
"navItems": [
|
|
1426
|
+
{
|
|
1427
|
+
"href": "/fleets",
|
|
1428
|
+
"icon": "truck",
|
|
1429
|
+
"label": "Fleets"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"label": "Vehicles",
|
|
1433
|
+
"href": "/vehicles",
|
|
1434
|
+
"icon": "truck"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"label": "Drivers",
|
|
1438
|
+
"href": "/drivers",
|
|
1439
|
+
"icon": "user"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"label": "Telematics",
|
|
1443
|
+
"href": "/telematics",
|
|
1444
|
+
"icon": "activity"
|
|
1445
|
+
}
|
|
1446
|
+
],
|
|
1447
|
+
"searchEvent": "TELEMATICS_EVENT_SEARCH",
|
|
1448
|
+
"notificationClickEvent": "TELEMATICS_EVENT_NOTIFICATIONS_OPEN",
|
|
1449
|
+
"notifications": []
|
|
1450
|
+
},
|
|
1451
|
+
"events": {
|
|
1452
|
+
"SEARCH": "TELEMATICS_EVENT_SEARCH",
|
|
1453
|
+
"NOTIFY_CLICK": "TELEMATICS_EVENT_NOTIFICATIONS_OPEN"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "TelematicsEventPanel",
|
|
1458
|
+
"category": "interaction",
|
|
1459
|
+
"stateMachine": {
|
|
1460
|
+
"states": [
|
|
1461
|
+
{
|
|
1462
|
+
"name": "composing",
|
|
1463
|
+
"isInitial": true
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"events": [
|
|
1467
|
+
{
|
|
1468
|
+
"key": "INIT",
|
|
1469
|
+
"name": "Initialize"
|
|
1470
|
+
}
|
|
1471
|
+
],
|
|
1472
|
+
"transitions": [
|
|
1473
|
+
{
|
|
1474
|
+
"from": "composing",
|
|
1475
|
+
"to": "composing",
|
|
1476
|
+
"event": "INIT",
|
|
1477
|
+
"effects": [
|
|
1478
|
+
[
|
|
1479
|
+
"render-ui",
|
|
1480
|
+
"main",
|
|
1481
|
+
{
|
|
1482
|
+
"children": [
|
|
1483
|
+
{
|
|
1484
|
+
"type": "stack",
|
|
1485
|
+
"gap": "sm",
|
|
1486
|
+
"children": [
|
|
1487
|
+
{
|
|
1488
|
+
"name": "activity",
|
|
1489
|
+
"type": "icon"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"content": "Telematics Events",
|
|
1493
|
+
"type": "typography",
|
|
1494
|
+
"variant": "h2"
|
|
1495
|
+
}
|
|
1496
|
+
],
|
|
1497
|
+
"align": "center",
|
|
1498
|
+
"direction": "horizontal"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"type": "divider"
|
|
1502
|
+
},
|
|
1503
|
+
"@trait.TelematicsEventView"
|
|
1504
|
+
],
|
|
1505
|
+
"className": "max-w-6xl mx-auto w-full p-4",
|
|
1506
|
+
"direction": "vertical",
|
|
1507
|
+
"type": "stack",
|
|
1508
|
+
"gap": "lg"
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
]
|
|
1512
|
+
}
|
|
1513
|
+
]
|
|
1514
|
+
},
|
|
1515
|
+
"scope": "instance"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"ref": "TelematicsEvent.traits.TelematicsEventStream",
|
|
1519
|
+
"name": "TelematicsEventView",
|
|
1520
|
+
"config": {
|
|
1521
|
+
"title": "Event Stream"
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1525
|
+
"pages": [
|
|
1526
|
+
{
|
|
1527
|
+
"name": "TelematicsPage",
|
|
1528
|
+
"path": "/telematics",
|
|
1529
|
+
"traits": [
|
|
1530
|
+
{
|
|
1531
|
+
"ref": "TelematicsEventAppLayout"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"ref": "TelematicsEventPanel"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"ref": "TelematicsEventView"
|
|
1538
|
+
}
|
|
1539
|
+
]
|
|
1540
|
+
}
|
|
1541
|
+
]
|
|
893
1542
|
}
|
|
894
1543
|
]
|
|
895
|
-
}
|
|
1544
|
+
}
|