@almadar/std 14.24.0 → 14.25.0

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