@almadar/std 9.0.0 → 11.0.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- 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,22 +167,22 @@
|
|
|
167
167
|
"render-ui",
|
|
168
168
|
"main",
|
|
169
169
|
{
|
|
170
|
+
"className": "py-12",
|
|
171
|
+
"type": "stack",
|
|
170
172
|
"children": [
|
|
171
173
|
{
|
|
172
174
|
"type": "spinner"
|
|
173
175
|
},
|
|
174
176
|
{
|
|
175
|
-
"content": "Loading…",
|
|
176
177
|
"variant": "caption",
|
|
178
|
+
"content": "Loading…",
|
|
177
179
|
"type": "typography",
|
|
178
180
|
"color": "muted"
|
|
179
181
|
}
|
|
180
182
|
],
|
|
181
|
-
"direction": "vertical",
|
|
182
|
-
"gap": "md",
|
|
183
|
-
"type": "stack",
|
|
184
183
|
"align": "center",
|
|
185
|
-
"
|
|
184
|
+
"direction": "vertical",
|
|
185
|
+
"gap": "md"
|
|
186
186
|
}
|
|
187
187
|
]
|
|
188
188
|
]
|
|
@@ -199,59 +199,59 @@
|
|
|
199
199
|
"gap": "lg",
|
|
200
200
|
"children": [
|
|
201
201
|
{
|
|
202
|
-
"direction": "horizontal",
|
|
203
|
-
"type": "stack",
|
|
204
|
-
"align": "center",
|
|
205
|
-
"gap": "sm",
|
|
206
202
|
"children": [
|
|
207
203
|
{
|
|
208
204
|
"type": "icon",
|
|
209
205
|
"name": "check-square"
|
|
210
206
|
},
|
|
211
207
|
{
|
|
212
|
-
"
|
|
208
|
+
"type": "typography",
|
|
213
209
|
"variant": "h2",
|
|
214
|
-
"
|
|
210
|
+
"content": "SelectableItems"
|
|
215
211
|
}
|
|
216
|
-
]
|
|
212
|
+
],
|
|
213
|
+
"gap": "sm",
|
|
214
|
+
"type": "stack",
|
|
215
|
+
"direction": "horizontal",
|
|
216
|
+
"align": "center"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"type": "divider"
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
|
+
"variant": "caption",
|
|
222
223
|
"type": "typography",
|
|
223
224
|
"color": "muted",
|
|
224
|
-
"variant": "caption",
|
|
225
225
|
"content": "Choose a selectableitem to continue."
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"entity": "@payload.data",
|
|
229
|
-
"itemActions": [
|
|
230
|
-
{
|
|
231
|
-
"event": "SELECT",
|
|
232
|
-
"label": "Select",
|
|
233
|
-
"icon": "check"
|
|
234
|
-
}
|
|
235
|
-
],
|
|
236
228
|
"renderItem": [
|
|
237
229
|
"fn",
|
|
238
230
|
"item",
|
|
239
231
|
{
|
|
240
232
|
"align": "center",
|
|
233
|
+
"gap": "sm",
|
|
234
|
+
"type": "stack",
|
|
235
|
+
"direction": "horizontal",
|
|
241
236
|
"children": [
|
|
242
237
|
{
|
|
243
238
|
"type": "checkbox",
|
|
244
239
|
"label": "@item.name"
|
|
245
240
|
}
|
|
246
|
-
]
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
241
|
+
]
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"itemActions": [
|
|
245
|
+
{
|
|
246
|
+
"label": "Select",
|
|
247
|
+
"icon": "check",
|
|
248
|
+
"event": "SELECT"
|
|
250
249
|
}
|
|
251
250
|
],
|
|
252
|
-
"fields": [],
|
|
253
251
|
"type": "data-grid",
|
|
254
|
-
"
|
|
252
|
+
"entity": "@payload.data",
|
|
253
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
254
|
+
"fields": []
|
|
255
255
|
}
|
|
256
256
|
],
|
|
257
257
|
"type": "stack",
|
|
@@ -269,9 +269,10 @@
|
|
|
269
269
|
"render-ui",
|
|
270
270
|
"main",
|
|
271
271
|
{
|
|
272
|
-
"gap": "md",
|
|
273
|
-
"align": "center",
|
|
274
272
|
"className": "py-12",
|
|
273
|
+
"type": "stack",
|
|
274
|
+
"gap": "md",
|
|
275
|
+
"direction": "vertical",
|
|
275
276
|
"children": [
|
|
276
277
|
{
|
|
277
278
|
"name": "alert-triangle",
|
|
@@ -279,26 +280,25 @@
|
|
|
279
280
|
"type": "icon"
|
|
280
281
|
},
|
|
281
282
|
{
|
|
282
|
-
"content": "Failed to load",
|
|
283
283
|
"type": "typography",
|
|
284
|
-
"variant": "h3"
|
|
284
|
+
"variant": "h3",
|
|
285
|
+
"content": "Failed to load"
|
|
285
286
|
},
|
|
286
287
|
{
|
|
287
|
-
"type": "typography",
|
|
288
288
|
"variant": "body",
|
|
289
289
|
"color": "muted",
|
|
290
|
-
"content": "@payload.error"
|
|
290
|
+
"content": "@payload.error",
|
|
291
|
+
"type": "typography"
|
|
291
292
|
},
|
|
292
293
|
{
|
|
293
|
-
"
|
|
294
|
-
"label": "Retry",
|
|
294
|
+
"action": "INIT",
|
|
295
295
|
"variant": "primary",
|
|
296
296
|
"icon": "rotate-ccw",
|
|
297
|
-
"
|
|
297
|
+
"type": "button",
|
|
298
|
+
"label": "Retry"
|
|
298
299
|
}
|
|
299
300
|
],
|
|
300
|
-
"
|
|
301
|
-
"direction": "vertical"
|
|
301
|
+
"align": "center"
|
|
302
302
|
}
|
|
303
303
|
]
|
|
304
304
|
]
|
|
@@ -313,33 +313,31 @@
|
|
|
313
313
|
"main",
|
|
314
314
|
{
|
|
315
315
|
"gap": "lg",
|
|
316
|
-
"type": "stack",
|
|
317
|
-
"direction": "vertical",
|
|
318
316
|
"children": [
|
|
319
317
|
{
|
|
320
|
-
"direction": "horizontal",
|
|
321
318
|
"gap": "md",
|
|
319
|
+
"justify": "between",
|
|
320
|
+
"align": "center",
|
|
321
|
+
"direction": "horizontal",
|
|
322
322
|
"children": [
|
|
323
323
|
{
|
|
324
|
-
"
|
|
324
|
+
"type": "stack",
|
|
325
|
+
"direction": "horizontal",
|
|
325
326
|
"children": [
|
|
326
327
|
{
|
|
327
328
|
"name": "check-square",
|
|
328
329
|
"type": "icon"
|
|
329
330
|
},
|
|
330
331
|
{
|
|
331
|
-
"type": "typography",
|
|
332
332
|
"content": "SelectableItems",
|
|
333
|
+
"type": "typography",
|
|
333
334
|
"variant": "h2"
|
|
334
335
|
}
|
|
335
336
|
],
|
|
336
|
-
"
|
|
337
|
-
"gap": "md"
|
|
338
|
-
"direction": "horizontal"
|
|
337
|
+
"align": "center",
|
|
338
|
+
"gap": "md"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
|
-
"type": "stack",
|
|
342
|
-
"direction": "horizontal",
|
|
343
341
|
"gap": "sm",
|
|
344
342
|
"align": "center",
|
|
345
343
|
"children": [
|
|
@@ -348,45 +346,47 @@
|
|
|
348
346
|
"label": "Selecting"
|
|
349
347
|
},
|
|
350
348
|
{
|
|
351
|
-
"icon": "x",
|
|
352
|
-
"type": "button",
|
|
353
|
-
"label": "Clear",
|
|
354
349
|
"action": "CLEAR",
|
|
350
|
+
"label": "Clear",
|
|
351
|
+
"type": "button",
|
|
352
|
+
"icon": "x",
|
|
355
353
|
"variant": "ghost"
|
|
356
354
|
}
|
|
357
|
-
]
|
|
355
|
+
],
|
|
356
|
+
"type": "stack",
|
|
357
|
+
"direction": "horizontal"
|
|
358
358
|
}
|
|
359
359
|
],
|
|
360
|
-
"type": "stack"
|
|
361
|
-
"align": "center",
|
|
362
|
-
"justify": "between"
|
|
360
|
+
"type": "stack"
|
|
363
361
|
},
|
|
364
362
|
{
|
|
365
363
|
"type": "divider"
|
|
366
364
|
},
|
|
367
365
|
{
|
|
368
|
-
"
|
|
366
|
+
"type": "alert",
|
|
369
367
|
"message": "@payload.id",
|
|
370
|
-
"
|
|
368
|
+
"variant": "info"
|
|
371
369
|
},
|
|
372
370
|
{
|
|
373
|
-
"gap": "sm",
|
|
374
|
-
"type": "stack",
|
|
375
|
-
"direction": "horizontal",
|
|
376
371
|
"children": [
|
|
377
372
|
{
|
|
378
|
-
"
|
|
379
|
-
"
|
|
373
|
+
"label": "Confirm",
|
|
374
|
+
"type": "button",
|
|
380
375
|
"action": "CONFIRM_SELECTION",
|
|
381
376
|
"actionPayload": {
|
|
382
377
|
"id": "@payload.id"
|
|
383
378
|
},
|
|
384
|
-
"
|
|
385
|
-
"
|
|
379
|
+
"icon": "check",
|
|
380
|
+
"variant": "primary"
|
|
386
381
|
}
|
|
387
|
-
]
|
|
382
|
+
],
|
|
383
|
+
"direction": "horizontal",
|
|
384
|
+
"gap": "sm",
|
|
385
|
+
"type": "stack"
|
|
388
386
|
}
|
|
389
|
-
]
|
|
387
|
+
],
|
|
388
|
+
"type": "stack",
|
|
389
|
+
"direction": "vertical"
|
|
390
390
|
}
|
|
391
391
|
]
|
|
392
392
|
]
|
|
@@ -401,50 +401,48 @@
|
|
|
401
401
|
"main",
|
|
402
402
|
{
|
|
403
403
|
"gap": "lg",
|
|
404
|
+
"type": "stack",
|
|
404
405
|
"children": [
|
|
405
406
|
{
|
|
406
|
-
"type": "stack",
|
|
407
407
|
"direction": "horizontal",
|
|
408
|
+
"gap": "md",
|
|
409
|
+
"justify": "between",
|
|
408
410
|
"children": [
|
|
409
411
|
{
|
|
412
|
+
"align": "center",
|
|
410
413
|
"children": [
|
|
411
414
|
{
|
|
412
415
|
"type": "icon",
|
|
413
416
|
"name": "check-circle"
|
|
414
417
|
},
|
|
415
418
|
{
|
|
416
|
-
"type": "typography",
|
|
417
419
|
"content": "Selection Confirmed",
|
|
418
|
-
"variant": "h2"
|
|
420
|
+
"variant": "h2",
|
|
421
|
+
"type": "typography"
|
|
419
422
|
}
|
|
420
423
|
],
|
|
421
424
|
"direction": "horizontal",
|
|
422
425
|
"gap": "md",
|
|
423
|
-
"type": "stack"
|
|
424
|
-
"align": "center"
|
|
426
|
+
"type": "stack"
|
|
425
427
|
},
|
|
426
428
|
{
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
+
"type": "badge",
|
|
430
|
+
"label": "Confirmed"
|
|
429
431
|
}
|
|
430
432
|
],
|
|
431
|
-
"
|
|
432
|
-
"align": "center"
|
|
433
|
-
"justify": "between"
|
|
433
|
+
"type": "stack",
|
|
434
|
+
"align": "center"
|
|
434
435
|
},
|
|
435
436
|
{
|
|
436
437
|
"type": "divider"
|
|
437
438
|
},
|
|
438
439
|
{
|
|
439
|
-
"variant": "success",
|
|
440
440
|
"message": "Selection confirmed successfully.",
|
|
441
|
-
"type": "alert"
|
|
441
|
+
"type": "alert",
|
|
442
|
+
"variant": "success"
|
|
442
443
|
},
|
|
443
444
|
{
|
|
444
|
-
"direction": "horizontal",
|
|
445
|
-
"gap": "md",
|
|
446
445
|
"align": "center",
|
|
447
|
-
"type": "stack",
|
|
448
446
|
"children": [
|
|
449
447
|
{
|
|
450
448
|
"content": "Selected ID:",
|
|
@@ -453,20 +451,22 @@
|
|
|
453
451
|
},
|
|
454
452
|
{
|
|
455
453
|
"type": "typography",
|
|
456
|
-
"
|
|
457
|
-
"
|
|
454
|
+
"variant": "body",
|
|
455
|
+
"content": "@payload.id"
|
|
458
456
|
}
|
|
459
|
-
]
|
|
457
|
+
],
|
|
458
|
+
"type": "stack",
|
|
459
|
+
"direction": "horizontal",
|
|
460
|
+
"gap": "md"
|
|
460
461
|
},
|
|
461
462
|
{
|
|
462
|
-
"label": "Clear Selection",
|
|
463
463
|
"type": "button",
|
|
464
464
|
"variant": "ghost",
|
|
465
|
-
"
|
|
466
|
-
"action": "CLEAR"
|
|
465
|
+
"label": "Clear Selection",
|
|
466
|
+
"action": "CLEAR",
|
|
467
|
+
"icon": "rotate-ccw"
|
|
467
468
|
}
|
|
468
469
|
],
|
|
469
|
-
"type": "stack",
|
|
470
470
|
"direction": "vertical"
|
|
471
471
|
}
|
|
472
472
|
]
|
|
@@ -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
|
-
"className": "py-12",
|
|
150
|
-
"align": "center",
|
|
151
149
|
"children": [
|
|
152
150
|
{
|
|
153
151
|
"type": "spinner"
|
|
154
152
|
},
|
|
155
153
|
{
|
|
156
|
-
"type": "typography",
|
|
157
|
-
"content": "Loading…",
|
|
158
154
|
"color": "muted",
|
|
159
|
-
"
|
|
155
|
+
"content": "Loading…",
|
|
156
|
+
"variant": "caption",
|
|
157
|
+
"type": "typography"
|
|
160
158
|
}
|
|
161
159
|
],
|
|
162
|
-
"
|
|
160
|
+
"gap": "md",
|
|
161
|
+
"className": "py-12",
|
|
163
162
|
"type": "stack",
|
|
164
|
-
"
|
|
163
|
+
"align": "center",
|
|
164
|
+
"direction": "vertical"
|
|
165
165
|
}
|
|
166
166
|
]
|
|
167
167
|
]
|
|
@@ -175,32 +175,31 @@
|
|
|
175
175
|
"render-ui",
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
|
-
"gap": "lg",
|
|
179
|
-
"type": "stack",
|
|
180
178
|
"direction": "vertical",
|
|
179
|
+
"type": "stack",
|
|
180
|
+
"gap": "lg",
|
|
181
181
|
"children": [
|
|
182
182
|
{
|
|
183
|
-
"direction": "horizontal",
|
|
184
|
-
"gap": "sm",
|
|
185
183
|
"type": "stack",
|
|
186
|
-
"
|
|
184
|
+
"direction": "horizontal",
|
|
187
185
|
"children": [
|
|
188
186
|
{
|
|
189
|
-
"
|
|
190
|
-
"
|
|
187
|
+
"name": "layout-grid",
|
|
188
|
+
"type": "icon"
|
|
191
189
|
},
|
|
192
190
|
{
|
|
191
|
+
"variant": "h2",
|
|
193
192
|
"content": "TabContents",
|
|
194
|
-
"type": "typography"
|
|
195
|
-
"variant": "h2"
|
|
193
|
+
"type": "typography"
|
|
196
194
|
}
|
|
197
|
-
]
|
|
195
|
+
],
|
|
196
|
+
"align": "center",
|
|
197
|
+
"gap": "sm"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"type": "divider"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
|
-
"defaultActiveTab": "name",
|
|
204
203
|
"tabs": [
|
|
205
204
|
{
|
|
206
205
|
"label": "Name",
|
|
@@ -211,15 +210,16 @@
|
|
|
211
210
|
"id": "description"
|
|
212
211
|
},
|
|
213
212
|
{
|
|
214
|
-
"
|
|
215
|
-
"
|
|
213
|
+
"id": "status",
|
|
214
|
+
"label": "Status"
|
|
216
215
|
},
|
|
217
216
|
{
|
|
218
|
-
"
|
|
219
|
-
"
|
|
217
|
+
"id": "createdAt",
|
|
218
|
+
"label": "CreatedAt"
|
|
220
219
|
}
|
|
221
220
|
],
|
|
222
221
|
"type": "tabs",
|
|
222
|
+
"defaultActiveTab": "name",
|
|
223
223
|
"onTabChange": "SELECT_TAB"
|
|
224
224
|
},
|
|
225
225
|
{
|
|
@@ -227,31 +227,31 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"entity": "@payload.data",
|
|
230
|
-
"
|
|
230
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
231
231
|
"renderItem": [
|
|
232
232
|
"fn",
|
|
233
233
|
"item",
|
|
234
234
|
{
|
|
235
|
-
"gap": "sm",
|
|
236
235
|
"type": "stack",
|
|
237
|
-
"
|
|
236
|
+
"gap": "sm",
|
|
238
237
|
"children": [
|
|
239
238
|
{
|
|
240
|
-
"variant": "h4",
|
|
241
239
|
"content": "@item.name",
|
|
240
|
+
"variant": "h4",
|
|
242
241
|
"type": "typography"
|
|
243
242
|
},
|
|
244
243
|
{
|
|
245
|
-
"
|
|
244
|
+
"type": "typography",
|
|
246
245
|
"variant": "caption",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
246
|
+
"content": "@item.description",
|
|
247
|
+
"color": "muted"
|
|
249
248
|
}
|
|
250
|
-
]
|
|
249
|
+
],
|
|
250
|
+
"direction": "vertical"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
253
|
"type": "data-grid",
|
|
254
|
-
"
|
|
254
|
+
"fields": []
|
|
255
255
|
}
|
|
256
256
|
]
|
|
257
257
|
}
|
|
@@ -267,7 +267,8 @@
|
|
|
267
267
|
"render-ui",
|
|
268
268
|
"main",
|
|
269
269
|
{
|
|
270
|
-
"
|
|
270
|
+
"className": "py-12",
|
|
271
|
+
"gap": "md",
|
|
271
272
|
"children": [
|
|
272
273
|
{
|
|
273
274
|
"color": "destructive",
|
|
@@ -275,28 +276,27 @@
|
|
|
275
276
|
"name": "alert-triangle"
|
|
276
277
|
},
|
|
277
278
|
{
|
|
279
|
+
"content": "Failed to load",
|
|
278
280
|
"type": "typography",
|
|
279
|
-
"variant": "h3"
|
|
280
|
-
"content": "Failed to load"
|
|
281
|
+
"variant": "h3"
|
|
281
282
|
},
|
|
282
283
|
{
|
|
284
|
+
"content": "@payload.error",
|
|
283
285
|
"type": "typography",
|
|
284
286
|
"variant": "body",
|
|
285
|
-
"content": "@payload.error",
|
|
286
287
|
"color": "muted"
|
|
287
288
|
},
|
|
288
289
|
{
|
|
290
|
+
"action": "INIT",
|
|
291
|
+
"label": "Retry",
|
|
289
292
|
"variant": "primary",
|
|
290
293
|
"type": "button",
|
|
291
|
-
"icon": "rotate-ccw"
|
|
292
|
-
"label": "Retry",
|
|
293
|
-
"action": "INIT"
|
|
294
|
+
"icon": "rotate-ccw"
|
|
294
295
|
}
|
|
295
296
|
],
|
|
296
297
|
"direction": "vertical",
|
|
297
|
-
"className": "py-12",
|
|
298
298
|
"type": "stack",
|
|
299
|
-
"
|
|
299
|
+
"align": "center"
|
|
300
300
|
}
|
|
301
301
|
]
|
|
302
302
|
]
|
|
@@ -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
|
],
|