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