@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-rfi",
3
3
  "version": "1.0.0",
4
- "description": "std-rfi — Request For Information primitive tracking formal questions raised during construction with response and deadline.",
4
+ "description": "std-rfi — Request For Information primitive for construction projects. Lists RFIs in `browsing`; opens detail in `viewing_single` with Submit / Answer / Close actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "RfiOrbital",
@@ -85,58 +85,7 @@
85
85
  "linkedEntity": "Rfi",
86
86
  "emits": [
87
87
  {
88
- "event": "VIEW",
89
- "payloadSchema": [
90
- {
91
- "name": "id",
92
- "type": "string",
93
- "required": true
94
- },
95
- {
96
- "name": "source",
97
- "type": "string"
98
- }
99
- ]
100
- },
101
- {
102
- "event": "EDIT",
103
- "payloadSchema": [
104
- {
105
- "name": "id",
106
- "type": "string",
107
- "required": true
108
- },
109
- {
110
- "name": "source",
111
- "type": "string"
112
- }
113
- ]
114
- },
115
- {
116
- "event": "CREATE",
117
- "payloadSchema": [
118
- {
119
- "name": "source",
120
- "type": "string"
121
- }
122
- ]
123
- },
124
- {
125
- "event": "REQUEST_DELETE",
126
- "payloadSchema": [
127
- {
128
- "name": "id",
129
- "type": "string",
130
- "required": true
131
- },
132
- {
133
- "name": "source",
134
- "type": "string"
135
- }
136
- ]
137
- },
138
- {
139
- "event": "SUBMIT",
88
+ "event": "OPEN_RFI",
140
89
  "payloadSchema": [
141
90
  {
142
91
  "name": "id",
@@ -197,63 +146,25 @@
197
146
  ]
198
147
  },
199
148
  {
200
- "event": "ANSWER",
149
+ "event": "CLOSE_VIEW"
150
+ },
151
+ {
152
+ "event": "SUBMIT",
201
153
  "payloadSchema": [
202
154
  {
203
155
  "name": "id",
204
156
  "type": "string",
205
157
  "required": true
206
- },
207
- {
208
- "name": "row.id",
209
- "type": "string",
210
- "required": true
211
- },
212
- {
213
- "name": "row.rfiNumber",
214
- "type": "string",
215
- "required": true
216
- },
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "event": "ANSWER",
163
+ "payloadSchema": [
217
164
  {
218
- "name": "row.subject",
165
+ "name": "id",
219
166
  "type": "string",
220
167
  "required": true
221
- },
222
- {
223
- "name": "row.question",
224
- "type": "string"
225
- },
226
- {
227
- "name": "row.response",
228
- "type": "string"
229
- },
230
- {
231
- "name": "row.status",
232
- "type": "string"
233
- },
234
- {
235
- "name": "row.raisedBy",
236
- "type": "string"
237
- },
238
- {
239
- "name": "row.assignedTo",
240
- "type": "string"
241
- },
242
- {
243
- "name": "row.raisedAt",
244
- "type": "string"
245
- },
246
- {
247
- "name": "row.dueAt",
248
- "type": "string"
249
- },
250
- {
251
- "name": "row.answeredAt",
252
- "type": "string"
253
- },
254
- {
255
- "name": "row.pendingId",
256
- "type": "string"
257
168
  }
258
169
  ]
259
170
  },
@@ -264,57 +175,6 @@
264
175
  "name": "id",
265
176
  "type": "string",
266
177
  "required": true
267
- },
268
- {
269
- "name": "row.id",
270
- "type": "string",
271
- "required": true
272
- },
273
- {
274
- "name": "row.rfiNumber",
275
- "type": "string",
276
- "required": true
277
- },
278
- {
279
- "name": "row.subject",
280
- "type": "string",
281
- "required": true
282
- },
283
- {
284
- "name": "row.question",
285
- "type": "string"
286
- },
287
- {
288
- "name": "row.response",
289
- "type": "string"
290
- },
291
- {
292
- "name": "row.status",
293
- "type": "string"
294
- },
295
- {
296
- "name": "row.raisedBy",
297
- "type": "string"
298
- },
299
- {
300
- "name": "row.assignedTo",
301
- "type": "string"
302
- },
303
- {
304
- "name": "row.raisedAt",
305
- "type": "string"
306
- },
307
- {
308
- "name": "row.dueAt",
309
- "type": "string"
310
- },
311
- {
312
- "name": "row.answeredAt",
313
- "type": "string"
314
- },
315
- {
316
- "name": "row.pendingId",
317
- "type": "string"
318
178
  }
319
179
  ]
320
180
  },
@@ -352,7 +212,10 @@
352
212
  "isInitial": true
353
213
  },
354
214
  {
355
- "name": "viewing"
215
+ "name": "browsing"
216
+ },
217
+ {
218
+ "name": "viewing_single"
356
219
  },
357
220
  {
358
221
  "name": "error"
@@ -392,32 +255,17 @@
392
255
  ]
393
256
  },
394
257
  {
395
- "key": "REFRESH",
396
- "name": "Refresh",
397
- "payloadSchema": [
398
- {
399
- "name": "source",
400
- "type": "string"
401
- }
402
- ]
403
- },
404
- {
405
- "key": "SEARCH",
406
- "name": "Search",
258
+ "key": "OPEN_RFI",
259
+ "name": "Open Rfi",
407
260
  "payloadSchema": [
408
261
  {
409
- "name": "query",
410
- "type": "string"
411
- }
412
- ]
413
- },
414
- {
415
- "key": "FILTER_STATUS",
416
- "name": "Filter Status",
417
- "payloadSchema": [
262
+ "name": "id",
263
+ "type": "string",
264
+ "required": true
265
+ },
418
266
  {
419
- "name": "status",
420
- "type": "string"
267
+ "name": "row",
268
+ "type": "Rfi"
421
269
  }
422
270
  ]
423
271
  },
@@ -455,47 +303,8 @@
455
303
  ]
456
304
  },
457
305
  {
458
- "key": "CREATE",
459
- "name": "Create",
460
- "payloadSchema": [
461
- {
462
- "name": "source",
463
- "type": "string"
464
- }
465
- ]
466
- },
467
- {
468
- "key": "VIEW",
469
- "name": "View",
470
- "payloadSchema": [
471
- {
472
- "name": "id",
473
- "type": "string",
474
- "required": true
475
- }
476
- ]
477
- },
478
- {
479
- "key": "EDIT",
480
- "name": "Edit",
481
- "payloadSchema": [
482
- {
483
- "name": "id",
484
- "type": "string",
485
- "required": true
486
- }
487
- ]
488
- },
489
- {
490
- "key": "REQUEST_DELETE",
491
- "name": "Request Delete",
492
- "payloadSchema": [
493
- {
494
- "name": "id",
495
- "type": "string",
496
- "required": true
497
- }
498
- ]
306
+ "key": "CLOSE_VIEW",
307
+ "name": "Close View"
499
308
  }
500
309
  ],
501
310
  "transitions": [
@@ -518,186 +327,141 @@
518
327
  "render-ui",
519
328
  "main",
520
329
  {
521
- "gap": "md",
522
330
  "type": "stack",
523
331
  "align": "center",
524
- "className": "py-12",
332
+ "gap": "md",
333
+ "direction": "vertical",
525
334
  "children": [
526
335
  {
527
336
  "type": "spinner"
528
337
  },
529
338
  {
530
- "variant": "caption",
531
- "content": "Loading RFIs…",
532
339
  "type": "typography",
533
- "color": "muted"
340
+ "color": "muted",
341
+ "variant": "caption",
342
+ "content": "Loading RFIs…"
534
343
  }
535
344
  ],
536
- "direction": "vertical"
345
+ "className": "py-12"
537
346
  }
538
347
  ]
539
348
  ]
540
349
  },
541
350
  {
542
351
  "from": "loading",
543
- "to": "viewing",
352
+ "to": "browsing",
544
353
  "event": "RfiLoaded",
545
354
  "effects": [
546
355
  [
547
356
  "render-ui",
548
357
  "main",
549
358
  {
359
+ "type": "stack",
550
360
  "children": [
551
361
  {
362
+ "gap": "sm",
363
+ "type": "stack",
364
+ "direction": "horizontal",
365
+ "align": "center",
552
366
  "children": [
553
367
  {
554
- "name": "help-circle",
555
- "type": "icon"
368
+ "type": "icon",
369
+ "name": "help-circle"
556
370
  },
557
371
  {
558
- "variant": "h3",
372
+ "type": "typography",
559
373
  "content": "@config.title",
560
- "type": "typography"
374
+ "variant": "h3"
375
+ }
376
+ ]
377
+ },
378
+ {
379
+ "children": [
380
+ {
381
+ "type": "stat-display",
382
+ "icon": "help-circle",
383
+ "value": "@payload.data.length",
384
+ "label": "Total RFIs"
561
385
  },
562
386
  {
563
- "type": "badge",
564
- "variant": "warning",
565
- "label": "Open"
387
+ "value": "18",
388
+ "type": "stat-display",
389
+ "label": "Open",
390
+ "icon": "mail"
566
391
  },
567
392
  {
568
- "label": "New RFI",
569
- "type": "button",
570
- "variant": "primary",
571
- "action": "CREATE"
393
+ "icon": "alert-triangle",
394
+ "label": "Overdue",
395
+ "value": "5",
396
+ "type": "stat-display"
397
+ },
398
+ {
399
+ "label": "Avg response",
400
+ "icon": "clock",
401
+ "value": "3.2d",
402
+ "type": "stat-display"
572
403
  }
573
404
  ],
574
- "gap": "sm",
575
- "type": "stack",
576
- "align": "center",
577
- "direction": "horizontal"
578
- },
579
- {
580
- "type": "divider"
581
- },
582
- {
583
- "type": "master-detail",
584
- "master": {
585
- "cols": 1.0,
586
- "fields": [
587
- {
588
- "name": "rfiNumber",
589
- "label": "RFI #",
590
- "variant": "caption"
591
- },
592
- {
593
- "variant": "caption",
594
- "name": "subject",
595
- "label": "Subject"
596
- },
597
- {
598
- "variant": "badge",
599
- "label": "Status",
600
- "name": "status"
601
- },
602
- {
603
- "label": "Raised By",
604
- "variant": "caption",
605
- "name": "raisedBy"
606
- },
607
- {
608
- "variant": "caption",
609
- "name": "dueAt",
610
- "label": "Due"
611
- }
612
- ],
613
- "gap": "sm",
614
- "itemActions": [
615
- {
616
- "label": "View",
617
- "variant": "secondary",
618
- "event": "VIEW"
619
- },
620
- {
621
- "label": "Edit",
622
- "event": "EDIT",
623
- "variant": "secondary"
624
- },
625
- {
626
- "event": "SUBMIT",
627
- "label": "Submit",
628
- "variant": "primary"
629
- },
630
- {
631
- "label": "Answer",
632
- "variant": "primary",
633
- "event": "ANSWER"
634
- },
635
- {
636
- "variant": "ghost",
637
- "label": "Close",
638
- "event": "CLOSE"
639
- },
640
- {
641
- "variant": "danger",
642
- "label": "Delete",
643
- "event": "REQUEST_DELETE"
644
- }
645
- ],
646
- "type": "data-grid",
647
- "entity": "@payload.data"
648
- },
649
- "detail": {
650
- "type": "stack",
651
- "direction": "vertical",
652
- "gap": "sm",
653
- "children": [
654
- {
655
- "variant": "h4",
656
- "type": "typography",
657
- "content": "RFI Detail"
658
- },
659
- {
660
- "children": [
661
- {
662
- "label": "Closed",
663
- "type": "badge",
664
- "variant": "success"
665
- },
666
- {
667
- "type": "badge",
668
- "label": "Resolved",
669
- "variant": "primary"
670
- }
671
- ],
672
- "direction": "horizontal",
673
- "type": "stack",
674
- "gap": "sm",
675
- "align": "center"
676
- },
677
- {
678
- "type": "typography",
679
- "content": "Select an RFI to view question, response, and audit trail.",
680
- "variant": "caption",
681
- "color": "muted"
682
- }
683
- ]
684
- }
405
+ "cols": 4.0,
406
+ "type": "simple-grid"
685
407
  },
686
408
  {
687
409
  "type": "divider"
688
410
  },
689
411
  {
690
- "type": "typography",
691
- "content": "Deadline Calendar",
692
- "variant": "h4"
693
- },
694
- {
695
- "type": "calendar-grid"
696
- }
697
- ],
698
- "direction": "vertical",
699
- "type": "stack",
700
- "gap": "md"
412
+ "itemActions": [
413
+ {
414
+ "label": "Open",
415
+ "icon": "arrow-right",
416
+ "event": "OPEN_RFI",
417
+ "variant": "primary"
418
+ },
419
+ {
420
+ "event": "CLOSE",
421
+ "variant": "danger",
422
+ "label": "Close"
423
+ }
424
+ ],
425
+ "gap": "sm",
426
+ "entity": "@payload.data",
427
+ "fields": [
428
+ {
429
+ "name": "rfiNumber",
430
+ "variant": "caption",
431
+ "label": "RFI #"
432
+ },
433
+ {
434
+ "label": "Subject",
435
+ "name": "subject",
436
+ "variant": "caption"
437
+ },
438
+ {
439
+ "name": "status",
440
+ "label": "Status",
441
+ "variant": "badge"
442
+ },
443
+ {
444
+ "name": "raisedBy",
445
+ "label": "Raised By",
446
+ "variant": "caption"
447
+ },
448
+ {
449
+ "label": "Assigned",
450
+ "variant": "caption",
451
+ "name": "assignedTo"
452
+ },
453
+ {
454
+ "variant": "caption",
455
+ "label": "Due",
456
+ "name": "dueAt"
457
+ }
458
+ ],
459
+ "cols": 1.0,
460
+ "type": "data-grid"
461
+ }
462
+ ],
463
+ "gap": "md",
464
+ "direction": "vertical"
701
465
  }
702
466
  ]
703
467
  ]
@@ -711,18 +475,256 @@
711
475
  "render-ui",
712
476
  "main",
713
477
  {
714
- "variant": "error",
478
+ "message": "@payload.error",
715
479
  "type": "alert",
716
- "message": "@payload.error"
480
+ "variant": "error"
717
481
  }
718
482
  ]
719
483
  ]
720
484
  },
721
485
  {
722
- "from": "viewing",
486
+ "from": "browsing",
487
+ "to": "viewing_single",
488
+ "event": "OPEN_RFI",
489
+ "effects": [
490
+ [
491
+ "set",
492
+ "@entity.id",
493
+ "@payload.row.id"
494
+ ],
495
+ [
496
+ "set",
497
+ "@entity.rfiNumber",
498
+ "@payload.row.rfiNumber"
499
+ ],
500
+ [
501
+ "set",
502
+ "@entity.subject",
503
+ "@payload.row.subject"
504
+ ],
505
+ [
506
+ "set",
507
+ "@entity.question",
508
+ "@payload.row.question"
509
+ ],
510
+ [
511
+ "set",
512
+ "@entity.response",
513
+ "@payload.row.response"
514
+ ],
515
+ [
516
+ "set",
517
+ "@entity.status",
518
+ "@payload.row.status"
519
+ ],
520
+ [
521
+ "set",
522
+ "@entity.raisedBy",
523
+ "@payload.row.raisedBy"
524
+ ],
525
+ [
526
+ "set",
527
+ "@entity.assignedTo",
528
+ "@payload.row.assignedTo"
529
+ ],
530
+ [
531
+ "set",
532
+ "@entity.raisedAt",
533
+ "@payload.row.raisedAt"
534
+ ],
535
+ [
536
+ "set",
537
+ "@entity.dueAt",
538
+ "@payload.row.dueAt"
539
+ ],
540
+ [
541
+ "set",
542
+ "@entity.answeredAt",
543
+ "@payload.row.answeredAt"
544
+ ],
545
+ [
546
+ "render-ui",
547
+ "main",
548
+ {
549
+ "gap": "md",
550
+ "type": "stack",
551
+ "direction": "vertical",
552
+ "children": [
553
+ {
554
+ "direction": "horizontal",
555
+ "children": [
556
+ {
557
+ "type": "button",
558
+ "variant": "ghost",
559
+ "action": "CLOSE_VIEW",
560
+ "label": "Back"
561
+ },
562
+ {
563
+ "name": "help-circle",
564
+ "type": "icon"
565
+ },
566
+ {
567
+ "content": "@entity.subject",
568
+ "variant": "h3",
569
+ "type": "typography"
570
+ },
571
+ {
572
+ "variant": "default",
573
+ "label": "@entity.status",
574
+ "type": "badge"
575
+ }
576
+ ],
577
+ "type": "stack",
578
+ "gap": "sm",
579
+ "align": "center"
580
+ },
581
+ {
582
+ "type": "divider"
583
+ },
584
+ {
585
+ "children": [
586
+ {
587
+ "direction": "horizontal",
588
+ "gap": "md",
589
+ "type": "stack",
590
+ "children": [
591
+ {
592
+ "content": "RFI #",
593
+ "variant": "caption",
594
+ "color": "muted",
595
+ "type": "typography"
596
+ },
597
+ {
598
+ "content": "@entity.rfiNumber",
599
+ "type": "typography",
600
+ "variant": "body"
601
+ }
602
+ ]
603
+ },
604
+ {
605
+ "gap": "md",
606
+ "type": "stack",
607
+ "direction": "horizontal",
608
+ "children": [
609
+ {
610
+ "content": "Question",
611
+ "type": "typography",
612
+ "color": "muted",
613
+ "variant": "caption"
614
+ },
615
+ {
616
+ "type": "typography",
617
+ "variant": "body",
618
+ "content": "@entity.question"
619
+ }
620
+ ]
621
+ },
622
+ {
623
+ "children": [
624
+ {
625
+ "type": "typography",
626
+ "content": "Response",
627
+ "color": "muted",
628
+ "variant": "caption"
629
+ },
630
+ {
631
+ "content": "@entity.response",
632
+ "variant": "body",
633
+ "type": "typography"
634
+ }
635
+ ],
636
+ "type": "stack",
637
+ "gap": "md",
638
+ "direction": "horizontal"
639
+ }
640
+ ],
641
+ "gap": "sm",
642
+ "type": "stack",
643
+ "direction": "vertical"
644
+ },
645
+ {
646
+ "type": "divider"
647
+ },
648
+ {
649
+ "children": [
650
+ {
651
+ "type": "stat-display",
652
+ "value": "@entity.raisedBy",
653
+ "icon": "user",
654
+ "label": "Raised by"
655
+ },
656
+ {
657
+ "label": "Assigned",
658
+ "type": "stat-display",
659
+ "icon": "user-check",
660
+ "value": "@entity.assignedTo"
661
+ },
662
+ {
663
+ "icon": "calendar",
664
+ "type": "stat-display",
665
+ "label": "Due",
666
+ "value": "@entity.dueAt"
667
+ },
668
+ {
669
+ "type": "stat-display",
670
+ "value": "@entity.answeredAt",
671
+ "label": "Answered",
672
+ "icon": "check-circle"
673
+ }
674
+ ],
675
+ "type": "simple-grid",
676
+ "cols": 4.0
677
+ },
678
+ {
679
+ "align": "center",
680
+ "type": "stack",
681
+ "gap": "sm",
682
+ "direction": "horizontal",
683
+ "children": [
684
+ {
685
+ "variant": "primary",
686
+ "action": "SUBMIT",
687
+ "actionPayload": {
688
+ "id": "@entity.id"
689
+ },
690
+ "type": "button",
691
+ "label": "Submit"
692
+ },
693
+ {
694
+ "type": "button",
695
+ "action": "ANSWER",
696
+ "label": "Answer",
697
+ "actionPayload": {
698
+ "id": "@entity.id"
699
+ },
700
+ "variant": "secondary"
701
+ },
702
+ {
703
+ "variant": "danger",
704
+ "actionPayload": {
705
+ "id": "@entity.id"
706
+ },
707
+ "label": "Close",
708
+ "action": "CLOSE",
709
+ "type": "button"
710
+ }
711
+ ]
712
+ }
713
+ ]
714
+ }
715
+ ]
716
+ ]
717
+ },
718
+ {
719
+ "from": "browsing",
723
720
  "to": "loading",
724
- "event": "REFRESH",
721
+ "event": "SUBMIT",
725
722
  "effects": [
723
+ [
724
+ "set",
725
+ "@entity.id",
726
+ "@payload.id"
727
+ ],
726
728
  [
727
729
  "fetch",
728
730
  "Rfi",
@@ -737,38 +739,43 @@
737
739
  "render-ui",
738
740
  "main",
739
741
  {
740
- "gap": "md",
741
- "className": "py-12",
742
- "align": "center",
742
+ "type": "stack",
743
743
  "children": [
744
744
  {
745
745
  "type": "spinner"
746
746
  },
747
747
  {
748
- "variant": "caption",
748
+ "type": "typography",
749
749
  "color": "muted",
750
- "content": "Refreshing RFIs…",
751
- "type": "typography"
750
+ "content": "Submitting RFI…",
751
+ "variant": "caption"
752
752
  }
753
753
  ],
754
- "type": "stack",
755
- "direction": "vertical"
754
+ "align": "center",
755
+ "direction": "vertical",
756
+ "gap": "md",
757
+ "className": "py-12"
756
758
  }
757
759
  ]
758
760
  ]
759
761
  },
760
762
  {
761
- "from": "viewing",
763
+ "from": "browsing",
762
764
  "to": "loading",
763
- "event": "SEARCH",
765
+ "event": "ANSWER",
764
766
  "effects": [
767
+ [
768
+ "set",
769
+ "@entity.id",
770
+ "@payload.id"
771
+ ],
765
772
  [
766
773
  "fetch",
767
774
  "Rfi",
768
775
  {
769
776
  "emit": {
770
- "failure": "RfiLoadFailed",
771
- "success": "RfiLoaded"
777
+ "success": "RfiLoaded",
778
+ "failure": "RfiLoadFailed"
772
779
  }
773
780
  }
774
781
  ],
@@ -776,7 +783,7 @@
776
783
  "render-ui",
777
784
  "main",
778
785
  {
779
- "direction": "vertical",
786
+ "gap": "md",
780
787
  "align": "center",
781
788
  "className": "py-12",
782
789
  "children": [
@@ -784,23 +791,28 @@
784
791
  "type": "spinner"
785
792
  },
786
793
  {
787
- "type": "typography",
788
794
  "variant": "caption",
789
- "content": "Searching RFIs…",
790
- "color": "muted"
795
+ "color": "muted",
796
+ "type": "typography",
797
+ "content": "Answering RFI…"
791
798
  }
792
799
  ],
793
- "gap": "md",
794
- "type": "stack"
800
+ "type": "stack",
801
+ "direction": "vertical"
795
802
  }
796
803
  ]
797
804
  ]
798
805
  },
799
806
  {
800
- "from": "viewing",
807
+ "from": "browsing",
801
808
  "to": "loading",
802
- "event": "FILTER_STATUS",
809
+ "event": "CLOSE",
803
810
  "effects": [
811
+ [
812
+ "set",
813
+ "@entity.id",
814
+ "@payload.id"
815
+ ],
804
816
  [
805
817
  "fetch",
806
818
  "Rfi",
@@ -816,71 +828,68 @@
816
828
  "main",
817
829
  {
818
830
  "type": "stack",
819
- "gap": "md",
820
831
  "children": [
821
832
  {
822
833
  "type": "spinner"
823
834
  },
824
835
  {
825
- "variant": "caption",
826
836
  "color": "muted",
827
- "type": "typography",
828
- "content": "Filtering RFIs…"
837
+ "variant": "caption",
838
+ "content": "Closing RFI…",
839
+ "type": "typography"
829
840
  }
830
841
  ],
831
842
  "align": "center",
843
+ "className": "py-12",
832
844
  "direction": "vertical",
833
- "className": "py-12"
845
+ "gap": "md"
834
846
  }
835
847
  ]
836
848
  ]
837
849
  },
838
850
  {
839
- "from": "viewing",
840
- "to": "viewing",
841
- "event": "SUBMIT",
851
+ "from": "viewing_single",
852
+ "to": "loading",
853
+ "event": "CLOSE_VIEW",
842
854
  "effects": [
843
855
  [
844
- "set",
845
- "@entity.id",
846
- "@payload.id"
847
- ],
848
- [
849
- "render-ui",
850
- "main",
856
+ "fetch",
857
+ "Rfi",
851
858
  {
852
- "message": "RFI submitted",
853
- "type": "alert",
854
- "variant": "success"
859
+ "emit": {
860
+ "success": "RfiLoaded",
861
+ "failure": "RfiLoadFailed"
862
+ }
855
863
  }
856
- ]
857
- ]
858
- },
859
- {
860
- "from": "viewing",
861
- "to": "viewing",
862
- "event": "ANSWER",
863
- "effects": [
864
- [
865
- "set",
866
- "@entity.id",
867
- "@payload.id"
868
864
  ],
869
865
  [
870
866
  "render-ui",
871
867
  "main",
872
868
  {
873
- "message": "RFI answered",
874
- "type": "alert",
875
- "variant": "success"
869
+ "type": "stack",
870
+ "direction": "vertical",
871
+ "align": "center",
872
+ "children": [
873
+ {
874
+ "type": "spinner"
875
+ },
876
+ {
877
+ "color": "muted",
878
+ "type": "typography",
879
+ "variant": "caption",
880
+ "content": "Loading RFIs…"
881
+ }
882
+ ],
883
+ "className": "py-12",
884
+ "gap": "md"
876
885
  }
877
886
  ]
878
887
  ]
879
888
  },
880
889
  {
881
- "from": "viewing",
882
- "to": "viewing",
883
- "event": "CLOSE",
890
+ "from": "viewing_single",
891
+ "to": "loading",
892
+ "event": "SUBMIT",
884
893
  "effects": [
885
894
  [
886
895
  "set",
@@ -888,36 +897,43 @@
888
897
  "@payload.id"
889
898
  ],
890
899
  [
891
- "render-ui",
892
- "main",
900
+ "fetch",
901
+ "Rfi",
893
902
  {
894
- "variant": "info",
895
- "type": "alert",
896
- "message": "RFI closed"
903
+ "emit": {
904
+ "success": "RfiLoaded",
905
+ "failure": "RfiLoadFailed"
906
+ }
897
907
  }
898
- ]
899
- ]
900
- },
901
- {
902
- "from": "viewing",
903
- "to": "viewing",
904
- "event": "CREATE",
905
- "effects": [
908
+ ],
906
909
  [
907
910
  "render-ui",
908
911
  "main",
909
912
  {
910
- "variant": "info",
911
- "type": "alert",
912
- "message": "Creating new RFI"
913
+ "gap": "md",
914
+ "type": "stack",
915
+ "direction": "vertical",
916
+ "align": "center",
917
+ "children": [
918
+ {
919
+ "type": "spinner"
920
+ },
921
+ {
922
+ "variant": "caption",
923
+ "color": "muted",
924
+ "content": "Submitting RFI…",
925
+ "type": "typography"
926
+ }
927
+ ],
928
+ "className": "py-12"
913
929
  }
914
930
  ]
915
931
  ]
916
932
  },
917
933
  {
918
- "from": "viewing",
919
- "to": "viewing",
920
- "event": "VIEW",
934
+ "from": "viewing_single",
935
+ "to": "loading",
936
+ "event": "ANSWER",
921
937
  "effects": [
922
938
  [
923
939
  "set",
@@ -925,54 +941,79 @@
925
941
  "@payload.id"
926
942
  ],
927
943
  [
928
- "render-ui",
929
- "main",
944
+ "fetch",
945
+ "Rfi",
930
946
  {
931
- "type": "alert",
932
- "message": "Viewing RFI",
933
- "variant": "info"
947
+ "emit": {
948
+ "success": "RfiLoaded",
949
+ "failure": "RfiLoadFailed"
950
+ }
934
951
  }
935
- ]
936
- ]
937
- },
938
- {
939
- "from": "viewing",
940
- "to": "viewing",
941
- "event": "EDIT",
942
- "effects": [
943
- [
944
- "set",
945
- "@entity.id",
946
- "@payload.id"
947
952
  ],
948
953
  [
949
954
  "render-ui",
950
955
  "main",
951
956
  {
952
- "type": "alert",
953
- "variant": "info",
954
- "message": "Editing RFI"
957
+ "direction": "vertical",
958
+ "gap": "md",
959
+ "children": [
960
+ {
961
+ "type": "spinner"
962
+ },
963
+ {
964
+ "variant": "caption",
965
+ "color": "muted",
966
+ "content": "Answering RFI…",
967
+ "type": "typography"
968
+ }
969
+ ],
970
+ "type": "stack",
971
+ "className": "py-12",
972
+ "align": "center"
955
973
  }
956
974
  ]
957
975
  ]
958
976
  },
959
977
  {
960
- "from": "viewing",
961
- "to": "viewing",
962
- "event": "REQUEST_DELETE",
978
+ "from": "viewing_single",
979
+ "to": "loading",
980
+ "event": "CLOSE",
963
981
  "effects": [
964
982
  [
965
983
  "set",
966
984
  "@entity.id",
967
985
  "@payload.id"
968
986
  ],
987
+ [
988
+ "fetch",
989
+ "Rfi",
990
+ {
991
+ "emit": {
992
+ "success": "RfiLoaded",
993
+ "failure": "RfiLoadFailed"
994
+ }
995
+ }
996
+ ],
969
997
  [
970
998
  "render-ui",
971
999
  "main",
972
1000
  {
973
- "message": "Delete requested",
974
- "variant": "warning",
975
- "type": "alert"
1001
+ "children": [
1002
+ {
1003
+ "type": "spinner"
1004
+ },
1005
+ {
1006
+ "type": "typography",
1007
+ "content": "Closing RFI…",
1008
+ "color": "muted",
1009
+ "variant": "caption"
1010
+ }
1011
+ ],
1012
+ "type": "stack",
1013
+ "className": "py-12",
1014
+ "gap": "md",
1015
+ "align": "center",
1016
+ "direction": "vertical"
976
1017
  }
977
1018
  ]
978
1019
  ]
@@ -987,8 +1028,8 @@
987
1028
  "Rfi",
988
1029
  {
989
1030
  "emit": {
990
- "failure": "RfiLoadFailed",
991
- "success": "RfiLoaded"
1031
+ "success": "RfiLoaded",
1032
+ "failure": "RfiLoadFailed"
992
1033
  }
993
1034
  }
994
1035
  ],
@@ -1026,4 +1067,4 @@
1026
1067
  ]
1027
1068
  }
1028
1069
  ]
1029
- }
1070
+ }