@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  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 +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  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 +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  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 +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  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 +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -101,37 +101,37 @@
101
101
  "ref": "AppShell.traits.AppLayout",
102
102
  "name": "ContactAppLayout",
103
103
  "config": {
104
+ "searchEvent": "CONTACT_SEARCH",
105
+ "notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN",
104
106
  "contentTrait": "@trait.ContactCatalog",
107
+ "notifications": [],
108
+ "appName": "CRM",
105
109
  "navItems": [
106
110
  {
107
- "href": "/contacts",
111
+ "icon": "users",
108
112
  "label": "Contacts",
109
- "icon": "users"
113
+ "href": "/contacts"
110
114
  },
111
115
  {
112
116
  "href": "/deals",
113
- "label": "Deals",
114
- "icon": "briefcase"
117
+ "icon": "briefcase",
118
+ "label": "Deals"
115
119
  },
116
120
  {
117
- "icon": "bar-chart-2",
118
121
  "label": "Pipeline",
119
- "href": "/pipeline"
122
+ "href": "/pipeline",
123
+ "icon": "bar-chart-2"
120
124
  },
121
125
  {
126
+ "label": "Notes",
122
127
  "icon": "file-text",
123
- "href": "/notes",
124
- "label": "Notes"
128
+ "href": "/notes"
125
129
  }
126
- ],
127
- "searchEvent": "CONTACT_SEARCH",
128
- "notifications": [],
129
- "notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN",
130
- "appName": "CRM"
130
+ ]
131
131
  },
132
132
  "events": {
133
- "SEARCH": "CONTACT_SEARCH",
134
- "NOTIFY_CLICK": "CONTACT_NOTIFICATIONS_OPEN"
133
+ "NOTIFY_CLICK": "CONTACT_NOTIFICATIONS_OPEN",
134
+ "SEARCH": "CONTACT_SEARCH"
135
135
  }
136
136
  },
137
137
  {
@@ -230,62 +230,59 @@
230
230
  "render-ui",
231
231
  "main",
232
232
  {
233
- "direction": "vertical",
234
- "type": "stack",
235
- "gap": "lg",
236
233
  "children": [
237
234
  {
235
+ "gap": "md",
238
236
  "children": [
239
237
  {
240
- "gap": "sm",
241
- "direction": "horizontal",
242
- "type": "stack",
243
- "align": "center",
244
238
  "children": [
245
239
  {
246
240
  "name": "user",
247
241
  "type": "icon"
248
242
  },
249
243
  {
250
- "variant": "h2",
244
+ "type": "typography",
251
245
  "content": "Contacts",
252
- "type": "typography"
246
+ "variant": "h2"
253
247
  }
254
- ]
255
- },
256
- {
248
+ ],
257
249
  "type": "stack",
258
- "gap": "sm",
259
250
  "direction": "horizontal",
251
+ "align": "center",
252
+ "gap": "sm"
253
+ },
254
+ {
260
255
  "children": [
261
256
  {
262
257
  "label": "New Contact",
263
- "type": "button",
264
258
  "action": "CREATE",
265
259
  "icon": "plus",
260
+ "type": "button",
266
261
  "variant": "primary"
267
262
  }
268
- ]
263
+ ],
264
+ "gap": "sm",
265
+ "type": "stack",
266
+ "direction": "horizontal"
269
267
  }
270
268
  ],
271
- "direction": "horizontal",
272
- "justify": "between",
273
- "align": "center",
274
269
  "type": "stack",
275
- "gap": "md"
270
+ "align": "center",
271
+ "direction": "horizontal",
272
+ "justify": "between"
276
273
  },
277
274
  {
278
275
  "type": "divider"
279
276
  },
280
277
  {
278
+ "align": "center",
281
279
  "type": "stack",
280
+ "direction": "horizontal",
282
281
  "gap": "md",
283
282
  "children": [
284
283
  "@trait.ContactSearch",
285
284
  "@trait.ContactFilter"
286
- ],
287
- "align": "center",
288
- "direction": "horizontal"
285
+ ]
289
286
  },
290
287
  "@trait.ContactStats",
291
288
  "@trait.ContactGraphs",
@@ -293,7 +290,10 @@
293
290
  "type": "divider"
294
291
  },
295
292
  "@trait.ContactBrowseList"
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
315
  "type": "stack",
316
+ "align": "center",
317
+ "className": "py-8",
318
+ "direction": "vertical",
317
319
  "children": [
318
320
  {
319
- "type": "icon",
320
- "name": "bell"
321
+ "name": "bell",
322
+ "type": "icon"
321
323
  },
322
324
  {
325
+ "type": "typography",
323
326
  "variant": "h3",
324
- "content": "No notifications",
325
- "type": "typography"
327
+ "content": "No notifications"
326
328
  },
327
329
  {
328
- "type": "typography",
329
330
  "variant": "caption",
331
+ "type": "typography",
330
332
  "content": "You're all caught up.",
331
333
  "color": "muted"
332
334
  },
333
335
  {
334
- "label": "Back to contacts",
335
- "variant": "ghost",
336
336
  "type": "button",
337
+ "variant": "ghost",
338
+ "label": "Back to contacts",
337
339
  "action": "INIT"
338
340
  }
339
341
  ],
340
- "gap": "md",
341
- "direction": "vertical",
342
- "align": "center"
342
+ "gap": "md"
343
343
  }
344
344
  ]
345
345
  ]
@@ -352,19 +352,19 @@
352
352
  "ref": "Search.traits.SearchResultSearch",
353
353
  "name": "ContactSearch",
354
354
  "config": {
355
- "placeholder": "Search contacts…",
356
- "event": "CONTACT_SEARCH"
355
+ "event": "CONTACT_SEARCH",
356
+ "placeholder": "Search contacts…"
357
357
  }
358
358
  },
359
359
  {
360
360
  "ref": "Filter.traits.FilterTargetFilter",
361
361
  "name": "ContactFilter",
362
362
  "config": {
363
+ "event": "CONTACT_FILTER",
363
364
  "filters": [
364
365
  {
365
- "filterType": "select",
366
- "label": "Industry",
367
366
  "field": "industry",
367
+ "label": "Industry",
368
368
  "options": [
369
369
  "technology",
370
370
  "finance",
@@ -372,39 +372,41 @@
372
372
  "retail",
373
373
  "manufacturing",
374
374
  "other"
375
- ]
375
+ ],
376
+ "filterType": "select"
376
377
  },
377
378
  {
378
379
  "field": "lifecycleStage",
379
- "label": "Lifecycle Stage",
380
- "filterType": "select",
381
380
  "options": [
382
381
  "lead",
383
382
  "mql",
384
383
  "sql",
385
384
  "customer"
386
- ]
385
+ ],
386
+ "label": "Lifecycle Stage",
387
+ "filterType": "select"
387
388
  }
388
- ],
389
- "event": "CONTACT_FILTER"
389
+ ]
390
390
  }
391
391
  },
392
392
  {
393
393
  "ref": "Stats.traits.StatsItemStats",
394
394
  "name": "ContactStats",
395
395
  "config": {
396
+ "title": "Contacts",
396
397
  "metrics": [
397
398
  {
399
+ "icon": "users",
400
+ "variant": "primary",
398
401
  "aggregation": "count",
399
402
  "format": "number",
400
- "icon": "users",
401
- "label": "Total",
402
- "variant": "primary"
403
+ "label": "Total"
403
404
  },
404
405
  {
405
- "aggregation": "count",
406
- "format": "number",
407
406
  "variant": "warning",
407
+ "label": "Hot Leads",
408
+ "format": "number",
409
+ "aggregation": "count",
408
410
  "icon": "flame",
409
411
  "filter": [
410
412
  "fn",
@@ -414,12 +416,9 @@
414
416
  "@row.lifecycleStage",
415
417
  "sql"
416
418
  ]
417
- ],
418
- "label": "Hot Leads"
419
+ ]
419
420
  },
420
421
  {
421
- "aggregation": "count",
422
- "variant": "success",
423
422
  "filter": [
424
423
  "fn",
425
424
  "row",
@@ -430,11 +429,12 @@
430
429
  ]
431
430
  ],
432
431
  "label": "Customers",
433
- "format": "number",
434
- "icon": "check-circle"
432
+ "variant": "success",
433
+ "icon": "check-circle",
434
+ "aggregation": "count",
435
+ "format": "number"
435
436
  }
436
- ],
437
- "title": "Contacts"
437
+ ]
438
438
  },
439
439
  "listens": [
440
440
  {
@@ -451,13 +451,13 @@
451
451
  "ref": "Graphs.traits.GraphItemGraph",
452
452
  "name": "ContactGraphs",
453
453
  "config": {
454
- "aggregation": "count",
455
454
  "height": 240.0,
456
455
  "showLegend": true,
457
- "title": "Contacts by Lifecycle Stage",
458
456
  "subtitle": "Funnel breakdown",
457
+ "title": "Contacts by Lifecycle Stage",
459
458
  "chartType": "pie",
460
- "categoryField": "lifecycleStage"
459
+ "categoryField": "lifecycleStage",
460
+ "aggregation": "count"
461
461
  },
462
462
  "listens": [
463
463
  {
@@ -475,30 +475,31 @@
475
475
  "name": "ContactBrowseList",
476
476
  "linkedEntity": "Contact",
477
477
  "config": {
478
+ "variant": "card",
478
479
  "itemActions": [
479
480
  {
480
481
  "variant": "ghost",
481
- "event": "VIEW",
482
- "label": "View"
482
+ "label": "View",
483
+ "event": "VIEW"
483
484
  },
484
485
  {
486
+ "variant": "ghost",
485
487
  "label": "Edit",
486
- "event": "EDIT",
487
- "variant": "ghost"
488
+ "event": "EDIT"
488
489
  },
489
490
  {
490
- "event": "DELETE",
491
+ "label": "Delete",
491
492
  "variant": "danger",
492
- "label": "Delete"
493
+ "event": "DELETE"
493
494
  }
494
495
  ],
495
- "variant": "card",
496
496
  "cols": 1.0,
497
+ "gap": "sm",
497
498
  "fields": [
498
499
  {
499
- "variant": "h3",
500
500
  "icon": "user",
501
- "name": "name"
501
+ "name": "name",
502
+ "variant": "h3"
502
503
  },
503
504
  {
504
505
  "name": "industry",
@@ -513,11 +514,10 @@
513
514
  "variant": "caption"
514
515
  },
515
516
  {
516
- "name": "phone",
517
- "variant": "caption"
517
+ "variant": "caption",
518
+ "name": "phone"
518
519
  }
519
- ],
520
- "gap": "sm"
520
+ ]
521
521
  },
522
522
  "listens": [
523
523
  {
@@ -567,9 +567,6 @@
567
567
  "name": "ContactCreate",
568
568
  "linkedEntity": "Contact",
569
569
  "config": {
570
- "title": "New Contact",
571
- "icon": "plus-circle",
572
- "mode": "create",
573
570
  "fields": [
574
571
  "name",
575
572
  "company",
@@ -577,7 +574,10 @@
577
574
  "lifecycleStage",
578
575
  "email",
579
576
  "phone"
580
- ]
577
+ ],
578
+ "title": "New Contact",
579
+ "icon": "plus-circle",
580
+ "mode": "create"
581
581
  },
582
582
  "events": {
583
583
  "OPEN": "CREATE"
@@ -598,6 +598,7 @@
598
598
  "name": "ContactEdit",
599
599
  "linkedEntity": "Contact",
600
600
  "config": {
601
+ "mode": "edit",
601
602
  "title": "Edit Contact",
602
603
  "fields": [
603
604
  "name",
@@ -607,7 +608,6 @@
607
608
  "email",
608
609
  "phone"
609
610
  ],
610
- "mode": "edit",
611
611
  "icon": "edit"
612
612
  },
613
613
  "events": {
@@ -631,6 +631,7 @@
631
631
  "config": {
632
632
  "mode": "edit",
633
633
  "icon": "eye",
634
+ "title": "View Contact",
634
635
  "fields": [
635
636
  "name",
636
637
  "company",
@@ -638,8 +639,7 @@
638
639
  "lifecycleStage",
639
640
  "email",
640
641
  "phone"
641
- ],
642
- "title": "View Contact"
642
+ ]
643
643
  },
644
644
  "events": {
645
645
  "OPEN": "VIEW"
@@ -660,14 +660,14 @@
660
660
  "name": "ContactDelete",
661
661
  "linkedEntity": "Contact",
662
662
  "config": {
663
- "confirmLabel": "Delete",
664
663
  "title": "Delete Contact",
665
664
  "icon": "alert-triangle",
666
- "alertMessage": "This action cannot be undone."
665
+ "alertMessage": "This action cannot be undone.",
666
+ "confirmLabel": "Delete"
667
667
  },
668
668
  "events": {
669
- "REQUEST": "DELETE",
670
- "CONFIRM": "CONFIRM_DELETE"
669
+ "CONFIRM": "CONFIRM_DELETE",
670
+ "REQUEST": "DELETE"
671
671
  },
672
672
  "listens": [
673
673
  {
@@ -947,18 +947,18 @@
947
947
  "render-ui",
948
948
  "main",
949
949
  {
950
- "direction": "horizontal",
951
- "type": "stack",
952
950
  "gap": "sm",
951
+ "direction": "horizontal",
953
952
  "children": [
954
953
  {
955
- "action": "SEND_EMAIL",
956
- "variant": "ghost",
957
954
  "type": "button",
955
+ "action": "SEND_EMAIL",
958
956
  "label": "Email Contact",
957
+ "variant": "ghost",
959
958
  "icon": "mail"
960
959
  }
961
- ]
960
+ ],
961
+ "type": "stack"
962
962
  }
963
963
  ]
964
964
  ]
@@ -973,8 +973,8 @@
973
973
  "email",
974
974
  "send",
975
975
  {
976
- "subject": "Hello from CRM",
977
976
  "body": "Reaching out from your account team.",
977
+ "subject": "Hello from CRM",
978
978
  "recipient": "contact@example.com",
979
979
  "sender": "noreply@crm.example"
980
980
  },
@@ -1121,22 +1121,20 @@
1121
1121
  "name": "DealAppLayout",
1122
1122
  "linkedEntity": "Deal",
1123
1123
  "config": {
1124
- "appName": "CRM",
1125
- "topBarActions": [],
1126
1124
  "navItems": [
1127
1125
  {
1128
- "icon": "users",
1129
1126
  "label": "Contacts",
1127
+ "icon": "users",
1130
1128
  "href": "/contacts"
1131
1129
  },
1132
1130
  {
1133
- "icon": "briefcase",
1134
1131
  "label": "Deals",
1132
+ "icon": "briefcase",
1135
1133
  "href": "/deals"
1136
1134
  },
1137
1135
  {
1138
- "label": "Pipeline",
1139
1136
  "icon": "bar-chart-2",
1137
+ "label": "Pipeline",
1140
1138
  "href": "/pipeline"
1141
1139
  },
1142
1140
  {
@@ -1146,8 +1144,10 @@
1146
1144
  }
1147
1145
  ],
1148
1146
  "contentTrait": "@trait.DealCatalog",
1149
- "notifications": [],
1150
1147
  "searchEvent": "DEAL_SEARCH",
1148
+ "topBarActions": [],
1149
+ "appName": "CRM",
1150
+ "notifications": [],
1151
1151
  "notificationClickEvent": "DEAL_NOTIFICATIONS_OPEN"
1152
1152
  },
1153
1153
  "events": {
@@ -1197,47 +1197,46 @@
1197
1197
  "render-ui",
1198
1198
  "main",
1199
1199
  {
1200
- "direction": "vertical",
1201
1200
  "type": "stack",
1202
1201
  "children": [
1203
1202
  {
1203
+ "align": "center",
1204
+ "justify": "between",
1204
1205
  "children": [
1205
1206
  {
1207
+ "direction": "horizontal",
1206
1208
  "gap": "sm",
1207
1209
  "align": "center",
1208
- "direction": "horizontal",
1209
1210
  "children": [
1210
1211
  {
1211
1212
  "name": "briefcase",
1212
1213
  "type": "icon"
1213
1214
  },
1214
1215
  {
1215
- "variant": "h2",
1216
+ "content": "Deals",
1216
1217
  "type": "typography",
1217
- "content": "Deals"
1218
+ "variant": "h2"
1218
1219
  }
1219
1220
  ],
1220
1221
  "type": "stack"
1221
1222
  },
1222
1223
  {
1223
- "direction": "horizontal",
1224
1224
  "gap": "sm",
1225
1225
  "children": [
1226
1226
  {
1227
- "variant": "primary",
1228
- "action": "CREATE",
1227
+ "type": "button",
1229
1228
  "icon": "plus",
1230
1229
  "label": "New Deal",
1231
- "type": "button"
1230
+ "action": "CREATE",
1231
+ "variant": "primary"
1232
1232
  }
1233
1233
  ],
1234
- "type": "stack"
1234
+ "type": "stack",
1235
+ "direction": "horizontal"
1235
1236
  }
1236
1237
  ],
1237
- "gap": "md",
1238
- "justify": "between",
1239
1238
  "direction": "horizontal",
1240
- "align": "center",
1239
+ "gap": "md",
1241
1240
  "type": "stack"
1242
1241
  },
1243
1242
  {
@@ -1245,7 +1244,8 @@
1245
1244
  },
1246
1245
  "@trait.DealBrowseList"
1247
1246
  ],
1248
- "gap": "lg"
1247
+ "gap": "lg",
1248
+ "direction": "vertical"
1249
1249
  }
1250
1250
  ]
1251
1251
  ]
@@ -1259,53 +1259,53 @@
1259
1259
  "name": "DealBrowseList",
1260
1260
  "linkedEntity": "Deal",
1261
1261
  "config": {
1262
- "cols": 2.0,
1262
+ "variant": "card",
1263
+ "gap": "md",
1263
1264
  "itemActions": [
1264
1265
  {
1265
- "label": "View",
1266
1266
  "variant": "ghost",
1267
- "event": "VIEW"
1267
+ "event": "VIEW",
1268
+ "label": "View"
1268
1269
  },
1269
1270
  {
1271
+ "variant": "ghost",
1270
1272
  "label": "Edit",
1271
- "event": "EDIT",
1272
- "variant": "ghost"
1273
+ "event": "EDIT"
1273
1274
  },
1274
1275
  {
1276
+ "label": "Delete",
1275
1277
  "variant": "danger",
1276
- "event": "DELETE",
1277
- "label": "Delete"
1278
+ "event": "DELETE"
1278
1279
  }
1279
1280
  ],
1280
1281
  "fields": [
1281
1282
  {
1282
- "name": "title",
1283
+ "variant": "h3",
1283
1284
  "icon": "briefcase",
1284
- "variant": "h3"
1285
+ "name": "title"
1285
1286
  },
1286
1287
  {
1287
- "variant": "badge",
1288
- "name": "stage"
1288
+ "name": "stage",
1289
+ "variant": "badge"
1289
1290
  },
1290
1291
  {
1291
- "variant": "h4",
1292
1292
  "name": "amount",
1293
- "format": "currency"
1293
+ "format": "currency",
1294
+ "variant": "h4"
1294
1295
  },
1295
1296
  {
1296
- "variant": "caption",
1297
1297
  "name": "contactId",
1298
- "label": "Contact"
1298
+ "label": "Contact",
1299
+ "variant": "caption"
1299
1300
  },
1300
1301
  {
1301
1302
  "variant": "caption",
1302
- "format": "date",
1303
1303
  "name": "closedAt",
1304
+ "format": "date",
1304
1305
  "label": "Closed At"
1305
1306
  }
1306
1307
  ],
1307
- "gap": "md",
1308
- "variant": "card"
1308
+ "cols": 2.0
1309
1309
  },
1310
1310
  "listens": [
1311
1311
  {
@@ -1339,16 +1339,16 @@
1339
1339
  "name": "DealCreate",
1340
1340
  "linkedEntity": "Deal",
1341
1341
  "config": {
1342
+ "title": "New Deal",
1342
1343
  "mode": "create",
1344
+ "icon": "plus-circle",
1343
1345
  "fields": [
1344
1346
  "title",
1345
1347
  "contactId",
1346
1348
  "amount",
1347
1349
  "stage",
1348
1350
  "closedAt"
1349
- ],
1350
- "icon": "plus-circle",
1351
- "title": "New Deal"
1351
+ ]
1352
1352
  },
1353
1353
  "events": {
1354
1354
  "OPEN": "CREATE"
@@ -1371,14 +1371,14 @@
1371
1371
  "config": {
1372
1372
  "icon": "edit",
1373
1373
  "title": "Edit Deal",
1374
+ "mode": "edit",
1374
1375
  "fields": [
1375
1376
  "title",
1376
1377
  "contactId",
1377
1378
  "amount",
1378
1379
  "stage",
1379
1380
  "closedAt"
1380
- ],
1381
- "mode": "edit"
1381
+ ]
1382
1382
  },
1383
1383
  "events": {
1384
1384
  "OPEN": "EDIT"
@@ -1399,16 +1399,16 @@
1399
1399
  "name": "DealView",
1400
1400
  "linkedEntity": "Deal",
1401
1401
  "config": {
1402
+ "icon": "eye",
1403
+ "title": "View Deal",
1404
+ "mode": "edit",
1402
1405
  "fields": [
1403
1406
  "title",
1404
1407
  "contactId",
1405
1408
  "amount",
1406
1409
  "stage",
1407
1410
  "closedAt"
1408
- ],
1409
- "icon": "eye",
1410
- "title": "View Deal",
1411
- "mode": "edit"
1411
+ ]
1412
1412
  },
1413
1413
  "events": {
1414
1414
  "OPEN": "VIEW"
@@ -1429,10 +1429,10 @@
1429
1429
  "name": "DealDelete",
1430
1430
  "linkedEntity": "Deal",
1431
1431
  "config": {
1432
+ "alertMessage": "This action cannot be undone.",
1432
1433
  "confirmLabel": "Delete",
1433
- "icon": "alert-triangle",
1434
1434
  "title": "Delete Deal",
1435
- "alertMessage": "This action cannot be undone."
1435
+ "icon": "alert-triangle"
1436
1436
  },
1437
1437
  "events": {
1438
1438
  "CONFIRM": "CONFIRM_DELETE",
@@ -1716,22 +1716,23 @@
1716
1716
  "name": "PipelineAppLayout",
1717
1717
  "linkedEntity": "Pipeline",
1718
1718
  "config": {
1719
- "appName": "CRM",
1719
+ "topBarActions": [],
1720
+ "notifications": [],
1720
1721
  "navItems": [
1721
1722
  {
1722
- "label": "Contacts",
1723
1723
  "icon": "users",
1724
+ "label": "Contacts",
1724
1725
  "href": "/contacts"
1725
1726
  },
1726
1727
  {
1728
+ "href": "/deals",
1727
1729
  "label": "Deals",
1728
- "icon": "briefcase",
1729
- "href": "/deals"
1730
+ "icon": "briefcase"
1730
1731
  },
1731
1732
  {
1733
+ "label": "Pipeline",
1732
1734
  "href": "/pipeline",
1733
- "icon": "bar-chart-2",
1734
- "label": "Pipeline"
1735
+ "icon": "bar-chart-2"
1735
1736
  },
1736
1737
  {
1737
1738
  "icon": "file-text",
@@ -1739,10 +1740,9 @@
1739
1740
  "href": "/notes"
1740
1741
  }
1741
1742
  ],
1742
- "topBarActions": [],
1743
1743
  "notificationClickEvent": "PIPELINE_NOTIFICATIONS_OPEN",
1744
- "notifications": [],
1745
1744
  "contentTrait": "@trait.PipelineDisplay",
1745
+ "appName": "CRM",
1746
1746
  "searchEvent": "PIPELINE_SEARCH"
1747
1747
  },
1748
1748
  "events": {
@@ -1862,8 +1862,8 @@
1862
1862
  "Pipeline",
1863
1863
  {
1864
1864
  "emit": {
1865
- "success": "PipelineLoaded",
1866
- "failure": "PipelineLoadFailed"
1865
+ "failure": "PipelineLoadFailed",
1866
+ "success": "PipelineLoaded"
1867
1867
  }
1868
1868
  }
1869
1869
  ],
@@ -1873,51 +1873,53 @@
1873
1873
  {
1874
1874
  "children": [
1875
1875
  {
1876
+ "align": "center",
1877
+ "direction": "horizontal",
1876
1878
  "gap": "md",
1877
1879
  "children": [
1878
1880
  {
1881
+ "align": "center",
1882
+ "type": "stack",
1883
+ "direction": "horizontal",
1879
1884
  "children": [
1880
1885
  {
1881
- "name": "bar-chart-2",
1882
- "type": "icon"
1886
+ "type": "icon",
1887
+ "name": "bar-chart-2"
1883
1888
  },
1884
1889
  {
1885
- "content": "Pipeline",
1890
+ "type": "typography",
1886
1891
  "variant": "h2",
1887
- "type": "typography"
1892
+ "content": "Pipeline"
1888
1893
  }
1889
1894
  ],
1890
- "type": "stack",
1891
- "direction": "horizontal",
1892
- "gap": "sm",
1893
- "align": "center"
1895
+ "gap": "sm"
1894
1896
  },
1895
1897
  {
1896
- "variant": "secondary",
1897
- "type": "button",
1898
+ "label": "Refresh",
1898
1899
  "icon": "rotate-ccw",
1900
+ "type": "button",
1899
1901
  "action": "REFRESH",
1900
- "label": "Refresh"
1902
+ "variant": "secondary"
1901
1903
  }
1902
1904
  ],
1903
1905
  "type": "stack",
1904
- "direction": "horizontal",
1905
- "justify": "between",
1906
- "align": "center"
1906
+ "justify": "between"
1907
1907
  },
1908
1908
  {
1909
1909
  "type": "divider"
1910
1910
  },
1911
1911
  {
1912
+ "type": "simple-grid",
1913
+ "cols": 4.0,
1912
1914
  "children": [
1913
1915
  {
1914
- "type": "stat-display",
1915
1916
  "value": "@entity.totalDeals",
1917
+ "type": "stat-display",
1916
1918
  "label": "Total Deals"
1917
1919
  },
1918
1920
  {
1919
- "label": "Pipeline Value",
1920
1921
  "value": "@entity.totalValue",
1922
+ "label": "Pipeline Value",
1921
1923
  "type": "stat-display",
1922
1924
  "format": "currency"
1923
1925
  },
@@ -1932,13 +1934,11 @@
1932
1934
  "type": "stat-display",
1933
1935
  "label": "Conversion Rate"
1934
1936
  }
1935
- ],
1936
- "type": "simple-grid",
1937
- "cols": 4.0
1937
+ ]
1938
1938
  }
1939
1939
  ],
1940
- "type": "stack",
1941
1940
  "gap": "lg",
1941
+ "type": "stack",
1942
1942
  "direction": "vertical"
1943
1943
  }
1944
1944
  ]
@@ -1954,8 +1954,8 @@
1954
1954
  "Pipeline",
1955
1955
  {
1956
1956
  "emit": {
1957
- "success": "PipelineLoaded",
1958
- "failure": "PipelineLoadFailed"
1957
+ "failure": "PipelineLoadFailed",
1958
+ "success": "PipelineLoaded"
1959
1959
  }
1960
1960
  }
1961
1961
  ]
@@ -2063,38 +2063,38 @@
2063
2063
  "name": "NoteAppLayout",
2064
2064
  "linkedEntity": "Note",
2065
2065
  "config": {
2066
- "topBarActions": [],
2067
2066
  "notifications": [],
2068
- "appName": "CRM",
2069
2067
  "contentTrait": "@trait.NoteCatalog",
2070
- "notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN",
2071
2068
  "navItems": [
2072
2069
  {
2070
+ "label": "Contacts",
2073
2071
  "href": "/contacts",
2074
- "icon": "users",
2075
- "label": "Contacts"
2072
+ "icon": "users"
2076
2073
  },
2077
2074
  {
2078
- "href": "/deals",
2079
2075
  "icon": "briefcase",
2076
+ "href": "/deals",
2080
2077
  "label": "Deals"
2081
2078
  },
2082
2079
  {
2083
- "icon": "bar-chart-2",
2084
2080
  "href": "/pipeline",
2085
- "label": "Pipeline"
2081
+ "label": "Pipeline",
2082
+ "icon": "bar-chart-2"
2086
2083
  },
2087
2084
  {
2088
2085
  "href": "/notes",
2089
- "icon": "file-text",
2090
- "label": "Notes"
2086
+ "label": "Notes",
2087
+ "icon": "file-text"
2091
2088
  }
2092
2089
  ],
2093
- "searchEvent": "NOTE_SEARCH"
2090
+ "searchEvent": "NOTE_SEARCH",
2091
+ "appName": "CRM",
2092
+ "topBarActions": [],
2093
+ "notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN"
2094
2094
  },
2095
2095
  "events": {
2096
- "SEARCH": "NOTE_SEARCH",
2097
- "NOTIFY_CLICK": "NOTE_NOTIFICATIONS_OPEN"
2096
+ "NOTIFY_CLICK": "NOTE_NOTIFICATIONS_OPEN",
2097
+ "SEARCH": "NOTE_SEARCH"
2098
2098
  }
2099
2099
  },
2100
2100
  {
@@ -2139,64 +2139,64 @@
2139
2139
  "render-ui",
2140
2140
  "main",
2141
2141
  {
2142
- "direction": "vertical",
2143
2142
  "gap": "lg",
2143
+ "type": "stack",
2144
+ "direction": "vertical",
2144
2145
  "children": [
2145
2146
  {
2146
- "align": "center",
2147
- "direction": "horizontal",
2148
- "type": "stack",
2149
2147
  "children": [
2150
2148
  {
2151
2149
  "type": "stack",
2152
- "align": "center",
2153
- "gap": "sm",
2154
- "direction": "horizontal",
2155
2150
  "children": [
2156
2151
  {
2157
- "name": "file-text",
2158
- "type": "icon"
2152
+ "type": "icon",
2153
+ "name": "file-text"
2159
2154
  },
2160
2155
  {
2161
- "type": "typography",
2156
+ "content": "Notes",
2162
2157
  "variant": "h2",
2163
- "content": "Notes"
2158
+ "type": "typography"
2164
2159
  }
2165
- ]
2160
+ ],
2161
+ "direction": "horizontal",
2162
+ "gap": "sm",
2163
+ "align": "center"
2166
2164
  },
2167
2165
  {
2168
2166
  "gap": "sm",
2167
+ "type": "stack",
2169
2168
  "children": [
2170
2169
  {
2170
+ "icon": "edit",
2171
2171
  "label": "New Note",
2172
2172
  "type": "button",
2173
- "variant": "primary",
2174
- "icon": "edit",
2175
- "action": "CREATE"
2173
+ "action": "CREATE",
2174
+ "variant": "primary"
2176
2175
  }
2177
2176
  ],
2178
- "type": "stack",
2179
2177
  "direction": "horizontal"
2180
2178
  }
2181
2179
  ],
2182
2180
  "gap": "md",
2183
- "justify": "between"
2181
+ "align": "center",
2182
+ "direction": "horizontal",
2183
+ "justify": "between",
2184
+ "type": "stack"
2184
2185
  },
2185
2186
  {
2186
2187
  "type": "divider"
2187
2188
  },
2188
2189
  {
2190
+ "content": "Follow-Up Calendar",
2189
2191
  "type": "typography",
2190
- "variant": "h3",
2191
- "content": "Follow-Up Calendar"
2192
+ "variant": "h3"
2192
2193
  },
2193
2194
  "@trait.NoteCalendar",
2194
2195
  {
2195
2196
  "type": "divider"
2196
2197
  },
2197
2198
  "@trait.NoteBrowseList"
2198
- ],
2199
- "type": "stack"
2199
+ ]
2200
2200
  }
2201
2201
  ]
2202
2202
  ]
@@ -2210,21 +2210,23 @@
2210
2210
  "name": "NoteBrowseList",
2211
2211
  "linkedEntity": "Note",
2212
2212
  "config": {
2213
+ "cols": 1.0,
2214
+ "gap": "sm",
2213
2215
  "itemActions": [
2214
2216
  {
2215
- "variant": "ghost",
2217
+ "label": "View",
2216
2218
  "event": "VIEW",
2217
- "label": "View"
2219
+ "variant": "ghost"
2218
2220
  },
2219
2221
  {
2220
- "event": "EDIT",
2221
2222
  "label": "Edit",
2223
+ "event": "EDIT",
2222
2224
  "variant": "ghost"
2223
2225
  },
2224
2226
  {
2225
- "label": "Delete",
2226
2227
  "event": "DELETE",
2227
- "variant": "danger"
2228
+ "variant": "danger",
2229
+ "label": "Delete"
2228
2230
  }
2229
2231
  ],
2230
2232
  "fields": [
@@ -2238,25 +2240,23 @@
2238
2240
  "variant": "badge"
2239
2241
  },
2240
2242
  {
2241
- "variant": "caption",
2242
- "name": "author"
2243
+ "name": "author",
2244
+ "variant": "caption"
2243
2245
  },
2244
2246
  {
2245
- "format": "date",
2247
+ "name": "followUpAt",
2246
2248
  "label": "Follow-Up",
2247
2249
  "variant": "caption",
2248
- "name": "followUpAt"
2250
+ "format": "date"
2249
2251
  },
2250
2252
  {
2253
+ "name": "createdAt",
2251
2254
  "label": "Created",
2252
- "variant": "caption",
2253
2255
  "format": "date",
2254
- "name": "createdAt"
2256
+ "variant": "caption"
2255
2257
  }
2256
2258
  ],
2257
- "cols": 1.0,
2258
- "variant": "card",
2259
- "gap": "sm"
2259
+ "variant": "card"
2260
2260
  },
2261
2261
  "listens": [
2262
2262
  {
@@ -2290,9 +2290,9 @@
2290
2290
  "name": "NoteCalendar",
2291
2291
  "linkedEntity": "Note",
2292
2292
  "config": {
2293
- "colorField": "priority",
2293
+ "titleField": "subject",
2294
2294
  "dateField": "followUpAt",
2295
- "titleField": "subject"
2295
+ "colorField": "priority"
2296
2296
  }
2297
2297
  },
2298
2298
  {
@@ -2300,7 +2300,6 @@
2300
2300
  "name": "NoteCreate",
2301
2301
  "linkedEntity": "Note",
2302
2302
  "config": {
2303
- "icon": "plus-circle",
2304
2303
  "mode": "create",
2305
2304
  "title": "New Note",
2306
2305
  "fields": [
@@ -2309,7 +2308,8 @@
2309
2308
  "author",
2310
2309
  "priority",
2311
2310
  "followUpAt"
2312
- ]
2311
+ ],
2312
+ "icon": "plus-circle"
2313
2313
  },
2314
2314
  "events": {
2315
2315
  "OPEN": "CREATE"
@@ -2330,6 +2330,7 @@
2330
2330
  "name": "NoteEdit",
2331
2331
  "linkedEntity": "Note",
2332
2332
  "config": {
2333
+ "mode": "edit",
2333
2334
  "fields": [
2334
2335
  "subject",
2335
2336
  "body",
@@ -2337,9 +2338,8 @@
2337
2338
  "priority",
2338
2339
  "followUpAt"
2339
2340
  ],
2340
- "icon": "edit",
2341
- "mode": "edit",
2342
- "title": "Edit Note"
2341
+ "title": "Edit Note",
2342
+ "icon": "edit"
2343
2343
  },
2344
2344
  "events": {
2345
2345
  "OPEN": "EDIT"
@@ -2360,16 +2360,16 @@
2360
2360
  "name": "NoteView",
2361
2361
  "linkedEntity": "Note",
2362
2362
  "config": {
2363
+ "title": "View Note",
2364
+ "mode": "edit",
2365
+ "icon": "eye",
2363
2366
  "fields": [
2364
2367
  "subject",
2365
2368
  "body",
2366
2369
  "author",
2367
2370
  "priority",
2368
2371
  "followUpAt"
2369
- ],
2370
- "icon": "eye",
2371
- "title": "View Note",
2372
- "mode": "edit"
2372
+ ]
2373
2373
  },
2374
2374
  "events": {
2375
2375
  "OPEN": "VIEW"
@@ -2390,14 +2390,14 @@
2390
2390
  "name": "NoteDelete",
2391
2391
  "linkedEntity": "Note",
2392
2392
  "config": {
2393
- "title": "Delete Note",
2394
- "alertMessage": "This action cannot be undone.",
2395
2393
  "confirmLabel": "Delete",
2394
+ "alertMessage": "This action cannot be undone.",
2395
+ "title": "Delete Note",
2396
2396
  "icon": "alert-triangle"
2397
2397
  },
2398
2398
  "events": {
2399
- "REQUEST": "DELETE",
2400
- "CONFIRM": "CONFIRM_DELETE"
2399
+ "CONFIRM": "CONFIRM_DELETE",
2400
+ "REQUEST": "DELETE"
2401
2401
  },
2402
2402
  "listens": [
2403
2403
  {