@almadar/std 14.24.0 → 14.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -121,32 +121,32 @@
121
121
  "ref": "AppShell.traits.AppLayout",
122
122
  "name": "TaskAppLayout",
123
123
  "config": {
124
- "searchEvent": "TASK_SEARCH",
125
124
  "notifications": [],
126
125
  "contentTrait": "@trait.TaskCatalog",
126
+ "appName": "ProjectManagerApp",
127
127
  "navItems": [
128
128
  {
129
- "href": "/tasks",
130
129
  "icon": "list-todo",
130
+ "href": "/tasks",
131
131
  "label": "Tasks"
132
132
  },
133
133
  {
134
- "icon": "zap",
134
+ "label": "Sprints",
135
135
  "href": "/sprints",
136
- "label": "Sprints"
136
+ "icon": "zap"
137
137
  },
138
138
  {
139
139
  "icon": "trending-down",
140
- "href": "/burndown",
141
- "label": "Burndown"
140
+ "label": "Burndown",
141
+ "href": "/burndown"
142
142
  }
143
143
  ],
144
- "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
145
- "appName": "ProjectManagerApp"
144
+ "searchEvent": "TASK_SEARCH",
145
+ "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN"
146
146
  },
147
147
  "events": {
148
- "SEARCH": "TASK_SEARCH",
149
- "NOTIFY_CLICK": "TASK_NOTIFICATIONS_OPEN"
148
+ "NOTIFY_CLICK": "TASK_NOTIFICATIONS_OPEN",
149
+ "SEARCH": "TASK_SEARCH"
150
150
  }
151
151
  },
152
152
  {
@@ -229,62 +229,59 @@
229
229
  "render-ui",
230
230
  "main",
231
231
  {
232
- "type": "stack",
233
- "gap": "lg",
234
- "direction": "vertical",
235
232
  "children": [
236
233
  {
234
+ "type": "stack",
235
+ "gap": "md",
236
+ "direction": "horizontal",
237
237
  "justify": "between",
238
238
  "align": "center",
239
239
  "children": [
240
240
  {
241
241
  "gap": "sm",
242
- "align": "center",
243
- "direction": "horizontal",
244
242
  "children": [
245
243
  {
246
244
  "name": "list-todo",
247
245
  "type": "icon"
248
246
  },
249
247
  {
250
- "variant": "h2",
251
248
  "type": "typography",
252
- "content": "Tasks"
249
+ "content": "Tasks",
250
+ "variant": "h2"
253
251
  }
254
252
  ],
255
- "type": "stack"
253
+ "type": "stack",
254
+ "align": "center",
255
+ "direction": "horizontal"
256
256
  },
257
257
  {
258
258
  "type": "stack",
259
- "gap": "sm",
260
- "direction": "horizontal",
261
259
  "children": [
262
260
  {
261
+ "label": "New Task",
263
262
  "icon": "plus",
263
+ "type": "button",
264
264
  "variant": "primary",
265
- "action": "CREATE",
266
- "label": "New Task",
267
- "type": "button"
265
+ "action": "CREATE"
268
266
  }
269
- ]
267
+ ],
268
+ "direction": "horizontal",
269
+ "gap": "sm"
270
270
  }
271
- ],
272
- "gap": "md",
273
- "type": "stack",
274
- "direction": "horizontal"
271
+ ]
275
272
  },
276
273
  {
277
274
  "type": "divider"
278
275
  },
279
276
  {
277
+ "direction": "horizontal",
278
+ "gap": "md",
279
+ "align": "center",
280
+ "type": "stack",
280
281
  "children": [
281
282
  "@trait.TaskSearch",
282
283
  "@trait.TaskFilter"
283
- ],
284
- "type": "stack",
285
- "direction": "horizontal",
286
- "gap": "md",
287
- "align": "center"
284
+ ]
288
285
  },
289
286
  "@trait.TaskStats",
290
287
  "@trait.TaskGraphs",
@@ -293,7 +290,10 @@
293
290
  "type": "divider"
294
291
  },
295
292
  "@trait.TaskBrowseList"
296
- ]
293
+ ],
294
+ "type": "stack",
295
+ "direction": "vertical",
296
+ "gap": "lg"
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",
317
+ "direction": "vertical",
315
318
  "children": [
316
319
  {
317
320
  "name": "bell",
318
321
  "type": "icon"
319
322
  },
320
323
  {
321
- "type": "typography",
324
+ "content": "No notifications",
322
325
  "variant": "h3",
323
- "content": "No notifications"
326
+ "type": "typography"
324
327
  },
325
328
  {
326
329
  "type": "typography",
327
330
  "color": "muted",
328
- "content": "You're all caught up.",
329
- "variant": "caption"
331
+ "variant": "caption",
332
+ "content": "You're all caught up."
330
333
  },
331
334
  {
332
- "action": "INIT",
333
335
  "type": "button",
336
+ "variant": "ghost",
334
337
  "label": "Back to tasks",
335
- "variant": "ghost"
338
+ "action": "INIT"
336
339
  }
337
340
  ],
338
- "align": "center",
339
- "direction": "vertical",
340
341
  "gap": "md",
341
- "className": "py-8",
342
- "type": "stack"
342
+ "align": "center"
343
343
  }
344
344
  ]
345
345
  ]
@@ -362,22 +362,23 @@
362
362
  "config": {
363
363
  "filters": [
364
364
  {
365
- "field": "status",
366
- "label": "Status",
365
+ "filterType": "select",
367
366
  "options": [
368
367
  "todo",
369
368
  "in-progress",
370
369
  "review",
371
370
  "done"
372
371
  ],
373
- "filterType": "select"
372
+ "field": "status",
373
+ "label": "Status"
374
374
  },
375
375
  {
376
- "filterType": "text",
377
376
  "label": "Assignee",
377
+ "filterType": "text",
378
378
  "field": "assignee"
379
379
  },
380
380
  {
381
+ "field": "priority",
381
382
  "filterType": "select",
382
383
  "label": "Priority",
383
384
  "options": [
@@ -385,13 +386,12 @@
385
386
  "medium",
386
387
  "high",
387
388
  "critical"
388
- ],
389
- "field": "priority"
389
+ ]
390
390
  },
391
391
  {
392
- "filterType": "text",
393
392
  "field": "sprint",
394
- "label": "Sprint"
393
+ "label": "Sprint",
394
+ "filterType": "text"
395
395
  }
396
396
  ],
397
397
  "event": "TASK_FILTER"
@@ -404,15 +404,16 @@
404
404
  "title": "Tasks",
405
405
  "metrics": [
406
406
  {
407
- "aggregation": "count",
407
+ "label": "Total",
408
+ "icon": "list-todo",
408
409
  "format": "number",
409
410
  "variant": "primary",
410
- "label": "Total",
411
- "icon": "list-todo"
411
+ "aggregation": "count"
412
412
  },
413
413
  {
414
- "format": "number",
414
+ "icon": "circle",
415
415
  "label": "Todo",
416
+ "aggregation": "count",
416
417
  "variant": "muted",
417
418
  "filter": [
418
419
  "fn",
@@ -423,13 +424,12 @@
423
424
  "todo"
424
425
  ]
425
426
  ],
426
- "icon": "circle",
427
- "aggregation": "count"
427
+ "format": "number"
428
428
  },
429
429
  {
430
+ "label": "In Progress",
430
431
  "aggregation": "count",
431
432
  "icon": "loader",
432
- "label": "In Progress",
433
433
  "variant": "warning",
434
434
  "format": "number",
435
435
  "filter": [
@@ -443,6 +443,10 @@
443
443
  ]
444
444
  },
445
445
  {
446
+ "aggregation": "count",
447
+ "icon": "check-circle",
448
+ "variant": "success",
449
+ "format": "number",
446
450
  "filter": [
447
451
  "fn",
448
452
  "row",
@@ -452,15 +456,10 @@
452
456
  "done"
453
457
  ]
454
458
  ],
455
- "format": "number",
456
- "icon": "check-circle",
457
- "label": "Done",
458
- "aggregation": "count",
459
- "variant": "success"
459
+ "label": "Done"
460
460
  },
461
461
  {
462
- "aggregation": "count",
463
- "format": "number",
462
+ "icon": "alert-octagon",
464
463
  "filter": [
465
464
  "fn",
466
465
  "row",
@@ -471,8 +470,9 @@
471
470
  ]
472
471
  ],
473
472
  "variant": "danger",
474
- "icon": "alert-octagon",
475
- "label": "Critical"
473
+ "label": "Critical",
474
+ "format": "number",
475
+ "aggregation": "count"
476
476
  }
477
477
  ]
478
478
  },
@@ -491,13 +491,13 @@
491
491
  "ref": "Graphs.traits.GraphItemGraph",
492
492
  "name": "TaskGraphs",
493
493
  "config": {
494
+ "categoryField": "status",
494
495
  "aggregation": "count",
495
496
  "chartType": "bar",
496
- "categoryField": "status",
497
497
  "height": 240.0,
498
498
  "showLegend": false,
499
- "subtitle": "Workload distribution across status buckets",
500
- "title": "Tasks by Status"
499
+ "title": "Tasks by Status",
500
+ "subtitle": "Workload distribution across status buckets"
501
501
  },
502
502
  "listens": [
503
503
  {
@@ -516,8 +516,8 @@
516
516
  "linkedEntity": "Task",
517
517
  "config": {
518
518
  "dateField": "dueDate",
519
- "colorField": "priority",
520
- "titleField": "title"
519
+ "titleField": "title",
520
+ "colorField": "priority"
521
521
  }
522
522
  },
523
523
  {
@@ -525,42 +525,41 @@
525
525
  "name": "TaskBrowseList",
526
526
  "linkedEntity": "Task",
527
527
  "config": {
528
- "gap": "sm",
529
528
  "fields": [
530
529
  {
531
530
  "name": "title",
532
- "icon": "list-todo",
533
- "variant": "h3"
531
+ "variant": "h3",
532
+ "icon": "list-todo"
534
533
  },
535
534
  {
536
535
  "name": "status",
537
536
  "variant": "badge"
538
537
  },
539
538
  {
540
- "variant": "body",
541
- "name": "assignee"
539
+ "name": "assignee",
540
+ "variant": "body"
542
541
  },
543
542
  {
544
543
  "name": "priority",
545
544
  "variant": "badge"
546
545
  },
547
546
  {
548
- "name": "dueDate",
549
- "variant": "caption",
550
547
  "format": "date",
548
+ "variant": "caption",
549
+ "name": "dueDate",
551
550
  "label": "Due"
552
551
  }
553
552
  ],
554
553
  "itemActions": [
555
554
  {
556
555
  "label": "View",
557
- "variant": "ghost",
558
- "event": "VIEW"
556
+ "event": "VIEW",
557
+ "variant": "ghost"
559
558
  },
560
559
  {
561
- "event": "EDIT",
562
560
  "label": "Edit",
563
- "variant": "ghost"
561
+ "variant": "ghost",
562
+ "event": "EDIT"
564
563
  },
565
564
  {
566
565
  "label": "Delete",
@@ -568,7 +567,8 @@
568
567
  "event": "DELETE"
569
568
  }
570
569
  ],
571
- "cols": 1.0
570
+ "cols": 1.0,
571
+ "gap": "sm"
572
572
  },
573
573
  "listens": [
574
574
  {
@@ -618,9 +618,9 @@
618
618
  "name": "TaskCreate",
619
619
  "linkedEntity": "Task",
620
620
  "config": {
621
- "title": "New Task",
622
- "mode": "create",
623
621
  "icon": "plus-circle",
622
+ "mode": "create",
623
+ "title": "New Task",
624
624
  "fields": [
625
625
  "title",
626
626
  "description",
@@ -651,6 +651,8 @@
651
651
  "name": "TaskEdit",
652
652
  "linkedEntity": "Task",
653
653
  "config": {
654
+ "mode": "edit",
655
+ "icon": "edit",
654
656
  "fields": [
655
657
  "title",
656
658
  "description",
@@ -661,9 +663,7 @@
661
663
  "storyPoints",
662
664
  "dueDate"
663
665
  ],
664
- "mode": "edit",
665
- "title": "Edit Task",
666
- "icon": "edit"
666
+ "title": "Edit Task"
667
667
  },
668
668
  "events": {
669
669
  "OPEN": "EDIT"
@@ -684,6 +684,9 @@
684
684
  "name": "TaskView",
685
685
  "linkedEntity": "Task",
686
686
  "config": {
687
+ "icon": "eye",
688
+ "title": "View Task",
689
+ "mode": "edit",
687
690
  "fields": [
688
691
  "title",
689
692
  "description",
@@ -693,10 +696,7 @@
693
696
  "sprint",
694
697
  "storyPoints",
695
698
  "dueDate"
696
- ],
697
- "icon": "eye",
698
- "mode": "edit",
699
- "title": "View Task"
699
+ ]
700
700
  },
701
701
  "events": {
702
702
  "OPEN": "VIEW"
@@ -717,14 +717,14 @@
717
717
  "name": "TaskDelete",
718
718
  "linkedEntity": "Task",
719
719
  "config": {
720
- "icon": "alert-triangle",
721
- "confirmLabel": "Delete",
722
720
  "alertMessage": "This action cannot be undone.",
723
- "title": "Delete Task"
721
+ "icon": "alert-triangle",
722
+ "title": "Delete Task",
723
+ "confirmLabel": "Delete"
724
724
  },
725
725
  "events": {
726
- "REQUEST": "DELETE",
727
- "CONFIRM": "CONFIRM_DELETE"
726
+ "CONFIRM": "CONFIRM_DELETE",
727
+ "REQUEST": "DELETE"
728
728
  },
729
729
  "listens": [
730
730
  {
@@ -1047,27 +1047,27 @@
1047
1047
  "name": "SprintAppLayout",
1048
1048
  "linkedEntity": "Sprint",
1049
1049
  "config": {
1050
- "notifications": [],
1051
1050
  "searchEvent": "SPRINT_SEARCH",
1052
- "appName": "ProjectManagerApp",
1053
1051
  "notificationClickEvent": "SPRINT_NOTIFICATIONS_OPEN",
1052
+ "appName": "ProjectManagerApp",
1054
1053
  "navItems": [
1055
1054
  {
1056
1055
  "href": "/tasks",
1057
- "label": "Tasks",
1058
- "icon": "list-todo"
1056
+ "icon": "list-todo",
1057
+ "label": "Tasks"
1059
1058
  },
1060
1059
  {
1061
- "href": "/sprints",
1062
1060
  "label": "Sprints",
1063
- "icon": "zap"
1061
+ "icon": "zap",
1062
+ "href": "/sprints"
1064
1063
  },
1065
1064
  {
1065
+ "icon": "trending-down",
1066
1066
  "label": "Burndown",
1067
- "href": "/burndown",
1068
- "icon": "trending-down"
1067
+ "href": "/burndown"
1069
1068
  }
1070
1069
  ],
1070
+ "notifications": [],
1071
1071
  "contentTrait": "@trait.SprintCatalog"
1072
1072
  },
1073
1073
  "events": {
@@ -1118,54 +1118,54 @@
1118
1118
  "main",
1119
1119
  {
1120
1120
  "direction": "vertical",
1121
+ "className": "max-w-5xl mx-auto w-full",
1122
+ "type": "stack",
1121
1123
  "children": [
1122
1124
  {
1123
- "justify": "between",
1124
- "type": "stack",
1125
1125
  "direction": "horizontal",
1126
1126
  "gap": "md",
1127
+ "type": "stack",
1128
+ "align": "center",
1129
+ "justify": "between",
1127
1130
  "children": [
1128
1131
  {
1129
- "direction": "horizontal",
1130
- "align": "center",
1131
1132
  "gap": "sm",
1133
+ "align": "center",
1134
+ "type": "stack",
1132
1135
  "children": [
1133
1136
  {
1134
1137
  "type": "icon",
1135
1138
  "name": "zap"
1136
1139
  },
1137
1140
  {
1138
- "variant": "h2",
1139
1141
  "type": "typography",
1142
+ "variant": "h2",
1140
1143
  "content": "Sprints"
1141
1144
  }
1142
1145
  ],
1143
- "type": "stack"
1146
+ "direction": "horizontal"
1144
1147
  },
1145
1148
  {
1146
- "gap": "sm",
1147
- "direction": "horizontal",
1148
- "type": "stack",
1149
1149
  "children": [
1150
1150
  {
1151
- "type": "button",
1152
- "label": "New Sprint",
1153
1151
  "icon": "plus",
1154
1152
  "variant": "primary",
1155
- "action": "CREATE"
1153
+ "action": "CREATE",
1154
+ "label": "New Sprint",
1155
+ "type": "button"
1156
1156
  }
1157
- ]
1157
+ ],
1158
+ "direction": "horizontal",
1159
+ "type": "stack",
1160
+ "gap": "sm"
1158
1161
  }
1159
- ],
1160
- "align": "center"
1162
+ ]
1161
1163
  },
1162
1164
  {
1163
1165
  "type": "divider"
1164
1166
  },
1165
1167
  "@trait.SprintBrowseList"
1166
1168
  ],
1167
- "type": "stack",
1168
- "className": "max-w-5xl mx-auto w-full",
1169
1169
  "gap": "lg"
1170
1170
  }
1171
1171
  ]
@@ -1180,30 +1180,12 @@
1180
1180
  "name": "SprintBrowseList",
1181
1181
  "linkedEntity": "Sprint",
1182
1182
  "config": {
1183
- "itemActions": [
1184
- {
1185
- "event": "VIEW",
1186
- "variant": "ghost",
1187
- "label": "View"
1188
- },
1189
- {
1190
- "label": "Edit",
1191
- "event": "EDIT",
1192
- "variant": "ghost"
1193
- },
1194
- {
1195
- "event": "DELETE",
1196
- "variant": "danger",
1197
- "label": "Delete"
1198
- }
1199
- ],
1200
1183
  "cols": 1.0,
1201
- "gap": "sm",
1202
1184
  "fields": [
1203
1185
  {
1204
1186
  "icon": "zap",
1205
- "variant": "h3",
1206
- "name": "name"
1187
+ "name": "name",
1188
+ "variant": "h3"
1207
1189
  },
1208
1190
  {
1209
1191
  "name": "status",
@@ -1214,10 +1196,10 @@
1214
1196
  "name": "goal"
1215
1197
  },
1216
1198
  {
1217
- "name": "startDate",
1218
- "format": "date",
1199
+ "variant": "caption",
1219
1200
  "label": "Start",
1220
- "variant": "caption"
1201
+ "format": "date",
1202
+ "name": "startDate"
1221
1203
  },
1222
1204
  {
1223
1205
  "format": "date",
@@ -1226,10 +1208,28 @@
1226
1208
  "variant": "caption"
1227
1209
  },
1228
1210
  {
1229
- "variant": "body",
1211
+ "format": "number",
1230
1212
  "name": "taskCount",
1231
1213
  "label": "Tasks",
1232
- "format": "number"
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"
1233
1233
  }
1234
1234
  ]
1235
1235
  },
@@ -1265,7 +1265,6 @@
1265
1265
  "name": "SprintCreate",
1266
1266
  "linkedEntity": "Sprint",
1267
1267
  "config": {
1268
- "icon": "plus-circle",
1269
1268
  "mode": "create",
1270
1269
  "fields": [
1271
1270
  "name",
@@ -1275,6 +1274,7 @@
1275
1274
  "status",
1276
1275
  "taskCount"
1277
1276
  ],
1277
+ "icon": "plus-circle",
1278
1278
  "title": "New Sprint"
1279
1279
  },
1280
1280
  "events": {
@@ -1296,8 +1296,9 @@
1296
1296
  "name": "SprintEdit",
1297
1297
  "linkedEntity": "Sprint",
1298
1298
  "config": {
1299
- "mode": "edit",
1299
+ "icon": "edit",
1300
1300
  "title": "Edit Sprint",
1301
+ "mode": "edit",
1301
1302
  "fields": [
1302
1303
  "name",
1303
1304
  "startDate",
@@ -1305,8 +1306,7 @@
1305
1306
  "goal",
1306
1307
  "status",
1307
1308
  "taskCount"
1308
- ],
1309
- "icon": "edit"
1309
+ ]
1310
1310
  },
1311
1311
  "events": {
1312
1312
  "OPEN": "EDIT"
@@ -1327,6 +1327,8 @@
1327
1327
  "name": "SprintView",
1328
1328
  "linkedEntity": "Sprint",
1329
1329
  "config": {
1330
+ "title": "View Sprint",
1331
+ "icon": "eye",
1330
1332
  "mode": "edit",
1331
1333
  "fields": [
1332
1334
  "name",
@@ -1335,9 +1337,7 @@
1335
1337
  "goal",
1336
1338
  "status",
1337
1339
  "taskCount"
1338
- ],
1339
- "title": "View Sprint",
1340
- "icon": "eye"
1340
+ ]
1341
1341
  },
1342
1342
  "events": {
1343
1343
  "OPEN": "VIEW"
@@ -1358,10 +1358,10 @@
1358
1358
  "name": "SprintDelete",
1359
1359
  "linkedEntity": "Sprint",
1360
1360
  "config": {
1361
- "title": "Delete Sprint",
1362
- "confirmLabel": "Delete",
1363
1361
  "icon": "alert-triangle",
1364
- "alertMessage": "This action cannot be undone."
1362
+ "confirmLabel": "Delete",
1363
+ "alertMessage": "This action cannot be undone.",
1364
+ "title": "Delete Sprint"
1365
1365
  },
1366
1366
  "events": {
1367
1367
  "REQUEST": "DELETE",
@@ -1645,14 +1645,13 @@
1645
1645
  "name": "BurndownAppLayout",
1646
1646
  "linkedEntity": "Burndown",
1647
1647
  "config": {
1648
- "appName": "ProjectManagerApp",
1649
- "notifications": [],
1650
1648
  "notificationClickEvent": "BURNDOWN_NOTIFICATIONS_OPEN",
1649
+ "contentTrait": "@trait.BurndownDisplay",
1651
1650
  "navItems": [
1652
1651
  {
1653
- "href": "/tasks",
1652
+ "label": "Tasks",
1654
1653
  "icon": "list-todo",
1655
- "label": "Tasks"
1654
+ "href": "/tasks"
1656
1655
  },
1657
1656
  {
1658
1657
  "label": "Sprints",
@@ -1660,13 +1659,14 @@
1660
1659
  "icon": "zap"
1661
1660
  },
1662
1661
  {
1662
+ "label": "Burndown",
1663
1663
  "href": "/burndown",
1664
- "icon": "trending-down",
1665
- "label": "Burndown"
1664
+ "icon": "trending-down"
1666
1665
  }
1667
1666
  ],
1668
- "searchEvent": "BURNDOWN_SEARCH",
1669
- "contentTrait": "@trait.BurndownDisplay"
1667
+ "appName": "ProjectManagerApp",
1668
+ "notifications": [],
1669
+ "searchEvent": "BURNDOWN_SEARCH"
1670
1670
  },
1671
1671
  "events": {
1672
1672
  "SEARCH": "BURNDOWN_SEARCH",
@@ -1805,33 +1805,31 @@
1805
1805
  "render-ui",
1806
1806
  "main",
1807
1807
  {
1808
- "type": "stack",
1809
- "direction": "vertical",
1810
- "className": "max-w-6xl mx-auto w-full",
1811
1808
  "gap": "lg",
1809
+ "direction": "vertical",
1812
1810
  "children": [
1813
1811
  {
1814
- "gap": "sm",
1815
- "direction": "horizontal",
1816
- "align": "center",
1817
- "type": "stack",
1818
1812
  "children": [
1819
1813
  {
1820
- "type": "icon",
1821
- "name": "trending-down"
1814
+ "name": "trending-down",
1815
+ "type": "icon"
1822
1816
  },
1823
1817
  {
1824
1818
  "type": "typography",
1825
1819
  "content": "Burndown",
1826
1820
  "variant": "h2"
1827
1821
  }
1828
- ]
1822
+ ],
1823
+ "type": "stack",
1824
+ "direction": "horizontal",
1825
+ "gap": "sm",
1826
+ "align": "center"
1829
1827
  },
1830
1828
  {
1831
1829
  "type": "divider"
1832
1830
  },
1833
1831
  {
1834
- "cols": 5.0,
1832
+ "type": "simple-grid",
1835
1833
  "children": [
1836
1834
  {
1837
1835
  "value": "@entity.totalPoints",
@@ -1846,9 +1844,9 @@
1846
1844
  "icon": "check-circle"
1847
1845
  },
1848
1846
  {
1847
+ "icon": "circle",
1849
1848
  "label": "Remaining",
1850
1849
  "value": "@entity.remainingPoints",
1851
- "icon": "circle",
1852
1850
  "type": "stat-display"
1853
1851
  },
1854
1852
  {
@@ -1858,13 +1856,13 @@
1858
1856
  "icon": "zap"
1859
1857
  },
1860
1858
  {
1859
+ "label": "Days Remaining",
1861
1860
  "value": "@entity.daysRemaining",
1862
1861
  "icon": "calendar",
1863
- "type": "stat-display",
1864
- "label": "Days Remaining"
1862
+ "type": "stat-display"
1865
1863
  }
1866
1864
  ],
1867
- "type": "simple-grid"
1865
+ "cols": 5.0
1868
1866
  },
1869
1867
  {
1870
1868
  "type": "divider"
@@ -1877,12 +1875,12 @@
1877
1875
  "date": "Day 1"
1878
1876
  },
1879
1877
  {
1880
- "date": "Day 2",
1881
- "value": 92.0
1878
+ "value": 92.0,
1879
+ "date": "Day 2"
1882
1880
  },
1883
1881
  {
1884
- "date": "Day 3",
1885
- "value": 85.0
1882
+ "value": 85.0,
1883
+ "date": "Day 3"
1886
1884
  },
1887
1885
  {
1888
1886
  "date": "Day 4",
@@ -1893,48 +1891,50 @@
1893
1891
  "value": 60.0
1894
1892
  },
1895
1893
  {
1896
- "value": 45.0,
1897
- "date": "Day 6"
1894
+ "date": "Day 6",
1895
+ "value": 45.0
1898
1896
  },
1899
1897
  {
1900
- "date": "Day 7",
1901
- "value": 30.0
1898
+ "value": 30.0,
1899
+ "date": "Day 7"
1902
1900
  },
1903
1901
  {
1904
- "value": 15.0,
1905
- "date": "Day 8"
1902
+ "date": "Day 8",
1903
+ "value": 15.0
1906
1904
  }
1907
1905
  ]
1908
1906
  },
1909
1907
  {
1908
+ "type": "chart-legend",
1910
1909
  "items": [
1911
1910
  {
1912
- "label": "Remaining points",
1913
- "color": "primary"
1911
+ "color": "primary",
1912
+ "label": "Remaining points"
1914
1913
  },
1915
1914
  {
1916
1915
  "label": "Ideal burndown",
1917
1916
  "color": "muted"
1918
1917
  }
1919
- ],
1920
- "type": "chart-legend"
1918
+ ]
1921
1919
  },
1922
1920
  {
1923
- "direction": "horizontal",
1924
1921
  "justify": "end",
1922
+ "direction": "horizontal",
1923
+ "gap": "sm",
1924
+ "type": "stack",
1925
1925
  "children": [
1926
1926
  {
1927
- "action": "REFRESH",
1928
1927
  "icon": "refresh-cw",
1929
1928
  "label": "Refresh",
1930
1929
  "variant": "secondary",
1930
+ "action": "REFRESH",
1931
1931
  "type": "button"
1932
1932
  }
1933
- ],
1934
- "type": "stack",
1935
- "gap": "sm"
1933
+ ]
1936
1934
  }
1937
- ]
1935
+ ],
1936
+ "type": "stack",
1937
+ "className": "max-w-6xl mx-auto w-full"
1938
1938
  }
1939
1939
  ]
1940
1940
  ]
@@ -1949,8 +1949,8 @@
1949
1949
  "Burndown",
1950
1950
  {
1951
1951
  "emit": {
1952
- "success": "BurndownLoaded",
1953
- "failure": "BurndownLoadFailed"
1952
+ "failure": "BurndownLoadFailed",
1953
+ "success": "BurndownLoaded"
1954
1954
  }
1955
1955
  }
1956
1956
  ]
@@ -1982,4 +1982,4 @@
1982
1982
  ]
1983
1983
  }
1984
1984
  ]
1985
- }
1985
+ }