@almadar/std 14.25.0 → 14.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-timesheet",
3
3
  "version": "1.0.0",
4
- "description": "std-timesheet — weekly timesheet primitive holding total/billable hours for one employee and tracking approval status.",
4
+ "description": "std-timesheet — weekly timesheet primitive holding total/billable hours for one employee. Lists timesheets in `browsing`; opens detail in `viewing_single` with Submit / Approve / Reject / Revise / Delete actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "TimesheetOrbital",
@@ -91,7 +91,7 @@
91
91
  "linkedEntity": "Timesheet",
92
92
  "emits": [
93
93
  {
94
- "event": "VIEW",
94
+ "event": "OPEN_TIMESHEET",
95
95
  "payloadSchema": [
96
96
  {
97
97
  "name": "id",
@@ -99,48 +99,66 @@
99
99
  "required": true
100
100
  },
101
101
  {
102
- "name": "source",
103
- "type": "string"
104
- }
105
- ]
106
- },
107
- {
108
- "event": "EDIT",
109
- "payloadSchema": [
102
+ "name": "row.id",
103
+ "type": "string",
104
+ "required": true
105
+ },
110
106
  {
111
- "name": "id",
107
+ "name": "row.employeeId",
112
108
  "type": "string",
113
109
  "required": true
114
110
  },
115
111
  {
116
- "name": "source",
112
+ "name": "row.employeeName",
117
113
  "type": "string"
118
- }
119
- ]
120
- },
121
- {
122
- "event": "CREATE",
123
- "payloadSchema": [
114
+ },
124
115
  {
125
- "name": "source",
126
- "type": "string"
127
- }
128
- ]
129
- },
130
- {
131
- "event": "REQUEST_DELETE",
132
- "payloadSchema": [
116
+ "name": "row.periodStart",
117
+ "type": "string",
118
+ "required": true
119
+ },
133
120
  {
134
- "name": "id",
121
+ "name": "row.periodEnd",
135
122
  "type": "string",
136
123
  "required": true
137
124
  },
138
125
  {
139
- "name": "source",
126
+ "name": "row.totalHours",
127
+ "type": "number"
128
+ },
129
+ {
130
+ "name": "row.billableHours",
131
+ "type": "number"
132
+ },
133
+ {
134
+ "name": "row.status",
135
+ "type": "string"
136
+ },
137
+ {
138
+ "name": "row.submittedAt",
139
+ "type": "string"
140
+ },
141
+ {
142
+ "name": "row.approvedBy",
143
+ "type": "string"
144
+ },
145
+ {
146
+ "name": "row.approvedAt",
147
+ "type": "string"
148
+ },
149
+ {
150
+ "name": "row.notes",
151
+ "type": "string"
152
+ },
153
+ {
154
+ "name": "row.pendingId",
140
155
  "type": "string"
141
156
  }
142
157
  ]
143
158
  },
159
+ {
160
+ "event": "CLOSE_VIEW"
161
+ },
144
162
  {
145
163
  "event": "SUBMIT",
146
164
  "payloadSchema": [
@@ -405,6 +423,16 @@
405
423
  }
406
424
  ]
407
425
  },
426
+ {
427
+ "event": "REQUEST_DELETE",
428
+ "payloadSchema": [
429
+ {
430
+ "name": "id",
431
+ "type": "string",
432
+ "required": true
433
+ }
434
+ ]
435
+ },
408
436
  {
409
437
  "event": "TimesheetLoaded",
410
438
  "payloadSchema": [
@@ -439,7 +467,10 @@
439
467
  "isInitial": true
440
468
  },
441
469
  {
442
- "name": "viewing"
470
+ "name": "browsing"
471
+ },
472
+ {
473
+ "name": "viewing_single"
443
474
  },
444
475
  {
445
476
  "name": "error"
@@ -479,34 +510,34 @@
479
510
  ]
480
511
  },
481
512
  {
482
- "key": "REFRESH",
483
- "name": "Refresh",
513
+ "key": "OPEN_TIMESHEET",
514
+ "name": "Open Timesheet",
484
515
  "payloadSchema": [
485
516
  {
486
- "name": "source",
487
- "type": "string"
517
+ "name": "id",
518
+ "type": "string",
519
+ "required": true
520
+ },
521
+ {
522
+ "name": "row",
523
+ "type": "Timesheet"
488
524
  }
489
525
  ]
490
526
  },
491
527
  {
492
- "key": "SEARCH",
493
- "name": "Search",
528
+ "key": "REQUEST_DELETE",
529
+ "name": "Request Delete",
494
530
  "payloadSchema": [
495
531
  {
496
- "name": "query",
497
- "type": "string"
532
+ "name": "id",
533
+ "type": "string",
534
+ "required": true
498
535
  }
499
536
  ]
500
537
  },
501
538
  {
502
- "key": "FILTER_STATUS",
503
- "name": "Filter Status",
504
- "payloadSchema": [
505
- {
506
- "name": "status",
507
- "type": "string"
508
- }
509
- ]
539
+ "key": "CLOSE_VIEW",
540
+ "name": "Close View"
510
541
  },
511
542
  {
512
543
  "key": "SUBMIT",
@@ -516,6 +547,10 @@
516
547
  "name": "id",
517
548
  "type": "string",
518
549
  "required": true
550
+ },
551
+ {
552
+ "name": "row",
553
+ "type": "Timesheet"
519
554
  }
520
555
  ]
521
556
  },
@@ -527,6 +562,10 @@
527
562
  "name": "id",
528
563
  "type": "string",
529
564
  "required": true
565
+ },
566
+ {
567
+ "name": "row",
568
+ "type": "Timesheet"
530
569
  }
531
570
  ]
532
571
  },
@@ -538,6 +577,10 @@
538
577
  "name": "id",
539
578
  "type": "string",
540
579
  "required": true
580
+ },
581
+ {
582
+ "name": "row",
583
+ "type": "Timesheet"
541
584
  }
542
585
  ]
543
586
  },
@@ -549,49 +592,10 @@
549
592
  "name": "id",
550
593
  "type": "string",
551
594
  "required": true
552
- }
553
- ]
554
- },
555
- {
556
- "key": "CREATE",
557
- "name": "Create",
558
- "payloadSchema": [
559
- {
560
- "name": "source",
561
- "type": "string"
562
- }
563
- ]
564
- },
565
- {
566
- "key": "VIEW",
567
- "name": "View",
568
- "payloadSchema": [
569
- {
570
- "name": "id",
571
- "type": "string",
572
- "required": true
573
- }
574
- ]
575
- },
576
- {
577
- "key": "EDIT",
578
- "name": "Edit",
579
- "payloadSchema": [
580
- {
581
- "name": "id",
582
- "type": "string",
583
- "required": true
584
- }
585
- ]
586
- },
587
- {
588
- "key": "REQUEST_DELETE",
589
- "name": "Request Delete",
590
- "payloadSchema": [
595
+ },
591
596
  {
592
- "name": "id",
593
- "type": "string",
594
- "required": true
597
+ "name": "row",
598
+ "type": "Timesheet"
595
599
  }
596
600
  ]
597
601
  }
@@ -607,8 +611,8 @@
607
611
  "Timesheet",
608
612
  {
609
613
  "emit": {
610
- "failure": "TimesheetLoadFailed",
611
- "success": "TimesheetLoaded"
614
+ "success": "TimesheetLoaded",
615
+ "failure": "TimesheetLoadFailed"
612
616
  }
613
617
  }
614
618
  ],
@@ -616,21 +620,21 @@
616
620
  "render-ui",
617
621
  "main",
618
622
  {
623
+ "className": "py-12",
619
624
  "children": [
620
625
  {
621
626
  "type": "spinner"
622
627
  },
623
628
  {
624
- "type": "typography",
625
- "content": "Loading timesheets…",
626
629
  "color": "muted",
627
- "variant": "caption"
630
+ "type": "typography",
631
+ "variant": "caption",
632
+ "content": "Loading timesheets…"
628
633
  }
629
634
  ],
630
635
  "align": "center",
631
636
  "type": "stack",
632
637
  "direction": "vertical",
633
- "className": "py-12",
634
638
  "gap": "md"
635
639
  }
636
640
  ]
@@ -638,7 +642,7 @@
638
642
  },
639
643
  {
640
644
  "from": "loading",
641
- "to": "viewing",
645
+ "to": "browsing",
642
646
  "event": "TimesheetLoaded",
643
647
  "effects": [
644
648
  [
@@ -647,135 +651,90 @@
647
651
  {
648
652
  "children": [
649
653
  {
650
- "direction": "horizontal",
651
- "align": "center",
652
654
  "type": "stack",
655
+ "align": "center",
653
656
  "gap": "sm",
657
+ "direction": "horizontal",
654
658
  "children": [
655
659
  {
656
- "type": "icon",
657
- "name": "clock"
660
+ "name": "clock",
661
+ "type": "icon"
658
662
  },
659
663
  {
664
+ "type": "typography",
660
665
  "content": "@config.title",
661
- "variant": "h3",
662
- "type": "typography"
663
- },
664
- {
665
- "type": "button",
666
- "variant": "primary",
667
- "action": "CREATE",
668
- "label": "New Timesheet"
666
+ "variant": "h3"
669
667
  }
670
668
  ]
671
669
  },
672
670
  {
673
- "count": 7.0,
674
- "currentIndex": 3.0,
675
- "size": "md",
676
- "type": "progress-dots"
677
- },
678
- {
679
- "gap": "sm",
680
- "align": "center",
681
- "type": "stack",
682
- "direction": "horizontal",
671
+ "cols": 4.0,
683
672
  "children": [
684
673
  {
685
- "date": "2026-05-11",
686
- "isToday": true,
687
- "type": "day-cell"
674
+ "type": "stat-display",
675
+ "icon": "clock",
676
+ "value": "@payload.data.length",
677
+ "label": "Total timesheets"
688
678
  },
689
679
  {
690
- "isOccupied": true,
691
- "type": "time-slot-cell",
692
- "time": "09:00"
680
+ "label": "Pending approval",
681
+ "type": "stat-display",
682
+ "value": "14",
683
+ "icon": "hourglass"
693
684
  },
694
685
  {
695
- "type": "time-slot-cell",
696
- "time": "10:00",
697
- "isOccupied": false
686
+ "icon": "dollar-sign",
687
+ "value": "1,240",
688
+ "type": "stat-display",
689
+ "label": "Billable hours wk"
690
+ },
691
+ {
692
+ "icon": "check-circle",
693
+ "value": "38",
694
+ "type": "stat-display",
695
+ "label": "Approved this wk"
698
696
  }
699
- ]
700
- },
701
- {
702
- "timeSlots": [
703
- "09:00",
704
- "10:00",
705
- "11:00",
706
- "12:00",
707
- "13:00",
708
- "14:00",
709
- "15:00",
710
- "16:00",
711
- "17:00"
712
697
  ],
713
- "type": "calendar-grid"
698
+ "type": "simple-grid"
714
699
  },
715
700
  {
716
701
  "type": "divider"
717
702
  },
718
703
  {
719
- "cols": 1.0,
720
- "gap": "sm",
721
704
  "itemActions": [
722
705
  {
723
- "variant": "ghost",
724
- "event": "VIEW",
725
- "label": "View"
726
- },
727
- {
728
- "variant": "secondary",
729
- "label": "Edit",
730
- "event": "EDIT"
731
- },
732
- {
733
- "label": "Submit",
706
+ "icon": "arrow-right",
734
707
  "variant": "primary",
735
- "event": "SUBMIT"
736
- },
737
- {
738
- "label": "Approve",
739
- "event": "APPROVE",
740
- "variant": "primary"
741
- },
742
- {
743
- "variant": "danger",
744
- "event": "REJECT",
745
- "label": "Reject"
708
+ "label": "Open",
709
+ "event": "OPEN_TIMESHEET"
746
710
  },
747
711
  {
748
- "event": "REQUEST_REVISION",
749
- "label": "Revise",
750
- "variant": "secondary"
751
- },
752
- {
753
- "variant": "danger",
712
+ "event": "REQUEST_DELETE",
754
713
  "label": "Delete",
755
- "event": "REQUEST_DELETE"
714
+ "variant": "danger"
756
715
  }
757
716
  ],
758
717
  "type": "data-grid",
759
718
  "fields": [
760
719
  {
761
- "variant": "caption",
762
720
  "name": "employeeName",
763
- "label": "Employee"
721
+ "label": "Employee",
722
+ "variant": "caption"
764
723
  },
765
724
  {
725
+ "name": "periodStart",
766
726
  "label": "Period Start",
767
- "variant": "caption",
768
- "name": "periodStart"
727
+ "variant": "caption"
769
728
  },
770
729
  {
771
- "label": "Period End",
772
730
  "name": "periodEnd",
773
- "variant": "caption"
731
+ "variant": "caption",
732
+ "label": "Period End"
774
733
  },
775
734
  {
776
- "label": "Total Hours",
735
+ "variant": "caption",
777
736
  "name": "totalHours",
778
- "variant": "caption"
737
+ "label": "Total Hours"
779
738
  },
780
739
  {
781
740
  "variant": "caption",
@@ -784,20 +743,22 @@
784
743
  },
785
744
  {
786
745
  "label": "Status",
787
- "name": "status",
788
- "variant": "badge"
746
+ "variant": "badge",
747
+ "name": "status"
789
748
  },
790
749
  {
791
- "variant": "caption",
750
+ "name": "approvedBy",
792
751
  "label": "Approved By",
793
- "name": "approvedBy"
752
+ "variant": "caption"
794
753
  }
795
754
  ],
796
- "entity": "@payload.data"
755
+ "entity": "@payload.data",
756
+ "gap": "sm",
757
+ "cols": 1.0
797
758
  }
798
759
  ],
799
- "type": "stack",
800
760
  "direction": "vertical",
761
+ "type": "stack",
801
762
  "gap": "md"
802
763
  }
803
764
  ]
@@ -812,46 +773,267 @@
812
773
  "render-ui",
813
774
  "main",
814
775
  {
815
- "type": "alert",
816
776
  "variant": "error",
817
- "message": "@payload.error"
777
+ "message": "@payload.error",
778
+ "type": "alert"
818
779
  }
819
780
  ]
820
781
  ]
821
782
  },
822
783
  {
823
- "from": "viewing",
824
- "to": "loading",
825
- "event": "REFRESH",
784
+ "from": "browsing",
785
+ "to": "viewing_single",
786
+ "event": "OPEN_TIMESHEET",
826
787
  "effects": [
827
788
  [
828
- "fetch",
829
- "Timesheet",
830
- {
831
- "emit": {
832
- "failure": "TimesheetLoadFailed",
833
- "success": "TimesheetLoaded"
834
- }
835
- }
789
+ "set",
790
+ "@entity.id",
791
+ "@payload.row.id"
792
+ ],
793
+ [
794
+ "set",
795
+ "@entity.employeeId",
796
+ "@payload.row.employeeId"
797
+ ],
798
+ [
799
+ "set",
800
+ "@entity.employeeName",
801
+ "@payload.row.employeeName"
802
+ ],
803
+ [
804
+ "set",
805
+ "@entity.periodStart",
806
+ "@payload.row.periodStart"
807
+ ],
808
+ [
809
+ "set",
810
+ "@entity.periodEnd",
811
+ "@payload.row.periodEnd"
812
+ ],
813
+ [
814
+ "set",
815
+ "@entity.totalHours",
816
+ "@payload.row.totalHours"
817
+ ],
818
+ [
819
+ "set",
820
+ "@entity.billableHours",
821
+ "@payload.row.billableHours"
822
+ ],
823
+ [
824
+ "set",
825
+ "@entity.status",
826
+ "@payload.row.status"
827
+ ],
828
+ [
829
+ "set",
830
+ "@entity.submittedAt",
831
+ "@payload.row.submittedAt"
832
+ ],
833
+ [
834
+ "set",
835
+ "@entity.approvedBy",
836
+ "@payload.row.approvedBy"
837
+ ],
838
+ [
839
+ "set",
840
+ "@entity.approvedAt",
841
+ "@payload.row.approvedAt"
842
+ ],
843
+ [
844
+ "set",
845
+ "@entity.notes",
846
+ "@payload.row.notes"
836
847
  ],
837
848
  [
838
849
  "render-ui",
839
850
  "main",
840
851
  {
841
852
  "direction": "vertical",
842
- "align": "center",
843
- "gap": "md",
844
853
  "type": "stack",
845
- "className": "py-12",
854
+ "gap": "md",
846
855
  "children": [
847
856
  {
848
- "type": "spinner"
857
+ "children": [
858
+ {
859
+ "label": "Back",
860
+ "variant": "ghost",
861
+ "action": "CLOSE_VIEW",
862
+ "type": "button"
863
+ },
864
+ {
865
+ "type": "icon",
866
+ "name": "clock"
867
+ },
868
+ {
869
+ "variant": "h3",
870
+ "type": "typography",
871
+ "content": "@entity.employeeName"
872
+ },
873
+ {
874
+ "type": "badge",
875
+ "label": "@entity.status",
876
+ "variant": "primary"
877
+ }
878
+ ],
879
+ "direction": "horizontal",
880
+ "type": "stack",
881
+ "gap": "sm",
882
+ "align": "center"
849
883
  },
850
884
  {
851
- "variant": "caption",
852
- "color": "muted",
853
- "type": "typography",
854
- "content": "Refreshing timesheets…"
885
+ "type": "divider"
886
+ },
887
+ {
888
+ "type": "stack",
889
+ "children": [
890
+ {
891
+ "type": "stack",
892
+ "children": [
893
+ {
894
+ "type": "typography",
895
+ "content": "Employee ID",
896
+ "color": "muted",
897
+ "variant": "caption"
898
+ },
899
+ {
900
+ "content": "@entity.employeeId",
901
+ "variant": "body",
902
+ "type": "typography"
903
+ }
904
+ ],
905
+ "direction": "horizontal",
906
+ "gap": "md"
907
+ },
908
+ {
909
+ "gap": "md",
910
+ "direction": "horizontal",
911
+ "type": "stack",
912
+ "children": [
913
+ {
914
+ "variant": "caption",
915
+ "content": "Approved by",
916
+ "color": "muted",
917
+ "type": "typography"
918
+ },
919
+ {
920
+ "content": "@entity.approvedBy",
921
+ "type": "typography",
922
+ "variant": "body"
923
+ }
924
+ ]
925
+ },
926
+ {
927
+ "type": "stack",
928
+ "direction": "horizontal",
929
+ "gap": "md",
930
+ "children": [
931
+ {
932
+ "color": "muted",
933
+ "type": "typography",
934
+ "content": "Notes",
935
+ "variant": "caption"
936
+ },
937
+ {
938
+ "type": "typography",
939
+ "variant": "body",
940
+ "content": "@entity.notes"
941
+ }
942
+ ]
943
+ }
944
+ ],
945
+ "direction": "vertical",
946
+ "gap": "sm"
947
+ },
948
+ {
949
+ "type": "divider"
950
+ },
951
+ {
952
+ "type": "simple-grid",
953
+ "children": [
954
+ {
955
+ "value": "@entity.totalHours",
956
+ "type": "stat-display",
957
+ "label": "Total hours",
958
+ "icon": "clock"
959
+ },
960
+ {
961
+ "label": "Billable",
962
+ "value": "@entity.billableHours",
963
+ "icon": "dollar-sign",
964
+ "type": "stat-display"
965
+ },
966
+ {
967
+ "label": "Period start",
968
+ "value": "@entity.periodStart",
969
+ "type": "stat-display",
970
+ "icon": "calendar"
971
+ },
972
+ {
973
+ "type": "stat-display",
974
+ "icon": "calendar-check",
975
+ "value": "@entity.periodEnd",
976
+ "label": "Period end"
977
+ }
978
+ ],
979
+ "cols": 4.0
980
+ },
981
+ {
982
+ "type": "stack",
983
+ "children": [
984
+ {
985
+ "type": "button",
986
+ "action": "SUBMIT",
987
+ "label": "Submit",
988
+ "variant": "primary",
989
+ "actionPayload": {
990
+ "row": "@entity",
991
+ "id": "@entity.id"
992
+ }
993
+ },
994
+ {
995
+ "actionPayload": {
996
+ "row": "@entity",
997
+ "id": "@entity.id"
998
+ },
999
+ "label": "Approve",
1000
+ "variant": "primary",
1001
+ "action": "APPROVE",
1002
+ "type": "button"
1003
+ },
1004
+ {
1005
+ "actionPayload": {
1006
+ "row": "@entity",
1007
+ "id": "@entity.id"
1008
+ },
1009
+ "action": "REJECT",
1010
+ "type": "button",
1011
+ "label": "Reject",
1012
+ "variant": "danger"
1013
+ },
1014
+ {
1015
+ "action": "REQUEST_REVISION",
1016
+ "variant": "secondary",
1017
+ "label": "Revise",
1018
+ "type": "button",
1019
+ "actionPayload": {
1020
+ "id": "@entity.id",
1021
+ "row": "@entity"
1022
+ }
1023
+ },
1024
+ {
1025
+ "type": "button",
1026
+ "actionPayload": {
1027
+ "id": "@entity.id"
1028
+ },
1029
+ "action": "REQUEST_DELETE",
1030
+ "label": "Delete",
1031
+ "variant": "danger"
1032
+ }
1033
+ ],
1034
+ "direction": "horizontal",
1035
+ "gap": "sm",
1036
+ "align": "center"
855
1037
  }
856
1038
  ]
857
1039
  }
@@ -859,10 +1041,15 @@
859
1041
  ]
860
1042
  },
861
1043
  {
862
- "from": "viewing",
1044
+ "from": "browsing",
863
1045
  "to": "loading",
864
- "event": "SEARCH",
1046
+ "event": "REQUEST_DELETE",
865
1047
  "effects": [
1048
+ [
1049
+ "set",
1050
+ "@entity.id",
1051
+ "@payload.id"
1052
+ ],
866
1053
  [
867
1054
  "fetch",
868
1055
  "Timesheet",
@@ -877,30 +1064,30 @@
877
1064
  "render-ui",
878
1065
  "main",
879
1066
  {
880
- "gap": "md",
881
1067
  "type": "stack",
882
- "direction": "vertical",
883
- "align": "center",
884
1068
  "children": [
885
1069
  {
886
1070
  "type": "spinner"
887
1071
  },
888
1072
  {
889
- "type": "typography",
890
- "variant": "caption",
1073
+ "content": "Deleting timesheet…",
891
1074
  "color": "muted",
892
- "content": "Searching timesheets…"
1075
+ "variant": "caption",
1076
+ "type": "typography"
893
1077
  }
894
1078
  ],
895
- "className": "py-12"
1079
+ "align": "center",
1080
+ "className": "py-12",
1081
+ "direction": "vertical",
1082
+ "gap": "md"
896
1083
  }
897
1084
  ]
898
1085
  ]
899
1086
  },
900
1087
  {
901
- "from": "viewing",
1088
+ "from": "viewing_single",
902
1089
  "to": "loading",
903
- "event": "FILTER_STATUS",
1090
+ "event": "CLOSE_VIEW",
904
1091
  "effects": [
905
1092
  [
906
1093
  "fetch",
@@ -916,29 +1103,29 @@
916
1103
  "render-ui",
917
1104
  "main",
918
1105
  {
919
- "type": "stack",
1106
+ "className": "py-12",
920
1107
  "children": [
921
1108
  {
922
1109
  "type": "spinner"
923
1110
  },
924
1111
  {
925
- "type": "typography",
926
- "variant": "caption",
1112
+ "content": "Loading timesheets…",
927
1113
  "color": "muted",
928
- "content": "Filtering timesheets…"
1114
+ "type": "typography",
1115
+ "variant": "caption"
929
1116
  }
930
1117
  ],
931
- "direction": "vertical",
932
- "align": "center",
1118
+ "type": "stack",
933
1119
  "gap": "md",
934
- "className": "py-12"
1120
+ "align": "center",
1121
+ "direction": "vertical"
935
1122
  }
936
1123
  ]
937
1124
  ]
938
1125
  },
939
1126
  {
940
- "from": "viewing",
941
- "to": "viewing",
1127
+ "from": "viewing_single",
1128
+ "to": "loading",
942
1129
  "event": "SUBMIT",
943
1130
  "effects": [
944
1131
  [
@@ -946,20 +1133,43 @@
946
1133
  "@entity.id",
947
1134
  "@payload.id"
948
1135
  ],
1136
+ [
1137
+ "fetch",
1138
+ "Timesheet",
1139
+ {
1140
+ "emit": {
1141
+ "success": "TimesheetLoaded",
1142
+ "failure": "TimesheetLoadFailed"
1143
+ }
1144
+ }
1145
+ ],
949
1146
  [
950
1147
  "render-ui",
951
1148
  "main",
952
1149
  {
953
- "message": "Timesheet submitted",
954
- "variant": "success",
955
- "type": "alert"
1150
+ "type": "stack",
1151
+ "className": "py-12",
1152
+ "children": [
1153
+ {
1154
+ "type": "spinner"
1155
+ },
1156
+ {
1157
+ "variant": "caption",
1158
+ "content": "Submitting timesheet…",
1159
+ "color": "muted",
1160
+ "type": "typography"
1161
+ }
1162
+ ],
1163
+ "direction": "vertical",
1164
+ "gap": "md",
1165
+ "align": "center"
956
1166
  }
957
1167
  ]
958
1168
  ]
959
1169
  },
960
1170
  {
961
- "from": "viewing",
962
- "to": "viewing",
1171
+ "from": "viewing_single",
1172
+ "to": "loading",
963
1173
  "event": "APPROVE",
964
1174
  "effects": [
965
1175
  [
@@ -968,41 +1178,43 @@
968
1178
  "@payload.id"
969
1179
  ],
970
1180
  [
971
- "render-ui",
972
- "main",
1181
+ "fetch",
1182
+ "Timesheet",
973
1183
  {
974
- "variant": "success",
975
- "type": "alert",
976
- "message": "Timesheet approved"
1184
+ "emit": {
1185
+ "success": "TimesheetLoaded",
1186
+ "failure": "TimesheetLoadFailed"
1187
+ }
977
1188
  }
978
- ]
979
- ]
980
- },
981
- {
982
- "from": "viewing",
983
- "to": "viewing",
984
- "event": "REJECT",
985
- "effects": [
986
- [
987
- "set",
988
- "@entity.id",
989
- "@payload.id"
990
1189
  ],
991
1190
  [
992
1191
  "render-ui",
993
1192
  "main",
994
1193
  {
995
- "type": "alert",
996
- "variant": "info",
997
- "message": "Timesheet rejected"
1194
+ "children": [
1195
+ {
1196
+ "type": "spinner"
1197
+ },
1198
+ {
1199
+ "variant": "caption",
1200
+ "content": "Approving timesheet…",
1201
+ "color": "muted",
1202
+ "type": "typography"
1203
+ }
1204
+ ],
1205
+ "gap": "md",
1206
+ "type": "stack",
1207
+ "direction": "vertical",
1208
+ "align": "center",
1209
+ "className": "py-12"
998
1210
  }
999
1211
  ]
1000
1212
  ]
1001
1213
  },
1002
1214
  {
1003
- "from": "viewing",
1004
- "to": "viewing",
1005
- "event": "REQUEST_REVISION",
1215
+ "from": "viewing_single",
1216
+ "to": "loading",
1217
+ "event": "REJECT",
1006
1218
  "effects": [
1007
1219
  [
1008
1220
  "set",
@@ -1010,36 +1222,43 @@
1010
1222
  "@payload.id"
1011
1223
  ],
1012
1224
  [
1013
- "render-ui",
1014
- "main",
1225
+ "fetch",
1226
+ "Timesheet",
1015
1227
  {
1016
- "variant": "info",
1017
- "type": "alert",
1018
- "message": "Revision requested"
1228
+ "emit": {
1229
+ "failure": "TimesheetLoadFailed",
1230
+ "success": "TimesheetLoaded"
1231
+ }
1019
1232
  }
1020
- ]
1021
- ]
1022
- },
1023
- {
1024
- "from": "viewing",
1025
- "to": "viewing",
1026
- "event": "CREATE",
1027
- "effects": [
1233
+ ],
1028
1234
  [
1029
1235
  "render-ui",
1030
1236
  "main",
1031
1237
  {
1032
- "type": "alert",
1033
- "variant": "info",
1034
- "message": "Creating new timesheet"
1238
+ "className": "py-12",
1239
+ "direction": "vertical",
1240
+ "children": [
1241
+ {
1242
+ "type": "spinner"
1243
+ },
1244
+ {
1245
+ "type": "typography",
1246
+ "variant": "caption",
1247
+ "color": "muted",
1248
+ "content": "Rejecting timesheet…"
1249
+ }
1250
+ ],
1251
+ "gap": "md",
1252
+ "type": "stack",
1253
+ "align": "center"
1035
1254
  }
1036
1255
  ]
1037
1256
  ]
1038
1257
  },
1039
1258
  {
1040
- "from": "viewing",
1041
- "to": "viewing",
1042
- "event": "VIEW",
1259
+ "from": "viewing_single",
1260
+ "to": "loading",
1261
+ "event": "REQUEST_REVISION",
1043
1262
  "effects": [
1044
1263
  [
1045
1264
  "set",
@@ -1047,40 +1266,42 @@
1047
1266
  "@payload.id"
1048
1267
  ],
1049
1268
  [
1050
- "render-ui",
1051
- "main",
1269
+ "fetch",
1270
+ "Timesheet",
1052
1271
  {
1053
- "variant": "info",
1054
- "message": "Viewing timesheet",
1055
- "type": "alert"
1272
+ "emit": {
1273
+ "failure": "TimesheetLoadFailed",
1274
+ "success": "TimesheetLoaded"
1275
+ }
1056
1276
  }
1057
- ]
1058
- ]
1059
- },
1060
- {
1061
- "from": "viewing",
1062
- "to": "viewing",
1063
- "event": "EDIT",
1064
- "effects": [
1065
- [
1066
- "set",
1067
- "@entity.id",
1068
- "@payload.id"
1069
1277
  ],
1070
1278
  [
1071
1279
  "render-ui",
1072
1280
  "main",
1073
1281
  {
1074
- "message": "Editing timesheet",
1075
- "type": "alert",
1076
- "variant": "info"
1282
+ "type": "stack",
1283
+ "align": "center",
1284
+ "direction": "vertical",
1285
+ "className": "py-12",
1286
+ "children": [
1287
+ {
1288
+ "type": "spinner"
1289
+ },
1290
+ {
1291
+ "type": "typography",
1292
+ "variant": "caption",
1293
+ "color": "muted",
1294
+ "content": "Requesting revision…"
1295
+ }
1296
+ ],
1297
+ "gap": "md"
1077
1298
  }
1078
1299
  ]
1079
1300
  ]
1080
1301
  },
1081
1302
  {
1082
- "from": "viewing",
1083
- "to": "viewing",
1303
+ "from": "viewing_single",
1304
+ "to": "loading",
1084
1305
  "event": "REQUEST_DELETE",
1085
1306
  "effects": [
1086
1307
  [
@@ -1088,13 +1309,36 @@
1088
1309
  "@entity.id",
1089
1310
  "@payload.id"
1090
1311
  ],
1312
+ [
1313
+ "fetch",
1314
+ "Timesheet",
1315
+ {
1316
+ "emit": {
1317
+ "success": "TimesheetLoaded",
1318
+ "failure": "TimesheetLoadFailed"
1319
+ }
1320
+ }
1321
+ ],
1091
1322
  [
1092
1323
  "render-ui",
1093
1324
  "main",
1094
1325
  {
1095
- "type": "alert",
1096
- "variant": "warning",
1097
- "message": "Delete requested"
1326
+ "align": "center",
1327
+ "type": "stack",
1328
+ "direction": "vertical",
1329
+ "gap": "md",
1330
+ "className": "py-12",
1331
+ "children": [
1332
+ {
1333
+ "type": "spinner"
1334
+ },
1335
+ {
1336
+ "color": "muted",
1337
+ "variant": "caption",
1338
+ "type": "typography",
1339
+ "content": "Deleting timesheet…"
1340
+ }
1341
+ ]
1098
1342
  }
1099
1343
  ]
1100
1344
  ]
@@ -1148,4 +1392,4 @@
1148
1392
  ]
1149
1393
  }
1150
1394
  ]
1151
- }
1395
+ }