@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
@@ -135,26 +135,26 @@
135
135
  "config": {
136
136
  "notifications": [],
137
137
  "notificationClickEvent": "WORK_ORDER_NOTIFICATIONS_OPEN",
138
- "searchEvent": "WORK_ORDER_SEARCH",
139
138
  "contentTrait": "@trait.WorkOrderCatalog",
140
- "appName": "Field Service",
139
+ "searchEvent": "WORK_ORDER_SEARCH",
141
140
  "navItems": [
142
141
  {
143
- "icon": "clipboard-list",
144
142
  "label": "Work Orders",
145
- "href": "/workorders"
143
+ "href": "/workorders",
144
+ "icon": "clipboard-list"
146
145
  },
147
146
  {
148
147
  "href": "/technicians",
149
- "label": "Technicians",
150
- "icon": "hard-hat"
148
+ "icon": "hard-hat",
149
+ "label": "Technicians"
151
150
  },
152
151
  {
153
- "label": "Check In",
154
152
  "icon": "map-pin",
155
- "href": "/jobs/checkin"
153
+ "href": "/jobs/checkin",
154
+ "label": "Check In"
156
155
  }
157
- ]
156
+ ],
157
+ "appName": "Field Service"
158
158
  },
159
159
  "events": {
160
160
  "SEARCH": "WORK_ORDER_SEARCH",
@@ -242,61 +242,60 @@
242
242
  "main",
243
243
  {
244
244
  "type": "stack",
245
- "gap": "lg",
246
245
  "direction": "vertical",
247
246
  "children": [
248
247
  {
248
+ "justify": "between",
249
249
  "align": "center",
250
+ "type": "stack",
250
251
  "children": [
251
252
  {
253
+ "type": "stack",
254
+ "gap": "sm",
255
+ "align": "center",
256
+ "direction": "horizontal",
252
257
  "children": [
253
258
  {
254
- "name": "clipboard-list",
255
- "type": "icon"
259
+ "type": "icon",
260
+ "name": "clipboard-list"
256
261
  },
257
262
  {
258
- "content": "Work Orders",
259
263
  "variant": "h2",
260
- "type": "typography"
264
+ "type": "typography",
265
+ "content": "Work Orders"
261
266
  }
262
- ],
263
- "direction": "horizontal",
264
- "gap": "sm",
265
- "type": "stack",
266
- "align": "center"
267
+ ]
267
268
  },
268
269
  {
270
+ "gap": "sm",
271
+ "direction": "horizontal",
272
+ "type": "stack",
269
273
  "children": [
270
274
  {
271
- "type": "button",
272
- "icon": "plus",
273
- "variant": "primary",
274
275
  "label": "New Work Order",
275
- "action": "CREATE"
276
+ "action": "CREATE",
277
+ "variant": "primary",
278
+ "icon": "plus",
279
+ "type": "button"
276
280
  }
277
- ],
278
- "type": "stack",
279
- "gap": "sm",
280
- "direction": "horizontal"
281
+ ]
281
282
  }
282
283
  ],
283
- "type": "stack",
284
284
  "direction": "horizontal",
285
- "gap": "md",
286
- "justify": "between"
285
+ "gap": "md"
287
286
  },
288
287
  {
289
288
  "type": "divider"
290
289
  },
291
290
  {
292
- "align": "center",
293
291
  "type": "stack",
292
+ "direction": "horizontal",
294
293
  "gap": "md",
295
294
  "children": [
296
295
  "@trait.WorkOrderSearch",
297
296
  "@trait.WorkOrderFilter"
298
297
  ],
299
- "direction": "horizontal"
298
+ "align": "center"
300
299
  },
301
300
  "@trait.WorkOrderStats",
302
301
  {
@@ -316,12 +315,13 @@
316
315
  "type": "divider"
317
316
  },
318
317
  {
318
+ "variant": "h3",
319
319
  "type": "typography",
320
- "content": "Routes",
321
- "variant": "h3"
320
+ "content": "Routes"
322
321
  },
323
322
  "@trait.WorkOrderRoutes"
324
- ]
323
+ ],
324
+ "gap": "lg"
325
325
  }
326
326
  ]
327
327
  ]
@@ -340,34 +340,34 @@
340
340
  "render-ui",
341
341
  "main",
342
342
  {
343
+ "gap": "md",
344
+ "className": "py-8",
345
+ "type": "stack",
343
346
  "children": [
344
347
  {
345
348
  "type": "icon",
346
349
  "name": "bell"
347
350
  },
348
351
  {
352
+ "variant": "h3",
349
353
  "type": "typography",
350
- "content": "No notifications",
351
- "variant": "h3"
354
+ "content": "No notifications"
352
355
  },
353
356
  {
354
357
  "color": "muted",
358
+ "content": "You're all caught up.",
355
359
  "variant": "caption",
356
- "type": "typography",
357
- "content": "You're all caught up."
360
+ "type": "typography"
358
361
  },
359
362
  {
360
- "type": "button",
361
- "variant": "ghost",
362
363
  "label": "Back to work orders",
364
+ "variant": "ghost",
365
+ "type": "button",
363
366
  "action": "INIT"
364
367
  }
365
368
  ],
366
369
  "direction": "vertical",
367
- "gap": "md",
368
- "type": "stack",
369
- "align": "center",
370
- "className": "py-8"
370
+ "align": "center"
371
371
  }
372
372
  ]
373
373
  ]
@@ -380,8 +380,8 @@
380
380
  "ref": "Search.traits.SearchResultSearch",
381
381
  "name": "WorkOrderSearch",
382
382
  "config": {
383
- "event": "WORK_ORDER_SEARCH",
384
- "placeholder": "Search work orders…"
383
+ "placeholder": "Search work orders…",
384
+ "event": "WORK_ORDER_SEARCH"
385
385
  }
386
386
  },
387
387
  {
@@ -390,19 +390,18 @@
390
390
  "config": {
391
391
  "filters": [
392
392
  {
393
+ "filterType": "select",
393
394
  "field": "priority",
394
- "label": "Priority",
395
395
  "options": [
396
396
  "low",
397
397
  "normal",
398
398
  "high",
399
399
  "urgent"
400
400
  ],
401
- "filterType": "select"
401
+ "label": "Priority"
402
402
  },
403
403
  {
404
404
  "label": "Status",
405
- "field": "status",
406
405
  "options": [
407
406
  "created",
408
407
  "assigned",
@@ -411,7 +410,8 @@
411
410
  "completed",
412
411
  "cancelled"
413
412
  ],
414
- "filterType": "select"
413
+ "filterType": "select",
414
+ "field": "status"
415
415
  }
416
416
  ],
417
417
  "event": "WORK_ORDER_FILTER"
@@ -421,21 +421,15 @@
421
421
  "ref": "Stats.traits.StatsItemStats",
422
422
  "name": "WorkOrderStats",
423
423
  "config": {
424
- "title": "Work Orders",
425
424
  "metrics": [
426
425
  {
427
- "format": "number",
428
- "variant": "primary",
429
426
  "icon": "clipboard-list",
430
- "aggregation": "count",
431
- "label": "Total"
427
+ "label": "Total",
428
+ "variant": "primary",
429
+ "format": "number",
430
+ "aggregation": "count"
432
431
  },
433
432
  {
434
- "format": "number",
435
- "icon": "circle",
436
- "label": "Open",
437
- "aggregation": "count",
438
- "variant": "warning",
439
433
  "filter": [
440
434
  "fn",
441
435
  "row",
@@ -444,14 +438,16 @@
444
438
  "@row.status",
445
439
  "created"
446
440
  ]
447
- ]
441
+ ],
442
+ "format": "number",
443
+ "label": "Open",
444
+ "icon": "circle",
445
+ "aggregation": "count",
446
+ "variant": "warning"
448
447
  },
449
448
  {
450
- "format": "number",
451
449
  "aggregation": "count",
452
- "icon": "map-pin",
453
- "variant": "info",
454
- "label": "On Site",
450
+ "format": "number",
455
451
  "filter": [
456
452
  "fn",
457
453
  "row",
@@ -460,14 +456,15 @@
460
456
  "@row.status",
461
457
  "on-site"
462
458
  ]
463
- ]
459
+ ],
460
+ "variant": "info",
461
+ "icon": "map-pin",
462
+ "label": "On Site"
464
463
  },
465
464
  {
466
- "icon": "check-circle",
467
465
  "label": "Completed",
468
466
  "aggregation": "count",
469
467
  "variant": "success",
470
- "format": "number",
471
468
  "filter": [
472
469
  "fn",
473
470
  "row",
@@ -476,9 +473,12 @@
476
473
  "@row.status",
477
474
  "completed"
478
475
  ]
479
- ]
476
+ ],
477
+ "format": "number",
478
+ "icon": "check-circle"
480
479
  }
481
- ]
480
+ ],
481
+ "title": "Work Orders"
482
482
  },
483
483
  "listens": [
484
484
  {
@@ -496,55 +496,55 @@
496
496
  "name": "WorkOrderBrowseList",
497
497
  "linkedEntity": "WorkOrderRow",
498
498
  "config": {
499
+ "cols": 1.0,
499
500
  "itemActions": [
500
501
  {
501
- "label": "View",
502
502
  "event": "VIEW",
503
- "variant": "ghost"
503
+ "variant": "ghost",
504
+ "label": "View"
504
505
  },
505
506
  {
506
507
  "label": "Edit",
507
- "variant": "ghost",
508
- "event": "EDIT"
508
+ "event": "EDIT",
509
+ "variant": "ghost"
509
510
  },
510
511
  {
511
- "event": "DELETE",
512
512
  "variant": "danger",
513
+ "event": "DELETE",
513
514
  "label": "Delete"
514
515
  }
515
516
  ],
516
517
  "fields": [
517
518
  {
518
- "variant": "h4",
519
519
  "name": "customerName",
520
- "icon": "user"
520
+ "icon": "user",
521
+ "variant": "h4"
521
522
  },
522
523
  {
523
524
  "name": "serviceType",
524
525
  "variant": "body"
525
526
  },
526
527
  {
527
- "name": "address",
528
- "variant": "caption"
528
+ "variant": "caption",
529
+ "name": "address"
529
530
  },
530
531
  {
531
532
  "variant": "badge",
532
533
  "name": "priority"
533
534
  },
534
535
  {
535
- "name": "status",
536
- "variant": "badge"
536
+ "variant": "badge",
537
+ "name": "status"
537
538
  },
538
539
  {
539
540
  "name": "assignedTo",
540
541
  "variant": "caption"
541
542
  },
542
543
  {
543
- "variant": "caption",
544
- "name": "etaMinutes"
544
+ "name": "etaMinutes",
545
+ "variant": "caption"
545
546
  }
546
547
  ],
547
- "cols": 1.0,
548
548
  "gap": "sm"
549
549
  },
550
550
  "listens": [
@@ -611,6 +611,7 @@
611
611
  "config": {
612
612
  "icon": "plus-circle",
613
613
  "mode": "create",
614
+ "title": "New Work Order",
614
615
  "fields": [
615
616
  "customerName",
616
617
  "serviceType",
@@ -621,8 +622,7 @@
621
622
  "scheduledAt",
622
623
  "etaMinutes",
623
624
  "notes"
624
- ],
625
- "title": "New Work Order"
625
+ ]
626
626
  },
627
627
  "events": {
628
628
  "OPEN": "CREATE"
@@ -643,7 +643,7 @@
643
643
  "name": "WorkOrderEdit",
644
644
  "linkedEntity": "WorkOrderRow",
645
645
  "config": {
646
- "icon": "edit",
646
+ "title": "Edit Work Order",
647
647
  "fields": [
648
648
  "customerName",
649
649
  "serviceType",
@@ -655,7 +655,7 @@
655
655
  "etaMinutes",
656
656
  "notes"
657
657
  ],
658
- "title": "Edit Work Order",
658
+ "icon": "edit",
659
659
  "mode": "edit"
660
660
  },
661
661
  "events": {
@@ -677,7 +677,6 @@
677
677
  "name": "WorkOrderView",
678
678
  "linkedEntity": "WorkOrderRow",
679
679
  "config": {
680
- "title": "View Work Order",
681
680
  "mode": "edit",
682
681
  "fields": [
683
682
  "customerName",
@@ -690,6 +689,7 @@
690
689
  "etaMinutes",
691
690
  "notes"
692
691
  ],
692
+ "title": "View Work Order",
693
693
  "icon": "eye"
694
694
  },
695
695
  "events": {
@@ -712,9 +712,9 @@
712
712
  "linkedEntity": "WorkOrderRow",
713
713
  "config": {
714
714
  "confirmLabel": "Delete",
715
- "alertMessage": "This action cannot be undone.",
715
+ "title": "Delete Work Order",
716
716
  "icon": "alert-triangle",
717
- "title": "Delete Work Order"
717
+ "alertMessage": "This action cannot be undone."
718
718
  },
719
719
  "events": {
720
720
  "CONFIRM": "CONFIRM_DELETE",
@@ -1052,28 +1052,28 @@
1052
1052
  "ref": "AppShell.traits.AppLayout",
1053
1053
  "name": "TechnicianAppLayout",
1054
1054
  "config": {
1055
- "appName": "Field Service",
1056
- "notifications": [],
1057
1055
  "searchEvent": "TECHNICIAN_SEARCH",
1058
- "notificationClickEvent": "TECHNICIAN_NOTIFICATIONS_OPEN",
1059
- "contentTrait": "@trait.TechnicianCatalog",
1056
+ "notifications": [],
1060
1057
  "navItems": [
1061
1058
  {
1062
1059
  "href": "/workorders",
1063
- "label": "Work Orders",
1064
- "icon": "clipboard-list"
1060
+ "icon": "clipboard-list",
1061
+ "label": "Work Orders"
1065
1062
  },
1066
1063
  {
1064
+ "label": "Technicians",
1067
1065
  "href": "/technicians",
1068
- "icon": "hard-hat",
1069
- "label": "Technicians"
1066
+ "icon": "hard-hat"
1070
1067
  },
1071
1068
  {
1072
- "label": "Check In",
1073
1069
  "href": "/jobs/checkin",
1070
+ "label": "Check In",
1074
1071
  "icon": "map-pin"
1075
1072
  }
1076
- ]
1073
+ ],
1074
+ "notificationClickEvent": "TECHNICIAN_NOTIFICATIONS_OPEN",
1075
+ "contentTrait": "@trait.TechnicianCatalog",
1076
+ "appName": "Field Service"
1077
1077
  },
1078
1078
  "events": {
1079
1079
  "NOTIFY_CLICK": "TECHNICIAN_NOTIFICATIONS_OPEN",
@@ -1160,45 +1160,48 @@
1160
1160
  "render-ui",
1161
1161
  "main",
1162
1162
  {
1163
+ "direction": "vertical",
1164
+ "type": "stack",
1165
+ "gap": "lg",
1163
1166
  "children": [
1164
1167
  {
1165
- "type": "stack",
1168
+ "direction": "horizontal",
1166
1169
  "justify": "between",
1167
1170
  "align": "center",
1168
1171
  "children": [
1169
1172
  {
1170
1173
  "direction": "horizontal",
1171
- "gap": "sm",
1172
1174
  "align": "center",
1175
+ "gap": "sm",
1173
1176
  "children": [
1174
1177
  {
1175
1178
  "name": "hard-hat",
1176
1179
  "type": "icon"
1177
1180
  },
1178
1181
  {
1179
- "type": "typography",
1180
1182
  "content": "Technicians",
1181
- "variant": "h2"
1183
+ "variant": "h2",
1184
+ "type": "typography"
1182
1185
  }
1183
1186
  ],
1184
1187
  "type": "stack"
1185
1188
  },
1186
1189
  {
1187
- "gap": "sm",
1188
1190
  "direction": "horizontal",
1189
- "type": "stack",
1191
+ "gap": "sm",
1190
1192
  "children": [
1191
1193
  {
1194
+ "icon": "user-plus",
1192
1195
  "type": "button",
1193
- "action": "CREATE",
1194
1196
  "label": "Add Technician",
1195
- "variant": "primary",
1196
- "icon": "user-plus"
1197
+ "action": "CREATE",
1198
+ "variant": "primary"
1197
1199
  }
1198
- ]
1200
+ ],
1201
+ "type": "stack"
1199
1202
  }
1200
1203
  ],
1201
- "direction": "horizontal",
1204
+ "type": "stack",
1202
1205
  "gap": "md"
1203
1206
  },
1204
1207
  {
@@ -1209,24 +1212,21 @@
1209
1212
  "type": "divider"
1210
1213
  },
1211
1214
  {
1212
- "type": "typography",
1215
+ "variant": "h3",
1213
1216
  "content": "Dispatch Board",
1214
- "variant": "h3"
1217
+ "type": "typography"
1215
1218
  },
1216
1219
  "@trait.TechnicianDispatchBoard",
1217
1220
  {
1218
1221
  "type": "divider"
1219
1222
  },
1220
1223
  {
1221
- "content": "Field Check-In",
1222
1224
  "variant": "h3",
1223
- "type": "typography"
1225
+ "type": "typography",
1226
+ "content": "Field Check-In"
1224
1227
  },
1225
1228
  "@trait.TechnicianFieldCheckin"
1226
- ],
1227
- "type": "stack",
1228
- "direction": "vertical",
1229
- "gap": "lg"
1229
+ ]
1230
1230
  }
1231
1231
  ]
1232
1232
  ]
@@ -1254,24 +1254,24 @@
1254
1254
  },
1255
1255
  {
1256
1256
  "content": "No notifications",
1257
- "variant": "h3",
1258
- "type": "typography"
1257
+ "type": "typography",
1258
+ "variant": "h3"
1259
1259
  },
1260
1260
  {
1261
1261
  "color": "muted",
1262
- "type": "typography",
1262
+ "content": "You're all caught up.",
1263
1263
  "variant": "caption",
1264
- "content": "You're all caught up."
1264
+ "type": "typography"
1265
1265
  },
1266
1266
  {
1267
1267
  "type": "button",
1268
- "variant": "ghost",
1269
1268
  "action": "INIT",
1270
- "label": "Back to technicians"
1269
+ "label": "Back to technicians",
1270
+ "variant": "ghost"
1271
1271
  }
1272
1272
  ],
1273
- "type": "stack",
1274
1273
  "direction": "vertical",
1274
+ "type": "stack",
1275
1275
  "align": "center"
1276
1276
  }
1277
1277
  ]
@@ -1286,19 +1286,37 @@
1286
1286
  "name": "TechnicianBrowseList",
1287
1287
  "linkedEntity": "TechnicianRow",
1288
1288
  "config": {
1289
+ "itemActions": [
1290
+ {
1291
+ "event": "VIEW",
1292
+ "variant": "ghost",
1293
+ "label": "View"
1294
+ },
1295
+ {
1296
+ "variant": "ghost",
1297
+ "event": "EDIT",
1298
+ "label": "Edit"
1299
+ },
1300
+ {
1301
+ "label": "Delete",
1302
+ "event": "DELETE",
1303
+ "variant": "danger"
1304
+ }
1305
+ ],
1306
+ "cols": 1.0,
1289
1307
  "fields": [
1290
1308
  {
1291
1309
  "variant": "h4",
1292
- "name": "name",
1293
- "icon": "hard-hat"
1310
+ "icon": "hard-hat",
1311
+ "name": "name"
1294
1312
  },
1295
1313
  {
1296
1314
  "name": "phone",
1297
1315
  "variant": "caption"
1298
1316
  },
1299
1317
  {
1300
- "variant": "caption",
1301
- "name": "skills"
1318
+ "name": "skills",
1319
+ "variant": "caption"
1302
1320
  },
1303
1321
  {
1304
1322
  "name": "available",
@@ -1309,29 +1327,11 @@
1309
1327
  "name": "currentOrderId"
1310
1328
  },
1311
1329
  {
1312
- "name": "lastSeenAt",
1313
- "variant": "caption"
1314
- }
1315
- ],
1316
- "itemActions": [
1317
- {
1318
- "variant": "ghost",
1319
- "label": "View",
1320
- "event": "VIEW"
1321
- },
1322
- {
1323
- "label": "Edit",
1324
- "variant": "ghost",
1325
- "event": "EDIT"
1326
- },
1327
- {
1328
- "label": "Delete",
1329
- "event": "DELETE",
1330
- "variant": "danger"
1330
+ "variant": "caption",
1331
+ "name": "lastSeenAt"
1331
1332
  }
1332
1333
  ],
1333
- "gap": "sm",
1334
- "cols": 1.0
1334
+ "gap": "sm"
1335
1335
  },
1336
1336
  "listens": [
1337
1337
  {
@@ -1380,7 +1380,7 @@
1380
1380
  "name": "TechnicianCreate",
1381
1381
  "linkedEntity": "TechnicianRow",
1382
1382
  "config": {
1383
- "mode": "create",
1383
+ "icon": "user-plus",
1384
1384
  "fields": [
1385
1385
  "name",
1386
1386
  "phone",
@@ -1390,8 +1390,8 @@
1390
1390
  "lat",
1391
1391
  "lng"
1392
1392
  ],
1393
- "icon": "user-plus",
1394
- "title": "Add Technician"
1393
+ "title": "Add Technician",
1394
+ "mode": "create"
1395
1395
  },
1396
1396
  "events": {
1397
1397
  "OPEN": "CREATE"
@@ -1444,7 +1444,6 @@
1444
1444
  "name": "TechnicianView",
1445
1445
  "linkedEntity": "TechnicianRow",
1446
1446
  "config": {
1447
- "title": "View Technician",
1448
1447
  "fields": [
1449
1448
  "name",
1450
1449
  "phone",
@@ -1455,8 +1454,9 @@
1455
1454
  "lng",
1456
1455
  "lastSeenAt"
1457
1456
  ],
1458
- "mode": "edit",
1459
- "icon": "eye"
1457
+ "title": "View Technician",
1458
+ "icon": "eye",
1459
+ "mode": "edit"
1460
1460
  },
1461
1461
  "events": {
1462
1462
  "OPEN": "VIEW"
@@ -1717,27 +1717,27 @@
1717
1717
  "name": "JobCheckinAppLayout",
1718
1718
  "config": {
1719
1719
  "notificationClickEvent": "JOB_CHECKIN_NOTIFICATIONS_OPEN",
1720
+ "contentTrait": "@trait.JobCheckinComposer",
1721
+ "searchEvent": "JOB_CHECKIN_SEARCH",
1722
+ "notifications": [],
1723
+ "appName": "Field Service",
1720
1724
  "navItems": [
1721
1725
  {
1726
+ "label": "Work Orders",
1722
1727
  "href": "/workorders",
1723
- "icon": "clipboard-list",
1724
- "label": "Work Orders"
1728
+ "icon": "clipboard-list"
1725
1729
  },
1726
1730
  {
1727
- "href": "/technicians",
1728
1731
  "icon": "hard-hat",
1729
- "label": "Technicians"
1732
+ "label": "Technicians",
1733
+ "href": "/technicians"
1730
1734
  },
1731
1735
  {
1732
- "href": "/jobs/checkin",
1736
+ "label": "Check In",
1733
1737
  "icon": "map-pin",
1734
- "label": "Check In"
1738
+ "href": "/jobs/checkin"
1735
1739
  }
1736
- ],
1737
- "contentTrait": "@trait.JobCheckinComposer",
1738
- "appName": "Field Service",
1739
- "searchEvent": "JOB_CHECKIN_SEARCH",
1740
- "notifications": []
1740
+ ]
1741
1741
  },
1742
1742
  "events": {
1743
1743
  "SEARCH": "JOB_CHECKIN_SEARCH",
@@ -1771,14 +1771,15 @@
1771
1771
  "main",
1772
1772
  {
1773
1773
  "className": "max-w-3xl mx-auto w-full",
1774
+ "gap": "lg",
1774
1775
  "children": [
1775
1776
  {
1776
- "type": "stack",
1777
+ "direction": "horizontal",
1777
1778
  "align": "center",
1778
1779
  "children": [
1779
1780
  {
1780
- "type": "icon",
1781
- "name": "map-pin"
1781
+ "name": "map-pin",
1782
+ "type": "icon"
1782
1783
  },
1783
1784
  {
1784
1785
  "variant": "h2",
@@ -1786,21 +1787,21 @@
1786
1787
  "content": "Job Check-In"
1787
1788
  }
1788
1789
  ],
1789
- "direction": "horizontal",
1790
+ "type": "stack",
1790
1791
  "gap": "sm"
1791
1792
  },
1792
1793
  {
1793
- "content": "Verify your arrival, complete the job, and capture the customer's signature.",
1794
1794
  "variant": "caption",
1795
1795
  "color": "muted",
1796
+ "content": "Verify your arrival, complete the job, and capture the customer's signature.",
1796
1797
  "type": "typography"
1797
1798
  },
1798
1799
  {
1799
1800
  "type": "divider"
1800
1801
  },
1801
1802
  {
1802
- "content": "1. Arrival check-in",
1803
1803
  "variant": "h3",
1804
+ "content": "1. Arrival check-in",
1804
1805
  "type": "typography"
1805
1806
  },
1806
1807
  "@trait.JobArrivalCheckin",
@@ -1815,8 +1816,7 @@
1815
1816
  "@trait.JobCompletionSignature"
1816
1817
  ],
1817
1818
  "type": "stack",
1818
- "direction": "vertical",
1819
- "gap": "lg"
1819
+ "direction": "vertical"
1820
1820
  }
1821
1821
  ]
1822
1822
  ]
@@ -1829,8 +1829,8 @@
1829
1829
  "ref": "Checkin.traits.CheckinScan",
1830
1830
  "name": "JobArrivalCheckin",
1831
1831
  "config": {
1832
- "title": "Confirm arrival on site",
1833
- "mode": "geo"
1832
+ "mode": "geo",
1833
+ "title": "Confirm arrival on site"
1834
1834
  }
1835
1835
  },
1836
1836
  {
@@ -1864,4 +1864,4 @@
1864
1864
  ]
1865
1865
  }
1866
1866
  ]
1867
- }
1867
+ }