@almadar/std 14.24.0 → 14.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -108,11 +108,8 @@
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
111
  "contentTrait": "@trait.PropertyCatalog",
112
+ "appName": "Property Management",
116
113
  "navItems": [
117
114
  {
118
115
  "href": "/properties",
@@ -120,26 +117,29 @@
120
117
  "label": "Properties"
121
118
  },
122
119
  {
123
- "href": "/tenants",
124
- "label": "Tenants",
125
- "icon": "users"
120
+ "icon": "file-text",
121
+ "label": "Leases",
122
+ "href": "/leases"
126
123
  },
127
124
  {
128
- "href": "/leases",
129
- "icon": "file-text",
130
- "label": "Leases"
125
+ "icon": "users",
126
+ "label": "Tenants",
127
+ "href": "/tenants"
131
128
  },
132
129
  {
133
- "icon": "dollar-sign",
134
- "label": "Rent",
135
- "href": "/rent-charges"
130
+ "icon": "credit-card",
131
+ "href": "/rent-charges",
132
+ "label": "Rent Charges"
136
133
  },
137
134
  {
138
- "icon": "wrench",
139
135
  "href": "/maintenance",
140
- "label": "Maintenance"
136
+ "label": "Maintenance",
137
+ "icon": "wrench"
141
138
  }
142
- ]
139
+ ],
140
+ "notificationClickEvent": "PROPERTY_NOTIFICATIONS_OPEN",
141
+ "searchEvent": "PROPERTY_SEARCH",
142
+ "notifications": []
143
143
  },
144
144
  "events": {
145
145
  "SEARCH": "PROPERTY_SEARCH",
@@ -226,11 +226,14 @@
226
226
  "render-ui",
227
227
  "main",
228
228
  {
229
+ "type": "stack",
229
230
  "direction": "vertical",
231
+ "gap": "lg",
230
232
  "children": [
231
233
  {
232
- "type": "stack",
234
+ "gap": "md",
233
235
  "align": "center",
236
+ "justify": "between",
234
237
  "children": [
235
238
  {
236
239
  "children": [
@@ -239,47 +242,46 @@
239
242
  "name": "home"
240
243
  },
241
244
  {
242
- "content": "Properties",
243
245
  "variant": "h2",
244
- "type": "typography"
246
+ "type": "typography",
247
+ "content": "Properties"
245
248
  }
246
249
  ],
247
- "type": "stack",
248
- "align": "center",
249
250
  "direction": "horizontal",
250
- "gap": "sm"
251
+ "gap": "sm",
252
+ "type": "stack",
253
+ "align": "center"
251
254
  },
252
255
  {
256
+ "type": "stack",
253
257
  "direction": "horizontal",
254
258
  "gap": "sm",
255
- "type": "stack",
256
259
  "children": [
257
260
  {
258
- "type": "button",
259
261
  "label": "New Property",
260
- "variant": "primary",
262
+ "type": "button",
261
263
  "action": "CREATE",
262
- "icon": "plus"
264
+ "icon": "plus",
265
+ "variant": "primary"
263
266
  }
264
267
  ]
265
268
  }
266
269
  ],
267
270
  "direction": "horizontal",
268
- "gap": "md",
269
- "justify": "between"
271
+ "type": "stack"
270
272
  },
271
273
  {
272
274
  "type": "divider"
273
275
  },
274
276
  {
277
+ "direction": "horizontal",
278
+ "gap": "md",
279
+ "type": "stack",
280
+ "align": "center",
275
281
  "children": [
276
282
  "@trait.PropertySearch",
277
283
  "@trait.PropertyFilter"
278
- ],
279
- "gap": "md",
280
- "type": "stack",
281
- "direction": "horizontal",
282
- "align": "center"
284
+ ]
283
285
  },
284
286
  "@trait.PropertyStats",
285
287
  "@trait.PropertyGraphs",
@@ -287,9 +289,7 @@
287
289
  "type": "divider"
288
290
  },
289
291
  "@trait.PropertyBrowseList"
290
- ],
291
- "gap": "lg",
292
- "type": "stack"
292
+ ]
293
293
  }
294
294
  ]
295
295
  ]
@@ -309,33 +309,33 @@
309
309
  "main",
310
310
  {
311
311
  "gap": "md",
312
+ "type": "stack",
312
313
  "children": [
313
314
  {
314
- "type": "icon",
315
- "name": "bell"
315
+ "name": "bell",
316
+ "type": "icon"
316
317
  },
317
318
  {
318
- "content": "No notifications",
319
319
  "type": "typography",
320
- "variant": "h3"
320
+ "variant": "h3",
321
+ "content": "No notifications"
321
322
  },
322
323
  {
323
- "type": "typography",
324
- "color": "muted",
325
324
  "variant": "caption",
326
- "content": "You're all caught up."
325
+ "type": "typography",
326
+ "content": "You're all caught up.",
327
+ "color": "muted"
327
328
  },
328
329
  {
329
- "label": "Back to properties",
330
- "action": "INIT",
331
330
  "variant": "ghost",
332
- "type": "button"
331
+ "type": "button",
332
+ "label": "Back to properties",
333
+ "action": "INIT"
333
334
  }
334
335
  ],
336
+ "className": "py-8",
335
337
  "direction": "vertical",
336
- "type": "stack",
337
- "align": "center",
338
- "className": "py-8"
338
+ "align": "center"
339
339
  }
340
340
  ]
341
341
  ]
@@ -348,38 +348,38 @@
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
  {
356
356
  "ref": "Filter.traits.FilterTargetFilter",
357
357
  "name": "PropertyFilter",
358
358
  "config": {
359
+ "event": "PROPERTY_FILTER",
359
360
  "filters": [
360
361
  {
361
- "field": "propertyType",
362
362
  "label": "Type",
363
- "filterType": "select",
363
+ "field": "propertyType",
364
364
  "options": [
365
365
  "single-family",
366
366
  "multi-family",
367
367
  "commercial",
368
368
  "mixed-use"
369
- ]
369
+ ],
370
+ "filterType": "select"
370
371
  },
371
372
  {
372
373
  "filterType": "select",
374
+ "field": "status",
375
+ "label": "Status",
373
376
  "options": [
374
377
  "active",
375
378
  "vacant",
376
379
  "under-renovation"
377
- ],
378
- "label": "Status",
379
- "field": "status"
380
+ ]
380
381
  }
381
- ],
382
- "event": "PROPERTY_FILTER"
382
+ ]
383
383
  }
384
384
  },
385
385
  {
@@ -388,17 +388,18 @@
388
388
  "config": {
389
389
  "metrics": [
390
390
  {
391
- "icon": "home",
392
- "label": "Total",
393
- "aggregation": "count",
394
391
  "variant": "primary",
395
- "format": "number"
392
+ "format": "number",
393
+ "aggregation": "count",
394
+ "icon": "home",
395
+ "label": "Total"
396
396
  },
397
397
  {
398
- "aggregation": "count",
399
398
  "label": "Active",
400
399
  "icon": "check-circle",
400
+ "variant": "success",
401
401
  "format": "number",
402
+ "aggregation": "count",
402
403
  "filter": [
403
404
  "fn",
404
405
  "row",
@@ -407,12 +408,13 @@
407
408
  "@row.status",
408
409
  "active"
409
410
  ]
410
- ],
411
- "variant": "success"
411
+ ]
412
412
  },
413
413
  {
414
- "aggregation": "count",
415
414
  "variant": "warning",
415
+ "icon": "circle",
416
+ "aggregation": "count",
417
+ "label": "Vacant",
416
418
  "filter": [
417
419
  "fn",
418
420
  "row",
@@ -422,17 +424,15 @@
422
424
  "vacant"
423
425
  ]
424
426
  ],
425
- "label": "Vacant",
426
- "format": "number",
427
- "icon": "circle"
427
+ "format": "number"
428
428
  },
429
429
  {
430
- "label": "Total Units",
430
+ "format": "number",
431
+ "aggregation": "sum",
431
432
  "icon": "layers",
432
433
  "variant": "info",
433
434
  "field": "unitCount",
434
- "aggregation": "sum",
435
- "format": "number"
435
+ "label": "Total Units"
436
436
  }
437
437
  ],
438
438
  "title": "Properties"
@@ -452,13 +452,13 @@
452
452
  "ref": "Graphs.traits.GraphItemGraph",
453
453
  "name": "PropertyGraphs",
454
454
  "config": {
455
- "title": "Properties by Type",
456
- "aggregation": "count",
457
- "categoryField": "propertyType",
455
+ "chartType": "bar",
458
456
  "height": 240.0,
457
+ "showLegend": false,
458
+ "title": "Properties by Type",
459
459
  "subtitle": "Portfolio composition across property types",
460
- "chartType": "bar",
461
- "showLegend": false
460
+ "categoryField": "propertyType",
461
+ "aggregation": "count"
462
462
  },
463
463
  "listens": [
464
464
  {
@@ -479,8 +479,8 @@
479
479
  "gap": "sm",
480
480
  "fields": [
481
481
  {
482
- "icon": "home",
483
482
  "name": "address",
483
+ "icon": "home",
484
484
  "variant": "h3"
485
485
  },
486
486
  {
@@ -488,29 +488,29 @@
488
488
  "name": "propertyType"
489
489
  },
490
490
  {
491
- "variant": "badge",
492
- "name": "status"
491
+ "name": "status",
492
+ "variant": "badge"
493
493
  },
494
494
  {
495
- "variant": "caption",
496
- "name": "unitCount"
495
+ "name": "unitCount",
496
+ "variant": "caption"
497
497
  }
498
498
  ],
499
499
  "itemActions": [
500
500
  {
501
- "label": "View",
502
501
  "event": "VIEW",
503
- "variant": "ghost"
502
+ "variant": "ghost",
503
+ "label": "View"
504
504
  },
505
505
  {
506
506
  "variant": "ghost",
507
- "event": "EDIT",
508
- "label": "Edit"
507
+ "label": "Edit",
508
+ "event": "EDIT"
509
509
  },
510
510
  {
511
511
  "label": "Delete",
512
- "variant": "danger",
513
- "event": "DELETE"
512
+ "event": "DELETE",
513
+ "variant": "danger"
514
514
  }
515
515
  ],
516
516
  "cols": 1.0
@@ -563,13 +563,13 @@
563
563
  "name": "PropertyCreate",
564
564
  "linkedEntity": "Property",
565
565
  "config": {
566
+ "mode": "create",
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
574
  "title": "New Property"
575
575
  },
@@ -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
+ "mode": "edit",
602
+ "icon": "edit",
603
+ "title": "Edit Property"
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"
@@ -650,14 +650,14 @@
650
650
  "name": "PropertyDelete",
651
651
  "linkedEntity": "Property",
652
652
  "config": {
653
- "title": "Delete Property",
654
- "confirmLabel": "Delete",
655
653
  "alertMessage": "This action cannot be undone.",
656
- "icon": "alert-triangle"
654
+ "icon": "alert-triangle",
655
+ "confirmLabel": "Delete",
656
+ "title": "Delete Property"
657
657
  },
658
658
  "events": {
659
- "REQUEST": "DELETE",
660
- "CONFIRM": "CONFIRM_DELETE"
659
+ "CONFIRM": "CONFIRM_DELETE",
660
+ "REQUEST": "DELETE"
661
661
  },
662
662
  "listens": [
663
663
  {
@@ -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
+ "navItems": [
984
+ {
985
+ "label": "Properties",
986
+ "href": "/properties",
987
+ "icon": "home"
988
+ },
989
+ {
990
+ "label": "Leases",
991
+ "icon": "file-text",
992
+ "href": "/leases"
993
+ },
994
+ {
995
+ "href": "/tenants",
996
+ "icon": "users",
997
+ "label": "Tenants"
998
+ },
999
+ {
1000
+ "label": "Rent Charges",
1001
+ "icon": "credit-card",
1002
+ "href": "/rent-charges"
1003
+ },
1004
+ {
1005
+ "href": "/maintenance",
1006
+ "icon": "wrench",
1007
+ "label": "Maintenance"
1008
+ }
1009
+ ],
1010
+ "notificationClickEvent": "LEASE_NOTIFICATIONS_OPEN",
1011
+ "searchEvent": "LEASE_SEARCH",
1012
+ "notifications": [],
1013
+ "appName": "Property Management"
1014
+ },
1015
+ "events": {
1016
+ "NOTIFY_CLICK": "LEASE_NOTIFICATIONS_OPEN",
1017
+ "SEARCH": "LEASE_SEARCH"
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
+ "children": [
1047
+ {
1048
+ "children": [
1049
+ {
1050
+ "name": "file-text",
1051
+ "type": "icon"
1052
+ },
1053
+ {
1054
+ "variant": "h2",
1055
+ "content": "Leases",
1056
+ "type": "typography"
1057
+ }
1058
+ ],
1059
+ "type": "stack",
1060
+ "direction": "horizontal",
1061
+ "gap": "sm",
1062
+ "align": "center"
1063
+ },
1064
+ {
1065
+ "type": "divider"
1066
+ },
1067
+ "@trait.LeaseView"
1068
+ ],
1069
+ "direction": "vertical",
1070
+ "gap": "lg",
1071
+ "type": "stack",
1072
+ "className": "max-w-6xl mx-auto w-full p-4"
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
+ "searchEvent": "TENANT_SEARCH",
1182
+ "navItems": [
1183
+ {
1184
+ "icon": "home",
1185
+ "label": "Properties",
1186
+ "href": "/properties"
1187
+ },
1188
+ {
1189
+ "href": "/leases",
1190
+ "icon": "file-text",
1191
+ "label": "Leases"
1192
+ },
1193
+ {
1194
+ "label": "Tenants",
1195
+ "href": "/tenants",
1196
+ "icon": "users"
1197
+ },
1198
+ {
1199
+ "icon": "credit-card",
1200
+ "href": "/rent-charges",
1201
+ "label": "Rent Charges"
1202
+ },
1203
+ {
1204
+ "href": "/maintenance",
1205
+ "icon": "wrench",
1206
+ "label": "Maintenance"
1207
+ }
1208
+ ],
1209
+ "contentTrait": "@trait.TenantPanel",
1210
+ "notifications": [],
1211
+ "appName": "Property Management",
1212
+ "notificationClickEvent": "TENANT_NOTIFICATIONS_OPEN"
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
+ "direction": "vertical",
1246
+ "className": "max-w-6xl mx-auto w-full p-4",
1247
+ "children": [
1248
+ {
1249
+ "align": "center",
1250
+ "gap": "sm",
1251
+ "children": [
1252
+ {
1253
+ "type": "icon",
1254
+ "name": "users"
1255
+ },
1256
+ {
1257
+ "type": "typography",
1258
+ "variant": "h2",
1259
+ "content": "Tenants"
1260
+ }
1261
+ ],
1262
+ "direction": "horizontal",
1263
+ "type": "stack"
1264
+ },
1265
+ {
1266
+ "type": "divider"
1267
+ },
1268
+ "@trait.TenantView"
1269
+ ],
1270
+ "type": "stack",
1271
+ "gap": "lg"
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
+ "searchEvent": "RENT_CHARGE_SEARCH",
1382
+ "notifications": [],
1383
+ "notificationClickEvent": "RENT_CHARGE_NOTIFICATIONS_OPEN",
1384
+ "contentTrait": "@trait.RentChargePanel",
1385
+ "navItems": [
1386
+ {
1387
+ "label": "Properties",
1388
+ "icon": "home",
1389
+ "href": "/properties"
1390
+ },
1391
+ {
1392
+ "label": "Leases",
1393
+ "href": "/leases",
1394
+ "icon": "file-text"
1395
+ },
1396
+ {
1397
+ "label": "Tenants",
1398
+ "icon": "users",
1399
+ "href": "/tenants"
1400
+ },
1401
+ {
1402
+ "label": "Rent Charges",
1403
+ "href": "/rent-charges",
1404
+ "icon": "credit-card"
1405
+ },
1406
+ {
1407
+ "label": "Maintenance",
1408
+ "icon": "wrench",
1409
+ "href": "/maintenance"
1410
+ }
1411
+ ],
1412
+ "appName": "Property Management"
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
+ "type": "stack",
1446
+ "children": [
1447
+ {
1448
+ "align": "center",
1449
+ "type": "stack",
1450
+ "children": [
1451
+ {
1452
+ "type": "icon",
1453
+ "name": "credit-card"
1454
+ },
1455
+ {
1456
+ "content": "Rent Charges",
1457
+ "variant": "h2",
1458
+ "type": "typography"
1459
+ }
1460
+ ],
1461
+ "direction": "horizontal",
1462
+ "gap": "sm"
1463
+ },
1464
+ {
1465
+ "type": "divider"
1466
+ },
1467
+ "@trait.RentChargeView"
1468
+ ],
1469
+ "direction": "vertical",
1470
+ "gap": "lg",
1471
+ "className": "max-w-6xl mx-auto w-full p-4"
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
+ "appName": "Property Management",
1604
+ "contentTrait": "@trait.MaintenanceRequestPanel",
1605
+ "notificationClickEvent": "MAINTENANCE_REQUEST_NOTIFICATIONS_OPEN",
1606
+ "searchEvent": "MAINTENANCE_REQUEST_SEARCH",
1607
+ "notifications": [],
1608
+ "navItems": [
1609
+ {
1610
+ "label": "Properties",
1611
+ "href": "/properties",
1612
+ "icon": "home"
1613
+ },
1614
+ {
1615
+ "icon": "file-text",
1616
+ "href": "/leases",
1617
+ "label": "Leases"
1618
+ },
1619
+ {
1620
+ "label": "Tenants",
1621
+ "href": "/tenants",
1622
+ "icon": "users"
1623
+ },
1624
+ {
1625
+ "icon": "credit-card",
1626
+ "href": "/rent-charges",
1627
+ "label": "Rent Charges"
1628
+ },
1629
+ {
1630
+ "icon": "wrench",
1631
+ "label": "Maintenance",
1632
+ "href": "/maintenance"
1633
+ }
1634
+ ]
1635
+ },
1636
+ "events": {
1637
+ "NOTIFY_CLICK": "MAINTENANCE_REQUEST_NOTIFICATIONS_OPEN",
1638
+ "SEARCH": "MAINTENANCE_REQUEST_SEARCH"
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
+ "children": [
1668
+ {
1669
+ "direction": "horizontal",
1670
+ "type": "stack",
1671
+ "gap": "sm",
1672
+ "align": "center",
1673
+ "children": [
1674
+ {
1675
+ "name": "tool",
1676
+ "type": "icon"
1677
+ },
1678
+ {
1679
+ "type": "typography",
1680
+ "content": "Maintenance Requests",
1681
+ "variant": "h2"
1682
+ }
1683
+ ]
1684
+ },
1685
+ {
1686
+ "type": "divider"
1687
+ },
1688
+ "@trait.MaintenanceRequestView"
1689
+ ],
1690
+ "className": "max-w-6xl mx-auto w-full p-4",
1691
+ "gap": "lg",
1692
+ "type": "stack",
1693
+ "direction": "vertical"
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
+ }