@almadar/std 14.24.0 → 14.25.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 (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -119,17 +119,21 @@
119
119
  "ref": "AppShell.traits.AppLayout",
120
120
  "name": "ProjectAppLayout",
121
121
  "config": {
122
+ "notifications": [],
123
+ "notificationClickEvent": "PROJECT_NOTIFICATIONS_OPEN",
124
+ "contentTrait": "@trait.ProjectCatalog",
122
125
  "appName": "Construction PM",
126
+ "searchEvent": "PROJECT_SEARCH",
123
127
  "navItems": [
124
128
  {
125
- "label": "Projects",
126
129
  "icon": "briefcase",
130
+ "label": "Projects",
127
131
  "href": "/projects"
128
132
  },
129
133
  {
130
- "label": "RFIs",
131
- "icon": "help-circle",
132
- "href": "/rfis"
134
+ "href": "/rfis",
135
+ "icon": "message-circle",
136
+ "label": "RFIs"
133
137
  },
134
138
  {
135
139
  "label": "Submittals",
@@ -137,15 +141,11 @@
137
141
  "icon": "file-text"
138
142
  },
139
143
  {
144
+ "icon": "edit",
140
145
  "href": "/change-orders",
141
- "label": "Change Orders",
142
- "icon": "edit-3"
146
+ "label": "Change Orders"
143
147
  }
144
- ],
145
- "searchEvent": "PROJECT_SEARCH",
146
- "notifications": [],
147
- "notificationClickEvent": "PROJECT_NOTIFICATIONS_OPEN",
148
- "contentTrait": "@trait.ProjectCatalog"
148
+ ]
149
149
  },
150
150
  "events": {
151
151
  "SEARCH": "PROJECT_SEARCH",
@@ -232,47 +232,45 @@
232
232
  "render-ui",
233
233
  "main",
234
234
  {
235
- "type": "stack",
236
- "direction": "vertical",
237
235
  "children": [
238
236
  {
237
+ "justify": "between",
238
+ "gap": "md",
239
+ "type": "stack",
239
240
  "children": [
240
241
  {
241
- "gap": "sm",
242
242
  "type": "stack",
243
- "align": "center",
244
243
  "children": [
245
244
  {
246
245
  "type": "icon",
247
246
  "name": "briefcase"
248
247
  },
249
248
  {
249
+ "variant": "h2",
250
250
  "type": "typography",
251
- "content": "Projects",
252
- "variant": "h2"
251
+ "content": "Projects"
253
252
  }
254
253
  ],
255
- "direction": "horizontal"
254
+ "gap": "sm",
255
+ "direction": "horizontal",
256
+ "align": "center"
256
257
  },
257
258
  {
258
- "type": "stack",
259
- "direction": "horizontal",
260
- "gap": "sm",
261
259
  "children": [
262
260
  {
263
- "type": "button",
264
- "action": "CREATE",
265
261
  "label": "New Project",
266
262
  "variant": "primary",
267
- "icon": "plus"
263
+ "icon": "plus",
264
+ "action": "CREATE",
265
+ "type": "button"
268
266
  }
269
- ]
267
+ ],
268
+ "type": "stack",
269
+ "gap": "sm",
270
+ "direction": "horizontal"
270
271
  }
271
272
  ],
272
- "gap": "md",
273
- "type": "stack",
274
273
  "direction": "horizontal",
275
- "justify": "between",
276
274
  "align": "center"
277
275
  },
278
276
  {
@@ -280,13 +278,13 @@
280
278
  },
281
279
  {
282
280
  "gap": "md",
283
- "align": "center",
284
- "type": "stack",
285
- "direction": "horizontal",
286
281
  "children": [
287
282
  "@trait.ProjectSearch",
288
283
  "@trait.ProjectFilter"
289
- ]
284
+ ],
285
+ "direction": "horizontal",
286
+ "type": "stack",
287
+ "align": "center"
290
288
  },
291
289
  "@trait.ProjectStats",
292
290
  "@trait.ProjectGraphs",
@@ -295,7 +293,9 @@
295
293
  },
296
294
  "@trait.ProjectBrowseList"
297
295
  ],
298
- "gap": "lg"
296
+ "gap": "lg",
297
+ "direction": "vertical",
298
+ "type": "stack"
299
299
  }
300
300
  ]
301
301
  ]
@@ -314,34 +314,34 @@
314
314
  "render-ui",
315
315
  "main",
316
316
  {
317
+ "gap": "md",
318
+ "direction": "vertical",
319
+ "align": "center",
320
+ "className": "py-8",
317
321
  "children": [
318
322
  {
319
- "type": "icon",
320
- "name": "bell"
323
+ "name": "bell",
324
+ "type": "icon"
321
325
  },
322
326
  {
327
+ "content": "No notifications",
323
328
  "type": "typography",
324
- "variant": "h3",
325
- "content": "No notifications"
329
+ "variant": "h3"
326
330
  },
327
331
  {
332
+ "variant": "caption",
328
333
  "color": "muted",
329
334
  "content": "You're all caught up.",
330
- "variant": "caption",
331
335
  "type": "typography"
332
336
  },
333
337
  {
334
- "action": "INIT",
335
- "label": "Back to projects",
336
338
  "type": "button",
337
- "variant": "ghost"
339
+ "label": "Back to projects",
340
+ "variant": "ghost",
341
+ "action": "INIT"
338
342
  }
339
343
  ],
340
- "className": "py-8",
341
- "gap": "md",
342
- "direction": "vertical",
343
- "type": "stack",
344
- "align": "center"
344
+ "type": "stack"
345
345
  }
346
346
  ]
347
347
  ]
@@ -362,35 +362,39 @@
362
362
  "ref": "Filter.traits.FilterTargetFilter",
363
363
  "name": "ProjectFilter",
364
364
  "config": {
365
+ "event": "PROJECT_FILTER",
365
366
  "filters": [
366
367
  {
367
- "label": "Status",
368
368
  "field": "status",
369
+ "filterType": "select",
370
+ "label": "Status",
369
371
  "options": [
370
372
  "active",
371
373
  "on-hold",
372
374
  "completed",
373
375
  "cancelled"
374
- ],
375
- "filterType": "select"
376
+ ]
376
377
  }
377
- ],
378
- "event": "PROJECT_FILTER"
378
+ ]
379
379
  }
380
380
  },
381
381
  {
382
382
  "ref": "Stats.traits.StatsItemStats",
383
383
  "name": "ProjectStats",
384
384
  "config": {
385
+ "title": "Projects",
385
386
  "metrics": [
386
387
  {
387
- "label": "Total",
388
388
  "aggregation": "count",
389
- "variant": "primary",
390
389
  "format": "number",
391
- "icon": "briefcase"
390
+ "icon": "briefcase",
391
+ "variant": "primary",
392
+ "label": "Total"
392
393
  },
393
394
  {
395
+ "label": "Active",
396
+ "variant": "success",
397
+ "format": "number",
394
398
  "filter": [
395
399
  "fn",
396
400
  "row",
@@ -400,17 +404,15 @@
400
404
  "active"
401
405
  ]
402
406
  ],
403
- "variant": "success",
404
407
  "icon": "check-circle",
405
- "aggregation": "count",
406
- "format": "number",
407
- "label": "Active"
408
+ "aggregation": "count"
408
409
  },
409
410
  {
411
+ "variant": "warning",
410
412
  "icon": "pause-circle",
411
- "format": "number",
412
413
  "aggregation": "count",
413
- "variant": "warning",
414
+ "label": "On Hold",
415
+ "format": "number",
414
416
  "filter": [
415
417
  "fn",
416
418
  "row",
@@ -419,19 +421,17 @@
419
421
  "@row.status",
420
422
  "on-hold"
421
423
  ]
422
- ],
423
- "label": "On Hold"
424
+ ]
424
425
  },
425
426
  {
426
- "field": "budgetUsd",
427
- "icon": "dollar-sign",
427
+ "label": "Total Budget",
428
428
  "format": "number",
429
429
  "variant": "info",
430
- "aggregation": "sum",
431
- "label": "Total Budget"
430
+ "field": "budgetUsd",
431
+ "icon": "dollar-sign",
432
+ "aggregation": "sum"
432
433
  }
433
- ],
434
- "title": "Projects"
434
+ ]
435
435
  },
436
436
  "listens": [
437
437
  {
@@ -448,12 +448,12 @@
448
448
  "ref": "Graphs.traits.GraphItemGraph",
449
449
  "name": "ProjectGraphs",
450
450
  "config": {
451
- "categoryField": "status",
452
- "height": 240.0,
453
- "aggregation": "count",
454
451
  "title": "Projects by Status",
455
- "subtitle": "Portfolio composition across project statuses",
456
452
  "showLegend": false,
453
+ "subtitle": "Portfolio composition across project statuses",
454
+ "aggregation": "count",
455
+ "height": 240.0,
456
+ "categoryField": "status",
457
457
  "chartType": "bar"
458
458
  },
459
459
  "listens": [
@@ -473,12 +473,11 @@
473
473
  "linkedEntity": "ConstructionProject",
474
474
  "config": {
475
475
  "gap": "sm",
476
- "cols": 1.0,
477
476
  "fields": [
478
477
  {
479
- "icon": "briefcase",
480
478
  "variant": "h3",
481
- "name": "name"
479
+ "name": "name",
480
+ "icon": "briefcase"
482
481
  },
483
482
  {
484
483
  "name": "jobNumber",
@@ -489,28 +488,29 @@
489
488
  "variant": "caption"
490
489
  },
491
490
  {
492
- "variant": "badge",
493
- "name": "status"
491
+ "name": "status",
492
+ "variant": "badge"
494
493
  },
495
494
  {
496
495
  "name": "projectManager",
497
496
  "variant": "caption"
498
497
  }
499
498
  ],
499
+ "cols": 1.0,
500
500
  "itemActions": [
501
501
  {
502
- "event": "VIEW",
503
502
  "label": "View",
504
- "variant": "ghost"
503
+ "variant": "ghost",
504
+ "event": "VIEW"
505
505
  },
506
506
  {
507
+ "variant": "ghost",
507
508
  "label": "Edit",
508
- "event": "EDIT",
509
- "variant": "ghost"
509
+ "event": "EDIT"
510
510
  },
511
511
  {
512
- "variant": "danger",
513
512
  "event": "DELETE",
513
+ "variant": "danger",
514
514
  "label": "Delete"
515
515
  }
516
516
  ]
@@ -563,9 +563,7 @@
563
563
  "name": "ProjectCreate",
564
564
  "linkedEntity": "ConstructionProject",
565
565
  "config": {
566
- "title": "New Project",
567
566
  "icon": "plus-circle",
568
- "mode": "create",
569
567
  "fields": [
570
568
  "name",
571
569
  "jobNumber",
@@ -575,7 +573,9 @@
575
573
  "targetEndDate",
576
574
  "budgetUsd",
577
575
  "projectManager"
578
- ]
576
+ ],
577
+ "mode": "create",
578
+ "title": "New Project"
579
579
  },
580
580
  "events": {
581
581
  "OPEN": "CREATE"
@@ -596,8 +596,6 @@
596
596
  "name": "ProjectEdit",
597
597
  "linkedEntity": "ConstructionProject",
598
598
  "config": {
599
- "icon": "edit",
600
- "title": "Edit Project",
601
599
  "fields": [
602
600
  "name",
603
601
  "jobNumber",
@@ -608,7 +606,9 @@
608
606
  "budgetUsd",
609
607
  "projectManager"
610
608
  ],
611
- "mode": "edit"
609
+ "mode": "edit",
610
+ "icon": "edit",
611
+ "title": "Edit Project"
612
612
  },
613
613
  "events": {
614
614
  "OPEN": "EDIT"
@@ -629,9 +629,6 @@
629
629
  "name": "ProjectView",
630
630
  "linkedEntity": "ConstructionProject",
631
631
  "config": {
632
- "mode": "edit",
633
- "icon": "eye",
634
- "title": "View Project",
635
632
  "fields": [
636
633
  "name",
637
634
  "jobNumber",
@@ -641,7 +638,10 @@
641
638
  "targetEndDate",
642
639
  "budgetUsd",
643
640
  "projectManager"
644
- ]
641
+ ],
642
+ "title": "View Project",
643
+ "mode": "edit",
644
+ "icon": "eye"
645
645
  },
646
646
  "events": {
647
647
  "OPEN": "VIEW"
@@ -662,10 +662,10 @@
662
662
  "name": "ProjectDelete",
663
663
  "linkedEntity": "ConstructionProject",
664
664
  "config": {
665
- "alertMessage": "This action cannot be undone.",
665
+ "confirmLabel": "Delete",
666
666
  "icon": "alert-triangle",
667
- "title": "Delete Project",
668
- "confirmLabel": "Delete"
667
+ "alertMessage": "This action cannot be undone.",
668
+ "title": "Delete Project"
669
669
  },
670
670
  "events": {
671
671
  "CONFIRM": "CONFIRM_DELETE",
@@ -910,6 +910,639 @@
910
910
  ]
911
911
  }
912
912
  ]
913
+ },
914
+ {
915
+ "name": "RfiPanelOrbital",
916
+ "uses": [
917
+ {
918
+ "from": "std/behaviors/std-app-layout",
919
+ "as": "AppShell"
920
+ },
921
+ {
922
+ "from": "std/behaviors/std-rfi",
923
+ "as": "Rfi"
924
+ }
925
+ ],
926
+ "entity": {
927
+ "name": "Rfi",
928
+ "collection": "rfis",
929
+ "persistence": "persistent",
930
+ "fields": [
931
+ {
932
+ "name": "id",
933
+ "type": "string",
934
+ "required": true
935
+ },
936
+ {
937
+ "name": "rfiNumber",
938
+ "type": "string",
939
+ "required": true
940
+ },
941
+ {
942
+ "name": "subject",
943
+ "type": "string",
944
+ "required": true
945
+ },
946
+ {
947
+ "name": "question",
948
+ "type": "string",
949
+ "default": ""
950
+ },
951
+ {
952
+ "name": "response",
953
+ "type": "string",
954
+ "default": ""
955
+ },
956
+ {
957
+ "name": "status",
958
+ "type": "string",
959
+ "default": "draft",
960
+ "values": [
961
+ "draft",
962
+ "submitted",
963
+ "answered",
964
+ "closed"
965
+ ]
966
+ },
967
+ {
968
+ "name": "raisedBy",
969
+ "type": "string",
970
+ "default": ""
971
+ },
972
+ {
973
+ "name": "assignedTo",
974
+ "type": "string",
975
+ "default": ""
976
+ },
977
+ {
978
+ "name": "raisedAt",
979
+ "type": "string",
980
+ "default": ""
981
+ },
982
+ {
983
+ "name": "dueAt",
984
+ "type": "string",
985
+ "default": ""
986
+ },
987
+ {
988
+ "name": "answeredAt",
989
+ "type": "string",
990
+ "default": ""
991
+ },
992
+ {
993
+ "name": "pendingId",
994
+ "type": "string",
995
+ "default": ""
996
+ }
997
+ ]
998
+ },
999
+ "traits": [
1000
+ {
1001
+ "ref": "AppShell.traits.AppLayout",
1002
+ "name": "RfiAppLayout",
1003
+ "config": {
1004
+ "appName": "Construction PM",
1005
+ "navItems": [
1006
+ {
1007
+ "icon": "briefcase",
1008
+ "href": "/projects",
1009
+ "label": "Projects"
1010
+ },
1011
+ {
1012
+ "label": "RFIs",
1013
+ "icon": "message-circle",
1014
+ "href": "/rfis"
1015
+ },
1016
+ {
1017
+ "href": "/submittals",
1018
+ "label": "Submittals",
1019
+ "icon": "file-text"
1020
+ },
1021
+ {
1022
+ "href": "/change-orders",
1023
+ "label": "Change Orders",
1024
+ "icon": "edit"
1025
+ }
1026
+ ],
1027
+ "notifications": [],
1028
+ "notificationClickEvent": "RFI_NOTIFICATIONS_OPEN",
1029
+ "contentTrait": "@trait.RfiPanel",
1030
+ "searchEvent": "RFI_SEARCH"
1031
+ },
1032
+ "events": {
1033
+ "NOTIFY_CLICK": "RFI_NOTIFICATIONS_OPEN",
1034
+ "SEARCH": "RFI_SEARCH"
1035
+ }
1036
+ },
1037
+ {
1038
+ "name": "RfiPanel",
1039
+ "category": "interaction",
1040
+ "stateMachine": {
1041
+ "states": [
1042
+ {
1043
+ "name": "composing",
1044
+ "isInitial": true
1045
+ }
1046
+ ],
1047
+ "events": [
1048
+ {
1049
+ "key": "INIT",
1050
+ "name": "Initialize"
1051
+ }
1052
+ ],
1053
+ "transitions": [
1054
+ {
1055
+ "from": "composing",
1056
+ "to": "composing",
1057
+ "event": "INIT",
1058
+ "effects": [
1059
+ [
1060
+ "render-ui",
1061
+ "main",
1062
+ {
1063
+ "className": "max-w-6xl mx-auto w-full p-4",
1064
+ "gap": "lg",
1065
+ "children": [
1066
+ {
1067
+ "gap": "sm",
1068
+ "align": "center",
1069
+ "type": "stack",
1070
+ "direction": "horizontal",
1071
+ "children": [
1072
+ {
1073
+ "type": "icon",
1074
+ "name": "message-circle"
1075
+ },
1076
+ {
1077
+ "type": "typography",
1078
+ "content": "RFIs",
1079
+ "variant": "h2"
1080
+ }
1081
+ ]
1082
+ },
1083
+ {
1084
+ "type": "divider"
1085
+ },
1086
+ "@trait.RfiPipelineView"
1087
+ ],
1088
+ "type": "stack",
1089
+ "direction": "vertical"
1090
+ }
1091
+ ]
1092
+ ]
1093
+ }
1094
+ ]
1095
+ },
1096
+ "scope": "instance"
1097
+ },
1098
+ {
1099
+ "ref": "Rfi.traits.RfiPipeline",
1100
+ "name": "RfiPipelineView",
1101
+ "config": {
1102
+ "title": "Requests for Information"
1103
+ }
1104
+ }
1105
+ ],
1106
+ "pages": [
1107
+ {
1108
+ "name": "RfisPage",
1109
+ "path": "/rfis",
1110
+ "traits": [
1111
+ {
1112
+ "ref": "RfiAppLayout"
1113
+ },
1114
+ {
1115
+ "ref": "RfiPanel"
1116
+ },
1117
+ {
1118
+ "ref": "RfiPipelineView"
1119
+ }
1120
+ ]
1121
+ }
1122
+ ]
1123
+ },
1124
+ {
1125
+ "name": "SubmittalPanelOrbital",
1126
+ "uses": [
1127
+ {
1128
+ "from": "std/behaviors/std-app-layout",
1129
+ "as": "AppShell"
1130
+ },
1131
+ {
1132
+ "from": "std/behaviors/std-submittal",
1133
+ "as": "Submittal"
1134
+ }
1135
+ ],
1136
+ "entity": {
1137
+ "name": "Submittal",
1138
+ "collection": "submittals",
1139
+ "persistence": "persistent",
1140
+ "fields": [
1141
+ {
1142
+ "name": "id",
1143
+ "type": "string",
1144
+ "required": true
1145
+ },
1146
+ {
1147
+ "name": "submittalNumber",
1148
+ "type": "string",
1149
+ "required": true
1150
+ },
1151
+ {
1152
+ "name": "specSection",
1153
+ "type": "string",
1154
+ "default": ""
1155
+ },
1156
+ {
1157
+ "name": "title",
1158
+ "type": "string",
1159
+ "required": true
1160
+ },
1161
+ {
1162
+ "name": "contractor",
1163
+ "type": "string",
1164
+ "default": ""
1165
+ },
1166
+ {
1167
+ "name": "reviewer",
1168
+ "type": "string",
1169
+ "default": ""
1170
+ },
1171
+ {
1172
+ "name": "status",
1173
+ "type": "string",
1174
+ "default": "draft",
1175
+ "values": [
1176
+ "draft",
1177
+ "submitted",
1178
+ "in-review",
1179
+ "approved",
1180
+ "rejected",
1181
+ "revise-resubmit"
1182
+ ]
1183
+ },
1184
+ {
1185
+ "name": "revisionNumber",
1186
+ "type": "number",
1187
+ "default": 0.0
1188
+ },
1189
+ {
1190
+ "name": "submittedAt",
1191
+ "type": "string",
1192
+ "default": ""
1193
+ },
1194
+ {
1195
+ "name": "reviewedAt",
1196
+ "type": "string",
1197
+ "default": ""
1198
+ },
1199
+ {
1200
+ "name": "comments",
1201
+ "type": "string",
1202
+ "default": ""
1203
+ },
1204
+ {
1205
+ "name": "pendingId",
1206
+ "type": "string",
1207
+ "default": ""
1208
+ }
1209
+ ]
1210
+ },
1211
+ "traits": [
1212
+ {
1213
+ "ref": "AppShell.traits.AppLayout",
1214
+ "name": "SubmittalAppLayout",
1215
+ "config": {
1216
+ "navItems": [
1217
+ {
1218
+ "icon": "briefcase",
1219
+ "label": "Projects",
1220
+ "href": "/projects"
1221
+ },
1222
+ {
1223
+ "label": "RFIs",
1224
+ "icon": "message-circle",
1225
+ "href": "/rfis"
1226
+ },
1227
+ {
1228
+ "icon": "file-text",
1229
+ "href": "/submittals",
1230
+ "label": "Submittals"
1231
+ },
1232
+ {
1233
+ "icon": "edit",
1234
+ "label": "Change Orders",
1235
+ "href": "/change-orders"
1236
+ }
1237
+ ],
1238
+ "contentTrait": "@trait.SubmittalPanel",
1239
+ "searchEvent": "SUBMITTAL_SEARCH",
1240
+ "notificationClickEvent": "SUBMITTAL_NOTIFICATIONS_OPEN",
1241
+ "appName": "Construction PM",
1242
+ "notifications": []
1243
+ },
1244
+ "events": {
1245
+ "NOTIFY_CLICK": "SUBMITTAL_NOTIFICATIONS_OPEN",
1246
+ "SEARCH": "SUBMITTAL_SEARCH"
1247
+ }
1248
+ },
1249
+ {
1250
+ "name": "SubmittalPanel",
1251
+ "category": "interaction",
1252
+ "stateMachine": {
1253
+ "states": [
1254
+ {
1255
+ "name": "composing",
1256
+ "isInitial": true
1257
+ }
1258
+ ],
1259
+ "events": [
1260
+ {
1261
+ "key": "INIT",
1262
+ "name": "Initialize"
1263
+ }
1264
+ ],
1265
+ "transitions": [
1266
+ {
1267
+ "from": "composing",
1268
+ "to": "composing",
1269
+ "event": "INIT",
1270
+ "effects": [
1271
+ [
1272
+ "render-ui",
1273
+ "main",
1274
+ {
1275
+ "gap": "lg",
1276
+ "direction": "vertical",
1277
+ "type": "stack",
1278
+ "className": "max-w-6xl mx-auto w-full p-4",
1279
+ "children": [
1280
+ {
1281
+ "children": [
1282
+ {
1283
+ "type": "icon",
1284
+ "name": "file-text"
1285
+ },
1286
+ {
1287
+ "type": "typography",
1288
+ "content": "Submittals",
1289
+ "variant": "h2"
1290
+ }
1291
+ ],
1292
+ "align": "center",
1293
+ "direction": "horizontal",
1294
+ "gap": "sm",
1295
+ "type": "stack"
1296
+ },
1297
+ {
1298
+ "type": "divider"
1299
+ },
1300
+ "@trait.SubmittalReviewView"
1301
+ ]
1302
+ }
1303
+ ]
1304
+ ]
1305
+ }
1306
+ ]
1307
+ },
1308
+ "scope": "instance"
1309
+ },
1310
+ {
1311
+ "ref": "Submittal.traits.SubmittalReview",
1312
+ "name": "SubmittalReviewView",
1313
+ "config": {
1314
+ "title": "Submittal Log"
1315
+ }
1316
+ }
1317
+ ],
1318
+ "pages": [
1319
+ {
1320
+ "name": "SubmittalsPage",
1321
+ "path": "/submittals",
1322
+ "traits": [
1323
+ {
1324
+ "ref": "SubmittalAppLayout"
1325
+ },
1326
+ {
1327
+ "ref": "SubmittalPanel"
1328
+ },
1329
+ {
1330
+ "ref": "SubmittalReviewView"
1331
+ }
1332
+ ]
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "name": "ChangeOrderPanelOrbital",
1338
+ "uses": [
1339
+ {
1340
+ "from": "std/behaviors/std-app-layout",
1341
+ "as": "AppShell"
1342
+ },
1343
+ {
1344
+ "from": "std/behaviors/std-change-order",
1345
+ "as": "ChangeOrder"
1346
+ }
1347
+ ],
1348
+ "entity": {
1349
+ "name": "ChangeOrder",
1350
+ "collection": "changeorders",
1351
+ "persistence": "persistent",
1352
+ "fields": [
1353
+ {
1354
+ "name": "id",
1355
+ "type": "string",
1356
+ "required": true
1357
+ },
1358
+ {
1359
+ "name": "coNumber",
1360
+ "type": "string",
1361
+ "required": true
1362
+ },
1363
+ {
1364
+ "name": "description",
1365
+ "type": "string",
1366
+ "required": true
1367
+ },
1368
+ {
1369
+ "name": "reason",
1370
+ "type": "string",
1371
+ "default": ""
1372
+ },
1373
+ {
1374
+ "name": "costImpact",
1375
+ "type": "number",
1376
+ "default": 0.0
1377
+ },
1378
+ {
1379
+ "name": "scheduleImpactDays",
1380
+ "type": "number",
1381
+ "default": 0.0
1382
+ },
1383
+ {
1384
+ "name": "status",
1385
+ "type": "string",
1386
+ "default": "draft",
1387
+ "values": [
1388
+ "draft",
1389
+ "pending-approval",
1390
+ "approved",
1391
+ "rejected",
1392
+ "executed"
1393
+ ]
1394
+ },
1395
+ {
1396
+ "name": "requestedBy",
1397
+ "type": "string",
1398
+ "default": ""
1399
+ },
1400
+ {
1401
+ "name": "approvedBy",
1402
+ "type": "string",
1403
+ "default": ""
1404
+ },
1405
+ {
1406
+ "name": "requestedAt",
1407
+ "type": "string",
1408
+ "default": ""
1409
+ },
1410
+ {
1411
+ "name": "approvedAt",
1412
+ "type": "string",
1413
+ "default": ""
1414
+ },
1415
+ {
1416
+ "name": "pendingId",
1417
+ "type": "string",
1418
+ "default": ""
1419
+ }
1420
+ ]
1421
+ },
1422
+ "traits": [
1423
+ {
1424
+ "ref": "AppShell.traits.AppLayout",
1425
+ "name": "ChangeOrderAppLayout",
1426
+ "config": {
1427
+ "appName": "Construction PM",
1428
+ "navItems": [
1429
+ {
1430
+ "href": "/projects",
1431
+ "icon": "briefcase",
1432
+ "label": "Projects"
1433
+ },
1434
+ {
1435
+ "href": "/rfis",
1436
+ "icon": "message-circle",
1437
+ "label": "RFIs"
1438
+ },
1439
+ {
1440
+ "label": "Submittals",
1441
+ "icon": "file-text",
1442
+ "href": "/submittals"
1443
+ },
1444
+ {
1445
+ "href": "/change-orders",
1446
+ "icon": "edit",
1447
+ "label": "Change Orders"
1448
+ }
1449
+ ],
1450
+ "notifications": [],
1451
+ "notificationClickEvent": "CHANGE_ORDER_NOTIFICATIONS_OPEN",
1452
+ "searchEvent": "CHANGE_ORDER_SEARCH",
1453
+ "contentTrait": "@trait.ChangeOrderPanel"
1454
+ },
1455
+ "events": {
1456
+ "SEARCH": "CHANGE_ORDER_SEARCH",
1457
+ "NOTIFY_CLICK": "CHANGE_ORDER_NOTIFICATIONS_OPEN"
1458
+ }
1459
+ },
1460
+ {
1461
+ "name": "ChangeOrderPanel",
1462
+ "category": "interaction",
1463
+ "stateMachine": {
1464
+ "states": [
1465
+ {
1466
+ "name": "composing",
1467
+ "isInitial": true
1468
+ }
1469
+ ],
1470
+ "events": [
1471
+ {
1472
+ "key": "INIT",
1473
+ "name": "Initialize"
1474
+ }
1475
+ ],
1476
+ "transitions": [
1477
+ {
1478
+ "from": "composing",
1479
+ "to": "composing",
1480
+ "event": "INIT",
1481
+ "effects": [
1482
+ [
1483
+ "render-ui",
1484
+ "main",
1485
+ {
1486
+ "type": "stack",
1487
+ "direction": "vertical",
1488
+ "className": "max-w-6xl mx-auto w-full p-4",
1489
+ "children": [
1490
+ {
1491
+ "align": "center",
1492
+ "type": "stack",
1493
+ "gap": "sm",
1494
+ "direction": "horizontal",
1495
+ "children": [
1496
+ {
1497
+ "type": "icon",
1498
+ "name": "edit"
1499
+ },
1500
+ {
1501
+ "content": "Change Orders",
1502
+ "type": "typography",
1503
+ "variant": "h2"
1504
+ }
1505
+ ]
1506
+ },
1507
+ {
1508
+ "type": "divider"
1509
+ },
1510
+ "@trait.ChangeOrderLedgerView"
1511
+ ],
1512
+ "gap": "lg"
1513
+ }
1514
+ ]
1515
+ ]
1516
+ }
1517
+ ]
1518
+ },
1519
+ "scope": "instance"
1520
+ },
1521
+ {
1522
+ "ref": "ChangeOrder.traits.ChangeOrderLedger",
1523
+ "name": "ChangeOrderLedgerView",
1524
+ "config": {
1525
+ "title": "Change Order Ledger"
1526
+ }
1527
+ }
1528
+ ],
1529
+ "pages": [
1530
+ {
1531
+ "name": "ChangeOrdersPage",
1532
+ "path": "/change-orders",
1533
+ "traits": [
1534
+ {
1535
+ "ref": "ChangeOrderAppLayout"
1536
+ },
1537
+ {
1538
+ "ref": "ChangeOrderPanel"
1539
+ },
1540
+ {
1541
+ "ref": "ChangeOrderLedgerView"
1542
+ }
1543
+ ]
1544
+ }
1545
+ ]
913
1546
  }
914
1547
  ]
915
- }
1548
+ }