@almadar/std 14.25.0 → 14.27.0

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