@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-submittal",
3
3
  "version": "1.0.0",
4
- "description": "std-submittal — construction submittal primitive tracking material/equipment samples reviewed and approved before installation.",
4
+ "description": "std-submittal — construction submittal primitive tracking material/equipment samples reviewed and approved before installation. Lists submittals in `browsing`; opens detail in `viewing_single` with Approve / Reject / Revise / Delete actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "SubmittalOrbital",
@@ -87,7 +87,7 @@
87
87
  "linkedEntity": "Submittal",
88
88
  "emits": [
89
89
  {
90
- "event": "VIEW",
90
+ "event": "OPEN_SUBMITTAL",
91
91
  "payloadSchema": [
92
92
  {
93
93
  "name": "id",
@@ -148,71 +148,33 @@
148
148
  ]
149
149
  },
150
150
  {
151
- "event": "EDIT",
151
+ "event": "CLOSE_VIEW"
152
+ },
153
+ {
154
+ "event": "APPROVE",
152
155
  "payloadSchema": [
153
156
  {
154
157
  "name": "id",
155
158
  "type": "string",
156
159
  "required": true
157
- },
158
- {
159
- "name": "row.id",
160
- "type": "string",
161
- "required": true
162
- },
163
- {
164
- "name": "row.submittalNumber",
165
- "type": "string",
166
- "required": true
167
- },
168
- {
169
- "name": "row.specSection",
170
- "type": "string"
171
- },
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "event": "REJECT",
165
+ "payloadSchema": [
172
166
  {
173
- "name": "row.title",
167
+ "name": "id",
174
168
  "type": "string",
175
169
  "required": true
176
- },
177
- {
178
- "name": "row.contractor",
179
- "type": "string"
180
- },
181
- {
182
- "name": "row.reviewer",
183
- "type": "string"
184
- },
185
- {
186
- "name": "row.status",
187
- "type": "string"
188
- },
189
- {
190
- "name": "row.revisionNumber",
191
- "type": "number"
192
- },
193
- {
194
- "name": "row.submittedAt",
195
- "type": "string"
196
- },
197
- {
198
- "name": "row.reviewedAt",
199
- "type": "string"
200
- },
201
- {
202
- "name": "row.comments",
203
- "type": "string"
204
- },
205
- {
206
- "name": "row.pendingId",
207
- "type": "string"
208
170
  }
209
171
  ]
210
172
  },
211
173
  {
212
- "event": "CREATE",
174
+ "event": "REQUEST_REVISION",
213
175
  "payloadSchema": [
214
176
  {
215
- "name": "source",
177
+ "name": "id",
216
178
  "type": "string",
217
179
  "required": true
218
180
  }
@@ -225,57 +187,6 @@
225
187
  "name": "id",
226
188
  "type": "string",
227
189
  "required": true
228
- },
229
- {
230
- "name": "row.id",
231
- "type": "string",
232
- "required": true
233
- },
234
- {
235
- "name": "row.submittalNumber",
236
- "type": "string",
237
- "required": true
238
- },
239
- {
240
- "name": "row.specSection",
241
- "type": "string"
242
- },
243
- {
244
- "name": "row.title",
245
- "type": "string",
246
- "required": true
247
- },
248
- {
249
- "name": "row.contractor",
250
- "type": "string"
251
- },
252
- {
253
- "name": "row.reviewer",
254
- "type": "string"
255
- },
256
- {
257
- "name": "row.status",
258
- "type": "string"
259
- },
260
- {
261
- "name": "row.revisionNumber",
262
- "type": "number"
263
- },
264
- {
265
- "name": "row.submittedAt",
266
- "type": "string"
267
- },
268
- {
269
- "name": "row.reviewedAt",
270
- "type": "string"
271
- },
272
- {
273
- "name": "row.comments",
274
- "type": "string"
275
- },
276
- {
277
- "name": "row.pendingId",
278
- "type": "string"
279
190
  }
280
191
  ]
281
192
  },
@@ -313,7 +224,10 @@
313
224
  "isInitial": true
314
225
  },
315
226
  {
316
- "name": "viewing"
227
+ "name": "browsing"
228
+ },
229
+ {
230
+ "name": "viewing_single"
317
231
  },
318
232
  {
319
233
  "name": "error"
@@ -353,41 +267,23 @@
353
267
  ]
354
268
  },
355
269
  {
356
- "key": "SUBMIT",
357
- "name": "Submit",
358
- "payloadSchema": [
359
- {
360
- "name": "id",
361
- "type": "string",
362
- "required": true
363
- }
364
- ]
365
- },
366
- {
367
- "key": "APPROVE",
368
- "name": "Approve",
270
+ "key": "OPEN_SUBMITTAL",
271
+ "name": "Open Submittal",
369
272
  "payloadSchema": [
370
273
  {
371
274
  "name": "id",
372
275
  "type": "string",
373
276
  "required": true
374
- }
375
- ]
376
- },
377
- {
378
- "key": "REJECT",
379
- "name": "Reject",
380
- "payloadSchema": [
277
+ },
381
278
  {
382
- "name": "id",
383
- "type": "string",
384
- "required": true
279
+ "name": "row",
280
+ "type": "Submittal"
385
281
  }
386
282
  ]
387
283
  },
388
284
  {
389
- "key": "REQUEST_REVISION",
390
- "name": "Request Revision",
285
+ "key": "REQUEST_DELETE",
286
+ "name": "Request Delete",
391
287
  "payloadSchema": [
392
288
  {
393
289
  "name": "id",
@@ -397,45 +293,12 @@
397
293
  ]
398
294
  },
399
295
  {
400
- "key": "CREATE",
401
- "name": "Create",
402
- "payloadSchema": [
403
- {
404
- "name": "source",
405
- "type": "string",
406
- "required": true
407
- }
408
- ]
409
- },
410
- {
411
- "key": "REFRESH",
412
- "name": "Refresh"
413
- },
414
- {
415
- "key": "SEARCH",
416
- "name": "Search",
417
- "payloadSchema": [
418
- {
419
- "name": "query",
420
- "type": "string",
421
- "required": true
422
- }
423
- ]
424
- },
425
- {
426
- "key": "FILTER_STATUS",
427
- "name": "Filter Status",
428
- "payloadSchema": [
429
- {
430
- "name": "status",
431
- "type": "string",
432
- "required": true
433
- }
434
- ]
296
+ "key": "CLOSE_VIEW",
297
+ "name": "Close View"
435
298
  },
436
299
  {
437
- "key": "VIEW",
438
- "name": "View",
300
+ "key": "APPROVE",
301
+ "name": "Approve",
439
302
  "payloadSchema": [
440
303
  {
441
304
  "name": "id",
@@ -445,8 +308,8 @@
445
308
  ]
446
309
  },
447
310
  {
448
- "key": "EDIT",
449
- "name": "Edit",
311
+ "key": "REJECT",
312
+ "name": "Reject",
450
313
  "payloadSchema": [
451
314
  {
452
315
  "name": "id",
@@ -456,8 +319,8 @@
456
319
  ]
457
320
  },
458
321
  {
459
- "key": "REQUEST_DELETE",
460
- "name": "Request Delete",
322
+ "key": "REQUEST_REVISION",
323
+ "name": "Request Revision",
461
324
  "payloadSchema": [
462
325
  {
463
326
  "name": "id",
@@ -487,10 +350,10 @@
487
350
  "render-ui",
488
351
  "main",
489
352
  {
490
- "direction": "vertical",
491
353
  "type": "stack",
354
+ "direction": "vertical",
355
+ "gap": "md",
492
356
  "align": "center",
493
- "className": "py-12",
494
357
  "children": [
495
358
  {
496
359
  "type": "spinner"
@@ -502,272 +365,126 @@
502
365
  "color": "muted"
503
366
  }
504
367
  ],
505
- "gap": "md"
368
+ "className": "py-12"
506
369
  }
507
370
  ]
508
371
  ]
509
372
  },
510
373
  {
511
374
  "from": "loading",
512
- "to": "viewing",
375
+ "to": "browsing",
513
376
  "event": "SubmittalLoaded",
514
377
  "effects": [
515
378
  [
516
379
  "render-ui",
517
380
  "main",
518
381
  {
519
- "type": "section",
520
- "title": "Submittal Review",
382
+ "type": "stack",
383
+ "direction": "vertical",
521
384
  "children": [
522
385
  {
386
+ "direction": "horizontal",
387
+ "children": [
388
+ {
389
+ "name": "file-text",
390
+ "type": "icon"
391
+ },
392
+ {
393
+ "content": "@config.title",
394
+ "variant": "h3",
395
+ "type": "typography"
396
+ }
397
+ ],
523
398
  "type": "stack",
524
- "direction": "vertical",
399
+ "align": "center",
400
+ "gap": "sm"
401
+ },
402
+ {
525
403
  "children": [
526
404
  {
527
- "gap": "sm",
528
- "direction": "horizontal",
529
- "justify": "between",
530
- "type": "stack",
531
- "align": "center",
532
- "children": [
533
- {
534
- "children": [
535
- {
536
- "type": "icon",
537
- "name": "file-text"
538
- },
539
- {
540
- "content": "@config.title",
541
- "variant": "h3",
542
- "type": "typography"
543
- }
544
- ],
545
- "align": "center",
546
- "gap": "sm",
547
- "type": "stack",
548
- "direction": "horizontal"
549
- },
550
- {
551
- "action": "CREATE",
552
- "actionPayload": {
553
- "source": "header"
554
- },
555
- "variant": "primary",
556
- "type": "button",
557
- "label": "New Submittal"
558
- }
559
- ]
405
+ "icon": "file-text",
406
+ "value": "@payload.data.length",
407
+ "type": "stat-display",
408
+ "label": "Total submittals"
560
409
  },
561
410
  {
562
- "type": "divider"
411
+ "icon": "search",
412
+ "type": "stat-display",
413
+ "label": "In review",
414
+ "value": "18"
563
415
  },
564
416
  {
565
- "right": {
566
- "direction": "vertical",
567
- "gap": "md",
568
- "children": [
569
- {
570
- "ratio": "1:1",
571
- "type": "split",
572
- "gap": "md",
573
- "children": [
574
- {
575
- "padding": "md",
576
- "children": [
577
- {
578
- "content": "WBS hierarchy",
579
- "variant": "caption",
580
- "type": "typography"
581
- }
582
- ],
583
- "type": "box"
584
- },
585
- {
586
- "children": [
587
- {
588
- "type": "typography",
589
- "variant": "caption",
590
- "content": "Review status"
591
- }
592
- ],
593
- "type": "box",
594
- "padding": "md"
595
- }
596
- ]
597
- },
598
- {
599
- "type": "spacer",
600
- "size": "sm"
601
- },
602
- {
603
- "accept": "application/pdf,image/*",
604
- "maxFiles": 8.0,
605
- "maxSize": 20971520.0,
606
- "icon": "paperclip",
607
- "label": "Drop submittal attachments here",
608
- "type": "upload-drop-zone",
609
- "description": "Shop drawings, product data, samples"
610
- }
611
- ],
612
- "type": "stack"
613
- },
614
- "left": {
615
- "type": "file-tree",
616
- "tree": [
617
- {
618
- "name": "01 - General",
619
- "children": [
620
- {
621
- "name": "Cover Sheet.pdf"
622
- },
623
- {
624
- "name": "Schedule.pdf"
625
- }
626
- ]
627
- },
628
- {
629
- "name": "03 - Concrete",
630
- "children": [
631
- {
632
- "name": "Mix Design.pdf"
633
- },
634
- {
635
- "name": "Rebar Shop Drawings.pdf"
636
- }
637
- ]
638
- },
639
- {
640
- "name": "05 - Metals",
641
- "children": [
642
- {
643
- "name": "Structural Steel.pdf"
644
- }
645
- ]
646
- }
647
- ]
648
- },
649
- "type": "split-pane"
417
+ "icon": "check-circle",
418
+ "value": "62",
419
+ "label": "Approved",
420
+ "type": "stat-display"
650
421
  },
651
422
  {
652
- "type": "divider"
423
+ "type": "stat-display",
424
+ "label": "Revise & resubmit",
425
+ "value": "7",
426
+ "icon": "rotate-cw"
427
+ }
428
+ ],
429
+ "type": "simple-grid",
430
+ "cols": 4.0
431
+ },
432
+ {
433
+ "type": "divider"
434
+ },
435
+ {
436
+ "cols": 1.0,
437
+ "entity": "@payload.data",
438
+ "gap": "sm",
439
+ "fields": [
440
+ {
441
+ "label": "Number",
442
+ "name": "submittalNumber",
443
+ "variant": "caption"
653
444
  },
654
445
  {
655
- "content": "Engineering Diagram",
656
- "variant": "h4",
657
- "type": "typography"
446
+ "name": "specSection",
447
+ "label": "Spec Section",
448
+ "variant": "caption"
658
449
  },
659
450
  {
660
- "children": {
661
- "type": "stack",
662
- "direction": "horizontal",
663
- "gap": "md",
664
- "children": [
665
- {
666
- "connectionDensity": 0.5,
667
- "type": "svg-mesh",
668
- "cx": 80.0,
669
- "nodes": 5.0,
670
- "radius": 30.0,
671
- "color": "primary",
672
- "cy": 60.0
673
- },
674
- {
675
- "color": "secondary",
676
- "y": 60.0,
677
- "type": "svg-branch",
678
- "x": 200.0,
679
- "branches": 4.0
680
- },
681
- {
682
- "y2": 60.0,
683
- "y1": 60.0,
684
- "type": "svg-connection",
685
- "color": "muted",
686
- "x2": 200.0,
687
- "x1": 40.0
688
- }
689
- ],
690
- "align": "center"
691
- },
692
- "type": "scaled-diagram"
451
+ "label": "Title",
452
+ "variant": "caption",
453
+ "name": "title"
693
454
  },
694
455
  {
695
- "type": "divider"
456
+ "variant": "caption",
457
+ "name": "contractor",
458
+ "label": "Contractor"
696
459
  },
697
460
  {
698
- "entity": "@payload.data",
699
- "cols": 1.0,
700
- "fields": [
701
- {
702
- "label": "Number",
703
- "variant": "caption",
704
- "name": "submittalNumber"
705
- },
706
- {
707
- "variant": "caption",
708
- "name": "specSection",
709
- "label": "Spec Section"
710
- },
711
- {
712
- "variant": "caption",
713
- "label": "Title",
714
- "name": "title"
715
- },
716
- {
717
- "name": "contractor",
718
- "variant": "caption",
719
- "label": "Contractor"
720
- },
721
- {
722
- "label": "Status",
723
- "variant": "badge",
724
- "name": "status"
725
- },
726
- {
727
- "variant": "caption",
728
- "label": "Rev",
729
- "name": "revisionNumber"
730
- }
731
- ],
732
- "type": "data-grid",
733
- "gap": "sm",
734
- "itemActions": [
735
- {
736
- "variant": "ghost",
737
- "label": "View",
738
- "event": "VIEW"
739
- },
740
- {
741
- "label": "Edit",
742
- "event": "EDIT",
743
- "variant": "secondary"
744
- },
745
- {
746
- "variant": "primary",
747
- "event": "APPROVE",
748
- "label": "Approve"
749
- },
750
- {
751
- "label": "Reject",
752
- "event": "REJECT",
753
- "variant": "danger"
754
- },
755
- {
756
- "label": "Revise",
757
- "event": "REQUEST_REVISION",
758
- "variant": "secondary"
759
- },
760
- {
761
- "variant": "ghost",
762
- "label": "Delete",
763
- "event": "REQUEST_DELETE"
764
- }
765
- ]
461
+ "variant": "badge",
462
+ "name": "status",
463
+ "label": "Status"
464
+ },
465
+ {
466
+ "name": "revisionNumber",
467
+ "label": "Rev",
468
+ "variant": "caption"
766
469
  }
767
470
  ],
768
- "gap": "md"
471
+ "type": "data-grid",
472
+ "itemActions": [
473
+ {
474
+ "variant": "primary",
475
+ "icon": "arrow-right",
476
+ "label": "Open",
477
+ "event": "OPEN_SUBMITTAL"
478
+ },
479
+ {
480
+ "label": "Delete",
481
+ "event": "REQUEST_DELETE",
482
+ "variant": "danger"
483
+ }
484
+ ]
769
485
  }
770
- ]
486
+ ],
487
+ "gap": "md"
771
488
  }
772
489
  ]
773
490
  ]
@@ -781,80 +498,289 @@
781
498
  "render-ui",
782
499
  "main",
783
500
  {
501
+ "variant": "error",
784
502
  "message": "@payload.error",
785
- "type": "alert",
786
- "variant": "error"
503
+ "type": "alert"
787
504
  }
788
505
  ]
789
506
  ]
790
507
  },
791
508
  {
792
- "from": "viewing",
793
- "to": "viewing",
794
- "event": "SUBMIT",
509
+ "from": "browsing",
510
+ "to": "viewing_single",
511
+ "event": "OPEN_SUBMITTAL",
795
512
  "effects": [
796
513
  [
797
514
  "set",
798
515
  "@entity.id",
799
- "@payload.id"
516
+ "@payload.row.id"
800
517
  ],
801
518
  [
802
- "render-ui",
803
- "main",
804
- {
805
- "type": "alert",
806
- "variant": "info",
807
- "message": "Submittal submitted for review"
808
- }
809
- ]
810
- ]
811
- },
812
- {
813
- "from": "viewing",
814
- "to": "viewing",
815
- "event": "APPROVE",
816
- "effects": [
519
+ "set",
520
+ "@entity.submittalNumber",
521
+ "@payload.row.submittalNumber"
522
+ ],
817
523
  [
818
524
  "set",
819
- "@entity.id",
820
- "@payload.id"
525
+ "@entity.specSection",
526
+ "@payload.row.specSection"
821
527
  ],
822
528
  [
823
- "render-ui",
824
- "main",
825
- {
826
- "type": "alert",
827
- "variant": "success",
828
- "message": "Submittal approved"
829
- }
830
- ]
831
- ]
832
- },
833
- {
834
- "from": "viewing",
835
- "to": "viewing",
836
- "event": "REJECT",
837
- "effects": [
529
+ "set",
530
+ "@entity.title",
531
+ "@payload.row.title"
532
+ ],
838
533
  [
839
534
  "set",
840
- "@entity.id",
841
- "@payload.id"
535
+ "@entity.contractor",
536
+ "@payload.row.contractor"
537
+ ],
538
+ [
539
+ "set",
540
+ "@entity.reviewer",
541
+ "@payload.row.reviewer"
542
+ ],
543
+ [
544
+ "set",
545
+ "@entity.status",
546
+ "@payload.row.status"
547
+ ],
548
+ [
549
+ "set",
550
+ "@entity.revisionNumber",
551
+ "@payload.row.revisionNumber"
552
+ ],
553
+ [
554
+ "set",
555
+ "@entity.submittedAt",
556
+ "@payload.row.submittedAt"
557
+ ],
558
+ [
559
+ "set",
560
+ "@entity.reviewedAt",
561
+ "@payload.row.reviewedAt"
562
+ ],
563
+ [
564
+ "set",
565
+ "@entity.comments",
566
+ "@payload.row.comments"
842
567
  ],
843
568
  [
844
569
  "render-ui",
845
570
  "main",
846
571
  {
847
- "type": "alert",
848
- "variant": "error",
849
- "message": "Submittal rejected"
572
+ "children": [
573
+ {
574
+ "type": "stack",
575
+ "direction": "horizontal",
576
+ "gap": "sm",
577
+ "children": [
578
+ {
579
+ "type": "button",
580
+ "variant": "ghost",
581
+ "label": "Back",
582
+ "action": "CLOSE_VIEW"
583
+ },
584
+ {
585
+ "type": "icon",
586
+ "name": "file-text"
587
+ },
588
+ {
589
+ "content": "@entity.title",
590
+ "variant": "h3",
591
+ "type": "typography"
592
+ },
593
+ {
594
+ "label": "@entity.status",
595
+ "variant": "default",
596
+ "type": "badge"
597
+ }
598
+ ],
599
+ "align": "center"
600
+ },
601
+ {
602
+ "type": "divider"
603
+ },
604
+ {
605
+ "type": "stack",
606
+ "gap": "sm",
607
+ "children": [
608
+ {
609
+ "type": "stack",
610
+ "direction": "horizontal",
611
+ "gap": "md",
612
+ "children": [
613
+ {
614
+ "color": "muted",
615
+ "type": "typography",
616
+ "variant": "caption",
617
+ "content": "Number"
618
+ },
619
+ {
620
+ "type": "typography",
621
+ "variant": "body",
622
+ "content": "@entity.submittalNumber"
623
+ }
624
+ ]
625
+ },
626
+ {
627
+ "type": "stack",
628
+ "gap": "md",
629
+ "direction": "horizontal",
630
+ "children": [
631
+ {
632
+ "type": "typography",
633
+ "variant": "caption",
634
+ "content": "Spec section",
635
+ "color": "muted"
636
+ },
637
+ {
638
+ "content": "@entity.specSection",
639
+ "type": "typography",
640
+ "variant": "body"
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "direction": "horizontal",
646
+ "children": [
647
+ {
648
+ "type": "typography",
649
+ "content": "Contractor",
650
+ "variant": "caption",
651
+ "color": "muted"
652
+ },
653
+ {
654
+ "type": "typography",
655
+ "variant": "body",
656
+ "content": "@entity.contractor"
657
+ }
658
+ ],
659
+ "type": "stack",
660
+ "gap": "md"
661
+ },
662
+ {
663
+ "type": "stack",
664
+ "direction": "horizontal",
665
+ "children": [
666
+ {
667
+ "type": "typography",
668
+ "variant": "caption",
669
+ "color": "muted",
670
+ "content": "Reviewer"
671
+ },
672
+ {
673
+ "type": "typography",
674
+ "content": "@entity.reviewer",
675
+ "variant": "body"
676
+ }
677
+ ],
678
+ "gap": "md"
679
+ },
680
+ {
681
+ "type": "stack",
682
+ "direction": "horizontal",
683
+ "children": [
684
+ {
685
+ "content": "Comments",
686
+ "color": "muted",
687
+ "variant": "caption",
688
+ "type": "typography"
689
+ },
690
+ {
691
+ "variant": "body",
692
+ "type": "typography",
693
+ "content": "@entity.comments"
694
+ }
695
+ ],
696
+ "gap": "md"
697
+ }
698
+ ],
699
+ "direction": "vertical"
700
+ },
701
+ {
702
+ "type": "divider"
703
+ },
704
+ {
705
+ "type": "simple-grid",
706
+ "children": [
707
+ {
708
+ "type": "stat-display",
709
+ "value": "@entity.revisionNumber",
710
+ "label": "Revision",
711
+ "icon": "rotate-cw"
712
+ },
713
+ {
714
+ "type": "stat-display",
715
+ "icon": "calendar",
716
+ "label": "Submitted",
717
+ "value": "@entity.submittedAt"
718
+ },
719
+ {
720
+ "label": "Reviewed",
721
+ "type": "stat-display",
722
+ "icon": "calendar-check",
723
+ "value": "@entity.reviewedAt"
724
+ }
725
+ ],
726
+ "cols": 3.0
727
+ },
728
+ {
729
+ "gap": "sm",
730
+ "type": "stack",
731
+ "children": [
732
+ {
733
+ "label": "Approve",
734
+ "variant": "primary",
735
+ "type": "button",
736
+ "action": "APPROVE",
737
+ "actionPayload": {
738
+ "id": "@entity.id"
739
+ }
740
+ },
741
+ {
742
+ "variant": "danger",
743
+ "actionPayload": {
744
+ "id": "@entity.id"
745
+ },
746
+ "type": "button",
747
+ "action": "REJECT",
748
+ "label": "Reject"
749
+ },
750
+ {
751
+ "variant": "secondary",
752
+ "label": "Revise",
753
+ "type": "button",
754
+ "actionPayload": {
755
+ "id": "@entity.id"
756
+ },
757
+ "action": "REQUEST_REVISION"
758
+ },
759
+ {
760
+ "label": "Delete",
761
+ "type": "button",
762
+ "action": "REQUEST_DELETE",
763
+ "variant": "danger",
764
+ "actionPayload": {
765
+ "id": "@entity.id"
766
+ }
767
+ }
768
+ ],
769
+ "align": "center",
770
+ "direction": "horizontal"
771
+ }
772
+ ],
773
+ "gap": "md",
774
+ "direction": "vertical",
775
+ "type": "stack"
850
776
  }
851
777
  ]
852
778
  ]
853
779
  },
854
780
  {
855
- "from": "viewing",
856
- "to": "viewing",
857
- "event": "REQUEST_REVISION",
781
+ "from": "browsing",
782
+ "to": "loading",
783
+ "event": "REQUEST_DELETE",
858
784
  "effects": [
859
785
  [
860
786
  "set",
@@ -862,44 +788,51 @@
862
788
  "@payload.id"
863
789
  ],
864
790
  [
865
- "render-ui",
866
- "main",
791
+ "fetch",
792
+ "Submittal",
867
793
  {
868
- "variant": "warning",
869
- "message": "Revision requested",
870
- "type": "alert"
794
+ "emit": {
795
+ "success": "SubmittalLoaded",
796
+ "failure": "SubmittalLoadFailed"
797
+ }
871
798
  }
872
- ]
873
- ]
874
- },
875
- {
876
- "from": "viewing",
877
- "to": "viewing",
878
- "event": "CREATE",
879
- "effects": [
799
+ ],
880
800
  [
881
801
  "render-ui",
882
802
  "main",
883
803
  {
884
- "type": "alert",
885
- "message": "Creating new submittal",
886
- "variant": "info"
804
+ "children": [
805
+ {
806
+ "type": "spinner"
807
+ },
808
+ {
809
+ "type": "typography",
810
+ "color": "muted",
811
+ "variant": "caption",
812
+ "content": "Deleting submittal…"
813
+ }
814
+ ],
815
+ "type": "stack",
816
+ "gap": "md",
817
+ "direction": "vertical",
818
+ "align": "center",
819
+ "className": "py-12"
887
820
  }
888
821
  ]
889
822
  ]
890
823
  },
891
824
  {
892
- "from": "viewing",
825
+ "from": "viewing_single",
893
826
  "to": "loading",
894
- "event": "REFRESH",
827
+ "event": "CLOSE_VIEW",
895
828
  "effects": [
896
829
  [
897
830
  "fetch",
898
831
  "Submittal",
899
832
  {
900
833
  "emit": {
901
- "success": "SubmittalLoaded",
902
- "failure": "SubmittalLoadFailed"
834
+ "failure": "SubmittalLoadFailed",
835
+ "success": "SubmittalLoaded"
903
836
  }
904
837
  }
905
838
  ],
@@ -907,89 +840,161 @@
907
840
  "render-ui",
908
841
  "main",
909
842
  {
910
- "type": "spinner",
911
- "size": "sm"
843
+ "children": [
844
+ {
845
+ "type": "spinner"
846
+ },
847
+ {
848
+ "color": "muted",
849
+ "variant": "caption",
850
+ "content": "Loading submittals…",
851
+ "type": "typography"
852
+ }
853
+ ],
854
+ "type": "stack",
855
+ "direction": "vertical",
856
+ "gap": "md",
857
+ "align": "center",
858
+ "className": "py-12"
912
859
  }
913
860
  ]
914
861
  ]
915
862
  },
916
863
  {
917
- "from": "viewing",
918
- "to": "viewing",
919
- "event": "SEARCH",
864
+ "from": "viewing_single",
865
+ "to": "loading",
866
+ "event": "APPROVE",
920
867
  "effects": [
921
868
  [
922
- "render-ui",
923
- "main",
869
+ "set",
870
+ "@entity.id",
871
+ "@payload.id"
872
+ ],
873
+ [
874
+ "fetch",
875
+ "Submittal",
924
876
  {
925
- "type": "alert",
926
- "variant": "info",
927
- "message": "Searching submittals"
877
+ "emit": {
878
+ "failure": "SubmittalLoadFailed",
879
+ "success": "SubmittalLoaded"
880
+ }
928
881
  }
929
- ]
930
- ]
931
- },
932
- {
933
- "from": "viewing",
934
- "to": "viewing",
935
- "event": "FILTER_STATUS",
936
- "effects": [
882
+ ],
937
883
  [
938
884
  "render-ui",
939
885
  "main",
940
886
  {
941
- "message": "Filtering by status",
942
- "type": "alert",
943
- "variant": "info"
887
+ "className": "py-12",
888
+ "type": "stack",
889
+ "align": "center",
890
+ "children": [
891
+ {
892
+ "type": "spinner"
893
+ },
894
+ {
895
+ "type": "typography",
896
+ "variant": "caption",
897
+ "content": "Approving submittal…",
898
+ "color": "muted"
899
+ }
900
+ ],
901
+ "direction": "vertical",
902
+ "gap": "md"
944
903
  }
945
904
  ]
946
905
  ]
947
906
  },
948
907
  {
949
- "from": "viewing",
950
- "to": "viewing",
951
- "event": "VIEW",
908
+ "from": "viewing_single",
909
+ "to": "loading",
910
+ "event": "REJECT",
952
911
  "effects": [
953
912
  [
954
913
  "set",
955
914
  "@entity.id",
956
915
  "@payload.id"
957
916
  ],
917
+ [
918
+ "fetch",
919
+ "Submittal",
920
+ {
921
+ "emit": {
922
+ "failure": "SubmittalLoadFailed",
923
+ "success": "SubmittalLoaded"
924
+ }
925
+ }
926
+ ],
958
927
  [
959
928
  "render-ui",
960
929
  "main",
961
930
  {
962
- "variant": "info",
963
- "type": "alert",
964
- "message": "Viewing submittal"
931
+ "type": "stack",
932
+ "children": [
933
+ {
934
+ "type": "spinner"
935
+ },
936
+ {
937
+ "variant": "caption",
938
+ "content": "Rejecting submittal…",
939
+ "type": "typography",
940
+ "color": "muted"
941
+ }
942
+ ],
943
+ "direction": "vertical",
944
+ "align": "center",
945
+ "className": "py-12",
946
+ "gap": "md"
965
947
  }
966
948
  ]
967
949
  ]
968
950
  },
969
951
  {
970
- "from": "viewing",
971
- "to": "viewing",
972
- "event": "EDIT",
952
+ "from": "viewing_single",
953
+ "to": "loading",
954
+ "event": "REQUEST_REVISION",
973
955
  "effects": [
974
956
  [
975
957
  "set",
976
958
  "@entity.id",
977
959
  "@payload.id"
978
960
  ],
961
+ [
962
+ "fetch",
963
+ "Submittal",
964
+ {
965
+ "emit": {
966
+ "success": "SubmittalLoaded",
967
+ "failure": "SubmittalLoadFailed"
968
+ }
969
+ }
970
+ ],
979
971
  [
980
972
  "render-ui",
981
973
  "main",
982
974
  {
983
- "type": "alert",
984
- "message": "Editing submittal",
985
- "variant": "info"
975
+ "gap": "md",
976
+ "type": "stack",
977
+ "direction": "vertical",
978
+ "children": [
979
+ {
980
+ "type": "spinner"
981
+ },
982
+ {
983
+ "content": "Requesting revision…",
984
+ "type": "typography",
985
+ "variant": "caption",
986
+ "color": "muted"
987
+ }
988
+ ],
989
+ "align": "center",
990
+ "className": "py-12"
986
991
  }
987
992
  ]
988
993
  ]
989
994
  },
990
995
  {
991
- "from": "viewing",
992
- "to": "viewing",
996
+ "from": "viewing_single",
997
+ "to": "loading",
993
998
  "event": "REQUEST_DELETE",
994
999
  "effects": [
995
1000
  [
@@ -997,13 +1002,36 @@
997
1002
  "@entity.id",
998
1003
  "@payload.id"
999
1004
  ],
1005
+ [
1006
+ "fetch",
1007
+ "Submittal",
1008
+ {
1009
+ "emit": {
1010
+ "success": "SubmittalLoaded",
1011
+ "failure": "SubmittalLoadFailed"
1012
+ }
1013
+ }
1014
+ ],
1000
1015
  [
1001
1016
  "render-ui",
1002
1017
  "main",
1003
1018
  {
1004
- "message": "Delete requested",
1005
- "variant": "warning",
1006
- "type": "alert"
1019
+ "type": "stack",
1020
+ "align": "center",
1021
+ "direction": "vertical",
1022
+ "gap": "md",
1023
+ "children": [
1024
+ {
1025
+ "type": "spinner"
1026
+ },
1027
+ {
1028
+ "variant": "caption",
1029
+ "content": "Deleting submittal…",
1030
+ "color": "muted",
1031
+ "type": "typography"
1032
+ }
1033
+ ],
1034
+ "className": "py-12"
1007
1035
  }
1008
1036
  ]
1009
1037
  ]
@@ -1057,4 +1085,4 @@
1057
1085
  ]
1058
1086
  }
1059
1087
  ]
1060
- }
1088
+ }