@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
@@ -21,15 +21,15 @@
21
21
  "items": {
22
22
  "type": "object",
23
23
  "properties": {
24
- "value": {
25
- "name": "value",
26
- "type": "number",
27
- "required": true
28
- },
29
24
  "label": {
30
25
  "name": "label",
31
26
  "type": "string",
32
27
  "required": true
28
+ },
29
+ "value": {
30
+ "name": "value",
31
+ "type": "number",
32
+ "required": true
33
33
  }
34
34
  }
35
35
  }
@@ -83,8 +83,8 @@
83
83
  "label": "Active"
84
84
  },
85
85
  {
86
- "label": "Pending",
87
- "value": 3.0
86
+ "value": 3.0,
87
+ "label": "Pending"
88
88
  },
89
89
  {
90
90
  "value": 1.0,
@@ -96,19 +96,19 @@
96
96
  "render-ui",
97
97
  "main",
98
98
  {
99
- "subtitle": "@config.subtitle",
100
- "title": "@config.title",
101
- "series": "@config.series",
99
+ "data": "@entity.chartData",
100
+ "showLegend": "@config.showLegend",
102
101
  "height": "@config.height",
103
- "look": "@config.chartLook",
104
- "timeAxis": "@config.timeAxis",
105
- "chartType": "@config.chartType",
106
102
  "type": "@config.viewPattern",
107
- "data": "@entity.chartData",
108
103
  "showValues": "@config.showValues",
104
+ "timeAxis": "@config.timeAxis",
109
105
  "stack": "@config.stack",
106
+ "subtitle": "@config.subtitle",
107
+ "look": "@config.chartLook",
108
+ "title": "@config.title",
110
109
  "drillEvent": "@config.drillEvent",
111
- "showLegend": "@config.showLegend"
110
+ "series": "@config.series",
111
+ "chartType": "@config.chartType"
112
112
  }
113
113
  ]
114
114
  ]
@@ -167,6 +167,11 @@
167
167
  "fn",
168
168
  "entry",
169
169
  {
170
+ "label": [
171
+ "object/get",
172
+ "@entry",
173
+ "0"
174
+ ],
170
175
  "value": [
171
176
  "if",
172
177
  [
@@ -242,11 +247,6 @@
242
247
  ]
243
248
  ]
244
249
  ]
245
- ],
246
- "label": [
247
- "object/get",
248
- "@entry",
249
- "0"
250
250
  ]
251
251
  }
252
252
  ]
@@ -294,19 +294,19 @@
294
294
  "render-ui",
295
295
  "main",
296
296
  {
297
- "series": "@config.series",
298
- "subtitle": "@config.subtitle",
299
297
  "showValues": "@config.showValues",
298
+ "stack": "@config.stack",
300
299
  "timeAxis": "@config.timeAxis",
301
300
  "drillEvent": "@config.drillEvent",
302
- "chartType": "@config.chartType",
303
- "showLegend": "@config.showLegend",
304
301
  "height": "@config.height",
302
+ "data": "@entity.chartData",
303
+ "subtitle": "@config.subtitle",
304
+ "chartType": "@config.chartType",
305
305
  "type": "@config.viewPattern",
306
- "stack": "@config.stack",
307
- "look": "@config.chartLook",
308
306
  "title": "@config.title",
309
- "data": "@entity.chartData"
307
+ "series": "@config.series",
308
+ "showLegend": "@config.showLegend",
309
+ "look": "@config.chartLook"
310
310
  }
311
311
  ]
312
312
  ]
@@ -314,29 +314,6 @@
314
314
  ]
315
315
  },
316
316
  "config": {
317
- "valueField": {
318
- "type": "string",
319
- "default": "",
320
- "label": "Value field",
321
- "description": "Numeric field aggregated per bucket (blank = row count)",
322
- "synonyms": "the numeric column to aggregate. empty string counts rows. user phrases: 'sum revenue' -> valueField=revenue + aggregation=sum",
323
- "tier": "presentation"
324
- },
325
- "period": {
326
- "type": "string",
327
- "default": "month",
328
- "label": "Group by month / quarter / week / day / year",
329
- "description": "Group by month, quarter, week, day, or year — the calendar bucket the chart groups data into. Set ALONGSIDE timeAxis=true whenever the user says 'group by <time-unit>' or 'by <time-unit>' or 'rebucket to <time-unit>' or 'instead of <other-time-unit>'.",
330
- "synonyms": "regroup / rebucket / change bucket / group differently. user phrases: 'group by month' / 'by month' / 'monthly' / 'monthly buckets' / 'switch to monthly' / 'instead of quarter' -> month; 'group by quarter' / 'by quarter' / 'quarterly' -> quarter; 'group by week' / 'by week' / 'weekly' / 'weekly buckets' -> week; 'group by day' / 'by day' / 'daily' / 'daily buckets' -> day; 'group by year' / 'by year' / 'yearly' / 'annually' -> year. Whenever the user voices 'group by <time-unit>' BOTH period AND timeAxis=true should be set.",
331
- "tier": "presentation",
332
- "values": [
333
- "day",
334
- "week",
335
- "month",
336
- "quarter",
337
- "year"
338
- ]
339
- },
340
317
  "sortDir": {
341
318
  "type": "string",
342
319
  "default": "desc",
@@ -349,31 +326,31 @@
349
326
  "desc"
350
327
  ]
351
328
  },
352
- "drillEvent": {
353
- "type": "string",
354
- "default": "",
355
- "label": "Drill event",
356
- "description": "Event emitted when a user clicks a chart point",
357
- "synonyms": "click-through navigation event. user phrases: 'on click navigate to X' / 'drill into X' / 'when clicked open X' -> X event name",
358
- "tier": "internal"
359
- },
360
- "chartType": {
329
+ "chartLook": {
361
330
  "type": "string",
362
- "default": "bar",
363
- "label": "Chart type",
364
- "description": "Visual format for the rendered chart",
365
- "synonyms": "bar = vertical bars, line = connected line, pie = pie chart, donut = pie with hole, area = filled area chart, histogram = frequency distribution, scatter = XY scatter. user phrases: 'switch to donut' / 'make it a donut' / 'as a donut chart' -> donut; 'use a pie chart' -> pie; 'show as line' / 'line chart' -> line; 'as bars' / 'bar chart' -> bar",
331
+ "default": "bar-vertical",
332
+ "label": "Chart look",
333
+ "description": "Layer 2 visual treatment — selects the chart kind (bar / line / pie / etc.).",
366
334
  "tier": "presentation",
367
335
  "values": [
368
- "bar",
336
+ "bar-vertical",
337
+ "bar-horizontal",
369
338
  "line",
370
- "pie",
371
339
  "area",
340
+ "pie",
372
341
  "donut",
373
- "histogram",
374
- "scatter"
342
+ "scatter",
343
+ "histogram"
375
344
  ]
376
345
  },
346
+ "drillEvent": {
347
+ "type": "string",
348
+ "default": "",
349
+ "label": "Drill event",
350
+ "description": "Event emitted when a user clicks a chart point",
351
+ "synonyms": "click-through navigation event. user phrases: 'on click navigate to X' / 'drill into X' / 'when clicked open X' -> X event name",
352
+ "tier": "internal"
353
+ },
377
354
  "timeAxis": {
378
355
  "type": "boolean",
379
356
  "default": false,
@@ -382,6 +359,54 @@
382
359
  "synonyms": "true means group by date / month / time. user phrases: 'group by month / week / year / date' -> set timeAxis=true; 'group by status / category' -> timeAxis=false",
383
360
  "tier": "presentation"
384
361
  },
362
+ "series": {
363
+ "type": "[SeriesSpec]",
364
+ "default": [],
365
+ "label": "Series",
366
+ "description": "Pre-formatted multi-series spec for stacked or layered charts",
367
+ "synonyms": "multiple lines / bars per category. user phrases: 'compare X and Y' -> add two series entries",
368
+ "tier": "presentation",
369
+ "items": {
370
+ "type": "object",
371
+ "properties": {
372
+ "data": {
373
+ "name": "data",
374
+ "type": "array",
375
+ "required": false,
376
+ "items": {
377
+ "type": "object",
378
+ "properties": {
379
+ "label": {
380
+ "name": "label",
381
+ "type": "string",
382
+ "required": true
383
+ },
384
+ "value": {
385
+ "name": "value",
386
+ "type": "number",
387
+ "required": true
388
+ }
389
+ }
390
+ }
391
+ },
392
+ "dashed": {
393
+ "name": "dashed",
394
+ "type": "boolean",
395
+ "required": false
396
+ },
397
+ "name": {
398
+ "name": "name",
399
+ "type": "string",
400
+ "required": true
401
+ },
402
+ "color": {
403
+ "name": "color",
404
+ "type": "string",
405
+ "required": false
406
+ }
407
+ }
408
+ }
409
+ },
385
410
  "sortField": {
386
411
  "type": "string",
387
412
  "default": "none",
@@ -395,20 +420,12 @@
395
420
  "none"
396
421
  ]
397
422
  },
398
- "showValues": {
399
- "type": "boolean",
400
- "default": false,
401
- "label": "Show values",
402
- "description": "Render the numeric value on top of each data point",
403
- "synonyms": "user phrases: 'show values' / 'show numbers on bars' / 'with data labels' / 'label the bars' -> true; 'hide values' / 'no labels' -> false",
404
- "tier": "presentation"
405
- },
406
- "showLegend": {
407
- "type": "boolean",
408
- "default": true,
409
- "label": "Show legend",
410
- "description": "Display the series legend",
411
- "synonyms": "true shows the color key. user phrases: 'show legend' / 'show the legend' / 'show key' / 'with legend' / 'with a legend' -> true; 'hide legend' / 'no legend' / 'without legend' / 'remove legend' -> false",
423
+ "timeField": {
424
+ "type": "string",
425
+ "default": "date",
426
+ "label": "Date field",
427
+ "description": "Entity field used as the time axis when timeAxis is on",
428
+ "synonyms": "the date / timestamp / created-at column. set when timeAxis=true",
412
429
  "tier": "presentation"
413
430
  },
414
431
  "height": {
@@ -419,37 +436,40 @@
419
436
  "synonyms": "vertical size in pixels. user phrases: 'taller' / 'make it taller' / 'increase height' / 'bigger vertically' -> larger number (e.g. 300, 400); 'shorter' / 'smaller' -> smaller; 'set height to 300' / '300px tall' -> 300",
420
437
  "tier": "presentation"
421
438
  },
422
- "timeField": {
439
+ "stack": {
423
440
  "type": "string",
424
- "default": "date",
425
- "label": "Date field",
426
- "description": "Entity field used as the time axis when timeAxis is on",
427
- "synonyms": "the date / timestamp / created-at column. set when timeAxis=true",
428
- "tier": "presentation"
441
+ "default": "none",
442
+ "label": "Stacking",
443
+ "description": "Stack bars, normalize to 100%, or render side-by-side",
444
+ "synonyms": "user phrases: 'side by side' / 'grouped' -> none; 'stacked' / 'stack the bars' -> stack; 'percent stacked' / '100% stacked' / 'normalized' -> normalize",
445
+ "tier": "presentation",
446
+ "values": [
447
+ "none",
448
+ "stack",
449
+ "normalize"
450
+ ]
429
451
  },
430
- "chartLook": {
452
+ "period": {
431
453
  "type": "string",
432
- "default": "bar-vertical",
433
- "label": "Chart look",
434
- "description": "Layer 2 visual treatmentselects the chart kind (bar / line / pie / etc.).",
454
+ "default": "month",
455
+ "label": "Group by month / quarter / week / day / year",
456
+ "description": "Group by month, quarter, week, day, or year the calendar bucket the chart groups data into. Set ALONGSIDE timeAxis=true whenever the user says 'group by <time-unit>' or 'by <time-unit>' or 'rebucket to <time-unit>' or 'instead of <other-time-unit>'.",
457
+ "synonyms": "regroup / rebucket / change bucket / group differently. user phrases: 'group by month' / 'by month' / 'monthly' / 'monthly buckets' / 'switch to monthly' / 'instead of quarter' -> month; 'group by quarter' / 'by quarter' / 'quarterly' -> quarter; 'group by week' / 'by week' / 'weekly' / 'weekly buckets' -> week; 'group by day' / 'by day' / 'daily' / 'daily buckets' -> day; 'group by year' / 'by year' / 'yearly' / 'annually' -> year. Whenever the user voices 'group by <time-unit>' BOTH period AND timeAxis=true should be set.",
435
458
  "tier": "presentation",
436
459
  "values": [
437
- "bar-vertical",
438
- "bar-horizontal",
439
- "line",
440
- "area",
441
- "pie",
442
- "donut",
443
- "scatter",
444
- "histogram"
460
+ "day",
461
+ "week",
462
+ "month",
463
+ "quarter",
464
+ "year"
445
465
  ]
446
466
  },
447
- "title": {
467
+ "subtitle": {
448
468
  "type": "string",
449
- "default": "Distribution",
450
- "label": "Title",
451
- "description": "Heading shown above the chart",
452
- "synonyms": "the chart's header text. user phrases: 'rename to X' / 'title it X' / 'change the title to X' / 'call it X' -> X",
469
+ "default": "Counts per category",
470
+ "label": "Subtitle",
471
+ "description": "Secondary line below the title",
472
+ "synonyms": "secondary header below the title. user phrases: 'with subtitle X' / 'set subtitle to X' -> X",
453
473
  "tier": "presentation"
454
474
  },
455
475
  "aggregation": {
@@ -467,43 +487,39 @@
467
487
  "max"
468
488
  ]
469
489
  },
470
- "subtitle": {
471
- "type": "string",
472
- "default": "Counts per category",
473
- "label": "Subtitle",
474
- "description": "Secondary line below the title",
475
- "synonyms": "secondary header below the title. user phrases: 'with subtitle X' / 'set subtitle to X' -> X",
476
- "tier": "presentation"
477
- },
478
- "limit": {
479
- "type": "number",
480
- "default": 0.0,
481
- "label": "Top N",
482
- "description": "Keep only the first N points after sorting (0 = all)",
483
- "synonyms": "user phrases: 'top 5' -> 5; 'top 10' -> 10; 'first 3' -> 3; 'all' / 'no limit' -> 0; 'show all' -> 0",
484
- "tier": "presentation"
485
- },
486
- "categoryField": {
490
+ "title": {
487
491
  "type": "string",
488
- "default": "status",
489
- "label": "Group / categorize / bucket / split by field",
490
- "description": "Entity field whose values become the chart's category buckets. Set this when the user voices 'group by X' / 'categorize by X' / 'bucket by X' / 'split by X' / 'break down by X' for any non-time field X (for time-units, set period + timeAxis=true instead).",
491
- "synonyms": "regroup / rebucket / categorize / breakdown by / split by / segment by. user phrases: 'group by status' -> categoryField=status; 'group by region' / 'by region' -> categoryField=region; 'group by category' / 'by category' -> categoryField=category; 'group by product' / 'by product' -> categoryField=product; 'group by month' / 'by month' -> categoryField=month (when explicitly requested as a category, not a time bucket); 'split by X' / 'break down by X' / 'segment by X' / 'bucket by X' -> categoryField=X",
492
+ "default": "Distribution",
493
+ "label": "Title",
494
+ "description": "Heading shown above the chart",
495
+ "synonyms": "the chart's header text. user phrases: 'rename to X' / 'title it X' / 'change the title to X' / 'call it X' -> X",
492
496
  "tier": "presentation"
493
497
  },
494
- "stack": {
498
+ "chartType": {
495
499
  "type": "string",
496
- "default": "none",
497
- "label": "Stacking",
498
- "description": "Stack bars, normalize to 100%, or render side-by-side",
499
- "synonyms": "user phrases: 'side by side' / 'grouped' -> none; 'stacked' / 'stack the bars' -> stack; 'percent stacked' / '100% stacked' / 'normalized' -> normalize",
500
+ "default": "bar",
501
+ "label": "Chart type",
502
+ "description": "Visual format for the rendered chart",
503
+ "synonyms": "bar = vertical bars, line = connected line, pie = pie chart, donut = pie with hole, area = filled area chart, histogram = frequency distribution, scatter = XY scatter. user phrases: 'switch to donut' / 'make it a donut' / 'as a donut chart' -> donut; 'use a pie chart' -> pie; 'show as line' / 'line chart' -> line; 'as bars' / 'bar chart' -> bar",
500
504
  "tier": "presentation",
501
505
  "values": [
502
- "none",
503
- "stack",
504
- "normalize"
506
+ "bar",
507
+ "line",
508
+ "pie",
509
+ "area",
510
+ "donut",
511
+ "histogram",
512
+ "scatter"
505
513
  ]
506
514
  },
515
+ "showValues": {
516
+ "type": "boolean",
517
+ "default": false,
518
+ "label": "Show values",
519
+ "description": "Render the numeric value on top of each data point",
520
+ "synonyms": "user phrases: 'show values' / 'show numbers on bars' / 'with data labels' / 'label the bars' -> true; 'hide values' / 'no labels' -> false",
521
+ "tier": "presentation"
522
+ },
507
523
  "viewPattern": {
508
524
  "type": "pattern",
509
525
  "default": "chart",
@@ -512,53 +528,37 @@
512
528
  "synonyms": "internal pattern selector. user prompts rarely target this directly — pattern selection is upstream",
513
529
  "tier": "internal"
514
530
  },
515
- "series": {
516
- "type": "[SeriesSpec]",
517
- "default": [],
518
- "label": "Series",
519
- "description": "Pre-formatted multi-series spec for stacked or layered charts",
520
- "synonyms": "multiple lines / bars per category. user phrases: 'compare X and Y' -> add two series entries",
521
- "tier": "presentation",
522
- "items": {
523
- "type": "object",
524
- "properties": {
525
- "name": {
526
- "name": "name",
527
- "type": "string",
528
- "required": true
529
- },
530
- "color": {
531
- "name": "color",
532
- "type": "string",
533
- "required": false
534
- },
535
- "data": {
536
- "name": "data",
537
- "type": "array",
538
- "required": false,
539
- "items": {
540
- "type": "object",
541
- "properties": {
542
- "label": {
543
- "name": "label",
544
- "type": "string",
545
- "required": true
546
- },
547
- "value": {
548
- "name": "value",
549
- "type": "number",
550
- "required": true
551
- }
552
- }
553
- }
554
- },
555
- "dashed": {
556
- "name": "dashed",
557
- "type": "boolean",
558
- "required": false
559
- }
560
- }
561
- }
531
+ "categoryField": {
532
+ "type": "string",
533
+ "default": "status",
534
+ "label": "Group / categorize / bucket / split by field",
535
+ "description": "Entity field whose values become the chart's category buckets. Set this when the user voices 'group by X' / 'categorize by X' / 'bucket by X' / 'split by X' / 'break down by X' for any non-time field X (for time-units, set period + timeAxis=true instead).",
536
+ "synonyms": "regroup / rebucket / categorize / breakdown by / split by / segment by. user phrases: 'group by status' -> categoryField=status; 'group by region' / 'by region' -> categoryField=region; 'group by category' / 'by category' -> categoryField=category; 'group by product' / 'by product' -> categoryField=product; 'group by month' / 'by month' -> categoryField=month (when explicitly requested as a category, not a time bucket); 'split by X' / 'break down by X' / 'segment by X' / 'bucket by X' -> categoryField=X",
537
+ "tier": "presentation"
538
+ },
539
+ "limit": {
540
+ "type": "number",
541
+ "default": 0.0,
542
+ "label": "Top N",
543
+ "description": "Keep only the first N points after sorting (0 = all)",
544
+ "synonyms": "user phrases: 'top 5' -> 5; 'top 10' -> 10; 'first 3' -> 3; 'all' / 'no limit' -> 0; 'show all' -> 0",
545
+ "tier": "presentation"
546
+ },
547
+ "valueField": {
548
+ "type": "string",
549
+ "default": "",
550
+ "label": "Value field",
551
+ "description": "Numeric field aggregated per bucket (blank = row count)",
552
+ "synonyms": "the numeric column to aggregate. empty string counts rows. user phrases: 'sum revenue' -> valueField=revenue + aggregation=sum",
553
+ "tier": "presentation"
554
+ },
555
+ "showLegend": {
556
+ "type": "boolean",
557
+ "default": true,
558
+ "label": "Show legend",
559
+ "description": "Display the series legend",
560
+ "synonyms": "true shows the color key. user phrases: 'show legend' / 'show the legend' / 'show key' / 'with legend' / 'with a legend' -> true; 'hide legend' / 'no legend' / 'without legend' / 'remove legend' -> false",
561
+ "tier": "presentation"
562
562
  }
563
563
  },
564
564
  "scope": "instance"
@@ -138,8 +138,8 @@
138
138
  {
139
139
  "limit": 1.0,
140
140
  "emit": {
141
- "success": "HeroPromoLoaded",
142
- "failure": "HeroPromoLoadFailed"
141
+ "failure": "HeroPromoLoadFailed",
142
+ "success": "HeroPromoLoaded"
143
143
  }
144
144
  }
145
145
  ],
@@ -147,8 +147,8 @@
147
147
  "render-ui",
148
148
  "main",
149
149
  {
150
- "type": "loading-state",
151
- "title": "Loading…"
150
+ "title": "Loading…",
151
+ "type": "loading-state"
152
152
  }
153
153
  ]
154
154
  ]
@@ -222,44 +222,44 @@
222
222
  "render-ui",
223
223
  "main",
224
224
  {
225
+ "look": "elevated",
226
+ "padding": "lg",
225
227
  "children": [
226
228
  {
227
229
  "direction": "vertical",
228
- "align": "center",
229
- "gap": "lg",
230
230
  "type": "stack",
231
231
  "children": [
232
232
  {
233
- "size": "sm",
234
- "label": "@entity.eyebrow",
235
233
  "variant": "neutral",
236
- "type": "badge"
234
+ "type": "badge",
235
+ "size": "sm",
236
+ "label": "@entity.eyebrow"
237
237
  },
238
238
  {
239
239
  "weight": "bold",
240
- "variant": "h1",
241
240
  "type": "typography",
241
+ "variant": "h1",
242
242
  "content": "@entity.headline"
243
243
  },
244
244
  {
245
- "content": "@entity.lead",
246
- "variant": "body",
247
245
  "color": "muted",
248
- "type": "typography"
246
+ "type": "typography",
247
+ "variant": "body",
248
+ "content": "@entity.lead"
249
249
  },
250
250
  {
251
- "label": "@entity.ctaLabel",
252
251
  "size": "lg",
252
+ "type": "button",
253
253
  "action": "@entity.ctaEvent",
254
- "variant": "primary",
255
- "type": "button"
254
+ "label": "@entity.ctaLabel",
255
+ "variant": "primary"
256
256
  }
257
- ]
257
+ ],
258
+ "gap": "lg",
259
+ "align": "center"
258
260
  }
259
261
  ],
260
- "type": "card",
261
- "look": "elevated",
262
- "padding": "lg"
262
+ "type": "card"
263
263
  }
264
264
  ]
265
265
  ]
@@ -299,8 +299,8 @@
299
299
  "render-ui",
300
300
  "main",
301
301
  {
302
- "type": "loading-state",
303
- "title": "Retrying…"
302
+ "title": "Retrying…",
303
+ "type": "loading-state"
304
304
  }
305
305
  ]
306
306
  ]