@almadar/std 16.9.1 → 16.10.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 (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 +119 -60
  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 +65 -65
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  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 +52 -58
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  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 +3 -3
  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 +119 -60
  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 +65 -65
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  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 +52 -58
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  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 +3 -3
  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 +119 -60
  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 +65 -65
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  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 +52 -58
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  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
@@ -52,16 +52,6 @@
52
52
  "items": {
53
53
  "type": "object",
54
54
  "properties": {
55
- "key": {
56
- "name": "key",
57
- "type": "string",
58
- "required": true
59
- },
60
- "count": {
61
- "name": "count",
62
- "type": "number",
63
- "required": false
64
- },
65
55
  "label": {
66
56
  "name": "label",
67
57
  "type": "string",
@@ -72,18 +62,15 @@
72
62
  "type": "string",
73
63
  "required": false
74
64
  },
75
- "variant": {
76
- "name": "variant",
65
+ "count": {
66
+ "name": "count",
67
+ "type": "number",
68
+ "required": false
69
+ },
70
+ "key": {
71
+ "name": "key",
77
72
  "type": "string",
78
- "required": false,
79
- "values": [
80
- "default",
81
- "primary",
82
- "success",
83
- "warning",
84
- "error",
85
- "info"
86
- ]
73
+ "required": true
87
74
  },
88
75
  "items": {
89
76
  "name": "items",
@@ -92,26 +79,11 @@
92
79
  "items": {
93
80
  "type": "object",
94
81
  "properties": {
95
- "id": {
96
- "name": "id",
97
- "type": "string",
98
- "required": true
99
- },
100
82
  "title": {
101
83
  "name": "title",
102
84
  "type": "string",
103
85
  "required": false
104
86
  },
105
- "notes": {
106
- "name": "notes",
107
- "type": "string",
108
- "required": false
109
- },
110
- "description": {
111
- "name": "description",
112
- "type": "string",
113
- "required": false
114
- },
115
87
  "position": {
116
88
  "name": "position",
117
89
  "type": "number",
@@ -121,9 +93,37 @@
121
93
  "name": "stage",
122
94
  "type": "string",
123
95
  "required": false
96
+ },
97
+ "notes": {
98
+ "name": "notes",
99
+ "type": "string",
100
+ "required": false
101
+ },
102
+ "id": {
103
+ "name": "id",
104
+ "type": "string",
105
+ "required": true
106
+ },
107
+ "description": {
108
+ "name": "description",
109
+ "type": "string",
110
+ "required": false
124
111
  }
125
112
  }
126
113
  }
114
+ },
115
+ "variant": {
116
+ "name": "variant",
117
+ "type": "string",
118
+ "required": false,
119
+ "values": [
120
+ "default",
121
+ "primary",
122
+ "success",
123
+ "warning",
124
+ "error",
125
+ "info"
126
+ ]
127
127
  }
128
128
  }
129
129
  }
@@ -165,6 +165,7 @@
165
165
  "name": "BoardItemBoard",
166
166
  "entityRebindable": true,
167
167
  "entityContract": {
168
+ "requires": [],
168
169
  "provides": [
169
170
  "boards",
170
171
  "currentDescription",
@@ -501,8 +502,8 @@
501
502
  "BoardView",
502
503
  {
503
504
  "emit": {
504
- "failure": "BoardItemsLoadFailed",
505
- "success": "BoardItemsLoaded"
505
+ "success": "BoardItemsLoaded",
506
+ "failure": "BoardItemsLoadFailed"
506
507
  }
507
508
  }
508
509
  ],
@@ -531,22 +532,6 @@
531
532
  "fn",
532
533
  "col",
533
534
  {
534
- "key": [
535
- "object/get",
536
- "@col",
537
- "key"
538
- ],
539
- "label": [
540
- "object/get",
541
- "@col",
542
- "label"
543
- ],
544
- "icon": [
545
- "object/get",
546
- "@col",
547
- "icon",
548
- "circle"
549
- ],
550
535
  "variant": [
551
536
  "object/get",
552
537
  "@col",
@@ -577,6 +562,16 @@
577
562
  ]
578
563
  ]
579
564
  ],
565
+ "key": [
566
+ "object/get",
567
+ "@col",
568
+ "key"
569
+ ],
570
+ "label": [
571
+ "object/get",
572
+ "@col",
573
+ "label"
574
+ ],
580
575
  "items": [
581
576
  "array/sort",
582
577
  [
@@ -601,6 +596,12 @@
601
596
  ]
602
597
  ],
603
598
  "position"
599
+ ],
600
+ "icon": [
601
+ "object/get",
602
+ "@col",
603
+ "icon",
604
+ "circle"
604
605
  ]
605
606
  }
606
607
  ]
@@ -627,9 +628,9 @@
627
628
  "render-ui",
628
629
  "main",
629
630
  {
631
+ "message": "@entity.errorMessage",
630
632
  "type": "error-state",
631
- "title": "Failed to load board",
632
- "message": "@entity.errorMessage"
633
+ "title": "Failed to load board"
633
634
  }
634
635
  ]
635
636
  ]
@@ -648,8 +649,8 @@
648
649
  "render-ui",
649
650
  "main",
650
651
  {
651
- "title": "Save failed",
652
652
  "message": "@entity.errorMessage",
653
+ "title": "Save failed",
653
654
  "type": "error-state"
654
655
  }
655
656
  ]
@@ -689,37 +690,35 @@
689
690
  "render-ui",
690
691
  "main",
691
692
  {
692
- "direction": "vertical",
693
- "type": "stack",
694
693
  "children": [
695
694
  {
696
695
  "direction": "horizontal",
696
+ "type": "stack",
697
697
  "gap": "sm",
698
698
  "align": "center",
699
699
  "children": [
700
700
  {
701
- "type": "button",
702
- "variant": "ghost",
703
701
  "label": "Back",
704
- "icon": "arrow-left",
705
- "action": "CLOSE_CARD"
702
+ "variant": "ghost",
703
+ "type": "button",
704
+ "action": "CLOSE_CARD",
705
+ "icon": "arrow-left"
706
706
  },
707
707
  {
708
708
  "name": "credit-card",
709
709
  "type": "icon"
710
710
  },
711
711
  {
712
+ "variant": "h3",
712
713
  "type": "typography",
713
- "content": "@entity.currentTitle",
714
- "variant": "h3"
714
+ "content": "@entity.currentTitle"
715
715
  },
716
716
  {
717
717
  "type": "badge",
718
718
  "label": "@entity.currentStage",
719
719
  "variant": "primary"
720
720
  }
721
- ],
722
- "type": "stack"
721
+ ]
723
722
  },
724
723
  {
725
724
  "type": "divider"
@@ -728,36 +727,36 @@
728
727
  "look": "@config.cardLook",
729
728
  "children": [
730
729
  {
731
- "gap": "sm",
732
- "type": "stack",
733
730
  "direction": "vertical",
731
+ "gap": "sm",
734
732
  "children": [
735
733
  {
736
- "color": "muted",
737
734
  "type": "typography",
738
735
  "variant": "caption",
736
+ "color": "muted",
739
737
  "content": "Description"
740
738
  },
741
739
  {
742
- "type": "typography",
743
740
  "variant": "body",
741
+ "type": "typography",
744
742
  "content": "@entity.currentDescription"
745
743
  },
746
744
  {
747
745
  "type": "divider"
748
746
  },
749
747
  {
750
- "content": "Notes",
751
748
  "variant": "caption",
749
+ "content": "Notes",
752
750
  "color": "muted",
753
751
  "type": "typography"
754
752
  },
755
753
  {
756
- "type": "typography",
754
+ "variant": "body",
757
755
  "content": "@entity.currentNotes",
758
- "variant": "body"
756
+ "type": "typography"
759
757
  }
760
- ]
758
+ ],
759
+ "type": "stack"
761
760
  }
762
761
  ],
763
762
  "type": "card"
@@ -766,53 +765,55 @@
766
765
  "type": "divider"
767
766
  },
768
767
  {
769
- "content": "Move to stage:",
768
+ "color": "muted",
770
769
  "type": "typography",
771
770
  "variant": "caption",
772
- "color": "muted"
771
+ "content": "Move to stage:"
773
772
  },
774
773
  {
775
- "entity": "@entity.boards",
774
+ "variant": "default",
775
+ "fields": [],
776
+ "type": "data-list",
777
+ "gap": "sm",
776
778
  "renderItem": [
777
779
  "fn",
778
780
  "col",
779
781
  {
780
- "type": "button",
781
- "variant": "secondary",
782
+ "action": "MOVE_CARD",
782
783
  "actionPayload": {
783
- "id": "@entity.currentId",
784
- "targetGroup": "@col.key"
784
+ "targetGroup": "@col.key",
785
+ "id": "@entity.currentId"
785
786
  },
786
787
  "icon": "@col.icon",
787
- "action": "MOVE_CARD",
788
- "label": "@col.label"
788
+ "label": "@col.label",
789
+ "type": "button",
790
+ "variant": "secondary"
789
791
  }
790
792
  ],
791
- "variant": "default",
792
- "gap": "sm",
793
- "type": "data-list",
794
- "fields": []
793
+ "entity": "@entity.boards"
795
794
  },
796
795
  {
797
- "gap": "sm",
796
+ "type": "stack",
798
797
  "children": [
799
798
  {
799
+ "variant": "danger",
800
800
  "type": "button",
801
801
  "icon": "trash-2",
802
- "label": "Delete",
803
802
  "action": "DELETE_CARD",
803
+ "label": "Delete",
804
804
  "actionPayload": {
805
805
  "id": "@entity.currentId"
806
- },
807
- "variant": "danger"
806
+ }
808
807
  }
809
808
  ],
810
809
  "direction": "horizontal",
811
- "type": "stack",
810
+ "gap": "sm",
812
811
  "align": "center"
813
812
  }
814
813
  ],
815
- "gap": "md"
814
+ "gap": "md",
815
+ "direction": "vertical",
816
+ "type": "stack"
816
817
  }
817
818
  ]
818
819
  ]
@@ -853,44 +854,44 @@
853
854
  {
854
855
  "children": [
855
856
  {
856
- "type": "stack",
857
857
  "direction": "horizontal",
858
858
  "children": [
859
859
  {
860
- "type": "button",
861
860
  "variant": "ghost",
862
- "icon": "x",
861
+ "label": "Cancel",
862
+ "type": "button",
863
863
  "action": "CANCEL_ADD",
864
- "label": "Cancel"
864
+ "icon": "x"
865
865
  },
866
866
  {
867
- "type": "icon",
868
- "name": "plus"
867
+ "name": "plus",
868
+ "type": "icon"
869
869
  },
870
870
  {
871
- "content": "New board item",
872
871
  "type": "typography",
873
- "variant": "h3"
872
+ "variant": "h3",
873
+ "content": "New board item"
874
874
  }
875
875
  ],
876
876
  "gap": "sm",
877
- "align": "center"
877
+ "align": "center",
878
+ "type": "stack"
878
879
  },
879
880
  {
880
881
  "type": "divider"
881
882
  },
882
883
  {
883
- "cancelEvent": "CANCEL_ADD",
884
+ "type": "form-section",
884
885
  "fields": "@config.formFields",
885
886
  "mode": "create",
887
+ "entity": "@entity",
886
888
  "submitEvent": "SAVE_CARD",
887
- "type": "form-section",
888
- "entity": "@entity"
889
+ "cancelEvent": "CANCEL_ADD"
889
890
  }
890
891
  ],
891
- "direction": "vertical",
892
+ "type": "stack",
892
893
  "gap": "md",
893
- "type": "stack"
894
+ "direction": "vertical"
894
895
  }
895
896
  ]
896
897
  ]
@@ -910,8 +911,8 @@
910
911
  },
911
912
  {
912
913
  "emit": {
913
- "failure": "BoardItemsSaveFailed",
914
- "success": "BoardItemsSaved"
914
+ "success": "BoardItemsSaved",
915
+ "failure": "BoardItemsSaveFailed"
915
916
  }
916
917
  }
917
918
  ]
@@ -932,8 +933,8 @@
932
933
  "update",
933
934
  "BoardView",
934
935
  {
935
- "position": "@payload.position",
936
- "id": "@payload.id"
936
+ "id": "@payload.id",
937
+ "position": "@payload.position"
937
938
  },
938
939
  {
939
940
  "emit": {
@@ -954,8 +955,8 @@
954
955
  "BoardView",
955
956
  {
956
957
  "emit": {
957
- "success": "BoardItemsLoaded",
958
- "failure": "BoardItemsLoadFailed"
958
+ "failure": "BoardItemsLoadFailed",
959
+ "success": "BoardItemsLoaded"
959
960
  }
960
961
  }
961
962
  ]
@@ -976,8 +977,19 @@
976
977
  "fn",
977
978
  "col",
978
979
  {
979
- "count": [
980
- "array/len",
980
+ "icon": [
981
+ "object/get",
982
+ "@col",
983
+ "icon",
984
+ "circle"
985
+ ],
986
+ "label": [
987
+ "object/get",
988
+ "@col",
989
+ "label"
990
+ ],
991
+ "items": [
992
+ "array/sort",
981
993
  [
982
994
  "array/filter",
983
995
  "@payload.data",
@@ -998,32 +1010,16 @@
998
1010
  ]
999
1011
  ]
1000
1012
  ]
1001
- ]
1013
+ ],
1014
+ "position"
1002
1015
  ],
1003
1016
  "key": [
1004
1017
  "object/get",
1005
1018
  "@col",
1006
1019
  "key"
1007
1020
  ],
1008
- "icon": [
1009
- "object/get",
1010
- "@col",
1011
- "icon",
1012
- "circle"
1013
- ],
1014
- "label": [
1015
- "object/get",
1016
- "@col",
1017
- "label"
1018
- ],
1019
- "variant": [
1020
- "object/get",
1021
- "@col",
1022
- "variant",
1023
- "default"
1024
- ],
1025
- "items": [
1026
- "array/sort",
1021
+ "count": [
1022
+ "array/len",
1027
1023
  [
1028
1024
  "array/filter",
1029
1025
  "@payload.data",
@@ -1044,8 +1040,13 @@
1044
1040
  ]
1045
1041
  ]
1046
1042
  ]
1047
- ],
1048
- "position"
1043
+ ]
1044
+ ],
1045
+ "variant": [
1046
+ "object/get",
1047
+ "@col",
1048
+ "variant",
1049
+ "default"
1049
1050
  ]
1050
1051
  }
1051
1052
  ]
@@ -1063,8 +1064,8 @@
1063
1064
  "BoardView",
1064
1065
  {
1065
1066
  "emit": {
1066
- "failure": "BoardItemsLoadFailed",
1067
- "success": "BoardItemsLoaded"
1067
+ "success": "BoardItemsLoaded",
1068
+ "failure": "BoardItemsLoadFailed"
1068
1069
  }
1069
1070
  }
1070
1071
  ],
@@ -1072,8 +1073,8 @@
1072
1073
  "render-ui",
1073
1074
  "main",
1074
1075
  {
1075
- "title": "Refreshing board…",
1076
- "type": "loading-state"
1076
+ "type": "loading-state",
1077
+ "title": "Refreshing board…"
1077
1078
  }
1078
1079
  ]
1079
1080
  ]
@@ -1129,8 +1130,8 @@
1129
1130
  "render-ui",
1130
1131
  "main",
1131
1132
  {
1132
- "title": "Deleting item…",
1133
- "type": "loading-state"
1133
+ "type": "loading-state",
1134
+ "title": "Deleting item…"
1134
1135
  }
1135
1136
  ]
1136
1137
  ]
@@ -1147,8 +1148,8 @@
1147
1148
  "@payload.data",
1148
1149
  {
1149
1150
  "emit": {
1150
- "failure": "BoardItemsSaveFailed",
1151
- "success": "BoardItemsSaved"
1151
+ "success": "BoardItemsSaved",
1152
+ "failure": "BoardItemsSaveFailed"
1152
1153
  }
1153
1154
  }
1154
1155
  ],
@@ -1195,112 +1196,17 @@
1195
1196
  ]
1196
1197
  },
1197
1198
  "config": {
1198
- "cardLook": {
1199
- "type": "string",
1200
- "default": "elevated",
1201
- "label": "Card look",
1202
- "description": "Layer 2 visual treatment for cards rendered by this board.",
1203
- "tier": "presentation",
1204
- "values": [
1205
- "elevated",
1206
- "flat-bordered",
1207
- "borderless-divider",
1208
- "ticket",
1209
- "invoice",
1210
- "chip",
1211
- "tile-image-first"
1212
- ]
1213
- },
1214
- "title": {
1215
- "type": "string",
1216
- "default": "Board",
1217
- "label": "Board title",
1218
- "description": "Heading shown above the column board",
1219
- "tier": "presentation"
1220
- },
1221
- "columns": {
1222
- "type": "[ColumnSpec]",
1223
- "default": [
1224
- {
1225
- "icon": "circle",
1226
- "variant": "default",
1227
- "key": "todo",
1228
- "label": "To Do"
1229
- },
1230
- {
1231
- "key": "doing",
1232
- "icon": "circle-dot",
1233
- "label": "In Progress",
1234
- "variant": "primary"
1235
- },
1236
- {
1237
- "key": "done",
1238
- "label": "Done",
1239
- "variant": "success",
1240
- "icon": "check-circle"
1241
- }
1242
- ],
1243
- "label": "Columns",
1244
- "description": "Board columns; each row's stage maps to a column key",
1245
- "tier": "domain",
1246
- "items": {
1247
- "type": "object",
1248
- "properties": {
1249
- "key": {
1250
- "name": "key",
1251
- "type": "string",
1252
- "required": true
1253
- },
1254
- "label": {
1255
- "name": "label",
1256
- "type": "string",
1257
- "required": true
1258
- },
1259
- "variant": {
1260
- "name": "variant",
1261
- "type": "string",
1262
- "required": false
1263
- },
1264
- "icon": {
1265
- "name": "icon",
1266
- "type": "string",
1267
- "required": false
1268
- }
1269
- }
1270
- }
1271
- },
1272
- "gridCols": {
1273
- "type": "number",
1274
- "default": 3.0,
1275
- "label": "Grid columns",
1276
- "description": "Outer grid column count before the board wraps",
1277
- "tier": "presentation"
1278
- },
1279
- "formFields": {
1280
- "type": "[string]",
1281
- "default": [
1282
- "title",
1283
- "description",
1284
- "stage",
1285
- "notes"
1286
- ],
1287
- "label": "New-card fields",
1288
- "description": "Fields shown in the add-card form",
1289
- "tier": "presentation",
1290
- "items": {
1291
- "type": "string"
1292
- }
1293
- },
1294
1199
  "bodyContent": {
1295
1200
  "type": "render-ui",
1296
1201
  "default": {
1202
+ "direction": "vertical",
1297
1203
  "gap": "md",
1298
1204
  "type": "stack",
1299
- "direction": "vertical",
1300
1205
  "children": [
1301
1206
  {
1302
- "direction": "horizontal",
1303
1207
  "type": "stack",
1208
+ "direction": "horizontal",
1209
+ "align": "center",
1304
1210
  "gap": "sm",
1305
1211
  "children": [
1306
1212
  {
@@ -1312,123 +1218,122 @@
1312
1218
  "content": "@config.title",
1313
1219
  "variant": "h3"
1314
1220
  }
1315
- ],
1316
- "align": "center"
1221
+ ]
1317
1222
  },
1318
1223
  {
1319
1224
  "type": "divider"
1320
1225
  },
1321
1226
  {
1322
- "type": "data-grid",
1323
- "cols": "@config.gridCols",
1227
+ "dndRoot": true,
1324
1228
  "renderItem": [
1325
1229
  "fn",
1326
1230
  "col",
1327
1231
  {
1328
- "look": "@config.cardLook",
1329
1232
  "type": "card",
1330
1233
  "children": [
1331
1234
  {
1332
- "type": "stack",
1333
- "direction": "vertical",
1334
1235
  "children": [
1335
1236
  {
1237
+ "direction": "horizontal",
1238
+ "type": "stack",
1239
+ "gap": "xs",
1336
1240
  "children": [
1337
1241
  {
1338
1242
  "type": "icon",
1339
1243
  "name": "@col.icon"
1340
1244
  },
1341
1245
  {
1342
- "type": "typography",
1246
+ "variant": "h4",
1343
1247
  "content": "@col.label",
1344
- "variant": "h4"
1248
+ "type": "typography"
1345
1249
  },
1346
1250
  {
1347
- "variant": "@col.variant",
1251
+ "label": "@col.count",
1348
1252
  "type": "badge",
1349
- "label": "@col.count"
1253
+ "variant": "@col.variant"
1350
1254
  }
1351
1255
  ],
1352
- "gap": "xs",
1353
- "direction": "horizontal",
1354
- "type": "stack",
1355
1256
  "align": "center"
1356
1257
  },
1357
1258
  {
1358
- "sortable": true,
1259
+ "dropEvent": "MOVE_CARD",
1359
1260
  "fields": [],
1261
+ "sortable": true,
1360
1262
  "reorderEvent": "REORDER_CARD",
1361
1263
  "positionEvent": "REORDER_POSITION",
1362
- "type": "data-list",
1363
- "entity": "@col.items",
1364
- "dropEvent": "MOVE_CARD",
1365
- "dragGroup": "@col.key",
1366
- "gap": "sm",
1367
- "accepts": "*",
1368
1264
  "renderItem": [
1369
1265
  "fn",
1370
1266
  "item",
1371
1267
  {
1268
+ "look": "@config.cardLook",
1372
1269
  "children": [
1373
1270
  {
1374
- "gap": "xs",
1375
- "direction": "vertical",
1376
1271
  "type": "stack",
1377
1272
  "children": [
1378
1273
  {
1379
- "content": "@item.title",
1380
1274
  "type": "typography",
1275
+ "content": "@item.title",
1381
1276
  "variant": "h4"
1382
1277
  },
1383
1278
  {
1384
- "color": "muted",
1279
+ "content": "@item.description",
1385
1280
  "type": "typography",
1386
- "variant": "caption",
1387
- "content": "@item.description"
1281
+ "color": "muted",
1282
+ "variant": "caption"
1388
1283
  },
1389
1284
  {
1390
- "direction": "horizontal",
1391
1285
  "gap": "xs",
1286
+ "type": "stack",
1287
+ "direction": "horizontal",
1392
1288
  "align": "center",
1393
1289
  "children": [
1394
1290
  {
1291
+ "icon": "arrow-right",
1292
+ "variant": "ghost",
1293
+ "label": "Open",
1294
+ "type": "button",
1395
1295
  "actionPayload": {
1396
1296
  "row": "@item",
1397
1297
  "id": "@item.id"
1398
1298
  },
1399
- "variant": "ghost",
1400
- "icon": "arrow-right",
1401
- "label": "Open",
1402
- "action": "OPEN_CARD",
1403
- "type": "button"
1299
+ "action": "OPEN_CARD"
1404
1300
  }
1405
- ],
1406
- "type": "stack"
1301
+ ]
1407
1302
  }
1408
- ]
1303
+ ],
1304
+ "direction": "vertical",
1305
+ "gap": "xs"
1409
1306
  }
1410
1307
  ],
1411
- "look": "@config.cardLook",
1412
1308
  "type": "card"
1413
1309
  }
1414
- ]
1310
+ ],
1311
+ "gap": "sm",
1312
+ "accepts": "*",
1313
+ "entity": "@col.items",
1314
+ "type": "data-list",
1315
+ "dragGroup": "@col.key"
1415
1316
  }
1416
1317
  ],
1417
- "gap": "sm"
1318
+ "type": "stack",
1319
+ "gap": "sm",
1320
+ "direction": "vertical"
1418
1321
  }
1419
- ]
1322
+ ],
1323
+ "look": "@config.cardLook"
1420
1324
  }
1421
1325
  ],
1422
- "dndRoot": true,
1326
+ "cols": "@config.gridCols",
1327
+ "type": "data-grid",
1423
1328
  "gap": "md",
1424
- "entity": "@entity.boards",
1425
- "fields": []
1329
+ "fields": [],
1330
+ "entity": "@entity.boards"
1426
1331
  },
1427
1332
  {
1428
1333
  "label": "Add item",
1429
- "icon": "plus",
1430
1334
  "variant": "primary",
1431
1335
  "type": "floating-action-button",
1336
+ "icon": "plus",
1432
1337
  "action": "ADD_CARD"
1433
1338
  }
1434
1339
  ]
@@ -1436,6 +1341,102 @@
1436
1341
  "label": "Body content tree",
1437
1342
  "description": "Render-ui SExpr rendered after the board loads. Default is the canonical column data-grid with nested per-column data-lists. Layer 3 variants override this with their own tree (swim-lanes, timeline-roadmap, etc.) while inheriting the same trait, state machine, emits, and listens.",
1438
1343
  "tier": "internal"
1344
+ },
1345
+ "cardLook": {
1346
+ "type": "string",
1347
+ "default": "elevated",
1348
+ "label": "Card look",
1349
+ "description": "Layer 2 visual treatment for cards rendered by this board.",
1350
+ "tier": "presentation",
1351
+ "values": [
1352
+ "elevated",
1353
+ "flat-bordered",
1354
+ "borderless-divider",
1355
+ "ticket",
1356
+ "invoice",
1357
+ "chip",
1358
+ "tile-image-first"
1359
+ ]
1360
+ },
1361
+ "title": {
1362
+ "type": "string",
1363
+ "default": "Board",
1364
+ "label": "Board title",
1365
+ "description": "Heading shown above the column board",
1366
+ "tier": "presentation"
1367
+ },
1368
+ "columns": {
1369
+ "type": "[ColumnSpec]",
1370
+ "default": [
1371
+ {
1372
+ "icon": "circle",
1373
+ "label": "To Do",
1374
+ "key": "todo",
1375
+ "variant": "default"
1376
+ },
1377
+ {
1378
+ "key": "doing",
1379
+ "label": "In Progress",
1380
+ "variant": "primary",
1381
+ "icon": "circle-dot"
1382
+ },
1383
+ {
1384
+ "label": "Done",
1385
+ "variant": "success",
1386
+ "icon": "check-circle",
1387
+ "key": "done"
1388
+ }
1389
+ ],
1390
+ "label": "Columns",
1391
+ "description": "Board columns; each row's stage maps to a column key",
1392
+ "tier": "domain",
1393
+ "items": {
1394
+ "type": "object",
1395
+ "properties": {
1396
+ "key": {
1397
+ "name": "key",
1398
+ "type": "string",
1399
+ "required": true
1400
+ },
1401
+ "label": {
1402
+ "name": "label",
1403
+ "type": "string",
1404
+ "required": true
1405
+ },
1406
+ "icon": {
1407
+ "name": "icon",
1408
+ "type": "string",
1409
+ "required": false
1410
+ },
1411
+ "variant": {
1412
+ "name": "variant",
1413
+ "type": "string",
1414
+ "required": false
1415
+ }
1416
+ }
1417
+ }
1418
+ },
1419
+ "gridCols": {
1420
+ "type": "number",
1421
+ "default": 3.0,
1422
+ "label": "Grid columns",
1423
+ "description": "Outer grid column count before the board wraps",
1424
+ "tier": "presentation"
1425
+ },
1426
+ "formFields": {
1427
+ "type": "[string]",
1428
+ "default": [
1429
+ "title",
1430
+ "description",
1431
+ "stage",
1432
+ "notes"
1433
+ ],
1434
+ "label": "New-card fields",
1435
+ "description": "Fields shown in the add-card form",
1436
+ "tier": "presentation",
1437
+ "items": {
1438
+ "type": "string"
1439
+ }
1439
1440
  }
1440
1441
  },
1441
1442
  "scope": "instance"