@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
@@ -83,23 +83,26 @@
83
83
  "ref": "AppShell.traits.AppLayout",
84
84
  "name": "ContactAppLayout",
85
85
  "config": {
86
+ "contentTrait": "@trait.ContactCatalog",
87
+ "searchEvent": "CONTACT_SEARCH",
86
88
  "notifications": [],
87
89
  "notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN",
90
+ "appName": "App",
88
91
  "navItems": [
89
92
  {
90
93
  "href": "/contacts",
91
- "label": "Contacts",
92
- "icon": "users"
94
+ "icon": "users",
95
+ "label": "Contacts"
93
96
  },
94
97
  {
98
+ "icon": "package",
95
99
  "label": "Items",
96
- "href": "/items",
97
- "icon": "package"
100
+ "href": "/items"
98
101
  },
99
102
  {
100
103
  "icon": "activity",
101
- "href": "/activities",
102
- "label": "Activities"
104
+ "label": "Activities",
105
+ "href": "/activities"
103
106
  },
104
107
  {
105
108
  "href": "/tasks",
@@ -108,8 +111,8 @@
108
111
  },
109
112
  {
110
113
  "href": "/calendar",
111
- "label": "Calendar",
112
- "icon": "calendar"
114
+ "icon": "calendar",
115
+ "label": "Calendar"
113
116
  },
114
117
  {
115
118
  "href": "/widgets",
@@ -117,23 +120,20 @@
117
120
  "label": "Dashboard"
118
121
  },
119
122
  {
120
- "label": "Feed",
121
123
  "href": "/feed",
122
- "icon": "rss"
124
+ "icon": "rss",
125
+ "label": "Feed"
123
126
  },
124
127
  {
125
- "href": "/notes",
126
128
  "label": "Notes",
127
- "icon": "file-text"
129
+ "icon": "file-text",
130
+ "href": "/notes"
128
131
  }
129
- ],
130
- "searchEvent": "CONTACT_SEARCH",
131
- "contentTrait": "@trait.ContactCatalog",
132
- "appName": "App"
132
+ ]
133
133
  },
134
134
  "events": {
135
- "NOTIFY_CLICK": "CONTACT_NOTIFICATIONS_OPEN",
136
- "SEARCH": "CONTACT_SEARCH"
135
+ "SEARCH": "CONTACT_SEARCH",
136
+ "NOTIFY_CLICK": "CONTACT_NOTIFICATIONS_OPEN"
137
137
  }
138
138
  },
139
139
  {
@@ -216,52 +216,53 @@
216
216
  "render-ui",
217
217
  "main",
218
218
  {
219
+ "direction": "vertical",
219
220
  "children": [
220
221
  {
221
222
  "align": "center",
222
- "direction": "horizontal",
223
223
  "children": [
224
224
  {
225
+ "direction": "horizontal",
226
+ "align": "center",
227
+ "type": "stack",
228
+ "gap": "sm",
225
229
  "children": [
226
230
  {
227
231
  "type": "icon",
228
232
  "name": "users"
229
233
  },
230
234
  {
235
+ "content": "Contacts",
231
236
  "variant": "h2",
232
- "type": "typography",
233
- "content": "Contacts"
237
+ "type": "typography"
234
238
  }
235
- ],
236
- "direction": "horizontal",
237
- "align": "center",
238
- "gap": "sm",
239
- "type": "stack"
239
+ ]
240
240
  },
241
241
  {
242
- "variant": "primary",
243
- "action": "CREATE",
244
242
  "label": "New Contact",
243
+ "variant": "primary",
245
244
  "icon": "plus",
246
- "type": "button"
245
+ "type": "button",
246
+ "action": "CREATE"
247
247
  }
248
248
  ],
249
249
  "justify": "between",
250
250
  "type": "stack",
251
+ "direction": "horizontal",
251
252
  "gap": "md"
252
253
  },
253
254
  {
254
255
  "type": "divider"
255
256
  },
256
257
  {
257
- "gap": "md",
258
+ "direction": "horizontal",
259
+ "align": "center",
260
+ "type": "stack",
258
261
  "children": [
259
262
  "@trait.ContactSearch",
260
263
  "@trait.ContactFilter"
261
264
  ],
262
- "align": "center",
263
- "type": "stack",
264
- "direction": "horizontal"
265
+ "gap": "md"
265
266
  },
266
267
  {
267
268
  "type": "divider"
@@ -269,8 +270,7 @@
269
270
  "@trait.ContactBrowseList"
270
271
  ],
271
272
  "type": "stack",
272
- "gap": "lg",
273
- "direction": "vertical"
273
+ "gap": "lg"
274
274
  }
275
275
  ]
276
276
  ]
@@ -290,27 +290,27 @@
290
290
  "main",
291
291
  {
292
292
  "type": "stack",
293
+ "direction": "vertical",
294
+ "className": "py-8",
293
295
  "align": "center",
294
296
  "gap": "md",
295
- "className": "py-8",
296
297
  "children": [
297
298
  {
298
- "type": "icon",
299
- "name": "bell"
299
+ "name": "bell",
300
+ "type": "icon"
300
301
  },
301
302
  {
303
+ "variant": "h3",
302
304
  "content": "No notifications",
303
- "type": "typography",
304
- "variant": "h3"
305
+ "type": "typography"
305
306
  },
306
307
  {
307
- "action": "INIT",
308
308
  "type": "button",
309
+ "variant": "ghost",
309
310
  "label": "Back",
310
- "variant": "ghost"
311
+ "action": "INIT"
311
312
  }
312
- ],
313
- "direction": "vertical"
313
+ ]
314
314
  }
315
315
  ]
316
316
  ]
@@ -323,8 +323,8 @@
323
323
  "ref": "Search.traits.SearchResultSearch",
324
324
  "name": "ContactSearch",
325
325
  "config": {
326
- "event": "CONTACT_SEARCH",
327
- "placeholder": "Search contacts…"
326
+ "placeholder": "Search contacts…",
327
+ "event": "CONTACT_SEARCH"
328
328
  }
329
329
  },
330
330
  {
@@ -333,9 +333,9 @@
333
333
  "config": {
334
334
  "filters": [
335
335
  {
336
- "label": "Company",
337
336
  "options": [],
338
337
  "field": "company",
338
+ "label": "Company",
339
339
  "filterType": "select"
340
340
  }
341
341
  ],
@@ -347,10 +347,11 @@
347
347
  "name": "ContactBrowseList",
348
348
  "linkedEntity": "Contact",
349
349
  "config": {
350
+ "cols": 1.0,
350
351
  "fields": [
351
352
  {
352
- "variant": "h3",
353
353
  "name": "name",
354
+ "variant": "h3",
354
355
  "icon": "user"
355
356
  },
356
357
  {
@@ -358,8 +359,8 @@
358
359
  "name": "email"
359
360
  },
360
361
  {
361
- "variant": "caption",
362
- "name": "phone"
362
+ "name": "phone",
363
+ "variant": "caption"
363
364
  },
364
365
  {
365
366
  "name": "company",
@@ -373,22 +374,21 @@
373
374
  "gap": "sm",
374
375
  "itemActions": [
375
376
  {
376
- "variant": "ghost",
377
377
  "label": "View",
378
- "event": "VIEW"
378
+ "event": "VIEW",
379
+ "variant": "ghost"
379
380
  },
380
381
  {
381
- "variant": "ghost",
382
382
  "label": "Edit",
383
- "event": "EDIT"
383
+ "event": "EDIT",
384
+ "variant": "ghost"
384
385
  },
385
386
  {
387
+ "event": "DELETE",
386
388
  "label": "Delete",
387
- "variant": "danger",
388
- "event": "DELETE"
389
+ "variant": "danger"
389
390
  }
390
- ],
391
- "cols": 1.0
391
+ ]
392
392
  },
393
393
  "listens": [
394
394
  {
@@ -438,6 +438,8 @@
438
438
  "name": "ContactCreate",
439
439
  "linkedEntity": "Contact",
440
440
  "config": {
441
+ "mode": "create",
442
+ "title": "New Contact",
441
443
  "fields": [
442
444
  "name",
443
445
  "email",
@@ -446,9 +448,7 @@
446
448
  "role",
447
449
  "notes"
448
450
  ],
449
- "icon": "plus-circle",
450
- "mode": "create",
451
- "title": "New Contact"
451
+ "icon": "plus-circle"
452
452
  },
453
453
  "events": {
454
454
  "OPEN": "CREATE"
@@ -469,9 +469,6 @@
469
469
  "name": "ContactEdit",
470
470
  "linkedEntity": "Contact",
471
471
  "config": {
472
- "icon": "edit",
473
- "mode": "edit",
474
- "title": "Edit Contact",
475
472
  "fields": [
476
473
  "name",
477
474
  "email",
@@ -479,7 +476,10 @@
479
476
  "company",
480
477
  "role",
481
478
  "notes"
482
- ]
479
+ ],
480
+ "icon": "edit",
481
+ "title": "Edit Contact",
482
+ "mode": "edit"
483
483
  },
484
484
  "events": {
485
485
  "OPEN": "EDIT"
@@ -500,6 +500,9 @@
500
500
  "name": "ContactView",
501
501
  "linkedEntity": "Contact",
502
502
  "config": {
503
+ "title": "View Contact",
504
+ "icon": "eye",
505
+ "mode": "edit",
503
506
  "fields": [
504
507
  "name",
505
508
  "email",
@@ -507,10 +510,7 @@
507
510
  "company",
508
511
  "role",
509
512
  "notes"
510
- ],
511
- "icon": "eye",
512
- "title": "View Contact",
513
- "mode": "edit"
513
+ ]
514
514
  },
515
515
  "events": {
516
516
  "OPEN": "VIEW"
@@ -531,14 +531,14 @@
531
531
  "name": "ContactDelete",
532
532
  "linkedEntity": "Contact",
533
533
  "config": {
534
+ "icon": "alert-triangle",
534
535
  "title": "Delete Contact",
535
536
  "alertMessage": "This action cannot be undone.",
536
- "confirmLabel": "Delete",
537
- "icon": "alert-triangle"
537
+ "confirmLabel": "Delete"
538
538
  },
539
539
  "events": {
540
- "REQUEST": "DELETE",
541
- "CONFIRM": "CONFIRM_DELETE"
540
+ "CONFIRM": "CONFIRM_DELETE",
541
+ "REQUEST": "DELETE"
542
542
  },
543
543
  "listens": [
544
544
  {
@@ -854,30 +854,26 @@
854
854
  "ref": "AppShell.traits.AppLayout",
855
855
  "name": "ItemAppLayout",
856
856
  "config": {
857
- "notifications": [],
858
- "appName": "App",
859
- "searchEvent": "ITEM_SEARCH",
860
- "notificationClickEvent": "ITEM_NOTIFICATIONS_OPEN",
861
857
  "navItems": [
862
858
  {
863
- "icon": "users",
864
859
  "label": "Contacts",
865
- "href": "/contacts"
860
+ "href": "/contacts",
861
+ "icon": "users"
866
862
  },
867
863
  {
868
- "href": "/items",
869
864
  "label": "Items",
865
+ "href": "/items",
870
866
  "icon": "package"
871
867
  },
872
868
  {
873
869
  "href": "/activities",
874
- "label": "Activities",
875
- "icon": "activity"
870
+ "icon": "activity",
871
+ "label": "Activities"
876
872
  },
877
873
  {
874
+ "label": "Tasks",
878
875
  "href": "/tasks",
879
- "icon": "check-square",
880
- "label": "Tasks"
876
+ "icon": "check-square"
881
877
  },
882
878
  {
883
879
  "label": "Calendar",
@@ -886,13 +882,13 @@
886
882
  },
887
883
  {
888
884
  "href": "/widgets",
889
- "label": "Dashboard",
890
- "icon": "layout-dashboard"
885
+ "icon": "layout-dashboard",
886
+ "label": "Dashboard"
891
887
  },
892
888
  {
889
+ "icon": "rss",
893
890
  "label": "Feed",
894
- "href": "/feed",
895
- "icon": "rss"
891
+ "href": "/feed"
896
892
  },
897
893
  {
898
894
  "label": "Notes",
@@ -900,7 +896,11 @@
900
896
  "href": "/notes"
901
897
  }
902
898
  ],
903
- "contentTrait": "@trait.ItemCatalog"
899
+ "searchEvent": "ITEM_SEARCH",
900
+ "notifications": [],
901
+ "appName": "App",
902
+ "contentTrait": "@trait.ItemCatalog",
903
+ "notificationClickEvent": "ITEM_NOTIFICATIONS_OPEN"
904
904
  },
905
905
  "events": {
906
906
  "NOTIFY_CLICK": "ITEM_NOTIFICATIONS_OPEN",
@@ -987,39 +987,41 @@
987
987
  "render-ui",
988
988
  "main",
989
989
  {
990
+ "gap": "lg",
991
+ "type": "stack",
990
992
  "children": [
991
993
  {
994
+ "type": "stack",
995
+ "direction": "horizontal",
996
+ "gap": "md",
997
+ "justify": "between",
998
+ "align": "center",
992
999
  "children": [
993
1000
  {
994
- "direction": "horizontal",
995
1001
  "type": "stack",
996
- "gap": "sm",
997
- "align": "center",
998
1002
  "children": [
999
1003
  {
1000
1004
  "type": "icon",
1001
1005
  "name": "package"
1002
1006
  },
1003
1007
  {
1004
- "variant": "h2",
1005
1008
  "type": "typography",
1006
- "content": "Items"
1009
+ "content": "Items",
1010
+ "variant": "h2"
1007
1011
  }
1008
- ]
1012
+ ],
1013
+ "direction": "horizontal",
1014
+ "align": "center",
1015
+ "gap": "sm"
1009
1016
  },
1010
1017
  {
1011
- "icon": "plus",
1012
- "label": "New Item",
1013
- "variant": "primary",
1014
1018
  "type": "button",
1015
- "action": "CREATE"
1019
+ "action": "CREATE",
1020
+ "variant": "primary",
1021
+ "icon": "plus",
1022
+ "label": "New Item"
1016
1023
  }
1017
- ],
1018
- "gap": "md",
1019
- "type": "stack",
1020
- "align": "center",
1021
- "direction": "horizontal",
1022
- "justify": "between"
1024
+ ]
1023
1025
  },
1024
1026
  {
1025
1027
  "type": "divider"
@@ -1036,8 +1038,6 @@
1036
1038
  },
1037
1039
  "@trait.ItemBrowseList"
1038
1040
  ],
1039
- "gap": "lg",
1040
- "type": "stack",
1041
1041
  "direction": "vertical"
1042
1042
  }
1043
1043
  ]
@@ -1057,28 +1057,28 @@
1057
1057
  "render-ui",
1058
1058
  "main",
1059
1059
  {
1060
+ "gap": "md",
1060
1061
  "align": "center",
1061
- "direction": "vertical",
1062
- "className": "py-8",
1063
1062
  "children": [
1064
1063
  {
1065
1064
  "name": "bell",
1066
1065
  "type": "icon"
1067
1066
  },
1068
1067
  {
1069
- "type": "typography",
1070
1068
  "variant": "h3",
1071
- "content": "No notifications"
1069
+ "content": "No notifications",
1070
+ "type": "typography"
1072
1071
  },
1073
1072
  {
1074
- "variant": "ghost",
1075
1073
  "type": "button",
1076
1074
  "action": "INIT",
1077
- "label": "Back"
1075
+ "label": "Back",
1076
+ "variant": "ghost"
1078
1077
  }
1079
1078
  ],
1080
- "gap": "md",
1081
- "type": "stack"
1079
+ "type": "stack",
1080
+ "direction": "vertical",
1081
+ "className": "py-8"
1082
1082
  }
1083
1083
  ]
1084
1084
  ]
@@ -1091,8 +1091,8 @@
1091
1091
  "ref": "Search.traits.SearchResultSearch",
1092
1092
  "name": "ItemSearch",
1093
1093
  "config": {
1094
- "event": "ITEM_SEARCH",
1095
- "placeholder": "Search items…"
1094
+ "placeholder": "Search items…",
1095
+ "event": "ITEM_SEARCH"
1096
1096
  }
1097
1097
  },
1098
1098
  {
@@ -1101,10 +1101,10 @@
1101
1101
  "config": {
1102
1102
  "filters": [
1103
1103
  {
1104
- "filterType": "select",
1104
+ "options": [],
1105
1105
  "field": "category",
1106
1106
  "label": "Category",
1107
- "options": []
1107
+ "filterType": "select"
1108
1108
  }
1109
1109
  ],
1110
1110
  "event": "ITEM_FILTER"
@@ -1115,52 +1115,52 @@
1115
1115
  "name": "ItemBrowseList",
1116
1116
  "linkedEntity": "Item",
1117
1117
  "config": {
1118
+ "itemActions": [
1119
+ {
1120
+ "label": "View",
1121
+ "event": "VIEW",
1122
+ "variant": "ghost"
1123
+ },
1124
+ {
1125
+ "event": "EDIT",
1126
+ "variant": "ghost",
1127
+ "label": "Edit"
1128
+ },
1129
+ {
1130
+ "label": "Delete",
1131
+ "event": "DELETE",
1132
+ "variant": "danger"
1133
+ }
1134
+ ],
1118
1135
  "gap": "sm",
1119
1136
  "cols": 2.0,
1120
1137
  "fields": [
1121
1138
  {
1122
- "variant": "h3",
1139
+ "name": "name",
1123
1140
  "icon": "package",
1124
- "name": "name"
1141
+ "variant": "h3"
1125
1142
  },
1126
1143
  {
1127
- "variant": "body",
1128
- "name": "description"
1144
+ "name": "description",
1145
+ "variant": "body"
1129
1146
  },
1130
1147
  {
1131
- "variant": "caption",
1132
- "name": "sku"
1148
+ "name": "sku",
1149
+ "variant": "caption"
1133
1150
  },
1134
1151
  {
1135
- "variant": "badge",
1136
1152
  "format": "currency",
1153
+ "variant": "badge",
1137
1154
  "name": "price"
1138
1155
  },
1139
1156
  {
1140
- "variant": "badge",
1141
- "name": "quantity"
1157
+ "name": "quantity",
1158
+ "variant": "badge"
1142
1159
  },
1143
1160
  {
1144
1161
  "name": "category",
1145
1162
  "variant": "caption"
1146
1163
  }
1147
- ],
1148
- "itemActions": [
1149
- {
1150
- "variant": "ghost",
1151
- "label": "View",
1152
- "event": "VIEW"
1153
- },
1154
- {
1155
- "event": "EDIT",
1156
- "variant": "ghost",
1157
- "label": "Edit"
1158
- },
1159
- {
1160
- "label": "Delete",
1161
- "event": "DELETE",
1162
- "variant": "danger"
1163
- }
1164
1164
  ]
1165
1165
  },
1166
1166
  "listens": [
@@ -1242,9 +1242,9 @@
1242
1242
  "name": "ItemEdit",
1243
1243
  "linkedEntity": "Item",
1244
1244
  "config": {
1245
- "title": "Edit Item",
1246
- "mode": "edit",
1247
1245
  "icon": "edit",
1246
+ "mode": "edit",
1247
+ "title": "Edit Item",
1248
1248
  "fields": [
1249
1249
  "name",
1250
1250
  "description",
@@ -1273,6 +1273,9 @@
1273
1273
  "name": "ItemView",
1274
1274
  "linkedEntity": "Item",
1275
1275
  "config": {
1276
+ "mode": "edit",
1277
+ "title": "View Item",
1278
+ "icon": "eye",
1276
1279
  "fields": [
1277
1280
  "name",
1278
1281
  "description",
@@ -1280,10 +1283,7 @@
1280
1283
  "price",
1281
1284
  "quantity",
1282
1285
  "category"
1283
- ],
1284
- "mode": "edit",
1285
- "title": "View Item",
1286
- "icon": "eye"
1286
+ ]
1287
1287
  },
1288
1288
  "events": {
1289
1289
  "OPEN": "VIEW"
@@ -1304,8 +1304,8 @@
1304
1304
  "name": "ItemDelete",
1305
1305
  "linkedEntity": "Item",
1306
1306
  "config": {
1307
- "icon": "alert-triangle",
1308
1307
  "confirmLabel": "Delete",
1308
+ "icon": "alert-triangle",
1309
1309
  "title": "Delete Item",
1310
1310
  "alertMessage": "This action cannot be undone."
1311
1311
  },
@@ -1614,8 +1614,6 @@
1614
1614
  "ref": "AppShell.traits.AppLayout",
1615
1615
  "name": "ActivityAppLayout",
1616
1616
  "config": {
1617
- "notificationClickEvent": "ACTIVITY_NOTIFICATIONS_OPEN",
1618
- "searchEvent": "ACTIVITY_SEARCH",
1619
1617
  "navItems": [
1620
1618
  {
1621
1619
  "href": "/contacts",
@@ -1628,39 +1626,41 @@
1628
1626
  "href": "/items"
1629
1627
  },
1630
1628
  {
1631
- "href": "/activities",
1629
+ "icon": "activity",
1632
1630
  "label": "Activities",
1633
- "icon": "activity"
1631
+ "href": "/activities"
1634
1632
  },
1635
1633
  {
1636
- "href": "/tasks",
1634
+ "icon": "check-square",
1637
1635
  "label": "Tasks",
1638
- "icon": "check-square"
1636
+ "href": "/tasks"
1639
1637
  },
1640
1638
  {
1641
- "href": "/calendar",
1642
1639
  "icon": "calendar",
1643
- "label": "Calendar"
1640
+ "label": "Calendar",
1641
+ "href": "/calendar"
1644
1642
  },
1645
1643
  {
1646
- "label": "Dashboard",
1644
+ "icon": "layout-dashboard",
1647
1645
  "href": "/widgets",
1648
- "icon": "layout-dashboard"
1646
+ "label": "Dashboard"
1649
1647
  },
1650
1648
  {
1651
- "href": "/feed",
1652
1649
  "icon": "rss",
1653
- "label": "Feed"
1650
+ "label": "Feed",
1651
+ "href": "/feed"
1654
1652
  },
1655
1653
  {
1656
- "icon": "file-text",
1657
1654
  "href": "/notes",
1655
+ "icon": "file-text",
1658
1656
  "label": "Notes"
1659
1657
  }
1660
1658
  ],
1659
+ "appName": "App",
1660
+ "searchEvent": "ACTIVITY_SEARCH",
1661
1661
  "notifications": [],
1662
- "contentTrait": "@trait.ActivityCatalog",
1663
- "appName": "App"
1662
+ "notificationClickEvent": "ACTIVITY_NOTIFICATIONS_OPEN",
1663
+ "contentTrait": "@trait.ActivityCatalog"
1664
1664
  },
1665
1665
  "events": {
1666
1666
  "SEARCH": "ACTIVITY_SEARCH",
@@ -1731,32 +1731,32 @@
1731
1731
  "render-ui",
1732
1732
  "main",
1733
1733
  {
1734
- "type": "stack",
1735
1734
  "direction": "vertical",
1736
1735
  "children": [
1737
1736
  {
1738
- "type": "stack",
1739
- "gap": "sm",
1740
1737
  "direction": "horizontal",
1741
- "align": "center",
1738
+ "gap": "sm",
1742
1739
  "children": [
1743
1740
  {
1744
1741
  "type": "icon",
1745
1742
  "name": "activity"
1746
1743
  },
1747
1744
  {
1748
- "variant": "h2",
1749
1745
  "type": "typography",
1750
- "content": "Activities"
1746
+ "content": "Activities",
1747
+ "variant": "h2"
1751
1748
  }
1752
- ]
1749
+ ],
1750
+ "align": "center",
1751
+ "type": "stack"
1753
1752
  },
1754
1753
  {
1755
1754
  "type": "divider"
1756
1755
  },
1757
1756
  "@trait.ActivityBrowseList"
1758
1757
  ],
1759
- "gap": "lg"
1758
+ "gap": "lg",
1759
+ "type": "stack"
1760
1760
  }
1761
1761
  ]
1762
1762
  ]
@@ -1775,11 +1775,10 @@
1775
1775
  "render-ui",
1776
1776
  "main",
1777
1777
  {
1778
- "direction": "vertical",
1779
1778
  "children": [
1780
1779
  {
1781
- "name": "bell",
1782
- "type": "icon"
1780
+ "type": "icon",
1781
+ "name": "bell"
1783
1782
  },
1784
1783
  {
1785
1784
  "content": "No notifications",
@@ -1787,16 +1786,17 @@
1787
1786
  "type": "typography"
1788
1787
  },
1789
1788
  {
1790
- "action": "INIT",
1789
+ "label": "Back",
1791
1790
  "type": "button",
1792
- "variant": "ghost",
1793
- "label": "Back"
1791
+ "action": "INIT",
1792
+ "variant": "ghost"
1794
1793
  }
1795
1794
  ],
1796
1795
  "gap": "md",
1796
+ "direction": "vertical",
1797
1797
  "align": "center",
1798
- "type": "stack",
1799
- "className": "py-8"
1798
+ "className": "py-8",
1799
+ "type": "stack"
1800
1800
  }
1801
1801
  ]
1802
1802
  ]
@@ -1810,48 +1810,48 @@
1810
1810
  "name": "ActivityBrowseList",
1811
1811
  "linkedEntity": "Activity",
1812
1812
  "config": {
1813
- "cols": 1.0,
1814
- "fields": [
1813
+ "itemActions": [
1815
1814
  {
1816
- "icon": "activity",
1817
- "name": "title",
1818
- "variant": "h4"
1815
+ "label": "View",
1816
+ "event": "VIEW",
1817
+ "variant": "ghost"
1819
1818
  },
1820
1819
  {
1821
- "variant": "badge",
1822
- "name": "type"
1820
+ "event": "EDIT",
1821
+ "label": "Edit",
1822
+ "variant": "ghost"
1823
1823
  },
1824
1824
  {
1825
- "name": "actor",
1826
- "variant": "caption"
1827
- },
1825
+ "label": "Delete",
1826
+ "variant": "danger",
1827
+ "event": "DELETE"
1828
+ }
1829
+ ],
1830
+ "fields": [
1828
1831
  {
1829
- "format": "date",
1830
- "name": "timestamp",
1831
- "variant": "caption"
1832
+ "variant": "h4",
1833
+ "name": "title",
1834
+ "icon": "activity"
1832
1835
  },
1833
1836
  {
1834
- "name": "status",
1837
+ "name": "type",
1835
1838
  "variant": "badge"
1836
- }
1837
- ],
1838
- "itemActions": [
1839
+ },
1839
1840
  {
1840
- "event": "VIEW",
1841
- "variant": "ghost",
1842
- "label": "View"
1841
+ "name": "actor",
1842
+ "variant": "caption"
1843
1843
  },
1844
1844
  {
1845
- "label": "Edit",
1846
- "event": "EDIT",
1847
- "variant": "ghost"
1845
+ "format": "date",
1846
+ "variant": "caption",
1847
+ "name": "timestamp"
1848
1848
  },
1849
1849
  {
1850
- "variant": "danger",
1851
- "label": "Delete",
1852
- "event": "DELETE"
1850
+ "variant": "badge",
1851
+ "name": "status"
1853
1852
  }
1854
1853
  ],
1854
+ "cols": 1.0,
1855
1855
  "gap": "sm"
1856
1856
  },
1857
1857
  "listens": [
@@ -1886,8 +1886,8 @@
1886
1886
  "name": "ActivityView",
1887
1887
  "linkedEntity": "Activity",
1888
1888
  "config": {
1889
- "mode": "edit",
1890
1889
  "icon": "eye",
1890
+ "title": "View Activity",
1891
1891
  "fields": [
1892
1892
  "title",
1893
1893
  "type",
@@ -1896,7 +1896,7 @@
1896
1896
  "status",
1897
1897
  "notes"
1898
1898
  ],
1899
- "title": "View Activity"
1899
+ "mode": "edit"
1900
1900
  },
1901
1901
  "events": {
1902
1902
  "OPEN": "VIEW"
@@ -1917,7 +1917,6 @@
1917
1917
  "name": "ActivityEdit",
1918
1918
  "linkedEntity": "Activity",
1919
1919
  "config": {
1920
- "mode": "edit",
1921
1920
  "fields": [
1922
1921
  "title",
1923
1922
  "type",
@@ -1926,8 +1925,9 @@
1926
1925
  "status",
1927
1926
  "notes"
1928
1927
  ],
1928
+ "title": "Edit Activity",
1929
1929
  "icon": "edit",
1930
- "title": "Edit Activity"
1930
+ "mode": "edit"
1931
1931
  },
1932
1932
  "events": {
1933
1933
  "OPEN": "EDIT"
@@ -1948,14 +1948,14 @@
1948
1948
  "name": "ActivityDelete",
1949
1949
  "linkedEntity": "Activity",
1950
1950
  "config": {
1951
- "title": "Delete Activity",
1952
- "alertMessage": "This action cannot be undone.",
1951
+ "confirmLabel": "Delete",
1953
1952
  "icon": "alert-triangle",
1954
- "confirmLabel": "Delete"
1953
+ "title": "Delete Activity",
1954
+ "alertMessage": "This action cannot be undone."
1955
1955
  },
1956
1956
  "events": {
1957
- "REQUEST": "DELETE",
1958
- "CONFIRM": "CONFIRM_DELETE"
1957
+ "CONFIRM": "CONFIRM_DELETE",
1958
+ "REQUEST": "DELETE"
1959
1959
  },
1960
1960
  "listens": [
1961
1961
  {
@@ -2231,53 +2231,53 @@
2231
2231
  "ref": "AppShell.traits.AppLayout",
2232
2232
  "name": "TaskAppLayout",
2233
2233
  "config": {
2234
+ "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
2235
+ "searchEvent": "TASK_SEARCH",
2236
+ "appName": "App",
2234
2237
  "navItems": [
2235
2238
  {
2236
- "href": "/contacts",
2239
+ "icon": "users",
2237
2240
  "label": "Contacts",
2238
- "icon": "users"
2241
+ "href": "/contacts"
2239
2242
  },
2240
2243
  {
2241
- "href": "/items",
2242
2244
  "icon": "package",
2245
+ "href": "/items",
2243
2246
  "label": "Items"
2244
2247
  },
2245
2248
  {
2246
2249
  "label": "Activities",
2247
- "href": "/activities",
2248
- "icon": "activity"
2250
+ "icon": "activity",
2251
+ "href": "/activities"
2249
2252
  },
2250
2253
  {
2251
- "label": "Tasks",
2252
2254
  "href": "/tasks",
2255
+ "label": "Tasks",
2253
2256
  "icon": "check-square"
2254
2257
  },
2255
2258
  {
2256
- "href": "/calendar",
2259
+ "label": "Calendar",
2257
2260
  "icon": "calendar",
2258
- "label": "Calendar"
2261
+ "href": "/calendar"
2259
2262
  },
2260
2263
  {
2264
+ "icon": "layout-dashboard",
2261
2265
  "label": "Dashboard",
2262
- "href": "/widgets",
2263
- "icon": "layout-dashboard"
2266
+ "href": "/widgets"
2264
2267
  },
2265
2268
  {
2266
- "href": "/feed",
2267
2269
  "icon": "rss",
2268
- "label": "Feed"
2270
+ "label": "Feed",
2271
+ "href": "/feed"
2269
2272
  },
2270
2273
  {
2274
+ "label": "Notes",
2271
2275
  "icon": "file-text",
2272
- "href": "/notes",
2273
- "label": "Notes"
2276
+ "href": "/notes"
2274
2277
  }
2275
2278
  ],
2276
2279
  "notifications": [],
2277
- "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
2278
- "searchEvent": "TASK_SEARCH",
2279
- "contentTrait": "@trait.TaskCatalog",
2280
- "appName": "App"
2280
+ "contentTrait": "@trait.TaskCatalog"
2281
2281
  },
2282
2282
  "events": {
2283
2283
  "SEARCH": "TASK_SEARCH",
@@ -2366,16 +2366,13 @@
2366
2366
  {
2367
2367
  "children": [
2368
2368
  {
2369
+ "gap": "md",
2370
+ "type": "stack",
2369
2371
  "justify": "between",
2370
- "direction": "horizontal",
2371
2372
  "align": "center",
2372
- "type": "stack",
2373
+ "direction": "horizontal",
2373
2374
  "children": [
2374
2375
  {
2375
- "align": "center",
2376
- "direction": "horizontal",
2377
- "gap": "sm",
2378
- "type": "stack",
2379
2376
  "children": [
2380
2377
  {
2381
2378
  "name": "check-square",
@@ -2383,20 +2380,23 @@
2383
2380
  },
2384
2381
  {
2385
2382
  "content": "Tasks",
2386
- "type": "typography",
2387
- "variant": "h2"
2383
+ "variant": "h2",
2384
+ "type": "typography"
2388
2385
  }
2389
- ]
2386
+ ],
2387
+ "type": "stack",
2388
+ "gap": "sm",
2389
+ "direction": "horizontal",
2390
+ "align": "center"
2390
2391
  },
2391
2392
  {
2392
- "type": "button",
2393
2393
  "label": "New Task",
2394
2394
  "icon": "plus",
2395
- "variant": "primary",
2396
- "action": "CREATE"
2395
+ "action": "CREATE",
2396
+ "type": "button",
2397
+ "variant": "primary"
2397
2398
  }
2398
- ],
2399
- "gap": "md"
2399
+ ]
2400
2400
  },
2401
2401
  {
2402
2402
  "type": "divider"
@@ -2407,9 +2407,9 @@
2407
2407
  },
2408
2408
  "@trait.TaskBrowseList"
2409
2409
  ],
2410
+ "direction": "vertical",
2410
2411
  "gap": "lg",
2411
- "type": "stack",
2412
- "direction": "vertical"
2412
+ "type": "stack"
2413
2413
  }
2414
2414
  ]
2415
2415
  ]
@@ -2428,28 +2428,28 @@
2428
2428
  "render-ui",
2429
2429
  "main",
2430
2430
  {
2431
+ "align": "center",
2431
2432
  "children": [
2432
2433
  {
2433
- "type": "icon",
2434
- "name": "bell"
2434
+ "name": "bell",
2435
+ "type": "icon"
2435
2436
  },
2436
2437
  {
2437
- "content": "No notifications",
2438
2438
  "type": "typography",
2439
+ "content": "No notifications",
2439
2440
  "variant": "h3"
2440
2441
  },
2441
2442
  {
2442
2443
  "action": "INIT",
2443
- "label": "Back",
2444
2444
  "type": "button",
2445
+ "label": "Back",
2445
2446
  "variant": "ghost"
2446
2447
  }
2447
2448
  ],
2448
2449
  "direction": "vertical",
2449
2450
  "className": "py-8",
2450
2451
  "type": "stack",
2451
- "gap": "md",
2452
- "align": "center"
2452
+ "gap": "md"
2453
2453
  }
2454
2454
  ]
2455
2455
  ]
@@ -2462,6 +2462,8 @@
2462
2462
  "ref": "Selection.traits.SelectableItemSelection",
2463
2463
  "name": "TaskSelection",
2464
2464
  "config": {
2465
+ "event": "TASK_STATUS_SELECT",
2466
+ "title": "Filter by status",
2465
2467
  "options": [
2466
2468
  {
2467
2469
  "label": "To Do",
@@ -2475,9 +2477,7 @@
2475
2477
  "label": "Done",
2476
2478
  "value": "done"
2477
2479
  }
2478
- ],
2479
- "event": "TASK_STATUS_SELECT",
2480
- "title": "Filter by status"
2480
+ ]
2481
2481
  }
2482
2482
  },
2483
2483
  {
@@ -2487,51 +2487,51 @@
2487
2487
  "config": {
2488
2488
  "itemActions": [
2489
2489
  {
2490
- "label": "View",
2491
2490
  "event": "VIEW",
2491
+ "label": "View",
2492
2492
  "variant": "ghost"
2493
2493
  },
2494
2494
  {
2495
2495
  "event": "EDIT",
2496
- "label": "Edit",
2497
- "variant": "ghost"
2496
+ "variant": "ghost",
2497
+ "label": "Edit"
2498
2498
  },
2499
2499
  {
2500
- "label": "Delete",
2501
2500
  "event": "DELETE",
2502
- "variant": "danger"
2501
+ "variant": "danger",
2502
+ "label": "Delete"
2503
2503
  }
2504
2504
  ],
2505
+ "gap": "sm",
2505
2506
  "fields": [
2506
2507
  {
2507
2508
  "variant": "h4",
2508
- "name": "title",
2509
- "icon": "check-square"
2509
+ "icon": "check-square",
2510
+ "name": "title"
2510
2511
  },
2511
2512
  {
2512
2513
  "variant": "body",
2513
2514
  "name": "description"
2514
2515
  },
2515
2516
  {
2516
- "name": "assignee",
2517
- "variant": "caption"
2517
+ "variant": "caption",
2518
+ "name": "assignee"
2518
2519
  },
2519
2520
  {
2520
- "variant": "caption",
2521
2521
  "format": "date",
2522
- "name": "dueDate"
2522
+ "name": "dueDate",
2523
+ "variant": "caption"
2523
2524
  },
2524
2525
  {
2525
- "name": "priority",
2526
- "variant": "badge"
2526
+ "variant": "badge",
2527
+ "name": "priority"
2527
2528
  },
2528
2529
  {
2529
2530
  "variant": "badge",
2530
2531
  "name": "status"
2531
2532
  }
2532
2533
  ],
2533
- "cols": 1.0,
2534
- "gap": "sm"
2534
+ "cols": 1.0
2535
2535
  },
2536
2536
  "listens": [
2537
2537
  {
@@ -2565,9 +2565,9 @@
2565
2565
  "name": "TaskCreate",
2566
2566
  "linkedEntity": "Task",
2567
2567
  "config": {
2568
- "mode": "create",
2569
2568
  "icon": "plus-circle",
2570
2569
  "title": "New Task",
2570
+ "mode": "create",
2571
2571
  "fields": [
2572
2572
  "title",
2573
2573
  "description",
@@ -2596,9 +2596,7 @@
2596
2596
  "name": "TaskEdit",
2597
2597
  "linkedEntity": "Task",
2598
2598
  "config": {
2599
- "title": "Edit Task",
2600
2599
  "mode": "edit",
2601
- "icon": "edit",
2602
2600
  "fields": [
2603
2601
  "title",
2604
2602
  "description",
@@ -2606,7 +2604,9 @@
2606
2604
  "dueDate",
2607
2605
  "priority",
2608
2606
  "status"
2609
- ]
2607
+ ],
2608
+ "icon": "edit",
2609
+ "title": "Edit Task"
2610
2610
  },
2611
2611
  "events": {
2612
2612
  "OPEN": "EDIT"
@@ -2627,8 +2627,6 @@
2627
2627
  "name": "TaskView",
2628
2628
  "linkedEntity": "Task",
2629
2629
  "config": {
2630
- "icon": "eye",
2631
- "title": "View Task",
2632
2630
  "mode": "edit",
2633
2631
  "fields": [
2634
2632
  "title",
@@ -2637,7 +2635,9 @@
2637
2635
  "dueDate",
2638
2636
  "priority",
2639
2637
  "status"
2640
- ]
2638
+ ],
2639
+ "icon": "eye",
2640
+ "title": "View Task"
2641
2641
  },
2642
2642
  "events": {
2643
2643
  "OPEN": "VIEW"
@@ -2658,14 +2658,14 @@
2658
2658
  "name": "TaskDelete",
2659
2659
  "linkedEntity": "Task",
2660
2660
  "config": {
2661
+ "confirmLabel": "Delete",
2661
2662
  "icon": "alert-triangle",
2662
- "alertMessage": "This action cannot be undone.",
2663
2663
  "title": "Delete Task",
2664
- "confirmLabel": "Delete"
2664
+ "alertMessage": "This action cannot be undone."
2665
2665
  },
2666
2666
  "events": {
2667
- "REQUEST": "DELETE",
2668
- "CONFIRM": "CONFIRM_DELETE"
2667
+ "CONFIRM": "CONFIRM_DELETE",
2668
+ "REQUEST": "DELETE"
2669
2669
  },
2670
2670
  "listens": [
2671
2671
  {
@@ -2974,33 +2974,34 @@
2974
2974
  "ref": "AppShell.traits.AppLayout",
2975
2975
  "name": "CalendarAppLayout",
2976
2976
  "config": {
2977
- "contentTrait": "@trait.CalendarCatalog",
2977
+ "notifications": [],
2978
2978
  "appName": "App",
2979
+ "notificationClickEvent": "CAL_NOTIFICATIONS_OPEN",
2979
2980
  "navItems": [
2980
2981
  {
2982
+ "icon": "users",
2981
2983
  "label": "Contacts",
2982
- "href": "/contacts",
2983
- "icon": "users"
2984
+ "href": "/contacts"
2984
2985
  },
2985
2986
  {
2986
- "label": "Items",
2987
2987
  "icon": "package",
2988
+ "label": "Items",
2988
2989
  "href": "/items"
2989
2990
  },
2990
2991
  {
2991
2992
  "label": "Activities",
2992
- "icon": "activity",
2993
- "href": "/activities"
2993
+ "href": "/activities",
2994
+ "icon": "activity"
2994
2995
  },
2995
2996
  {
2996
- "label": "Tasks",
2997
2997
  "href": "/tasks",
2998
- "icon": "check-square"
2998
+ "icon": "check-square",
2999
+ "label": "Tasks"
2999
3000
  },
3000
3001
  {
3001
- "icon": "calendar",
3002
+ "label": "Calendar",
3002
3003
  "href": "/calendar",
3003
- "label": "Calendar"
3004
+ "icon": "calendar"
3004
3005
  },
3005
3006
  {
3006
3007
  "label": "Dashboard",
@@ -3018,13 +3019,12 @@
3018
3019
  "icon": "file-text"
3019
3020
  }
3020
3021
  ],
3021
- "notificationClickEvent": "CAL_NOTIFICATIONS_OPEN",
3022
- "notifications": [],
3023
- "searchEvent": "CAL_SEARCH"
3022
+ "searchEvent": "CAL_SEARCH",
3023
+ "contentTrait": "@trait.CalendarCatalog"
3024
3024
  },
3025
3025
  "events": {
3026
- "NOTIFY_CLICK": "CAL_NOTIFICATIONS_OPEN",
3027
- "SEARCH": "CAL_SEARCH"
3026
+ "SEARCH": "CAL_SEARCH",
3027
+ "NOTIFY_CLICK": "CAL_NOTIFICATIONS_OPEN"
3028
3028
  }
3029
3029
  },
3030
3030
  {
@@ -3107,40 +3107,42 @@
3107
3107
  "render-ui",
3108
3108
  "main",
3109
3109
  {
3110
+ "type": "stack",
3111
+ "direction": "vertical",
3110
3112
  "gap": "lg",
3111
3113
  "children": [
3112
3114
  {
3113
- "type": "stack",
3114
- "gap": "md",
3115
3115
  "direction": "horizontal",
3116
3116
  "align": "center",
3117
3117
  "justify": "between",
3118
3118
  "children": [
3119
3119
  {
3120
- "gap": "sm",
3121
3120
  "children": [
3122
3121
  {
3123
3122
  "type": "icon",
3124
3123
  "name": "calendar"
3125
3124
  },
3126
3125
  {
3127
- "type": "typography",
3128
3126
  "variant": "h2",
3127
+ "type": "typography",
3129
3128
  "content": "Calendar"
3130
3129
  }
3131
3130
  ],
3132
- "type": "stack",
3131
+ "direction": "horizontal",
3133
3132
  "align": "center",
3134
- "direction": "horizontal"
3133
+ "type": "stack",
3134
+ "gap": "sm"
3135
3135
  },
3136
3136
  {
3137
3137
  "variant": "primary",
3138
- "type": "button",
3139
- "icon": "plus",
3140
3138
  "action": "CREATE",
3141
- "label": "New Event"
3139
+ "type": "button",
3140
+ "label": "New Event",
3141
+ "icon": "plus"
3142
3142
  }
3143
- ]
3143
+ ],
3144
+ "type": "stack",
3145
+ "gap": "md"
3144
3146
  },
3145
3147
  {
3146
3148
  "type": "divider"
@@ -3150,9 +3152,7 @@
3150
3152
  "type": "divider"
3151
3153
  },
3152
3154
  "@trait.CalendarBrowseList"
3153
- ],
3154
- "direction": "vertical",
3155
- "type": "stack"
3155
+ ]
3156
3156
  }
3157
3157
  ]
3158
3158
  ]
@@ -3171,28 +3171,28 @@
3171
3171
  "render-ui",
3172
3172
  "main",
3173
3173
  {
3174
- "align": "center",
3175
3174
  "children": [
3176
3175
  {
3177
- "name": "bell",
3178
- "type": "icon"
3176
+ "type": "icon",
3177
+ "name": "bell"
3179
3178
  },
3180
3179
  {
3180
+ "type": "typography",
3181
3181
  "variant": "h3",
3182
- "content": "No notifications",
3183
- "type": "typography"
3182
+ "content": "No notifications"
3184
3183
  },
3185
3184
  {
3185
+ "action": "INIT",
3186
3186
  "variant": "ghost",
3187
3187
  "label": "Back",
3188
- "action": "INIT",
3189
3188
  "type": "button"
3190
3189
  }
3191
3190
  ],
3192
3191
  "type": "stack",
3193
- "className": "py-8",
3192
+ "gap": "md",
3194
3193
  "direction": "vertical",
3195
- "gap": "md"
3194
+ "align": "center",
3195
+ "className": "py-8"
3196
3196
  }
3197
3197
  ]
3198
3198
  ]
@@ -3205,8 +3205,8 @@
3205
3205
  "ref": "Calendar.traits.CalendarEventCalendar",
3206
3206
  "name": "CalendarView",
3207
3207
  "config": {
3208
- "title": "Schedule",
3209
3208
  "dateField": "startTime",
3209
+ "title": "Schedule",
3210
3210
  "labelField": "title"
3211
3211
  },
3212
3212
  "listens": [
@@ -3228,8 +3228,8 @@
3228
3228
  "itemActions": [
3229
3229
  {
3230
3230
  "event": "VIEW",
3231
- "label": "View",
3232
- "variant": "ghost"
3231
+ "variant": "ghost",
3232
+ "label": "View"
3233
3233
  },
3234
3234
  {
3235
3235
  "event": "EDIT",
@@ -3242,22 +3242,21 @@
3242
3242
  "label": "Delete"
3243
3243
  }
3244
3244
  ],
3245
- "cols": 1.0,
3246
3245
  "fields": [
3247
3246
  {
3247
+ "name": "title",
3248
3248
  "variant": "h4",
3249
- "icon": "calendar",
3250
- "name": "title"
3249
+ "icon": "calendar"
3251
3250
  },
3252
3251
  {
3252
+ "variant": "caption",
3253
3253
  "format": "date",
3254
- "name": "startTime",
3255
- "variant": "caption"
3254
+ "name": "startTime"
3256
3255
  },
3257
3256
  {
3258
- "variant": "caption",
3259
3257
  "format": "date",
3260
- "name": "endTime"
3258
+ "name": "endTime",
3259
+ "variant": "caption"
3261
3260
  },
3262
3261
  {
3263
3262
  "name": "location",
@@ -3268,7 +3267,8 @@
3268
3267
  "variant": "caption"
3269
3268
  }
3270
3269
  ],
3271
- "gap": "sm"
3270
+ "gap": "sm",
3271
+ "cols": 1.0
3272
3272
  },
3273
3273
  "listens": [
3274
3274
  {
@@ -3302,9 +3302,8 @@
3302
3302
  "name": "CalendarCreate",
3303
3303
  "linkedEntity": "ScheduledEvent",
3304
3304
  "config": {
3305
- "title": "New Event",
3306
3305
  "mode": "create",
3307
- "icon": "plus-circle",
3306
+ "title": "New Event",
3308
3307
  "fields": [
3309
3308
  "title",
3310
3309
  "startTime",
@@ -3312,7 +3311,8 @@
3312
3311
  "location",
3313
3312
  "attendees",
3314
3313
  "description"
3315
- ]
3314
+ ],
3315
+ "icon": "plus-circle"
3316
3316
  },
3317
3317
  "events": {
3318
3318
  "OPEN": "CREATE"
@@ -3333,7 +3333,7 @@
3333
3333
  "name": "CalendarEdit",
3334
3334
  "linkedEntity": "ScheduledEvent",
3335
3335
  "config": {
3336
- "title": "Edit Event",
3336
+ "mode": "edit",
3337
3337
  "fields": [
3338
3338
  "title",
3339
3339
  "startTime",
@@ -3342,7 +3342,7 @@
3342
3342
  "attendees",
3343
3343
  "description"
3344
3344
  ],
3345
- "mode": "edit",
3345
+ "title": "Edit Event",
3346
3346
  "icon": "edit"
3347
3347
  },
3348
3348
  "events": {
@@ -3364,10 +3364,10 @@
3364
3364
  "name": "CalendarDelete",
3365
3365
  "linkedEntity": "ScheduledEvent",
3366
3366
  "config": {
3367
- "confirmLabel": "Delete",
3368
3367
  "icon": "alert-triangle",
3369
3368
  "title": "Delete Event",
3370
- "alertMessage": "This action cannot be undone."
3369
+ "alertMessage": "This action cannot be undone.",
3370
+ "confirmLabel": "Delete"
3371
3371
  },
3372
3372
  "events": {
3373
3373
  "REQUEST": "DELETE",
@@ -3677,41 +3677,44 @@
3677
3677
  "name": "WidgetAppLayout",
3678
3678
  "config": {
3679
3679
  "contentTrait": "@trait.WidgetCatalog",
3680
+ "notifications": [],
3681
+ "searchEvent": "WIDGET_SEARCH",
3682
+ "appName": "App",
3680
3683
  "navItems": [
3681
3684
  {
3682
3685
  "label": "Contacts",
3683
- "icon": "users",
3684
- "href": "/contacts"
3686
+ "href": "/contacts",
3687
+ "icon": "users"
3685
3688
  },
3686
3689
  {
3690
+ "href": "/items",
3687
3691
  "icon": "package",
3688
- "label": "Items",
3689
- "href": "/items"
3692
+ "label": "Items"
3690
3693
  },
3691
3694
  {
3692
3695
  "label": "Activities",
3693
- "href": "/activities",
3694
- "icon": "activity"
3696
+ "icon": "activity",
3697
+ "href": "/activities"
3695
3698
  },
3696
3699
  {
3697
3700
  "label": "Tasks",
3698
- "icon": "check-square",
3699
- "href": "/tasks"
3701
+ "href": "/tasks",
3702
+ "icon": "check-square"
3700
3703
  },
3701
3704
  {
3705
+ "label": "Calendar",
3702
3706
  "href": "/calendar",
3703
- "icon": "calendar",
3704
- "label": "Calendar"
3707
+ "icon": "calendar"
3705
3708
  },
3706
3709
  {
3707
3710
  "href": "/widgets",
3708
- "icon": "layout-dashboard",
3709
- "label": "Dashboard"
3711
+ "label": "Dashboard",
3712
+ "icon": "layout-dashboard"
3710
3713
  },
3711
3714
  {
3712
3715
  "label": "Feed",
3713
- "icon": "rss",
3714
- "href": "/feed"
3716
+ "href": "/feed",
3717
+ "icon": "rss"
3715
3718
  },
3716
3719
  {
3717
3720
  "href": "/notes",
@@ -3719,10 +3722,7 @@
3719
3722
  "icon": "file-text"
3720
3723
  }
3721
3724
  ],
3722
- "notifications": [],
3723
- "notificationClickEvent": "WIDGET_NOTIFICATIONS_OPEN",
3724
- "searchEvent": "WIDGET_SEARCH",
3725
- "appName": "App"
3725
+ "notificationClickEvent": "WIDGET_NOTIFICATIONS_OPEN"
3726
3726
  },
3727
3727
  "events": {
3728
3728
  "SEARCH": "WIDGET_SEARCH",
@@ -3793,23 +3793,26 @@
3793
3793
  "render-ui",
3794
3794
  "main",
3795
3795
  {
3796
+ "gap": "lg",
3797
+ "type": "stack",
3798
+ "direction": "vertical",
3796
3799
  "children": [
3797
3800
  {
3798
- "align": "center",
3801
+ "type": "stack",
3799
3802
  "direction": "horizontal",
3803
+ "gap": "sm",
3804
+ "align": "center",
3800
3805
  "children": [
3801
3806
  {
3802
3807
  "type": "icon",
3803
3808
  "name": "layout-dashboard"
3804
3809
  },
3805
3810
  {
3806
- "type": "typography",
3807
3811
  "content": "Dashboard",
3808
- "variant": "h2"
3812
+ "variant": "h2",
3813
+ "type": "typography"
3809
3814
  }
3810
- ],
3811
- "gap": "sm",
3812
- "type": "stack"
3815
+ ]
3813
3816
  },
3814
3817
  {
3815
3818
  "type": "divider"
@@ -3820,10 +3823,7 @@
3820
3823
  "type": "divider"
3821
3824
  },
3822
3825
  "@trait.WidgetBrowseList"
3823
- ],
3824
- "direction": "vertical",
3825
- "type": "stack",
3826
- "gap": "lg"
3826
+ ]
3827
3827
  }
3828
3828
  ]
3829
3829
  ]
@@ -3842,27 +3842,27 @@
3842
3842
  "render-ui",
3843
3843
  "main",
3844
3844
  {
3845
+ "gap": "md",
3845
3846
  "align": "center",
3846
3847
  "className": "py-8",
3847
- "type": "stack",
3848
- "gap": "md",
3849
3848
  "children": [
3850
3849
  {
3851
3850
  "name": "bell",
3852
3851
  "type": "icon"
3853
3852
  },
3854
3853
  {
3855
- "type": "typography",
3856
3854
  "content": "No notifications",
3855
+ "type": "typography",
3857
3856
  "variant": "h3"
3858
3857
  },
3859
3858
  {
3859
+ "action": "INIT",
3860
3860
  "type": "button",
3861
3861
  "label": "Back",
3862
- "variant": "ghost",
3863
- "action": "INIT"
3862
+ "variant": "ghost"
3864
3863
  }
3865
3864
  ],
3865
+ "type": "stack",
3866
3866
  "direction": "vertical"
3867
3867
  }
3868
3868
  ]
@@ -3881,17 +3881,17 @@
3881
3881
  {
3882
3882
  "format": "number",
3883
3883
  "icon": "layout-dashboard",
3884
- "label": "Widgets",
3885
3884
  "variant": "primary",
3886
- "aggregation": "count"
3885
+ "aggregation": "count",
3886
+ "label": "Widgets"
3887
3887
  },
3888
3888
  {
3889
- "field": "value",
3890
- "format": "number",
3891
3889
  "aggregation": "sum",
3892
- "label": "Total Value",
3893
3890
  "icon": "trending-up",
3894
- "variant": "success"
3891
+ "variant": "success",
3892
+ "field": "value",
3893
+ "label": "Total Value",
3894
+ "format": "number"
3895
3895
  }
3896
3896
  ]
3897
3897
  },
@@ -3910,13 +3910,13 @@
3910
3910
  "ref": "Graphs.traits.GraphItemGraph",
3911
3911
  "name": "WidgetGraphs",
3912
3912
  "config": {
3913
- "title": "Widgets by type",
3914
3913
  "height": 240.0,
3915
- "showLegend": true,
3916
- "categoryField": "type",
3917
- "aggregation": "count",
3918
3914
  "subtitle": "Distribution",
3919
- "chartType": "pie"
3915
+ "aggregation": "count",
3916
+ "title": "Widgets by type",
3917
+ "categoryField": "type",
3918
+ "chartType": "pie",
3919
+ "showLegend": true
3920
3920
  },
3921
3921
  "listens": [
3922
3922
  {
@@ -3934,13 +3934,12 @@
3934
3934
  "name": "WidgetBrowseList",
3935
3935
  "linkedEntity": "Widget",
3936
3936
  "config": {
3937
- "cols": 2.0,
3938
3937
  "gap": "sm",
3939
3938
  "itemActions": [
3940
3939
  {
3941
- "event": "VIEW",
3940
+ "label": "View",
3942
3941
  "variant": "ghost",
3943
- "label": "View"
3942
+ "event": "VIEW"
3944
3943
  },
3945
3944
  {
3946
3945
  "label": "Edit",
@@ -3948,35 +3947,36 @@
3948
3947
  "variant": "ghost"
3949
3948
  },
3950
3949
  {
3951
- "label": "Delete",
3950
+ "variant": "danger",
3952
3951
  "event": "DELETE",
3953
- "variant": "danger"
3952
+ "label": "Delete"
3954
3953
  }
3955
3954
  ],
3956
3955
  "fields": [
3957
3956
  {
3957
+ "name": "title",
3958
3958
  "icon": "layout-dashboard",
3959
- "variant": "h4",
3960
- "name": "title"
3959
+ "variant": "h4"
3961
3960
  },
3962
3961
  {
3963
- "variant": "badge",
3964
- "name": "type"
3962
+ "name": "type",
3963
+ "variant": "badge"
3965
3964
  },
3966
3965
  {
3967
3966
  "name": "label",
3968
3967
  "variant": "caption"
3969
3968
  },
3970
3969
  {
3971
- "variant": "badge",
3970
+ "name": "value",
3972
3971
  "format": "number",
3973
- "name": "value"
3972
+ "variant": "badge"
3974
3973
  },
3975
3974
  {
3976
3975
  "variant": "caption",
3977
3976
  "name": "dataSource"
3978
3977
  }
3979
- ]
3978
+ ],
3979
+ "cols": 2.0
3980
3980
  },
3981
3981
  "listens": [
3982
3982
  {
@@ -4010,6 +4010,9 @@
4010
4010
  "name": "WidgetView",
4011
4011
  "linkedEntity": "Widget",
4012
4012
  "config": {
4013
+ "mode": "edit",
4014
+ "icon": "eye",
4015
+ "title": "View Widget",
4013
4016
  "fields": [
4014
4017
  "title",
4015
4018
  "type",
@@ -4017,10 +4020,7 @@
4017
4020
  "value",
4018
4021
  "dataSource",
4019
4022
  "refreshInterval"
4020
- ],
4021
- "icon": "eye",
4022
- "title": "View Widget",
4023
- "mode": "edit"
4023
+ ]
4024
4024
  },
4025
4025
  "events": {
4026
4026
  "OPEN": "VIEW"
@@ -4041,8 +4041,6 @@
4041
4041
  "name": "WidgetEdit",
4042
4042
  "linkedEntity": "Widget",
4043
4043
  "config": {
4044
- "title": "Edit Widget",
4045
- "mode": "edit",
4046
4044
  "fields": [
4047
4045
  "title",
4048
4046
  "type",
@@ -4051,7 +4049,9 @@
4051
4049
  "dataSource",
4052
4050
  "refreshInterval"
4053
4051
  ],
4054
- "icon": "edit"
4052
+ "title": "Edit Widget",
4053
+ "icon": "edit",
4054
+ "mode": "edit"
4055
4055
  },
4056
4056
  "events": {
4057
4057
  "OPEN": "EDIT"
@@ -4072,14 +4072,14 @@
4072
4072
  "name": "WidgetDelete",
4073
4073
  "linkedEntity": "Widget",
4074
4074
  "config": {
4075
- "icon": "alert-triangle",
4075
+ "title": "Delete Widget",
4076
4076
  "alertMessage": "This action cannot be undone.",
4077
4077
  "confirmLabel": "Delete",
4078
- "title": "Delete Widget"
4078
+ "icon": "alert-triangle"
4079
4079
  },
4080
4080
  "events": {
4081
- "CONFIRM": "CONFIRM_DELETE",
4082
- "REQUEST": "DELETE"
4081
+ "REQUEST": "DELETE",
4082
+ "CONFIRM": "CONFIRM_DELETE"
4083
4083
  },
4084
4084
  "listens": [
4085
4085
  {
@@ -4346,14 +4346,16 @@
4346
4346
  "ref": "AppShell.traits.AppLayout",
4347
4347
  "name": "FeedAppLayout",
4348
4348
  "config": {
4349
- "appName": "App",
4349
+ "notifications": [],
4350
4350
  "contentTrait": "@trait.FeedCatalog",
4351
4351
  "searchEvent": "FEED_SEARCH",
4352
+ "notificationClickEvent": "FEED_NOTIFICATIONS_OPEN",
4353
+ "appName": "App",
4352
4354
  "navItems": [
4353
4355
  {
4354
- "href": "/contacts",
4355
4356
  "icon": "users",
4356
- "label": "Contacts"
4357
+ "label": "Contacts",
4358
+ "href": "/contacts"
4357
4359
  },
4358
4360
  {
4359
4361
  "icon": "package",
@@ -4362,18 +4364,18 @@
4362
4364
  },
4363
4365
  {
4364
4366
  "label": "Activities",
4365
- "icon": "activity",
4366
- "href": "/activities"
4367
+ "href": "/activities",
4368
+ "icon": "activity"
4367
4369
  },
4368
4370
  {
4371
+ "icon": "check-square",
4369
4372
  "label": "Tasks",
4370
- "href": "/tasks",
4371
- "icon": "check-square"
4373
+ "href": "/tasks"
4372
4374
  },
4373
4375
  {
4374
- "label": "Calendar",
4376
+ "icon": "calendar",
4375
4377
  "href": "/calendar",
4376
- "icon": "calendar"
4378
+ "label": "Calendar"
4377
4379
  },
4378
4380
  {
4379
4381
  "label": "Dashboard",
@@ -4386,17 +4388,15 @@
4386
4388
  "href": "/feed"
4387
4389
  },
4388
4390
  {
4389
- "label": "Notes",
4391
+ "href": "/notes",
4390
4392
  "icon": "file-text",
4391
- "href": "/notes"
4393
+ "label": "Notes"
4392
4394
  }
4393
- ],
4394
- "notificationClickEvent": "FEED_NOTIFICATIONS_OPEN",
4395
- "notifications": []
4395
+ ]
4396
4396
  },
4397
4397
  "events": {
4398
- "SEARCH": "FEED_SEARCH",
4399
- "NOTIFY_CLICK": "FEED_NOTIFICATIONS_OPEN"
4398
+ "NOTIFY_CLICK": "FEED_NOTIFICATIONS_OPEN",
4399
+ "SEARCH": "FEED_SEARCH"
4400
4400
  }
4401
4401
  },
4402
4402
  {
@@ -4481,17 +4481,15 @@
4481
4481
  {
4482
4482
  "type": "stack",
4483
4483
  "gap": "lg",
4484
+ "direction": "vertical",
4484
4485
  "children": [
4485
4486
  {
4486
- "direction": "horizontal",
4487
- "justify": "between",
4488
- "type": "stack",
4489
- "align": "center",
4490
- "gap": "md",
4491
4487
  "children": [
4492
4488
  {
4493
4489
  "type": "stack",
4494
4490
  "direction": "horizontal",
4491
+ "align": "center",
4492
+ "gap": "sm",
4495
4493
  "children": [
4496
4494
  {
4497
4495
  "type": "icon",
@@ -4502,26 +4500,28 @@
4502
4500
  "variant": "h2",
4503
4501
  "content": "Feed"
4504
4502
  }
4505
- ],
4506
- "align": "center",
4507
- "gap": "sm"
4503
+ ]
4508
4504
  },
4509
4505
  {
4510
- "variant": "primary",
4511
- "icon": "plus",
4512
- "label": "New Post",
4513
4506
  "type": "button",
4514
- "action": "CREATE"
4507
+ "action": "CREATE",
4508
+ "label": "New Post",
4509
+ "icon": "plus",
4510
+ "variant": "primary"
4515
4511
  }
4516
- ]
4512
+ ],
4513
+ "type": "stack",
4514
+ "justify": "between",
4515
+ "direction": "horizontal",
4516
+ "gap": "md",
4517
+ "align": "center"
4517
4518
  },
4518
4519
  {
4519
4520
  "type": "divider"
4520
4521
  },
4521
4522
  "@trait.FeedBrowseList",
4522
4523
  "@trait.FeedPagination"
4523
- ],
4524
- "direction": "vertical"
4524
+ ]
4525
4525
  }
4526
4526
  ]
4527
4527
  ]
@@ -4540,28 +4540,28 @@
4540
4540
  "render-ui",
4541
4541
  "main",
4542
4542
  {
4543
+ "direction": "vertical",
4543
4544
  "gap": "md",
4544
- "type": "stack",
4545
- "align": "center",
4545
+ "className": "py-8",
4546
4546
  "children": [
4547
4547
  {
4548
4548
  "type": "icon",
4549
4549
  "name": "bell"
4550
4550
  },
4551
4551
  {
4552
- "type": "typography",
4553
4552
  "content": "No notifications",
4553
+ "type": "typography",
4554
4554
  "variant": "h3"
4555
4555
  },
4556
4556
  {
4557
- "action": "INIT",
4557
+ "label": "Back",
4558
4558
  "type": "button",
4559
- "variant": "ghost",
4560
- "label": "Back"
4559
+ "action": "INIT",
4560
+ "variant": "ghost"
4561
4561
  }
4562
4562
  ],
4563
- "className": "py-8",
4564
- "direction": "vertical"
4563
+ "type": "stack",
4564
+ "align": "center"
4565
4565
  }
4566
4566
  ]
4567
4567
  ]
@@ -4592,6 +4592,7 @@
4592
4592
  "name": "FeedBrowseList",
4593
4593
  "linkedEntity": "FeedPost",
4594
4594
  "config": {
4595
+ "gap": "sm",
4595
4596
  "fields": [
4596
4597
  {
4597
4598
  "name": "title",
@@ -4599,42 +4600,41 @@
4599
4600
  "icon": "rss"
4600
4601
  },
4601
4602
  {
4602
- "name": "body",
4603
- "variant": "body"
4603
+ "variant": "body",
4604
+ "name": "body"
4604
4605
  },
4605
4606
  {
4606
4607
  "name": "author",
4607
4608
  "variant": "caption"
4608
4609
  },
4609
4610
  {
4610
- "name": "postedAt",
4611
4611
  "format": "date",
4612
- "variant": "caption"
4612
+ "variant": "caption",
4613
+ "name": "postedAt"
4613
4614
  },
4614
4615
  {
4615
- "variant": "badge",
4616
- "name": "tags"
4616
+ "name": "tags",
4617
+ "variant": "badge"
4617
4618
  }
4618
4619
  ],
4620
+ "cols": 1.0,
4619
4621
  "itemActions": [
4620
4622
  {
4621
- "label": "View",
4622
4623
  "event": "VIEW",
4624
+ "label": "View",
4623
4625
  "variant": "ghost"
4624
4626
  },
4625
4627
  {
4626
- "event": "EDIT",
4628
+ "variant": "ghost",
4627
4629
  "label": "Edit",
4628
- "variant": "ghost"
4630
+ "event": "EDIT"
4629
4631
  },
4630
4632
  {
4631
- "label": "Delete",
4632
4633
  "event": "DELETE",
4634
+ "label": "Delete",
4633
4635
  "variant": "danger"
4634
4636
  }
4635
- ],
4636
- "gap": "sm",
4637
- "cols": 1.0
4637
+ ]
4638
4638
  },
4639
4639
  "listens": [
4640
4640
  {
@@ -4669,15 +4669,15 @@
4669
4669
  "linkedEntity": "FeedPost",
4670
4670
  "config": {
4671
4671
  "title": "New Post",
4672
- "icon": "plus-circle",
4673
- "mode": "create",
4674
4672
  "fields": [
4675
4673
  "title",
4676
4674
  "body",
4677
4675
  "author",
4678
4676
  "postedAt",
4679
4677
  "tags"
4680
- ]
4678
+ ],
4679
+ "icon": "plus-circle",
4680
+ "mode": "create"
4681
4681
  },
4682
4682
  "events": {
4683
4683
  "OPEN": "CREATE"
@@ -4699,7 +4699,7 @@
4699
4699
  "linkedEntity": "FeedPost",
4700
4700
  "config": {
4701
4701
  "title": "Edit Post",
4702
- "icon": "edit",
4702
+ "mode": "edit",
4703
4703
  "fields": [
4704
4704
  "title",
4705
4705
  "body",
@@ -4707,7 +4707,7 @@
4707
4707
  "postedAt",
4708
4708
  "tags"
4709
4709
  ],
4710
- "mode": "edit"
4710
+ "icon": "edit"
4711
4711
  },
4712
4712
  "events": {
4713
4713
  "OPEN": "EDIT"
@@ -4728,9 +4728,9 @@
4728
4728
  "name": "FeedDelete",
4729
4729
  "linkedEntity": "FeedPost",
4730
4730
  "config": {
4731
- "title": "Delete Post",
4732
- "icon": "alert-triangle",
4733
4731
  "confirmLabel": "Delete",
4732
+ "icon": "alert-triangle",
4733
+ "title": "Delete Post",
4734
4734
  "alertMessage": "This action cannot be undone."
4735
4735
  },
4736
4736
  "events": {
@@ -5036,12 +5036,13 @@
5036
5036
  "ref": "AppShell.traits.AppLayout",
5037
5037
  "name": "NoteAppLayout",
5038
5038
  "config": {
5039
- "contentTrait": "@trait.NoteCatalog",
5039
+ "notifications": [],
5040
+ "notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN",
5040
5041
  "navItems": [
5041
5042
  {
5042
- "icon": "users",
5043
5043
  "label": "Contacts",
5044
- "href": "/contacts"
5044
+ "href": "/contacts",
5045
+ "icon": "users"
5045
5046
  },
5046
5047
  {
5047
5048
  "href": "/items",
@@ -5054,14 +5055,14 @@
5054
5055
  "icon": "activity"
5055
5056
  },
5056
5057
  {
5058
+ "href": "/tasks",
5057
5059
  "label": "Tasks",
5058
- "icon": "check-square",
5059
- "href": "/tasks"
5060
+ "icon": "check-square"
5060
5061
  },
5061
5062
  {
5062
5063
  "icon": "calendar",
5063
- "href": "/calendar",
5064
- "label": "Calendar"
5064
+ "label": "Calendar",
5065
+ "href": "/calendar"
5065
5066
  },
5066
5067
  {
5067
5068
  "label": "Dashboard",
@@ -5069,24 +5070,23 @@
5069
5070
  "icon": "layout-dashboard"
5070
5071
  },
5071
5072
  {
5073
+ "label": "Feed",
5072
5074
  "icon": "rss",
5073
- "href": "/feed",
5074
- "label": "Feed"
5075
+ "href": "/feed"
5075
5076
  },
5076
5077
  {
5077
- "label": "Notes",
5078
5078
  "icon": "file-text",
5079
+ "label": "Notes",
5079
5080
  "href": "/notes"
5080
5081
  }
5081
5082
  ],
5082
- "searchEvent": "NOTE_SEARCH",
5083
5083
  "appName": "App",
5084
- "notifications": [],
5085
- "notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN"
5084
+ "contentTrait": "@trait.NoteCatalog",
5085
+ "searchEvent": "NOTE_SEARCH"
5086
5086
  },
5087
5087
  "events": {
5088
- "NOTIFY_CLICK": "NOTE_NOTIFICATIONS_OPEN",
5089
- "SEARCH": "NOTE_SEARCH"
5088
+ "SEARCH": "NOTE_SEARCH",
5089
+ "NOTIFY_CLICK": "NOTE_NOTIFICATIONS_OPEN"
5090
5090
  }
5091
5091
  },
5092
5092
  {
@@ -5169,23 +5169,16 @@
5169
5169
  "render-ui",
5170
5170
  "main",
5171
5171
  {
5172
- "direction": "vertical",
5173
5172
  "children": [
5174
5173
  {
5175
- "type": "stack",
5176
- "gap": "md",
5177
- "direction": "horizontal",
5178
5174
  "justify": "between",
5179
- "align": "center",
5180
5175
  "children": [
5181
5176
  {
5182
- "direction": "horizontal",
5183
- "type": "stack",
5184
5177
  "gap": "sm",
5185
5178
  "children": [
5186
5179
  {
5187
- "name": "file-text",
5188
- "type": "icon"
5180
+ "type": "icon",
5181
+ "name": "file-text"
5189
5182
  },
5190
5183
  {
5191
5184
  "type": "typography",
@@ -5193,16 +5186,22 @@
5193
5186
  "variant": "h2"
5194
5187
  }
5195
5188
  ],
5196
- "align": "center"
5189
+ "align": "center",
5190
+ "type": "stack",
5191
+ "direction": "horizontal"
5197
5192
  },
5198
5193
  {
5199
5194
  "icon": "plus",
5200
- "type": "button",
5201
- "action": "CREATE",
5202
5195
  "label": "New Note",
5203
- "variant": "primary"
5196
+ "variant": "primary",
5197
+ "type": "button",
5198
+ "action": "CREATE"
5204
5199
  }
5205
- ]
5200
+ ],
5201
+ "direction": "horizontal",
5202
+ "type": "stack",
5203
+ "align": "center",
5204
+ "gap": "md"
5206
5205
  },
5207
5206
  {
5208
5207
  "type": "divider"
@@ -5213,8 +5212,9 @@
5213
5212
  },
5214
5213
  "@trait.NoteBrowseList"
5215
5214
  ],
5215
+ "type": "stack",
5216
5216
  "gap": "lg",
5217
- "type": "stack"
5217
+ "direction": "vertical"
5218
5218
  }
5219
5219
  ]
5220
5220
  ]
@@ -5234,27 +5234,27 @@
5234
5234
  "main",
5235
5235
  {
5236
5236
  "direction": "vertical",
5237
- "align": "center",
5238
5237
  "gap": "md",
5238
+ "type": "stack",
5239
+ "align": "center",
5240
+ "className": "py-8",
5239
5241
  "children": [
5240
5242
  {
5241
- "name": "bell",
5242
- "type": "icon"
5243
+ "type": "icon",
5244
+ "name": "bell"
5243
5245
  },
5244
5246
  {
5245
- "type": "typography",
5246
5247
  "content": "No notifications",
5248
+ "type": "typography",
5247
5249
  "variant": "h3"
5248
5250
  },
5249
5251
  {
5250
5252
  "type": "button",
5251
- "action": "INIT",
5252
5253
  "variant": "ghost",
5253
- "label": "Back"
5254
+ "label": "Back",
5255
+ "action": "INIT"
5254
5256
  }
5255
- ],
5256
- "className": "py-8",
5257
- "type": "stack"
5257
+ ]
5258
5258
  }
5259
5259
  ]
5260
5260
  ]
@@ -5276,45 +5276,45 @@
5276
5276
  "name": "NoteBrowseList",
5277
5277
  "linkedEntity": "Note",
5278
5278
  "config": {
5279
- "itemActions": [
5279
+ "gap": "sm",
5280
+ "fields": [
5280
5281
  {
5281
- "label": "View",
5282
- "variant": "ghost",
5283
- "event": "VIEW"
5282
+ "icon": "file-text",
5283
+ "variant": "h4",
5284
+ "name": "title"
5284
5285
  },
5285
5286
  {
5286
- "label": "Edit",
5287
- "event": "EDIT",
5288
- "variant": "ghost"
5287
+ "variant": "body",
5288
+ "name": "body"
5289
5289
  },
5290
5290
  {
5291
- "variant": "danger",
5292
- "label": "Delete",
5293
- "event": "DELETE"
5291
+ "name": "tags",
5292
+ "variant": "badge"
5293
+ },
5294
+ {
5295
+ "format": "date",
5296
+ "name": "updatedAt",
5297
+ "variant": "caption"
5294
5298
  }
5295
5299
  ],
5296
- "cols": 1.0,
5297
- "fields": [
5298
- {
5299
- "variant": "h4",
5300
- "icon": "file-text",
5301
- "name": "title"
5302
- },
5300
+ "itemActions": [
5303
5301
  {
5304
- "name": "body",
5305
- "variant": "body"
5302
+ "label": "View",
5303
+ "variant": "ghost",
5304
+ "event": "VIEW"
5306
5305
  },
5307
5306
  {
5308
- "variant": "badge",
5309
- "name": "tags"
5307
+ "event": "EDIT",
5308
+ "variant": "ghost",
5309
+ "label": "Edit"
5310
5310
  },
5311
5311
  {
5312
- "format": "date",
5313
- "variant": "caption",
5314
- "name": "updatedAt"
5312
+ "label": "Delete",
5313
+ "variant": "danger",
5314
+ "event": "DELETE"
5315
5315
  }
5316
5316
  ],
5317
- "gap": "sm"
5317
+ "cols": 1.0
5318
5318
  },
5319
5319
  "listens": [
5320
5320
  {
@@ -5356,16 +5356,16 @@
5356
5356
  "name": "NoteCreate",
5357
5357
  "linkedEntity": "Note",
5358
5358
  "config": {
5359
+ "icon": "plus-circle",
5360
+ "title": "New Note",
5361
+ "mode": "create",
5359
5362
  "fields": [
5360
5363
  "title",
5361
5364
  "body",
5362
5365
  "tags",
5363
5366
  "createdAt",
5364
5367
  "updatedAt"
5365
- ],
5366
- "mode": "create",
5367
- "icon": "plus-circle",
5368
- "title": "New Note"
5368
+ ]
5369
5369
  },
5370
5370
  "events": {
5371
5371
  "OPEN": "CREATE"
@@ -5386,16 +5386,16 @@
5386
5386
  "name": "NoteEdit",
5387
5387
  "linkedEntity": "Note",
5388
5388
  "config": {
5389
- "icon": "edit",
5389
+ "mode": "edit",
5390
5390
  "title": "Edit Note",
5391
+ "icon": "edit",
5391
5392
  "fields": [
5392
5393
  "title",
5393
5394
  "body",
5394
5395
  "tags",
5395
5396
  "createdAt",
5396
5397
  "updatedAt"
5397
- ],
5398
- "mode": "edit"
5398
+ ]
5399
5399
  },
5400
5400
  "events": {
5401
5401
  "OPEN": "EDIT"
@@ -5416,7 +5416,7 @@
5416
5416
  "name": "NoteView",
5417
5417
  "linkedEntity": "Note",
5418
5418
  "config": {
5419
- "mode": "edit",
5419
+ "title": "View Note",
5420
5420
  "fields": [
5421
5421
  "title",
5422
5422
  "body",
@@ -5424,8 +5424,8 @@
5424
5424
  "createdAt",
5425
5425
  "updatedAt"
5426
5426
  ],
5427
- "icon": "eye",
5428
- "title": "View Note"
5427
+ "mode": "edit",
5428
+ "icon": "eye"
5429
5429
  },
5430
5430
  "events": {
5431
5431
  "OPEN": "VIEW"
@@ -5446,10 +5446,10 @@
5446
5446
  "name": "NoteDelete",
5447
5447
  "linkedEntity": "Note",
5448
5448
  "config": {
5449
- "confirmLabel": "Delete",
5449
+ "alertMessage": "This action cannot be undone.",
5450
5450
  "icon": "alert-triangle",
5451
5451
  "title": "Delete Note",
5452
- "alertMessage": "This action cannot be undone."
5452
+ "confirmLabel": "Delete"
5453
5453
  },
5454
5454
  "events": {
5455
5455
  "CONFIRM": "CONFIRM_DELETE",
@@ -5687,4 +5687,4 @@
5687
5687
  ]
5688
5688
  }
5689
5689
  ]
5690
- }
5690
+ }