@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
|
@@ -300,55 +300,55 @@
|
|
|
300
300
|
"render-ui",
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
|
-
"gap": "lg",
|
|
304
303
|
"direction": "vertical",
|
|
305
304
|
"type": "stack",
|
|
305
|
+
"gap": "lg",
|
|
306
306
|
"children": [
|
|
307
307
|
{
|
|
308
|
-
"
|
|
308
|
+
"gap": "sm",
|
|
309
|
+
"align": "center",
|
|
309
310
|
"children": [
|
|
310
311
|
{
|
|
311
|
-
"
|
|
312
|
-
"
|
|
312
|
+
"type": "icon",
|
|
313
|
+
"name": "wrench"
|
|
313
314
|
},
|
|
314
315
|
{
|
|
315
|
-
"variant": "h2",
|
|
316
316
|
"type": "typography",
|
|
317
|
+
"variant": "h2",
|
|
317
318
|
"content": "Validation-Fix Loop"
|
|
318
319
|
}
|
|
319
320
|
],
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"align": "center"
|
|
321
|
+
"direction": "horizontal",
|
|
322
|
+
"type": "stack"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"type": "divider"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
|
-
"type": "card",
|
|
329
328
|
"children": [
|
|
330
329
|
{
|
|
331
330
|
"children": [
|
|
332
331
|
{
|
|
333
|
-
"content": "Enter the target to validate and auto-fix",
|
|
334
332
|
"variant": "body",
|
|
335
|
-
"type": "typography"
|
|
333
|
+
"type": "typography",
|
|
334
|
+
"content": "Enter the target to validate and auto-fix"
|
|
336
335
|
},
|
|
337
336
|
{
|
|
337
|
+
"mode": "edit",
|
|
338
338
|
"submitEvent": "FIX",
|
|
339
339
|
"type": "form-section",
|
|
340
|
+
"entity": "@entity",
|
|
340
341
|
"fields": [
|
|
341
342
|
"target"
|
|
342
|
-
]
|
|
343
|
-
"mode": "edit",
|
|
344
|
-
"entity": "@entity"
|
|
343
|
+
]
|
|
345
344
|
}
|
|
346
345
|
],
|
|
346
|
+
"type": "stack",
|
|
347
347
|
"direction": "vertical",
|
|
348
|
-
"gap": "md"
|
|
349
|
-
"type": "stack"
|
|
348
|
+
"gap": "md"
|
|
350
349
|
}
|
|
351
|
-
]
|
|
350
|
+
],
|
|
351
|
+
"type": "card"
|
|
352
352
|
}
|
|
353
353
|
]
|
|
354
354
|
}
|
|
@@ -391,39 +391,39 @@
|
|
|
391
391
|
"render-ui",
|
|
392
392
|
"main",
|
|
393
393
|
{
|
|
394
|
-
"
|
|
394
|
+
"gap": "lg",
|
|
395
395
|
"children": [
|
|
396
396
|
{
|
|
397
|
-
"
|
|
398
|
-
"
|
|
397
|
+
"name": "shield-check",
|
|
398
|
+
"type": "icon"
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
|
-
"variant": "h3",
|
|
402
401
|
"type": "typography",
|
|
403
|
-
"content": "Validating..."
|
|
402
|
+
"content": "Validating...",
|
|
403
|
+
"variant": "h3"
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
406
|
"type": "spinner"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
|
-
"direction": "horizontal",
|
|
410
|
-
"justify": "center",
|
|
411
409
|
"gap": "md",
|
|
412
|
-
"type": "stack",
|
|
413
410
|
"children": [
|
|
414
411
|
{
|
|
415
412
|
"label": "@entity.target",
|
|
416
413
|
"type": "badge"
|
|
417
414
|
},
|
|
418
415
|
{
|
|
419
|
-
"
|
|
420
|
-
"
|
|
416
|
+
"label": "@entity.maxAttempts",
|
|
417
|
+
"type": "badge"
|
|
421
418
|
}
|
|
422
|
-
]
|
|
419
|
+
],
|
|
420
|
+
"type": "stack",
|
|
421
|
+
"direction": "horizontal",
|
|
422
|
+
"justify": "center"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
425
|
+
"direction": "vertical",
|
|
425
426
|
"align": "center",
|
|
426
|
-
"gap": "lg",
|
|
427
427
|
"type": "stack"
|
|
428
428
|
}
|
|
429
429
|
]
|
|
@@ -447,87 +447,87 @@
|
|
|
447
447
|
"render-ui",
|
|
448
448
|
"main",
|
|
449
449
|
{
|
|
450
|
+
"gap": "lg",
|
|
451
|
+
"direction": "vertical",
|
|
452
|
+
"type": "stack",
|
|
450
453
|
"children": [
|
|
451
454
|
{
|
|
452
455
|
"type": "stack",
|
|
456
|
+
"direction": "horizontal",
|
|
457
|
+
"align": "center",
|
|
458
|
+
"justify": "between",
|
|
453
459
|
"children": [
|
|
454
460
|
{
|
|
461
|
+
"direction": "horizontal",
|
|
455
462
|
"type": "stack",
|
|
463
|
+
"align": "center",
|
|
456
464
|
"children": [
|
|
457
465
|
{
|
|
458
466
|
"type": "icon",
|
|
459
467
|
"name": "check-circle"
|
|
460
468
|
},
|
|
461
469
|
{
|
|
462
|
-
"content": "Validation Passed",
|
|
463
470
|
"type": "typography",
|
|
471
|
+
"content": "Validation Passed",
|
|
464
472
|
"variant": "h2"
|
|
465
473
|
}
|
|
466
474
|
],
|
|
467
|
-
"gap": "sm"
|
|
468
|
-
"align": "center",
|
|
469
|
-
"direction": "horizontal"
|
|
475
|
+
"gap": "sm"
|
|
470
476
|
},
|
|
471
477
|
{
|
|
472
|
-
"label": "New Target",
|
|
473
|
-
"icon": "rotate-ccw",
|
|
474
|
-
"type": "button",
|
|
475
478
|
"action": "RESET",
|
|
476
|
-
"
|
|
479
|
+
"type": "button",
|
|
480
|
+
"variant": "ghost",
|
|
481
|
+
"icon": "rotate-ccw",
|
|
482
|
+
"label": "New Target"
|
|
477
483
|
}
|
|
478
484
|
],
|
|
479
|
-
"
|
|
480
|
-
"justify": "between",
|
|
481
|
-
"gap": "sm",
|
|
482
|
-
"align": "center"
|
|
485
|
+
"gap": "sm"
|
|
483
486
|
},
|
|
484
487
|
{
|
|
485
488
|
"type": "divider"
|
|
486
489
|
},
|
|
487
490
|
{
|
|
491
|
+
"type": "simple-grid",
|
|
488
492
|
"cols": 2.0,
|
|
489
493
|
"children": [
|
|
490
494
|
{
|
|
491
495
|
"type": "stat-display",
|
|
492
|
-
"value": "@entity.fixAttempts",
|
|
493
496
|
"label": "Fix Attempts",
|
|
497
|
+
"value": "@entity.fixAttempts",
|
|
494
498
|
"icon": "wrench"
|
|
495
499
|
},
|
|
496
500
|
{
|
|
497
|
-
"icon": "check",
|
|
498
|
-
"value": "Passed",
|
|
499
501
|
"label": "Status",
|
|
500
|
-
"
|
|
502
|
+
"icon": "check",
|
|
503
|
+
"type": "stat-display",
|
|
504
|
+
"value": "Passed"
|
|
501
505
|
}
|
|
502
|
-
]
|
|
503
|
-
"type": "simple-grid"
|
|
506
|
+
]
|
|
504
507
|
},
|
|
505
508
|
{
|
|
509
|
+
"type": "card",
|
|
506
510
|
"children": [
|
|
507
511
|
{
|
|
508
|
-
"gap": "sm",
|
|
509
512
|
"type": "stack",
|
|
510
|
-
"direction": "vertical",
|
|
511
513
|
"children": [
|
|
512
514
|
{
|
|
513
|
-
"
|
|
515
|
+
"type": "typography",
|
|
514
516
|
"variant": "caption",
|
|
515
|
-
"
|
|
517
|
+
"content": "Target"
|
|
516
518
|
},
|
|
517
519
|
{
|
|
518
520
|
"type": "typography",
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
+
"content": "@entity.target",
|
|
522
|
+
"variant": "body"
|
|
521
523
|
}
|
|
522
|
-
]
|
|
524
|
+
],
|
|
525
|
+
"direction": "vertical",
|
|
526
|
+
"gap": "sm"
|
|
523
527
|
}
|
|
524
|
-
]
|
|
525
|
-
"type": "card"
|
|
528
|
+
]
|
|
526
529
|
}
|
|
527
|
-
]
|
|
528
|
-
"gap": "lg",
|
|
529
|
-
"type": "stack",
|
|
530
|
-
"direction": "vertical"
|
|
530
|
+
]
|
|
531
531
|
}
|
|
532
532
|
]
|
|
533
533
|
]
|
|
@@ -576,37 +576,39 @@
|
|
|
576
576
|
"render-ui",
|
|
577
577
|
"main",
|
|
578
578
|
{
|
|
579
|
+
"direction": "vertical",
|
|
580
|
+
"type": "stack",
|
|
579
581
|
"gap": "lg",
|
|
580
582
|
"children": [
|
|
581
583
|
{
|
|
582
584
|
"align": "center",
|
|
585
|
+
"gap": "sm",
|
|
586
|
+
"type": "stack",
|
|
583
587
|
"direction": "horizontal",
|
|
588
|
+
"justify": "between",
|
|
584
589
|
"children": [
|
|
585
590
|
{
|
|
586
|
-
"
|
|
587
|
-
"type": "stack",
|
|
588
|
-
"direction": "horizontal",
|
|
591
|
+
"align": "center",
|
|
589
592
|
"children": [
|
|
590
593
|
{
|
|
591
594
|
"type": "icon",
|
|
592
595
|
"name": "cpu"
|
|
593
596
|
},
|
|
594
597
|
{
|
|
595
|
-
"variant": "h2",
|
|
596
598
|
"type": "typography",
|
|
597
|
-
"content": "Generating fix..."
|
|
599
|
+
"content": "Generating fix...",
|
|
600
|
+
"variant": "h2"
|
|
598
601
|
}
|
|
599
602
|
],
|
|
600
|
-
"
|
|
603
|
+
"direction": "horizontal",
|
|
604
|
+
"gap": "sm",
|
|
605
|
+
"type": "stack"
|
|
601
606
|
},
|
|
602
607
|
{
|
|
603
|
-
"
|
|
604
|
-
"
|
|
608
|
+
"type": "badge",
|
|
609
|
+
"label": "@entity.fixAttempts"
|
|
605
610
|
}
|
|
606
|
-
]
|
|
607
|
-
"gap": "sm",
|
|
608
|
-
"type": "stack",
|
|
609
|
-
"justify": "between"
|
|
611
|
+
]
|
|
610
612
|
},
|
|
611
613
|
{
|
|
612
614
|
"type": "divider"
|
|
@@ -615,30 +617,28 @@
|
|
|
615
617
|
"type": "card",
|
|
616
618
|
"children": [
|
|
617
619
|
{
|
|
620
|
+
"direction": "vertical",
|
|
621
|
+
"gap": "sm",
|
|
622
|
+
"type": "stack",
|
|
618
623
|
"children": [
|
|
619
624
|
{
|
|
620
|
-
"
|
|
625
|
+
"type": "typography",
|
|
621
626
|
"variant": "caption",
|
|
622
|
-
"
|
|
627
|
+
"content": "Validation Errors"
|
|
623
628
|
},
|
|
624
629
|
{
|
|
625
|
-
"type": "alert",
|
|
626
630
|
"variant": "error",
|
|
627
|
-
"message": "@entity.validationErrors"
|
|
631
|
+
"message": "@entity.validationErrors",
|
|
632
|
+
"type": "alert"
|
|
628
633
|
}
|
|
629
|
-
]
|
|
630
|
-
"direction": "vertical",
|
|
631
|
-
"type": "stack",
|
|
632
|
-
"gap": "sm"
|
|
634
|
+
]
|
|
633
635
|
}
|
|
634
636
|
]
|
|
635
637
|
},
|
|
636
638
|
{
|
|
637
639
|
"type": "spinner"
|
|
638
640
|
}
|
|
639
|
-
]
|
|
640
|
-
"type": "stack",
|
|
641
|
-
"direction": "vertical"
|
|
641
|
+
]
|
|
642
642
|
}
|
|
643
643
|
]
|
|
644
644
|
]
|
|
@@ -666,6 +666,10 @@
|
|
|
666
666
|
"render-ui",
|
|
667
667
|
"main",
|
|
668
668
|
{
|
|
669
|
+
"type": "stack",
|
|
670
|
+
"direction": "vertical",
|
|
671
|
+
"align": "center",
|
|
672
|
+
"gap": "lg",
|
|
669
673
|
"children": [
|
|
670
674
|
{
|
|
671
675
|
"type": "icon",
|
|
@@ -673,28 +677,28 @@
|
|
|
673
677
|
},
|
|
674
678
|
{
|
|
675
679
|
"type": "typography",
|
|
676
|
-
"
|
|
677
|
-
"
|
|
680
|
+
"variant": "h2",
|
|
681
|
+
"content": "Fix Loop Failed"
|
|
678
682
|
},
|
|
679
683
|
{
|
|
680
|
-
"variant": "error",
|
|
681
684
|
"message": "@entity.error",
|
|
682
|
-
"type": "alert"
|
|
685
|
+
"type": "alert",
|
|
686
|
+
"variant": "error"
|
|
683
687
|
},
|
|
684
688
|
{
|
|
685
689
|
"cols": 2.0,
|
|
686
690
|
"children": [
|
|
687
691
|
{
|
|
688
|
-
"label": "Attempts Used",
|
|
689
692
|
"type": "stat-display",
|
|
693
|
+
"icon": "wrench",
|
|
690
694
|
"value": "@entity.fixAttempts",
|
|
691
|
-
"
|
|
695
|
+
"label": "Attempts Used"
|
|
692
696
|
},
|
|
693
697
|
{
|
|
694
|
-
"
|
|
695
|
-
"type": "stat-display",
|
|
698
|
+
"label": "Remaining Errors",
|
|
696
699
|
"value": "@entity.errorCount",
|
|
697
|
-
"
|
|
700
|
+
"icon": "alert-triangle",
|
|
701
|
+
"type": "stat-display"
|
|
698
702
|
}
|
|
699
703
|
],
|
|
700
704
|
"type": "simple-grid"
|
|
@@ -703,36 +707,32 @@
|
|
|
703
707
|
"type": "card",
|
|
704
708
|
"children": [
|
|
705
709
|
{
|
|
710
|
+
"direction": "vertical",
|
|
706
711
|
"children": [
|
|
707
712
|
{
|
|
713
|
+
"content": "Last Validation Errors",
|
|
708
714
|
"variant": "caption",
|
|
709
|
-
"type": "typography"
|
|
710
|
-
"content": "Last Validation Errors"
|
|
715
|
+
"type": "typography"
|
|
711
716
|
},
|
|
712
717
|
{
|
|
713
|
-
"variant": "body",
|
|
714
718
|
"content": "@entity.validationErrors",
|
|
715
|
-
"type": "typography"
|
|
719
|
+
"type": "typography",
|
|
720
|
+
"variant": "body"
|
|
716
721
|
}
|
|
717
722
|
],
|
|
718
723
|
"type": "stack",
|
|
719
|
-
"direction": "vertical",
|
|
720
724
|
"gap": "sm"
|
|
721
725
|
}
|
|
722
726
|
]
|
|
723
727
|
},
|
|
724
728
|
{
|
|
725
|
-
"icon": "rotate-ccw",
|
|
726
729
|
"type": "button",
|
|
727
730
|
"variant": "primary",
|
|
728
731
|
"label": "Retry",
|
|
729
|
-
"action": "RESET"
|
|
732
|
+
"action": "RESET",
|
|
733
|
+
"icon": "rotate-ccw"
|
|
730
734
|
}
|
|
731
|
-
]
|
|
732
|
-
"gap": "lg",
|
|
733
|
-
"type": "stack",
|
|
734
|
-
"direction": "vertical",
|
|
735
|
-
"align": "center"
|
|
735
|
+
]
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
]
|
|
@@ -764,46 +764,46 @@
|
|
|
764
764
|
"render-ui",
|
|
765
765
|
"main",
|
|
766
766
|
{
|
|
767
|
+
"direction": "vertical",
|
|
767
768
|
"align": "center",
|
|
769
|
+
"gap": "lg",
|
|
770
|
+
"type": "stack",
|
|
768
771
|
"children": [
|
|
769
772
|
{
|
|
770
773
|
"type": "icon",
|
|
771
774
|
"name": "tool"
|
|
772
775
|
},
|
|
773
776
|
{
|
|
774
|
-
"variant": "h3",
|
|
775
777
|
"type": "typography",
|
|
776
|
-
"content": "Applying fix..."
|
|
778
|
+
"content": "Applying fix...",
|
|
779
|
+
"variant": "h3"
|
|
777
780
|
},
|
|
778
781
|
{
|
|
779
782
|
"type": "spinner"
|
|
780
783
|
},
|
|
781
784
|
{
|
|
782
|
-
"type": "card",
|
|
783
785
|
"children": [
|
|
784
786
|
{
|
|
785
|
-
"direction": "vertical",
|
|
786
787
|
"type": "stack",
|
|
788
|
+
"gap": "sm",
|
|
789
|
+
"direction": "vertical",
|
|
787
790
|
"children": [
|
|
788
791
|
{
|
|
789
|
-
"
|
|
792
|
+
"type": "typography",
|
|
790
793
|
"variant": "caption",
|
|
791
|
-
"
|
|
794
|
+
"content": "Proposed Fix"
|
|
792
795
|
},
|
|
793
796
|
{
|
|
794
797
|
"content": "@entity.currentFix",
|
|
795
798
|
"variant": "body",
|
|
796
799
|
"type": "typography"
|
|
797
800
|
}
|
|
798
|
-
]
|
|
799
|
-
"gap": "sm"
|
|
801
|
+
]
|
|
800
802
|
}
|
|
801
|
-
]
|
|
803
|
+
],
|
|
804
|
+
"type": "card"
|
|
802
805
|
}
|
|
803
|
-
]
|
|
804
|
-
"type": "stack",
|
|
805
|
-
"gap": "lg",
|
|
806
|
-
"direction": "vertical"
|
|
806
|
+
]
|
|
807
807
|
}
|
|
808
808
|
]
|
|
809
809
|
]
|
|
@@ -831,71 +831,71 @@
|
|
|
831
831
|
"render-ui",
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
|
-
"gap": "lg",
|
|
835
|
-
"align": "center",
|
|
836
834
|
"type": "stack",
|
|
837
835
|
"direction": "vertical",
|
|
836
|
+
"gap": "lg",
|
|
837
|
+
"align": "center",
|
|
838
838
|
"children": [
|
|
839
839
|
{
|
|
840
|
-
"
|
|
841
|
-
"
|
|
840
|
+
"name": "x-circle",
|
|
841
|
+
"type": "icon"
|
|
842
842
|
},
|
|
843
843
|
{
|
|
844
844
|
"type": "typography",
|
|
845
|
-
"
|
|
846
|
-
"
|
|
845
|
+
"content": "Fix Loop Failed",
|
|
846
|
+
"variant": "h2"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
|
-
"message": "@entity.error",
|
|
850
849
|
"type": "alert",
|
|
850
|
+
"message": "@entity.error",
|
|
851
851
|
"variant": "error"
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
|
+
"type": "simple-grid",
|
|
855
|
+
"cols": 2.0,
|
|
854
856
|
"children": [
|
|
855
857
|
{
|
|
856
|
-
"
|
|
858
|
+
"icon": "wrench",
|
|
857
859
|
"label": "Attempts Used",
|
|
858
860
|
"value": "@entity.fixAttempts",
|
|
859
|
-
"
|
|
861
|
+
"type": "stat-display"
|
|
860
862
|
},
|
|
861
863
|
{
|
|
862
|
-
"
|
|
863
|
-
"icon": "alert-triangle",
|
|
864
|
+
"type": "stat-display",
|
|
864
865
|
"label": "Remaining Errors",
|
|
865
|
-
"
|
|
866
|
+
"value": "@entity.errorCount",
|
|
867
|
+
"icon": "alert-triangle"
|
|
866
868
|
}
|
|
867
|
-
]
|
|
868
|
-
"cols": 2.0,
|
|
869
|
-
"type": "simple-grid"
|
|
869
|
+
]
|
|
870
870
|
},
|
|
871
871
|
{
|
|
872
|
-
"type": "card",
|
|
873
872
|
"children": [
|
|
874
873
|
{
|
|
875
874
|
"direction": "vertical",
|
|
876
|
-
"gap": "sm",
|
|
877
875
|
"children": [
|
|
878
876
|
{
|
|
879
|
-
"variant": "caption",
|
|
880
877
|
"content": "Last Validation Errors",
|
|
881
|
-
"type": "typography"
|
|
878
|
+
"type": "typography",
|
|
879
|
+
"variant": "caption"
|
|
882
880
|
},
|
|
883
881
|
{
|
|
884
|
-
"type": "typography",
|
|
885
882
|
"content": "@entity.validationErrors",
|
|
886
|
-
"variant": "body"
|
|
883
|
+
"variant": "body",
|
|
884
|
+
"type": "typography"
|
|
887
885
|
}
|
|
888
886
|
],
|
|
887
|
+
"gap": "sm",
|
|
889
888
|
"type": "stack"
|
|
890
889
|
}
|
|
891
|
-
]
|
|
890
|
+
],
|
|
891
|
+
"type": "card"
|
|
892
892
|
},
|
|
893
893
|
{
|
|
894
|
-
"
|
|
895
|
-
"variant": "primary",
|
|
894
|
+
"action": "RESET",
|
|
896
895
|
"icon": "rotate-ccw",
|
|
896
|
+
"label": "Retry",
|
|
897
897
|
"type": "button",
|
|
898
|
-
"
|
|
898
|
+
"variant": "primary"
|
|
899
899
|
}
|
|
900
900
|
]
|
|
901
901
|
}
|
|
@@ -923,40 +923,40 @@
|
|
|
923
923
|
"render-ui",
|
|
924
924
|
"main",
|
|
925
925
|
{
|
|
926
|
+
"direction": "vertical",
|
|
927
|
+
"type": "stack",
|
|
928
|
+
"gap": "lg",
|
|
926
929
|
"children": [
|
|
927
930
|
{
|
|
928
931
|
"type": "icon",
|
|
929
932
|
"name": "shield-check"
|
|
930
933
|
},
|
|
931
934
|
{
|
|
932
|
-
"type": "typography",
|
|
933
935
|
"content": "Validating...",
|
|
934
|
-
"variant": "h3"
|
|
936
|
+
"variant": "h3",
|
|
937
|
+
"type": "typography"
|
|
935
938
|
},
|
|
936
939
|
{
|
|
937
940
|
"type": "spinner"
|
|
938
941
|
},
|
|
939
942
|
{
|
|
943
|
+
"direction": "horizontal",
|
|
944
|
+
"type": "stack",
|
|
945
|
+
"justify": "center",
|
|
940
946
|
"children": [
|
|
941
947
|
{
|
|
942
|
-
"
|
|
943
|
-
"
|
|
948
|
+
"type": "badge",
|
|
949
|
+
"label": "@entity.target"
|
|
944
950
|
},
|
|
945
951
|
{
|
|
946
|
-
"
|
|
947
|
-
"
|
|
952
|
+
"label": "@entity.maxAttempts",
|
|
953
|
+
"type": "badge"
|
|
948
954
|
}
|
|
949
955
|
],
|
|
950
|
-
"
|
|
951
|
-
"gap": "md",
|
|
952
|
-
"type": "stack",
|
|
953
|
-
"justify": "center"
|
|
956
|
+
"gap": "md"
|
|
954
957
|
}
|
|
955
958
|
],
|
|
956
|
-
"
|
|
957
|
-
"align": "center",
|
|
958
|
-
"gap": "lg",
|
|
959
|
-
"direction": "vertical"
|
|
959
|
+
"align": "center"
|
|
960
960
|
}
|
|
961
961
|
]
|
|
962
962
|
]
|
|
@@ -984,16 +984,16 @@
|
|
|
984
984
|
"render-ui",
|
|
985
985
|
"main",
|
|
986
986
|
{
|
|
987
|
-
"
|
|
987
|
+
"direction": "vertical",
|
|
988
988
|
"children": [
|
|
989
989
|
{
|
|
990
|
-
"
|
|
991
|
-
"
|
|
990
|
+
"type": "icon",
|
|
991
|
+
"name": "x-circle"
|
|
992
992
|
},
|
|
993
993
|
{
|
|
994
|
+
"variant": "h2",
|
|
994
995
|
"type": "typography",
|
|
995
|
-
"content": "Fix Loop Failed"
|
|
996
|
-
"variant": "h2"
|
|
996
|
+
"content": "Fix Loop Failed"
|
|
997
997
|
},
|
|
998
998
|
{
|
|
999
999
|
"variant": "error",
|
|
@@ -1001,30 +1001,26 @@
|
|
|
1001
1001
|
"type": "alert"
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
|
+
"type": "simple-grid",
|
|
1004
1005
|
"children": [
|
|
1005
1006
|
{
|
|
1006
|
-
"icon": "wrench",
|
|
1007
1007
|
"type": "stat-display",
|
|
1008
|
+
"icon": "wrench",
|
|
1008
1009
|
"value": "@entity.fixAttempts",
|
|
1009
1010
|
"label": "Attempts Used"
|
|
1010
1011
|
},
|
|
1011
1012
|
{
|
|
1013
|
+
"label": "Remaining Errors",
|
|
1012
1014
|
"type": "stat-display",
|
|
1013
1015
|
"value": "@entity.errorCount",
|
|
1014
|
-
"label": "Remaining Errors",
|
|
1015
1016
|
"icon": "alert-triangle"
|
|
1016
1017
|
}
|
|
1017
1018
|
],
|
|
1018
|
-
"type": "simple-grid",
|
|
1019
1019
|
"cols": 2.0
|
|
1020
1020
|
},
|
|
1021
1021
|
{
|
|
1022
|
-
"type": "card",
|
|
1023
1022
|
"children": [
|
|
1024
1023
|
{
|
|
1025
|
-
"type": "stack",
|
|
1026
|
-
"gap": "sm",
|
|
1027
|
-
"direction": "vertical",
|
|
1028
1024
|
"children": [
|
|
1029
1025
|
{
|
|
1030
1026
|
"type": "typography",
|
|
@@ -1032,24 +1028,28 @@
|
|
|
1032
1028
|
"variant": "caption"
|
|
1033
1029
|
},
|
|
1034
1030
|
{
|
|
1035
|
-
"variant": "body",
|
|
1036
1031
|
"content": "@entity.validationErrors",
|
|
1037
|
-
"type": "typography"
|
|
1032
|
+
"type": "typography",
|
|
1033
|
+
"variant": "body"
|
|
1038
1034
|
}
|
|
1039
|
-
]
|
|
1035
|
+
],
|
|
1036
|
+
"type": "stack",
|
|
1037
|
+
"direction": "vertical",
|
|
1038
|
+
"gap": "sm"
|
|
1040
1039
|
}
|
|
1041
|
-
]
|
|
1040
|
+
],
|
|
1041
|
+
"type": "card"
|
|
1042
1042
|
},
|
|
1043
1043
|
{
|
|
1044
1044
|
"type": "button",
|
|
1045
|
+
"action": "RESET",
|
|
1045
1046
|
"variant": "primary",
|
|
1046
|
-
"icon": "rotate-ccw",
|
|
1047
1047
|
"label": "Retry",
|
|
1048
|
-
"
|
|
1048
|
+
"icon": "rotate-ccw"
|
|
1049
1049
|
}
|
|
1050
1050
|
],
|
|
1051
|
+
"align": "center",
|
|
1051
1052
|
"type": "stack",
|
|
1052
|
-
"direction": "vertical",
|
|
1053
1053
|
"gap": "lg"
|
|
1054
1054
|
}
|
|
1055
1055
|
]
|
|
@@ -1100,25 +1100,25 @@
|
|
|
1100
1100
|
"main",
|
|
1101
1101
|
{
|
|
1102
1102
|
"type": "stack",
|
|
1103
|
-
"gap": "lg",
|
|
1104
1103
|
"direction": "vertical",
|
|
1104
|
+
"gap": "lg",
|
|
1105
1105
|
"children": [
|
|
1106
1106
|
{
|
|
1107
1107
|
"type": "stack",
|
|
1108
|
-
"gap": "sm",
|
|
1109
|
-
"align": "center",
|
|
1110
|
-
"direction": "horizontal",
|
|
1111
1108
|
"children": [
|
|
1112
1109
|
{
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1110
|
+
"name": "wrench",
|
|
1111
|
+
"type": "icon"
|
|
1115
1112
|
},
|
|
1116
1113
|
{
|
|
1117
1114
|
"content": "Validation-Fix Loop",
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1115
|
+
"variant": "h2",
|
|
1116
|
+
"type": "typography"
|
|
1120
1117
|
}
|
|
1121
|
-
]
|
|
1118
|
+
],
|
|
1119
|
+
"gap": "sm",
|
|
1120
|
+
"direction": "horizontal",
|
|
1121
|
+
"align": "center"
|
|
1122
1122
|
},
|
|
1123
1123
|
{
|
|
1124
1124
|
"type": "divider"
|
|
@@ -1131,17 +1131,17 @@
|
|
|
1131
1131
|
"children": [
|
|
1132
1132
|
{
|
|
1133
1133
|
"type": "typography",
|
|
1134
|
-
"
|
|
1135
|
-
"
|
|
1134
|
+
"content": "Enter the target to validate and auto-fix",
|
|
1135
|
+
"variant": "body"
|
|
1136
1136
|
},
|
|
1137
1137
|
{
|
|
1138
1138
|
"entity": "@entity",
|
|
1139
|
-
"submitEvent": "FIX",
|
|
1140
1139
|
"fields": [
|
|
1141
1140
|
"target"
|
|
1142
1141
|
],
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1142
|
+
"type": "form-section",
|
|
1143
|
+
"submitEvent": "FIX",
|
|
1144
|
+
"mode": "edit"
|
|
1145
1145
|
}
|
|
1146
1146
|
],
|
|
1147
1147
|
"direction": "vertical",
|
|
@@ -1198,8 +1198,6 @@
|
|
|
1198
1198
|
"render-ui",
|
|
1199
1199
|
"main",
|
|
1200
1200
|
{
|
|
1201
|
-
"type": "stack",
|
|
1202
|
-
"direction": "vertical",
|
|
1203
1201
|
"children": [
|
|
1204
1202
|
{
|
|
1205
1203
|
"children": [
|
|
@@ -1209,46 +1207,48 @@
|
|
|
1209
1207
|
},
|
|
1210
1208
|
{
|
|
1211
1209
|
"type": "typography",
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1210
|
+
"content": "Validation-Fix Loop",
|
|
1211
|
+
"variant": "h2"
|
|
1214
1212
|
}
|
|
1215
1213
|
],
|
|
1216
|
-
"align": "center",
|
|
1217
|
-
"direction": "horizontal",
|
|
1218
1214
|
"gap": "sm",
|
|
1219
|
-
"type": "stack"
|
|
1215
|
+
"type": "stack",
|
|
1216
|
+
"direction": "horizontal",
|
|
1217
|
+
"align": "center"
|
|
1220
1218
|
},
|
|
1221
1219
|
{
|
|
1222
1220
|
"type": "divider"
|
|
1223
1221
|
},
|
|
1224
1222
|
{
|
|
1225
|
-
"type": "card",
|
|
1226
1223
|
"children": [
|
|
1227
1224
|
{
|
|
1228
|
-
"direction": "vertical",
|
|
1229
1225
|
"type": "stack",
|
|
1226
|
+
"direction": "vertical",
|
|
1230
1227
|
"children": [
|
|
1231
1228
|
{
|
|
1232
|
-
"
|
|
1229
|
+
"content": "Enter the target to validate and auto-fix",
|
|
1233
1230
|
"variant": "body",
|
|
1234
|
-
"
|
|
1231
|
+
"type": "typography"
|
|
1235
1232
|
},
|
|
1236
1233
|
{
|
|
1237
|
-
"entity": "@entity",
|
|
1238
|
-
"mode": "edit",
|
|
1239
|
-
"submitEvent": "FIX",
|
|
1240
1234
|
"fields": [
|
|
1241
1235
|
"target"
|
|
1242
1236
|
],
|
|
1237
|
+
"mode": "edit",
|
|
1238
|
+
"entity": "@entity",
|
|
1239
|
+
"submitEvent": "FIX",
|
|
1243
1240
|
"type": "form-section"
|
|
1244
1241
|
}
|
|
1245
1242
|
],
|
|
1246
1243
|
"gap": "md"
|
|
1247
1244
|
}
|
|
1248
|
-
]
|
|
1245
|
+
],
|
|
1246
|
+
"type": "card"
|
|
1249
1247
|
}
|
|
1250
1248
|
],
|
|
1251
|
-
"
|
|
1249
|
+
"direction": "vertical",
|
|
1250
|
+
"gap": "lg",
|
|
1251
|
+
"type": "stack"
|
|
1252
1252
|
}
|
|
1253
1253
|
]
|
|
1254
1254
|
]
|
|
@@ -1315,4 +1315,4 @@
|
|
|
1315
1315
|
]
|
|
1316
1316
|
}
|
|
1317
1317
|
]
|
|
1318
|
-
}
|
|
1318
|
+
}
|