@almadar/std 14.25.0 → 14.27.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.
Files changed (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-vehicle",
3
3
  "version": "1.0.0",
4
- "description": "std-vehicle — fleet vehicle primitive tracking make/model/year, VIN, license plate, odometer, status, and assigned driver.",
4
+ "description": "std-vehicle — fleet vehicle primitive. Lists vehicles in `browsing` with fleet stats + map view; opens vehicle detail in `viewing_single` (VIN, plate, make/model, odometer, status, driver) with Assign Driver / Maintenance / Retire actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "VehicleOrbital",
@@ -98,58 +98,7 @@
98
98
  "linkedEntity": "Vehicle",
99
99
  "emits": [
100
100
  {
101
- "event": "VIEW",
102
- "payloadSchema": [
103
- {
104
- "name": "id",
105
- "type": "string",
106
- "required": true
107
- },
108
- {
109
- "name": "source",
110
- "type": "string"
111
- }
112
- ]
113
- },
114
- {
115
- "event": "EDIT",
116
- "payloadSchema": [
117
- {
118
- "name": "id",
119
- "type": "string",
120
- "required": true
121
- },
122
- {
123
- "name": "source",
124
- "type": "string"
125
- }
126
- ]
127
- },
128
- {
129
- "event": "CREATE",
130
- "payloadSchema": [
131
- {
132
- "name": "source",
133
- "type": "string"
134
- }
135
- ]
136
- },
137
- {
138
- "event": "REQUEST_DELETE",
139
- "payloadSchema": [
140
- {
141
- "name": "id",
142
- "type": "string",
143
- "required": true
144
- },
145
- {
146
- "name": "source",
147
- "type": "string"
148
- }
149
- ]
150
- },
151
- {
152
- "event": "RETIRE",
101
+ "event": "OPEN_VEHICLE",
153
102
  "payloadSchema": [
154
103
  {
155
104
  "name": "id",
@@ -210,124 +159,35 @@
210
159
  ]
211
160
  },
212
161
  {
213
- "event": "MARK_MAINTENANCE",
162
+ "event": "CLOSE_VEHICLE"
163
+ },
164
+ {
165
+ "event": "ASSIGN_DRIVER",
214
166
  "payloadSchema": [
215
167
  {
216
168
  "name": "id",
217
169
  "type": "string",
218
170
  "required": true
219
- },
220
- {
221
- "name": "row.id",
222
- "type": "string",
223
- "required": true
224
- },
225
- {
226
- "name": "row.vin",
227
- "type": "string",
228
- "required": true
229
- },
230
- {
231
- "name": "row.licensePlate",
232
- "type": "string",
233
- "required": true
234
- },
235
- {
236
- "name": "row.make",
237
- "type": "string"
238
- },
239
- {
240
- "name": "row.model",
241
- "type": "string"
242
- },
243
- {
244
- "name": "row.year",
245
- "type": "number"
246
- },
247
- {
248
- "name": "row.vehicleType",
249
- "type": "string"
250
- },
251
- {
252
- "name": "row.odometer",
253
- "type": "number"
254
- },
255
- {
256
- "name": "row.fuelType",
257
- "type": "string"
258
- },
259
- {
260
- "name": "row.status",
261
- "type": "string"
262
- },
263
- {
264
- "name": "row.assignedDriverId",
265
- "type": "string"
266
- },
267
- {
268
- "name": "row.pendingId",
269
- "type": "string"
270
171
  }
271
172
  ]
272
173
  },
273
174
  {
274
- "event": "ASSIGN_DRIVER",
175
+ "event": "MARK_MAINTENANCE",
275
176
  "payloadSchema": [
276
177
  {
277
178
  "name": "id",
278
179
  "type": "string",
279
180
  "required": true
280
- },
281
- {
282
- "name": "row.id",
283
- "type": "string",
284
- "required": true
285
- },
286
- {
287
- "name": "row.vin",
288
- "type": "string",
289
- "required": true
290
- },
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "event": "RETIRE",
186
+ "payloadSchema": [
291
187
  {
292
- "name": "row.licensePlate",
188
+ "name": "id",
293
189
  "type": "string",
294
190
  "required": true
295
- },
296
- {
297
- "name": "row.make",
298
- "type": "string"
299
- },
300
- {
301
- "name": "row.model",
302
- "type": "string"
303
- },
304
- {
305
- "name": "row.year",
306
- "type": "number"
307
- },
308
- {
309
- "name": "row.vehicleType",
310
- "type": "string"
311
- },
312
- {
313
- "name": "row.odometer",
314
- "type": "number"
315
- },
316
- {
317
- "name": "row.fuelType",
318
- "type": "string"
319
- },
320
- {
321
- "name": "row.status",
322
- "type": "string"
323
- },
324
- {
325
- "name": "row.assignedDriverId",
326
- "type": "string"
327
- },
328
- {
329
- "name": "row.pendingId",
330
- "type": "string"
331
191
  }
332
192
  ]
333
193
  },
@@ -365,7 +225,10 @@
365
225
  "isInitial": true
366
226
  },
367
227
  {
368
- "name": "viewing"
228
+ "name": "browsing"
229
+ },
230
+ {
231
+ "name": "viewing_single"
369
232
  },
370
233
  {
371
234
  "name": "error"
@@ -405,42 +268,17 @@
405
268
  ]
406
269
  },
407
270
  {
408
- "key": "REFRESH",
409
- "name": "Refresh",
410
- "payloadSchema": [
411
- {
412
- "name": "source",
413
- "type": "string"
414
- }
415
- ]
416
- },
417
- {
418
- "key": "SEARCH",
419
- "name": "Search",
420
- "payloadSchema": [
421
- {
422
- "name": "query",
423
- "type": "string"
424
- }
425
- ]
426
- },
427
- {
428
- "key": "FILTER_STATUS",
429
- "name": "Filter Status",
271
+ "key": "OPEN_VEHICLE",
272
+ "name": "Open Vehicle",
430
273
  "payloadSchema": [
431
274
  {
432
- "name": "status",
433
- "type": "string"
434
- }
435
- ]
436
- },
437
- {
438
- "key": "FILTER_TYPE",
439
- "name": "Filter Type",
440
- "payloadSchema": [
275
+ "name": "id",
276
+ "type": "string",
277
+ "required": true
278
+ },
441
279
  {
442
- "name": "vehicleType",
443
- "type": "string"
280
+ "name": "row",
281
+ "type": "Vehicle"
444
282
  }
445
283
  ]
446
284
  },
@@ -456,15 +294,8 @@
456
294
  ]
457
295
  },
458
296
  {
459
- "key": "MARK_MAINTENANCE",
460
- "name": "Mark Maintenance",
461
- "payloadSchema": [
462
- {
463
- "name": "id",
464
- "type": "string",
465
- "required": true
466
- }
467
- ]
297
+ "key": "CLOSE_VEHICLE",
298
+ "name": "Close Vehicle"
468
299
  },
469
300
  {
470
301
  "key": "ASSIGN_DRIVER",
@@ -478,40 +309,8 @@
478
309
  ]
479
310
  },
480
311
  {
481
- "key": "CREATE",
482
- "name": "Create",
483
- "payloadSchema": [
484
- {
485
- "name": "source",
486
- "type": "string"
487
- }
488
- ]
489
- },
490
- {
491
- "key": "VIEW",
492
- "name": "View",
493
- "payloadSchema": [
494
- {
495
- "name": "id",
496
- "type": "string",
497
- "required": true
498
- }
499
- ]
500
- },
501
- {
502
- "key": "EDIT",
503
- "name": "Edit",
504
- "payloadSchema": [
505
- {
506
- "name": "id",
507
- "type": "string",
508
- "required": true
509
- }
510
- ]
511
- },
512
- {
513
- "key": "REQUEST_DELETE",
514
- "name": "Request Delete",
312
+ "key": "MARK_MAINTENANCE",
313
+ "name": "Mark Maintenance",
515
314
  "payloadSchema": [
516
315
  {
517
316
  "name": "id",
@@ -532,8 +331,8 @@
532
331
  "Vehicle",
533
332
  {
534
333
  "emit": {
535
- "failure": "VehicleLoadFailed",
536
- "success": "VehicleLoaded"
334
+ "success": "VehicleLoaded",
335
+ "failure": "VehicleLoadFailed"
537
336
  }
538
337
  }
539
338
  ],
@@ -541,186 +340,134 @@
541
340
  "render-ui",
542
341
  "main",
543
342
  {
544
- "gap": "md",
545
- "type": "stack",
546
- "direction": "vertical",
547
- "align": "center",
548
- "className": "py-12",
549
343
  "children": [
550
344
  {
551
345
  "type": "spinner"
552
346
  },
553
347
  {
554
- "type": "typography",
555
- "color": "muted",
556
348
  "variant": "caption",
557
- "content": "Loading vehicles…"
349
+ "color": "muted",
350
+ "content": "Loading vehicles…",
351
+ "type": "typography"
558
352
  }
559
- ]
353
+ ],
354
+ "type": "stack",
355
+ "gap": "md",
356
+ "align": "center",
357
+ "direction": "vertical",
358
+ "className": "py-12"
560
359
  }
561
360
  ]
562
361
  ]
563
362
  },
564
363
  {
565
364
  "from": "loading",
566
- "to": "viewing",
365
+ "to": "browsing",
567
366
  "event": "VehicleLoaded",
568
367
  "effects": [
569
368
  [
570
369
  "render-ui",
571
370
  "main",
572
371
  {
372
+ "type": "stack",
573
373
  "children": [
574
374
  {
575
- "items": [
576
- {
577
- "label": "Fleet",
578
- "href": "/"
579
- },
375
+ "children": [
580
376
  {
581
- "label": "Region"
377
+ "type": "icon",
378
+ "name": "truck"
582
379
  },
583
380
  {
584
- "label": "Vehicles"
381
+ "content": "@config.title",
382
+ "variant": "h3",
383
+ "type": "typography"
585
384
  }
586
385
  ],
587
- "type": "breadcrumb"
386
+ "align": "center",
387
+ "type": "stack",
388
+ "direction": "horizontal",
389
+ "gap": "sm"
588
390
  },
589
391
  {
590
- "items": [
392
+ "type": "simple-grid",
393
+ "children": [
394
+ {
395
+ "type": "stat-display",
396
+ "value": "@payload.data.length",
397
+ "label": "Total vehicles",
398
+ "icon": "truck"
399
+ },
591
400
  {
592
- "id": "vehicles",
593
- "isActive": true,
594
- "label": "Vehicles",
595
- "href": "/vehicles"
401
+ "value": "18",
402
+ "type": "stat-display",
403
+ "label": "Active",
404
+ "icon": "check-circle"
596
405
  },
597
406
  {
598
- "id": "drivers",
599
- "href": "/drivers",
600
- "label": "Drivers"
407
+ "label": "In maintenance",
408
+ "value": "3",
409
+ "icon": "wrench",
410
+ "type": "stat-display"
601
411
  },
602
412
  {
603
- "href": "/telematics-events",
604
- "label": "Events",
605
- "id": "events"
413
+ "icon": "gauge",
414
+ "value": "62,401 mi",
415
+ "label": "Avg odometer",
416
+ "type": "stat-display"
606
417
  }
607
418
  ],
608
- "orientation": "horizontal",
609
- "type": "navigation"
419
+ "cols": 4.0
610
420
  },
611
421
  {
612
- "children": [
613
- {
614
- "name": "truck",
615
- "type": "icon"
616
- },
617
- {
618
- "variant": "h3",
619
- "content": "@config.title",
620
- "type": "typography"
621
- },
622
- {
623
- "type": "button",
624
- "label": "New Vehicle",
625
- "variant": "primary",
626
- "action": "CREATE"
627
- }
628
- ],
629
- "direction": "horizontal",
630
- "type": "stack",
631
- "gap": "sm",
632
- "align": "center"
422
+ "height": "240px",
423
+ "markers": [],
424
+ "zoom": 10.0,
425
+ "type": "map-view"
633
426
  },
634
427
  {
635
428
  "type": "divider"
636
429
  },
637
430
  {
638
- "height": "240px",
639
- "markers": [],
640
- "type": "map-view",
641
- "zoom": 10.0
642
- },
643
- {
644
- "direction": "horizontal",
645
- "type": "stack",
646
- "align": "center",
647
- "children": [
431
+ "type": "data-grid",
432
+ "entity": "@payload.data",
433
+ "cols": 1.0,
434
+ "itemActions": [
648
435
  {
649
- "height": 80.0,
650
- "mapHeight": 1000.0,
651
- "tiles": [],
652
- "units": [],
653
- "type": "mini-map",
654
- "width": 120.0,
655
- "mapWidth": 1000.0
436
+ "event": "OPEN_VEHICLE",
437
+ "variant": "primary",
438
+ "icon": "arrow-right",
439
+ "label": "Open"
656
440
  },
657
441
  {
658
- "direction": "horizontal",
659
- "type": "stack",
660
- "align": "center",
661
- "gap": "sm",
662
- "children": [
663
- {
664
- "type": "waypoint-marker",
665
- "size": "md",
666
- "label": "Depot",
667
- "active": true
668
- },
669
- {
670
- "size": "sm",
671
- "label": "Stop 1",
672
- "type": "waypoint-marker"
673
- },
674
- {
675
- "type": "waypoint-marker",
676
- "size": "sm",
677
- "label": "Stop 2"
678
- },
679
- {
680
- "size": "md",
681
- "label": "Destination",
682
- "completed": true,
683
- "type": "waypoint-marker"
684
- }
685
- ]
442
+ "label": "Retire",
443
+ "event": "RETIRE",
444
+ "variant": "danger"
686
445
  }
687
446
  ],
688
- "gap": "md"
689
- },
690
- {
691
- "radius": 40.0,
692
- "type": "svg-mesh",
693
- "nodes": 6.0,
694
- "cx": 100.0,
695
- "color": "primary",
696
- "connectionDensity": 0.5,
697
- "cy": 60.0
698
- },
699
- {
700
447
  "fields": [
701
448
  {
702
- "label": "Plate",
703
449
  "name": "licensePlate",
450
+ "label": "Plate",
704
451
  "variant": "caption"
705
452
  },
706
453
  {
707
- "label": "Make",
708
454
  "name": "make",
709
- "variant": "caption"
455
+ "variant": "caption",
456
+ "label": "Make"
710
457
  },
711
458
  {
712
- "variant": "caption",
713
459
  "name": "model",
714
- "label": "Model"
460
+ "label": "Model",
461
+ "variant": "caption"
715
462
  },
716
463
  {
464
+ "label": "Year",
717
465
  "name": "year",
718
- "variant": "caption",
719
- "label": "Year"
466
+ "variant": "caption"
720
467
  },
721
468
  {
722
- "name": "vehicleType",
723
469
  "variant": "badge",
470
+ "name": "vehicleType",
724
471
  "label": "Type"
725
472
  },
726
473
  {
@@ -732,78 +479,11 @@
732
479
  "label": "Status",
733
480
  "variant": "badge",
734
481
  "name": "status"
735
- },
736
- {
737
- "name": "assignedDriverId",
738
- "label": "Driver",
739
- "variant": "caption"
740
- }
741
- ],
742
- "type": "data-grid",
743
- "entity": "@payload.data",
744
- "cols": 1.0,
745
- "gap": "sm",
746
- "itemActions": [
747
- {
748
- "label": "View",
749
- "event": "VIEW",
750
- "variant": "secondary"
751
- },
752
- {
753
- "event": "EDIT",
754
- "label": "Edit",
755
- "variant": "secondary"
756
- },
757
- {
758
- "variant": "primary",
759
- "event": "ASSIGN_DRIVER",
760
- "label": "Assign Driver"
761
- },
762
- {
763
- "event": "MARK_MAINTENANCE",
764
- "variant": "secondary",
765
- "label": "Maintenance"
766
- },
767
- {
768
- "variant": "ghost",
769
- "label": "Retire",
770
- "event": "RETIRE"
771
- },
772
- {
773
- "event": "REQUEST_DELETE",
774
- "variant": "danger",
775
- "label": "Delete"
776
- }
777
- ]
778
- },
779
- {
780
- "title": "Vehicle Detail",
781
- "isOpen": false,
782
- "width": "md",
783
- "children": [
784
- {
785
- "direction": "vertical",
786
- "gap": "sm",
787
- "children": [
788
- {
789
- "content": "Selected vehicle",
790
- "type": "typography",
791
- "variant": "caption"
792
- },
793
- {
794
- "content": "View detail",
795
- "type": "typography",
796
- "variant": "body"
797
- }
798
- ],
799
- "type": "stack"
800
482
  }
801
483
  ],
802
- "position": "right",
803
- "type": "drawer"
484
+ "gap": "sm"
804
485
  }
805
486
  ],
806
- "type": "stack",
807
487
  "gap": "md",
808
488
  "direction": "vertical"
809
489
  }
@@ -827,49 +507,253 @@
827
507
  ]
828
508
  },
829
509
  {
830
- "from": "viewing",
831
- "to": "loading",
832
- "event": "REFRESH",
510
+ "from": "browsing",
511
+ "to": "viewing_single",
512
+ "event": "OPEN_VEHICLE",
833
513
  "effects": [
834
514
  [
835
- "fetch",
836
- "Vehicle",
837
- {
838
- "emit": {
839
- "failure": "VehicleLoadFailed",
840
- "success": "VehicleLoaded"
841
- }
842
- }
515
+ "set",
516
+ "@entity.id",
517
+ "@payload.row.id"
518
+ ],
519
+ [
520
+ "set",
521
+ "@entity.vin",
522
+ "@payload.row.vin"
523
+ ],
524
+ [
525
+ "set",
526
+ "@entity.licensePlate",
527
+ "@payload.row.licensePlate"
528
+ ],
529
+ [
530
+ "set",
531
+ "@entity.make",
532
+ "@payload.row.make"
533
+ ],
534
+ [
535
+ "set",
536
+ "@entity.model",
537
+ "@payload.row.model"
538
+ ],
539
+ [
540
+ "set",
541
+ "@entity.year",
542
+ "@payload.row.year"
543
+ ],
544
+ [
545
+ "set",
546
+ "@entity.vehicleType",
547
+ "@payload.row.vehicleType"
548
+ ],
549
+ [
550
+ "set",
551
+ "@entity.odometer",
552
+ "@payload.row.odometer"
553
+ ],
554
+ [
555
+ "set",
556
+ "@entity.fuelType",
557
+ "@payload.row.fuelType"
558
+ ],
559
+ [
560
+ "set",
561
+ "@entity.status",
562
+ "@payload.row.status"
563
+ ],
564
+ [
565
+ "set",
566
+ "@entity.assignedDriverId",
567
+ "@payload.row.assignedDriverId"
843
568
  ],
844
569
  [
845
570
  "render-ui",
846
571
  "main",
847
572
  {
573
+ "direction": "vertical",
574
+ "gap": "md",
848
575
  "children": [
849
576
  {
850
- "type": "spinner"
577
+ "type": "stack",
578
+ "direction": "horizontal",
579
+ "children": [
580
+ {
581
+ "type": "button",
582
+ "variant": "ghost",
583
+ "label": "Back",
584
+ "action": "CLOSE_VEHICLE"
585
+ },
586
+ {
587
+ "type": "icon",
588
+ "name": "truck"
589
+ },
590
+ {
591
+ "type": "typography",
592
+ "content": "@entity.licensePlate",
593
+ "variant": "h3"
594
+ },
595
+ {
596
+ "type": "badge",
597
+ "label": "@entity.status",
598
+ "variant": "default"
599
+ }
600
+ ],
601
+ "gap": "sm",
602
+ "align": "center"
851
603
  },
852
604
  {
853
- "color": "muted",
854
- "type": "typography",
855
- "variant": "caption",
856
- "content": "Refreshing vehicles…"
605
+ "type": "divider"
606
+ },
607
+ {
608
+ "children": [
609
+ {
610
+ "type": "stack",
611
+ "gap": "md",
612
+ "direction": "horizontal",
613
+ "children": [
614
+ {
615
+ "variant": "caption",
616
+ "type": "typography",
617
+ "color": "muted",
618
+ "content": "VIN"
619
+ },
620
+ {
621
+ "type": "typography",
622
+ "content": "@entity.vin",
623
+ "variant": "body"
624
+ }
625
+ ]
626
+ },
627
+ {
628
+ "type": "stack",
629
+ "children": [
630
+ {
631
+ "color": "muted",
632
+ "variant": "caption",
633
+ "type": "typography",
634
+ "content": "Make / Model"
635
+ },
636
+ {
637
+ "content": "@entity.make",
638
+ "variant": "body",
639
+ "type": "typography"
640
+ },
641
+ {
642
+ "content": "@entity.model",
643
+ "variant": "body",
644
+ "type": "typography"
645
+ }
646
+ ],
647
+ "direction": "horizontal",
648
+ "gap": "md"
649
+ },
650
+ {
651
+ "children": [
652
+ {
653
+ "variant": "caption",
654
+ "content": "Driver",
655
+ "color": "muted",
656
+ "type": "typography"
657
+ },
658
+ {
659
+ "variant": "body",
660
+ "content": "@entity.assignedDriverId",
661
+ "type": "typography"
662
+ }
663
+ ],
664
+ "gap": "md",
665
+ "type": "stack",
666
+ "direction": "horizontal"
667
+ }
668
+ ],
669
+ "gap": "sm",
670
+ "direction": "vertical",
671
+ "type": "stack"
672
+ },
673
+ {
674
+ "type": "divider"
675
+ },
676
+ {
677
+ "type": "simple-grid",
678
+ "cols": 4.0,
679
+ "children": [
680
+ {
681
+ "icon": "gauge",
682
+ "type": "stat-display",
683
+ "value": "@entity.odometer",
684
+ "label": "Odometer"
685
+ },
686
+ {
687
+ "icon": "calendar",
688
+ "label": "Year",
689
+ "value": "@entity.year",
690
+ "type": "stat-display"
691
+ },
692
+ {
693
+ "icon": "tag",
694
+ "type": "stat-display",
695
+ "value": "@entity.vehicleType",
696
+ "label": "Type"
697
+ },
698
+ {
699
+ "value": "@entity.fuelType",
700
+ "icon": "droplet",
701
+ "type": "stat-display",
702
+ "label": "Fuel"
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "align": "center",
708
+ "gap": "sm",
709
+ "type": "stack",
710
+ "direction": "horizontal",
711
+ "children": [
712
+ {
713
+ "variant": "primary",
714
+ "action": "ASSIGN_DRIVER",
715
+ "type": "button",
716
+ "label": "Assign Driver",
717
+ "actionPayload": {
718
+ "id": "@entity.id"
719
+ }
720
+ },
721
+ {
722
+ "label": "Mark Maintenance",
723
+ "action": "MARK_MAINTENANCE",
724
+ "actionPayload": {
725
+ "id": "@entity.id"
726
+ },
727
+ "type": "button",
728
+ "variant": "secondary"
729
+ },
730
+ {
731
+ "actionPayload": {
732
+ "id": "@entity.id"
733
+ },
734
+ "variant": "danger",
735
+ "type": "button",
736
+ "label": "Retire",
737
+ "action": "RETIRE"
738
+ }
739
+ ]
857
740
  }
858
741
  ],
859
- "align": "center",
860
- "gap": "md",
861
- "direction": "vertical",
862
- "type": "stack",
863
- "className": "py-12"
742
+ "type": "stack"
864
743
  }
865
744
  ]
866
745
  ]
867
746
  },
868
747
  {
869
- "from": "viewing",
748
+ "from": "browsing",
870
749
  "to": "loading",
871
- "event": "SEARCH",
750
+ "event": "RETIRE",
872
751
  "effects": [
752
+ [
753
+ "set",
754
+ "@entity.id",
755
+ "@payload.id"
756
+ ],
873
757
  [
874
758
  "fetch",
875
759
  "Vehicle",
@@ -884,30 +768,30 @@
884
768
  "render-ui",
885
769
  "main",
886
770
  {
887
- "type": "stack",
771
+ "direction": "vertical",
772
+ "align": "center",
888
773
  "gap": "md",
889
774
  "className": "py-12",
775
+ "type": "stack",
890
776
  "children": [
891
777
  {
892
778
  "type": "spinner"
893
779
  },
894
780
  {
895
- "type": "typography",
896
- "variant": "caption",
897
781
  "color": "muted",
898
- "content": "Searching vehicles…"
782
+ "content": "Retiring vehicle…",
783
+ "variant": "caption",
784
+ "type": "typography"
899
785
  }
900
- ],
901
- "align": "center",
902
- "direction": "vertical"
786
+ ]
903
787
  }
904
788
  ]
905
789
  ]
906
790
  },
907
791
  {
908
- "from": "viewing",
792
+ "from": "viewing_single",
909
793
  "to": "loading",
910
- "event": "FILTER_STATUS",
794
+ "event": "CLOSE_VEHICLE",
911
795
  "effects": [
912
796
  [
913
797
  "fetch",
@@ -923,31 +807,36 @@
923
807
  "render-ui",
924
808
  "main",
925
809
  {
810
+ "direction": "vertical",
811
+ "gap": "md",
812
+ "type": "stack",
813
+ "className": "py-12",
814
+ "align": "center",
926
815
  "children": [
927
816
  {
928
817
  "type": "spinner"
929
818
  },
930
819
  {
931
- "content": "Filtering vehicles…",
932
820
  "color": "muted",
933
821
  "type": "typography",
822
+ "content": "Loading vehicles…",
934
823
  "variant": "caption"
935
824
  }
936
- ],
937
- "gap": "md",
938
- "type": "stack",
939
- "className": "py-12",
940
- "direction": "vertical",
941
- "align": "center"
825
+ ]
942
826
  }
943
827
  ]
944
828
  ]
945
829
  },
946
830
  {
947
- "from": "viewing",
831
+ "from": "viewing_single",
948
832
  "to": "loading",
949
- "event": "FILTER_TYPE",
833
+ "event": "ASSIGN_DRIVER",
950
834
  "effects": [
835
+ [
836
+ "set",
837
+ "@entity.id",
838
+ "@payload.id"
839
+ ],
951
840
  [
952
841
  "fetch",
953
842
  "Vehicle",
@@ -967,45 +856,24 @@
967
856
  "type": "spinner"
968
857
  },
969
858
  {
859
+ "content": "Assigning driver…",
970
860
  "type": "typography",
971
- "variant": "caption",
972
- "content": "Filtering vehicles…",
973
- "color": "muted"
861
+ "color": "muted",
862
+ "variant": "caption"
974
863
  }
975
864
  ],
976
- "gap": "md",
977
865
  "type": "stack",
866
+ "gap": "md",
978
867
  "direction": "vertical",
979
- "className": "py-12",
980
- "align": "center"
981
- }
982
- ]
983
- ]
984
- },
985
- {
986
- "from": "viewing",
987
- "to": "viewing",
988
- "event": "RETIRE",
989
- "effects": [
990
- [
991
- "set",
992
- "@entity.id",
993
- "@payload.id"
994
- ],
995
- [
996
- "render-ui",
997
- "main",
998
- {
999
- "variant": "info",
1000
- "message": "Vehicle retired",
1001
- "type": "alert"
868
+ "align": "center",
869
+ "className": "py-12"
1002
870
  }
1003
871
  ]
1004
872
  ]
1005
873
  },
1006
874
  {
1007
- "from": "viewing",
1008
- "to": "viewing",
875
+ "from": "viewing_single",
876
+ "to": "loading",
1009
877
  "event": "MARK_MAINTENANCE",
1010
878
  "effects": [
1011
879
  [
@@ -1014,78 +882,43 @@
1014
882
  "@payload.id"
1015
883
  ],
1016
884
  [
1017
- "render-ui",
1018
- "main",
1019
- {
1020
- "message": "Vehicle marked for maintenance",
1021
- "type": "alert",
1022
- "variant": "warning"
1023
- }
1024
- ]
1025
- ]
1026
- },
1027
- {
1028
- "from": "viewing",
1029
- "to": "viewing",
1030
- "event": "ASSIGN_DRIVER",
1031
- "effects": [
1032
- [
1033
- "set",
1034
- "@entity.id",
1035
- "@payload.id"
1036
- ],
1037
- [
1038
- "render-ui",
1039
- "main",
1040
- {
1041
- "type": "alert",
1042
- "variant": "success",
1043
- "message": "Driver assigned"
1044
- }
1045
- ]
1046
- ]
1047
- },
1048
- {
1049
- "from": "viewing",
1050
- "to": "viewing",
1051
- "event": "CREATE",
1052
- "effects": [
1053
- [
1054
- "render-ui",
1055
- "main",
885
+ "fetch",
886
+ "Vehicle",
1056
887
  {
1057
- "variant": "info",
1058
- "message": "Creating new vehicle",
1059
- "type": "alert"
888
+ "emit": {
889
+ "failure": "VehicleLoadFailed",
890
+ "success": "VehicleLoaded"
891
+ }
1060
892
  }
1061
- ]
1062
- ]
1063
- },
1064
- {
1065
- "from": "viewing",
1066
- "to": "viewing",
1067
- "event": "VIEW",
1068
- "effects": [
1069
- [
1070
- "set",
1071
- "@entity.id",
1072
- "@payload.id"
1073
893
  ],
1074
894
  [
1075
895
  "render-ui",
1076
896
  "main",
1077
897
  {
1078
- "type": "alert",
1079
- "variant": "info",
1080
- "message": "Viewing vehicle"
898
+ "direction": "vertical",
899
+ "align": "center",
900
+ "type": "stack",
901
+ "className": "py-12",
902
+ "children": [
903
+ {
904
+ "type": "spinner"
905
+ },
906
+ {
907
+ "variant": "caption",
908
+ "type": "typography",
909
+ "content": "Updating vehicle…",
910
+ "color": "muted"
911
+ }
912
+ ],
913
+ "gap": "md"
1081
914
  }
1082
915
  ]
1083
916
  ]
1084
917
  },
1085
918
  {
1086
- "from": "viewing",
1087
- "to": "viewing",
1088
- "event": "EDIT",
919
+ "from": "viewing_single",
920
+ "to": "loading",
921
+ "event": "RETIRE",
1089
922
  "effects": [
1090
923
  [
1091
924
  "set",
@@ -1093,33 +926,35 @@
1093
926
  "@payload.id"
1094
927
  ],
1095
928
  [
1096
- "render-ui",
1097
- "main",
929
+ "fetch",
930
+ "Vehicle",
1098
931
  {
1099
- "type": "alert",
1100
- "variant": "info",
1101
- "message": "Editing vehicle"
932
+ "emit": {
933
+ "success": "VehicleLoaded",
934
+ "failure": "VehicleLoadFailed"
935
+ }
1102
936
  }
1103
- ]
1104
- ]
1105
- },
1106
- {
1107
- "from": "viewing",
1108
- "to": "viewing",
1109
- "event": "REQUEST_DELETE",
1110
- "effects": [
1111
- [
1112
- "set",
1113
- "@entity.id",
1114
- "@payload.id"
1115
937
  ],
1116
938
  [
1117
939
  "render-ui",
1118
940
  "main",
1119
941
  {
1120
- "type": "alert",
1121
- "message": "Delete requested",
1122
- "variant": "warning"
942
+ "className": "py-12",
943
+ "gap": "md",
944
+ "align": "center",
945
+ "children": [
946
+ {
947
+ "type": "spinner"
948
+ },
949
+ {
950
+ "variant": "caption",
951
+ "type": "typography",
952
+ "color": "muted",
953
+ "content": "Retiring vehicle…"
954
+ }
955
+ ],
956
+ "direction": "vertical",
957
+ "type": "stack"
1123
958
  }
1124
959
  ]
1125
960
  ]
@@ -1143,8 +978,8 @@
1143
978
  "render-ui",
1144
979
  "main",
1145
980
  {
1146
- "size": "sm",
1147
- "type": "spinner"
981
+ "type": "spinner",
982
+ "size": "sm"
1148
983
  }
1149
984
  ]
1150
985
  ]
@@ -1173,4 +1008,4 @@
1173
1008
  ]
1174
1009
  }
1175
1010
  ]
1176
- }
1011
+ }