@almadar/std 8.2.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -179,10 +179,10 @@
|
|
|
179
179
|
"color": "muted"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
182
|
-
"direction": "vertical",
|
|
183
182
|
"type": "stack",
|
|
184
183
|
"gap": "md",
|
|
185
|
-
"align": "center"
|
|
184
|
+
"align": "center",
|
|
185
|
+
"direction": "vertical"
|
|
186
186
|
}
|
|
187
187
|
]
|
|
188
188
|
]
|
|
@@ -196,66 +196,66 @@
|
|
|
196
196
|
"render-ui",
|
|
197
197
|
"main",
|
|
198
198
|
{
|
|
199
|
-
"gap": "lg",
|
|
200
|
-
"type": "stack",
|
|
201
199
|
"direction": "vertical",
|
|
200
|
+
"gap": "lg",
|
|
202
201
|
"children": [
|
|
203
202
|
{
|
|
203
|
+
"align": "center",
|
|
204
204
|
"children": [
|
|
205
205
|
{
|
|
206
|
-
"
|
|
207
|
-
"
|
|
206
|
+
"type": "icon",
|
|
207
|
+
"name": "check-square"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"
|
|
210
|
+
"type": "typography",
|
|
211
211
|
"variant": "h2",
|
|
212
|
-
"
|
|
212
|
+
"content": "SelectableItems"
|
|
213
213
|
}
|
|
214
214
|
],
|
|
215
|
-
"align": "center",
|
|
216
|
-
"direction": "horizontal",
|
|
217
215
|
"type": "stack",
|
|
216
|
+
"direction": "horizontal",
|
|
218
217
|
"gap": "sm"
|
|
219
218
|
},
|
|
220
219
|
{
|
|
221
220
|
"type": "divider"
|
|
222
221
|
},
|
|
223
222
|
{
|
|
224
|
-
"type": "typography",
|
|
225
223
|
"content": "Choose a selectableitem to continue.",
|
|
224
|
+
"variant": "caption",
|
|
226
225
|
"color": "muted",
|
|
227
|
-
"
|
|
226
|
+
"type": "typography"
|
|
228
227
|
},
|
|
229
228
|
{
|
|
230
|
-
"type": "data-grid",
|
|
231
229
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
232
|
-
"itemActions": [
|
|
233
|
-
{
|
|
234
|
-
"event": "SELECT",
|
|
235
|
-
"icon": "check",
|
|
236
|
-
"label": "Select"
|
|
237
|
-
}
|
|
238
|
-
],
|
|
239
230
|
"renderItem": [
|
|
240
231
|
"fn",
|
|
241
232
|
"item",
|
|
242
233
|
{
|
|
243
234
|
"type": "stack",
|
|
244
235
|
"align": "center",
|
|
236
|
+
"gap": "sm",
|
|
237
|
+
"direction": "horizontal",
|
|
245
238
|
"children": [
|
|
246
239
|
{
|
|
247
|
-
"
|
|
248
|
-
"
|
|
240
|
+
"label": "@item.name",
|
|
241
|
+
"type": "checkbox"
|
|
249
242
|
}
|
|
250
|
-
]
|
|
251
|
-
"gap": "sm",
|
|
252
|
-
"direction": "horizontal"
|
|
243
|
+
]
|
|
253
244
|
}
|
|
254
245
|
],
|
|
255
|
-
"
|
|
256
|
-
|
|
246
|
+
"itemActions": [
|
|
247
|
+
{
|
|
248
|
+
"icon": "check",
|
|
249
|
+
"event": "SELECT",
|
|
250
|
+
"label": "Select"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"fields": [],
|
|
254
|
+
"type": "data-grid",
|
|
255
|
+
"entity": "@payload.data"
|
|
257
256
|
}
|
|
258
|
-
]
|
|
257
|
+
],
|
|
258
|
+
"type": "stack"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
]
|
|
@@ -270,35 +270,35 @@
|
|
|
270
270
|
"main",
|
|
271
271
|
{
|
|
272
272
|
"className": "py-12",
|
|
273
|
-
"direction": "vertical",
|
|
274
|
-
"align": "center",
|
|
275
|
-
"gap": "md",
|
|
276
|
-
"type": "stack",
|
|
277
273
|
"children": [
|
|
278
274
|
{
|
|
279
275
|
"color": "destructive",
|
|
280
|
-
"
|
|
281
|
-
"
|
|
276
|
+
"name": "alert-triangle",
|
|
277
|
+
"type": "icon"
|
|
282
278
|
},
|
|
283
279
|
{
|
|
284
|
-
"content": "Failed to load",
|
|
285
280
|
"variant": "h3",
|
|
286
|
-
"type": "typography"
|
|
281
|
+
"type": "typography",
|
|
282
|
+
"content": "Failed to load"
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
"variant": "body",
|
|
290
|
-
"content": "@payload.error",
|
|
291
286
|
"type": "typography",
|
|
292
|
-
"color": "muted"
|
|
287
|
+
"color": "muted",
|
|
288
|
+
"content": "@payload.error"
|
|
293
289
|
},
|
|
294
290
|
{
|
|
295
|
-
"
|
|
296
|
-
"label": "Retry",
|
|
291
|
+
"type": "button",
|
|
297
292
|
"action": "INIT",
|
|
293
|
+
"label": "Retry",
|
|
298
294
|
"variant": "primary",
|
|
299
|
-
"
|
|
295
|
+
"icon": "rotate-ccw"
|
|
300
296
|
}
|
|
301
|
-
]
|
|
297
|
+
],
|
|
298
|
+
"gap": "md",
|
|
299
|
+
"align": "center",
|
|
300
|
+
"type": "stack",
|
|
301
|
+
"direction": "vertical"
|
|
302
302
|
}
|
|
303
303
|
]
|
|
304
304
|
]
|
|
@@ -312,17 +312,15 @@
|
|
|
312
312
|
"render-ui",
|
|
313
313
|
"main",
|
|
314
314
|
{
|
|
315
|
-
"direction": "vertical",
|
|
316
315
|
"type": "stack",
|
|
316
|
+
"direction": "vertical",
|
|
317
317
|
"children": [
|
|
318
318
|
{
|
|
319
|
-
"justify": "between",
|
|
320
319
|
"align": "center",
|
|
321
320
|
"type": "stack",
|
|
322
|
-
"direction": "horizontal",
|
|
323
|
-
"gap": "md",
|
|
324
321
|
"children": [
|
|
325
322
|
{
|
|
323
|
+
"type": "stack",
|
|
326
324
|
"gap": "md",
|
|
327
325
|
"direction": "horizontal",
|
|
328
326
|
"align": "center",
|
|
@@ -336,54 +334,56 @@
|
|
|
336
334
|
"content": "SelectableItems",
|
|
337
335
|
"variant": "h2"
|
|
338
336
|
}
|
|
339
|
-
]
|
|
340
|
-
"type": "stack"
|
|
337
|
+
]
|
|
341
338
|
},
|
|
342
339
|
{
|
|
343
|
-
"direction": "horizontal",
|
|
344
340
|
"gap": "sm",
|
|
345
|
-
"align": "center",
|
|
346
341
|
"type": "stack",
|
|
347
342
|
"children": [
|
|
348
343
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
344
|
+
"type": "badge",
|
|
345
|
+
"label": "Selecting"
|
|
351
346
|
},
|
|
352
347
|
{
|
|
353
|
-
"label": "Clear",
|
|
354
|
-
"icon": "x",
|
|
355
348
|
"type": "button",
|
|
356
349
|
"action": "CLEAR",
|
|
357
|
-
"variant": "ghost"
|
|
350
|
+
"variant": "ghost",
|
|
351
|
+
"label": "Clear",
|
|
352
|
+
"icon": "x"
|
|
358
353
|
}
|
|
359
|
-
]
|
|
354
|
+
],
|
|
355
|
+
"align": "center",
|
|
356
|
+
"direction": "horizontal"
|
|
360
357
|
}
|
|
361
|
-
]
|
|
358
|
+
],
|
|
359
|
+
"justify": "between",
|
|
360
|
+
"direction": "horizontal",
|
|
361
|
+
"gap": "md"
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"type": "divider"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
-
"
|
|
367
|
+
"type": "alert",
|
|
368
368
|
"variant": "info",
|
|
369
|
-
"
|
|
369
|
+
"message": "@payload.id"
|
|
370
370
|
},
|
|
371
371
|
{
|
|
372
|
+
"type": "stack",
|
|
372
373
|
"direction": "horizontal",
|
|
373
|
-
"gap": "sm",
|
|
374
374
|
"children": [
|
|
375
375
|
{
|
|
376
376
|
"label": "Confirm",
|
|
377
|
-
"type": "button",
|
|
378
|
-
"icon": "check",
|
|
379
377
|
"actionPayload": {
|
|
380
378
|
"id": "@payload.id"
|
|
381
379
|
},
|
|
382
380
|
"variant": "primary",
|
|
381
|
+
"type": "button",
|
|
382
|
+
"icon": "check",
|
|
383
383
|
"action": "CONFIRM_SELECTION"
|
|
384
384
|
}
|
|
385
385
|
],
|
|
386
|
-
"
|
|
386
|
+
"gap": "sm"
|
|
387
387
|
}
|
|
388
388
|
],
|
|
389
389
|
"gap": "lg"
|
|
@@ -400,14 +400,12 @@
|
|
|
400
400
|
"render-ui",
|
|
401
401
|
"main",
|
|
402
402
|
{
|
|
403
|
-
"
|
|
403
|
+
"gap": "lg",
|
|
404
|
+
"direction": "vertical",
|
|
404
405
|
"children": [
|
|
405
406
|
{
|
|
406
|
-
"type": "stack",
|
|
407
|
-
"direction": "horizontal",
|
|
408
407
|
"justify": "between",
|
|
409
408
|
"gap": "md",
|
|
410
|
-
"align": "center",
|
|
411
409
|
"children": [
|
|
412
410
|
{
|
|
413
411
|
"children": [
|
|
@@ -421,53 +419,55 @@
|
|
|
421
419
|
"content": "Selection Confirmed"
|
|
422
420
|
}
|
|
423
421
|
],
|
|
424
|
-
"
|
|
425
|
-
"gap": "md",
|
|
422
|
+
"align": "center",
|
|
426
423
|
"direction": "horizontal",
|
|
427
|
-
"
|
|
424
|
+
"type": "stack",
|
|
425
|
+
"gap": "md"
|
|
428
426
|
},
|
|
429
427
|
{
|
|
430
|
-
"
|
|
431
|
-
"
|
|
428
|
+
"type": "badge",
|
|
429
|
+
"label": "Confirmed"
|
|
432
430
|
}
|
|
433
|
-
]
|
|
431
|
+
],
|
|
432
|
+
"type": "stack",
|
|
433
|
+
"align": "center",
|
|
434
|
+
"direction": "horizontal"
|
|
434
435
|
},
|
|
435
436
|
{
|
|
436
437
|
"type": "divider"
|
|
437
438
|
},
|
|
438
439
|
{
|
|
439
|
-
"
|
|
440
|
+
"variant": "success",
|
|
440
441
|
"type": "alert",
|
|
441
|
-
"
|
|
442
|
+
"message": "Selection confirmed successfully."
|
|
442
443
|
},
|
|
443
444
|
{
|
|
444
|
-
"
|
|
445
|
+
"direction": "horizontal",
|
|
445
446
|
"align": "center",
|
|
447
|
+
"type": "stack",
|
|
448
|
+
"gap": "md",
|
|
446
449
|
"children": [
|
|
447
450
|
{
|
|
448
451
|
"variant": "caption",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
452
|
+
"type": "typography",
|
|
453
|
+
"content": "Selected ID:"
|
|
451
454
|
},
|
|
452
455
|
{
|
|
453
|
-
"content": "@payload.id",
|
|
454
456
|
"type": "typography",
|
|
455
|
-
"variant": "body"
|
|
457
|
+
"variant": "body",
|
|
458
|
+
"content": "@payload.id"
|
|
456
459
|
}
|
|
457
|
-
]
|
|
458
|
-
"gap": "md",
|
|
459
|
-
"direction": "horizontal"
|
|
460
|
+
]
|
|
460
461
|
},
|
|
461
462
|
{
|
|
463
|
+
"label": "Clear Selection",
|
|
464
|
+
"type": "button",
|
|
462
465
|
"action": "CLEAR",
|
|
463
|
-
"variant": "ghost",
|
|
464
466
|
"icon": "rotate-ccw",
|
|
465
|
-
"
|
|
466
|
-
"label": "Clear Selection"
|
|
467
|
+
"variant": "ghost"
|
|
467
468
|
}
|
|
468
469
|
],
|
|
469
|
-
"
|
|
470
|
-
"gap": "lg"
|
|
470
|
+
"type": "stack"
|
|
471
471
|
}
|
|
472
472
|
]
|
|
473
473
|
]
|
|
@@ -562,4 +562,4 @@
|
|
|
562
562
|
]
|
|
563
563
|
}
|
|
564
564
|
]
|
|
565
|
-
}
|
|
565
|
+
}
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"TabContent",
|
|
138
138
|
{
|
|
139
139
|
"emit": {
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"failure": "TabContentLoadFailed",
|
|
141
|
+
"success": "TabContentLoaded"
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
],
|
|
@@ -146,22 +146,22 @@
|
|
|
146
146
|
"render-ui",
|
|
147
147
|
"main",
|
|
148
148
|
{
|
|
149
|
-
"direction": "vertical",
|
|
150
|
-
"gap": "md",
|
|
151
|
-
"type": "stack",
|
|
152
149
|
"align": "center",
|
|
150
|
+
"className": "py-12",
|
|
151
|
+
"gap": "md",
|
|
153
152
|
"children": [
|
|
154
153
|
{
|
|
155
154
|
"type": "spinner"
|
|
156
155
|
},
|
|
157
156
|
{
|
|
158
157
|
"variant": "caption",
|
|
159
|
-
"
|
|
158
|
+
"content": "Loading…",
|
|
160
159
|
"color": "muted",
|
|
161
|
-
"
|
|
160
|
+
"type": "typography"
|
|
162
161
|
}
|
|
163
162
|
],
|
|
164
|
-
"
|
|
163
|
+
"type": "stack",
|
|
164
|
+
"direction": "vertical"
|
|
165
165
|
}
|
|
166
166
|
]
|
|
167
167
|
]
|
|
@@ -175,32 +175,33 @@
|
|
|
175
175
|
"render-ui",
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
|
-
"type": "stack",
|
|
179
178
|
"gap": "lg",
|
|
180
|
-
"
|
|
179
|
+
"type": "stack",
|
|
181
180
|
"children": [
|
|
182
181
|
{
|
|
182
|
+
"gap": "sm",
|
|
183
|
+
"direction": "horizontal",
|
|
184
|
+
"align": "center",
|
|
185
|
+
"type": "stack",
|
|
183
186
|
"children": [
|
|
184
187
|
{
|
|
185
|
-
"
|
|
186
|
-
"
|
|
188
|
+
"type": "icon",
|
|
189
|
+
"name": "layout-grid"
|
|
187
190
|
},
|
|
188
191
|
{
|
|
189
192
|
"type": "typography",
|
|
190
193
|
"content": "TabContents",
|
|
191
194
|
"variant": "h2"
|
|
192
195
|
}
|
|
193
|
-
]
|
|
194
|
-
"type": "stack",
|
|
195
|
-
"align": "center",
|
|
196
|
-
"gap": "sm",
|
|
197
|
-
"direction": "horizontal"
|
|
196
|
+
]
|
|
198
197
|
},
|
|
199
198
|
{
|
|
200
199
|
"type": "divider"
|
|
201
200
|
},
|
|
202
201
|
{
|
|
202
|
+
"defaultActiveTab": "name",
|
|
203
203
|
"onTabChange": "SELECT_TAB",
|
|
204
|
+
"type": "tabs",
|
|
204
205
|
"tabs": [
|
|
205
206
|
{
|
|
206
207
|
"id": "name",
|
|
@@ -211,25 +212,20 @@
|
|
|
211
212
|
"label": "Description"
|
|
212
213
|
},
|
|
213
214
|
{
|
|
214
|
-
"
|
|
215
|
-
"
|
|
215
|
+
"id": "status",
|
|
216
|
+
"label": "Status"
|
|
216
217
|
},
|
|
217
218
|
{
|
|
218
|
-
"
|
|
219
|
-
"
|
|
219
|
+
"id": "createdAt",
|
|
220
|
+
"label": "CreatedAt"
|
|
220
221
|
}
|
|
221
|
-
]
|
|
222
|
-
"type": "tabs",
|
|
223
|
-
"defaultActiveTab": "name"
|
|
222
|
+
]
|
|
224
223
|
},
|
|
225
224
|
{
|
|
226
225
|
"type": "divider"
|
|
227
226
|
},
|
|
228
227
|
{
|
|
229
|
-
"fields": [],
|
|
230
228
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
231
|
-
"type": "data-grid",
|
|
232
|
-
"entity": "@payload.data",
|
|
233
229
|
"renderItem": [
|
|
234
230
|
"fn",
|
|
235
231
|
"item",
|
|
@@ -244,16 +240,20 @@
|
|
|
244
240
|
"content": "@item.name"
|
|
245
241
|
},
|
|
246
242
|
{
|
|
247
|
-
"variant": "caption",
|
|
248
|
-
"type": "typography",
|
|
249
243
|
"content": "@item.description",
|
|
250
|
-
"
|
|
244
|
+
"variant": "caption",
|
|
245
|
+
"color": "muted",
|
|
246
|
+
"type": "typography"
|
|
251
247
|
}
|
|
252
248
|
]
|
|
253
249
|
}
|
|
254
|
-
]
|
|
250
|
+
],
|
|
251
|
+
"fields": [],
|
|
252
|
+
"type": "data-grid",
|
|
253
|
+
"entity": "@payload.data"
|
|
255
254
|
}
|
|
256
|
-
]
|
|
255
|
+
],
|
|
256
|
+
"direction": "vertical"
|
|
257
257
|
}
|
|
258
258
|
]
|
|
259
259
|
]
|
|
@@ -267,36 +267,36 @@
|
|
|
267
267
|
"render-ui",
|
|
268
268
|
"main",
|
|
269
269
|
{
|
|
270
|
-
"direction": "vertical",
|
|
271
270
|
"children": [
|
|
272
271
|
{
|
|
273
|
-
"type": "icon",
|
|
274
272
|
"name": "alert-triangle",
|
|
275
|
-
"color": "destructive"
|
|
273
|
+
"color": "destructive",
|
|
274
|
+
"type": "icon"
|
|
276
275
|
},
|
|
277
276
|
{
|
|
277
|
+
"variant": "h3",
|
|
278
278
|
"type": "typography",
|
|
279
|
-
"content": "Failed to load"
|
|
280
|
-
"variant": "h3"
|
|
279
|
+
"content": "Failed to load"
|
|
281
280
|
},
|
|
282
281
|
{
|
|
283
|
-
"variant": "body",
|
|
284
282
|
"content": "@payload.error",
|
|
285
|
-
"
|
|
286
|
-
"color": "muted"
|
|
283
|
+
"variant": "body",
|
|
284
|
+
"color": "muted",
|
|
285
|
+
"type": "typography"
|
|
287
286
|
},
|
|
288
287
|
{
|
|
289
288
|
"action": "INIT",
|
|
290
289
|
"label": "Retry",
|
|
291
290
|
"type": "button",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
291
|
+
"variant": "primary",
|
|
292
|
+
"icon": "rotate-ccw"
|
|
294
293
|
}
|
|
295
294
|
],
|
|
296
|
-
"
|
|
295
|
+
"direction": "vertical",
|
|
296
|
+
"type": "stack",
|
|
297
297
|
"gap": "md",
|
|
298
298
|
"align": "center",
|
|
299
|
-
"
|
|
299
|
+
"className": "py-12"
|
|
300
300
|
}
|
|
301
301
|
]
|
|
302
302
|
]
|
|
@@ -311,8 +311,8 @@
|
|
|
311
311
|
"TabContent",
|
|
312
312
|
{
|
|
313
313
|
"emit": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"failure": "TabContentLoadFailed",
|
|
315
|
+
"success": "TabContentLoaded"
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
],
|
|
@@ -335,8 +335,8 @@
|
|
|
335
335
|
"TabContent",
|
|
336
336
|
{
|
|
337
337
|
"emit": {
|
|
338
|
-
"
|
|
339
|
-
"
|
|
338
|
+
"success": "TabContentLoaded",
|
|
339
|
+
"failure": "TabContentLoadFailed"
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
],
|
|
@@ -367,4 +367,4 @@
|
|
|
367
367
|
]
|
|
368
368
|
}
|
|
369
369
|
]
|
|
370
|
-
}
|
|
370
|
+
}
|