@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
|
@@ -192,6 +192,10 @@
|
|
|
192
192
|
"render-ui",
|
|
193
193
|
"main",
|
|
194
194
|
{
|
|
195
|
+
"type": "stack",
|
|
196
|
+
"className": "py-12",
|
|
197
|
+
"align": "center",
|
|
198
|
+
"gap": "md",
|
|
195
199
|
"children": [
|
|
196
200
|
{
|
|
197
201
|
"type": "spinner"
|
|
@@ -199,15 +203,11 @@
|
|
|
199
203
|
{
|
|
200
204
|
"variant": "caption",
|
|
201
205
|
"content": "Loading drip sequences…",
|
|
202
|
-
"
|
|
203
|
-
"
|
|
206
|
+
"color": "muted",
|
|
207
|
+
"type": "typography"
|
|
204
208
|
}
|
|
205
209
|
],
|
|
206
|
-
"
|
|
207
|
-
"gap": "md",
|
|
208
|
-
"align": "center",
|
|
209
|
-
"direction": "vertical",
|
|
210
|
-
"className": "py-12"
|
|
210
|
+
"direction": "vertical"
|
|
211
211
|
}
|
|
212
212
|
]
|
|
213
213
|
]
|
|
@@ -222,12 +222,9 @@
|
|
|
222
222
|
"main",
|
|
223
223
|
{
|
|
224
224
|
"direction": "vertical",
|
|
225
|
-
"type": "stack",
|
|
226
225
|
"gap": "md",
|
|
227
226
|
"children": [
|
|
228
227
|
{
|
|
229
|
-
"type": "stack",
|
|
230
|
-
"gap": "sm",
|
|
231
228
|
"children": [
|
|
232
229
|
{
|
|
233
230
|
"name": "mail",
|
|
@@ -235,38 +232,54 @@
|
|
|
235
232
|
},
|
|
236
233
|
{
|
|
237
234
|
"type": "typography",
|
|
238
|
-
"
|
|
239
|
-
"
|
|
235
|
+
"variant": "h3",
|
|
236
|
+
"content": "@config.title"
|
|
240
237
|
}
|
|
241
238
|
],
|
|
239
|
+
"gap": "sm",
|
|
240
|
+
"type": "stack",
|
|
242
241
|
"direction": "horizontal"
|
|
243
242
|
},
|
|
244
243
|
{
|
|
245
|
-
"type": "
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
"itemActions": [
|
|
244
|
+
"type": "date-range-selector",
|
|
245
|
+
"selected": "last-30-days",
|
|
246
|
+
"options": [
|
|
249
247
|
{
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"label": "Activate"
|
|
248
|
+
"id": "last-7-days",
|
|
249
|
+
"label": "Last 7 days"
|
|
253
250
|
},
|
|
254
251
|
{
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
|
|
252
|
+
"id": "last-30-days",
|
|
253
|
+
"label": "Last 30 days"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"label": "Last 90 days",
|
|
257
|
+
"id": "last-90-days"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"id": "year-to-date",
|
|
261
|
+
"label": "Year to date"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "all-time",
|
|
265
|
+
"label": "All time"
|
|
258
266
|
}
|
|
259
|
-
]
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"type": "divider"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
260
273
|
"fields": [
|
|
261
274
|
{
|
|
262
|
-
"
|
|
275
|
+
"label": "Name",
|
|
263
276
|
"name": "name",
|
|
264
|
-
"
|
|
277
|
+
"variant": "caption"
|
|
265
278
|
},
|
|
266
279
|
{
|
|
267
|
-
"
|
|
280
|
+
"label": "Description",
|
|
268
281
|
"name": "description",
|
|
269
|
-
"
|
|
282
|
+
"variant": "caption"
|
|
270
283
|
},
|
|
271
284
|
{
|
|
272
285
|
"variant": "caption",
|
|
@@ -279,8 +292,8 @@
|
|
|
279
292
|
"label": "Status"
|
|
280
293
|
},
|
|
281
294
|
{
|
|
282
|
-
"variant": "caption",
|
|
283
295
|
"label": "Enrolled",
|
|
296
|
+
"variant": "caption",
|
|
284
297
|
"name": "totalEnrolled"
|
|
285
298
|
},
|
|
286
299
|
{
|
|
@@ -290,11 +303,24 @@
|
|
|
290
303
|
}
|
|
291
304
|
],
|
|
292
305
|
"cols": 1.0,
|
|
306
|
+
"gap": "sm",
|
|
307
|
+
"itemActions": [
|
|
308
|
+
{
|
|
309
|
+
"variant": "primary",
|
|
310
|
+
"label": "Activate",
|
|
311
|
+
"event": "ACTIVATE"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"event": "PAUSE",
|
|
315
|
+
"label": "Pause",
|
|
316
|
+
"variant": "ghost"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
293
319
|
"entity": "@payload.data",
|
|
294
|
-
"type": "data-grid"
|
|
295
|
-
"gap": "sm"
|
|
320
|
+
"type": "data-grid"
|
|
296
321
|
}
|
|
297
|
-
]
|
|
322
|
+
],
|
|
323
|
+
"type": "stack"
|
|
298
324
|
}
|
|
299
325
|
]
|
|
300
326
|
]
|
|
@@ -308,9 +334,9 @@
|
|
|
308
334
|
"render-ui",
|
|
309
335
|
"main",
|
|
310
336
|
{
|
|
311
|
-
"message": "@payload.error",
|
|
312
337
|
"type": "alert",
|
|
313
|
-
"variant": "error"
|
|
338
|
+
"variant": "error",
|
|
339
|
+
"message": "@payload.error"
|
|
314
340
|
}
|
|
315
341
|
]
|
|
316
342
|
]
|
|
@@ -329,9 +355,9 @@
|
|
|
329
355
|
"render-ui",
|
|
330
356
|
"main",
|
|
331
357
|
{
|
|
332
|
-
"variant": "success",
|
|
333
358
|
"type": "alert",
|
|
334
|
-
"message": "Drip sequence activated"
|
|
359
|
+
"message": "Drip sequence activated",
|
|
360
|
+
"variant": "success"
|
|
335
361
|
}
|
|
336
362
|
]
|
|
337
363
|
]
|
|
@@ -350,9 +376,9 @@
|
|
|
350
376
|
"render-ui",
|
|
351
377
|
"main",
|
|
352
378
|
{
|
|
353
|
-
"message": "Drip sequence paused",
|
|
354
379
|
"type": "alert",
|
|
355
|
-
"variant": "info"
|
|
380
|
+
"variant": "info",
|
|
381
|
+
"message": "Drip sequence paused"
|
|
356
382
|
}
|
|
357
383
|
]
|
|
358
384
|
]
|
|
@@ -367,8 +393,8 @@
|
|
|
367
393
|
"DripSequence",
|
|
368
394
|
{
|
|
369
395
|
"emit": {
|
|
370
|
-
"
|
|
371
|
-
"
|
|
396
|
+
"failure": "DripSequenceLoadFailed",
|
|
397
|
+
"success": "DripSequenceLoaded"
|
|
372
398
|
}
|
|
373
399
|
}
|
|
374
400
|
],
|
|
@@ -406,4 +432,4 @@
|
|
|
406
432
|
]
|
|
407
433
|
}
|
|
408
434
|
]
|
|
409
|
-
}
|
|
435
|
+
}
|
|
@@ -577,21 +577,21 @@
|
|
|
577
577
|
"render-ui",
|
|
578
578
|
"main",
|
|
579
579
|
{
|
|
580
|
+
"type": "stack",
|
|
581
|
+
"gap": "md",
|
|
580
582
|
"direction": "vertical",
|
|
581
|
-
"align": "center",
|
|
582
583
|
"children": [
|
|
583
584
|
{
|
|
584
585
|
"type": "spinner"
|
|
585
586
|
},
|
|
586
587
|
{
|
|
587
588
|
"color": "muted",
|
|
588
|
-
"
|
|
589
|
+
"variant": "caption",
|
|
589
590
|
"type": "typography",
|
|
590
|
-
"
|
|
591
|
+
"content": "Loading drivers…"
|
|
591
592
|
}
|
|
592
593
|
],
|
|
593
|
-
"
|
|
594
|
-
"gap": "md",
|
|
594
|
+
"align": "center",
|
|
595
595
|
"className": "py-12"
|
|
596
596
|
}
|
|
597
597
|
]
|
|
@@ -606,30 +606,42 @@
|
|
|
606
606
|
"render-ui",
|
|
607
607
|
"main",
|
|
608
608
|
{
|
|
609
|
-
"gap": "md",
|
|
610
|
-
"direction": "vertical",
|
|
611
609
|
"type": "stack",
|
|
610
|
+
"direction": "vertical",
|
|
611
|
+
"gap": "md",
|
|
612
612
|
"children": [
|
|
613
613
|
{
|
|
614
614
|
"gap": "sm",
|
|
615
|
-
"type": "stack",
|
|
616
615
|
"children": [
|
|
617
616
|
{
|
|
618
617
|
"name": "truck",
|
|
619
618
|
"type": "icon"
|
|
620
619
|
},
|
|
621
620
|
{
|
|
621
|
+
"type": "typography",
|
|
622
622
|
"variant": "h3",
|
|
623
|
-
"content": "@config.title"
|
|
624
|
-
"type": "typography"
|
|
623
|
+
"content": "@config.title"
|
|
625
624
|
},
|
|
626
625
|
{
|
|
627
|
-
"
|
|
626
|
+
"pulse": true,
|
|
627
|
+
"type": "status-dot",
|
|
628
|
+
"label": "On duty",
|
|
629
|
+
"status": "online",
|
|
630
|
+
"size": "md"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"variant": "default",
|
|
634
|
+
"type": "badge",
|
|
635
|
+
"label": "On Duty"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"action": "CREATE",
|
|
628
639
|
"variant": "primary",
|
|
629
|
-
"
|
|
630
|
-
"
|
|
640
|
+
"label": "New Driver",
|
|
641
|
+
"type": "button"
|
|
631
642
|
}
|
|
632
643
|
],
|
|
644
|
+
"type": "stack",
|
|
633
645
|
"align": "center",
|
|
634
646
|
"direction": "horizontal"
|
|
635
647
|
},
|
|
@@ -638,40 +650,9 @@
|
|
|
638
650
|
},
|
|
639
651
|
{
|
|
640
652
|
"type": "data-grid",
|
|
641
|
-
"gap": "sm",
|
|
642
|
-
"fields": [
|
|
643
|
-
{
|
|
644
|
-
"variant": "caption",
|
|
645
|
-
"label": "Name",
|
|
646
|
-
"name": "name"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "licenseNumber",
|
|
650
|
-
"label": "License #",
|
|
651
|
-
"variant": "caption"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "licenseClass",
|
|
655
|
-
"label": "Class",
|
|
656
|
-
"variant": "badge"
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "licenseExpiresAt",
|
|
660
|
-
"label": "Expires",
|
|
661
|
-
"variant": "caption"
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"variant": "badge",
|
|
665
|
-
"label": "Status",
|
|
666
|
-
"name": "status"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"variant": "caption",
|
|
670
|
-
"name": "assignedVehicleId",
|
|
671
|
-
"label": "Vehicle"
|
|
672
|
-
}
|
|
673
|
-
],
|
|
674
653
|
"entity": "@payload.data",
|
|
654
|
+
"cols": 1.0,
|
|
655
|
+
"gap": "sm",
|
|
675
656
|
"itemActions": [
|
|
676
657
|
{
|
|
677
658
|
"event": "VIEW",
|
|
@@ -679,29 +660,29 @@
|
|
|
679
660
|
"label": "View"
|
|
680
661
|
},
|
|
681
662
|
{
|
|
682
|
-
"variant": "secondary",
|
|
683
663
|
"label": "Edit",
|
|
664
|
+
"variant": "secondary",
|
|
684
665
|
"event": "EDIT"
|
|
685
666
|
},
|
|
686
667
|
{
|
|
687
|
-
"variant": "secondary",
|
|
688
668
|
"label": "Suspend",
|
|
689
|
-
"event": "SUSPEND"
|
|
669
|
+
"event": "SUSPEND",
|
|
670
|
+
"variant": "secondary"
|
|
690
671
|
},
|
|
691
672
|
{
|
|
692
|
-
"label": "Reinstate",
|
|
693
673
|
"variant": "secondary",
|
|
694
|
-
"event": "REINSTATE"
|
|
674
|
+
"event": "REINSTATE",
|
|
675
|
+
"label": "Reinstate"
|
|
695
676
|
},
|
|
696
677
|
{
|
|
697
|
-
"label": "Terminate",
|
|
698
678
|
"event": "TERMINATE",
|
|
699
|
-
"variant": "danger"
|
|
679
|
+
"variant": "danger",
|
|
680
|
+
"label": "Terminate"
|
|
700
681
|
},
|
|
701
682
|
{
|
|
683
|
+
"event": "ASSIGN_VEHICLE",
|
|
702
684
|
"variant": "primary",
|
|
703
|
-
"label": "Assign Vehicle"
|
|
704
|
-
"event": "ASSIGN_VEHICLE"
|
|
685
|
+
"label": "Assign Vehicle"
|
|
705
686
|
},
|
|
706
687
|
{
|
|
707
688
|
"event": "REQUEST_DELETE",
|
|
@@ -709,7 +690,38 @@
|
|
|
709
690
|
"label": "Delete"
|
|
710
691
|
}
|
|
711
692
|
],
|
|
712
|
-
"
|
|
693
|
+
"fields": [
|
|
694
|
+
{
|
|
695
|
+
"variant": "caption",
|
|
696
|
+
"label": "Name",
|
|
697
|
+
"name": "name"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "licenseNumber",
|
|
701
|
+
"label": "License #",
|
|
702
|
+
"variant": "caption"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"variant": "badge",
|
|
706
|
+
"label": "Class",
|
|
707
|
+
"name": "licenseClass"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"name": "licenseExpiresAt",
|
|
711
|
+
"label": "Expires",
|
|
712
|
+
"variant": "caption"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "status",
|
|
716
|
+
"label": "Status",
|
|
717
|
+
"variant": "badge"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"label": "Vehicle",
|
|
721
|
+
"name": "assignedVehicleId",
|
|
722
|
+
"variant": "caption"
|
|
723
|
+
}
|
|
724
|
+
]
|
|
713
725
|
}
|
|
714
726
|
]
|
|
715
727
|
}
|
|
@@ -751,10 +763,9 @@
|
|
|
751
763
|
"render-ui",
|
|
752
764
|
"main",
|
|
753
765
|
{
|
|
754
|
-
"direction": "vertical",
|
|
755
766
|
"type": "stack",
|
|
756
|
-
"gap": "md",
|
|
757
767
|
"align": "center",
|
|
768
|
+
"direction": "vertical",
|
|
758
769
|
"className": "py-12",
|
|
759
770
|
"children": [
|
|
760
771
|
{
|
|
@@ -762,11 +773,12 @@
|
|
|
762
773
|
},
|
|
763
774
|
{
|
|
764
775
|
"color": "muted",
|
|
765
|
-
"variant": "caption",
|
|
766
776
|
"content": "Refreshing drivers…",
|
|
777
|
+
"variant": "caption",
|
|
767
778
|
"type": "typography"
|
|
768
779
|
}
|
|
769
|
-
]
|
|
780
|
+
],
|
|
781
|
+
"gap": "md"
|
|
770
782
|
}
|
|
771
783
|
]
|
|
772
784
|
]
|
|
@@ -781,8 +793,8 @@
|
|
|
781
793
|
"Driver",
|
|
782
794
|
{
|
|
783
795
|
"emit": {
|
|
784
|
-
"
|
|
785
|
-
"
|
|
796
|
+
"success": "DriverLoaded",
|
|
797
|
+
"failure": "DriverLoadFailed"
|
|
786
798
|
}
|
|
787
799
|
}
|
|
788
800
|
],
|
|
@@ -790,22 +802,22 @@
|
|
|
790
802
|
"render-ui",
|
|
791
803
|
"main",
|
|
792
804
|
{
|
|
793
|
-
"gap": "md",
|
|
794
805
|
"type": "stack",
|
|
795
|
-
"
|
|
806
|
+
"direction": "vertical",
|
|
807
|
+
"gap": "md",
|
|
796
808
|
"align": "center",
|
|
809
|
+
"className": "py-12",
|
|
797
810
|
"children": [
|
|
798
811
|
{
|
|
799
812
|
"type": "spinner"
|
|
800
813
|
},
|
|
801
814
|
{
|
|
802
|
-
"
|
|
803
|
-
"content": "Searching drivers…",
|
|
815
|
+
"color": "muted",
|
|
804
816
|
"variant": "caption",
|
|
805
|
-
"
|
|
817
|
+
"content": "Searching drivers…",
|
|
818
|
+
"type": "typography"
|
|
806
819
|
}
|
|
807
|
-
]
|
|
808
|
-
"direction": "vertical"
|
|
820
|
+
]
|
|
809
821
|
}
|
|
810
822
|
]
|
|
811
823
|
]
|
|
@@ -829,21 +841,21 @@
|
|
|
829
841
|
"render-ui",
|
|
830
842
|
"main",
|
|
831
843
|
{
|
|
832
|
-
"type": "stack",
|
|
833
844
|
"gap": "md",
|
|
845
|
+
"direction": "vertical",
|
|
846
|
+
"align": "center",
|
|
834
847
|
"children": [
|
|
835
848
|
{
|
|
836
849
|
"type": "spinner"
|
|
837
850
|
},
|
|
838
851
|
{
|
|
839
|
-
"content": "Filtering drivers…",
|
|
840
852
|
"color": "muted",
|
|
841
853
|
"type": "typography",
|
|
842
|
-
"variant": "caption"
|
|
854
|
+
"variant": "caption",
|
|
855
|
+
"content": "Filtering drivers…"
|
|
843
856
|
}
|
|
844
857
|
],
|
|
845
|
-
"
|
|
846
|
-
"align": "center",
|
|
858
|
+
"type": "stack",
|
|
847
859
|
"className": "py-12"
|
|
848
860
|
}
|
|
849
861
|
]
|
|
@@ -906,8 +918,8 @@
|
|
|
906
918
|
"main",
|
|
907
919
|
{
|
|
908
920
|
"message": "Driver terminated",
|
|
909
|
-
"
|
|
910
|
-
"
|
|
921
|
+
"type": "alert",
|
|
922
|
+
"variant": "error"
|
|
911
923
|
}
|
|
912
924
|
]
|
|
913
925
|
]
|
|
@@ -926,9 +938,9 @@
|
|
|
926
938
|
"render-ui",
|
|
927
939
|
"main",
|
|
928
940
|
{
|
|
929
|
-
"variant": "info",
|
|
930
941
|
"message": "Vehicle assigned",
|
|
931
|
-
"type": "alert"
|
|
942
|
+
"type": "alert",
|
|
943
|
+
"variant": "info"
|
|
932
944
|
}
|
|
933
945
|
]
|
|
934
946
|
]
|
|
@@ -963,9 +975,9 @@
|
|
|
963
975
|
"render-ui",
|
|
964
976
|
"main",
|
|
965
977
|
{
|
|
966
|
-
"type": "alert",
|
|
967
978
|
"variant": "info",
|
|
968
|
-
"message": "Viewing driver"
|
|
979
|
+
"message": "Viewing driver",
|
|
980
|
+
"type": "alert"
|
|
969
981
|
}
|
|
970
982
|
]
|
|
971
983
|
]
|
|
@@ -984,8 +996,8 @@
|
|
|
984
996
|
"render-ui",
|
|
985
997
|
"main",
|
|
986
998
|
{
|
|
987
|
-
"variant": "info",
|
|
988
999
|
"message": "Editing driver",
|
|
1000
|
+
"variant": "info",
|
|
989
1001
|
"type": "alert"
|
|
990
1002
|
}
|
|
991
1003
|
]
|
|
@@ -1005,9 +1017,9 @@
|
|
|
1005
1017
|
"render-ui",
|
|
1006
1018
|
"main",
|
|
1007
1019
|
{
|
|
1008
|
-
"type": "alert",
|
|
1009
1020
|
"variant": "warning",
|
|
1010
|
-
"message": "Delete requested"
|
|
1021
|
+
"message": "Delete requested",
|
|
1022
|
+
"type": "alert"
|
|
1011
1023
|
}
|
|
1012
1024
|
]
|
|
1013
1025
|
]
|
|
@@ -1031,8 +1043,8 @@
|
|
|
1031
1043
|
"render-ui",
|
|
1032
1044
|
"main",
|
|
1033
1045
|
{
|
|
1034
|
-
"
|
|
1035
|
-
"
|
|
1046
|
+
"size": "sm",
|
|
1047
|
+
"type": "spinner"
|
|
1036
1048
|
}
|
|
1037
1049
|
]
|
|
1038
1050
|
]
|
|
@@ -1061,4 +1073,4 @@
|
|
|
1061
1073
|
]
|
|
1062
1074
|
}
|
|
1063
1075
|
]
|
|
1064
|
-
}
|
|
1076
|
+
}
|