@almadar/std 8.1.0 → 8.3.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  27. package/behaviors/registry/app/organisms/std-cms.orb +445 -445
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  29. package/behaviors/registry/app/organisms/std-crm.orb +781 -781
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  37. package/behaviors/registry/app/organisms/std-lms.orb +863 -863
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  42. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  44. package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
  47. package/behaviors/registry/core/atoms/std-display.orb +371 -371
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +46 -46
  50. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  51. package/behaviors/registry/core/atoms/std-modal.orb +14 -14
  52. package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  55. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  56. package/behaviors/registry/core/atoms/std-search.orb +71 -71
  57. package/behaviors/registry/core/atoms/std-selection.orb +89 -89
  58. package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  59. package/behaviors/registry/core/molecules/std-cart.orb +54 -54
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  62. package/behaviors/registry/core/molecules/std-list.orb +60 -60
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  64. package/behaviors/registry/game/atoms/std-collision.orb +143 -143
  65. package/behaviors/registry/game/atoms/std-combat.orb +80 -80
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  69. package/behaviors/registry/game/atoms/std-movement.orb +300 -300
  70. package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +251 -260
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  83. package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  84. package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -14
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  187. package/package.json +1 -1
@@ -149,8 +149,8 @@
149
149
  "GalleryItem",
150
150
  {
151
151
  "emit": {
152
- "success": "GalleryItemLoaded",
153
- "failure": "GalleryItemLoadFailed"
152
+ "failure": "GalleryItemLoadFailed",
153
+ "success": "GalleryItemLoaded"
154
154
  }
155
155
  }
156
156
  ],
@@ -158,22 +158,22 @@
158
158
  "render-ui",
159
159
  "main",
160
160
  {
161
- "align": "center",
161
+ "className": "py-12",
162
162
  "gap": "md",
163
- "direction": "vertical",
164
163
  "type": "stack",
164
+ "direction": "vertical",
165
165
  "children": [
166
166
  {
167
167
  "type": "spinner"
168
168
  },
169
169
  {
170
- "type": "typography",
171
170
  "variant": "caption",
171
+ "color": "muted",
172
172
  "content": "Loading…",
173
- "color": "muted"
173
+ "type": "typography"
174
174
  }
175
175
  ],
176
- "className": "py-12"
176
+ "align": "center"
177
177
  }
178
178
  ]
179
179
  ]
@@ -187,12 +187,12 @@
187
187
  "render-ui",
188
188
  "main",
189
189
  {
190
+ "direction": "vertical",
191
+ "gap": "lg",
192
+ "type": "stack",
190
193
  "children": [
191
194
  {
192
- "type": "stack",
193
- "gap": "md",
194
195
  "justify": "between",
195
- "align": "center",
196
196
  "children": [
197
197
  {
198
198
  "children": [
@@ -201,58 +201,58 @@
201
201
  "name": "image"
202
202
  },
203
203
  {
204
+ "variant": "h2",
204
205
  "type": "typography",
205
- "content": "GalleryItems Gallery",
206
- "variant": "h2"
206
+ "content": "GalleryItems Gallery"
207
207
  }
208
208
  ],
209
209
  "type": "stack",
210
+ "align": "center",
210
211
  "direction": "horizontal",
211
- "gap": "sm",
212
- "align": "center"
212
+ "gap": "sm"
213
213
  },
214
214
  {
215
- "type": "typography",
215
+ "variant": "caption",
216
216
  "content": "Click any image to view full size",
217
217
  "color": "muted",
218
- "variant": "caption"
218
+ "type": "typography"
219
219
  }
220
220
  ],
221
- "direction": "horizontal"
221
+ "direction": "horizontal",
222
+ "gap": "md",
223
+ "align": "center",
224
+ "type": "stack"
222
225
  },
223
226
  {
224
227
  "type": "divider"
225
228
  },
226
229
  {
227
- "cols": 3.0,
228
230
  "gap": "md",
229
- "imageField": "imageUrl",
230
231
  "type": "data-grid",
232
+ "cols": 3.0,
233
+ "entity": "@payload.data",
234
+ "imageField": "imageUrl",
231
235
  "itemActions": [
232
236
  {
233
- "icon": "maximize",
234
237
  "label": "View",
235
- "event": "VIEW"
238
+ "event": "VIEW",
239
+ "icon": "maximize"
236
240
  }
237
241
  ],
238
242
  "fields": [
239
243
  {
240
244
  "name": "name",
241
- "variant": "h4",
242
- "label": "Title"
245
+ "label": "Title",
246
+ "variant": "h4"
243
247
  },
244
248
  {
245
249
  "name": "status",
246
250
  "variant": "badge",
247
251
  "label": "Status"
248
252
  }
249
- ],
250
- "entity": "@payload.data"
253
+ ]
251
254
  }
252
- ],
253
- "direction": "vertical",
254
- "type": "stack",
255
- "gap": "lg"
255
+ ]
256
256
  }
257
257
  ]
258
258
  ]
@@ -266,35 +266,35 @@
266
266
  "render-ui",
267
267
  "main",
268
268
  {
269
- "className": "py-12",
270
269
  "type": "stack",
270
+ "className": "py-12",
271
271
  "children": [
272
272
  {
273
+ "name": "alert-triangle",
273
274
  "color": "destructive",
274
- "type": "icon",
275
- "name": "alert-triangle"
275
+ "type": "icon"
276
276
  },
277
277
  {
278
- "content": "Failed to load",
279
278
  "variant": "h3",
279
+ "content": "Failed to load",
280
280
  "type": "typography"
281
281
  },
282
282
  {
283
- "content": "@payload.error",
284
283
  "variant": "body",
285
284
  "type": "typography",
285
+ "content": "@payload.error",
286
286
  "color": "muted"
287
287
  },
288
288
  {
289
- "icon": "rotate-ccw",
290
- "label": "Retry",
291
- "variant": "primary",
292
289
  "type": "button",
293
- "action": "INIT"
290
+ "action": "INIT",
291
+ "variant": "primary",
292
+ "icon": "rotate-ccw",
293
+ "label": "Retry"
294
294
  }
295
295
  ],
296
- "align": "center",
297
296
  "gap": "md",
297
+ "align": "center",
298
298
  "direction": "vertical"
299
299
  }
300
300
  ]
@@ -309,18 +309,18 @@
309
309
  "render-ui",
310
310
  "modal",
311
311
  {
312
- "type": "lightbox",
313
312
  "currentIndex": 0.0,
313
+ "type": "lightbox",
314
+ "closeAction": "CLOSE",
315
+ "isOpen": true,
314
316
  "showCounter": true,
315
317
  "images": [
316
318
  {
317
- "src": "https://picsum.photos/seed/gallery1/800/600",
319
+ "alt": "Image",
318
320
  "caption": "Image",
319
- "alt": "Image"
321
+ "src": "https://picsum.photos/seed/gallery1/800/600"
320
322
  }
321
- ],
322
- "closeAction": "CLOSE",
323
- "isOpen": true
323
+ ]
324
324
  }
325
325
  ]
326
326
  ]
@@ -340,8 +340,8 @@
340
340
  "GalleryItem",
341
341
  {
342
342
  "emit": {
343
- "failure": "GalleryItemLoadFailed",
344
- "success": "GalleryItemLoaded"
343
+ "success": "GalleryItemLoaded",
344
+ "failure": "GalleryItemLoadFailed"
345
345
  }
346
346
  }
347
347
  ],
@@ -364,8 +364,8 @@
364
364
  "GalleryItem",
365
365
  {
366
366
  "emit": {
367
- "success": "GalleryItemLoaded",
368
- "failure": "GalleryItemLoadFailed"
367
+ "failure": "GalleryItemLoadFailed",
368
+ "success": "GalleryItemLoaded"
369
369
  }
370
370
  }
371
371
  ],
@@ -396,4 +396,4 @@
396
396
  ]
397
397
  }
398
398
  ]
399
- }
399
+ }
@@ -148,8 +148,8 @@
148
148
  "ModalRecord",
149
149
  {
150
150
  "emit": {
151
- "success": "ModalRecordLoaded",
152
- "failure": "ModalRecordLoadFailed"
151
+ "failure": "ModalRecordLoadFailed",
152
+ "success": "ModalRecordLoaded"
153
153
  }
154
154
  }
155
155
  ]
@@ -169,38 +169,38 @@
169
169
  "render-ui",
170
170
  "modal",
171
171
  {
172
- "type": "stack",
173
172
  "direction": "vertical",
174
173
  "gap": "md",
175
174
  "children": [
176
175
  {
177
176
  "type": "stack",
178
- "gap": "sm",
179
- "direction": "horizontal",
180
177
  "children": [
181
178
  {
182
179
  "name": "@config.icon",
183
180
  "type": "icon"
184
181
  },
185
182
  {
183
+ "variant": "h3",
186
184
  "type": "typography",
187
- "content": "@config.title",
188
- "variant": "h3"
185
+ "content": "@config.title"
189
186
  }
190
- ]
187
+ ],
188
+ "gap": "sm",
189
+ "direction": "horizontal"
191
190
  },
192
191
  {
193
192
  "type": "divider"
194
193
  },
195
194
  {
196
- "type": "form-section",
197
- "mode": "@config.mode",
195
+ "fields": "@config.fields",
198
196
  "cancelEvent": "CLOSE",
199
- "submitEvent": "SAVE",
197
+ "mode": "@config.mode",
200
198
  "entity": "@payload.row",
201
- "fields": "@config.fields"
199
+ "type": "form-section",
200
+ "submitEvent": "SAVE"
202
201
  }
203
- ]
202
+ ],
203
+ "type": "stack"
204
204
  }
205
205
  ]
206
206
  ]
@@ -252,4 +252,4 @@
252
252
  ]
253
253
  }
254
254
  ]
255
- }
255
+ }
@@ -142,8 +142,8 @@
142
142
  "PagedItem",
143
143
  {
144
144
  "emit": {
145
- "failure": "PagedItemLoadFailed",
146
- "success": "PagedItemLoaded"
145
+ "success": "PagedItemLoaded",
146
+ "failure": "PagedItemLoadFailed"
147
147
  }
148
148
  }
149
149
  ],
@@ -154,18 +154,18 @@
154
154
  "type": "stack",
155
155
  "gap": "md",
156
156
  "align": "center",
157
+ "className": "py-12",
157
158
  "children": [
158
159
  {
159
160
  "type": "spinner"
160
161
  },
161
162
  {
162
- "content": "Loading…",
163
- "color": "muted",
164
163
  "variant": "caption",
165
- "type": "typography"
164
+ "type": "typography",
165
+ "content": "Loading…",
166
+ "color": "muted"
166
167
  }
167
168
  ],
168
- "className": "py-12",
169
169
  "direction": "vertical"
170
170
  }
171
171
  ]
@@ -180,72 +180,72 @@
180
180
  "render-ui",
181
181
  "main",
182
182
  {
183
- "type": "stack",
184
- "direction": "vertical",
183
+ "gap": "lg",
185
184
  "children": [
186
185
  {
187
- "align": "center",
188
186
  "children": [
189
187
  {
190
- "align": "center",
191
188
  "type": "stack",
189
+ "direction": "horizontal",
190
+ "align": "center",
192
191
  "children": [
193
192
  {
194
- "name": "list",
195
- "type": "icon"
193
+ "type": "icon",
194
+ "name": "list"
196
195
  },
197
196
  {
198
197
  "content": "PagedItems",
199
- "variant": "h2",
200
- "type": "typography"
198
+ "type": "typography",
199
+ "variant": "h2"
201
200
  }
202
201
  ],
203
- "gap": "sm",
204
- "direction": "horizontal"
202
+ "gap": "sm"
205
203
  }
206
204
  ],
207
- "type": "stack",
205
+ "justify": "between",
208
206
  "gap": "sm",
207
+ "type": "stack",
209
208
  "direction": "horizontal",
210
- "justify": "between"
209
+ "align": "center"
211
210
  },
212
211
  {
213
212
  "type": "divider"
214
213
  },
215
214
  {
216
- "entity": "@payload.data",
217
- "type": "data-grid",
218
215
  "fields": [
219
216
  {
217
+ "variant": "h4",
220
218
  "name": "name",
221
- "label": "Name",
222
- "variant": "h4"
219
+ "label": "Name"
223
220
  },
224
221
  {
222
+ "name": "description",
225
223
  "label": "Description",
226
- "variant": "caption",
227
- "name": "description"
224
+ "variant": "caption"
228
225
  },
229
226
  {
227
+ "name": "status",
230
228
  "variant": "badge",
231
- "label": "Status",
232
- "name": "status"
229
+ "label": "Status"
233
230
  }
234
- ]
231
+ ],
232
+ "entity": "@payload.data",
233
+ "type": "data-grid"
235
234
  },
236
235
  {
237
236
  "onPageChange": "PAGE",
238
- "totalPages": 10.0,
239
- "showPageSize": false,
240
237
  "type": "pagination",
241
- "currentPage": 1.0
238
+ "totalPages": 10.0,
239
+ "currentPage": 1.0,
240
+ "showPageSize": false
242
241
  },
243
242
  {
244
- "loadMoreEvent": "PAGE",
245
- "type": "infinite-scroll-sentinel"
243
+ "type": "infinite-scroll-sentinel",
244
+ "loadMoreEvent": "PAGE"
246
245
  }
247
246
  ],
248
- "gap": "lg"
247
+ "direction": "vertical",
248
+ "type": "stack"
249
249
  }
250
250
  ]
251
251
  ]
@@ -267,28 +267,28 @@
267
267
  "color": "destructive"
268
268
  },
269
269
  {
270
- "type": "typography",
271
270
  "variant": "h3",
271
+ "type": "typography",
272
272
  "content": "Failed to load"
273
273
  },
274
274
  {
275
- "type": "typography",
275
+ "color": "muted",
276
276
  "variant": "body",
277
- "content": "@payload.error",
278
- "color": "muted"
277
+ "type": "typography",
278
+ "content": "@payload.error"
279
279
  },
280
280
  {
281
- "action": "INIT",
282
- "icon": "rotate-ccw",
283
- "variant": "primary",
284
281
  "type": "button",
282
+ "variant": "primary",
283
+ "icon": "rotate-ccw",
284
+ "action": "INIT",
285
285
  "label": "Retry"
286
286
  }
287
287
  ],
288
- "direction": "vertical",
288
+ "align": "center",
289
289
  "gap": "md",
290
290
  "type": "stack",
291
- "align": "center"
291
+ "direction": "vertical"
292
292
  }
293
293
  ]
294
294
  ]
@@ -327,8 +327,8 @@
327
327
  "PagedItem",
328
328
  {
329
329
  "emit": {
330
- "success": "PagedItemLoaded",
331
- "failure": "PagedItemLoadFailed"
330
+ "failure": "PagedItemLoadFailed",
331
+ "success": "PagedItemLoaded"
332
332
  }
333
333
  }
334
334
  ],
@@ -359,4 +359,4 @@
359
359
  ]
360
360
  }
361
361
  ]
362
- }
362
+ }