@almadar/std 16.9.1 → 16.9.2

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 (252) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  2. package/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  3. package/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  4. package/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  5. package/behaviors/registry/core/atoms/std-board.orb +289 -288
  6. package/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  7. package/behaviors/registry/core/atoms/std-browse.orb +118 -115
  8. package/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  9. package/behaviors/registry/core/atoms/std-calendar.orb +48 -47
  10. package/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  11. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  12. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  13. package/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  14. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  15. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  16. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  17. package/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  18. package/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  19. package/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  20. package/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  21. package/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  22. package/behaviors/registry/core/atoms/std-export.orb +63 -63
  23. package/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  24. package/behaviors/registry/core/atoms/std-filter.orb +36 -36
  25. package/behaviors/registry/core/atoms/std-flag.orb +92 -92
  26. package/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  27. package/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  28. package/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  29. package/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  30. package/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  31. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  32. package/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  33. package/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  34. package/behaviors/registry/core/atoms/std-modal.orb +39 -36
  35. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  36. package/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  37. package/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  38. package/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  39. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  40. package/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  41. package/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  42. package/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  43. package/behaviors/registry/core/atoms/std-related.orb +34 -31
  44. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  45. package/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  46. package/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  47. package/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  48. package/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  49. package/behaviors/registry/core/atoms/std-search.orb +11 -11
  50. package/behaviors/registry/core/atoms/std-selection.orb +103 -100
  51. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  52. package/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  53. package/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  54. package/behaviors/registry/core/atoms/std-stats.orb +326 -325
  55. package/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  56. package/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  57. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  58. package/behaviors/registry/core/atoms/std-thread.orb +64 -63
  59. package/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  60. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  61. package/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  62. package/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  63. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  64. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  66. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  67. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  73. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  74. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  75. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  76. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  77. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  78. package/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  79. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  80. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  81. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  82. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  83. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  84. package/dist/behaviors/behaviors-registry.json +1 -1
  85. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  86. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  87. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  88. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  89. package/dist/behaviors/registry/core/atoms/std-board.orb +289 -288
  90. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  91. package/dist/behaviors/registry/core/atoms/std-browse.orb +118 -115
  92. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  93. package/dist/behaviors/registry/core/atoms/std-calendar.orb +48 -47
  94. package/dist/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  95. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  96. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  97. package/dist/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  98. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  99. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  100. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  101. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  102. package/dist/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  103. package/dist/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  104. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  105. package/dist/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  106. package/dist/behaviors/registry/core/atoms/std-export.orb +63 -63
  107. package/dist/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  108. package/dist/behaviors/registry/core/atoms/std-filter.orb +36 -36
  109. package/dist/behaviors/registry/core/atoms/std-flag.orb +92 -92
  110. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  111. package/dist/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  112. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  113. package/dist/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  114. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  115. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  116. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  117. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  118. package/dist/behaviors/registry/core/atoms/std-modal.orb +39 -36
  119. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  120. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  121. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  122. package/dist/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  123. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  124. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  125. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  126. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  127. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -31
  128. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  129. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  130. package/dist/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  131. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  132. package/dist/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  133. package/dist/behaviors/registry/core/atoms/std-search.orb +11 -11
  134. package/dist/behaviors/registry/core/atoms/std-selection.orb +103 -100
  135. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  136. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  137. package/dist/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  138. package/dist/behaviors/registry/core/atoms/std-stats.orb +326 -325
  139. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  140. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  141. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  142. package/dist/behaviors/registry/core/atoms/std-thread.orb +64 -63
  143. package/dist/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  144. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  145. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  146. package/dist/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  147. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  148. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  150. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  151. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  157. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  158. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  159. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  160. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  161. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  162. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  163. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  164. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  165. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  166. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  167. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  168. package/dist/behaviors-registry.json +1 -1
  169. package/dist/registry/core/atoms/std-app-layout.orb +81 -78
  170. package/dist/registry/core/atoms/std-approval-gate.orb +84 -83
  171. package/dist/registry/core/atoms/std-audit-capture.orb +16 -15
  172. package/dist/registry/core/atoms/std-billable-hour.orb +125 -125
  173. package/dist/registry/core/atoms/std-board.orb +289 -288
  174. package/dist/registry/core/atoms/std-branching-logic.orb +118 -118
  175. package/dist/registry/core/atoms/std-browse.orb +118 -115
  176. package/dist/registry/core/atoms/std-cache-aside.orb +120 -120
  177. package/dist/registry/core/atoms/std-calendar.orb +48 -47
  178. package/dist/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  179. package/dist/registry/core/atoms/std-circuit-breaker.orb +210 -210
  180. package/dist/registry/core/atoms/std-confirmation.orb +33 -32
  181. package/dist/registry/core/atoms/std-cross-reference.orb +19 -19
  182. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  183. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  184. package/dist/registry/core/atoms/std-dashboard-summary.orb +84 -84
  185. package/dist/registry/core/atoms/std-data-erasure.orb +71 -71
  186. package/dist/registry/core/atoms/std-date-range.orb +24 -24
  187. package/dist/registry/core/atoms/std-drawer.orb +12 -9
  188. package/dist/registry/core/atoms/std-esign-request.orb +32 -32
  189. package/dist/registry/core/atoms/std-event-log.orb +170 -170
  190. package/dist/registry/core/atoms/std-export.orb +63 -63
  191. package/dist/registry/core/atoms/std-file-store.orb +157 -157
  192. package/dist/registry/core/atoms/std-filter.orb +36 -36
  193. package/dist/registry/core/atoms/std-flag.orb +92 -92
  194. package/dist/registry/core/atoms/std-form-advanced.orb +66 -66
  195. package/dist/registry/core/atoms/std-gallery.orb +30 -29
  196. package/dist/registry/core/atoms/std-geosearch.orb +27 -27
  197. package/dist/registry/core/atoms/std-graphs.orb +180 -180
  198. package/dist/registry/core/atoms/std-hero-banner.orb +22 -22
  199. package/dist/registry/core/atoms/std-image-upload-multi.orb +63 -63
  200. package/dist/registry/core/atoms/std-lifecycle.orb +28 -28
  201. package/dist/registry/core/atoms/std-mod-queue.orb +53 -53
  202. package/dist/registry/core/atoms/std-modal.orb +39 -36
  203. package/dist/registry/core/atoms/std-multi-party-flow.orb +598 -597
  204. package/dist/registry/core/atoms/std-notify-on-event.orb +37 -31
  205. package/dist/registry/core/atoms/std-page-tree.orb +132 -132
  206. package/dist/registry/core/atoms/std-pagination.orb +11 -11
  207. package/dist/registry/core/atoms/std-push.orb +43 -43
  208. package/dist/registry/core/atoms/std-rate-limiter.orb +216 -216
  209. package/dist/registry/core/atoms/std-rating-review.orb +647 -647
  210. package/dist/registry/core/atoms/std-recurrence.orb +169 -169
  211. package/dist/registry/core/atoms/std-related.orb +34 -31
  212. package/dist/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  213. package/dist/registry/core/atoms/std-rich-editor.orb +113 -113
  214. package/dist/registry/core/atoms/std-row-access-control.orb +21 -20
  215. package/dist/registry/core/atoms/std-saved-search.orb +89 -89
  216. package/dist/registry/core/atoms/std-scatter.orb +85 -85
  217. package/dist/registry/core/atoms/std-search.orb +11 -11
  218. package/dist/registry/core/atoms/std-selection.orb +103 -100
  219. package/dist/registry/core/atoms/std-sidebar-meta.orb +77 -77
  220. package/dist/registry/core/atoms/std-signature-capture.orb +85 -85
  221. package/dist/registry/core/atoms/std-stack-layout.orb +17 -17
  222. package/dist/registry/core/atoms/std-stats.orb +326 -325
  223. package/dist/registry/core/atoms/std-step-flow.orb +150 -149
  224. package/dist/registry/core/atoms/std-tabs.orb +47 -46
  225. package/dist/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  226. package/dist/registry/core/atoms/std-thread.orb +64 -63
  227. package/dist/registry/core/atoms/std-version-history.orb +155 -155
  228. package/dist/registry/core/atoms/std-vote.orb +39 -39
  229. package/dist/registry/core/atoms/std-wizard-form.orb +177 -177
  230. package/dist/registry/core/atoms/std-wizard.orb +183 -183
  231. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  232. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  234. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  235. package/dist/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  241. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  242. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  243. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  244. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  245. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  246. package/dist/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  247. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  248. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  249. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  250. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  251. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  252. package/package.json +1 -1
@@ -280,8 +280,8 @@
280
280
  "BillableHour",
281
281
  {
282
282
  "emit": {
283
- "success": "BillableHourLoaded",
284
- "failure": "BillableHourLoadFailed"
283
+ "failure": "BillableHourLoadFailed",
284
+ "success": "BillableHourLoaded"
285
285
  }
286
286
  }
287
287
  ],
@@ -289,22 +289,22 @@
289
289
  "render-ui",
290
290
  "main",
291
291
  {
292
+ "type": "stack",
293
+ "gap": "md",
292
294
  "children": [
293
295
  {
294
296
  "type": "spinner"
295
297
  },
296
298
  {
297
- "color": "muted",
298
- "type": "typography",
299
299
  "variant": "caption",
300
+ "type": "typography",
301
+ "color": "muted",
300
302
  "content": "Loading time entries…"
301
303
  }
302
304
  ],
305
+ "align": "center",
303
306
  "direction": "vertical",
304
- "className": "py-12",
305
- "gap": "md",
306
- "type": "stack",
307
- "align": "center"
307
+ "className": "py-12"
308
308
  }
309
309
  ]
310
310
  ]
@@ -319,10 +319,13 @@
319
319
  "main",
320
320
  {
321
321
  "direction": "vertical",
322
- "type": "stack",
323
322
  "gap": "md",
323
+ "type": "stack",
324
324
  "children": [
325
325
  {
326
+ "type": "stack",
327
+ "align": "center",
328
+ "direction": "horizontal",
326
329
  "children": [
327
330
  {
328
331
  "type": "icon",
@@ -334,59 +337,55 @@
334
337
  "type": "typography"
335
338
  }
336
339
  ],
337
- "align": "center",
338
- "type": "stack",
339
- "direction": "horizontal",
340
340
  "gap": "sm"
341
341
  },
342
342
  {
343
+ "type": "simple-grid",
344
+ "cols": 4.0,
343
345
  "children": [
344
346
  {
345
347
  "type": "stat-display",
346
- "look": "@config.statLook",
347
348
  "label": "Total entries",
348
- "icon": "clock",
349
- "value": "@payload.data.length"
349
+ "look": "@config.statLook",
350
+ "value": "@payload.data.length",
351
+ "icon": "clock"
350
352
  },
351
353
  {
352
354
  "value": "248",
353
355
  "icon": "hourglass",
354
- "look": "@config.statLook",
355
356
  "type": "stat-display",
356
- "label": "Unbilled hours"
357
+ "label": "Unbilled hours",
358
+ "look": "@config.statLook"
357
359
  },
358
360
  {
359
- "look": "@config.statLook",
360
361
  "label": "Invoiced this month",
361
- "type": "stat-display",
362
362
  "value": "32",
363
- "icon": "file-text"
363
+ "type": "stat-display",
364
+ "icon": "file-text",
365
+ "look": "@config.statLook"
364
366
  },
365
367
  {
366
368
  "value": "4",
367
369
  "look": "@config.statLook",
370
+ "icon": "x-circle",
368
371
  "type": "stat-display",
369
- "label": "Written off",
370
- "icon": "x-circle"
372
+ "label": "Written off"
371
373
  }
372
- ],
373
- "type": "simple-grid",
374
- "cols": 4.0
374
+ ]
375
375
  },
376
376
  {
377
377
  "type": "divider"
378
378
  },
379
379
  {
380
- "entity": "@payload.data",
381
380
  "fields": [
382
381
  {
383
382
  "label": "Worker",
384
- "variant": "caption",
385
- "name": "workerName"
383
+ "name": "workerName",
384
+ "variant": "caption"
386
385
  },
387
386
  {
388
- "variant": "caption",
389
387
  "label": "Matter",
388
+ "variant": "caption",
390
389
  "name": "matterId"
391
390
  },
392
391
  {
@@ -405,28 +404,29 @@
405
404
  "variant": "caption"
406
405
  },
407
406
  {
408
- "label": "Status",
409
407
  "variant": "badge",
408
+ "label": "Status",
410
409
  "name": "invoiceStatus"
411
410
  }
412
411
  ],
412
+ "gap": "sm",
413
+ "type": "data-grid",
414
+ "cols": 1.0,
415
+ "entity": "@payload.data",
413
416
  "itemActions": [
414
417
  {
415
- "variant": "primary",
418
+ "icon": "arrow-right",
416
419
  "label": "Open",
417
420
  "event": "OPEN_HOURS",
418
- "icon": "arrow-right"
421
+ "variant": "primary"
419
422
  },
420
423
  {
421
- "event": "WRITE_OFF_HOURS",
422
424
  "variant": "danger",
425
+ "event": "WRITE_OFF_HOURS",
423
426
  "label": "Write Off"
424
427
  }
425
428
  ],
426
- "type": "data-grid",
427
- "look": "@config.tableLook",
428
- "cols": 1.0,
429
- "gap": "sm"
429
+ "look": "@config.tableLook"
430
430
  }
431
431
  ]
432
432
  }
@@ -443,8 +443,8 @@
443
443
  "main",
444
444
  {
445
445
  "message": "@payload.error",
446
- "type": "alert",
447
- "variant": "error"
446
+ "variant": "error",
447
+ "type": "alert"
448
448
  }
449
449
  ]
450
450
  ]
@@ -513,24 +513,23 @@
513
513
  "render-ui",
514
514
  "main",
515
515
  {
516
- "gap": "md",
517
- "direction": "vertical",
518
516
  "children": [
519
517
  {
518
+ "align": "center",
520
519
  "children": [
521
520
  {
522
- "label": "Back",
523
521
  "action": "CLOSE_VIEW",
524
522
  "type": "button",
523
+ "label": "Back",
525
524
  "variant": "ghost"
526
525
  },
527
526
  {
528
- "name": "clock",
529
- "type": "icon"
527
+ "type": "icon",
528
+ "name": "clock"
530
529
  },
531
530
  {
532
- "variant": "h3",
533
531
  "type": "typography",
532
+ "variant": "h3",
534
533
  "content": "@entity.workerName"
535
534
  },
536
535
  {
@@ -539,74 +538,73 @@
539
538
  "type": "badge"
540
539
  }
541
540
  ],
542
- "type": "stack",
543
- "direction": "horizontal",
544
541
  "gap": "sm",
545
- "align": "center"
542
+ "direction": "horizontal",
543
+ "type": "stack"
546
544
  },
547
545
  {
548
546
  "type": "divider"
549
547
  },
550
548
  {
551
- "gap": "sm",
552
549
  "children": [
553
550
  {
554
- "gap": "md",
555
551
  "children": [
556
552
  {
557
- "type": "typography",
558
553
  "color": "muted",
554
+ "content": "Matter",
559
555
  "variant": "caption",
560
- "content": "Matter"
556
+ "type": "typography"
561
557
  },
562
558
  {
563
- "variant": "body",
564
559
  "content": "@entity.matterId",
565
- "type": "typography"
560
+ "type": "typography",
561
+ "variant": "body"
566
562
  }
567
563
  ],
568
- "type": "stack",
569
- "direction": "horizontal"
564
+ "direction": "horizontal",
565
+ "gap": "md",
566
+ "type": "stack"
570
567
  },
571
568
  {
569
+ "type": "stack",
572
570
  "gap": "md",
573
571
  "direction": "horizontal",
574
572
  "children": [
575
573
  {
576
574
  "type": "typography",
575
+ "color": "muted",
577
576
  "variant": "caption",
578
- "content": "Project",
579
- "color": "muted"
577
+ "content": "Project"
580
578
  },
581
579
  {
582
- "type": "typography",
580
+ "variant": "body",
583
581
  "content": "@entity.projectId",
584
- "variant": "body"
582
+ "type": "typography"
585
583
  }
586
- ],
587
- "type": "stack"
584
+ ]
588
585
  },
589
586
  {
590
- "type": "stack",
591
587
  "gap": "md",
592
588
  "direction": "horizontal",
589
+ "type": "stack",
593
590
  "children": [
594
591
  {
595
592
  "variant": "caption",
593
+ "type": "typography",
596
594
  "color": "muted",
597
- "content": "Description",
598
- "type": "typography"
595
+ "content": "Description"
599
596
  },
600
597
  {
601
- "type": "typography",
598
+ "variant": "body",
602
599
  "content": "@entity.description",
603
- "variant": "body"
600
+ "type": "typography"
604
601
  }
605
602
  ]
606
603
  }
607
604
  ],
605
+ "type": "stack",
608
606
  "direction": "vertical",
609
- "type": "stack"
607
+ "gap": "sm"
610
608
  },
611
609
  {
612
610
  "type": "divider"
@@ -616,55 +614,57 @@
616
614
  "children": [
617
615
  {
618
616
  "type": "stat-display",
619
- "look": "@config.statLook",
620
- "label": "Hours",
621
617
  "value": "@entity.hours",
622
- "icon": "clock"
618
+ "label": "Hours",
619
+ "icon": "clock",
620
+ "look": "@config.statLook"
623
621
  },
624
622
  {
625
- "type": "stat-display",
626
623
  "label": "Rate",
627
624
  "value": "@entity.rate",
625
+ "icon": "dollar-sign",
628
626
  "look": "@config.statLook",
629
- "icon": "dollar-sign"
627
+ "type": "stat-display"
630
628
  },
631
629
  {
632
630
  "value": "@entity.workDate",
633
- "look": "@config.statLook",
634
631
  "label": "Date",
635
632
  "type": "stat-display",
636
- "icon": "calendar"
633
+ "icon": "calendar",
634
+ "look": "@config.statLook"
637
635
  }
638
636
  ],
639
637
  "type": "simple-grid"
640
638
  },
641
639
  {
642
- "align": "center",
643
- "direction": "horizontal",
644
640
  "children": [
645
641
  {
646
- "variant": "primary",
647
- "type": "button",
648
- "label": "Invoice",
649
642
  "actionPayload": {
650
643
  "id": "@entity.id"
651
644
  },
652
- "action": "INVOICE_HOURS"
645
+ "label": "Invoice",
646
+ "type": "button",
647
+ "action": "INVOICE_HOURS",
648
+ "variant": "primary"
653
649
  },
654
650
  {
655
- "type": "button",
656
651
  "label": "Write Off",
657
- "variant": "danger",
652
+ "type": "button",
653
+ "action": "WRITE_OFF_HOURS",
658
654
  "actionPayload": {
659
655
  "id": "@entity.id"
660
656
  },
661
- "action": "WRITE_OFF_HOURS"
657
+ "variant": "danger"
662
658
  }
663
659
  ],
660
+ "gap": "sm",
664
661
  "type": "stack",
665
- "gap": "sm"
662
+ "align": "center",
663
+ "direction": "horizontal"
666
664
  }
667
665
  ],
666
+ "gap": "md",
667
+ "direction": "vertical",
668
668
  "type": "stack"
669
669
  }
670
670
  ]
@@ -694,22 +694,22 @@
694
694
  "render-ui",
695
695
  "main",
696
696
  {
697
- "direction": "vertical",
698
- "align": "center",
699
- "className": "py-12",
697
+ "type": "stack",
698
+ "gap": "md",
700
699
  "children": [
701
700
  {
702
701
  "type": "spinner"
703
702
  },
704
703
  {
705
- "variant": "caption",
704
+ "color": "muted",
706
705
  "type": "typography",
707
- "content": "Writing off hours…",
708
- "color": "muted"
706
+ "variant": "caption",
707
+ "content": "Writing off hours…"
709
708
  }
710
709
  ],
711
- "type": "stack",
712
- "gap": "md"
710
+ "align": "center",
711
+ "className": "py-12",
712
+ "direction": "vertical"
713
713
  }
714
714
  ]
715
715
  ]
@@ -733,21 +733,21 @@
733
733
  "render-ui",
734
734
  "main",
735
735
  {
736
- "className": "py-12",
737
736
  "children": [
738
737
  {
739
738
  "type": "spinner"
740
739
  },
741
740
  {
742
741
  "variant": "caption",
743
- "color": "muted",
744
742
  "type": "typography",
743
+ "color": "muted",
745
744
  "content": "Loading time entries…"
746
745
  }
747
746
  ],
748
747
  "gap": "md",
749
- "type": "stack",
748
+ "className": "py-12",
750
749
  "align": "center",
750
+ "type": "stack",
751
751
  "direction": "vertical"
752
752
  }
753
753
  ]
@@ -768,8 +768,8 @@
768
768
  "BillableHour",
769
769
  {
770
770
  "emit": {
771
- "failure": "BillableHourLoadFailed",
772
- "success": "BillableHourLoaded"
771
+ "success": "BillableHourLoaded",
772
+ "failure": "BillableHourLoadFailed"
773
773
  }
774
774
  }
775
775
  ],
@@ -777,22 +777,22 @@
777
777
  "render-ui",
778
778
  "main",
779
779
  {
780
- "type": "stack",
781
- "align": "center",
782
- "gap": "md",
783
- "direction": "vertical",
784
- "className": "py-12",
785
780
  "children": [
786
781
  {
787
782
  "type": "spinner"
788
783
  },
789
784
  {
790
- "type": "typography",
791
- "content": "Invoicing hours…",
792
785
  "variant": "caption",
793
- "color": "muted"
786
+ "color": "muted",
787
+ "type": "typography",
788
+ "content": "Invoicing hours…"
794
789
  }
795
- ]
790
+ ],
791
+ "direction": "vertical",
792
+ "align": "center",
793
+ "className": "py-12",
794
+ "gap": "md",
795
+ "type": "stack"
796
796
  }
797
797
  ]
798
798
  ]
@@ -812,8 +812,8 @@
812
812
  "BillableHour",
813
813
  {
814
814
  "emit": {
815
- "failure": "BillableHourLoadFailed",
816
- "success": "BillableHourLoaded"
815
+ "success": "BillableHourLoaded",
816
+ "failure": "BillableHourLoadFailed"
817
817
  }
818
818
  }
819
819
  ],
@@ -821,22 +821,22 @@
821
821
  "render-ui",
822
822
  "main",
823
823
  {
824
+ "align": "center",
825
+ "type": "stack",
826
+ "direction": "vertical",
827
+ "gap": "md",
828
+ "className": "py-12",
824
829
  "children": [
825
830
  {
826
831
  "type": "spinner"
827
832
  },
828
833
  {
829
- "color": "muted",
830
- "type": "typography",
831
834
  "content": "Writing off hours…",
832
- "variant": "caption"
835
+ "type": "typography",
836
+ "variant": "caption",
837
+ "color": "muted"
833
838
  }
834
- ],
835
- "type": "stack",
836
- "direction": "vertical",
837
- "gap": "md",
838
- "align": "center",
839
- "className": "py-12"
839
+ ]
840
840
  }
841
841
  ]
842
842
  ]
@@ -883,13 +883,6 @@
883
883
  "card-rows"
884
884
  ]
885
885
  },
886
- "title": {
887
- "type": "string",
888
- "default": "Time Entries",
889
- "label": "Section title",
890
- "description": "Heading shown above the time-entries list",
891
- "tier": "presentation"
892
- },
893
886
  "statLook": {
894
887
  "type": "string",
895
888
  "default": "elevated",
@@ -903,6 +896,13 @@
903
896
  "gauge",
904
897
  "sparkline"
905
898
  ]
899
+ },
900
+ "title": {
901
+ "type": "string",
902
+ "default": "Time Entries",
903
+ "label": "Section title",
904
+ "description": "Heading shown above the time-entries list",
905
+ "tier": "presentation"
906
906
  }
907
907
  },
908
908
  "scope": "collection"