@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
@@ -117,16 +117,20 @@
117
117
  "ref": "AppShell.traits.AppLayout",
118
118
  "name": "EmployeeAppLayout",
119
119
  "config": {
120
+ "notificationClickEvent": "EMPLOYEE_NOTIFICATIONS_OPEN",
121
+ "contentTrait": "@trait.EmployeeCatalog",
122
+ "notifications": [],
123
+ "appName": "Time Tracking",
120
124
  "navItems": [
121
125
  {
122
- "icon": "users",
123
126
  "href": "/employees",
124
- "label": "Employees"
127
+ "label": "Employees",
128
+ "icon": "users"
125
129
  },
126
130
  {
127
- "icon": "calendar",
131
+ "href": "/timesheets",
128
132
  "label": "Timesheets",
129
- "href": "/timesheets"
133
+ "icon": "clipboard"
130
134
  },
131
135
  {
132
136
  "label": "Time Entries",
@@ -134,25 +138,21 @@
134
138
  "href": "/time-entries"
135
139
  },
136
140
  {
137
- "icon": "dollar-sign",
138
- "href": "/billable-hours",
139
- "label": "Billable Hours"
141
+ "label": "Billable Hours",
142
+ "href": "/billable",
143
+ "icon": "dollar-sign"
140
144
  },
141
145
  {
146
+ "label": "Approvals",
142
147
  "href": "/approvals",
143
- "icon": "check-circle",
144
- "label": "Approvals"
148
+ "icon": "check-circle"
145
149
  }
146
150
  ],
147
- "appName": "Time Tracking",
148
- "searchEvent": "EMPLOYEE_SEARCH",
149
- "notifications": [],
150
- "notificationClickEvent": "EMPLOYEE_NOTIFICATIONS_OPEN",
151
- "contentTrait": "@trait.EmployeeCatalog"
151
+ "searchEvent": "EMPLOYEE_SEARCH"
152
152
  },
153
153
  "events": {
154
- "NOTIFY_CLICK": "EMPLOYEE_NOTIFICATIONS_OPEN",
155
- "SEARCH": "EMPLOYEE_SEARCH"
154
+ "SEARCH": "EMPLOYEE_SEARCH",
155
+ "NOTIFY_CLICK": "EMPLOYEE_NOTIFICATIONS_OPEN"
156
156
  }
157
157
  },
158
158
  {
@@ -236,15 +236,18 @@
236
236
  "main",
237
237
  {
238
238
  "type": "stack",
239
+ "direction": "vertical",
239
240
  "children": [
240
241
  {
241
- "justify": "between",
242
- "direction": "horizontal",
243
242
  "gap": "md",
244
243
  "align": "center",
244
+ "direction": "horizontal",
245
+ "type": "stack",
245
246
  "children": [
246
247
  {
248
+ "direction": "horizontal",
247
249
  "align": "center",
250
+ "type": "stack",
248
251
  "gap": "sm",
249
252
  "children": [
250
253
  {
@@ -252,43 +255,41 @@
252
255
  "name": "users"
253
256
  },
254
257
  {
258
+ "content": "Employees",
255
259
  "variant": "h2",
256
- "type": "typography",
257
- "content": "Employees"
260
+ "type": "typography"
258
261
  }
259
- ],
260
- "direction": "horizontal",
261
- "type": "stack"
262
+ ]
262
263
  },
263
264
  {
264
265
  "direction": "horizontal",
266
+ "type": "stack",
267
+ "gap": "sm",
265
268
  "children": [
266
269
  {
270
+ "icon": "plus",
267
271
  "type": "button",
268
- "variant": "primary",
272
+ "action": "CREATE",
269
273
  "label": "New Employee",
270
- "icon": "plus",
271
- "action": "CREATE"
274
+ "variant": "primary"
272
275
  }
273
- ],
274
- "type": "stack",
275
- "gap": "sm"
276
+ ]
276
277
  }
277
278
  ],
278
- "type": "stack"
279
+ "justify": "between"
279
280
  },
280
281
  {
281
282
  "type": "divider"
282
283
  },
283
284
  {
285
+ "type": "stack",
284
286
  "gap": "md",
285
- "direction": "horizontal",
286
287
  "align": "center",
287
288
  "children": [
288
289
  "@trait.EmployeeSearch",
289
290
  "@trait.EmployeeFilter"
290
291
  ],
291
- "type": "stack"
292
+ "direction": "horizontal"
292
293
  },
293
294
  "@trait.EmployeeStats",
294
295
  "@trait.EmployeeGraphs",
@@ -297,8 +298,7 @@
297
298
  },
298
299
  "@trait.EmployeeBrowseList"
299
300
  ],
300
- "gap": "lg",
301
- "direction": "vertical"
301
+ "gap": "lg"
302
302
  }
303
303
  ]
304
304
  ]
@@ -317,14 +317,14 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
- "gap": "md",
321
- "type": "stack",
322
320
  "className": "py-8",
321
+ "direction": "vertical",
322
+ "gap": "md",
323
323
  "align": "center",
324
324
  "children": [
325
325
  {
326
- "name": "bell",
327
- "type": "icon"
326
+ "type": "icon",
327
+ "name": "bell"
328
328
  },
329
329
  {
330
330
  "variant": "h3",
@@ -332,19 +332,19 @@
332
332
  "type": "typography"
333
333
  },
334
334
  {
335
+ "variant": "caption",
335
336
  "type": "typography",
336
- "color": "muted",
337
337
  "content": "You're all caught up.",
338
- "variant": "caption"
338
+ "color": "muted"
339
339
  },
340
340
  {
341
- "type": "button",
342
341
  "variant": "ghost",
342
+ "label": "Back to employees",
343
343
  "action": "INIT",
344
- "label": "Back to employees"
344
+ "type": "button"
345
345
  }
346
346
  ],
347
- "direction": "vertical"
347
+ "type": "stack"
348
348
  }
349
349
  ]
350
350
  ]
@@ -357,8 +357,8 @@
357
357
  "ref": "Search.traits.SearchResultSearch",
358
358
  "name": "EmployeeSearch",
359
359
  "config": {
360
- "event": "EMPLOYEE_SEARCH",
361
- "placeholder": "Search employees…"
360
+ "placeholder": "Search employees…",
361
+ "event": "EMPLOYEE_SEARCH"
362
362
  }
363
363
  },
364
364
  {
@@ -369,8 +369,8 @@
369
369
  "filters": [
370
370
  {
371
371
  "label": "Department",
372
- "filterType": "select",
373
372
  "field": "department",
373
+ "filterType": "select",
374
374
  "options": [
375
375
  "engineering",
376
376
  "sales",
@@ -380,8 +380,8 @@
380
380
  ]
381
381
  },
382
382
  {
383
- "field": "status",
384
383
  "label": "Status",
384
+ "field": "status",
385
385
  "options": [
386
386
  "active",
387
387
  "on-leave",
@@ -398,13 +398,16 @@
398
398
  "config": {
399
399
  "metrics": [
400
400
  {
401
- "label": "Total",
402
- "format": "number",
403
401
  "variant": "primary",
402
+ "format": "number",
403
+ "aggregation": "count",
404
404
  "icon": "users",
405
- "aggregation": "count"
405
+ "label": "Total"
406
406
  },
407
407
  {
408
+ "aggregation": "count",
409
+ "variant": "success",
410
+ "format": "number",
408
411
  "filter": [
409
412
  "fn",
410
413
  "row",
@@ -414,17 +417,13 @@
414
417
  "active"
415
418
  ]
416
419
  ],
417
- "variant": "success",
418
- "aggregation": "count",
419
- "icon": "check-circle",
420
420
  "label": "Active",
421
- "format": "number"
421
+ "icon": "check-circle"
422
422
  },
423
423
  {
424
- "variant": "warning",
425
- "aggregation": "count",
426
424
  "label": "On Leave",
427
- "format": "number",
425
+ "icon": "pause-circle",
426
+ "variant": "warning",
428
427
  "filter": [
429
428
  "fn",
430
429
  "row",
@@ -434,15 +433,16 @@
434
433
  "on-leave"
435
434
  ]
436
435
  ],
437
- "icon": "pause-circle"
436
+ "aggregation": "count",
437
+ "format": "number"
438
438
  },
439
439
  {
440
- "label": "Avg Rate",
441
440
  "icon": "dollar-sign",
442
- "field": "defaultHourlyRate",
443
441
  "variant": "info",
444
- "format": "currency",
445
- "aggregation": "avg"
442
+ "field": "defaultHourlyRate",
443
+ "label": "Avg Rate",
444
+ "aggregation": "avg",
445
+ "format": "currency"
446
446
  }
447
447
  ],
448
448
  "title": "Employees"
@@ -462,13 +462,13 @@
462
462
  "ref": "Graphs.traits.GraphItemGraph",
463
463
  "name": "EmployeeGraphs",
464
464
  "config": {
465
- "showLegend": false,
466
465
  "chartType": "bar",
467
466
  "categoryField": "department",
468
- "title": "Employees by Department",
467
+ "height": 240.0,
469
468
  "aggregation": "count",
470
- "subtitle": "Workforce distribution across departments",
471
- "height": 240.0
469
+ "showLegend": false,
470
+ "title": "Employees by Department",
471
+ "subtitle": "Workforce distribution across departments"
472
472
  },
473
473
  "listens": [
474
474
  {
@@ -486,20 +486,19 @@
486
486
  "name": "EmployeeBrowseList",
487
487
  "linkedEntity": "Employee",
488
488
  "config": {
489
- "gap": "sm",
490
489
  "fields": [
491
490
  {
492
- "name": "name",
493
491
  "variant": "h3",
492
+ "name": "name",
494
493
  "icon": "user"
495
494
  },
496
495
  {
497
- "name": "role",
498
- "variant": "caption"
496
+ "variant": "caption",
497
+ "name": "role"
499
498
  },
500
499
  {
501
- "name": "department",
502
- "variant": "badge"
500
+ "variant": "badge",
501
+ "name": "department"
503
502
  },
504
503
  {
505
504
  "name": "status",
@@ -512,21 +511,22 @@
512
511
  ],
513
512
  "itemActions": [
514
513
  {
515
- "variant": "ghost",
516
514
  "label": "View",
517
- "event": "VIEW"
515
+ "event": "VIEW",
516
+ "variant": "ghost"
518
517
  },
519
518
  {
520
- "label": "Edit",
521
519
  "variant": "ghost",
520
+ "label": "Edit",
522
521
  "event": "EDIT"
523
522
  },
524
523
  {
525
- "event": "DELETE",
524
+ "variant": "danger",
526
525
  "label": "Delete",
527
- "variant": "danger"
526
+ "event": "DELETE"
528
527
  }
529
528
  ],
529
+ "gap": "sm",
530
530
  "cols": 1.0
531
531
  },
532
532
  "listens": [
@@ -577,8 +577,6 @@
577
577
  "name": "EmployeeCreate",
578
578
  "linkedEntity": "Employee",
579
579
  "config": {
580
- "title": "New Employee",
581
- "mode": "create",
582
580
  "fields": [
583
581
  "name",
584
582
  "email",
@@ -588,7 +586,9 @@
588
586
  "hireDate",
589
587
  "defaultHourlyRate"
590
588
  ],
591
- "icon": "plus-circle"
589
+ "icon": "plus-circle",
590
+ "title": "New Employee",
591
+ "mode": "create"
592
592
  },
593
593
  "events": {
594
594
  "OPEN": "CREATE"
@@ -610,7 +610,7 @@
610
610
  "linkedEntity": "Employee",
611
611
  "config": {
612
612
  "icon": "edit",
613
- "title": "Edit Employee",
613
+ "mode": "edit",
614
614
  "fields": [
615
615
  "name",
616
616
  "email",
@@ -620,7 +620,7 @@
620
620
  "hireDate",
621
621
  "defaultHourlyRate"
622
622
  ],
623
- "mode": "edit"
623
+ "title": "Edit Employee"
624
624
  },
625
625
  "events": {
626
626
  "OPEN": "EDIT"
@@ -642,6 +642,7 @@
642
642
  "linkedEntity": "Employee",
643
643
  "config": {
644
644
  "mode": "edit",
645
+ "title": "View Employee",
645
646
  "fields": [
646
647
  "name",
647
648
  "email",
@@ -651,7 +652,6 @@
651
652
  "hireDate",
652
653
  "defaultHourlyRate"
653
654
  ],
654
- "title": "View Employee",
655
655
  "icon": "eye"
656
656
  },
657
657
  "events": {
@@ -673,9 +673,9 @@
673
673
  "name": "EmployeeDelete",
674
674
  "linkedEntity": "Employee",
675
675
  "config": {
676
- "confirmLabel": "Delete",
677
676
  "alertMessage": "This action cannot be undone.",
678
677
  "icon": "alert-triangle",
678
+ "confirmLabel": "Delete",
679
679
  "title": "Delete Employee"
680
680
  },
681
681
  "events": {
@@ -921,6 +921,882 @@
921
921
  ]
922
922
  }
923
923
  ]
924
+ },
925
+ {
926
+ "name": "TimesheetPanelOrbital",
927
+ "uses": [
928
+ {
929
+ "from": "std/behaviors/std-app-layout",
930
+ "as": "AppShell"
931
+ },
932
+ {
933
+ "from": "std/behaviors/std-timesheet",
934
+ "as": "Timesheet"
935
+ }
936
+ ],
937
+ "entity": {
938
+ "name": "Timesheet",
939
+ "collection": "timesheets",
940
+ "persistence": "persistent",
941
+ "fields": [
942
+ {
943
+ "name": "id",
944
+ "type": "string",
945
+ "required": true
946
+ },
947
+ {
948
+ "name": "employeeId",
949
+ "type": "string",
950
+ "required": true
951
+ },
952
+ {
953
+ "name": "employeeName",
954
+ "type": "string",
955
+ "default": ""
956
+ },
957
+ {
958
+ "name": "periodStart",
959
+ "type": "string",
960
+ "required": true
961
+ },
962
+ {
963
+ "name": "periodEnd",
964
+ "type": "string",
965
+ "required": true
966
+ },
967
+ {
968
+ "name": "totalHours",
969
+ "type": "number",
970
+ "default": 0.0
971
+ },
972
+ {
973
+ "name": "billableHours",
974
+ "type": "number",
975
+ "default": 0.0
976
+ },
977
+ {
978
+ "name": "status",
979
+ "type": "string",
980
+ "default": "draft",
981
+ "values": [
982
+ "draft",
983
+ "submitted",
984
+ "approved",
985
+ "rejected",
986
+ "needs-revision"
987
+ ]
988
+ },
989
+ {
990
+ "name": "submittedAt",
991
+ "type": "string",
992
+ "default": ""
993
+ },
994
+ {
995
+ "name": "approvedBy",
996
+ "type": "string",
997
+ "default": ""
998
+ },
999
+ {
1000
+ "name": "approvedAt",
1001
+ "type": "string",
1002
+ "default": ""
1003
+ },
1004
+ {
1005
+ "name": "notes",
1006
+ "type": "string",
1007
+ "default": ""
1008
+ },
1009
+ {
1010
+ "name": "pendingId",
1011
+ "type": "string",
1012
+ "default": ""
1013
+ }
1014
+ ]
1015
+ },
1016
+ "traits": [
1017
+ {
1018
+ "ref": "AppShell.traits.AppLayout",
1019
+ "name": "TimesheetAppLayout",
1020
+ "config": {
1021
+ "appName": "Time Tracking",
1022
+ "navItems": [
1023
+ {
1024
+ "label": "Employees",
1025
+ "href": "/employees",
1026
+ "icon": "users"
1027
+ },
1028
+ {
1029
+ "icon": "clipboard",
1030
+ "label": "Timesheets",
1031
+ "href": "/timesheets"
1032
+ },
1033
+ {
1034
+ "href": "/time-entries",
1035
+ "icon": "clock",
1036
+ "label": "Time Entries"
1037
+ },
1038
+ {
1039
+ "href": "/billable",
1040
+ "icon": "dollar-sign",
1041
+ "label": "Billable Hours"
1042
+ },
1043
+ {
1044
+ "label": "Approvals",
1045
+ "icon": "check-circle",
1046
+ "href": "/approvals"
1047
+ }
1048
+ ],
1049
+ "searchEvent": "TIMESHEET_SEARCH",
1050
+ "contentTrait": "@trait.TimesheetPanel",
1051
+ "notifications": [],
1052
+ "notificationClickEvent": "TIMESHEET_NOTIFICATIONS_OPEN"
1053
+ },
1054
+ "events": {
1055
+ "NOTIFY_CLICK": "TIMESHEET_NOTIFICATIONS_OPEN",
1056
+ "SEARCH": "TIMESHEET_SEARCH"
1057
+ }
1058
+ },
1059
+ {
1060
+ "name": "TimesheetPanel",
1061
+ "category": "interaction",
1062
+ "stateMachine": {
1063
+ "states": [
1064
+ {
1065
+ "name": "composing",
1066
+ "isInitial": true
1067
+ }
1068
+ ],
1069
+ "events": [
1070
+ {
1071
+ "key": "INIT",
1072
+ "name": "Initialize"
1073
+ }
1074
+ ],
1075
+ "transitions": [
1076
+ {
1077
+ "from": "composing",
1078
+ "to": "composing",
1079
+ "event": "INIT",
1080
+ "effects": [
1081
+ [
1082
+ "render-ui",
1083
+ "main",
1084
+ {
1085
+ "type": "stack",
1086
+ "direction": "vertical",
1087
+ "className": "max-w-6xl mx-auto w-full p-4",
1088
+ "children": [
1089
+ {
1090
+ "direction": "horizontal",
1091
+ "children": [
1092
+ {
1093
+ "type": "icon",
1094
+ "name": "clipboard"
1095
+ },
1096
+ {
1097
+ "content": "Timesheets",
1098
+ "variant": "h2",
1099
+ "type": "typography"
1100
+ }
1101
+ ],
1102
+ "align": "center",
1103
+ "type": "stack",
1104
+ "gap": "sm"
1105
+ },
1106
+ {
1107
+ "type": "divider"
1108
+ },
1109
+ "@trait.TimesheetLedgerView"
1110
+ ],
1111
+ "gap": "lg"
1112
+ }
1113
+ ]
1114
+ ]
1115
+ }
1116
+ ]
1117
+ },
1118
+ "scope": "instance"
1119
+ },
1120
+ {
1121
+ "ref": "Timesheet.traits.TimesheetLedger",
1122
+ "name": "TimesheetLedgerView",
1123
+ "config": {
1124
+ "title": "Timesheets"
1125
+ }
1126
+ }
1127
+ ],
1128
+ "pages": [
1129
+ {
1130
+ "name": "TimesheetsPage",
1131
+ "path": "/timesheets",
1132
+ "traits": [
1133
+ {
1134
+ "ref": "TimesheetAppLayout"
1135
+ },
1136
+ {
1137
+ "ref": "TimesheetPanel"
1138
+ },
1139
+ {
1140
+ "ref": "TimesheetLedgerView"
1141
+ }
1142
+ ]
1143
+ }
1144
+ ]
1145
+ },
1146
+ {
1147
+ "name": "TimeEntryPanelOrbital",
1148
+ "uses": [
1149
+ {
1150
+ "from": "std/behaviors/std-app-layout",
1151
+ "as": "AppShell"
1152
+ },
1153
+ {
1154
+ "from": "std/behaviors/std-time-entry",
1155
+ "as": "TimeEntry"
1156
+ }
1157
+ ],
1158
+ "entity": {
1159
+ "name": "TimeEntry",
1160
+ "collection": "timeentries",
1161
+ "persistence": "persistent",
1162
+ "fields": [
1163
+ {
1164
+ "name": "id",
1165
+ "type": "string",
1166
+ "required": true
1167
+ },
1168
+ {
1169
+ "name": "timesheetId",
1170
+ "type": "string",
1171
+ "required": true
1172
+ },
1173
+ {
1174
+ "name": "projectId",
1175
+ "type": "string",
1176
+ "default": ""
1177
+ },
1178
+ {
1179
+ "name": "projectName",
1180
+ "type": "string",
1181
+ "default": ""
1182
+ },
1183
+ {
1184
+ "name": "taskDescription",
1185
+ "type": "string",
1186
+ "required": true
1187
+ },
1188
+ {
1189
+ "name": "workDate",
1190
+ "type": "string",
1191
+ "required": true
1192
+ },
1193
+ {
1194
+ "name": "hours",
1195
+ "type": "number",
1196
+ "default": 0.0
1197
+ },
1198
+ {
1199
+ "name": "billable",
1200
+ "type": "boolean",
1201
+ "default": false
1202
+ },
1203
+ {
1204
+ "name": "hourlyRate",
1205
+ "type": "number",
1206
+ "default": 0.0
1207
+ },
1208
+ {
1209
+ "name": "status",
1210
+ "type": "string",
1211
+ "default": "draft",
1212
+ "values": [
1213
+ "draft",
1214
+ "submitted",
1215
+ "approved",
1216
+ "rejected"
1217
+ ]
1218
+ },
1219
+ {
1220
+ "name": "notes",
1221
+ "type": "string",
1222
+ "default": ""
1223
+ },
1224
+ {
1225
+ "name": "pendingId",
1226
+ "type": "string",
1227
+ "default": ""
1228
+ }
1229
+ ]
1230
+ },
1231
+ "traits": [
1232
+ {
1233
+ "ref": "AppShell.traits.AppLayout",
1234
+ "name": "TimeEntryAppLayout",
1235
+ "config": {
1236
+ "searchEvent": "TIME_ENTRY_SEARCH",
1237
+ "contentTrait": "@trait.TimeEntryPanel",
1238
+ "navItems": [
1239
+ {
1240
+ "href": "/employees",
1241
+ "icon": "users",
1242
+ "label": "Employees"
1243
+ },
1244
+ {
1245
+ "href": "/timesheets",
1246
+ "icon": "clipboard",
1247
+ "label": "Timesheets"
1248
+ },
1249
+ {
1250
+ "href": "/time-entries",
1251
+ "label": "Time Entries",
1252
+ "icon": "clock"
1253
+ },
1254
+ {
1255
+ "icon": "dollar-sign",
1256
+ "label": "Billable Hours",
1257
+ "href": "/billable"
1258
+ },
1259
+ {
1260
+ "label": "Approvals",
1261
+ "href": "/approvals",
1262
+ "icon": "check-circle"
1263
+ }
1264
+ ],
1265
+ "appName": "Time Tracking",
1266
+ "notifications": [],
1267
+ "notificationClickEvent": "TIME_ENTRY_NOTIFICATIONS_OPEN"
1268
+ },
1269
+ "events": {
1270
+ "SEARCH": "TIME_ENTRY_SEARCH",
1271
+ "NOTIFY_CLICK": "TIME_ENTRY_NOTIFICATIONS_OPEN"
1272
+ }
1273
+ },
1274
+ {
1275
+ "name": "TimeEntryPanel",
1276
+ "category": "interaction",
1277
+ "stateMachine": {
1278
+ "states": [
1279
+ {
1280
+ "name": "composing",
1281
+ "isInitial": true
1282
+ }
1283
+ ],
1284
+ "events": [
1285
+ {
1286
+ "key": "INIT",
1287
+ "name": "Initialize"
1288
+ }
1289
+ ],
1290
+ "transitions": [
1291
+ {
1292
+ "from": "composing",
1293
+ "to": "composing",
1294
+ "event": "INIT",
1295
+ "effects": [
1296
+ [
1297
+ "render-ui",
1298
+ "main",
1299
+ {
1300
+ "className": "max-w-6xl mx-auto w-full p-4",
1301
+ "type": "stack",
1302
+ "gap": "lg",
1303
+ "children": [
1304
+ {
1305
+ "direction": "horizontal",
1306
+ "align": "center",
1307
+ "gap": "sm",
1308
+ "type": "stack",
1309
+ "children": [
1310
+ {
1311
+ "type": "icon",
1312
+ "name": "clock"
1313
+ },
1314
+ {
1315
+ "variant": "h2",
1316
+ "content": "Time Entries",
1317
+ "type": "typography"
1318
+ }
1319
+ ]
1320
+ },
1321
+ {
1322
+ "type": "divider"
1323
+ },
1324
+ "@trait.TimeEntryLogView"
1325
+ ],
1326
+ "direction": "vertical"
1327
+ }
1328
+ ]
1329
+ ]
1330
+ }
1331
+ ]
1332
+ },
1333
+ "scope": "instance"
1334
+ },
1335
+ {
1336
+ "ref": "TimeEntry.traits.TimeEntryLog",
1337
+ "name": "TimeEntryLogView",
1338
+ "config": {
1339
+ "title": "Time Entries"
1340
+ }
1341
+ }
1342
+ ],
1343
+ "pages": [
1344
+ {
1345
+ "name": "TimeEntriesPage",
1346
+ "path": "/time-entries",
1347
+ "traits": [
1348
+ {
1349
+ "ref": "TimeEntryAppLayout"
1350
+ },
1351
+ {
1352
+ "ref": "TimeEntryPanel"
1353
+ },
1354
+ {
1355
+ "ref": "TimeEntryLogView"
1356
+ }
1357
+ ]
1358
+ }
1359
+ ]
1360
+ },
1361
+ {
1362
+ "name": "BillableHourTimeTrackingOrbital",
1363
+ "uses": [
1364
+ {
1365
+ "from": "std/behaviors/std-app-layout",
1366
+ "as": "AppShell"
1367
+ },
1368
+ {
1369
+ "from": "std/behaviors/std-billable-hour",
1370
+ "as": "BillableHour"
1371
+ }
1372
+ ],
1373
+ "entity": {
1374
+ "name": "BillableHour",
1375
+ "collection": "billablehours",
1376
+ "persistence": "persistent",
1377
+ "fields": [
1378
+ {
1379
+ "name": "id",
1380
+ "type": "string",
1381
+ "required": true
1382
+ },
1383
+ {
1384
+ "name": "workerId",
1385
+ "type": "string",
1386
+ "required": true
1387
+ },
1388
+ {
1389
+ "name": "workerName",
1390
+ "type": "string",
1391
+ "default": ""
1392
+ },
1393
+ {
1394
+ "name": "matterId",
1395
+ "type": "string",
1396
+ "default": ""
1397
+ },
1398
+ {
1399
+ "name": "projectId",
1400
+ "type": "string",
1401
+ "default": ""
1402
+ },
1403
+ {
1404
+ "name": "workDate",
1405
+ "type": "string",
1406
+ "required": true
1407
+ },
1408
+ {
1409
+ "name": "hours",
1410
+ "type": "number",
1411
+ "default": 0.0
1412
+ },
1413
+ {
1414
+ "name": "rate",
1415
+ "type": "number",
1416
+ "default": 0.0
1417
+ },
1418
+ {
1419
+ "name": "description",
1420
+ "type": "string",
1421
+ "default": ""
1422
+ },
1423
+ {
1424
+ "name": "isBillable",
1425
+ "type": "boolean",
1426
+ "default": true
1427
+ },
1428
+ {
1429
+ "name": "invoiceStatus",
1430
+ "type": "string",
1431
+ "default": "unbilled",
1432
+ "values": [
1433
+ "unbilled",
1434
+ "invoiced",
1435
+ "paid",
1436
+ "written_off"
1437
+ ]
1438
+ }
1439
+ ]
1440
+ },
1441
+ "traits": [
1442
+ {
1443
+ "ref": "AppShell.traits.AppLayout",
1444
+ "name": "BillableHourAppLayout",
1445
+ "config": {
1446
+ "notificationClickEvent": "BILLABLE_HOUR_NOTIFICATIONS_OPEN",
1447
+ "appName": "Time Tracking",
1448
+ "searchEvent": "BILLABLE_HOUR_SEARCH",
1449
+ "contentTrait": "@trait.BillableHourPanel",
1450
+ "navItems": [
1451
+ {
1452
+ "label": "Employees",
1453
+ "href": "/employees",
1454
+ "icon": "users"
1455
+ },
1456
+ {
1457
+ "label": "Timesheets",
1458
+ "href": "/timesheets",
1459
+ "icon": "clipboard"
1460
+ },
1461
+ {
1462
+ "icon": "clock",
1463
+ "href": "/time-entries",
1464
+ "label": "Time Entries"
1465
+ },
1466
+ {
1467
+ "label": "Billable Hours",
1468
+ "icon": "dollar-sign",
1469
+ "href": "/billable"
1470
+ },
1471
+ {
1472
+ "href": "/approvals",
1473
+ "label": "Approvals",
1474
+ "icon": "check-circle"
1475
+ }
1476
+ ],
1477
+ "notifications": []
1478
+ },
1479
+ "events": {
1480
+ "NOTIFY_CLICK": "BILLABLE_HOUR_NOTIFICATIONS_OPEN",
1481
+ "SEARCH": "BILLABLE_HOUR_SEARCH"
1482
+ }
1483
+ },
1484
+ {
1485
+ "name": "BillableHourPanel",
1486
+ "category": "interaction",
1487
+ "stateMachine": {
1488
+ "states": [
1489
+ {
1490
+ "name": "composing",
1491
+ "isInitial": true
1492
+ }
1493
+ ],
1494
+ "events": [
1495
+ {
1496
+ "key": "INIT",
1497
+ "name": "Initialize"
1498
+ }
1499
+ ],
1500
+ "transitions": [
1501
+ {
1502
+ "from": "composing",
1503
+ "to": "composing",
1504
+ "event": "INIT",
1505
+ "effects": [
1506
+ [
1507
+ "render-ui",
1508
+ "main",
1509
+ {
1510
+ "gap": "lg",
1511
+ "className": "max-w-6xl mx-auto w-full p-4",
1512
+ "children": [
1513
+ {
1514
+ "gap": "sm",
1515
+ "children": [
1516
+ {
1517
+ "type": "icon",
1518
+ "name": "dollar-sign"
1519
+ },
1520
+ {
1521
+ "type": "typography",
1522
+ "content": "Billable Hours",
1523
+ "variant": "h2"
1524
+ }
1525
+ ],
1526
+ "direction": "horizontal",
1527
+ "type": "stack",
1528
+ "align": "center"
1529
+ },
1530
+ {
1531
+ "type": "divider"
1532
+ },
1533
+ "@trait.BillableHourTimesheetView"
1534
+ ],
1535
+ "type": "stack",
1536
+ "direction": "vertical"
1537
+ }
1538
+ ]
1539
+ ]
1540
+ }
1541
+ ]
1542
+ },
1543
+ "scope": "instance"
1544
+ },
1545
+ {
1546
+ "ref": "BillableHour.traits.BillableHourTimesheet",
1547
+ "name": "BillableHourTimesheetView",
1548
+ "config": {
1549
+ "title": "Billable Hours"
1550
+ }
1551
+ }
1552
+ ],
1553
+ "pages": [
1554
+ {
1555
+ "name": "BillablePage",
1556
+ "path": "/billable",
1557
+ "traits": [
1558
+ {
1559
+ "ref": "BillableHourAppLayout"
1560
+ },
1561
+ {
1562
+ "ref": "BillableHourPanel"
1563
+ },
1564
+ {
1565
+ "ref": "BillableHourTimesheetView"
1566
+ }
1567
+ ]
1568
+ }
1569
+ ]
1570
+ },
1571
+ {
1572
+ "name": "ApprovalRequestPanelOrbital",
1573
+ "uses": [
1574
+ {
1575
+ "from": "std/behaviors/std-app-layout",
1576
+ "as": "AppShell"
1577
+ },
1578
+ {
1579
+ "from": "std/behaviors/std-approval-request",
1580
+ "as": "ApprovalRequest"
1581
+ }
1582
+ ],
1583
+ "entity": {
1584
+ "name": "ApprovalRequest",
1585
+ "collection": "approvalrequests",
1586
+ "persistence": "persistent",
1587
+ "fields": [
1588
+ {
1589
+ "name": "id",
1590
+ "type": "string",
1591
+ "required": true
1592
+ },
1593
+ {
1594
+ "name": "title",
1595
+ "type": "string",
1596
+ "required": true
1597
+ },
1598
+ {
1599
+ "name": "targetType",
1600
+ "type": "string",
1601
+ "default": "timesheet",
1602
+ "values": [
1603
+ "timesheet",
1604
+ "expense-report",
1605
+ "pto-request",
1606
+ "purchase-order",
1607
+ "change-order",
1608
+ "other"
1609
+ ]
1610
+ },
1611
+ {
1612
+ "name": "targetId",
1613
+ "type": "string",
1614
+ "required": true
1615
+ },
1616
+ {
1617
+ "name": "requestedBy",
1618
+ "type": "string",
1619
+ "required": true
1620
+ },
1621
+ {
1622
+ "name": "requestedAt",
1623
+ "type": "string",
1624
+ "default": ""
1625
+ },
1626
+ {
1627
+ "name": "assignedApprover",
1628
+ "type": "string",
1629
+ "default": ""
1630
+ },
1631
+ {
1632
+ "name": "approverDecision",
1633
+ "type": "string",
1634
+ "default": "pending",
1635
+ "values": [
1636
+ "pending",
1637
+ "approved",
1638
+ "rejected",
1639
+ "needs-info"
1640
+ ]
1641
+ },
1642
+ {
1643
+ "name": "decidedAt",
1644
+ "type": "string",
1645
+ "default": ""
1646
+ },
1647
+ {
1648
+ "name": "comment",
1649
+ "type": "string",
1650
+ "default": ""
1651
+ },
1652
+ {
1653
+ "name": "status",
1654
+ "type": "string",
1655
+ "default": "draft",
1656
+ "values": [
1657
+ "draft",
1658
+ "submitted",
1659
+ "approved",
1660
+ "rejected",
1661
+ "withdrawn"
1662
+ ]
1663
+ },
1664
+ {
1665
+ "name": "pendingId",
1666
+ "type": "string",
1667
+ "default": ""
1668
+ }
1669
+ ]
1670
+ },
1671
+ "traits": [
1672
+ {
1673
+ "ref": "AppShell.traits.AppLayout",
1674
+ "name": "ApprovalRequestAppLayout",
1675
+ "config": {
1676
+ "notificationClickEvent": "APPROVAL_REQUEST_NOTIFICATIONS_OPEN",
1677
+ "contentTrait": "@trait.ApprovalRequestPanel",
1678
+ "appName": "Time Tracking",
1679
+ "navItems": [
1680
+ {
1681
+ "icon": "users",
1682
+ "href": "/employees",
1683
+ "label": "Employees"
1684
+ },
1685
+ {
1686
+ "label": "Timesheets",
1687
+ "href": "/timesheets",
1688
+ "icon": "clipboard"
1689
+ },
1690
+ {
1691
+ "href": "/time-entries",
1692
+ "icon": "clock",
1693
+ "label": "Time Entries"
1694
+ },
1695
+ {
1696
+ "icon": "dollar-sign",
1697
+ "label": "Billable Hours",
1698
+ "href": "/billable"
1699
+ },
1700
+ {
1701
+ "icon": "check-circle",
1702
+ "label": "Approvals",
1703
+ "href": "/approvals"
1704
+ }
1705
+ ],
1706
+ "searchEvent": "APPROVAL_REQUEST_SEARCH",
1707
+ "notifications": []
1708
+ },
1709
+ "events": {
1710
+ "SEARCH": "APPROVAL_REQUEST_SEARCH",
1711
+ "NOTIFY_CLICK": "APPROVAL_REQUEST_NOTIFICATIONS_OPEN"
1712
+ }
1713
+ },
1714
+ {
1715
+ "name": "ApprovalRequestPanel",
1716
+ "category": "interaction",
1717
+ "stateMachine": {
1718
+ "states": [
1719
+ {
1720
+ "name": "composing",
1721
+ "isInitial": true
1722
+ }
1723
+ ],
1724
+ "events": [
1725
+ {
1726
+ "key": "INIT",
1727
+ "name": "Initialize"
1728
+ }
1729
+ ],
1730
+ "transitions": [
1731
+ {
1732
+ "from": "composing",
1733
+ "to": "composing",
1734
+ "event": "INIT",
1735
+ "effects": [
1736
+ [
1737
+ "render-ui",
1738
+ "main",
1739
+ {
1740
+ "gap": "lg",
1741
+ "type": "stack",
1742
+ "direction": "vertical",
1743
+ "className": "max-w-6xl mx-auto w-full p-4",
1744
+ "children": [
1745
+ {
1746
+ "gap": "sm",
1747
+ "type": "stack",
1748
+ "direction": "horizontal",
1749
+ "align": "center",
1750
+ "children": [
1751
+ {
1752
+ "type": "icon",
1753
+ "name": "check-circle"
1754
+ },
1755
+ {
1756
+ "variant": "h2",
1757
+ "type": "typography",
1758
+ "content": "Approvals"
1759
+ }
1760
+ ]
1761
+ },
1762
+ {
1763
+ "type": "divider"
1764
+ },
1765
+ "@trait.ApprovalRequestPipelineView"
1766
+ ]
1767
+ }
1768
+ ]
1769
+ ]
1770
+ }
1771
+ ]
1772
+ },
1773
+ "scope": "instance"
1774
+ },
1775
+ {
1776
+ "ref": "ApprovalRequest.traits.ApprovalRequestPipeline",
1777
+ "name": "ApprovalRequestPipelineView",
1778
+ "config": {
1779
+ "title": "Approval Requests"
1780
+ }
1781
+ }
1782
+ ],
1783
+ "pages": [
1784
+ {
1785
+ "name": "ApprovalsPage",
1786
+ "path": "/approvals",
1787
+ "traits": [
1788
+ {
1789
+ "ref": "ApprovalRequestAppLayout"
1790
+ },
1791
+ {
1792
+ "ref": "ApprovalRequestPanel"
1793
+ },
1794
+ {
1795
+ "ref": "ApprovalRequestPipelineView"
1796
+ }
1797
+ ]
1798
+ }
1799
+ ]
924
1800
  }
925
1801
  ]
926
1802
  }