@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
@@ -103,32 +103,32 @@
103
103
  "ref": "AppShell.traits.AppLayout",
104
104
  "name": "TicketAppLayout",
105
105
  "config": {
106
+ "searchEvent": "TICKET_SEARCH",
106
107
  "contentTrait": "@trait.TicketCatalog",
107
- "appName": "Helpdesk",
108
108
  "notifications": [],
109
- "searchEvent": "TICKET_SEARCH",
109
+ "appName": "Helpdesk",
110
110
  "notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN",
111
111
  "navItems": [
112
112
  {
113
113
  "label": "Tickets",
114
- "icon": "inbox",
115
- "href": "/tickets"
114
+ "href": "/tickets",
115
+ "icon": "inbox"
116
116
  },
117
117
  {
118
- "label": "Replies",
119
118
  "href": "/replies",
119
+ "label": "Replies",
120
120
  "icon": "message-circle"
121
121
  },
122
122
  {
123
- "icon": "layout-list",
123
+ "href": "/metrics",
124
124
  "label": "Metrics",
125
- "href": "/metrics"
125
+ "icon": "layout-list"
126
126
  }
127
127
  ]
128
128
  },
129
129
  "events": {
130
- "NOTIFY_CLICK": "TICKET_NOTIFICATIONS_OPEN",
131
- "SEARCH": "TICKET_SEARCH"
130
+ "SEARCH": "TICKET_SEARCH",
131
+ "NOTIFY_CLICK": "TICKET_NOTIFICATIONS_OPEN"
132
132
  }
133
133
  },
134
134
  {
@@ -211,62 +211,60 @@
211
211
  "render-ui",
212
212
  "main",
213
213
  {
214
- "direction": "vertical",
215
- "gap": "lg",
216
214
  "type": "stack",
217
215
  "children": [
218
216
  {
219
- "align": "center",
220
- "gap": "md",
217
+ "direction": "horizontal",
221
218
  "children": [
222
219
  {
220
+ "type": "stack",
221
+ "gap": "sm",
223
222
  "direction": "horizontal",
224
223
  "align": "center",
225
- "gap": "sm",
226
- "type": "stack",
227
224
  "children": [
228
225
  {
229
- "name": "inbox",
230
- "type": "icon"
226
+ "type": "icon",
227
+ "name": "inbox"
231
228
  },
232
229
  {
233
- "content": "Tickets",
234
230
  "type": "typography",
235
- "variant": "h2"
231
+ "variant": "h2",
232
+ "content": "Tickets"
236
233
  }
237
234
  ]
238
235
  },
239
236
  {
237
+ "type": "stack",
238
+ "gap": "sm",
240
239
  "direction": "horizontal",
241
240
  "children": [
242
241
  {
243
- "type": "button",
244
242
  "label": "New Ticket",
245
243
  "action": "CREATE",
246
244
  "variant": "primary",
245
+ "type": "button",
247
246
  "icon": "plus"
248
247
  }
249
- ],
250
- "type": "stack",
251
- "gap": "sm"
248
+ ]
252
249
  }
253
250
  ],
254
- "type": "stack",
255
251
  "justify": "between",
256
- "direction": "horizontal"
252
+ "align": "center",
253
+ "type": "stack",
254
+ "gap": "md"
257
255
  },
258
256
  {
259
257
  "type": "divider"
260
258
  },
261
259
  {
262
- "type": "stack",
263
- "direction": "horizontal",
264
260
  "gap": "md",
265
- "align": "center",
266
261
  "children": [
267
262
  "@trait.TicketSearch",
268
263
  "@trait.TicketFilter"
269
- ]
264
+ ],
265
+ "type": "stack",
266
+ "direction": "horizontal",
267
+ "align": "center"
270
268
  },
271
269
  "@trait.TicketStats",
272
270
  "@trait.TicketGraphs",
@@ -274,7 +272,9 @@
274
272
  "type": "divider"
275
273
  },
276
274
  "@trait.TicketBrowseList"
277
- ]
275
+ ],
276
+ "direction": "vertical",
277
+ "gap": "lg"
278
278
  }
279
279
  ]
280
280
  ]
@@ -293,34 +293,34 @@
293
293
  "render-ui",
294
294
  "main",
295
295
  {
296
+ "type": "stack",
297
+ "direction": "vertical",
298
+ "gap": "md",
299
+ "align": "center",
296
300
  "className": "py-8",
297
301
  "children": [
298
302
  {
299
- "name": "bell",
300
- "type": "icon"
303
+ "type": "icon",
304
+ "name": "bell"
301
305
  },
302
306
  {
307
+ "type": "typography",
303
308
  "variant": "h3",
304
- "content": "No notifications",
305
- "type": "typography"
309
+ "content": "No notifications"
306
310
  },
307
311
  {
308
312
  "variant": "caption",
309
- "content": "You're all caught up.",
310
313
  "color": "muted",
311
- "type": "typography"
314
+ "type": "typography",
315
+ "content": "You're all caught up."
312
316
  },
313
317
  {
314
318
  "type": "button",
315
- "variant": "ghost",
316
319
  "action": "INIT",
317
- "label": "Back to tickets"
320
+ "label": "Back to tickets",
321
+ "variant": "ghost"
318
322
  }
319
- ],
320
- "align": "center",
321
- "type": "stack",
322
- "direction": "vertical",
323
- "gap": "md"
323
+ ]
324
324
  }
325
325
  ]
326
326
  ]
@@ -344,26 +344,26 @@
344
344
  "event": "TICKET_FILTER",
345
345
  "filters": [
346
346
  {
347
- "label": "Priority",
348
347
  "options": [
349
348
  "low",
350
349
  "medium",
351
350
  "high",
352
351
  "critical"
353
352
  ],
353
+ "label": "Priority",
354
354
  "filterType": "select",
355
355
  "field": "priority"
356
356
  },
357
357
  {
358
+ "filterType": "select",
358
359
  "label": "Status",
360
+ "field": "status",
359
361
  "options": [
360
362
  "open",
361
363
  "in-progress",
362
364
  "resolved",
363
365
  "closed"
364
- ],
365
- "field": "status",
366
- "filterType": "select"
366
+ ]
367
367
  }
368
368
  ]
369
369
  }
@@ -375,13 +375,14 @@
375
375
  "title": "Tickets",
376
376
  "metrics": [
377
377
  {
378
- "format": "number",
379
378
  "label": "Total",
380
379
  "aggregation": "count",
381
380
  "variant": "primary",
381
+ "format": "number",
382
382
  "icon": "inbox"
383
383
  },
384
384
  {
385
+ "variant": "warning",
385
386
  "filter": [
386
387
  "fn",
387
388
  "row",
@@ -391,14 +392,12 @@
391
392
  "open"
392
393
  ]
393
394
  ],
395
+ "icon": "circle",
394
396
  "label": "Open",
395
397
  "aggregation": "count",
396
- "icon": "circle",
397
- "variant": "warning",
398
398
  "format": "number"
399
399
  },
400
400
  {
401
- "variant": "success",
402
401
  "format": "number",
403
402
  "filter": [
404
403
  "fn",
@@ -409,6 +408,7 @@
409
408
  "resolved"
410
409
  ]
411
410
  ],
411
+ "variant": "success",
412
412
  "label": "Resolved",
413
413
  "icon": "check-circle",
414
414
  "aggregation": "count"
@@ -430,13 +430,13 @@
430
430
  "ref": "Graphs.traits.GraphItemGraph",
431
431
  "name": "TicketGraphs",
432
432
  "config": {
433
+ "chartType": "bar",
434
+ "subtitle": "Volume across priority buckets",
433
435
  "categoryField": "priority",
434
- "showLegend": false,
435
436
  "height": 240.0,
436
- "chartType": "bar",
437
- "aggregation": "count",
438
437
  "title": "Tickets by Priority",
439
- "subtitle": "Volume across priority buckets"
438
+ "showLegend": false,
439
+ "aggregation": "count"
440
440
  },
441
441
  "listens": [
442
442
  {
@@ -457,8 +457,8 @@
457
457
  "fields": [
458
458
  {
459
459
  "icon": "inbox",
460
- "variant": "h3",
461
- "name": "subject"
460
+ "name": "subject",
461
+ "variant": "h3"
462
462
  },
463
463
  {
464
464
  "name": "priority",
@@ -473,14 +473,16 @@
473
473
  "name": "assignee"
474
474
  },
475
475
  {
476
- "name": "description",
477
- "variant": "caption"
476
+ "variant": "caption",
477
+ "name": "description"
478
478
  }
479
479
  ],
480
+ "cols": 1.0,
481
+ "gap": "sm",
480
482
  "itemActions": [
481
483
  {
482
- "variant": "ghost",
483
484
  "event": "VIEW",
485
+ "variant": "ghost",
484
486
  "label": "View"
485
487
  },
486
488
  {
@@ -493,9 +495,7 @@
493
495
  "event": "DELETE",
494
496
  "variant": "danger"
495
497
  }
496
- ],
497
- "cols": 1.0,
498
- "gap": "sm"
498
+ ]
499
499
  },
500
500
  "listens": [
501
501
  {
@@ -576,8 +576,9 @@
576
576
  "name": "TicketEdit",
577
577
  "linkedEntity": "Ticket",
578
578
  "config": {
579
- "mode": "edit",
579
+ "icon": "edit",
580
580
  "title": "Edit Ticket",
581
+ "mode": "edit",
581
582
  "fields": [
582
583
  "subject",
583
584
  "description",
@@ -585,8 +586,7 @@
585
586
  "status",
586
587
  "assignee",
587
588
  "customerEmail"
588
- ],
589
- "icon": "edit"
589
+ ]
590
590
  },
591
591
  "events": {
592
592
  "OPEN": "EDIT"
@@ -608,6 +608,8 @@
608
608
  "linkedEntity": "Ticket",
609
609
  "config": {
610
610
  "title": "View Ticket",
611
+ "mode": "edit",
612
+ "icon": "eye",
611
613
  "fields": [
612
614
  "subject",
613
615
  "description",
@@ -615,9 +617,7 @@
615
617
  "status",
616
618
  "assignee",
617
619
  "customerEmail"
618
- ],
619
- "mode": "edit",
620
- "icon": "eye"
620
+ ]
621
621
  },
622
622
  "events": {
623
623
  "OPEN": "VIEW"
@@ -639,8 +639,8 @@
639
639
  "linkedEntity": "Ticket",
640
640
  "config": {
641
641
  "icon": "alert-triangle",
642
- "title": "Delete Ticket",
643
642
  "alertMessage": "This action cannot be undone.",
643
+ "title": "Delete Ticket",
644
644
  "confirmLabel": "Delete"
645
645
  },
646
646
  "events": {
@@ -956,32 +956,32 @@
956
956
  "name": "TicketReplyAppLayout",
957
957
  "linkedEntity": "TicketReply",
958
958
  "config": {
959
+ "notifications": [],
960
+ "notificationClickEvent": "TICKET_REPLY_NOTIFICATIONS_OPEN",
959
961
  "navItems": [
960
962
  {
961
- "href": "/tickets",
962
963
  "label": "Tickets",
963
- "icon": "inbox"
964
+ "icon": "inbox",
965
+ "href": "/tickets"
964
966
  },
965
967
  {
966
- "label": "Replies",
967
968
  "icon": "message-circle",
969
+ "label": "Replies",
968
970
  "href": "/replies"
969
971
  },
970
972
  {
973
+ "label": "Metrics",
971
974
  "icon": "layout-list",
972
- "href": "/metrics",
973
- "label": "Metrics"
975
+ "href": "/metrics"
974
976
  }
975
977
  ],
976
978
  "contentTrait": "@trait.TicketReplyBrowse",
977
- "notificationClickEvent": "TICKET_REPLY_NOTIFICATIONS_OPEN",
978
- "notifications": [],
979
- "appName": "Helpdesk",
980
- "searchEvent": "TICKET_REPLY_SEARCH"
979
+ "searchEvent": "TICKET_REPLY_SEARCH",
980
+ "appName": "Helpdesk"
981
981
  },
982
982
  "events": {
983
- "SEARCH": "TICKET_REPLY_SEARCH",
984
- "NOTIFY_CLICK": "TICKET_REPLY_NOTIFICATIONS_OPEN"
983
+ "NOTIFY_CLICK": "TICKET_REPLY_NOTIFICATIONS_OPEN",
984
+ "SEARCH": "TICKET_REPLY_SEARCH"
985
985
  }
986
986
  },
987
987
  {
@@ -1097,20 +1097,20 @@
1097
1097
  "render-ui",
1098
1098
  "main",
1099
1099
  {
1100
- "align": "center",
1100
+ "className": "py-12",
1101
1101
  "gap": "md",
1102
1102
  "type": "stack",
1103
1103
  "direction": "vertical",
1104
- "className": "py-12",
1104
+ "align": "center",
1105
1105
  "children": [
1106
1106
  {
1107
1107
  "type": "spinner"
1108
1108
  },
1109
1109
  {
1110
- "type": "typography",
1110
+ "content": "Loading…",
1111
1111
  "color": "muted",
1112
- "variant": "caption",
1113
- "content": "Loading…"
1112
+ "type": "typography",
1113
+ "variant": "caption"
1114
1114
  }
1115
1115
  ]
1116
1116
  }
@@ -1126,15 +1126,19 @@
1126
1126
  "render-ui",
1127
1127
  "main",
1128
1128
  {
1129
- "gap": "lg",
1130
1129
  "className": "max-w-5xl mx-auto w-full",
1131
- "type": "stack",
1132
1130
  "children": [
1133
1131
  {
1132
+ "direction": "horizontal",
1133
+ "gap": "md",
1134
+ "justify": "between",
1135
+ "align": "center",
1136
+ "type": "stack",
1134
1137
  "children": [
1135
1138
  {
1136
- "gap": "sm",
1137
1139
  "direction": "horizontal",
1140
+ "type": "stack",
1141
+ "gap": "sm",
1138
1142
  "align": "center",
1139
1143
  "children": [
1140
1144
  {
@@ -1142,26 +1146,20 @@
1142
1146
  "name": "message-circle"
1143
1147
  },
1144
1148
  {
1145
- "variant": "h2",
1149
+ "type": "typography",
1146
1150
  "content": "Replies",
1147
- "type": "typography"
1151
+ "variant": "h2"
1148
1152
  }
1149
- ],
1150
- "type": "stack"
1153
+ ]
1151
1154
  },
1152
1155
  {
1153
- "variant": "primary",
1156
+ "type": "button",
1154
1157
  "action": "CREATE",
1155
- "icon": "edit",
1156
1158
  "label": "Compose",
1157
- "type": "button"
1159
+ "variant": "primary",
1160
+ "icon": "edit"
1158
1161
  }
1159
- ],
1160
- "type": "stack",
1161
- "direction": "horizontal",
1162
- "gap": "md",
1163
- "justify": "between",
1164
- "align": "center"
1162
+ ]
1165
1163
  },
1166
1164
  {
1167
1165
  "type": "divider"
@@ -1171,6 +1169,9 @@
1171
1169
  "type": "divider"
1172
1170
  },
1173
1171
  {
1172
+ "variant": "card",
1173
+ "type": "data-list",
1174
+ "entity": "@payload.data",
1174
1175
  "fields": [
1175
1176
  {
1176
1177
  "name": "author",
@@ -1183,17 +1184,16 @@
1183
1184
  },
1184
1185
  {
1185
1186
  "name": "createdAt",
1186
- "format": "date",
1187
- "variant": "caption"
1187
+ "variant": "caption",
1188
+ "format": "date"
1188
1189
  }
1189
1190
  ],
1190
- "variant": "card",
1191
- "entity": "@payload.data",
1192
- "type": "data-list",
1193
1191
  "gap": "sm"
1194
1192
  }
1195
1193
  ],
1196
- "direction": "vertical"
1194
+ "direction": "vertical",
1195
+ "gap": "lg",
1196
+ "type": "stack"
1197
1197
  }
1198
1198
  ]
1199
1199
  ]
@@ -1208,35 +1208,35 @@
1208
1208
  "main",
1209
1209
  {
1210
1210
  "gap": "md",
1211
- "align": "center",
1212
1211
  "type": "stack",
1212
+ "align": "center",
1213
+ "className": "py-12",
1214
+ "direction": "vertical",
1213
1215
  "children": [
1214
1216
  {
1215
- "color": "destructive",
1216
1217
  "name": "alert-triangle",
1218
+ "color": "destructive",
1217
1219
  "type": "icon"
1218
1220
  },
1219
1221
  {
1220
- "content": "Failed to load replies",
1221
1222
  "type": "typography",
1222
- "variant": "h3"
1223
+ "variant": "h3",
1224
+ "content": "Failed to load replies"
1223
1225
  },
1224
1226
  {
1227
+ "color": "muted",
1225
1228
  "variant": "body",
1226
- "type": "typography",
1227
1229
  "content": "@payload.error",
1228
- "color": "muted"
1230
+ "type": "typography"
1229
1231
  },
1230
1232
  {
1231
- "type": "button",
1232
- "variant": "primary",
1233
- "action": "INIT",
1233
+ "icon": "rotate-ccw",
1234
1234
  "label": "Retry",
1235
- "icon": "rotate-ccw"
1235
+ "variant": "primary",
1236
+ "type": "button",
1237
+ "action": "INIT"
1236
1238
  }
1237
- ],
1238
- "direction": "vertical",
1239
- "className": "py-12"
1239
+ ]
1240
1240
  }
1241
1241
  ]
1242
1242
  ]
@@ -1303,7 +1303,6 @@
1303
1303
  {
1304
1304
  "type": "stack",
1305
1305
  "direction": "vertical",
1306
- "gap": "md",
1307
1306
  "children": [
1308
1307
  {
1309
1308
  "variant": "h3",
@@ -1315,28 +1314,29 @@
1315
1314
  "type": "textarea"
1316
1315
  },
1317
1316
  {
1318
- "gap": "sm",
1319
1317
  "direction": "horizontal",
1320
- "justify": "end",
1321
- "type": "stack",
1322
1318
  "children": [
1323
1319
  {
1324
1320
  "label": "Save Draft",
1325
1321
  "variant": "ghost",
1326
- "action": "CREATE",
1327
1322
  "type": "button",
1328
- "icon": "save"
1323
+ "icon": "save",
1324
+ "action": "CREATE"
1329
1325
  },
1330
1326
  {
1331
1327
  "action": "SEND",
1332
1328
  "label": "Send Reply",
1333
- "type": "button",
1334
1329
  "variant": "primary",
1335
- "icon": "send"
1330
+ "icon": "send",
1331
+ "type": "button"
1336
1332
  }
1337
- ]
1333
+ ],
1334
+ "gap": "sm",
1335
+ "type": "stack",
1336
+ "justify": "end"
1338
1337
  }
1339
- ]
1338
+ ],
1339
+ "gap": "md"
1340
1340
  }
1341
1341
  ]
1342
1342
  ]
@@ -1350,16 +1350,16 @@
1350
1350
  "name": "TicketReplyCreate",
1351
1351
  "linkedEntity": "TicketReply",
1352
1352
  "config": {
1353
- "mode": "create",
1354
- "title": "New Reply",
1355
1353
  "icon": "message-circle",
1354
+ "mode": "create",
1356
1355
  "fields": [
1357
1356
  "ticketId",
1358
1357
  "body",
1359
1358
  "author",
1360
1359
  "customerEmail",
1361
1360
  "subject"
1362
- ]
1361
+ ],
1362
+ "title": "New Reply"
1363
1363
  },
1364
1364
  "events": {
1365
1365
  "OPEN": "CREATE"
@@ -1579,28 +1579,28 @@
1579
1579
  "name": "SupportMetricsAppLayout",
1580
1580
  "linkedEntity": "SupportMetric",
1581
1581
  "config": {
1582
+ "contentTrait": "@trait.SupportMetricsDisplay",
1583
+ "searchEvent": "SUPPORT_METRICS_SEARCH",
1582
1584
  "navItems": [
1583
1585
  {
1584
- "icon": "inbox",
1585
1586
  "label": "Tickets",
1586
- "href": "/tickets"
1587
+ "href": "/tickets",
1588
+ "icon": "inbox"
1587
1589
  },
1588
1590
  {
1589
- "label": "Replies",
1590
1591
  "icon": "message-circle",
1592
+ "label": "Replies",
1591
1593
  "href": "/replies"
1592
1594
  },
1593
1595
  {
1594
- "icon": "layout-list",
1595
1596
  "label": "Metrics",
1597
+ "icon": "layout-list",
1596
1598
  "href": "/metrics"
1597
1599
  }
1598
1600
  ],
1599
- "appName": "Helpdesk",
1600
- "notificationClickEvent": "SUPPORT_METRICS_NOTIFICATIONS_OPEN",
1601
- "searchEvent": "SUPPORT_METRICS_SEARCH",
1602
1601
  "notifications": [],
1603
- "contentTrait": "@trait.SupportMetricsDisplay"
1602
+ "notificationClickEvent": "SUPPORT_METRICS_NOTIFICATIONS_OPEN",
1603
+ "appName": "Helpdesk"
1604
1604
  },
1605
1605
  "events": {
1606
1606
  "SEARCH": "SUPPORT_METRICS_SEARCH",
@@ -1612,28 +1612,28 @@
1612
1612
  "name": "SupportMetricsBrowse",
1613
1613
  "linkedEntity": "SupportMetric",
1614
1614
  "config": {
1615
- "pageSize": 100.0,
1616
1615
  "displayPageSize": 5.0,
1616
+ "pageSize": 100.0,
1617
1617
  "fields": [
1618
1618
  {
1619
+ "name": "name",
1619
1620
  "label": "Name",
1620
- "variant": "h4",
1621
- "name": "name"
1621
+ "variant": "h4"
1622
1622
  },
1623
1623
  {
1624
- "label": "Category",
1625
1624
  "variant": "caption",
1625
+ "label": "Category",
1626
1626
  "name": "category"
1627
1627
  },
1628
1628
  {
1629
- "variant": "badge",
1630
1629
  "label": "Status",
1630
+ "variant": "badge",
1631
1631
  "name": "status"
1632
1632
  },
1633
1633
  {
1634
1634
  "name": "priority",
1635
- "label": "Priority",
1636
- "variant": "badge"
1635
+ "variant": "badge",
1636
+ "label": "Priority"
1637
1637
  }
1638
1638
  ]
1639
1639
  }
@@ -1664,14 +1664,11 @@
1664
1664
  "render-ui",
1665
1665
  "main",
1666
1666
  {
1667
- "className": "max-w-6xl mx-auto w-full p-4",
1668
- "type": "stack",
1669
- "direction": "vertical",
1670
- "gap": "lg",
1671
1667
  "children": [
1672
1668
  {
1673
- "direction": "horizontal",
1674
1669
  "align": "center",
1670
+ "direction": "horizontal",
1671
+ "gap": "sm",
1675
1672
  "children": [
1676
1673
  {
1677
1674
  "type": "icon",
@@ -1679,23 +1676,26 @@
1679
1676
  },
1680
1677
  {
1681
1678
  "type": "typography",
1682
- "variant": "h2",
1683
- "content": "Support Metrics"
1679
+ "content": "Support Metrics",
1680
+ "variant": "h2"
1684
1681
  }
1685
1682
  ],
1686
- "gap": "sm",
1687
1683
  "type": "stack"
1688
1684
  },
1689
1685
  {
1690
1686
  "type": "divider"
1691
1687
  },
1692
1688
  {
1693
- "type": "typography",
1694
1689
  "variant": "h3",
1695
- "content": "Recent"
1690
+ "content": "Recent",
1691
+ "type": "typography"
1696
1692
  },
1697
1693
  "@trait.SupportMetricsBrowse"
1698
- ]
1694
+ ],
1695
+ "gap": "lg",
1696
+ "className": "max-w-6xl mx-auto w-full p-4",
1697
+ "type": "stack",
1698
+ "direction": "vertical"
1699
1699
  }
1700
1700
  ]
1701
1701
  ]
@@ -1724,4 +1724,4 @@
1724
1724
  ]
1725
1725
  }
1726
1726
  ]
1727
- }
1727
+ }