@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  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 +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  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 +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  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 +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  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 +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -114,37 +114,37 @@
114
114
  "ref": "AppShell.traits.AppLayout",
115
115
  "name": "FleetAppLayout",
116
116
  "config": {
117
- "notificationClickEvent": "FLEET_NOTIFICATIONS_OPEN",
117
+ "contentTrait": "@trait.FleetCatalog",
118
118
  "navItems": [
119
119
  {
120
- "label": "Fleets",
121
120
  "href": "/fleets",
121
+ "label": "Fleets",
122
122
  "icon": "truck"
123
123
  },
124
124
  {
125
- "icon": "truck",
125
+ "label": "Vehicles",
126
126
  "href": "/vehicles",
127
- "label": "Vehicles"
127
+ "icon": "truck"
128
128
  },
129
129
  {
130
- "icon": "users",
131
130
  "label": "Drivers",
132
- "href": "/drivers"
131
+ "href": "/drivers",
132
+ "icon": "user"
133
133
  },
134
134
  {
135
- "href": "/telematics-events",
136
- "label": "Events",
135
+ "href": "/telematics",
136
+ "label": "Telematics",
137
137
  "icon": "activity"
138
138
  }
139
139
  ],
140
+ "notifications": [],
140
141
  "searchEvent": "FLEET_SEARCH",
141
- "appName": "Fleet Manager",
142
- "contentTrait": "@trait.FleetCatalog",
143
- "notifications": []
142
+ "notificationClickEvent": "FLEET_NOTIFICATIONS_OPEN",
143
+ "appName": "Fleet Manager"
144
144
  },
145
145
  "events": {
146
- "SEARCH": "FLEET_SEARCH",
147
- "NOTIFY_CLICK": "FLEET_NOTIFICATIONS_OPEN"
146
+ "NOTIFY_CLICK": "FLEET_NOTIFICATIONS_OPEN",
147
+ "SEARCH": "FLEET_SEARCH"
148
148
  }
149
149
  },
150
150
  {
@@ -228,61 +228,59 @@
228
228
  "main",
229
229
  {
230
230
  "gap": "lg",
231
- "direction": "vertical",
232
- "type": "stack",
233
231
  "children": [
234
232
  {
235
- "align": "center",
236
233
  "direction": "horizontal",
237
- "gap": "md",
238
- "type": "stack",
234
+ "align": "center",
239
235
  "children": [
240
236
  {
237
+ "type": "stack",
241
238
  "direction": "horizontal",
239
+ "gap": "sm",
242
240
  "children": [
243
241
  {
244
242
  "type": "icon",
245
243
  "name": "truck"
246
244
  },
247
245
  {
248
- "type": "typography",
249
246
  "variant": "h2",
250
- "content": "Fleets"
247
+ "content": "Fleets",
248
+ "type": "typography"
251
249
  }
252
250
  ],
253
- "gap": "sm",
254
- "align": "center",
255
- "type": "stack"
251
+ "align": "center"
256
252
  },
257
253
  {
254
+ "gap": "sm",
258
255
  "children": [
259
256
  {
260
- "type": "button",
261
- "action": "CREATE",
262
- "label": "New Fleet",
263
257
  "variant": "primary",
264
- "icon": "plus"
258
+ "label": "New Fleet",
259
+ "action": "CREATE",
260
+ "icon": "plus",
261
+ "type": "button"
265
262
  }
266
263
  ],
267
264
  "type": "stack",
268
- "direction": "horizontal",
269
- "gap": "sm"
265
+ "direction": "horizontal"
270
266
  }
271
267
  ],
272
- "justify": "between"
268
+ "gap": "md",
269
+ "justify": "between",
270
+ "type": "stack"
273
271
  },
274
272
  {
275
273
  "type": "divider"
276
274
  },
277
275
  {
278
- "gap": "md",
276
+ "type": "stack",
279
277
  "align": "center",
280
278
  "children": [
281
279
  "@trait.FleetSearch",
282
280
  "@trait.FleetFilter"
283
281
  ],
284
- "type": "stack",
285
- "direction": "horizontal"
282
+ "direction": "horizontal",
283
+ "gap": "md"
286
284
  },
287
285
  "@trait.FleetStats",
288
286
  "@trait.FleetGraphs",
@@ -290,7 +288,9 @@
290
288
  "type": "divider"
291
289
  },
292
290
  "@trait.FleetBrowseList"
293
- ]
291
+ ],
292
+ "type": "stack",
293
+ "direction": "vertical"
294
294
  }
295
295
  ]
296
296
  ]
@@ -309,14 +309,13 @@
309
309
  "render-ui",
310
310
  "main",
311
311
  {
312
- "gap": "md",
313
- "direction": "vertical",
314
312
  "align": "center",
315
- "className": "py-8",
313
+ "direction": "vertical",
314
+ "gap": "md",
316
315
  "children": [
317
316
  {
318
- "type": "icon",
319
- "name": "bell"
317
+ "name": "bell",
318
+ "type": "icon"
320
319
  },
321
320
  {
322
321
  "content": "No notifications",
@@ -324,18 +323,19 @@
324
323
  "variant": "h3"
325
324
  },
326
325
  {
327
- "type": "typography",
328
326
  "variant": "caption",
329
- "color": "muted",
330
- "content": "You're all caught up."
327
+ "type": "typography",
328
+ "content": "You're all caught up.",
329
+ "color": "muted"
331
330
  },
332
331
  {
333
- "type": "button",
332
+ "variant": "ghost",
334
333
  "label": "Back to fleets",
335
- "action": "INIT",
336
- "variant": "ghost"
334
+ "type": "button",
335
+ "action": "INIT"
337
336
  }
338
337
  ],
338
+ "className": "py-8",
339
339
  "type": "stack"
340
340
  }
341
341
  ]
@@ -359,15 +359,15 @@
359
359
  "config": {
360
360
  "filters": [
361
361
  {
362
- "field": "status",
363
362
  "options": [
364
363
  "active",
365
364
  "inactive",
366
365
  "merging",
367
366
  "archived"
368
367
  ],
368
+ "filterType": "select",
369
369
  "label": "Status",
370
- "filterType": "select"
370
+ "field": "status"
371
371
  }
372
372
  ],
373
373
  "event": "FLEET_FILTER"
@@ -377,18 +377,17 @@
377
377
  "ref": "Stats.traits.StatsItemStats",
378
378
  "name": "FleetStats",
379
379
  "config": {
380
+ "title": "Fleets",
380
381
  "metrics": [
381
382
  {
382
383
  "aggregation": "count",
383
- "label": "Total",
384
- "format": "number",
385
384
  "icon": "truck",
386
- "variant": "primary"
385
+ "variant": "primary",
386
+ "label": "Total",
387
+ "format": "number"
387
388
  },
388
389
  {
389
- "aggregation": "count",
390
- "label": "Active",
391
- "variant": "success",
390
+ "format": "number",
392
391
  "filter": [
393
392
  "fn",
394
393
  "row",
@@ -398,27 +397,28 @@
398
397
  "active"
399
398
  ]
400
399
  ],
401
- "icon": "check-circle",
402
- "format": "number"
400
+ "aggregation": "count",
401
+ "variant": "success",
402
+ "label": "Active",
403
+ "icon": "check-circle"
403
404
  },
404
405
  {
405
406
  "aggregation": "sum",
406
- "label": "Vehicles",
407
407
  "variant": "info",
408
+ "label": "Vehicles",
409
+ "icon": "truck",
408
410
  "format": "number",
409
- "field": "vehicleCount",
410
- "icon": "truck"
411
+ "field": "vehicleCount"
411
412
  },
412
413
  {
414
+ "format": "number",
415
+ "field": "driverCount",
416
+ "variant": "info",
413
417
  "icon": "users",
414
418
  "aggregation": "sum",
415
- "label": "Drivers",
416
- "variant": "info",
417
- "format": "number",
418
- "field": "driverCount"
419
+ "label": "Drivers"
419
420
  }
420
- ],
421
- "title": "Fleets"
421
+ ]
422
422
  },
423
423
  "listens": [
424
424
  {
@@ -435,13 +435,13 @@
435
435
  "ref": "Graphs.traits.GraphItemGraph",
436
436
  "name": "FleetGraphs",
437
437
  "config": {
438
- "showLegend": false,
438
+ "height": 240.0,
439
439
  "title": "Fleets by Status",
440
440
  "subtitle": "Operational composition across fleet statuses",
441
441
  "chartType": "bar",
442
442
  "categoryField": "status",
443
443
  "aggregation": "count",
444
- "height": 240.0
444
+ "showLegend": false
445
445
  },
446
446
  "listens": [
447
447
  {
@@ -459,22 +459,23 @@
459
459
  "name": "FleetBrowseList",
460
460
  "linkedEntity": "Fleet",
461
461
  "config": {
462
+ "cols": 1.0,
462
463
  "gap": "sm",
463
464
  "itemActions": [
464
465
  {
465
- "label": "View",
466
466
  "event": "VIEW",
467
+ "label": "View",
467
468
  "variant": "ghost"
468
469
  },
469
470
  {
470
- "event": "EDIT",
471
+ "label": "Edit",
471
472
  "variant": "ghost",
472
- "label": "Edit"
473
+ "event": "EDIT"
473
474
  },
474
475
  {
475
- "event": "DELETE",
476
476
  "label": "Delete",
477
- "variant": "danger"
477
+ "variant": "danger",
478
+ "event": "DELETE"
478
479
  }
479
480
  ],
480
481
  "fields": [
@@ -484,12 +485,12 @@
484
485
  "icon": "truck"
485
486
  },
486
487
  {
487
- "variant": "caption",
488
- "name": "region"
488
+ "name": "region",
489
+ "variant": "caption"
489
490
  },
490
491
  {
491
- "variant": "badge",
492
- "name": "status"
492
+ "name": "status",
493
+ "variant": "badge"
493
494
  },
494
495
  {
495
496
  "variant": "caption",
@@ -499,8 +500,7 @@
499
500
  "variant": "caption",
500
501
  "name": "driverCount"
501
502
  }
502
- ],
503
- "cols": 1.0
503
+ ]
504
504
  },
505
505
  "listens": [
506
506
  {
@@ -550,16 +550,16 @@
550
550
  "name": "FleetCreate",
551
551
  "linkedEntity": "Fleet",
552
552
  "config": {
553
- "mode": "create",
553
+ "title": "New Fleet",
554
554
  "icon": "plus-circle",
555
+ "mode": "create",
555
556
  "fields": [
556
557
  "name",
557
558
  "description",
558
559
  "region",
559
560
  "status",
560
561
  "managedBy"
561
- ],
562
- "title": "New Fleet"
562
+ ]
563
563
  },
564
564
  "events": {
565
565
  "OPEN": "CREATE"
@@ -580,16 +580,16 @@
580
580
  "name": "FleetEdit",
581
581
  "linkedEntity": "Fleet",
582
582
  "config": {
583
+ "title": "Edit Fleet",
584
+ "mode": "edit",
585
+ "icon": "edit",
583
586
  "fields": [
584
587
  "name",
585
588
  "description",
586
589
  "region",
587
590
  "status",
588
591
  "managedBy"
589
- ],
590
- "title": "Edit Fleet",
591
- "icon": "edit",
592
- "mode": "edit"
592
+ ]
593
593
  },
594
594
  "events": {
595
595
  "OPEN": "EDIT"
@@ -610,8 +610,8 @@
610
610
  "name": "FleetView",
611
611
  "linkedEntity": "Fleet",
612
612
  "config": {
613
- "icon": "eye",
614
613
  "title": "View Fleet",
614
+ "mode": "edit",
615
615
  "fields": [
616
616
  "name",
617
617
  "description",
@@ -621,7 +621,7 @@
621
621
  "vehicleCount",
622
622
  "driverCount"
623
623
  ],
624
- "mode": "edit"
624
+ "icon": "eye"
625
625
  },
626
626
  "events": {
627
627
  "OPEN": "VIEW"
@@ -642,9 +642,9 @@
642
642
  "name": "FleetDelete",
643
643
  "linkedEntity": "Fleet",
644
644
  "config": {
645
- "confirmLabel": "Delete",
646
- "icon": "alert-triangle",
647
645
  "title": "Delete Fleet",
646
+ "icon": "alert-triangle",
647
+ "confirmLabel": "Delete",
648
648
  "alertMessage": "This action cannot be undone."
649
649
  },
650
650
  "events": {
@@ -890,6 +890,655 @@
890
890
  ]
891
891
  }
892
892
  ]
893
+ },
894
+ {
895
+ "name": "VehiclePanelOrbital",
896
+ "uses": [
897
+ {
898
+ "from": "std/behaviors/std-app-layout",
899
+ "as": "AppShell"
900
+ },
901
+ {
902
+ "from": "std/behaviors/std-vehicle",
903
+ "as": "Vehicle"
904
+ }
905
+ ],
906
+ "entity": {
907
+ "name": "Vehicle",
908
+ "collection": "vehicles",
909
+ "persistence": "persistent",
910
+ "fields": [
911
+ {
912
+ "name": "id",
913
+ "type": "string",
914
+ "required": true
915
+ },
916
+ {
917
+ "name": "vin",
918
+ "type": "string",
919
+ "required": true
920
+ },
921
+ {
922
+ "name": "licensePlate",
923
+ "type": "string",
924
+ "required": true
925
+ },
926
+ {
927
+ "name": "make",
928
+ "type": "string",
929
+ "default": ""
930
+ },
931
+ {
932
+ "name": "model",
933
+ "type": "string",
934
+ "default": ""
935
+ },
936
+ {
937
+ "name": "year",
938
+ "type": "number",
939
+ "default": 2020.0
940
+ },
941
+ {
942
+ "name": "vehicleType",
943
+ "type": "string",
944
+ "default": "car",
945
+ "values": [
946
+ "car",
947
+ "truck",
948
+ "van",
949
+ "trailer",
950
+ "motorcycle"
951
+ ]
952
+ },
953
+ {
954
+ "name": "odometer",
955
+ "type": "number",
956
+ "default": 0.0
957
+ },
958
+ {
959
+ "name": "fuelType",
960
+ "type": "string",
961
+ "default": "gasoline",
962
+ "values": [
963
+ "gasoline",
964
+ "diesel",
965
+ "electric",
966
+ "hybrid"
967
+ ]
968
+ },
969
+ {
970
+ "name": "status",
971
+ "type": "string",
972
+ "default": "active",
973
+ "values": [
974
+ "active",
975
+ "maintenance",
976
+ "retired",
977
+ "in-transit"
978
+ ]
979
+ },
980
+ {
981
+ "name": "assignedDriverId",
982
+ "type": "string",
983
+ "default": ""
984
+ },
985
+ {
986
+ "name": "pendingId",
987
+ "type": "string",
988
+ "default": ""
989
+ }
990
+ ]
991
+ },
992
+ "traits": [
993
+ {
994
+ "ref": "AppShell.traits.AppLayout",
995
+ "name": "VehicleAppLayout",
996
+ "config": {
997
+ "searchEvent": "VEHICLE_SEARCH",
998
+ "navItems": [
999
+ {
1000
+ "href": "/fleets",
1001
+ "icon": "truck",
1002
+ "label": "Fleets"
1003
+ },
1004
+ {
1005
+ "label": "Vehicles",
1006
+ "icon": "truck",
1007
+ "href": "/vehicles"
1008
+ },
1009
+ {
1010
+ "href": "/drivers",
1011
+ "icon": "user",
1012
+ "label": "Drivers"
1013
+ },
1014
+ {
1015
+ "label": "Telematics",
1016
+ "href": "/telematics",
1017
+ "icon": "activity"
1018
+ }
1019
+ ],
1020
+ "notificationClickEvent": "VEHICLE_NOTIFICATIONS_OPEN",
1021
+ "contentTrait": "@trait.VehiclePanel",
1022
+ "notifications": [],
1023
+ "appName": "Fleet Management"
1024
+ },
1025
+ "events": {
1026
+ "SEARCH": "VEHICLE_SEARCH",
1027
+ "NOTIFY_CLICK": "VEHICLE_NOTIFICATIONS_OPEN"
1028
+ }
1029
+ },
1030
+ {
1031
+ "name": "VehiclePanel",
1032
+ "category": "interaction",
1033
+ "stateMachine": {
1034
+ "states": [
1035
+ {
1036
+ "name": "composing",
1037
+ "isInitial": true
1038
+ }
1039
+ ],
1040
+ "events": [
1041
+ {
1042
+ "key": "INIT",
1043
+ "name": "Initialize"
1044
+ }
1045
+ ],
1046
+ "transitions": [
1047
+ {
1048
+ "from": "composing",
1049
+ "to": "composing",
1050
+ "event": "INIT",
1051
+ "effects": [
1052
+ [
1053
+ "render-ui",
1054
+ "main",
1055
+ {
1056
+ "type": "stack",
1057
+ "direction": "vertical",
1058
+ "className": "max-w-6xl mx-auto w-full p-4",
1059
+ "children": [
1060
+ {
1061
+ "direction": "horizontal",
1062
+ "gap": "sm",
1063
+ "children": [
1064
+ {
1065
+ "type": "icon",
1066
+ "name": "truck"
1067
+ },
1068
+ {
1069
+ "type": "typography",
1070
+ "variant": "h2",
1071
+ "content": "Vehicles"
1072
+ }
1073
+ ],
1074
+ "align": "center",
1075
+ "type": "stack"
1076
+ },
1077
+ {
1078
+ "type": "divider"
1079
+ },
1080
+ "@trait.VehicleView"
1081
+ ],
1082
+ "gap": "lg"
1083
+ }
1084
+ ]
1085
+ ]
1086
+ }
1087
+ ]
1088
+ },
1089
+ "scope": "instance"
1090
+ },
1091
+ {
1092
+ "ref": "Vehicle.traits.VehicleFleet",
1093
+ "name": "VehicleView",
1094
+ "config": {
1095
+ "title": "Fleet Vehicles"
1096
+ }
1097
+ }
1098
+ ],
1099
+ "pages": [
1100
+ {
1101
+ "name": "VehiclesPage",
1102
+ "path": "/vehicles",
1103
+ "traits": [
1104
+ {
1105
+ "ref": "VehicleAppLayout"
1106
+ },
1107
+ {
1108
+ "ref": "VehiclePanel"
1109
+ },
1110
+ {
1111
+ "ref": "VehicleView"
1112
+ }
1113
+ ]
1114
+ }
1115
+ ]
1116
+ },
1117
+ {
1118
+ "name": "DriverPanelOrbital",
1119
+ "uses": [
1120
+ {
1121
+ "from": "std/behaviors/std-app-layout",
1122
+ "as": "AppShell"
1123
+ },
1124
+ {
1125
+ "from": "std/behaviors/std-driver",
1126
+ "as": "Driver"
1127
+ }
1128
+ ],
1129
+ "entity": {
1130
+ "name": "Driver",
1131
+ "collection": "drivers",
1132
+ "persistence": "persistent",
1133
+ "fields": [
1134
+ {
1135
+ "name": "id",
1136
+ "type": "string",
1137
+ "required": true
1138
+ },
1139
+ {
1140
+ "name": "name",
1141
+ "type": "string",
1142
+ "required": true
1143
+ },
1144
+ {
1145
+ "name": "licenseNumber",
1146
+ "type": "string",
1147
+ "required": true
1148
+ },
1149
+ {
1150
+ "name": "licenseClass",
1151
+ "type": "string",
1152
+ "default": "C",
1153
+ "values": [
1154
+ "A",
1155
+ "B",
1156
+ "C",
1157
+ "CDL-A",
1158
+ "CDL-B",
1159
+ "CDL-C"
1160
+ ]
1161
+ },
1162
+ {
1163
+ "name": "licenseExpiresAt",
1164
+ "type": "string",
1165
+ "default": ""
1166
+ },
1167
+ {
1168
+ "name": "hiredAt",
1169
+ "type": "string",
1170
+ "default": ""
1171
+ },
1172
+ {
1173
+ "name": "phone",
1174
+ "type": "string",
1175
+ "default": ""
1176
+ },
1177
+ {
1178
+ "name": "email",
1179
+ "type": "string",
1180
+ "default": ""
1181
+ },
1182
+ {
1183
+ "name": "status",
1184
+ "type": "string",
1185
+ "default": "active",
1186
+ "values": [
1187
+ "active",
1188
+ "on-leave",
1189
+ "terminated",
1190
+ "suspended"
1191
+ ]
1192
+ },
1193
+ {
1194
+ "name": "assignedVehicleId",
1195
+ "type": "string",
1196
+ "default": ""
1197
+ },
1198
+ {
1199
+ "name": "pendingId",
1200
+ "type": "string",
1201
+ "default": ""
1202
+ }
1203
+ ]
1204
+ },
1205
+ "traits": [
1206
+ {
1207
+ "ref": "AppShell.traits.AppLayout",
1208
+ "name": "DriverAppLayout",
1209
+ "config": {
1210
+ "notificationClickEvent": "DRIVER_NOTIFICATIONS_OPEN",
1211
+ "notifications": [],
1212
+ "searchEvent": "DRIVER_SEARCH",
1213
+ "navItems": [
1214
+ {
1215
+ "label": "Fleets",
1216
+ "href": "/fleets",
1217
+ "icon": "truck"
1218
+ },
1219
+ {
1220
+ "href": "/vehicles",
1221
+ "label": "Vehicles",
1222
+ "icon": "truck"
1223
+ },
1224
+ {
1225
+ "icon": "user",
1226
+ "label": "Drivers",
1227
+ "href": "/drivers"
1228
+ },
1229
+ {
1230
+ "label": "Telematics",
1231
+ "href": "/telematics",
1232
+ "icon": "activity"
1233
+ }
1234
+ ],
1235
+ "appName": "Fleet Management",
1236
+ "contentTrait": "@trait.DriverPanel"
1237
+ },
1238
+ "events": {
1239
+ "NOTIFY_CLICK": "DRIVER_NOTIFICATIONS_OPEN",
1240
+ "SEARCH": "DRIVER_SEARCH"
1241
+ }
1242
+ },
1243
+ {
1244
+ "name": "DriverPanel",
1245
+ "category": "interaction",
1246
+ "stateMachine": {
1247
+ "states": [
1248
+ {
1249
+ "name": "composing",
1250
+ "isInitial": true
1251
+ }
1252
+ ],
1253
+ "events": [
1254
+ {
1255
+ "key": "INIT",
1256
+ "name": "Initialize"
1257
+ }
1258
+ ],
1259
+ "transitions": [
1260
+ {
1261
+ "from": "composing",
1262
+ "to": "composing",
1263
+ "event": "INIT",
1264
+ "effects": [
1265
+ [
1266
+ "render-ui",
1267
+ "main",
1268
+ {
1269
+ "direction": "vertical",
1270
+ "type": "stack",
1271
+ "gap": "lg",
1272
+ "children": [
1273
+ {
1274
+ "children": [
1275
+ {
1276
+ "name": "user",
1277
+ "type": "icon"
1278
+ },
1279
+ {
1280
+ "content": "Drivers",
1281
+ "variant": "h2",
1282
+ "type": "typography"
1283
+ }
1284
+ ],
1285
+ "direction": "horizontal",
1286
+ "gap": "sm",
1287
+ "type": "stack",
1288
+ "align": "center"
1289
+ },
1290
+ {
1291
+ "type": "divider"
1292
+ },
1293
+ "@trait.DriverView"
1294
+ ],
1295
+ "className": "max-w-6xl mx-auto w-full p-4"
1296
+ }
1297
+ ]
1298
+ ]
1299
+ }
1300
+ ]
1301
+ },
1302
+ "scope": "instance"
1303
+ },
1304
+ {
1305
+ "ref": "Driver.traits.DriverRoster",
1306
+ "name": "DriverView",
1307
+ "config": {
1308
+ "title": "Driver Roster"
1309
+ }
1310
+ }
1311
+ ],
1312
+ "pages": [
1313
+ {
1314
+ "name": "DriversPage",
1315
+ "path": "/drivers",
1316
+ "traits": [
1317
+ {
1318
+ "ref": "DriverAppLayout"
1319
+ },
1320
+ {
1321
+ "ref": "DriverPanel"
1322
+ },
1323
+ {
1324
+ "ref": "DriverView"
1325
+ }
1326
+ ]
1327
+ }
1328
+ ]
1329
+ },
1330
+ {
1331
+ "name": "TelematicsEventPanelOrbital",
1332
+ "uses": [
1333
+ {
1334
+ "from": "std/behaviors/std-app-layout",
1335
+ "as": "AppShell"
1336
+ },
1337
+ {
1338
+ "from": "std/behaviors/std-telematics-event",
1339
+ "as": "TelematicsEvent"
1340
+ }
1341
+ ],
1342
+ "entity": {
1343
+ "name": "TelematicsEvent",
1344
+ "collection": "telematicsevents",
1345
+ "persistence": "persistent",
1346
+ "fields": [
1347
+ {
1348
+ "name": "id",
1349
+ "type": "string",
1350
+ "required": true
1351
+ },
1352
+ {
1353
+ "name": "vehicleId",
1354
+ "type": "string",
1355
+ "required": true
1356
+ },
1357
+ {
1358
+ "name": "eventType",
1359
+ "type": "string",
1360
+ "default": "speeding",
1361
+ "values": [
1362
+ "hard-brake",
1363
+ "speeding",
1364
+ "idle",
1365
+ "harsh-acceleration",
1366
+ "geofence-violation",
1367
+ "engine-fault",
1368
+ "low-fuel"
1369
+ ]
1370
+ },
1371
+ {
1372
+ "name": "severity",
1373
+ "type": "string",
1374
+ "default": "info",
1375
+ "values": [
1376
+ "info",
1377
+ "warning",
1378
+ "critical"
1379
+ ]
1380
+ },
1381
+ {
1382
+ "name": "speed",
1383
+ "type": "number",
1384
+ "default": 0.0
1385
+ },
1386
+ {
1387
+ "name": "locationLat",
1388
+ "type": "number",
1389
+ "default": 0.0
1390
+ },
1391
+ {
1392
+ "name": "locationLng",
1393
+ "type": "number",
1394
+ "default": 0.0
1395
+ },
1396
+ {
1397
+ "name": "occurredAt",
1398
+ "type": "string",
1399
+ "default": ""
1400
+ },
1401
+ {
1402
+ "name": "acknowledged",
1403
+ "type": "boolean",
1404
+ "default": false
1405
+ },
1406
+ {
1407
+ "name": "acknowledgedBy",
1408
+ "type": "string",
1409
+ "default": ""
1410
+ },
1411
+ {
1412
+ "name": "acknowledgedAt",
1413
+ "type": "string",
1414
+ "default": ""
1415
+ }
1416
+ ]
1417
+ },
1418
+ "traits": [
1419
+ {
1420
+ "ref": "AppShell.traits.AppLayout",
1421
+ "name": "TelematicsEventAppLayout",
1422
+ "config": {
1423
+ "navItems": [
1424
+ {
1425
+ "label": "Fleets",
1426
+ "icon": "truck",
1427
+ "href": "/fleets"
1428
+ },
1429
+ {
1430
+ "label": "Vehicles",
1431
+ "href": "/vehicles",
1432
+ "icon": "truck"
1433
+ },
1434
+ {
1435
+ "icon": "user",
1436
+ "label": "Drivers",
1437
+ "href": "/drivers"
1438
+ },
1439
+ {
1440
+ "href": "/telematics",
1441
+ "label": "Telematics",
1442
+ "icon": "activity"
1443
+ }
1444
+ ],
1445
+ "searchEvent": "TELEMATICS_EVENT_SEARCH",
1446
+ "appName": "Fleet Management",
1447
+ "notifications": [],
1448
+ "notificationClickEvent": "TELEMATICS_EVENT_NOTIFICATIONS_OPEN",
1449
+ "contentTrait": "@trait.TelematicsEventPanel"
1450
+ },
1451
+ "events": {
1452
+ "NOTIFY_CLICK": "TELEMATICS_EVENT_NOTIFICATIONS_OPEN",
1453
+ "SEARCH": "TELEMATICS_EVENT_SEARCH"
1454
+ }
1455
+ },
1456
+ {
1457
+ "name": "TelematicsEventPanel",
1458
+ "category": "interaction",
1459
+ "stateMachine": {
1460
+ "states": [
1461
+ {
1462
+ "name": "composing",
1463
+ "isInitial": true
1464
+ }
1465
+ ],
1466
+ "events": [
1467
+ {
1468
+ "key": "INIT",
1469
+ "name": "Initialize"
1470
+ }
1471
+ ],
1472
+ "transitions": [
1473
+ {
1474
+ "from": "composing",
1475
+ "to": "composing",
1476
+ "event": "INIT",
1477
+ "effects": [
1478
+ [
1479
+ "render-ui",
1480
+ "main",
1481
+ {
1482
+ "gap": "lg",
1483
+ "type": "stack",
1484
+ "children": [
1485
+ {
1486
+ "direction": "horizontal",
1487
+ "children": [
1488
+ {
1489
+ "name": "activity",
1490
+ "type": "icon"
1491
+ },
1492
+ {
1493
+ "variant": "h2",
1494
+ "content": "Telematics Events",
1495
+ "type": "typography"
1496
+ }
1497
+ ],
1498
+ "gap": "sm",
1499
+ "align": "center",
1500
+ "type": "stack"
1501
+ },
1502
+ {
1503
+ "type": "divider"
1504
+ },
1505
+ "@trait.TelematicsEventView"
1506
+ ],
1507
+ "className": "max-w-6xl mx-auto w-full p-4",
1508
+ "direction": "vertical"
1509
+ }
1510
+ ]
1511
+ ]
1512
+ }
1513
+ ]
1514
+ },
1515
+ "scope": "instance"
1516
+ },
1517
+ {
1518
+ "ref": "TelematicsEvent.traits.TelematicsEventStream",
1519
+ "name": "TelematicsEventView",
1520
+ "config": {
1521
+ "title": "Event Stream"
1522
+ }
1523
+ }
1524
+ ],
1525
+ "pages": [
1526
+ {
1527
+ "name": "TelematicsPage",
1528
+ "path": "/telematics",
1529
+ "traits": [
1530
+ {
1531
+ "ref": "TelematicsEventAppLayout"
1532
+ },
1533
+ {
1534
+ "ref": "TelematicsEventPanel"
1535
+ },
1536
+ {
1537
+ "ref": "TelematicsEventView"
1538
+ }
1539
+ ]
1540
+ }
1541
+ ]
893
1542
  }
894
1543
  ]
895
1544
  }