@almadar/std 8.3.0 → 8.4.1
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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"SelectableItem",
|
|
159
159
|
{
|
|
160
160
|
"emit": {
|
|
161
|
-
"
|
|
162
|
-
"
|
|
161
|
+
"failure": "SelectableItemLoadFailed",
|
|
162
|
+
"success": "SelectableItemLoaded"
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
],
|
|
@@ -167,21 +167,21 @@
|
|
|
167
167
|
"render-ui",
|
|
168
168
|
"main",
|
|
169
169
|
{
|
|
170
|
+
"align": "center",
|
|
171
|
+
"gap": "md",
|
|
172
|
+
"type": "stack",
|
|
170
173
|
"className": "py-12",
|
|
171
174
|
"children": [
|
|
172
175
|
{
|
|
173
176
|
"type": "spinner"
|
|
174
177
|
},
|
|
175
178
|
{
|
|
176
|
-
"variant": "caption",
|
|
177
179
|
"type": "typography",
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
+
"color": "muted",
|
|
181
|
+
"variant": "caption",
|
|
182
|
+
"content": "Loading…"
|
|
180
183
|
}
|
|
181
184
|
],
|
|
182
|
-
"type": "stack",
|
|
183
|
-
"gap": "md",
|
|
184
|
-
"align": "center",
|
|
185
185
|
"direction": "vertical"
|
|
186
186
|
}
|
|
187
187
|
]
|
|
@@ -196,66 +196,66 @@
|
|
|
196
196
|
"render-ui",
|
|
197
197
|
"main",
|
|
198
198
|
{
|
|
199
|
-
"direction": "vertical",
|
|
200
|
-
"gap": "lg",
|
|
201
199
|
"children": [
|
|
202
200
|
{
|
|
203
|
-
"align": "center",
|
|
204
201
|
"children": [
|
|
205
202
|
{
|
|
206
|
-
"
|
|
207
|
-
"
|
|
203
|
+
"name": "check-square",
|
|
204
|
+
"type": "icon"
|
|
208
205
|
},
|
|
209
206
|
{
|
|
210
207
|
"type": "typography",
|
|
211
|
-
"
|
|
212
|
-
"
|
|
208
|
+
"content": "SelectableItems",
|
|
209
|
+
"variant": "h2"
|
|
213
210
|
}
|
|
214
211
|
],
|
|
215
|
-
"
|
|
212
|
+
"align": "center",
|
|
213
|
+
"gap": "sm",
|
|
216
214
|
"direction": "horizontal",
|
|
217
|
-
"
|
|
215
|
+
"type": "stack"
|
|
218
216
|
},
|
|
219
217
|
{
|
|
220
218
|
"type": "divider"
|
|
221
219
|
},
|
|
222
220
|
{
|
|
223
|
-
"
|
|
221
|
+
"type": "typography",
|
|
224
222
|
"variant": "caption",
|
|
225
|
-
"
|
|
226
|
-
"
|
|
223
|
+
"content": "Choose a selectableitem to continue.",
|
|
224
|
+
"color": "muted"
|
|
227
225
|
},
|
|
228
226
|
{
|
|
227
|
+
"type": "data-grid",
|
|
229
228
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
229
|
+
"fields": [],
|
|
230
|
+
"itemActions": [
|
|
231
|
+
{
|
|
232
|
+
"event": "SELECT",
|
|
233
|
+
"icon": "check",
|
|
234
|
+
"label": "Select"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
230
237
|
"renderItem": [
|
|
231
238
|
"fn",
|
|
232
239
|
"item",
|
|
233
240
|
{
|
|
234
241
|
"type": "stack",
|
|
235
242
|
"align": "center",
|
|
236
|
-
"gap": "sm",
|
|
237
243
|
"direction": "horizontal",
|
|
238
244
|
"children": [
|
|
239
245
|
{
|
|
240
|
-
"
|
|
241
|
-
"
|
|
246
|
+
"type": "checkbox",
|
|
247
|
+
"label": "@item.name"
|
|
242
248
|
}
|
|
243
|
-
]
|
|
244
|
-
|
|
245
|
-
],
|
|
246
|
-
"itemActions": [
|
|
247
|
-
{
|
|
248
|
-
"icon": "check",
|
|
249
|
-
"event": "SELECT",
|
|
250
|
-
"label": "Select"
|
|
249
|
+
],
|
|
250
|
+
"gap": "sm"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
|
-
"fields": [],
|
|
254
|
-
"type": "data-grid",
|
|
255
253
|
"entity": "@payload.data"
|
|
256
254
|
}
|
|
257
255
|
],
|
|
258
|
-
"type": "stack"
|
|
256
|
+
"type": "stack",
|
|
257
|
+
"gap": "lg",
|
|
258
|
+
"direction": "vertical"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
]
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
"className": "py-12",
|
|
273
273
|
"children": [
|
|
274
274
|
{
|
|
275
|
-
"
|
|
275
|
+
"type": "icon",
|
|
276
276
|
"name": "alert-triangle",
|
|
277
|
-
"
|
|
277
|
+
"color": "destructive"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
280
|
"variant": "h3",
|
|
@@ -282,22 +282,22 @@
|
|
|
282
282
|
"content": "Failed to load"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
"variant": "body",
|
|
286
285
|
"type": "typography",
|
|
287
|
-
"
|
|
288
|
-
"content": "@payload.error"
|
|
286
|
+
"variant": "body",
|
|
287
|
+
"content": "@payload.error",
|
|
288
|
+
"color": "muted"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
-
"type": "button",
|
|
292
291
|
"action": "INIT",
|
|
293
|
-
"
|
|
292
|
+
"icon": "rotate-ccw",
|
|
294
293
|
"variant": "primary",
|
|
295
|
-
"
|
|
294
|
+
"type": "button",
|
|
295
|
+
"label": "Retry"
|
|
296
296
|
}
|
|
297
297
|
],
|
|
298
|
-
"gap": "md",
|
|
299
|
-
"align": "center",
|
|
300
298
|
"type": "stack",
|
|
299
|
+
"align": "center",
|
|
300
|
+
"gap": "md",
|
|
301
301
|
"direction": "vertical"
|
|
302
302
|
}
|
|
303
303
|
]
|
|
@@ -312,17 +312,13 @@
|
|
|
312
312
|
"render-ui",
|
|
313
313
|
"main",
|
|
314
314
|
{
|
|
315
|
-
"type": "stack",
|
|
316
315
|
"direction": "vertical",
|
|
317
316
|
"children": [
|
|
318
317
|
{
|
|
319
318
|
"align": "center",
|
|
320
|
-
"type": "stack",
|
|
321
319
|
"children": [
|
|
322
320
|
{
|
|
323
|
-
"type": "stack",
|
|
324
321
|
"gap": "md",
|
|
325
|
-
"direction": "horizontal",
|
|
326
322
|
"align": "center",
|
|
327
323
|
"children": [
|
|
328
324
|
{
|
|
@@ -330,15 +326,16 @@
|
|
|
330
326
|
"name": "check-square"
|
|
331
327
|
},
|
|
332
328
|
{
|
|
329
|
+
"variant": "h2",
|
|
333
330
|
"type": "typography",
|
|
334
|
-
"content": "SelectableItems"
|
|
335
|
-
"variant": "h2"
|
|
331
|
+
"content": "SelectableItems"
|
|
336
332
|
}
|
|
337
|
-
]
|
|
333
|
+
],
|
|
334
|
+
"direction": "horizontal",
|
|
335
|
+
"type": "stack"
|
|
338
336
|
},
|
|
339
337
|
{
|
|
340
|
-
"
|
|
341
|
-
"type": "stack",
|
|
338
|
+
"direction": "horizontal",
|
|
342
339
|
"children": [
|
|
343
340
|
{
|
|
344
341
|
"type": "badge",
|
|
@@ -346,47 +343,50 @@
|
|
|
346
343
|
},
|
|
347
344
|
{
|
|
348
345
|
"type": "button",
|
|
349
|
-
"action": "CLEAR",
|
|
350
|
-
"variant": "ghost",
|
|
351
346
|
"label": "Clear",
|
|
352
|
-
"
|
|
347
|
+
"action": "CLEAR",
|
|
348
|
+
"icon": "x",
|
|
349
|
+
"variant": "ghost"
|
|
353
350
|
}
|
|
354
351
|
],
|
|
355
|
-
"
|
|
356
|
-
"
|
|
352
|
+
"type": "stack",
|
|
353
|
+
"gap": "sm",
|
|
354
|
+
"align": "center"
|
|
357
355
|
}
|
|
358
356
|
],
|
|
357
|
+
"gap": "md",
|
|
359
358
|
"justify": "between",
|
|
360
|
-
"
|
|
361
|
-
"
|
|
359
|
+
"type": "stack",
|
|
360
|
+
"direction": "horizontal"
|
|
362
361
|
},
|
|
363
362
|
{
|
|
364
363
|
"type": "divider"
|
|
365
364
|
},
|
|
366
365
|
{
|
|
367
366
|
"type": "alert",
|
|
368
|
-
"
|
|
369
|
-
"
|
|
367
|
+
"message": "@payload.id",
|
|
368
|
+
"variant": "info"
|
|
370
369
|
},
|
|
371
370
|
{
|
|
372
|
-
"type": "stack",
|
|
373
371
|
"direction": "horizontal",
|
|
374
372
|
"children": [
|
|
375
373
|
{
|
|
376
|
-
"label": "Confirm",
|
|
377
374
|
"actionPayload": {
|
|
378
375
|
"id": "@payload.id"
|
|
379
376
|
},
|
|
380
|
-
"variant": "primary",
|
|
381
|
-
"type": "button",
|
|
382
377
|
"icon": "check",
|
|
383
|
-
"
|
|
378
|
+
"type": "button",
|
|
379
|
+
"label": "Confirm",
|
|
380
|
+
"action": "CONFIRM_SELECTION",
|
|
381
|
+
"variant": "primary"
|
|
384
382
|
}
|
|
385
383
|
],
|
|
384
|
+
"type": "stack",
|
|
386
385
|
"gap": "sm"
|
|
387
386
|
}
|
|
388
387
|
],
|
|
389
|
-
"gap": "lg"
|
|
388
|
+
"gap": "lg",
|
|
389
|
+
"type": "stack"
|
|
390
390
|
}
|
|
391
391
|
]
|
|
392
392
|
]
|
|
@@ -405,9 +405,10 @@
|
|
|
405
405
|
"children": [
|
|
406
406
|
{
|
|
407
407
|
"justify": "between",
|
|
408
|
-
"
|
|
408
|
+
"align": "center",
|
|
409
409
|
"children": [
|
|
410
410
|
{
|
|
411
|
+
"align": "center",
|
|
411
412
|
"children": [
|
|
412
413
|
{
|
|
413
414
|
"name": "check-circle",
|
|
@@ -415,11 +416,10 @@
|
|
|
415
416
|
},
|
|
416
417
|
{
|
|
417
418
|
"variant": "h2",
|
|
418
|
-
"
|
|
419
|
-
"
|
|
419
|
+
"content": "Selection Confirmed",
|
|
420
|
+
"type": "typography"
|
|
420
421
|
}
|
|
421
422
|
],
|
|
422
|
-
"align": "center",
|
|
423
423
|
"direction": "horizontal",
|
|
424
424
|
"type": "stack",
|
|
425
425
|
"gap": "md"
|
|
@@ -429,42 +429,42 @@
|
|
|
429
429
|
"label": "Confirmed"
|
|
430
430
|
}
|
|
431
431
|
],
|
|
432
|
+
"direction": "horizontal",
|
|
432
433
|
"type": "stack",
|
|
433
|
-
"
|
|
434
|
-
"direction": "horizontal"
|
|
434
|
+
"gap": "md"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
437
|
"type": "divider"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
|
-
"variant": "success",
|
|
441
440
|
"type": "alert",
|
|
441
|
+
"variant": "success",
|
|
442
442
|
"message": "Selection confirmed successfully."
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
|
-
"direction": "horizontal",
|
|
446
|
-
"align": "center",
|
|
447
|
-
"type": "stack",
|
|
448
|
-
"gap": "md",
|
|
449
445
|
"children": [
|
|
450
446
|
{
|
|
451
|
-
"
|
|
447
|
+
"content": "Selected ID:",
|
|
452
448
|
"type": "typography",
|
|
453
|
-
"
|
|
449
|
+
"variant": "caption"
|
|
454
450
|
},
|
|
455
451
|
{
|
|
456
452
|
"type": "typography",
|
|
457
|
-
"
|
|
458
|
-
"
|
|
453
|
+
"content": "@payload.id",
|
|
454
|
+
"variant": "body"
|
|
459
455
|
}
|
|
460
|
-
]
|
|
456
|
+
],
|
|
457
|
+
"align": "center",
|
|
458
|
+
"gap": "md",
|
|
459
|
+
"direction": "horizontal",
|
|
460
|
+
"type": "stack"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
|
-
"
|
|
464
|
-
"type": "button",
|
|
463
|
+
"variant": "ghost",
|
|
465
464
|
"action": "CLEAR",
|
|
466
|
-
"
|
|
467
|
-
"
|
|
465
|
+
"type": "button",
|
|
466
|
+
"label": "Clear Selection",
|
|
467
|
+
"icon": "rotate-ccw"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
470
470
|
"type": "stack"
|
|
@@ -530,8 +530,8 @@
|
|
|
530
530
|
"SelectableItem",
|
|
531
531
|
{
|
|
532
532
|
"emit": {
|
|
533
|
-
"
|
|
534
|
-
"
|
|
533
|
+
"success": "SelectableItemLoaded",
|
|
534
|
+
"failure": "SelectableItemLoadFailed"
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
],
|
|
@@ -147,21 +147,21 @@
|
|
|
147
147
|
"main",
|
|
148
148
|
{
|
|
149
149
|
"align": "center",
|
|
150
|
-
"className": "py-12",
|
|
151
150
|
"gap": "md",
|
|
151
|
+
"direction": "vertical",
|
|
152
|
+
"type": "stack",
|
|
152
153
|
"children": [
|
|
153
154
|
{
|
|
154
155
|
"type": "spinner"
|
|
155
156
|
},
|
|
156
157
|
{
|
|
157
|
-
"variant": "caption",
|
|
158
158
|
"content": "Loading…",
|
|
159
|
-
"
|
|
160
|
-
"
|
|
159
|
+
"type": "typography",
|
|
160
|
+
"variant": "caption",
|
|
161
|
+
"color": "muted"
|
|
161
162
|
}
|
|
162
163
|
],
|
|
163
|
-
"
|
|
164
|
-
"direction": "vertical"
|
|
164
|
+
"className": "py-12"
|
|
165
165
|
}
|
|
166
166
|
]
|
|
167
167
|
]
|
|
@@ -175,13 +175,8 @@
|
|
|
175
175
|
"render-ui",
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
|
-
"gap": "lg",
|
|
179
|
-
"type": "stack",
|
|
180
178
|
"children": [
|
|
181
179
|
{
|
|
182
|
-
"gap": "sm",
|
|
183
|
-
"direction": "horizontal",
|
|
184
|
-
"align": "center",
|
|
185
180
|
"type": "stack",
|
|
186
181
|
"children": [
|
|
187
182
|
{
|
|
@@ -189,71 +184,76 @@
|
|
|
189
184
|
"name": "layout-grid"
|
|
190
185
|
},
|
|
191
186
|
{
|
|
192
|
-
"type": "typography",
|
|
193
187
|
"content": "TabContents",
|
|
194
|
-
"variant": "h2"
|
|
188
|
+
"variant": "h2",
|
|
189
|
+
"type": "typography"
|
|
195
190
|
}
|
|
196
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"direction": "horizontal",
|
|
193
|
+
"gap": "sm",
|
|
194
|
+
"align": "center"
|
|
197
195
|
},
|
|
198
196
|
{
|
|
199
197
|
"type": "divider"
|
|
200
198
|
},
|
|
201
199
|
{
|
|
202
|
-
"defaultActiveTab": "name",
|
|
203
|
-
"onTabChange": "SELECT_TAB",
|
|
204
|
-
"type": "tabs",
|
|
205
200
|
"tabs": [
|
|
206
201
|
{
|
|
207
202
|
"id": "name",
|
|
208
203
|
"label": "Name"
|
|
209
204
|
},
|
|
210
205
|
{
|
|
211
|
-
"
|
|
212
|
-
"
|
|
206
|
+
"label": "Description",
|
|
207
|
+
"id": "description"
|
|
213
208
|
},
|
|
214
209
|
{
|
|
215
|
-
"
|
|
216
|
-
"
|
|
210
|
+
"label": "Status",
|
|
211
|
+
"id": "status"
|
|
217
212
|
},
|
|
218
213
|
{
|
|
219
|
-
"
|
|
220
|
-
"
|
|
214
|
+
"label": "CreatedAt",
|
|
215
|
+
"id": "createdAt"
|
|
221
216
|
}
|
|
222
|
-
]
|
|
217
|
+
],
|
|
218
|
+
"type": "tabs",
|
|
219
|
+
"defaultActiveTab": "name",
|
|
220
|
+
"onTabChange": "SELECT_TAB"
|
|
223
221
|
},
|
|
224
222
|
{
|
|
225
223
|
"type": "divider"
|
|
226
224
|
},
|
|
227
225
|
{
|
|
228
|
-
"
|
|
226
|
+
"fields": [],
|
|
227
|
+
"entity": "@payload.data",
|
|
228
|
+
"type": "data-grid",
|
|
229
229
|
"renderItem": [
|
|
230
230
|
"fn",
|
|
231
231
|
"item",
|
|
232
232
|
{
|
|
233
233
|
"direction": "vertical",
|
|
234
|
-
"type": "stack",
|
|
235
|
-
"gap": "sm",
|
|
236
234
|
"children": [
|
|
237
235
|
{
|
|
238
|
-
"type": "typography",
|
|
239
236
|
"variant": "h4",
|
|
240
|
-
"content": "@item.name"
|
|
237
|
+
"content": "@item.name",
|
|
238
|
+
"type": "typography"
|
|
241
239
|
},
|
|
242
240
|
{
|
|
243
|
-
"
|
|
241
|
+
"type": "typography",
|
|
244
242
|
"variant": "caption",
|
|
245
243
|
"color": "muted",
|
|
246
|
-
"
|
|
244
|
+
"content": "@item.description"
|
|
247
245
|
}
|
|
248
|
-
]
|
|
246
|
+
],
|
|
247
|
+
"gap": "sm",
|
|
248
|
+
"type": "stack"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
|
-
"
|
|
252
|
-
"type": "data-grid",
|
|
253
|
-
"entity": "@payload.data"
|
|
251
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer"
|
|
254
252
|
}
|
|
255
253
|
],
|
|
256
|
-
"
|
|
254
|
+
"type": "stack",
|
|
255
|
+
"direction": "vertical",
|
|
256
|
+
"gap": "lg"
|
|
257
257
|
}
|
|
258
258
|
]
|
|
259
259
|
]
|
|
@@ -267,36 +267,36 @@
|
|
|
267
267
|
"render-ui",
|
|
268
268
|
"main",
|
|
269
269
|
{
|
|
270
|
+
"gap": "md",
|
|
271
|
+
"className": "py-12",
|
|
270
272
|
"children": [
|
|
271
273
|
{
|
|
272
|
-
"name": "alert-triangle",
|
|
273
274
|
"color": "destructive",
|
|
274
|
-
"type": "icon"
|
|
275
|
+
"type": "icon",
|
|
276
|
+
"name": "alert-triangle"
|
|
275
277
|
},
|
|
276
278
|
{
|
|
277
|
-
"variant": "h3",
|
|
278
279
|
"type": "typography",
|
|
280
|
+
"variant": "h3",
|
|
279
281
|
"content": "Failed to load"
|
|
280
282
|
},
|
|
281
283
|
{
|
|
282
|
-
"content": "@payload.error",
|
|
283
|
-
"variant": "body",
|
|
284
284
|
"color": "muted",
|
|
285
|
-
"
|
|
285
|
+
"content": "@payload.error",
|
|
286
|
+
"type": "typography",
|
|
287
|
+
"variant": "body"
|
|
286
288
|
},
|
|
287
289
|
{
|
|
288
|
-
"action": "INIT",
|
|
289
290
|
"label": "Retry",
|
|
291
|
+
"action": "INIT",
|
|
290
292
|
"type": "button",
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
+
"icon": "rotate-ccw",
|
|
294
|
+
"variant": "primary"
|
|
293
295
|
}
|
|
294
296
|
],
|
|
295
|
-
"direction": "vertical",
|
|
296
297
|
"type": "stack",
|
|
297
|
-
"gap": "md",
|
|
298
298
|
"align": "center",
|
|
299
|
-
"
|
|
299
|
+
"direction": "vertical"
|
|
300
300
|
}
|
|
301
301
|
]
|
|
302
302
|
]
|
|
@@ -311,8 +311,8 @@
|
|
|
311
311
|
"TabContent",
|
|
312
312
|
{
|
|
313
313
|
"emit": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"success": "TabContentLoaded",
|
|
315
|
+
"failure": "TabContentLoadFailed"
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
],
|
|
@@ -335,8 +335,8 @@
|
|
|
335
335
|
"TabContent",
|
|
336
336
|
{
|
|
337
337
|
"emit": {
|
|
338
|
-
"
|
|
339
|
-
"
|
|
338
|
+
"failure": "TabContentLoadFailed",
|
|
339
|
+
"success": "TabContentLoaded"
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
],
|