@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  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 +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  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 +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  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 +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  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 +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -107,24 +107,18 @@
107
107
  "ref": "AppShell.traits.AppLayout",
108
108
  "name": "InventoryAppLayout",
109
109
  "config": {
110
- "contentTrait": "@trait.InventoryCatalog",
111
- "appName": "Inventory",
112
- "searchEvent": "INVENTORY_SEARCH",
110
+ "notificationClickEvent": "INVENTORY_NOTIFICATIONS_OPEN",
111
+ "appName": "Inventory Management",
113
112
  "navItems": [
114
113
  {
115
114
  "label": "Items",
116
- "icon": "package",
117
- "href": "/inventory"
118
- },
119
- {
120
- "href": "/stock-adjustments",
121
- "label": "Adjustments",
122
- "icon": "sliders"
115
+ "href": "/inventory",
116
+ "icon": "package"
123
117
  },
124
118
  {
125
119
  "label": "Stock Levels",
126
- "href": "/stock",
127
- "icon": "layers"
120
+ "href": "/stock-levels",
121
+ "icon": "package"
128
122
  },
129
123
  {
130
124
  "icon": "warehouse",
@@ -132,17 +126,23 @@
132
126
  "href": "/warehouses"
133
127
  },
134
128
  {
135
- "label": "Reorder Rules",
129
+ "icon": "refresh-ccw",
136
130
  "href": "/reorder-rules",
137
- "icon": "repeat"
131
+ "label": "Reorder Rules"
132
+ },
133
+ {
134
+ "href": "/adjustments",
135
+ "label": "Adjustments",
136
+ "icon": "edit"
138
137
  }
139
138
  ],
140
- "notifications": [],
141
- "notificationClickEvent": "INVENTORY_NOTIFICATIONS_OPEN"
139
+ "contentTrait": "@trait.InventoryCatalog",
140
+ "searchEvent": "INVENTORY_SEARCH",
141
+ "notifications": []
142
142
  },
143
143
  "events": {
144
- "NOTIFY_CLICK": "INVENTORY_NOTIFICATIONS_OPEN",
145
- "SEARCH": "INVENTORY_SEARCH"
144
+ "SEARCH": "INVENTORY_SEARCH",
145
+ "NOTIFY_CLICK": "INVENTORY_NOTIFICATIONS_OPEN"
146
146
  }
147
147
  },
148
148
  {
@@ -225,60 +225,62 @@
225
225
  "render-ui",
226
226
  "main",
227
227
  {
228
+ "direction": "vertical",
228
229
  "type": "stack",
230
+ "gap": "lg",
229
231
  "children": [
230
232
  {
233
+ "type": "stack",
234
+ "gap": "md",
231
235
  "children": [
232
236
  {
233
- "align": "center",
234
- "direction": "horizontal",
237
+ "type": "stack",
238
+ "gap": "sm",
235
239
  "children": [
236
240
  {
237
241
  "type": "icon",
238
242
  "name": "package"
239
243
  },
240
244
  {
245
+ "type": "typography",
241
246
  "content": "Inventory Items",
242
- "variant": "h2",
243
- "type": "typography"
247
+ "variant": "h2"
244
248
  }
245
249
  ],
246
- "gap": "sm",
247
- "type": "stack"
250
+ "align": "center",
251
+ "direction": "horizontal"
248
252
  },
249
253
  {
250
- "direction": "horizontal",
251
254
  "type": "stack",
252
- "gap": "sm",
255
+ "direction": "horizontal",
253
256
  "children": [
254
257
  {
255
- "action": "CREATE",
256
- "variant": "primary",
257
258
  "label": "New Item",
259
+ "type": "button",
258
260
  "icon": "plus",
259
- "type": "button"
261
+ "action": "CREATE",
262
+ "variant": "primary"
260
263
  }
261
- ]
264
+ ],
265
+ "gap": "sm"
262
266
  }
263
267
  ],
264
- "justify": "between",
265
268
  "align": "center",
266
269
  "direction": "horizontal",
267
- "type": "stack",
268
- "gap": "md"
270
+ "justify": "between"
269
271
  },
270
272
  {
271
273
  "type": "divider"
272
274
  },
273
275
  {
276
+ "align": "center",
277
+ "gap": "md",
278
+ "direction": "horizontal",
274
279
  "children": [
275
280
  "@trait.InventorySearch",
276
281
  "@trait.InventoryFilter"
277
282
  ],
278
- "direction": "horizontal",
279
- "gap": "md",
280
- "type": "stack",
281
- "align": "center"
283
+ "type": "stack"
282
284
  },
283
285
  "@trait.InventoryStats",
284
286
  "@trait.InventoryGraphs",
@@ -286,9 +288,7 @@
286
288
  "type": "divider"
287
289
  },
288
290
  "@trait.InventoryBrowseList"
289
- ],
290
- "direction": "vertical",
291
- "gap": "lg"
291
+ ]
292
292
  }
293
293
  ]
294
294
  ]
@@ -307,24 +307,26 @@
307
307
  "render-ui",
308
308
  "main",
309
309
  {
310
- "align": "center",
310
+ "type": "stack",
311
311
  "direction": "vertical",
312
+ "className": "py-8",
312
313
  "gap": "md",
314
+ "align": "center",
313
315
  "children": [
314
316
  {
315
- "type": "icon",
316
- "name": "bell"
317
+ "name": "bell",
318
+ "type": "icon"
317
319
  },
318
320
  {
319
- "content": "No notifications",
320
321
  "variant": "h3",
321
- "type": "typography"
322
+ "type": "typography",
323
+ "content": "No notifications"
322
324
  },
323
325
  {
324
- "type": "typography",
325
- "variant": "caption",
326
326
  "color": "muted",
327
- "content": "You're all caught up."
327
+ "type": "typography",
328
+ "content": "You're all caught up.",
329
+ "variant": "caption"
328
330
  },
329
331
  {
330
332
  "label": "Back to inventory",
@@ -332,9 +334,7 @@
332
334
  "type": "button",
333
335
  "variant": "ghost"
334
336
  }
335
- ],
336
- "className": "py-8",
337
- "type": "stack"
337
+ ]
338
338
  }
339
339
  ]
340
340
  ]
@@ -357,9 +357,9 @@
357
357
  "config": {
358
358
  "filters": [
359
359
  {
360
+ "filterType": "select",
360
361
  "field": "status",
361
362
  "label": "Status",
362
- "filterType": "select",
363
363
  "options": [
364
364
  "active",
365
365
  "discontinued",
@@ -374,20 +374,18 @@
374
374
  "ref": "Stats.traits.StatsItemStats",
375
375
  "name": "InventoryStats",
376
376
  "config": {
377
+ "title": "Inventory",
377
378
  "metrics": [
378
379
  {
379
- "icon": "package",
380
- "aggregation": "count",
381
- "format": "number",
382
380
  "variant": "primary",
383
- "label": "Total SKUs"
381
+ "aggregation": "count",
382
+ "icon": "package",
383
+ "label": "Total SKUs",
384
+ "format": "number"
384
385
  },
385
386
  {
386
- "icon": "check-circle",
387
- "aggregation": "count",
388
- "format": "number",
389
387
  "variant": "success",
390
- "label": "Active",
388
+ "format": "number",
391
389
  "filter": [
392
390
  "fn",
393
391
  "row",
@@ -396,12 +394,17 @@
396
394
  "@row.status",
397
395
  "active"
398
396
  ]
399
- ]
397
+ ],
398
+ "label": "Active",
399
+ "aggregation": "count",
400
+ "icon": "check-circle"
400
401
  },
401
402
  {
402
- "icon": "circle-off",
403
403
  "variant": "warning",
404
+ "label": "Discontinued",
404
405
  "format": "number",
406
+ "aggregation": "count",
407
+ "icon": "circle-off",
405
408
  "filter": [
406
409
  "fn",
407
410
  "row",
@@ -410,12 +413,9 @@
410
413
  "@row.status",
411
414
  "discontinued"
412
415
  ]
413
- ],
414
- "aggregation": "count",
415
- "label": "Discontinued"
416
+ ]
416
417
  }
417
- ],
418
- "title": "Inventory"
418
+ ]
419
419
  },
420
420
  "listens": [
421
421
  {
@@ -432,13 +432,13 @@
432
432
  "ref": "Graphs.traits.GraphItemGraph",
433
433
  "name": "InventoryGraphs",
434
434
  "config": {
435
- "showLegend": false,
436
- "chartType": "bar",
437
435
  "subtitle": "SKU distribution across categories",
438
- "categoryField": "category",
436
+ "chartType": "bar",
439
437
  "height": 240.0,
440
- "title": "Items by Category",
441
- "aggregation": "count"
438
+ "showLegend": false,
439
+ "categoryField": "category",
440
+ "aggregation": "count",
441
+ "title": "Items by Category"
442
442
  },
443
443
  "listens": [
444
444
  {
@@ -456,25 +456,6 @@
456
456
  "name": "InventoryBrowseList",
457
457
  "linkedEntity": "InventoryItem",
458
458
  "config": {
459
- "gap": "sm",
460
- "cols": 1.0,
461
- "itemActions": [
462
- {
463
- "event": "VIEW",
464
- "label": "View",
465
- "variant": "ghost"
466
- },
467
- {
468
- "label": "Edit",
469
- "event": "EDIT",
470
- "variant": "ghost"
471
- },
472
- {
473
- "event": "DELETE",
474
- "label": "Delete",
475
- "variant": "danger"
476
- }
477
- ],
478
459
  "fields": [
479
460
  {
480
461
  "name": "sku",
@@ -482,8 +463,8 @@
482
463
  "icon": "tag"
483
464
  },
484
465
  {
485
- "name": "name",
486
- "variant": "body"
466
+ "variant": "body",
467
+ "name": "name"
487
468
  },
488
469
  {
489
470
  "variant": "caption",
@@ -497,6 +478,25 @@
497
478
  "variant": "caption",
498
479
  "name": "defaultUnitCost"
499
480
  }
481
+ ],
482
+ "gap": "sm",
483
+ "cols": 1.0,
484
+ "itemActions": [
485
+ {
486
+ "variant": "ghost",
487
+ "label": "View",
488
+ "event": "VIEW"
489
+ },
490
+ {
491
+ "label": "Edit",
492
+ "variant": "ghost",
493
+ "event": "EDIT"
494
+ },
495
+ {
496
+ "event": "DELETE",
497
+ "variant": "danger",
498
+ "label": "Delete"
499
+ }
500
500
  ]
501
501
  },
502
502
  "listens": [
@@ -547,6 +547,8 @@
547
547
  "name": "InventoryCreate",
548
548
  "linkedEntity": "InventoryItem",
549
549
  "config": {
550
+ "icon": "plus-circle",
551
+ "mode": "create",
550
552
  "fields": [
551
553
  "sku",
552
554
  "name",
@@ -554,8 +556,6 @@
554
556
  "defaultUnitCost",
555
557
  "status"
556
558
  ],
557
- "icon": "plus-circle",
558
- "mode": "create",
559
559
  "title": "New Item"
560
560
  },
561
561
  "events": {
@@ -577,7 +577,6 @@
577
577
  "name": "InventoryEdit",
578
578
  "linkedEntity": "InventoryItem",
579
579
  "config": {
580
- "mode": "edit",
581
580
  "fields": [
582
581
  "sku",
583
582
  "name",
@@ -585,8 +584,9 @@
585
584
  "defaultUnitCost",
586
585
  "status"
587
586
  ],
587
+ "title": "Edit Item",
588
588
  "icon": "edit",
589
- "title": "Edit Item"
589
+ "mode": "edit"
590
590
  },
591
591
  "events": {
592
592
  "OPEN": "EDIT"
@@ -614,9 +614,9 @@
614
614
  "defaultUnitCost",
615
615
  "status"
616
616
  ],
617
- "title": "View Item",
617
+ "mode": "edit",
618
618
  "icon": "eye",
619
- "mode": "edit"
619
+ "title": "View Item"
620
620
  },
621
621
  "events": {
622
622
  "OPEN": "VIEW"
@@ -637,14 +637,14 @@
637
637
  "name": "InventoryDelete",
638
638
  "linkedEntity": "InventoryItem",
639
639
  "config": {
640
+ "alertMessage": "This action cannot be undone.",
640
641
  "icon": "alert-triangle",
641
642
  "title": "Delete Item",
642
- "alertMessage": "This action cannot be undone.",
643
643
  "confirmLabel": "Delete"
644
644
  },
645
645
  "events": {
646
- "REQUEST": "DELETE",
647
- "CONFIRM": "CONFIRM_DELETE"
646
+ "CONFIRM": "CONFIRM_DELETE",
647
+ "REQUEST": "DELETE"
648
648
  },
649
649
  "listens": [
650
650
  {
@@ -885,6 +885,808 @@
885
885
  ]
886
886
  }
887
887
  ]
888
+ },
889
+ {
890
+ "name": "StockLevelPanelOrbital",
891
+ "uses": [
892
+ {
893
+ "from": "std/behaviors/std-app-layout",
894
+ "as": "AppShell"
895
+ },
896
+ {
897
+ "from": "std/behaviors/std-stock-level",
898
+ "as": "StockLevel"
899
+ }
900
+ ],
901
+ "entity": {
902
+ "name": "StockLevel",
903
+ "collection": "stocklevels",
904
+ "persistence": "persistent",
905
+ "fields": [
906
+ {
907
+ "name": "id",
908
+ "type": "string",
909
+ "required": true
910
+ },
911
+ {
912
+ "name": "sku",
913
+ "type": "string",
914
+ "required": true
915
+ },
916
+ {
917
+ "name": "productName",
918
+ "type": "string",
919
+ "default": ""
920
+ },
921
+ {
922
+ "name": "locationId",
923
+ "type": "string",
924
+ "default": ""
925
+ },
926
+ {
927
+ "name": "onHand",
928
+ "type": "number",
929
+ "default": 0.0
930
+ },
931
+ {
932
+ "name": "reserved",
933
+ "type": "number",
934
+ "default": 0.0
935
+ },
936
+ {
937
+ "name": "reorderPoint",
938
+ "type": "number",
939
+ "default": 0.0
940
+ },
941
+ {
942
+ "name": "lastCounted",
943
+ "type": "string",
944
+ "default": ""
945
+ }
946
+ ]
947
+ },
948
+ "traits": [
949
+ {
950
+ "ref": "AppShell.traits.AppLayout",
951
+ "name": "StockLevelAppLayout",
952
+ "config": {
953
+ "notifications": [],
954
+ "searchEvent": "STOCK_LEVEL_SEARCH",
955
+ "navItems": [
956
+ {
957
+ "label": "Items",
958
+ "href": "/inventory",
959
+ "icon": "package"
960
+ },
961
+ {
962
+ "href": "/stock-levels",
963
+ "label": "Stock Levels",
964
+ "icon": "package"
965
+ },
966
+ {
967
+ "label": "Warehouses",
968
+ "href": "/warehouses",
969
+ "icon": "warehouse"
970
+ },
971
+ {
972
+ "label": "Reorder Rules",
973
+ "href": "/reorder-rules",
974
+ "icon": "refresh-ccw"
975
+ },
976
+ {
977
+ "href": "/adjustments",
978
+ "icon": "edit",
979
+ "label": "Adjustments"
980
+ }
981
+ ],
982
+ "contentTrait": "@trait.StockLevelPanel",
983
+ "notificationClickEvent": "STOCK_LEVEL_NOTIFICATIONS_OPEN",
984
+ "appName": "Inventory Management"
985
+ },
986
+ "events": {
987
+ "NOTIFY_CLICK": "STOCK_LEVEL_NOTIFICATIONS_OPEN",
988
+ "SEARCH": "STOCK_LEVEL_SEARCH"
989
+ }
990
+ },
991
+ {
992
+ "name": "StockLevelPanel",
993
+ "category": "interaction",
994
+ "stateMachine": {
995
+ "states": [
996
+ {
997
+ "name": "composing",
998
+ "isInitial": true
999
+ }
1000
+ ],
1001
+ "events": [
1002
+ {
1003
+ "key": "INIT",
1004
+ "name": "Initialize"
1005
+ }
1006
+ ],
1007
+ "transitions": [
1008
+ {
1009
+ "from": "composing",
1010
+ "to": "composing",
1011
+ "event": "INIT",
1012
+ "effects": [
1013
+ [
1014
+ "render-ui",
1015
+ "main",
1016
+ {
1017
+ "direction": "vertical",
1018
+ "children": [
1019
+ {
1020
+ "type": "stack",
1021
+ "align": "center",
1022
+ "direction": "horizontal",
1023
+ "gap": "sm",
1024
+ "children": [
1025
+ {
1026
+ "name": "package",
1027
+ "type": "icon"
1028
+ },
1029
+ {
1030
+ "content": "Stock Levels",
1031
+ "variant": "h2",
1032
+ "type": "typography"
1033
+ }
1034
+ ]
1035
+ },
1036
+ {
1037
+ "type": "divider"
1038
+ },
1039
+ "@trait.StockLevelView"
1040
+ ],
1041
+ "gap": "lg",
1042
+ "className": "max-w-6xl mx-auto w-full p-4",
1043
+ "type": "stack"
1044
+ }
1045
+ ]
1046
+ ]
1047
+ }
1048
+ ]
1049
+ },
1050
+ "scope": "instance"
1051
+ },
1052
+ {
1053
+ "ref": "StockLevel.traits.StockLevelLedger",
1054
+ "name": "StockLevelView",
1055
+ "config": {
1056
+ "title": "Stock Levels"
1057
+ }
1058
+ }
1059
+ ],
1060
+ "pages": [
1061
+ {
1062
+ "name": "StockLevelsPage",
1063
+ "path": "/stock-levels",
1064
+ "traits": [
1065
+ {
1066
+ "ref": "StockLevelAppLayout"
1067
+ },
1068
+ {
1069
+ "ref": "StockLevelPanel"
1070
+ },
1071
+ {
1072
+ "ref": "StockLevelView"
1073
+ }
1074
+ ]
1075
+ }
1076
+ ]
1077
+ },
1078
+ {
1079
+ "name": "WarehousePanelOrbital",
1080
+ "uses": [
1081
+ {
1082
+ "from": "std/behaviors/std-app-layout",
1083
+ "as": "AppShell"
1084
+ },
1085
+ {
1086
+ "from": "std/behaviors/std-warehouse",
1087
+ "as": "Warehouse"
1088
+ }
1089
+ ],
1090
+ "entity": {
1091
+ "name": "Warehouse",
1092
+ "collection": "warehouses",
1093
+ "persistence": "persistent",
1094
+ "fields": [
1095
+ {
1096
+ "name": "id",
1097
+ "type": "string",
1098
+ "required": true
1099
+ },
1100
+ {
1101
+ "name": "name",
1102
+ "type": "string",
1103
+ "required": true
1104
+ },
1105
+ {
1106
+ "name": "code",
1107
+ "type": "string",
1108
+ "default": ""
1109
+ },
1110
+ {
1111
+ "name": "address",
1112
+ "type": "string",
1113
+ "default": ""
1114
+ },
1115
+ {
1116
+ "name": "type",
1117
+ "type": "string",
1118
+ "default": "warehouse",
1119
+ "values": [
1120
+ "warehouse",
1121
+ "store",
1122
+ "transit"
1123
+ ]
1124
+ },
1125
+ {
1126
+ "name": "isActive",
1127
+ "type": "boolean",
1128
+ "default": true
1129
+ },
1130
+ {
1131
+ "name": "totalSkus",
1132
+ "type": "number",
1133
+ "default": 0.0
1134
+ }
1135
+ ]
1136
+ },
1137
+ "traits": [
1138
+ {
1139
+ "ref": "AppShell.traits.AppLayout",
1140
+ "name": "WarehouseAppLayout",
1141
+ "config": {
1142
+ "searchEvent": "WAREHOUSE_SEARCH",
1143
+ "contentTrait": "@trait.WarehousePanel",
1144
+ "navItems": [
1145
+ {
1146
+ "label": "Items",
1147
+ "href": "/inventory",
1148
+ "icon": "package"
1149
+ },
1150
+ {
1151
+ "href": "/stock-levels",
1152
+ "icon": "package",
1153
+ "label": "Stock Levels"
1154
+ },
1155
+ {
1156
+ "icon": "warehouse",
1157
+ "label": "Warehouses",
1158
+ "href": "/warehouses"
1159
+ },
1160
+ {
1161
+ "icon": "refresh-ccw",
1162
+ "href": "/reorder-rules",
1163
+ "label": "Reorder Rules"
1164
+ },
1165
+ {
1166
+ "href": "/adjustments",
1167
+ "label": "Adjustments",
1168
+ "icon": "edit"
1169
+ }
1170
+ ],
1171
+ "notificationClickEvent": "WAREHOUSE_NOTIFICATIONS_OPEN",
1172
+ "notifications": [],
1173
+ "appName": "Inventory Management"
1174
+ },
1175
+ "events": {
1176
+ "SEARCH": "WAREHOUSE_SEARCH",
1177
+ "NOTIFY_CLICK": "WAREHOUSE_NOTIFICATIONS_OPEN"
1178
+ }
1179
+ },
1180
+ {
1181
+ "name": "WarehousePanel",
1182
+ "category": "interaction",
1183
+ "stateMachine": {
1184
+ "states": [
1185
+ {
1186
+ "name": "composing",
1187
+ "isInitial": true
1188
+ }
1189
+ ],
1190
+ "events": [
1191
+ {
1192
+ "key": "INIT",
1193
+ "name": "Initialize"
1194
+ }
1195
+ ],
1196
+ "transitions": [
1197
+ {
1198
+ "from": "composing",
1199
+ "to": "composing",
1200
+ "event": "INIT",
1201
+ "effects": [
1202
+ [
1203
+ "render-ui",
1204
+ "main",
1205
+ {
1206
+ "type": "stack",
1207
+ "className": "max-w-6xl mx-auto w-full p-4",
1208
+ "direction": "vertical",
1209
+ "children": [
1210
+ {
1211
+ "align": "center",
1212
+ "direction": "horizontal",
1213
+ "gap": "sm",
1214
+ "children": [
1215
+ {
1216
+ "type": "icon",
1217
+ "name": "warehouse"
1218
+ },
1219
+ {
1220
+ "content": "Warehouses",
1221
+ "type": "typography",
1222
+ "variant": "h2"
1223
+ }
1224
+ ],
1225
+ "type": "stack"
1226
+ },
1227
+ {
1228
+ "type": "divider"
1229
+ },
1230
+ "@trait.WarehouseView"
1231
+ ],
1232
+ "gap": "lg"
1233
+ }
1234
+ ]
1235
+ ]
1236
+ }
1237
+ ]
1238
+ },
1239
+ "scope": "instance"
1240
+ },
1241
+ {
1242
+ "ref": "Warehouse.traits.WarehouseDirectory",
1243
+ "name": "WarehouseView",
1244
+ "config": {
1245
+ "title": "Locations"
1246
+ }
1247
+ }
1248
+ ],
1249
+ "pages": [
1250
+ {
1251
+ "name": "WarehousesPage",
1252
+ "path": "/warehouses",
1253
+ "traits": [
1254
+ {
1255
+ "ref": "WarehouseAppLayout"
1256
+ },
1257
+ {
1258
+ "ref": "WarehousePanel"
1259
+ },
1260
+ {
1261
+ "ref": "WarehouseView"
1262
+ }
1263
+ ]
1264
+ }
1265
+ ]
1266
+ },
1267
+ {
1268
+ "name": "ReorderRulePanelOrbital",
1269
+ "uses": [
1270
+ {
1271
+ "from": "std/behaviors/std-app-layout",
1272
+ "as": "AppShell"
1273
+ },
1274
+ {
1275
+ "from": "std/behaviors/std-reorder-rule",
1276
+ "as": "ReorderRule"
1277
+ }
1278
+ ],
1279
+ "entity": {
1280
+ "name": "ReorderRule",
1281
+ "collection": "reorderrules",
1282
+ "persistence": "persistent",
1283
+ "fields": [
1284
+ {
1285
+ "name": "id",
1286
+ "type": "string",
1287
+ "required": true
1288
+ },
1289
+ {
1290
+ "name": "sku",
1291
+ "type": "string",
1292
+ "required": true
1293
+ },
1294
+ {
1295
+ "name": "locationId",
1296
+ "type": "string",
1297
+ "default": ""
1298
+ },
1299
+ {
1300
+ "name": "thresholdQty",
1301
+ "type": "number",
1302
+ "default": 0.0
1303
+ },
1304
+ {
1305
+ "name": "reorderQty",
1306
+ "type": "number",
1307
+ "default": 0.0
1308
+ },
1309
+ {
1310
+ "name": "vendor",
1311
+ "type": "string",
1312
+ "default": ""
1313
+ },
1314
+ {
1315
+ "name": "leadTimeDays",
1316
+ "type": "number",
1317
+ "default": 0.0
1318
+ },
1319
+ {
1320
+ "name": "isActive",
1321
+ "type": "boolean",
1322
+ "default": true
1323
+ }
1324
+ ]
1325
+ },
1326
+ "traits": [
1327
+ {
1328
+ "ref": "AppShell.traits.AppLayout",
1329
+ "name": "ReorderRuleAppLayout",
1330
+ "config": {
1331
+ "notifications": [],
1332
+ "searchEvent": "REORDER_RULE_SEARCH",
1333
+ "contentTrait": "@trait.ReorderRulePanel",
1334
+ "appName": "Inventory Management",
1335
+ "notificationClickEvent": "REORDER_RULE_NOTIFICATIONS_OPEN",
1336
+ "navItems": [
1337
+ {
1338
+ "icon": "package",
1339
+ "href": "/inventory",
1340
+ "label": "Items"
1341
+ },
1342
+ {
1343
+ "href": "/stock-levels",
1344
+ "icon": "package",
1345
+ "label": "Stock Levels"
1346
+ },
1347
+ {
1348
+ "icon": "warehouse",
1349
+ "href": "/warehouses",
1350
+ "label": "Warehouses"
1351
+ },
1352
+ {
1353
+ "icon": "refresh-ccw",
1354
+ "label": "Reorder Rules",
1355
+ "href": "/reorder-rules"
1356
+ },
1357
+ {
1358
+ "label": "Adjustments",
1359
+ "href": "/adjustments",
1360
+ "icon": "edit"
1361
+ }
1362
+ ]
1363
+ },
1364
+ "events": {
1365
+ "NOTIFY_CLICK": "REORDER_RULE_NOTIFICATIONS_OPEN",
1366
+ "SEARCH": "REORDER_RULE_SEARCH"
1367
+ }
1368
+ },
1369
+ {
1370
+ "name": "ReorderRulePanel",
1371
+ "category": "interaction",
1372
+ "stateMachine": {
1373
+ "states": [
1374
+ {
1375
+ "name": "composing",
1376
+ "isInitial": true
1377
+ }
1378
+ ],
1379
+ "events": [
1380
+ {
1381
+ "key": "INIT",
1382
+ "name": "Initialize"
1383
+ }
1384
+ ],
1385
+ "transitions": [
1386
+ {
1387
+ "from": "composing",
1388
+ "to": "composing",
1389
+ "event": "INIT",
1390
+ "effects": [
1391
+ [
1392
+ "render-ui",
1393
+ "main",
1394
+ {
1395
+ "gap": "lg",
1396
+ "className": "max-w-6xl mx-auto w-full p-4",
1397
+ "direction": "vertical",
1398
+ "children": [
1399
+ {
1400
+ "gap": "sm",
1401
+ "direction": "horizontal",
1402
+ "align": "center",
1403
+ "type": "stack",
1404
+ "children": [
1405
+ {
1406
+ "name": "refresh-ccw",
1407
+ "type": "icon"
1408
+ },
1409
+ {
1410
+ "type": "typography",
1411
+ "content": "Reorder Rules",
1412
+ "variant": "h2"
1413
+ }
1414
+ ]
1415
+ },
1416
+ {
1417
+ "type": "divider"
1418
+ },
1419
+ "@trait.ReorderRuleView"
1420
+ ],
1421
+ "type": "stack"
1422
+ }
1423
+ ]
1424
+ ]
1425
+ }
1426
+ ]
1427
+ },
1428
+ "scope": "instance"
1429
+ },
1430
+ {
1431
+ "ref": "ReorderRule.traits.ReorderRuleManager",
1432
+ "name": "ReorderRuleView",
1433
+ "config": {
1434
+ "title": "Reorder Rules"
1435
+ }
1436
+ }
1437
+ ],
1438
+ "pages": [
1439
+ {
1440
+ "name": "ReorderRulesPage",
1441
+ "path": "/reorder-rules",
1442
+ "traits": [
1443
+ {
1444
+ "ref": "ReorderRuleAppLayout"
1445
+ },
1446
+ {
1447
+ "ref": "ReorderRulePanel"
1448
+ },
1449
+ {
1450
+ "ref": "ReorderRuleView"
1451
+ }
1452
+ ]
1453
+ }
1454
+ ]
1455
+ },
1456
+ {
1457
+ "name": "StockAdjustmentPanelOrbital",
1458
+ "uses": [
1459
+ {
1460
+ "from": "std/behaviors/std-app-layout",
1461
+ "as": "AppShell"
1462
+ },
1463
+ {
1464
+ "from": "std/behaviors/std-stock-adjustment",
1465
+ "as": "StockAdjustment"
1466
+ }
1467
+ ],
1468
+ "entity": {
1469
+ "name": "StockAdjustment",
1470
+ "collection": "stockadjustments",
1471
+ "persistence": "persistent",
1472
+ "fields": [
1473
+ {
1474
+ "name": "id",
1475
+ "type": "string",
1476
+ "required": true
1477
+ },
1478
+ {
1479
+ "name": "stockLevelId",
1480
+ "type": "string",
1481
+ "required": true
1482
+ },
1483
+ {
1484
+ "name": "sku",
1485
+ "type": "string",
1486
+ "default": ""
1487
+ },
1488
+ {
1489
+ "name": "name",
1490
+ "type": "string",
1491
+ "default": ""
1492
+ },
1493
+ {
1494
+ "name": "warehouseId",
1495
+ "type": "string",
1496
+ "default": ""
1497
+ },
1498
+ {
1499
+ "name": "warehouseName",
1500
+ "type": "string",
1501
+ "default": ""
1502
+ },
1503
+ {
1504
+ "name": "quantityDelta",
1505
+ "type": "number",
1506
+ "default": 0.0
1507
+ },
1508
+ {
1509
+ "name": "reason",
1510
+ "type": "string",
1511
+ "default": "manual",
1512
+ "values": [
1513
+ "manual",
1514
+ "damaged",
1515
+ "transfer_in",
1516
+ "transfer_out",
1517
+ "shrinkage",
1518
+ "recount"
1519
+ ]
1520
+ },
1521
+ {
1522
+ "name": "adjustedBy",
1523
+ "type": "string",
1524
+ "default": ""
1525
+ },
1526
+ {
1527
+ "name": "adjustedAt",
1528
+ "type": "string",
1529
+ "default": ""
1530
+ },
1531
+ {
1532
+ "name": "notes",
1533
+ "type": "string",
1534
+ "default": ""
1535
+ },
1536
+ {
1537
+ "name": "pendingId",
1538
+ "type": "string",
1539
+ "default": ""
1540
+ }
1541
+ ]
1542
+ },
1543
+ "traits": [
1544
+ {
1545
+ "ref": "AppShell.traits.AppLayout",
1546
+ "name": "StockAdjustmentAppLayout",
1547
+ "config": {
1548
+ "notificationClickEvent": "STOCK_ADJUSTMENT_NOTIFICATIONS_OPEN",
1549
+ "contentTrait": "@trait.StockAdjustmentPanel",
1550
+ "searchEvent": "STOCK_ADJUSTMENT_SEARCH",
1551
+ "appName": "Inventory Management",
1552
+ "navItems": [
1553
+ {
1554
+ "href": "/inventory",
1555
+ "icon": "package",
1556
+ "label": "Items"
1557
+ },
1558
+ {
1559
+ "label": "Stock Levels",
1560
+ "icon": "package",
1561
+ "href": "/stock-levels"
1562
+ },
1563
+ {
1564
+ "href": "/warehouses",
1565
+ "icon": "warehouse",
1566
+ "label": "Warehouses"
1567
+ },
1568
+ {
1569
+ "icon": "refresh-ccw",
1570
+ "label": "Reorder Rules",
1571
+ "href": "/reorder-rules"
1572
+ },
1573
+ {
1574
+ "label": "Adjustments",
1575
+ "href": "/adjustments",
1576
+ "icon": "edit"
1577
+ }
1578
+ ],
1579
+ "notifications": []
1580
+ },
1581
+ "events": {
1582
+ "NOTIFY_CLICK": "STOCK_ADJUSTMENT_NOTIFICATIONS_OPEN",
1583
+ "SEARCH": "STOCK_ADJUSTMENT_SEARCH"
1584
+ }
1585
+ },
1586
+ {
1587
+ "name": "StockAdjustmentPanel",
1588
+ "category": "interaction",
1589
+ "stateMachine": {
1590
+ "states": [
1591
+ {
1592
+ "name": "composing",
1593
+ "isInitial": true
1594
+ }
1595
+ ],
1596
+ "events": [
1597
+ {
1598
+ "key": "INIT",
1599
+ "name": "Initialize"
1600
+ }
1601
+ ],
1602
+ "transitions": [
1603
+ {
1604
+ "from": "composing",
1605
+ "to": "composing",
1606
+ "event": "INIT",
1607
+ "effects": [
1608
+ [
1609
+ "render-ui",
1610
+ "main",
1611
+ {
1612
+ "direction": "vertical",
1613
+ "children": [
1614
+ {
1615
+ "children": [
1616
+ {
1617
+ "type": "icon",
1618
+ "name": "edit"
1619
+ },
1620
+ {
1621
+ "type": "typography",
1622
+ "variant": "h2",
1623
+ "content": "Stock Adjustments"
1624
+ }
1625
+ ],
1626
+ "align": "center",
1627
+ "direction": "horizontal",
1628
+ "gap": "sm",
1629
+ "type": "stack"
1630
+ },
1631
+ {
1632
+ "type": "divider"
1633
+ },
1634
+ "@trait.StockAdjustmentBrowse"
1635
+ ],
1636
+ "type": "stack",
1637
+ "gap": "lg",
1638
+ "className": "max-w-6xl mx-auto w-full p-4"
1639
+ }
1640
+ ]
1641
+ ]
1642
+ }
1643
+ ]
1644
+ },
1645
+ "scope": "instance"
1646
+ },
1647
+ {
1648
+ "ref": "StockAdjustment.traits.StockAdjustmentBrowse",
1649
+ "name": "StockAdjustmentBrowse"
1650
+ },
1651
+ {
1652
+ "ref": "StockAdjustment.traits.StockAdjustmentCreate",
1653
+ "name": "StockAdjustmentCreate"
1654
+ },
1655
+ {
1656
+ "ref": "StockAdjustment.traits.StockAdjustmentDelete",
1657
+ "name": "StockAdjustmentDelete"
1658
+ },
1659
+ {
1660
+ "ref": "StockAdjustment.traits.StockAdjustmentPersistor",
1661
+ "name": "StockAdjustmentPersistor"
1662
+ }
1663
+ ],
1664
+ "pages": [
1665
+ {
1666
+ "name": "AdjustmentsPage",
1667
+ "path": "/adjustments",
1668
+ "traits": [
1669
+ {
1670
+ "ref": "StockAdjustmentAppLayout"
1671
+ },
1672
+ {
1673
+ "ref": "StockAdjustmentPanel"
1674
+ },
1675
+ {
1676
+ "ref": "StockAdjustmentBrowse"
1677
+ },
1678
+ {
1679
+ "ref": "StockAdjustmentCreate"
1680
+ },
1681
+ {
1682
+ "ref": "StockAdjustmentDelete"
1683
+ },
1684
+ {
1685
+ "ref": "StockAdjustmentPersistor"
1686
+ }
1687
+ ]
1688
+ }
1689
+ ]
888
1690
  }
889
1691
  ]
890
1692
  }