@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
@@ -122,31 +122,31 @@
122
122
  "name": "TaskAppLayout",
123
123
  "config": {
124
124
  "notifications": [],
125
+ "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
125
126
  "contentTrait": "@trait.TaskCatalog",
126
127
  "appName": "ProjectManagerApp",
127
128
  "navItems": [
128
129
  {
129
- "icon": "list-todo",
130
+ "label": "Tasks",
130
131
  "href": "/tasks",
131
- "label": "Tasks"
132
+ "icon": "list-todo"
132
133
  },
133
134
  {
135
+ "icon": "zap",
134
136
  "label": "Sprints",
135
- "href": "/sprints",
136
- "icon": "zap"
137
+ "href": "/sprints"
137
138
  },
138
139
  {
139
- "icon": "trending-down",
140
140
  "label": "Burndown",
141
- "href": "/burndown"
141
+ "href": "/burndown",
142
+ "icon": "trending-down"
142
143
  }
143
144
  ],
144
- "searchEvent": "TASK_SEARCH",
145
- "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN"
145
+ "searchEvent": "TASK_SEARCH"
146
146
  },
147
147
  "events": {
148
- "NOTIFY_CLICK": "TASK_NOTIFICATIONS_OPEN",
149
- "SEARCH": "TASK_SEARCH"
148
+ "SEARCH": "TASK_SEARCH",
149
+ "NOTIFY_CLICK": "TASK_NOTIFICATIONS_OPEN"
150
150
  }
151
151
  },
152
152
  {
@@ -229,13 +229,12 @@
229
229
  "render-ui",
230
230
  "main",
231
231
  {
232
+ "gap": "lg",
233
+ "type": "stack",
232
234
  "children": [
233
235
  {
234
- "type": "stack",
235
- "gap": "md",
236
- "direction": "horizontal",
237
- "justify": "between",
238
236
  "align": "center",
237
+ "gap": "md",
239
238
  "children": [
240
239
  {
241
240
  "gap": "sm",
@@ -245,39 +244,42 @@
245
244
  "type": "icon"
246
245
  },
247
246
  {
248
- "type": "typography",
249
247
  "content": "Tasks",
250
- "variant": "h2"
248
+ "variant": "h2",
249
+ "type": "typography"
251
250
  }
252
251
  ],
253
- "type": "stack",
252
+ "direction": "horizontal",
254
253
  "align": "center",
255
- "direction": "horizontal"
254
+ "type": "stack"
256
255
  },
257
256
  {
258
- "type": "stack",
259
257
  "children": [
260
258
  {
261
259
  "label": "New Task",
262
- "icon": "plus",
263
- "type": "button",
264
260
  "variant": "primary",
261
+ "type": "button",
262
+ "icon": "plus",
265
263
  "action": "CREATE"
266
264
  }
267
265
  ],
266
+ "type": "stack",
268
267
  "direction": "horizontal",
269
268
  "gap": "sm"
270
269
  }
271
- ]
270
+ ],
271
+ "direction": "horizontal",
272
+ "type": "stack",
273
+ "justify": "between"
272
274
  },
273
275
  {
274
276
  "type": "divider"
275
277
  },
276
278
  {
277
279
  "direction": "horizontal",
280
+ "type": "stack",
278
281
  "gap": "md",
279
282
  "align": "center",
280
- "type": "stack",
281
283
  "children": [
282
284
  "@trait.TaskSearch",
283
285
  "@trait.TaskFilter"
@@ -291,9 +293,7 @@
291
293
  },
292
294
  "@trait.TaskBrowseList"
293
295
  ],
294
- "type": "stack",
295
- "direction": "vertical",
296
- "gap": "lg"
296
+ "direction": "vertical"
297
297
  }
298
298
  ]
299
299
  ]
@@ -312,34 +312,34 @@
312
312
  "render-ui",
313
313
  "main",
314
314
  {
315
- "className": "py-8",
316
- "type": "stack",
315
+ "gap": "md",
316
+ "align": "center",
317
317
  "direction": "vertical",
318
+ "className": "py-8",
318
319
  "children": [
319
320
  {
320
321
  "name": "bell",
321
322
  "type": "icon"
322
323
  },
323
324
  {
324
- "content": "No notifications",
325
325
  "variant": "h3",
326
+ "content": "No notifications",
326
327
  "type": "typography"
327
328
  },
328
329
  {
329
- "type": "typography",
330
- "color": "muted",
330
+ "content": "You're all caught up.",
331
331
  "variant": "caption",
332
- "content": "You're all caught up."
332
+ "color": "muted",
333
+ "type": "typography"
333
334
  },
334
335
  {
335
336
  "type": "button",
336
337
  "variant": "ghost",
337
- "label": "Back to tasks",
338
- "action": "INIT"
338
+ "action": "INIT",
339
+ "label": "Back to tasks"
339
340
  }
340
341
  ],
341
- "gap": "md",
342
- "align": "center"
342
+ "type": "stack"
343
343
  }
344
344
  ]
345
345
  ]
@@ -352,17 +352,17 @@
352
352
  "ref": "Search.traits.SearchResultSearch",
353
353
  "name": "TaskSearch",
354
354
  "config": {
355
- "event": "TASK_SEARCH",
356
- "placeholder": "Search tasks…"
355
+ "placeholder": "Search tasks…",
356
+ "event": "TASK_SEARCH"
357
357
  }
358
358
  },
359
359
  {
360
360
  "ref": "Filter.traits.FilterTargetFilter",
361
361
  "name": "TaskFilter",
362
362
  "config": {
363
+ "event": "TASK_FILTER",
363
364
  "filters": [
364
365
  {
365
- "filterType": "select",
366
366
  "options": [
367
367
  "todo",
368
368
  "in-progress",
@@ -370,17 +370,18 @@
370
370
  "done"
371
371
  ],
372
372
  "field": "status",
373
+ "filterType": "select",
373
374
  "label": "Status"
374
375
  },
375
376
  {
376
- "label": "Assignee",
377
377
  "filterType": "text",
378
- "field": "assignee"
378
+ "field": "assignee",
379
+ "label": "Assignee"
379
380
  },
380
381
  {
381
382
  "field": "priority",
382
- "filterType": "select",
383
383
  "label": "Priority",
384
+ "filterType": "select",
384
385
  "options": [
385
386
  "low",
386
387
  "medium",
@@ -389,32 +390,29 @@
389
390
  ]
390
391
  },
391
392
  {
392
- "field": "sprint",
393
+ "filterType": "text",
393
394
  "label": "Sprint",
394
- "filterType": "text"
395
+ "field": "sprint"
395
396
  }
396
- ],
397
- "event": "TASK_FILTER"
397
+ ]
398
398
  }
399
399
  },
400
400
  {
401
401
  "ref": "Stats.traits.StatsItemStats",
402
402
  "name": "TaskStats",
403
403
  "config": {
404
- "title": "Tasks",
405
404
  "metrics": [
406
405
  {
407
- "label": "Total",
408
- "icon": "list-todo",
409
406
  "format": "number",
407
+ "aggregation": "count",
408
+ "icon": "list-todo",
410
409
  "variant": "primary",
411
- "aggregation": "count"
410
+ "label": "Total"
412
411
  },
413
412
  {
414
- "icon": "circle",
415
- "label": "Todo",
416
- "aggregation": "count",
417
413
  "variant": "muted",
414
+ "format": "number",
415
+ "icon": "circle",
418
416
  "filter": [
419
417
  "fn",
420
418
  "row",
@@ -424,14 +422,11 @@
424
422
  "todo"
425
423
  ]
426
424
  ],
427
- "format": "number"
425
+ "aggregation": "count",
426
+ "label": "Todo"
428
427
  },
429
428
  {
430
429
  "label": "In Progress",
431
- "aggregation": "count",
432
- "icon": "loader",
433
- "variant": "warning",
434
- "format": "number",
435
430
  "filter": [
436
431
  "fn",
437
432
  "row",
@@ -440,13 +435,14 @@
440
435
  "@row.status",
441
436
  "in-progress"
442
437
  ]
443
- ]
438
+ ],
439
+ "aggregation": "count",
440
+ "icon": "loader",
441
+ "format": "number",
442
+ "variant": "warning"
444
443
  },
445
444
  {
446
445
  "aggregation": "count",
447
- "icon": "check-circle",
448
- "variant": "success",
449
- "format": "number",
450
446
  "filter": [
451
447
  "fn",
452
448
  "row",
@@ -456,10 +452,17 @@
456
452
  "done"
457
453
  ]
458
454
  ],
455
+ "variant": "success",
456
+ "format": "number",
457
+ "icon": "check-circle",
459
458
  "label": "Done"
460
459
  },
461
460
  {
461
+ "aggregation": "count",
462
462
  "icon": "alert-octagon",
463
+ "label": "Critical",
464
+ "variant": "danger",
465
+ "format": "number",
463
466
  "filter": [
464
467
  "fn",
465
468
  "row",
@@ -468,13 +471,10 @@
468
471
  "@row.priority",
469
472
  "critical"
470
473
  ]
471
- ],
472
- "variant": "danger",
473
- "label": "Critical",
474
- "format": "number",
475
- "aggregation": "count"
474
+ ]
476
475
  }
477
- ]
476
+ ],
477
+ "title": "Tasks"
478
478
  },
479
479
  "listens": [
480
480
  {
@@ -492,11 +492,11 @@
492
492
  "name": "TaskGraphs",
493
493
  "config": {
494
494
  "categoryField": "status",
495
- "aggregation": "count",
496
495
  "chartType": "bar",
497
- "height": 240.0,
498
- "showLegend": false,
499
496
  "title": "Tasks by Status",
497
+ "aggregation": "count",
498
+ "showLegend": false,
499
+ "height": 240.0,
500
500
  "subtitle": "Workload distribution across status buckets"
501
501
  },
502
502
  "listens": [
@@ -515,8 +515,8 @@
515
515
  "name": "TaskCalendar",
516
516
  "linkedEntity": "Task",
517
517
  "config": {
518
- "dateField": "dueDate",
519
518
  "titleField": "title",
519
+ "dateField": "dueDate",
520
520
  "colorField": "priority"
521
521
  }
522
522
  },
@@ -525,27 +525,28 @@
525
525
  "name": "TaskBrowseList",
526
526
  "linkedEntity": "Task",
527
527
  "config": {
528
+ "gap": "sm",
528
529
  "fields": [
529
530
  {
530
531
  "name": "title",
531
- "variant": "h3",
532
- "icon": "list-todo"
532
+ "icon": "list-todo",
533
+ "variant": "h3"
533
534
  },
534
535
  {
535
536
  "name": "status",
536
537
  "variant": "badge"
537
538
  },
538
539
  {
539
- "name": "assignee",
540
- "variant": "body"
540
+ "variant": "body",
541
+ "name": "assignee"
541
542
  },
542
543
  {
543
544
  "name": "priority",
544
545
  "variant": "badge"
545
546
  },
546
547
  {
547
- "format": "date",
548
548
  "variant": "caption",
549
+ "format": "date",
549
550
  "name": "dueDate",
550
551
  "label": "Due"
551
552
  }
@@ -557,18 +558,17 @@
557
558
  "variant": "ghost"
558
559
  },
559
560
  {
560
- "label": "Edit",
561
+ "event": "EDIT",
561
562
  "variant": "ghost",
562
- "event": "EDIT"
563
+ "label": "Edit"
563
564
  },
564
565
  {
565
- "label": "Delete",
566
566
  "variant": "danger",
567
+ "label": "Delete",
567
568
  "event": "DELETE"
568
569
  }
569
570
  ],
570
- "cols": 1.0,
571
- "gap": "sm"
571
+ "cols": 1.0
572
572
  },
573
573
  "listens": [
574
574
  {
@@ -651,8 +651,6 @@
651
651
  "name": "TaskEdit",
652
652
  "linkedEntity": "Task",
653
653
  "config": {
654
- "mode": "edit",
655
- "icon": "edit",
656
654
  "fields": [
657
655
  "title",
658
656
  "description",
@@ -663,7 +661,9 @@
663
661
  "storyPoints",
664
662
  "dueDate"
665
663
  ],
666
- "title": "Edit Task"
664
+ "icon": "edit",
665
+ "title": "Edit Task",
666
+ "mode": "edit"
667
667
  },
668
668
  "events": {
669
669
  "OPEN": "EDIT"
@@ -684,8 +684,8 @@
684
684
  "name": "TaskView",
685
685
  "linkedEntity": "Task",
686
686
  "config": {
687
- "icon": "eye",
688
687
  "title": "View Task",
688
+ "icon": "eye",
689
689
  "mode": "edit",
690
690
  "fields": [
691
691
  "title",
@@ -717,10 +717,10 @@
717
717
  "name": "TaskDelete",
718
718
  "linkedEntity": "Task",
719
719
  "config": {
720
+ "confirmLabel": "Delete",
720
721
  "alertMessage": "This action cannot be undone.",
721
722
  "icon": "alert-triangle",
722
- "title": "Delete Task",
723
- "confirmLabel": "Delete"
723
+ "title": "Delete Task"
724
724
  },
725
725
  "events": {
726
726
  "CONFIRM": "CONFIRM_DELETE",
@@ -1047,19 +1047,20 @@
1047
1047
  "name": "SprintAppLayout",
1048
1048
  "linkedEntity": "Sprint",
1049
1049
  "config": {
1050
+ "appName": "ProjectManagerApp",
1050
1051
  "searchEvent": "SPRINT_SEARCH",
1051
1052
  "notificationClickEvent": "SPRINT_NOTIFICATIONS_OPEN",
1052
- "appName": "ProjectManagerApp",
1053
+ "contentTrait": "@trait.SprintCatalog",
1053
1054
  "navItems": [
1054
1055
  {
1056
+ "label": "Tasks",
1055
1057
  "href": "/tasks",
1056
- "icon": "list-todo",
1057
- "label": "Tasks"
1058
+ "icon": "list-todo"
1058
1059
  },
1059
1060
  {
1060
- "label": "Sprints",
1061
+ "href": "/sprints",
1061
1062
  "icon": "zap",
1062
- "href": "/sprints"
1063
+ "label": "Sprints"
1063
1064
  },
1064
1065
  {
1065
1066
  "icon": "trending-down",
@@ -1067,8 +1068,7 @@
1067
1068
  "href": "/burndown"
1068
1069
  }
1069
1070
  ],
1070
- "notifications": [],
1071
- "contentTrait": "@trait.SprintCatalog"
1071
+ "notifications": []
1072
1072
  },
1073
1073
  "events": {
1074
1074
  "NOTIFY_CLICK": "SPRINT_NOTIFICATIONS_OPEN",
@@ -1117,25 +1117,22 @@
1117
1117
  "render-ui",
1118
1118
  "main",
1119
1119
  {
1120
- "direction": "vertical",
1121
1120
  "className": "max-w-5xl mx-auto w-full",
1122
1121
  "type": "stack",
1122
+ "gap": "lg",
1123
+ "direction": "vertical",
1123
1124
  "children": [
1124
1125
  {
1125
- "direction": "horizontal",
1126
- "gap": "md",
1127
- "type": "stack",
1128
1126
  "align": "center",
1129
- "justify": "between",
1130
1127
  "children": [
1131
1128
  {
1132
- "gap": "sm",
1129
+ "direction": "horizontal",
1133
1130
  "align": "center",
1134
- "type": "stack",
1131
+ "gap": "sm",
1135
1132
  "children": [
1136
1133
  {
1137
- "type": "icon",
1138
- "name": "zap"
1134
+ "name": "zap",
1135
+ "type": "icon"
1139
1136
  },
1140
1137
  {
1141
1138
  "type": "typography",
@@ -1143,30 +1140,33 @@
1143
1140
  "content": "Sprints"
1144
1141
  }
1145
1142
  ],
1146
- "direction": "horizontal"
1143
+ "type": "stack"
1147
1144
  },
1148
1145
  {
1146
+ "type": "stack",
1147
+ "gap": "sm",
1148
+ "direction": "horizontal",
1149
1149
  "children": [
1150
1150
  {
1151
- "icon": "plus",
1152
1151
  "variant": "primary",
1153
1152
  "action": "CREATE",
1154
1153
  "label": "New Sprint",
1154
+ "icon": "plus",
1155
1155
  "type": "button"
1156
1156
  }
1157
- ],
1158
- "direction": "horizontal",
1159
- "type": "stack",
1160
- "gap": "sm"
1157
+ ]
1161
1158
  }
1162
- ]
1159
+ ],
1160
+ "direction": "horizontal",
1161
+ "gap": "md",
1162
+ "justify": "between",
1163
+ "type": "stack"
1163
1164
  },
1164
1165
  {
1165
1166
  "type": "divider"
1166
1167
  },
1167
1168
  "@trait.SprintBrowseList"
1168
- ],
1169
- "gap": "lg"
1169
+ ]
1170
1170
  }
1171
1171
  ]
1172
1172
  ]
@@ -1180,7 +1180,25 @@
1180
1180
  "name": "SprintBrowseList",
1181
1181
  "linkedEntity": "Sprint",
1182
1182
  "config": {
1183
+ "itemActions": [
1184
+ {
1185
+ "variant": "ghost",
1186
+ "event": "VIEW",
1187
+ "label": "View"
1188
+ },
1189
+ {
1190
+ "variant": "ghost",
1191
+ "label": "Edit",
1192
+ "event": "EDIT"
1193
+ },
1194
+ {
1195
+ "label": "Delete",
1196
+ "event": "DELETE",
1197
+ "variant": "danger"
1198
+ }
1199
+ ],
1183
1200
  "cols": 1.0,
1201
+ "gap": "sm",
1184
1202
  "fields": [
1185
1203
  {
1186
1204
  "icon": "zap",
@@ -1196,40 +1214,22 @@
1196
1214
  "name": "goal"
1197
1215
  },
1198
1216
  {
1199
- "variant": "caption",
1200
1217
  "label": "Start",
1201
1218
  "format": "date",
1219
+ "variant": "caption",
1202
1220
  "name": "startDate"
1203
1221
  },
1204
1222
  {
1205
- "format": "date",
1223
+ "variant": "caption",
1206
1224
  "name": "endDate",
1207
- "label": "End",
1208
- "variant": "caption"
1225
+ "format": "date",
1226
+ "label": "End"
1209
1227
  },
1210
1228
  {
1211
1229
  "format": "number",
1230
+ "variant": "body",
1212
1231
  "name": "taskCount",
1213
- "label": "Tasks",
1214
- "variant": "body"
1215
- }
1216
- ],
1217
- "gap": "sm",
1218
- "itemActions": [
1219
- {
1220
- "label": "View",
1221
- "variant": "ghost",
1222
- "event": "VIEW"
1223
- },
1224
- {
1225
- "event": "EDIT",
1226
- "label": "Edit",
1227
- "variant": "ghost"
1228
- },
1229
- {
1230
- "label": "Delete",
1231
- "event": "DELETE",
1232
- "variant": "danger"
1232
+ "label": "Tasks"
1233
1233
  }
1234
1234
  ]
1235
1235
  },
@@ -1265,7 +1265,6 @@
1265
1265
  "name": "SprintCreate",
1266
1266
  "linkedEntity": "Sprint",
1267
1267
  "config": {
1268
- "mode": "create",
1269
1268
  "fields": [
1270
1269
  "name",
1271
1270
  "startDate",
@@ -1274,8 +1273,9 @@
1274
1273
  "status",
1275
1274
  "taskCount"
1276
1275
  ],
1276
+ "title": "New Sprint",
1277
1277
  "icon": "plus-circle",
1278
- "title": "New Sprint"
1278
+ "mode": "create"
1279
1279
  },
1280
1280
  "events": {
1281
1281
  "OPEN": "CREATE"
@@ -1297,8 +1297,6 @@
1297
1297
  "linkedEntity": "Sprint",
1298
1298
  "config": {
1299
1299
  "icon": "edit",
1300
- "title": "Edit Sprint",
1301
- "mode": "edit",
1302
1300
  "fields": [
1303
1301
  "name",
1304
1302
  "startDate",
@@ -1306,7 +1304,9 @@
1306
1304
  "goal",
1307
1305
  "status",
1308
1306
  "taskCount"
1309
- ]
1307
+ ],
1308
+ "title": "Edit Sprint",
1309
+ "mode": "edit"
1310
1310
  },
1311
1311
  "events": {
1312
1312
  "OPEN": "EDIT"
@@ -1358,10 +1358,10 @@
1358
1358
  "name": "SprintDelete",
1359
1359
  "linkedEntity": "Sprint",
1360
1360
  "config": {
1361
+ "title": "Delete Sprint",
1361
1362
  "icon": "alert-triangle",
1362
1363
  "confirmLabel": "Delete",
1363
- "alertMessage": "This action cannot be undone.",
1364
- "title": "Delete Sprint"
1364
+ "alertMessage": "This action cannot be undone."
1365
1365
  },
1366
1366
  "events": {
1367
1367
  "REQUEST": "DELETE",
@@ -1647,15 +1647,17 @@
1647
1647
  "config": {
1648
1648
  "notificationClickEvent": "BURNDOWN_NOTIFICATIONS_OPEN",
1649
1649
  "contentTrait": "@trait.BurndownDisplay",
1650
+ "searchEvent": "BURNDOWN_SEARCH",
1651
+ "appName": "ProjectManagerApp",
1650
1652
  "navItems": [
1651
1653
  {
1652
1654
  "label": "Tasks",
1653
- "icon": "list-todo",
1654
- "href": "/tasks"
1655
+ "href": "/tasks",
1656
+ "icon": "list-todo"
1655
1657
  },
1656
1658
  {
1657
- "label": "Sprints",
1658
1659
  "href": "/sprints",
1660
+ "label": "Sprints",
1659
1661
  "icon": "zap"
1660
1662
  },
1661
1663
  {
@@ -1664,13 +1666,11 @@
1664
1666
  "icon": "trending-down"
1665
1667
  }
1666
1668
  ],
1667
- "appName": "ProjectManagerApp",
1668
- "notifications": [],
1669
- "searchEvent": "BURNDOWN_SEARCH"
1669
+ "notifications": []
1670
1670
  },
1671
1671
  "events": {
1672
- "SEARCH": "BURNDOWN_SEARCH",
1673
- "NOTIFY_CLICK": "BURNDOWN_NOTIFICATIONS_OPEN"
1672
+ "NOTIFY_CLICK": "BURNDOWN_NOTIFICATIONS_OPEN",
1673
+ "SEARCH": "BURNDOWN_SEARCH"
1674
1674
  }
1675
1675
  },
1676
1676
  {
@@ -1805,36 +1805,37 @@
1805
1805
  "render-ui",
1806
1806
  "main",
1807
1807
  {
1808
- "gap": "lg",
1809
1808
  "direction": "vertical",
1809
+ "gap": "lg",
1810
+ "className": "max-w-6xl mx-auto w-full",
1811
+ "type": "stack",
1810
1812
  "children": [
1811
1813
  {
1812
1814
  "children": [
1813
1815
  {
1814
- "name": "trending-down",
1815
- "type": "icon"
1816
+ "type": "icon",
1817
+ "name": "trending-down"
1816
1818
  },
1817
1819
  {
1818
- "type": "typography",
1819
1820
  "content": "Burndown",
1820
- "variant": "h2"
1821
+ "variant": "h2",
1822
+ "type": "typography"
1821
1823
  }
1822
1824
  ],
1823
- "type": "stack",
1824
1825
  "direction": "horizontal",
1826
+ "align": "center",
1825
1827
  "gap": "sm",
1826
- "align": "center"
1828
+ "type": "stack"
1827
1829
  },
1828
1830
  {
1829
1831
  "type": "divider"
1830
1832
  },
1831
1833
  {
1832
- "type": "simple-grid",
1833
1834
  "children": [
1834
1835
  {
1835
- "value": "@entity.totalPoints",
1836
- "type": "stat-display",
1837
1836
  "label": "Total Points",
1837
+ "type": "stat-display",
1838
+ "value": "@entity.totalPoints",
1838
1839
  "icon": "target"
1839
1840
  },
1840
1841
  {
@@ -1844,47 +1845,47 @@
1844
1845
  "icon": "check-circle"
1845
1846
  },
1846
1847
  {
1848
+ "type": "stat-display",
1847
1849
  "icon": "circle",
1848
1850
  "label": "Remaining",
1849
- "value": "@entity.remainingPoints",
1850
- "type": "stat-display"
1851
+ "value": "@entity.remainingPoints"
1851
1852
  },
1852
1853
  {
1853
- "value": "@entity.velocity",
1854
- "label": "Velocity",
1854
+ "icon": "zap",
1855
1855
  "type": "stat-display",
1856
- "icon": "zap"
1856
+ "label": "Velocity",
1857
+ "value": "@entity.velocity"
1857
1858
  },
1858
1859
  {
1859
- "label": "Days Remaining",
1860
+ "type": "stat-display",
1860
1861
  "value": "@entity.daysRemaining",
1861
1862
  "icon": "calendar",
1862
- "type": "stat-display"
1863
+ "label": "Days Remaining"
1863
1864
  }
1864
1865
  ],
1865
- "cols": 5.0
1866
+ "cols": 5.0,
1867
+ "type": "simple-grid"
1866
1868
  },
1867
1869
  {
1868
1870
  "type": "divider"
1869
1871
  },
1870
1872
  {
1871
- "type": "line-chart",
1872
1873
  "data": [
1873
1874
  {
1874
- "value": 100.0,
1875
- "date": "Day 1"
1875
+ "date": "Day 1",
1876
+ "value": 100.0
1876
1877
  },
1877
1878
  {
1878
- "value": 92.0,
1879
- "date": "Day 2"
1879
+ "date": "Day 2",
1880
+ "value": 92.0
1880
1881
  },
1881
1882
  {
1882
- "value": 85.0,
1883
- "date": "Day 3"
1883
+ "date": "Day 3",
1884
+ "value": 85.0
1884
1885
  },
1885
1886
  {
1886
- "date": "Day 4",
1887
- "value": 70.0
1887
+ "value": 70.0,
1888
+ "date": "Day 4"
1888
1889
  },
1889
1890
  {
1890
1891
  "date": "Day 5",
@@ -1895,46 +1896,45 @@
1895
1896
  "value": 45.0
1896
1897
  },
1897
1898
  {
1898
- "value": 30.0,
1899
- "date": "Day 7"
1899
+ "date": "Day 7",
1900
+ "value": 30.0
1900
1901
  },
1901
1902
  {
1902
- "date": "Day 8",
1903
- "value": 15.0
1903
+ "value": 15.0,
1904
+ "date": "Day 8"
1904
1905
  }
1905
- ]
1906
+ ],
1907
+ "type": "line-chart"
1906
1908
  },
1907
1909
  {
1908
1910
  "type": "chart-legend",
1909
1911
  "items": [
1910
1912
  {
1911
- "color": "primary",
1912
- "label": "Remaining points"
1913
+ "label": "Remaining points",
1914
+ "color": "primary"
1913
1915
  },
1914
1916
  {
1915
- "label": "Ideal burndown",
1916
- "color": "muted"
1917
+ "color": "muted",
1918
+ "label": "Ideal burndown"
1917
1919
  }
1918
1920
  ]
1919
1921
  },
1920
1922
  {
1921
- "justify": "end",
1922
- "direction": "horizontal",
1923
- "gap": "sm",
1924
1923
  "type": "stack",
1925
1924
  "children": [
1926
1925
  {
1926
+ "type": "button",
1927
1927
  "icon": "refresh-cw",
1928
1928
  "label": "Refresh",
1929
1929
  "variant": "secondary",
1930
- "action": "REFRESH",
1931
- "type": "button"
1930
+ "action": "REFRESH"
1932
1931
  }
1933
- ]
1932
+ ],
1933
+ "direction": "horizontal",
1934
+ "gap": "sm",
1935
+ "justify": "end"
1934
1936
  }
1935
- ],
1936
- "type": "stack",
1937
- "className": "max-w-6xl mx-auto w-full"
1937
+ ]
1938
1938
  }
1939
1939
  ]
1940
1940
  ]
@@ -1949,8 +1949,8 @@
1949
1949
  "Burndown",
1950
1950
  {
1951
1951
  "emit": {
1952
- "failure": "BurndownLoadFailed",
1953
- "success": "BurndownLoaded"
1952
+ "success": "BurndownLoaded",
1953
+ "failure": "BurndownLoadFailed"
1954
1954
  }
1955
1955
  }
1956
1956
  ]
@@ -1982,4 +1982,4 @@
1982
1982
  ]
1983
1983
  }
1984
1984
  ]
1985
- }
1985
+ }