@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
@@ -108,38 +108,38 @@
108
108
  "ref": "AppShell.traits.AppLayout",
109
109
  "name": "PropertyAppLayout",
110
110
  "config": {
111
- "searchEvent": "PROPERTY_SEARCH",
112
- "notifications": [],
113
- "appName": "Property Manager",
114
- "notificationClickEvent": "PROPERTY_NOTIFICATIONS_OPEN",
115
- "contentTrait": "@trait.PropertyCatalog",
116
111
  "navItems": [
117
112
  {
118
- "href": "/properties",
113
+ "label": "Properties",
119
114
  "icon": "home",
120
- "label": "Properties"
115
+ "href": "/properties"
121
116
  },
122
117
  {
123
- "href": "/tenants",
124
- "label": "Tenants",
125
- "icon": "users"
118
+ "label": "Leases",
119
+ "icon": "file-text",
120
+ "href": "/leases"
126
121
  },
127
122
  {
128
- "href": "/leases",
129
- "icon": "file-text",
130
- "label": "Leases"
123
+ "label": "Tenants",
124
+ "href": "/tenants",
125
+ "icon": "users"
131
126
  },
132
127
  {
133
- "icon": "dollar-sign",
134
- "label": "Rent",
135
- "href": "/rent-charges"
128
+ "label": "Rent Charges",
129
+ "href": "/rent-charges",
130
+ "icon": "credit-card"
136
131
  },
137
132
  {
138
- "icon": "wrench",
133
+ "label": "Maintenance",
139
134
  "href": "/maintenance",
140
- "label": "Maintenance"
135
+ "icon": "wrench"
141
136
  }
142
- ]
137
+ ],
138
+ "searchEvent": "PROPERTY_SEARCH",
139
+ "appName": "Property Management",
140
+ "notifications": [],
141
+ "notificationClickEvent": "PROPERTY_NOTIFICATIONS_OPEN",
142
+ "contentTrait": "@trait.PropertyCatalog"
143
143
  },
144
144
  "events": {
145
145
  "SEARCH": "PROPERTY_SEARCH",
@@ -226,33 +226,32 @@
226
226
  "render-ui",
227
227
  "main",
228
228
  {
229
- "direction": "vertical",
229
+ "gap": "lg",
230
230
  "children": [
231
231
  {
232
- "type": "stack",
232
+ "gap": "md",
233
233
  "align": "center",
234
+ "justify": "between",
234
235
  "children": [
235
236
  {
237
+ "type": "stack",
238
+ "align": "center",
239
+ "gap": "sm",
240
+ "direction": "horizontal",
236
241
  "children": [
237
242
  {
238
243
  "type": "icon",
239
244
  "name": "home"
240
245
  },
241
246
  {
247
+ "type": "typography",
242
248
  "content": "Properties",
243
- "variant": "h2",
244
- "type": "typography"
249
+ "variant": "h2"
245
250
  }
246
- ],
247
- "type": "stack",
248
- "align": "center",
249
- "direction": "horizontal",
250
- "gap": "sm"
251
+ ]
251
252
  },
252
253
  {
253
254
  "direction": "horizontal",
254
- "gap": "sm",
255
- "type": "stack",
256
255
  "children": [
257
256
  {
258
257
  "type": "button",
@@ -261,25 +260,26 @@
261
260
  "action": "CREATE",
262
261
  "icon": "plus"
263
262
  }
264
- ]
263
+ ],
264
+ "type": "stack",
265
+ "gap": "sm"
265
266
  }
266
267
  ],
267
- "direction": "horizontal",
268
- "gap": "md",
269
- "justify": "between"
268
+ "type": "stack",
269
+ "direction": "horizontal"
270
270
  },
271
271
  {
272
272
  "type": "divider"
273
273
  },
274
274
  {
275
+ "type": "stack",
276
+ "align": "center",
277
+ "gap": "md",
275
278
  "children": [
276
279
  "@trait.PropertySearch",
277
280
  "@trait.PropertyFilter"
278
281
  ],
279
- "gap": "md",
280
- "type": "stack",
281
- "direction": "horizontal",
282
- "align": "center"
282
+ "direction": "horizontal"
283
283
  },
284
284
  "@trait.PropertyStats",
285
285
  "@trait.PropertyGraphs",
@@ -288,7 +288,7 @@
288
288
  },
289
289
  "@trait.PropertyBrowseList"
290
290
  ],
291
- "gap": "lg",
291
+ "direction": "vertical",
292
292
  "type": "stack"
293
293
  }
294
294
  ]
@@ -308,7 +308,6 @@
308
308
  "render-ui",
309
309
  "main",
310
310
  {
311
- "gap": "md",
312
311
  "children": [
313
312
  {
314
313
  "type": "icon",
@@ -322,19 +321,20 @@
322
321
  {
323
322
  "type": "typography",
324
323
  "color": "muted",
325
- "variant": "caption",
326
- "content": "You're all caught up."
324
+ "content": "You're all caught up.",
325
+ "variant": "caption"
327
326
  },
328
327
  {
328
+ "type": "button",
329
329
  "label": "Back to properties",
330
- "action": "INIT",
331
330
  "variant": "ghost",
332
- "type": "button"
331
+ "action": "INIT"
333
332
  }
334
333
  ],
335
- "direction": "vertical",
336
334
  "type": "stack",
337
335
  "align": "center",
336
+ "direction": "vertical",
337
+ "gap": "md",
338
338
  "className": "py-8"
339
339
  }
340
340
  ]
@@ -348,8 +348,8 @@
348
348
  "ref": "Search.traits.SearchResultSearch",
349
349
  "name": "PropertySearch",
350
350
  "config": {
351
- "event": "PROPERTY_SEARCH",
352
- "placeholder": "Search properties…"
351
+ "placeholder": "Search properties…",
352
+ "event": "PROPERTY_SEARCH"
353
353
  }
354
354
  },
355
355
  {
@@ -359,24 +359,24 @@
359
359
  "filters": [
360
360
  {
361
361
  "field": "propertyType",
362
- "label": "Type",
363
362
  "filterType": "select",
364
363
  "options": [
365
364
  "single-family",
366
365
  "multi-family",
367
366
  "commercial",
368
367
  "mixed-use"
369
- ]
368
+ ],
369
+ "label": "Type"
370
370
  },
371
371
  {
372
+ "field": "status",
372
373
  "filterType": "select",
373
374
  "options": [
374
375
  "active",
375
376
  "vacant",
376
377
  "under-renovation"
377
378
  ],
378
- "label": "Status",
379
- "field": "status"
379
+ "label": "Status"
380
380
  }
381
381
  ],
382
382
  "event": "PROPERTY_FILTER"
@@ -386,19 +386,18 @@
386
386
  "ref": "Stats.traits.StatsItemStats",
387
387
  "name": "PropertyStats",
388
388
  "config": {
389
+ "title": "Properties",
389
390
  "metrics": [
390
391
  {
391
- "icon": "home",
392
- "label": "Total",
393
- "aggregation": "count",
394
392
  "variant": "primary",
395
- "format": "number"
393
+ "label": "Total",
394
+ "icon": "home",
395
+ "format": "number",
396
+ "aggregation": "count"
396
397
  },
397
398
  {
398
- "aggregation": "count",
399
399
  "label": "Active",
400
- "icon": "check-circle",
401
- "format": "number",
400
+ "variant": "success",
402
401
  "filter": [
403
402
  "fn",
404
403
  "row",
@@ -408,11 +407,16 @@
408
407
  "active"
409
408
  ]
410
409
  ],
411
- "variant": "success"
410
+ "aggregation": "count",
411
+ "format": "number",
412
+ "icon": "check-circle"
412
413
  },
413
414
  {
415
+ "icon": "circle",
416
+ "label": "Vacant",
414
417
  "aggregation": "count",
415
418
  "variant": "warning",
419
+ "format": "number",
416
420
  "filter": [
417
421
  "fn",
418
422
  "row",
@@ -421,21 +425,17 @@
421
425
  "@row.status",
422
426
  "vacant"
423
427
  ]
424
- ],
425
- "label": "Vacant",
426
- "format": "number",
427
- "icon": "circle"
428
+ ]
428
429
  },
429
430
  {
430
- "label": "Total Units",
431
431
  "icon": "layers",
432
- "variant": "info",
433
- "field": "unitCount",
432
+ "label": "Total Units",
434
433
  "aggregation": "sum",
435
- "format": "number"
434
+ "format": "number",
435
+ "variant": "info",
436
+ "field": "unitCount"
436
437
  }
437
- ],
438
- "title": "Properties"
438
+ ]
439
439
  },
440
440
  "listens": [
441
441
  {
@@ -453,12 +453,12 @@
453
453
  "name": "PropertyGraphs",
454
454
  "config": {
455
455
  "title": "Properties by Type",
456
- "aggregation": "count",
457
- "categoryField": "propertyType",
458
- "height": 240.0,
459
456
  "subtitle": "Portfolio composition across property types",
457
+ "height": 240.0,
458
+ "showLegend": false,
460
459
  "chartType": "bar",
461
- "showLegend": false
460
+ "categoryField": "propertyType",
461
+ "aggregation": "count"
462
462
  },
463
463
  "listens": [
464
464
  {
@@ -476,7 +476,6 @@
476
476
  "name": "PropertyBrowseList",
477
477
  "linkedEntity": "Property",
478
478
  "config": {
479
- "gap": "sm",
480
479
  "fields": [
481
480
  {
482
481
  "icon": "home",
@@ -492,28 +491,29 @@
492
491
  "name": "status"
493
492
  },
494
493
  {
495
- "variant": "caption",
496
- "name": "unitCount"
494
+ "name": "unitCount",
495
+ "variant": "caption"
497
496
  }
498
497
  ],
498
+ "cols": 1.0,
499
499
  "itemActions": [
500
500
  {
501
- "label": "View",
501
+ "variant": "ghost",
502
502
  "event": "VIEW",
503
- "variant": "ghost"
503
+ "label": "View"
504
504
  },
505
505
  {
506
+ "label": "Edit",
506
507
  "variant": "ghost",
507
- "event": "EDIT",
508
- "label": "Edit"
508
+ "event": "EDIT"
509
509
  },
510
510
  {
511
+ "event": "DELETE",
511
512
  "label": "Delete",
512
- "variant": "danger",
513
- "event": "DELETE"
513
+ "variant": "danger"
514
514
  }
515
515
  ],
516
- "cols": 1.0
516
+ "gap": "sm"
517
517
  },
518
518
  "listens": [
519
519
  {
@@ -563,15 +563,15 @@
563
563
  "name": "PropertyCreate",
564
564
  "linkedEntity": "Property",
565
565
  "config": {
566
+ "title": "New Property",
566
567
  "fields": [
567
568
  "address",
568
569
  "unitCount",
569
570
  "propertyType",
570
571
  "status"
571
572
  ],
572
- "mode": "create",
573
573
  "icon": "plus-circle",
574
- "title": "New Property"
574
+ "mode": "create"
575
575
  },
576
576
  "events": {
577
577
  "OPEN": "CREATE"
@@ -592,15 +592,15 @@
592
592
  "name": "PropertyEdit",
593
593
  "linkedEntity": "Property",
594
594
  "config": {
595
- "title": "Edit Property",
596
- "mode": "edit",
597
595
  "fields": [
598
596
  "address",
599
597
  "unitCount",
600
598
  "propertyType",
601
599
  "status"
602
600
  ],
603
- "icon": "edit"
601
+ "icon": "edit",
602
+ "title": "Edit Property",
603
+ "mode": "edit"
604
604
  },
605
605
  "events": {
606
606
  "OPEN": "EDIT"
@@ -621,15 +621,15 @@
621
621
  "name": "PropertyView",
622
622
  "linkedEntity": "Property",
623
623
  "config": {
624
- "icon": "eye",
625
- "title": "View Property",
626
- "mode": "edit",
627
624
  "fields": [
628
625
  "address",
629
626
  "unitCount",
630
627
  "propertyType",
631
628
  "status"
632
- ]
629
+ ],
630
+ "icon": "eye",
631
+ "title": "View Property",
632
+ "mode": "edit"
633
633
  },
634
634
  "events": {
635
635
  "OPEN": "VIEW"
@@ -651,9 +651,9 @@
651
651
  "linkedEntity": "Property",
652
652
  "config": {
653
653
  "title": "Delete Property",
654
+ "icon": "alert-triangle",
654
655
  "confirmLabel": "Delete",
655
- "alertMessage": "This action cannot be undone.",
656
- "icon": "alert-triangle"
656
+ "alertMessage": "This action cannot be undone."
657
657
  },
658
658
  "events": {
659
659
  "REQUEST": "DELETE",
@@ -898,6 +898,832 @@
898
898
  ]
899
899
  }
900
900
  ]
901
+ },
902
+ {
903
+ "name": "LeasePanelOrbital",
904
+ "uses": [
905
+ {
906
+ "from": "std/behaviors/std-app-layout",
907
+ "as": "AppShell"
908
+ },
909
+ {
910
+ "from": "std/behaviors/std-lease",
911
+ "as": "Lease"
912
+ }
913
+ ],
914
+ "entity": {
915
+ "name": "Lease",
916
+ "collection": "leases",
917
+ "persistence": "persistent",
918
+ "fields": [
919
+ {
920
+ "name": "id",
921
+ "type": "string",
922
+ "required": true
923
+ },
924
+ {
925
+ "name": "tenantId",
926
+ "type": "string",
927
+ "required": true
928
+ },
929
+ {
930
+ "name": "tenantName",
931
+ "type": "string",
932
+ "default": ""
933
+ },
934
+ {
935
+ "name": "unitId",
936
+ "type": "string",
937
+ "default": ""
938
+ },
939
+ {
940
+ "name": "unitLabel",
941
+ "type": "string",
942
+ "default": ""
943
+ },
944
+ {
945
+ "name": "startDate",
946
+ "type": "string",
947
+ "required": true
948
+ },
949
+ {
950
+ "name": "endDate",
951
+ "type": "string",
952
+ "default": ""
953
+ },
954
+ {
955
+ "name": "monthlyRent",
956
+ "type": "number",
957
+ "default": 0.0
958
+ },
959
+ {
960
+ "name": "status",
961
+ "type": "string",
962
+ "default": "pending",
963
+ "values": [
964
+ "active",
965
+ "expired",
966
+ "terminated",
967
+ "pending"
968
+ ]
969
+ },
970
+ {
971
+ "name": "notes",
972
+ "type": "string",
973
+ "default": ""
974
+ }
975
+ ]
976
+ },
977
+ "traits": [
978
+ {
979
+ "ref": "AppShell.traits.AppLayout",
980
+ "name": "LeaseAppLayout",
981
+ "config": {
982
+ "contentTrait": "@trait.LeasePanel",
983
+ "notificationClickEvent": "LEASE_NOTIFICATIONS_OPEN",
984
+ "searchEvent": "LEASE_SEARCH",
985
+ "notifications": [],
986
+ "appName": "Property Management",
987
+ "navItems": [
988
+ {
989
+ "label": "Properties",
990
+ "href": "/properties",
991
+ "icon": "home"
992
+ },
993
+ {
994
+ "icon": "file-text",
995
+ "href": "/leases",
996
+ "label": "Leases"
997
+ },
998
+ {
999
+ "icon": "users",
1000
+ "label": "Tenants",
1001
+ "href": "/tenants"
1002
+ },
1003
+ {
1004
+ "href": "/rent-charges",
1005
+ "label": "Rent Charges",
1006
+ "icon": "credit-card"
1007
+ },
1008
+ {
1009
+ "href": "/maintenance",
1010
+ "icon": "wrench",
1011
+ "label": "Maintenance"
1012
+ }
1013
+ ]
1014
+ },
1015
+ "events": {
1016
+ "SEARCH": "LEASE_SEARCH",
1017
+ "NOTIFY_CLICK": "LEASE_NOTIFICATIONS_OPEN"
1018
+ }
1019
+ },
1020
+ {
1021
+ "name": "LeasePanel",
1022
+ "category": "interaction",
1023
+ "stateMachine": {
1024
+ "states": [
1025
+ {
1026
+ "name": "composing",
1027
+ "isInitial": true
1028
+ }
1029
+ ],
1030
+ "events": [
1031
+ {
1032
+ "key": "INIT",
1033
+ "name": "Initialize"
1034
+ }
1035
+ ],
1036
+ "transitions": [
1037
+ {
1038
+ "from": "composing",
1039
+ "to": "composing",
1040
+ "event": "INIT",
1041
+ "effects": [
1042
+ [
1043
+ "render-ui",
1044
+ "main",
1045
+ {
1046
+ "type": "stack",
1047
+ "direction": "vertical",
1048
+ "className": "max-w-6xl mx-auto w-full p-4",
1049
+ "children": [
1050
+ {
1051
+ "align": "center",
1052
+ "type": "stack",
1053
+ "children": [
1054
+ {
1055
+ "name": "file-text",
1056
+ "type": "icon"
1057
+ },
1058
+ {
1059
+ "content": "Leases",
1060
+ "variant": "h2",
1061
+ "type": "typography"
1062
+ }
1063
+ ],
1064
+ "gap": "sm",
1065
+ "direction": "horizontal"
1066
+ },
1067
+ {
1068
+ "type": "divider"
1069
+ },
1070
+ "@trait.LeaseView"
1071
+ ],
1072
+ "gap": "lg"
1073
+ }
1074
+ ]
1075
+ ]
1076
+ }
1077
+ ]
1078
+ },
1079
+ "scope": "instance"
1080
+ },
1081
+ {
1082
+ "ref": "Lease.traits.LeaseManager",
1083
+ "name": "LeaseView",
1084
+ "config": {
1085
+ "title": "Leases"
1086
+ }
1087
+ }
1088
+ ],
1089
+ "pages": [
1090
+ {
1091
+ "name": "LeasesPage",
1092
+ "path": "/leases",
1093
+ "traits": [
1094
+ {
1095
+ "ref": "LeaseAppLayout"
1096
+ },
1097
+ {
1098
+ "ref": "LeasePanel"
1099
+ },
1100
+ {
1101
+ "ref": "LeaseView"
1102
+ }
1103
+ ]
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "name": "TenantPanelOrbital",
1109
+ "uses": [
1110
+ {
1111
+ "from": "std/behaviors/std-app-layout",
1112
+ "as": "AppShell"
1113
+ },
1114
+ {
1115
+ "from": "std/behaviors/std-tenant",
1116
+ "as": "Tenant"
1117
+ }
1118
+ ],
1119
+ "entity": {
1120
+ "name": "Tenant",
1121
+ "collection": "tenants",
1122
+ "persistence": "persistent",
1123
+ "fields": [
1124
+ {
1125
+ "name": "id",
1126
+ "type": "string",
1127
+ "required": true
1128
+ },
1129
+ {
1130
+ "name": "name",
1131
+ "type": "string",
1132
+ "required": true
1133
+ },
1134
+ {
1135
+ "name": "email",
1136
+ "type": "string",
1137
+ "default": ""
1138
+ },
1139
+ {
1140
+ "name": "phone",
1141
+ "type": "string",
1142
+ "default": ""
1143
+ },
1144
+ {
1145
+ "name": "leaseId",
1146
+ "type": "string",
1147
+ "default": ""
1148
+ },
1149
+ {
1150
+ "name": "moveInDate",
1151
+ "type": "string",
1152
+ "default": ""
1153
+ },
1154
+ {
1155
+ "name": "moveOutDate",
1156
+ "type": "string",
1157
+ "default": ""
1158
+ },
1159
+ {
1160
+ "name": "status",
1161
+ "type": "string",
1162
+ "default": "prospective",
1163
+ "values": [
1164
+ "current",
1165
+ "former",
1166
+ "prospective"
1167
+ ]
1168
+ },
1169
+ {
1170
+ "name": "notes",
1171
+ "type": "string",
1172
+ "default": ""
1173
+ }
1174
+ ]
1175
+ },
1176
+ "traits": [
1177
+ {
1178
+ "ref": "AppShell.traits.AppLayout",
1179
+ "name": "TenantAppLayout",
1180
+ "config": {
1181
+ "contentTrait": "@trait.TenantPanel",
1182
+ "notifications": [],
1183
+ "navItems": [
1184
+ {
1185
+ "href": "/properties",
1186
+ "label": "Properties",
1187
+ "icon": "home"
1188
+ },
1189
+ {
1190
+ "icon": "file-text",
1191
+ "label": "Leases",
1192
+ "href": "/leases"
1193
+ },
1194
+ {
1195
+ "label": "Tenants",
1196
+ "href": "/tenants",
1197
+ "icon": "users"
1198
+ },
1199
+ {
1200
+ "icon": "credit-card",
1201
+ "label": "Rent Charges",
1202
+ "href": "/rent-charges"
1203
+ },
1204
+ {
1205
+ "href": "/maintenance",
1206
+ "icon": "wrench",
1207
+ "label": "Maintenance"
1208
+ }
1209
+ ],
1210
+ "notificationClickEvent": "TENANT_NOTIFICATIONS_OPEN",
1211
+ "appName": "Property Management",
1212
+ "searchEvent": "TENANT_SEARCH"
1213
+ },
1214
+ "events": {
1215
+ "SEARCH": "TENANT_SEARCH",
1216
+ "NOTIFY_CLICK": "TENANT_NOTIFICATIONS_OPEN"
1217
+ }
1218
+ },
1219
+ {
1220
+ "name": "TenantPanel",
1221
+ "category": "interaction",
1222
+ "stateMachine": {
1223
+ "states": [
1224
+ {
1225
+ "name": "composing",
1226
+ "isInitial": true
1227
+ }
1228
+ ],
1229
+ "events": [
1230
+ {
1231
+ "key": "INIT",
1232
+ "name": "Initialize"
1233
+ }
1234
+ ],
1235
+ "transitions": [
1236
+ {
1237
+ "from": "composing",
1238
+ "to": "composing",
1239
+ "event": "INIT",
1240
+ "effects": [
1241
+ [
1242
+ "render-ui",
1243
+ "main",
1244
+ {
1245
+ "type": "stack",
1246
+ "gap": "lg",
1247
+ "direction": "vertical",
1248
+ "className": "max-w-6xl mx-auto w-full p-4",
1249
+ "children": [
1250
+ {
1251
+ "direction": "horizontal",
1252
+ "align": "center",
1253
+ "children": [
1254
+ {
1255
+ "name": "users",
1256
+ "type": "icon"
1257
+ },
1258
+ {
1259
+ "content": "Tenants",
1260
+ "type": "typography",
1261
+ "variant": "h2"
1262
+ }
1263
+ ],
1264
+ "type": "stack",
1265
+ "gap": "sm"
1266
+ },
1267
+ {
1268
+ "type": "divider"
1269
+ },
1270
+ "@trait.TenantView"
1271
+ ]
1272
+ }
1273
+ ]
1274
+ ]
1275
+ }
1276
+ ]
1277
+ },
1278
+ "scope": "instance"
1279
+ },
1280
+ {
1281
+ "ref": "Tenant.traits.TenantDirectory",
1282
+ "name": "TenantView",
1283
+ "config": {
1284
+ "title": "Tenants"
1285
+ }
1286
+ }
1287
+ ],
1288
+ "pages": [
1289
+ {
1290
+ "name": "TenantsPage",
1291
+ "path": "/tenants",
1292
+ "traits": [
1293
+ {
1294
+ "ref": "TenantAppLayout"
1295
+ },
1296
+ {
1297
+ "ref": "TenantPanel"
1298
+ },
1299
+ {
1300
+ "ref": "TenantView"
1301
+ }
1302
+ ]
1303
+ }
1304
+ ]
1305
+ },
1306
+ {
1307
+ "name": "RentChargePanelOrbital",
1308
+ "uses": [
1309
+ {
1310
+ "from": "std/behaviors/std-app-layout",
1311
+ "as": "AppShell"
1312
+ },
1313
+ {
1314
+ "from": "std/behaviors/std-rent-charge",
1315
+ "as": "RentCharge"
1316
+ }
1317
+ ],
1318
+ "entity": {
1319
+ "name": "RentCharge",
1320
+ "collection": "rentcharges",
1321
+ "persistence": "persistent",
1322
+ "fields": [
1323
+ {
1324
+ "name": "id",
1325
+ "type": "string",
1326
+ "required": true
1327
+ },
1328
+ {
1329
+ "name": "tenantId",
1330
+ "type": "string",
1331
+ "required": true
1332
+ },
1333
+ {
1334
+ "name": "leaseId",
1335
+ "type": "string",
1336
+ "default": ""
1337
+ },
1338
+ {
1339
+ "name": "amount",
1340
+ "type": "number",
1341
+ "default": 0.0
1342
+ },
1343
+ {
1344
+ "name": "dueDate",
1345
+ "type": "string",
1346
+ "required": true
1347
+ },
1348
+ {
1349
+ "name": "paidAt",
1350
+ "type": "string",
1351
+ "default": ""
1352
+ },
1353
+ {
1354
+ "name": "status",
1355
+ "type": "string",
1356
+ "default": "unpaid",
1357
+ "values": [
1358
+ "unpaid",
1359
+ "paid",
1360
+ "overdue",
1361
+ "waived"
1362
+ ]
1363
+ },
1364
+ {
1365
+ "name": "lateFee",
1366
+ "type": "number",
1367
+ "default": 0.0
1368
+ },
1369
+ {
1370
+ "name": "notes",
1371
+ "type": "string",
1372
+ "default": ""
1373
+ }
1374
+ ]
1375
+ },
1376
+ "traits": [
1377
+ {
1378
+ "ref": "AppShell.traits.AppLayout",
1379
+ "name": "RentChargeAppLayout",
1380
+ "config": {
1381
+ "navItems": [
1382
+ {
1383
+ "href": "/properties",
1384
+ "icon": "home",
1385
+ "label": "Properties"
1386
+ },
1387
+ {
1388
+ "href": "/leases",
1389
+ "icon": "file-text",
1390
+ "label": "Leases"
1391
+ },
1392
+ {
1393
+ "icon": "users",
1394
+ "label": "Tenants",
1395
+ "href": "/tenants"
1396
+ },
1397
+ {
1398
+ "icon": "credit-card",
1399
+ "href": "/rent-charges",
1400
+ "label": "Rent Charges"
1401
+ },
1402
+ {
1403
+ "label": "Maintenance",
1404
+ "href": "/maintenance",
1405
+ "icon": "wrench"
1406
+ }
1407
+ ],
1408
+ "searchEvent": "RENT_CHARGE_SEARCH",
1409
+ "appName": "Property Management",
1410
+ "notifications": [],
1411
+ "notificationClickEvent": "RENT_CHARGE_NOTIFICATIONS_OPEN",
1412
+ "contentTrait": "@trait.RentChargePanel"
1413
+ },
1414
+ "events": {
1415
+ "NOTIFY_CLICK": "RENT_CHARGE_NOTIFICATIONS_OPEN",
1416
+ "SEARCH": "RENT_CHARGE_SEARCH"
1417
+ }
1418
+ },
1419
+ {
1420
+ "name": "RentChargePanel",
1421
+ "category": "interaction",
1422
+ "stateMachine": {
1423
+ "states": [
1424
+ {
1425
+ "name": "composing",
1426
+ "isInitial": true
1427
+ }
1428
+ ],
1429
+ "events": [
1430
+ {
1431
+ "key": "INIT",
1432
+ "name": "Initialize"
1433
+ }
1434
+ ],
1435
+ "transitions": [
1436
+ {
1437
+ "from": "composing",
1438
+ "to": "composing",
1439
+ "event": "INIT",
1440
+ "effects": [
1441
+ [
1442
+ "render-ui",
1443
+ "main",
1444
+ {
1445
+ "direction": "vertical",
1446
+ "className": "max-w-6xl mx-auto w-full p-4",
1447
+ "type": "stack",
1448
+ "children": [
1449
+ {
1450
+ "type": "stack",
1451
+ "direction": "horizontal",
1452
+ "gap": "sm",
1453
+ "align": "center",
1454
+ "children": [
1455
+ {
1456
+ "type": "icon",
1457
+ "name": "credit-card"
1458
+ },
1459
+ {
1460
+ "type": "typography",
1461
+ "variant": "h2",
1462
+ "content": "Rent Charges"
1463
+ }
1464
+ ]
1465
+ },
1466
+ {
1467
+ "type": "divider"
1468
+ },
1469
+ "@trait.RentChargeView"
1470
+ ],
1471
+ "gap": "lg"
1472
+ }
1473
+ ]
1474
+ ]
1475
+ }
1476
+ ]
1477
+ },
1478
+ "scope": "instance"
1479
+ },
1480
+ {
1481
+ "ref": "RentCharge.traits.RentChargeLedger",
1482
+ "name": "RentChargeView",
1483
+ "config": {
1484
+ "title": "Rent Charges"
1485
+ }
1486
+ }
1487
+ ],
1488
+ "pages": [
1489
+ {
1490
+ "name": "RentChargesPage",
1491
+ "path": "/rent-charges",
1492
+ "traits": [
1493
+ {
1494
+ "ref": "RentChargeAppLayout"
1495
+ },
1496
+ {
1497
+ "ref": "RentChargePanel"
1498
+ },
1499
+ {
1500
+ "ref": "RentChargeView"
1501
+ }
1502
+ ]
1503
+ }
1504
+ ]
1505
+ },
1506
+ {
1507
+ "name": "MaintenanceRequestPanelOrbital",
1508
+ "uses": [
1509
+ {
1510
+ "from": "std/behaviors/std-app-layout",
1511
+ "as": "AppShell"
1512
+ },
1513
+ {
1514
+ "from": "std/behaviors/std-maintenance-request",
1515
+ "as": "MaintenanceRequest"
1516
+ }
1517
+ ],
1518
+ "entity": {
1519
+ "name": "MaintenanceRequest",
1520
+ "collection": "maintenancerequests",
1521
+ "persistence": "persistent",
1522
+ "fields": [
1523
+ {
1524
+ "name": "id",
1525
+ "type": "string",
1526
+ "required": true
1527
+ },
1528
+ {
1529
+ "name": "unitId",
1530
+ "type": "string",
1531
+ "required": true
1532
+ },
1533
+ {
1534
+ "name": "tenantId",
1535
+ "type": "string",
1536
+ "default": ""
1537
+ },
1538
+ {
1539
+ "name": "requesterName",
1540
+ "type": "string",
1541
+ "default": ""
1542
+ },
1543
+ {
1544
+ "name": "description",
1545
+ "type": "string",
1546
+ "required": true
1547
+ },
1548
+ {
1549
+ "name": "priority",
1550
+ "type": "string",
1551
+ "default": "medium",
1552
+ "values": [
1553
+ "low",
1554
+ "medium",
1555
+ "high",
1556
+ "urgent"
1557
+ ]
1558
+ },
1559
+ {
1560
+ "name": "status",
1561
+ "type": "string",
1562
+ "default": "open",
1563
+ "values": [
1564
+ "open",
1565
+ "scheduled",
1566
+ "in_progress",
1567
+ "completed",
1568
+ "cancelled"
1569
+ ]
1570
+ },
1571
+ {
1572
+ "name": "assignedTo",
1573
+ "type": "string",
1574
+ "default": ""
1575
+ },
1576
+ {
1577
+ "name": "requestedAt",
1578
+ "type": "string",
1579
+ "default": ""
1580
+ },
1581
+ {
1582
+ "name": "scheduledAt",
1583
+ "type": "string",
1584
+ "default": ""
1585
+ },
1586
+ {
1587
+ "name": "completedAt",
1588
+ "type": "string",
1589
+ "default": ""
1590
+ },
1591
+ {
1592
+ "name": "notes",
1593
+ "type": "string",
1594
+ "default": ""
1595
+ }
1596
+ ]
1597
+ },
1598
+ "traits": [
1599
+ {
1600
+ "ref": "AppShell.traits.AppLayout",
1601
+ "name": "MaintenanceRequestAppLayout",
1602
+ "config": {
1603
+ "navItems": [
1604
+ {
1605
+ "icon": "home",
1606
+ "label": "Properties",
1607
+ "href": "/properties"
1608
+ },
1609
+ {
1610
+ "icon": "file-text",
1611
+ "href": "/leases",
1612
+ "label": "Leases"
1613
+ },
1614
+ {
1615
+ "icon": "users",
1616
+ "label": "Tenants",
1617
+ "href": "/tenants"
1618
+ },
1619
+ {
1620
+ "href": "/rent-charges",
1621
+ "label": "Rent Charges",
1622
+ "icon": "credit-card"
1623
+ },
1624
+ {
1625
+ "label": "Maintenance",
1626
+ "icon": "wrench",
1627
+ "href": "/maintenance"
1628
+ }
1629
+ ],
1630
+ "searchEvent": "MAINTENANCE_REQUEST_SEARCH",
1631
+ "contentTrait": "@trait.MaintenanceRequestPanel",
1632
+ "notificationClickEvent": "MAINTENANCE_REQUEST_NOTIFICATIONS_OPEN",
1633
+ "notifications": [],
1634
+ "appName": "Property Management"
1635
+ },
1636
+ "events": {
1637
+ "SEARCH": "MAINTENANCE_REQUEST_SEARCH",
1638
+ "NOTIFY_CLICK": "MAINTENANCE_REQUEST_NOTIFICATIONS_OPEN"
1639
+ }
1640
+ },
1641
+ {
1642
+ "name": "MaintenanceRequestPanel",
1643
+ "category": "interaction",
1644
+ "stateMachine": {
1645
+ "states": [
1646
+ {
1647
+ "name": "composing",
1648
+ "isInitial": true
1649
+ }
1650
+ ],
1651
+ "events": [
1652
+ {
1653
+ "key": "INIT",
1654
+ "name": "Initialize"
1655
+ }
1656
+ ],
1657
+ "transitions": [
1658
+ {
1659
+ "from": "composing",
1660
+ "to": "composing",
1661
+ "event": "INIT",
1662
+ "effects": [
1663
+ [
1664
+ "render-ui",
1665
+ "main",
1666
+ {
1667
+ "type": "stack",
1668
+ "gap": "lg",
1669
+ "children": [
1670
+ {
1671
+ "gap": "sm",
1672
+ "children": [
1673
+ {
1674
+ "type": "icon",
1675
+ "name": "tool"
1676
+ },
1677
+ {
1678
+ "content": "Maintenance Requests",
1679
+ "type": "typography",
1680
+ "variant": "h2"
1681
+ }
1682
+ ],
1683
+ "type": "stack",
1684
+ "direction": "horizontal",
1685
+ "align": "center"
1686
+ },
1687
+ {
1688
+ "type": "divider"
1689
+ },
1690
+ "@trait.MaintenanceRequestView"
1691
+ ],
1692
+ "direction": "vertical",
1693
+ "className": "max-w-6xl mx-auto w-full p-4"
1694
+ }
1695
+ ]
1696
+ ]
1697
+ }
1698
+ ]
1699
+ },
1700
+ "scope": "instance"
1701
+ },
1702
+ {
1703
+ "ref": "MaintenanceRequest.traits.MaintenanceRequestQueue",
1704
+ "name": "MaintenanceRequestView",
1705
+ "config": {
1706
+ "title": "Maintenance Requests"
1707
+ }
1708
+ }
1709
+ ],
1710
+ "pages": [
1711
+ {
1712
+ "name": "MaintenancePage",
1713
+ "path": "/maintenance",
1714
+ "traits": [
1715
+ {
1716
+ "ref": "MaintenanceRequestAppLayout"
1717
+ },
1718
+ {
1719
+ "ref": "MaintenanceRequestPanel"
1720
+ },
1721
+ {
1722
+ "ref": "MaintenanceRequestView"
1723
+ }
1724
+ ]
1725
+ }
1726
+ ]
901
1727
  }
902
1728
  ]
903
1729
  }