@almadar/std 14.25.0 → 14.27.0

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