@almadar/std 14.24.0 → 14.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -109,11 +109,7 @@
109
109
  "ref": "AppShell.traits.AppLayout",
110
110
  "name": "EmployeeAppLayout",
111
111
  "config": {
112
- "appName": "HRPortal",
113
- "searchEvent": "EMPLOYEE_SEARCH",
114
112
  "contentTrait": "@trait.EmployeeCatalog",
115
- "notifications": [],
116
- "notificationClickEvent": "EMPLOYEE_NOTIFICATIONS_OPEN",
117
113
  "navItems": [
118
114
  {
119
115
  "href": "/employees",
@@ -121,9 +117,9 @@
121
117
  "icon": "users"
122
118
  },
123
119
  {
120
+ "label": "Onboarding",
124
121
  "href": "/onboarding",
125
- "icon": "clipboard-check",
126
- "label": "Onboarding"
122
+ "icon": "clipboard-check"
127
123
  },
128
124
  {
129
125
  "icon": "calendar",
@@ -132,10 +128,14 @@
132
128
  },
133
129
  {
134
130
  "icon": "git-branch",
135
- "label": "Org Chart",
136
- "href": "/org-chart"
131
+ "href": "/org-chart",
132
+ "label": "Org Chart"
137
133
  }
138
- ]
134
+ ],
135
+ "notificationClickEvent": "EMPLOYEE_NOTIFICATIONS_OPEN",
136
+ "notifications": [],
137
+ "appName": "HRPortal",
138
+ "searchEvent": "EMPLOYEE_SEARCH"
139
139
  },
140
140
  "events": {
141
141
  "SEARCH": "EMPLOYEE_SEARCH",
@@ -223,58 +223,60 @@
223
223
  "main",
224
224
  {
225
225
  "type": "stack",
226
+ "direction": "vertical",
227
+ "gap": "lg",
226
228
  "children": [
227
229
  {
228
230
  "gap": "md",
229
- "justify": "between",
231
+ "type": "stack",
232
+ "direction": "horizontal",
230
233
  "align": "center",
231
234
  "children": [
232
235
  {
233
- "type": "stack",
236
+ "align": "center",
234
237
  "children": [
235
238
  {
236
239
  "type": "icon",
237
240
  "name": "users"
238
241
  },
239
242
  {
240
- "content": "Employees",
241
243
  "variant": "h2",
242
- "type": "typography"
244
+ "type": "typography",
245
+ "content": "Employees"
243
246
  }
244
247
  ],
245
- "align": "center",
246
- "gap": "sm",
247
- "direction": "horizontal"
248
+ "type": "stack",
249
+ "direction": "horizontal",
250
+ "gap": "sm"
248
251
  },
249
252
  {
250
- "type": "stack",
251
253
  "children": [
252
254
  {
253
- "type": "button",
254
- "action": "CREATE",
255
- "label": "Add Employee",
255
+ "icon": "plus",
256
256
  "variant": "primary",
257
- "icon": "plus"
257
+ "label": "Add Employee",
258
+ "action": "CREATE",
259
+ "type": "button"
258
260
  }
259
261
  ],
262
+ "type": "stack",
260
263
  "gap": "sm",
261
264
  "direction": "horizontal"
262
265
  }
263
266
  ],
264
- "type": "stack",
265
- "direction": "horizontal"
267
+ "justify": "between"
266
268
  },
267
269
  {
268
270
  "type": "divider"
269
271
  },
270
272
  {
273
+ "gap": "sm",
274
+ "type": "stack",
271
275
  "children": [
272
276
  "@trait.EmployeeSearch",
273
277
  "@trait.EmployeeFilter"
274
278
  ],
275
- "gap": "sm",
276
- "direction": "horizontal",
277
- "type": "stack"
279
+ "direction": "horizontal"
278
280
  },
279
281
  "@trait.EmployeeStats",
280
282
  "@trait.EmployeeGraphs",
@@ -282,9 +284,7 @@
282
284
  "type": "divider"
283
285
  },
284
286
  "@trait.EmployeeBrowseList"
285
- ],
286
- "direction": "vertical",
287
- "gap": "lg"
287
+ ]
288
288
  }
289
289
  ]
290
290
  ]
@@ -304,9 +304,6 @@
304
304
  "main",
305
305
  {
306
306
  "className": "py-8",
307
- "gap": "md",
308
- "align": "center",
309
- "type": "stack",
310
307
  "children": [
311
308
  {
312
309
  "type": "icon",
@@ -314,23 +311,26 @@
314
311
  },
315
312
  {
316
313
  "variant": "h3",
317
- "type": "typography",
318
- "content": "No notifications"
314
+ "content": "No notifications",
315
+ "type": "typography"
319
316
  },
320
317
  {
321
318
  "type": "typography",
319
+ "variant": "caption",
322
320
  "color": "muted",
323
- "content": "You're all caught up.",
324
- "variant": "caption"
321
+ "content": "You're all caught up."
325
322
  },
326
323
  {
327
- "label": "Back to employees",
328
324
  "type": "button",
329
- "action": "INIT",
330
- "variant": "ghost"
325
+ "label": "Back to employees",
326
+ "variant": "ghost",
327
+ "action": "INIT"
331
328
  }
332
329
  ],
333
- "direction": "vertical"
330
+ "direction": "vertical",
331
+ "gap": "md",
332
+ "type": "stack",
333
+ "align": "center"
334
334
  }
335
335
  ]
336
336
  ]
@@ -353,6 +353,9 @@
353
353
  "config": {
354
354
  "filters": [
355
355
  {
356
+ "label": "Department",
357
+ "filterType": "select",
358
+ "field": "department",
356
359
  "options": [
357
360
  "engineering",
358
361
  "design",
@@ -360,13 +363,9 @@
360
363
  "sales",
361
364
  "hr",
362
365
  "finance"
363
- ],
364
- "field": "department",
365
- "filterType": "select",
366
- "label": "Department"
366
+ ]
367
367
  },
368
368
  {
369
- "field": "role",
370
369
  "options": [
371
370
  "manager",
372
371
  "lead",
@@ -374,17 +373,18 @@
374
373
  "intern"
375
374
  ],
376
375
  "filterType": "select",
376
+ "field": "role",
377
377
  "label": "Role"
378
378
  },
379
379
  {
380
+ "filterType": "select",
380
381
  "field": "status",
381
382
  "label": "Status",
382
383
  "options": [
383
384
  "active",
384
385
  "leave",
385
386
  "terminated"
386
- ],
387
- "filterType": "select"
387
+ ]
388
388
  }
389
389
  ],
390
390
  "event": "FILTER"
@@ -394,32 +394,35 @@
394
394
  "ref": "Stats.traits.StatsItemStats",
395
395
  "name": "EmployeeStats",
396
396
  "config": {
397
+ "title": "Workforce Overview",
397
398
  "metrics": [
398
399
  {
399
- "variant": "primary",
400
- "format": "number",
401
400
  "icon": "users",
402
401
  "label": "Total Employees",
402
+ "variant": "primary",
403
+ "format": "number",
403
404
  "aggregation": "count"
404
405
  },
405
406
  {
406
- "aggregation": "count",
407
+ "icon": "layers",
407
408
  "format": "number",
408
- "variant": "default",
409
+ "aggregation": "count",
409
410
  "label": "By Department",
410
- "icon": "layers"
411
+ "variant": "default"
411
412
  },
412
413
  {
414
+ "aggregation": "count",
415
+ "icon": "user-plus",
413
416
  "variant": "info",
414
417
  "label": "New This Month",
415
- "icon": "user-plus",
416
- "aggregation": "count",
417
418
  "format": "number"
418
419
  },
419
420
  {
421
+ "aggregation": "count",
420
422
  "icon": "calendar-off",
421
- "variant": "warning",
422
423
  "label": "On Leave",
424
+ "variant": "warning",
425
+ "format": "number",
423
426
  "filter": [
424
427
  "fn",
425
428
  "row",
@@ -428,12 +431,9 @@
428
431
  "@row.status",
429
432
  "leave"
430
433
  ]
431
- ],
432
- "aggregation": "count",
433
- "format": "number"
434
+ ]
434
435
  }
435
- ],
436
- "title": "Workforce Overview"
436
+ ]
437
437
  },
438
438
  "listens": [
439
439
  {
@@ -450,13 +450,13 @@
450
450
  "ref": "Graphs.traits.GraphItemGraph",
451
451
  "name": "EmployeeGraphs",
452
452
  "config": {
453
- "showLegend": true,
454
- "aggregation": "count",
455
- "chartType": "pie",
456
453
  "height": 280.0,
457
- "title": "Employees by Department",
454
+ "showLegend": true,
458
455
  "subtitle": "Headcount distribution",
459
- "categoryField": "department"
456
+ "chartType": "pie",
457
+ "categoryField": "department",
458
+ "aggregation": "count",
459
+ "title": "Employees by Department"
460
460
  },
461
461
  "listens": [
462
462
  {
@@ -474,16 +474,18 @@
474
474
  "name": "EmployeeBrowseList",
475
475
  "linkedEntity": "Employee",
476
476
  "config": {
477
+ "imageField": "avatar",
478
+ "gap": "sm",
477
479
  "itemActions": [
478
480
  {
479
481
  "variant": "ghost",
480
- "event": "VIEW",
481
- "label": "View"
482
+ "label": "View",
483
+ "event": "VIEW"
482
484
  },
483
485
  {
484
486
  "label": "Edit",
485
- "event": "EDIT",
486
- "variant": "ghost"
487
+ "variant": "ghost",
488
+ "event": "EDIT"
487
489
  },
488
490
  {
489
491
  "event": "DELETE",
@@ -491,12 +493,10 @@
491
493
  "label": "Delete"
492
494
  }
493
495
  ],
494
- "gap": "sm",
495
- "imageField": "avatar",
496
496
  "fields": [
497
497
  {
498
- "icon": "user",
499
498
  "name": "name",
499
+ "icon": "user",
500
500
  "variant": "h3"
501
501
  },
502
502
  {
@@ -508,14 +508,14 @@
508
508
  "variant": "badge"
509
509
  },
510
510
  {
511
- "variant": "caption",
512
- "name": "email"
511
+ "name": "email",
512
+ "variant": "caption"
513
513
  },
514
514
  {
515
- "variant": "caption",
516
- "name": "hireDate",
515
+ "format": "date",
517
516
  "label": "Joined",
518
- "format": "date"
517
+ "name": "hireDate",
518
+ "variant": "caption"
519
519
  }
520
520
  ]
521
521
  },
@@ -576,9 +576,8 @@
576
576
  "name": "EmployeeCreate",
577
577
  "linkedEntity": "Employee",
578
578
  "config": {
579
- "title": "Add Employee",
580
579
  "mode": "create",
581
- "icon": "plus-circle",
580
+ "title": "Add Employee",
582
581
  "fields": [
583
582
  "name",
584
583
  "email",
@@ -586,7 +585,8 @@
586
585
  "role",
587
586
  "hireDate",
588
587
  "status"
589
- ]
588
+ ],
589
+ "icon": "plus-circle"
590
590
  },
591
591
  "events": {
592
592
  "OPEN": "CREATE",
@@ -608,7 +608,8 @@
608
608
  "name": "EmployeeEdit",
609
609
  "linkedEntity": "Employee",
610
610
  "config": {
611
- "icon": "edit",
611
+ "title": "Edit Employee",
612
+ "mode": "edit",
612
613
  "fields": [
613
614
  "name",
614
615
  "email",
@@ -617,12 +618,11 @@
617
618
  "hireDate",
618
619
  "status"
619
620
  ],
620
- "title": "Edit Employee",
621
- "mode": "edit"
621
+ "icon": "edit"
622
622
  },
623
623
  "events": {
624
- "OPEN": "EDIT",
625
- "SAVE": "EMPLOYEE_UPDATED"
624
+ "SAVE": "EMPLOYEE_UPDATED",
625
+ "OPEN": "EDIT"
626
626
  },
627
627
  "listens": [
628
628
  {
@@ -640,6 +640,8 @@
640
640
  "name": "EmployeeView",
641
641
  "linkedEntity": "Employee",
642
642
  "config": {
643
+ "icon": "eye",
644
+ "mode": "edit",
643
645
  "fields": [
644
646
  "name",
645
647
  "email",
@@ -648,9 +650,7 @@
648
650
  "hireDate",
649
651
  "status"
650
652
  ],
651
- "title": "Employee Details",
652
- "mode": "edit",
653
- "icon": "eye"
653
+ "title": "Employee Details"
654
654
  },
655
655
  "events": {
656
656
  "OPEN": "VIEW"
@@ -671,9 +671,9 @@
671
671
  "name": "EmployeeDelete",
672
672
  "linkedEntity": "Employee",
673
673
  "config": {
674
- "title": "Delete Employee",
675
674
  "confirmLabel": "Delete",
676
675
  "icon": "alert-triangle",
676
+ "title": "Delete Employee",
677
677
  "alertMessage": "This action cannot be undone."
678
678
  },
679
679
  "events": {
@@ -882,15 +882,15 @@
882
882
  "ref": "Storage.traits.ServiceStorageStorage",
883
883
  "name": "EmployeeAvatarUpload",
884
884
  "config": {
885
- "maxSize": 5242880.0,
886
- "uiTrait": "@trait.EmployeeAvatarUploadForm",
887
885
  "allowedMimeTypes": [
888
886
  "image/jpeg",
889
887
  "image/png",
890
888
  "image/webp"
891
889
  ],
892
890
  "acl": "public-read",
893
- "bucket": "employee-avatars"
891
+ "uiTrait": "@trait.EmployeeAvatarUploadForm",
892
+ "bucket": "employee-avatars",
893
+ "maxSize": 5242880.0
894
894
  }
895
895
  },
896
896
  {
@@ -935,11 +935,8 @@
935
935
  "render-ui",
936
936
  "main",
937
937
  {
938
- "gap": "md",
939
- "type": "stack",
940
938
  "children": [
941
939
  {
942
- "align": "center",
943
940
  "children": [
944
941
  {
945
942
  "type": "icon",
@@ -951,24 +948,27 @@
951
948
  "variant": "h3"
952
949
  }
953
950
  ],
954
- "direction": "horizontal",
951
+ "gap": "sm",
955
952
  "type": "stack",
956
- "gap": "sm"
953
+ "direction": "horizontal",
954
+ "align": "center"
957
955
  },
958
956
  {
959
- "inputType": "text",
960
957
  "placeholder": "Choose file path…",
958
+ "inputType": "text",
961
959
  "type": "input"
962
960
  },
963
961
  {
964
- "action": "UPLOAD",
965
- "type": "button",
966
962
  "variant": "primary",
963
+ "type": "button",
964
+ "icon": "upload",
967
965
  "label": "Upload",
968
- "icon": "upload"
966
+ "action": "UPLOAD"
969
967
  }
970
968
  ],
971
- "direction": "vertical"
969
+ "gap": "md",
970
+ "direction": "vertical",
971
+ "type": "stack"
972
972
  }
973
973
  ]
974
974
  ]
@@ -1098,37 +1098,37 @@
1098
1098
  "name": "OnboardingAppLayout",
1099
1099
  "linkedEntity": "Onboarding",
1100
1100
  "config": {
1101
+ "notificationClickEvent": "ONBOARDING_NOTIFICATIONS_OPEN",
1102
+ "contentTrait": "@trait.OnboardingWizard",
1103
+ "appName": "HRPortal",
1101
1104
  "navItems": [
1102
1105
  {
1103
1106
  "icon": "users",
1104
- "href": "/employees",
1105
- "label": "Employees"
1107
+ "label": "Employees",
1108
+ "href": "/employees"
1106
1109
  },
1107
1110
  {
1108
- "label": "Onboarding",
1111
+ "href": "/onboarding",
1109
1112
  "icon": "clipboard-check",
1110
- "href": "/onboarding"
1113
+ "label": "Onboarding"
1111
1114
  },
1112
1115
  {
1113
1116
  "icon": "calendar",
1114
- "href": "/timeoff",
1115
- "label": "Time Off"
1117
+ "label": "Time Off",
1118
+ "href": "/timeoff"
1116
1119
  },
1117
1120
  {
1118
- "icon": "git-branch",
1119
1121
  "label": "Org Chart",
1120
- "href": "/org-chart"
1122
+ "href": "/org-chart",
1123
+ "icon": "git-branch"
1121
1124
  }
1122
1125
  ],
1123
- "notifications": [],
1124
- "contentTrait": "@trait.OnboardingWizard",
1125
- "appName": "HRPortal",
1126
1126
  "searchEvent": "ONBOARDING_SEARCH",
1127
- "notificationClickEvent": "ONBOARDING_NOTIFICATIONS_OPEN"
1127
+ "notifications": []
1128
1128
  },
1129
1129
  "events": {
1130
- "SEARCH": "ONBOARDING_SEARCH",
1131
- "NOTIFY_CLICK": "ONBOARDING_NOTIFICATIONS_OPEN"
1130
+ "NOTIFY_CLICK": "ONBOARDING_NOTIFICATIONS_OPEN",
1131
+ "SEARCH": "ONBOARDING_SEARCH"
1132
1132
  }
1133
1133
  },
1134
1134
  {
@@ -1382,8 +1382,8 @@
1382
1382
  "Onboarding",
1383
1383
  {
1384
1384
  "emit": {
1385
- "success": "OnboardingLoaded",
1386
- "failure": "OnboardingLoadFailed"
1385
+ "failure": "OnboardingLoadFailed",
1386
+ "success": "OnboardingLoaded"
1387
1387
  }
1388
1388
  }
1389
1389
  ],
@@ -1391,13 +1391,10 @@
1391
1391
  "render-ui",
1392
1392
  "main",
1393
1393
  {
1394
- "direction": "vertical",
1394
+ "type": "stack",
1395
1395
  "children": [
1396
1396
  {
1397
- "align": "center",
1398
- "direction": "horizontal",
1399
1397
  "type": "stack",
1400
- "gap": "sm",
1401
1398
  "children": [
1402
1399
  {
1403
1400
  "type": "icon",
@@ -1408,7 +1405,10 @@
1408
1405
  "content": "Employee Onboarding",
1409
1406
  "variant": "h2"
1410
1407
  }
1411
- ]
1408
+ ],
1409
+ "align": "center",
1410
+ "direction": "horizontal",
1411
+ "gap": "sm"
1412
1412
  },
1413
1413
  {
1414
1414
  "currentStep": 0.0,
@@ -1425,36 +1425,36 @@
1425
1425
  },
1426
1426
  {
1427
1427
  "type": "typography",
1428
- "content": "Employee Details",
1429
- "variant": "h3"
1428
+ "variant": "h3",
1429
+ "content": "Employee Details"
1430
1430
  },
1431
1431
  {
1432
- "showCancel": false,
1433
- "submitEvent": "NEXT",
1434
1432
  "mode": "create",
1435
- "type": "form-section",
1436
- "submitLabel": "Continue",
1433
+ "showCancel": false,
1437
1434
  "fields": [
1438
1435
  {
1439
- "min": 2.0,
1440
1436
  "name": "employeeName",
1437
+ "min": 2.0,
1441
1438
  "required": true
1442
1439
  },
1443
1440
  {
1444
- "required": true,
1445
1441
  "type": "email",
1446
- "name": "email"
1442
+ "name": "email",
1443
+ "required": true
1447
1444
  },
1448
1445
  {
1449
1446
  "required": true,
1450
1447
  "name": "department"
1451
1448
  }
1452
- ]
1449
+ ],
1450
+ "submitLabel": "Continue",
1451
+ "type": "form-section",
1452
+ "submitEvent": "NEXT"
1453
1453
  }
1454
1454
  ],
1455
1455
  "className": "max-w-xl mx-auto w-full",
1456
1456
  "gap": "lg",
1457
- "type": "stack"
1457
+ "direction": "vertical"
1458
1458
  }
1459
1459
  ]
1460
1460
  ]
@@ -1489,15 +1489,13 @@
1489
1489
  "render-ui",
1490
1490
  "main",
1491
1491
  {
1492
- "type": "stack",
1493
- "gap": "lg",
1494
1492
  "className": "max-w-xl mx-auto w-full",
1495
1493
  "direction": "vertical",
1496
1494
  "children": [
1497
1495
  {
1496
+ "variant": "h2",
1498
1497
  "content": "Employee Onboarding",
1499
- "type": "typography",
1500
- "variant": "h2"
1498
+ "type": "typography"
1501
1499
  },
1502
1500
  {
1503
1501
  "steps": [
@@ -1513,26 +1511,28 @@
1513
1511
  "type": "divider"
1514
1512
  },
1515
1513
  {
1516
- "type": "typography",
1517
1514
  "variant": "h3",
1515
+ "type": "typography",
1518
1516
  "content": "Manager Assignment"
1519
1517
  },
1520
1518
  {
1519
+ "entity": "@entity",
1521
1520
  "fields": [
1522
1521
  {
1523
- "required": true,
1524
- "name": "manager"
1522
+ "name": "manager",
1523
+ "required": true
1525
1524
  }
1526
1525
  ],
1527
1526
  "submitLabel": "Continue",
1528
- "type": "form-section",
1529
- "mode": "edit",
1530
- "cancelEvent": "PREV",
1531
1527
  "submitEvent": "NEXT",
1532
- "entity": "@entity",
1533
- "cancelLabel": "Back"
1528
+ "mode": "edit",
1529
+ "cancelLabel": "Back",
1530
+ "type": "form-section",
1531
+ "cancelEvent": "PREV"
1534
1532
  }
1535
- ]
1533
+ ],
1534
+ "type": "stack",
1535
+ "gap": "lg"
1536
1536
  }
1537
1537
  ]
1538
1538
  ]
@@ -1558,47 +1558,47 @@
1558
1558
  "render-ui",
1559
1559
  "main",
1560
1560
  {
1561
- "type": "stack",
1562
- "className": "max-w-xl mx-auto w-full",
1563
1561
  "children": [
1564
1562
  {
1565
- "type": "typography",
1566
1563
  "content": "Employee Onboarding",
1567
- "variant": "h2"
1564
+ "variant": "h2",
1565
+ "type": "typography"
1568
1566
  },
1569
1567
  {
1568
+ "currentStep": 2.0,
1569
+ "type": "wizard-progress",
1570
1570
  "steps": [
1571
1571
  "Employee Details",
1572
1572
  "Manager Assignment",
1573
1573
  "Setup Checklist",
1574
1574
  "Review"
1575
- ],
1576
- "type": "wizard-progress",
1577
- "currentStep": 2.0
1575
+ ]
1578
1576
  },
1579
1577
  {
1580
1578
  "type": "divider"
1581
1579
  },
1582
1580
  {
1583
1581
  "content": "Setup Checklist",
1584
- "variant": "h3",
1585
- "type": "typography"
1582
+ "type": "typography",
1583
+ "variant": "h3"
1586
1584
  },
1587
1585
  {
1588
- "submitEvent": "NEXT",
1589
1586
  "type": "form-section",
1590
- "mode": "edit",
1591
- "submitLabel": "Continue",
1592
- "cancelEvent": "PREV",
1593
1587
  "entity": "@entity",
1594
- "cancelLabel": "Back",
1588
+ "cancelEvent": "PREV",
1589
+ "submitEvent": "NEXT",
1595
1590
  "fields": [
1596
1591
  "equipmentReady",
1597
1592
  "accessGranted"
1598
- ]
1593
+ ],
1594
+ "submitLabel": "Continue",
1595
+ "cancelLabel": "Back",
1596
+ "mode": "edit"
1599
1597
  }
1600
1598
  ],
1601
1599
  "gap": "lg",
1600
+ "type": "stack",
1601
+ "className": "max-w-xl mx-auto w-full",
1602
1602
  "direction": "vertical"
1603
1603
  }
1604
1604
  ]
@@ -1613,38 +1613,39 @@
1613
1613
  "render-ui",
1614
1614
  "main",
1615
1615
  {
1616
- "type": "stack",
1617
1616
  "gap": "lg",
1617
+ "className": "max-w-xl mx-auto w-full",
1618
+ "direction": "vertical",
1618
1619
  "children": [
1619
1620
  {
1620
1621
  "content": "Employee Onboarding",
1621
- "type": "typography",
1622
- "variant": "h2"
1623
- },
1622
+ "variant": "h2",
1623
+ "type": "typography"
1624
+ },
1624
1625
  {
1625
1626
  "type": "wizard-progress",
1627
+ "currentStep": 0.0,
1626
1628
  "steps": [
1627
1629
  "Employee Details",
1628
1630
  "Manager Assignment",
1629
1631
  "Setup Checklist",
1630
1632
  "Review"
1631
- ],
1632
- "currentStep": 0.0
1633
+ ]
1633
1634
  },
1634
1635
  {
1635
1636
  "type": "divider"
1636
1637
  },
1637
1638
  {
1638
- "content": "Employee Details",
1639
1639
  "type": "typography",
1640
+ "content": "Employee Details",
1640
1641
  "variant": "h3"
1641
1642
  },
1642
1643
  {
1644
+ "type": "form-section",
1645
+ "entity": "@entity",
1643
1646
  "mode": "edit",
1644
- "submitLabel": "Continue",
1645
1647
  "submitEvent": "NEXT",
1646
- "entity": "@entity",
1647
- "type": "form-section",
1648
+ "submitLabel": "Continue",
1648
1649
  "showCancel": false,
1649
1650
  "fields": [
1650
1651
  {
@@ -1653,9 +1654,9 @@
1653
1654
  "name": "employeeName"
1654
1655
  },
1655
1656
  {
1657
+ "required": true,
1656
1658
  "name": "email",
1657
- "type": "email",
1658
- "required": true
1659
+ "type": "email"
1659
1660
  },
1660
1661
  {
1661
1662
  "name": "department",
@@ -1664,8 +1665,7 @@
1664
1665
  ]
1665
1666
  }
1666
1667
  ],
1667
- "className": "max-w-xl mx-auto w-full",
1668
- "direction": "vertical"
1668
+ "type": "stack"
1669
1669
  }
1670
1670
  ]
1671
1671
  ]
@@ -1696,8 +1696,10 @@
1696
1696
  "render-ui",
1697
1697
  "main",
1698
1698
  {
1699
- "className": "max-w-xl mx-auto w-full",
1699
+ "gap": "lg",
1700
+ "direction": "vertical",
1700
1701
  "type": "stack",
1702
+ "className": "max-w-xl mx-auto w-full",
1701
1703
  "children": [
1702
1704
  {
1703
1705
  "type": "typography",
@@ -1718,85 +1720,86 @@
1718
1720
  "type": "divider"
1719
1721
  },
1720
1722
  {
1723
+ "gap": "sm",
1721
1724
  "children": [
1722
1725
  {
1726
+ "justify": "between",
1723
1727
  "type": "stack",
1724
1728
  "direction": "horizontal",
1725
- "justify": "between",
1729
+ "gap": "md",
1726
1730
  "children": [
1727
1731
  {
1728
- "variant": "caption",
1729
1732
  "content": "Employee",
1733
+ "variant": "caption",
1730
1734
  "type": "typography"
1731
1735
  },
1732
1736
  {
1733
- "type": "typography",
1734
1737
  "variant": "body",
1735
- "content": "@entity.employeeName"
1738
+ "content": "@entity.employeeName",
1739
+ "type": "typography"
1736
1740
  }
1737
- ],
1738
- "gap": "md"
1741
+ ]
1739
1742
  },
1740
1743
  {
1744
+ "direction": "horizontal",
1741
1745
  "gap": "md",
1742
1746
  "justify": "between",
1743
1747
  "children": [
1744
1748
  {
1745
- "content": "Email",
1746
1749
  "variant": "caption",
1750
+ "content": "Email",
1747
1751
  "type": "typography"
1748
1752
  },
1749
1753
  {
1750
- "variant": "body",
1751
1754
  "content": "@entity.email",
1755
+ "variant": "body",
1752
1756
  "type": "typography"
1753
1757
  }
1754
1758
  ],
1755
- "type": "stack",
1756
- "direction": "horizontal"
1759
+ "type": "stack"
1757
1760
  },
1758
1761
  {
1759
- "gap": "md",
1760
- "type": "stack",
1761
- "justify": "between",
1762
- "direction": "horizontal",
1763
1762
  "children": [
1764
1763
  {
1765
1764
  "content": "Department",
1766
- "variant": "caption",
1767
- "type": "typography"
1765
+ "type": "typography",
1766
+ "variant": "caption"
1768
1767
  },
1769
1768
  {
1770
- "content": "@entity.department",
1769
+ "type": "typography",
1771
1770
  "variant": "body",
1772
- "type": "typography"
1771
+ "content": "@entity.department"
1773
1772
  }
1774
- ]
1773
+ ],
1774
+ "direction": "horizontal",
1775
+ "gap": "md",
1776
+ "justify": "between",
1777
+ "type": "stack"
1775
1778
  },
1776
1779
  {
1780
+ "type": "stack",
1781
+ "justify": "between",
1782
+ "gap": "md",
1783
+ "direction": "horizontal",
1777
1784
  "children": [
1778
1785
  {
1779
- "content": "Manager",
1780
1786
  "type": "typography",
1781
- "variant": "caption"
1787
+ "variant": "caption",
1788
+ "content": "Manager"
1782
1789
  },
1783
1790
  {
1784
- "type": "typography",
1785
1791
  "variant": "body",
1786
- "content": "@entity.manager"
1792
+ "content": "@entity.manager",
1793
+ "type": "typography"
1787
1794
  }
1788
- ],
1789
- "type": "stack",
1790
- "justify": "between",
1791
- "gap": "md",
1792
- "direction": "horizontal"
1795
+ ]
1793
1796
  },
1794
1797
  {
1795
1798
  "type": "stack",
1796
1799
  "children": [
1797
1800
  {
1798
- "type": "typography",
1799
1801
  "content": "Equipment Ready",
1802
+ "type": "typography",
1800
1803
  "variant": "caption"
1801
1804
  },
1802
1805
  {
@@ -1810,56 +1813,53 @@
1810
1813
  "gap": "md"
1811
1814
  },
1812
1815
  {
1813
- "gap": "md",
1814
- "direction": "horizontal",
1815
1816
  "justify": "between",
1816
1817
  "children": [
1817
1818
  {
1818
- "variant": "caption",
1819
+ "content": "Access Granted",
1819
1820
  "type": "typography",
1820
- "content": "Access Granted"
1821
+ "variant": "caption"
1821
1822
  },
1822
1823
  {
1823
- "content": "@entity.accessGranted",
1824
1824
  "type": "typography",
1825
- "variant": "body"
1825
+ "variant": "body",
1826
+ "content": "@entity.accessGranted"
1826
1827
  }
1827
1828
  ],
1828
- "type": "stack"
1829
+ "type": "stack",
1830
+ "gap": "md",
1831
+ "direction": "horizontal"
1829
1832
  }
1830
1833
  ],
1831
- "gap": "sm",
1832
- "direction": "vertical",
1833
- "type": "stack"
1834
+ "type": "stack",
1835
+ "direction": "vertical"
1834
1836
  },
1835
1837
  {
1836
1838
  "type": "divider"
1837
1839
  },
1838
1840
  {
1839
- "justify": "between",
1841
+ "type": "stack",
1840
1842
  "direction": "horizontal",
1841
1843
  "gap": "sm",
1842
1844
  "children": [
1843
1845
  {
1844
- "type": "button",
1845
- "action": "PREV",
1846
1846
  "label": "Back",
1847
+ "type": "button",
1848
+ "icon": "arrow-left",
1847
1849
  "variant": "ghost",
1848
- "icon": "arrow-left"
1850
+ "action": "PREV"
1849
1851
  },
1850
1852
  {
1851
- "icon": "check",
1852
1853
  "action": "COMPLETE",
1853
- "label": "Complete Onboarding",
1854
1854
  "variant": "primary",
1855
- "type": "button"
1855
+ "type": "button",
1856
+ "label": "Complete Onboarding",
1857
+ "icon": "check"
1856
1858
  }
1857
1859
  ],
1858
- "type": "stack"
1860
+ "justify": "between"
1859
1861
  }
1860
- ],
1861
- "direction": "vertical",
1862
- "gap": "lg"
1862
+ ]
1863
1863
  }
1864
1864
  ]
1865
1865
  ]
@@ -1875,9 +1875,9 @@
1875
1875
  {
1876
1876
  "children": [
1877
1877
  {
1878
- "variant": "h2",
1879
1878
  "content": "Employee Onboarding",
1880
- "type": "typography"
1879
+ "type": "typography",
1880
+ "variant": "h2"
1881
1881
  },
1882
1882
  {
1883
1883
  "currentStep": 1.0,
@@ -1893,11 +1893,15 @@
1893
1893
  "type": "divider"
1894
1894
  },
1895
1895
  {
1896
+ "variant": "h3",
1896
1897
  "type": "typography",
1897
- "content": "Manager Assignment",
1898
- "variant": "h3"
1898
+ "content": "Manager Assignment"
1899
1899
  },
1900
1900
  {
1901
+ "cancelEvent": "PREV",
1902
+ "entity": "@entity",
1903
+ "mode": "edit",
1904
+ "submitLabel": "Continue",
1901
1905
  "type": "form-section",
1902
1906
  "fields": [
1903
1907
  {
@@ -1905,18 +1909,14 @@
1905
1909
  "required": true
1906
1910
  }
1907
1911
  ],
1908
- "submitLabel": "Continue",
1909
- "mode": "edit",
1910
1912
  "submitEvent": "NEXT",
1911
- "entity": "@entity",
1912
- "cancelEvent": "PREV",
1913
1913
  "cancelLabel": "Back"
1914
1914
  }
1915
1915
  ],
1916
1916
  "type": "stack",
1917
+ "direction": "vertical",
1917
1918
  "className": "max-w-xl mx-auto w-full",
1918
- "gap": "lg",
1919
- "direction": "vertical"
1919
+ "gap": "lg"
1920
1920
  }
1921
1921
  ]
1922
1922
  ]
@@ -1940,8 +1940,8 @@
1940
1940
  "@entity",
1941
1941
  {
1942
1942
  "emit": {
1943
- "failure": "OnboardingSaveFailed",
1944
- "success": "OnboardingSaved"
1943
+ "success": "OnboardingSaved",
1944
+ "failure": "OnboardingSaveFailed"
1945
1945
  }
1946
1946
  }
1947
1947
  ],
@@ -1950,10 +1950,10 @@
1950
1950
  "email",
1951
1951
  "send",
1952
1952
  {
1953
- "recipient": "@entity.email",
1954
- "body": "Welcome aboard! Your manager and equipment have been set up.",
1953
+ "subject": "Welcome to the team",
1955
1954
  "sender": "hr@example.com",
1956
- "subject": "Welcome to the team"
1955
+ "recipient": "@entity.email",
1956
+ "body": "Welcome aboard! Your manager and equipment have been set up."
1957
1957
  },
1958
1958
  {
1959
1959
  "emit": {
@@ -1978,35 +1978,35 @@
1978
1978
  "render-ui",
1979
1979
  "main",
1980
1980
  {
1981
- "className": "max-w-xl mx-auto w-full py-12",
1982
1981
  "type": "stack",
1983
- "direction": "vertical",
1982
+ "gap": "lg",
1984
1983
  "align": "center",
1984
+ "direction": "vertical",
1985
+ "className": "max-w-xl mx-auto w-full py-12",
1985
1986
  "children": [
1986
1987
  {
1987
1988
  "name": "check-circle",
1988
1989
  "type": "icon"
1989
1990
  },
1990
1991
  {
1991
- "content": "Onboarding Complete!",
1992
1992
  "type": "typography",
1993
- "variant": "h2"
1993
+ "variant": "h2",
1994
+ "content": "Onboarding Complete!"
1994
1995
  },
1995
1996
  {
1996
- "variant": "body",
1997
- "color": "muted",
1997
+ "content": "The new employee has been fully onboarded.",
1998
1998
  "type": "typography",
1999
- "content": "The new employee has been fully onboarded."
1999
+ "color": "muted",
2000
+ "variant": "body"
2000
2001
  },
2001
2002
  {
2002
- "type": "button",
2003
- "action": "RESTART",
2004
2003
  "icon": "rotate-ccw",
2004
+ "action": "RESTART",
2005
+ "type": "button",
2005
2006
  "label": "Start new onboarding",
2006
2007
  "variant": "ghost"
2007
2008
  }
2008
- ],
2009
- "gap": "lg"
2009
+ ]
2010
2010
  }
2011
2011
  ]
2012
2012
  ]
@@ -2020,23 +2020,24 @@
2020
2020
  "render-ui",
2021
2021
  "main",
2022
2022
  {
2023
+ "type": "stack",
2024
+ "direction": "vertical",
2023
2025
  "gap": "lg",
2024
- "className": "max-w-xl mx-auto w-full",
2025
2026
  "children": [
2026
2027
  {
2027
2028
  "variant": "h2",
2028
- "content": "Employee Onboarding",
2029
- "type": "typography"
2029
+ "type": "typography",
2030
+ "content": "Employee Onboarding"
2030
2031
  },
2031
2032
  {
2032
- "currentStep": 2.0,
2033
2033
  "type": "wizard-progress",
2034
2034
  "steps": [
2035
2035
  "Employee Details",
2036
2036
  "Manager Assignment",
2037
2037
  "Setup Checklist",
2038
2038
  "Review"
2039
- ]
2039
+ ],
2040
+ "currentStep": 2.0
2040
2041
  },
2041
2042
  {
2042
2043
  "type": "divider"
@@ -2047,21 +2048,20 @@
2047
2048
  "variant": "h3"
2048
2049
  },
2049
2050
  {
2050
- "entity": "@entity",
2051
- "type": "form-section",
2052
- "submitEvent": "NEXT",
2053
- "mode": "edit",
2054
- "submitLabel": "Continue",
2055
2051
  "cancelLabel": "Back",
2052
+ "submitLabel": "Continue",
2053
+ "submitEvent": "NEXT",
2054
+ "type": "form-section",
2055
+ "entity": "@entity",
2056
2056
  "fields": [
2057
2057
  "equipmentReady",
2058
2058
  "accessGranted"
2059
2059
  ],
2060
- "cancelEvent": "PREV"
2060
+ "cancelEvent": "PREV",
2061
+ "mode": "edit"
2061
2062
  }
2062
2063
  ],
2063
- "type": "stack",
2064
- "direction": "vertical"
2064
+ "className": "max-w-xl mx-auto w-full"
2065
2065
  }
2066
2066
  ]
2067
2067
  ]
@@ -2130,13 +2130,10 @@
2130
2130
  "main",
2131
2131
  {
2132
2132
  "gap": "lg",
2133
- "type": "stack",
2134
- "direction": "vertical",
2135
- "className": "max-w-xl mx-auto w-full",
2136
2133
  "children": [
2137
2134
  {
2138
- "variant": "h2",
2139
2135
  "type": "typography",
2136
+ "variant": "h2",
2140
2137
  "content": "Employee Onboarding"
2141
2138
  },
2142
2139
  {
@@ -2146,41 +2143,44 @@
2146
2143
  "Setup Checklist",
2147
2144
  "Review"
2148
2145
  ],
2149
- "type": "wizard-progress",
2150
- "currentStep": 0.0
2146
+ "currentStep": 0.0,
2147
+ "type": "wizard-progress"
2151
2148
  },
2152
2149
  {
2153
2150
  "type": "divider"
2154
2151
  },
2155
2152
  {
2156
- "content": "Employee Details",
2153
+ "type": "typography",
2157
2154
  "variant": "h3",
2158
- "type": "typography"
2155
+ "content": "Employee Details"
2159
2156
  },
2160
2157
  {
2161
- "submitLabel": "Continue",
2162
- "submitEvent": "NEXT",
2163
2158
  "showCancel": false,
2164
2159
  "fields": [
2165
2160
  {
2166
- "name": "employeeName",
2167
2161
  "required": true,
2162
+ "name": "employeeName",
2168
2163
  "min": 2.0
2169
2164
  },
2170
2165
  {
2171
2166
  "name": "email",
2172
- "type": "email",
2173
- "required": true
2167
+ "required": true,
2168
+ "type": "email"
2174
2169
  },
2175
2170
  {
2176
- "name": "department",
2177
- "required": true
2171
+ "required": true,
2172
+ "name": "department"
2178
2173
  }
2179
2174
  ],
2175
+ "type": "form-section",
2180
2176
  "mode": "create",
2181
- "type": "form-section"
2177
+ "submitEvent": "NEXT",
2178
+ "submitLabel": "Continue"
2182
2179
  }
2183
- ]
2180
+ ],
2181
+ "direction": "vertical",
2182
+ "type": "stack",
2183
+ "className": "max-w-xl mx-auto w-full"
2184
2184
  }
2185
2185
  ]
2186
2186
  ]
@@ -2302,8 +2302,6 @@
2302
2302
  "name": "TimeOffAppLayout",
2303
2303
  "linkedEntity": "TimeOff",
2304
2304
  "config": {
2305
- "notificationClickEvent": "TIME_OFF_NOTIFICATIONS_OPEN",
2306
- "notifications": [],
2307
2305
  "navItems": [
2308
2306
  {
2309
2307
  "icon": "users",
@@ -2312,23 +2310,25 @@
2312
2310
  },
2313
2311
  {
2314
2312
  "label": "Onboarding",
2315
- "href": "/onboarding",
2316
- "icon": "clipboard-check"
2313
+ "icon": "clipboard-check",
2314
+ "href": "/onboarding"
2317
2315
  },
2318
2316
  {
2319
2317
  "icon": "calendar",
2320
- "label": "Time Off",
2321
- "href": "/timeoff"
2318
+ "href": "/timeoff",
2319
+ "label": "Time Off"
2322
2320
  },
2323
2321
  {
2324
- "label": "Org Chart",
2325
2322
  "href": "/org-chart",
2326
- "icon": "git-branch"
2323
+ "icon": "git-branch",
2324
+ "label": "Org Chart"
2327
2325
  }
2328
2326
  ],
2329
2327
  "contentTrait": "@trait.TimeOffCatalog",
2330
2328
  "appName": "HRPortal",
2331
- "searchEvent": "TIME_OFF_SEARCH"
2329
+ "searchEvent": "TIME_OFF_SEARCH",
2330
+ "notifications": [],
2331
+ "notificationClickEvent": "TIME_OFF_NOTIFICATIONS_OPEN"
2332
2332
  },
2333
2333
  "events": {
2334
2334
  "SEARCH": "TIME_OFF_SEARCH",
@@ -2377,49 +2377,47 @@
2377
2377
  "render-ui",
2378
2378
  "main",
2379
2379
  {
2380
- "gap": "lg",
2381
2380
  "type": "stack",
2382
- "direction": "vertical",
2383
2381
  "children": [
2384
2382
  {
2385
- "justify": "between",
2386
- "gap": "md",
2387
- "direction": "horizontal",
2388
- "type": "stack",
2389
2383
  "align": "center",
2390
2384
  "children": [
2391
2385
  {
2386
+ "align": "center",
2387
+ "type": "stack",
2388
+ "direction": "horizontal",
2392
2389
  "children": [
2393
2390
  {
2394
- "name": "calendar",
2395
- "type": "icon"
2391
+ "type": "icon",
2392
+ "name": "calendar"
2396
2393
  },
2397
2394
  {
2395
+ "type": "typography",
2398
2396
  "content": "Time Off Requests",
2399
- "variant": "h2",
2400
- "type": "typography"
2397
+ "variant": "h2"
2401
2398
  }
2402
2399
  ],
2403
- "direction": "horizontal",
2404
- "type": "stack",
2405
- "align": "center",
2406
2400
  "gap": "sm"
2407
2401
  },
2408
2402
  {
2409
- "direction": "horizontal",
2410
- "gap": "sm",
2411
2403
  "children": [
2412
2404
  {
2405
+ "action": "CREATE",
2406
+ "type": "button",
2413
2407
  "variant": "primary",
2414
2408
  "label": "Request Time Off",
2415
- "icon": "plus",
2416
- "action": "CREATE",
2417
- "type": "button"
2409
+ "icon": "plus"
2418
2410
  }
2419
2411
  ],
2420
- "type": "stack"
2412
+ "direction": "horizontal",
2413
+ "type": "stack",
2414
+ "gap": "sm"
2421
2415
  }
2422
- ]
2416
+ ],
2417
+ "type": "stack",
2418
+ "justify": "between",
2419
+ "gap": "md",
2420
+ "direction": "horizontal"
2423
2421
  },
2424
2422
  {
2425
2423
  "type": "divider"
@@ -2429,7 +2427,9 @@
2429
2427
  "type": "divider"
2430
2428
  },
2431
2429
  "@trait.TimeOffBrowseList"
2432
- ]
2430
+ ],
2431
+ "gap": "lg",
2432
+ "direction": "vertical"
2433
2433
  }
2434
2434
  ]
2435
2435
  ]
@@ -2443,9 +2443,9 @@
2443
2443
  "name": "TimeOffCalendar",
2444
2444
  "linkedEntity": "TimeOff",
2445
2445
  "config": {
2446
+ "titleField": "reason",
2446
2447
  "colorField": "status",
2447
- "dateField": "startDate",
2448
- "titleField": "reason"
2448
+ "dateField": "startDate"
2449
2449
  },
2450
2450
  "listens": [
2451
2451
  {
@@ -2479,29 +2479,12 @@
2479
2479
  "name": "TimeOffBrowseList",
2480
2480
  "linkedEntity": "TimeOff",
2481
2481
  "config": {
2482
- "itemActions": [
2483
- {
2484
- "event": "VIEW",
2485
- "label": "View",
2486
- "variant": "ghost"
2487
- },
2488
- {
2489
- "event": "EDIT",
2490
- "variant": "ghost",
2491
- "label": "Edit"
2492
- },
2493
- {
2494
- "label": "Delete",
2495
- "event": "DELETE",
2496
- "variant": "danger"
2497
- }
2498
- ],
2499
2482
  "fields": [
2500
2483
  {
2501
- "variant": "h4",
2502
- "label": "Employee",
2484
+ "icon": "user",
2503
2485
  "name": "employeeName",
2504
- "icon": "user"
2486
+ "label": "Employee",
2487
+ "variant": "h4"
2505
2488
  },
2506
2489
  {
2507
2490
  "label": "Type",
@@ -2513,22 +2496,39 @@
2513
2496
  "variant": "badge"
2514
2497
  },
2515
2498
  {
2516
- "name": "startDate",
2517
- "format": "date",
2518
2499
  "variant": "caption",
2519
- "label": "From"
2500
+ "label": "From",
2501
+ "format": "date",
2502
+ "name": "startDate"
2520
2503
  },
2521
2504
  {
2522
- "label": "To",
2523
- "variant": "caption",
2524
2505
  "format": "date",
2525
- "name": "endDate"
2506
+ "variant": "caption",
2507
+ "name": "endDate",
2508
+ "label": "To"
2526
2509
  },
2527
2510
  {
2528
2511
  "name": "reason",
2529
2512
  "variant": "caption"
2530
2513
  }
2531
2514
  ],
2515
+ "itemActions": [
2516
+ {
2517
+ "variant": "ghost",
2518
+ "label": "View",
2519
+ "event": "VIEW"
2520
+ },
2521
+ {
2522
+ "event": "EDIT",
2523
+ "label": "Edit",
2524
+ "variant": "ghost"
2525
+ },
2526
+ {
2527
+ "event": "DELETE",
2528
+ "label": "Delete",
2529
+ "variant": "danger"
2530
+ }
2531
+ ],
2532
2532
  "gap": "sm"
2533
2533
  },
2534
2534
  "listens": [
@@ -2596,9 +2596,6 @@
2596
2596
  "name": "TimeOffEdit",
2597
2597
  "linkedEntity": "TimeOff",
2598
2598
  "config": {
2599
- "icon": "edit",
2600
- "title": "Edit Time Off",
2601
- "mode": "edit",
2602
2599
  "fields": [
2603
2600
  "employeeName",
2604
2601
  "employeeEmail",
@@ -2607,11 +2604,14 @@
2607
2604
  "endDate",
2608
2605
  "reason",
2609
2606
  "status"
2610
- ]
2607
+ ],
2608
+ "title": "Edit Time Off",
2609
+ "mode": "edit",
2610
+ "icon": "edit"
2611
2611
  },
2612
2612
  "events": {
2613
- "OPEN": "EDIT",
2614
- "SAVE": "TIME_OFF_UPDATED"
2613
+ "SAVE": "TIME_OFF_UPDATED",
2614
+ "OPEN": "EDIT"
2615
2615
  },
2616
2616
  "listens": [
2617
2617
  {
@@ -2629,8 +2629,6 @@
2629
2629
  "name": "TimeOffView",
2630
2630
  "linkedEntity": "TimeOff",
2631
2631
  "config": {
2632
- "title": "Time Off Details",
2633
- "icon": "eye",
2634
2632
  "fields": [
2635
2633
  "employeeName",
2636
2634
  "employeeEmail",
@@ -2640,7 +2638,9 @@
2640
2638
  "reason",
2641
2639
  "status"
2642
2640
  ],
2643
- "mode": "edit"
2641
+ "mode": "edit",
2642
+ "title": "Time Off Details",
2643
+ "icon": "eye"
2644
2644
  },
2645
2645
  "events": {
2646
2646
  "OPEN": "VIEW"
@@ -2667,8 +2667,8 @@
2667
2667
  "alertMessage": "This action cannot be undone."
2668
2668
  },
2669
2669
  "events": {
2670
- "REQUEST": "DELETE",
2671
- "CONFIRM": "TIME_OFF_DELETED"
2670
+ "CONFIRM": "TIME_OFF_DELETED",
2671
+ "REQUEST": "DELETE"
2672
2672
  },
2673
2673
  "listens": [
2674
2674
  {
@@ -3041,6 +3041,9 @@
3041
3041
  "name": "OrgChartAppLayout",
3042
3042
  "linkedEntity": "OrgNode",
3043
3043
  "config": {
3044
+ "searchEvent": "ORG_CHART_SEARCH",
3045
+ "notifications": [],
3046
+ "appName": "HRPortal",
3044
3047
  "navItems": [
3045
3048
  {
3046
3049
  "href": "/employees",
@@ -3054,24 +3057,21 @@
3054
3057
  },
3055
3058
  {
3056
3059
  "icon": "calendar",
3057
- "href": "/timeoff",
3058
- "label": "Time Off"
3060
+ "label": "Time Off",
3061
+ "href": "/timeoff"
3059
3062
  },
3060
3063
  {
3061
- "href": "/org-chart",
3062
3064
  "label": "Org Chart",
3065
+ "href": "/org-chart",
3063
3066
  "icon": "git-branch"
3064
3067
  }
3065
3068
  ],
3066
- "notifications": [],
3067
- "searchEvent": "ORG_CHART_SEARCH",
3068
3069
  "contentTrait": "@trait.OrgChartDisplay",
3069
- "notificationClickEvent": "ORG_CHART_NOTIFICATIONS_OPEN",
3070
- "appName": "HRPortal"
3070
+ "notificationClickEvent": "ORG_CHART_NOTIFICATIONS_OPEN"
3071
3071
  },
3072
3072
  "events": {
3073
- "NOTIFY_CLICK": "ORG_CHART_NOTIFICATIONS_OPEN",
3074
- "SEARCH": "ORG_CHART_SEARCH"
3073
+ "SEARCH": "ORG_CHART_SEARCH",
3074
+ "NOTIFY_CLICK": "ORG_CHART_NOTIFICATIONS_OPEN"
3075
3075
  }
3076
3076
  },
3077
3077
  {
@@ -3197,44 +3197,47 @@
3197
3197
  "main",
3198
3198
  {
3199
3199
  "type": "stack",
3200
+ "gap": "lg",
3201
+ "className": "max-w-6xl mx-auto w-full p-4",
3200
3202
  "children": [
3201
3203
  {
3204
+ "align": "center",
3205
+ "gap": "md",
3206
+ "direction": "horizontal",
3202
3207
  "children": [
3203
3208
  {
3209
+ "direction": "horizontal",
3210
+ "type": "stack",
3204
3211
  "gap": "sm",
3212
+ "align": "center",
3205
3213
  "children": [
3206
3214
  {
3207
3215
  "type": "icon",
3208
3216
  "name": "git-branch"
3209
3217
  },
3210
3218
  {
3211
- "content": "Org Chart",
3212
3219
  "type": "typography",
3213
- "variant": "h2"
3220
+ "variant": "h2",
3221
+ "content": "Org Chart"
3214
3222
  }
3215
- ],
3216
- "direction": "horizontal",
3217
- "align": "center",
3218
- "type": "stack"
3223
+ ]
3219
3224
  },
3220
3225
  {
3226
+ "icon": "refresh-cw",
3221
3227
  "action": "REFRESH",
3222
- "variant": "secondary",
3223
- "label": "Refresh",
3224
3228
  "type": "button",
3225
- "icon": "refresh-cw"
3229
+ "label": "Refresh",
3230
+ "variant": "secondary"
3226
3231
  }
3227
3232
  ],
3228
- "justify": "between",
3229
- "align": "center",
3230
- "direction": "horizontal",
3231
3233
  "type": "stack",
3232
- "gap": "md"
3234
+ "justify": "between"
3233
3235
  },
3234
3236
  {
3235
3237
  "type": "divider"
3236
3238
  },
3237
3239
  {
3240
+ "width": 800.0,
3238
3241
  "nodes": [
3239
3242
  {
3240
3243
  "id": "ceo",
@@ -3245,43 +3248,40 @@
3245
3248
  "label": "VP Engineering"
3246
3249
  },
3247
3250
  {
3248
- "id": "vp-sales",
3249
- "label": "VP Sales"
3251
+ "label": "VP Sales",
3252
+ "id": "vp-sales"
3250
3253
  },
3251
3254
  {
3252
- "label": "Frontend Lead",
3253
- "id": "lead-fe"
3255
+ "id": "lead-fe",
3256
+ "label": "Frontend Lead"
3254
3257
  },
3255
3258
  {
3256
- "id": "lead-be",
3257
- "label": "Backend Lead"
3259
+ "label": "Backend Lead",
3260
+ "id": "lead-be"
3258
3261
  }
3259
3262
  ],
3260
3263
  "edges": [
3261
3264
  {
3262
- "source": "ceo",
3263
- "target": "vp-eng"
3265
+ "target": "vp-eng",
3266
+ "source": "ceo"
3264
3267
  },
3265
3268
  {
3266
3269
  "target": "vp-sales",
3267
3270
  "source": "ceo"
3268
3271
  },
3269
3272
  {
3270
- "source": "vp-eng",
3271
- "target": "lead-fe"
3273
+ "target": "lead-fe",
3274
+ "source": "vp-eng"
3272
3275
  },
3273
3276
  {
3274
- "source": "vp-eng",
3275
- "target": "lead-be"
3277
+ "target": "lead-be",
3278
+ "source": "vp-eng"
3276
3279
  }
3277
3280
  ],
3278
3281
  "type": "graph-view",
3279
- "height": 400.0,
3280
- "width": 800.0
3282
+ "height": 400.0
3281
3283
  }
3282
3284
  ],
3283
- "className": "max-w-6xl mx-auto w-full p-4",
3284
- "gap": "lg",
3285
3285
  "direction": "vertical"
3286
3286
  }
3287
3287
  ]
@@ -3296,48 +3296,66 @@
3296
3296
  "render-ui",
3297
3297
  "main",
3298
3298
  {
3299
- "type": "stack",
3300
- "gap": "lg",
3301
3299
  "className": "max-w-6xl mx-auto w-full p-4",
3300
+ "gap": "lg",
3301
+ "direction": "vertical",
3302
3302
  "children": [
3303
3303
  {
3304
+ "type": "stack",
3305
+ "justify": "between",
3304
3306
  "children": [
3305
3307
  {
3306
- "direction": "horizontal",
3307
- "type": "stack",
3308
3308
  "gap": "sm",
3309
3309
  "align": "center",
3310
+ "type": "stack",
3311
+ "direction": "horizontal",
3310
3312
  "children": [
3311
3313
  {
3312
- "name": "git-branch",
3313
- "type": "icon"
3314
+ "type": "icon",
3315
+ "name": "git-branch"
3314
3316
  },
3315
3317
  {
3316
3318
  "variant": "h2",
3317
- "type": "typography",
3318
- "content": "Org Chart"
3319
+ "content": "Org Chart",
3320
+ "type": "typography"
3319
3321
  }
3320
3322
  ]
3321
3323
  },
3322
3324
  {
3323
- "icon": "refresh-cw",
3324
- "label": "Refresh",
3325
- "action": "REFRESH",
3326
3325
  "type": "button",
3326
+ "action": "REFRESH",
3327
+ "label": "Refresh",
3328
+ "icon": "refresh-cw",
3327
3329
  "variant": "secondary"
3328
3330
  }
3329
3331
  ],
3330
- "justify": "between",
3331
3332
  "direction": "horizontal",
3332
3333
  "align": "center",
3333
- "type": "stack",
3334
3334
  "gap": "md"
3335
3335
  },
3336
3336
  {
3337
3337
  "type": "divider"
3338
3338
  },
3339
3339
  {
3340
- "height": 400.0,
3340
+ "width": 800.0,
3341
+ "edges": [
3342
+ {
3343
+ "target": "vp-eng",
3344
+ "source": "ceo"
3345
+ },
3346
+ {
3347
+ "target": "vp-sales",
3348
+ "source": "ceo"
3349
+ },
3350
+ {
3351
+ "target": "lead-fe",
3352
+ "source": "vp-eng"
3353
+ },
3354
+ {
3355
+ "target": "lead-be",
3356
+ "source": "vp-eng"
3357
+ }
3358
+ ],
3341
3359
  "nodes": [
3342
3360
  {
3343
3361
  "label": "CEO",
@@ -3348,12 +3366,12 @@
3348
3366
  "label": "VP Engineering"
3349
3367
  },
3350
3368
  {
3351
- "label": "VP Sales",
3352
- "id": "vp-sales"
3369
+ "id": "vp-sales",
3370
+ "label": "VP Sales"
3353
3371
  },
3354
3372
  {
3355
- "label": "Frontend Lead",
3356
- "id": "lead-fe"
3373
+ "id": "lead-fe",
3374
+ "label": "Frontend Lead"
3357
3375
  },
3358
3376
  {
3359
3377
  "label": "Backend Lead",
@@ -3361,28 +3379,10 @@
3361
3379
  }
3362
3380
  ],
3363
3381
  "type": "graph-view",
3364
- "width": 800.0,
3365
- "edges": [
3366
- {
3367
- "target": "vp-eng",
3368
- "source": "ceo"
3369
- },
3370
- {
3371
- "target": "vp-sales",
3372
- "source": "ceo"
3373
- },
3374
- {
3375
- "source": "vp-eng",
3376
- "target": "lead-fe"
3377
- },
3378
- {
3379
- "source": "vp-eng",
3380
- "target": "lead-be"
3381
- }
3382
- ]
3382
+ "height": 400.0
3383
3383
  }
3384
3384
  ],
3385
- "direction": "vertical"
3385
+ "type": "stack"
3386
3386
  }
3387
3387
  ]
3388
3388
  ]
@@ -3406,22 +3406,22 @@
3406
3406
  "render-ui",
3407
3407
  "main",
3408
3408
  {
3409
- "type": "stack",
3410
3409
  "direction": "vertical",
3411
- "gap": "md",
3412
- "className": "py-12",
3413
- "align": "center",
3414
3410
  "children": [
3415
3411
  {
3416
3412
  "type": "spinner"
3417
3413
  },
3418
3414
  {
3419
- "type": "typography",
3420
3415
  "variant": "caption",
3421
- "color": "muted",
3422
- "content": "Refreshing…"
3416
+ "type": "typography",
3417
+ "content": "Refreshing…",
3418
+ "color": "muted"
3423
3419
  }
3424
- ]
3420
+ ],
3421
+ "className": "py-12",
3422
+ "type": "stack",
3423
+ "gap": "md",
3424
+ "align": "center"
3425
3425
  }
3426
3426
  ]
3427
3427
  ]