@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -337,25 +337,25 @@
|
|
|
337
337
|
"main",
|
|
338
338
|
{
|
|
339
339
|
"align": "stretch",
|
|
340
|
-
"
|
|
340
|
+
"gap": "lg",
|
|
341
341
|
"direction": "vertical",
|
|
342
342
|
"children": [
|
|
343
343
|
{
|
|
344
344
|
"children": [
|
|
345
345
|
{
|
|
346
|
-
"
|
|
347
|
-
"
|
|
346
|
+
"name": "hard-drive",
|
|
347
|
+
"type": "icon"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
"type": "typography",
|
|
351
350
|
"content": "ServiceStorage Storage",
|
|
351
|
+
"type": "typography",
|
|
352
352
|
"variant": "h2"
|
|
353
353
|
}
|
|
354
354
|
],
|
|
355
|
-
"
|
|
355
|
+
"align": "center",
|
|
356
356
|
"direction": "horizontal",
|
|
357
357
|
"type": "stack",
|
|
358
|
-
"
|
|
358
|
+
"gap": "md"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"type": "divider"
|
|
@@ -373,47 +373,47 @@
|
|
|
373
373
|
"type": "input"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
-
"
|
|
377
|
-
"
|
|
376
|
+
"type": "textarea",
|
|
377
|
+
"placeholder": "File content..."
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
|
+
"type": "stack",
|
|
381
|
+
"direction": "horizontal",
|
|
382
|
+
"justify": "center",
|
|
380
383
|
"children": [
|
|
381
384
|
{
|
|
382
385
|
"variant": "primary",
|
|
386
|
+
"action": "UPLOAD_FILE",
|
|
383
387
|
"label": "Upload",
|
|
384
388
|
"type": "button",
|
|
385
|
-
"icon": "upload"
|
|
386
|
-
"action": "UPLOAD_FILE"
|
|
389
|
+
"icon": "upload"
|
|
387
390
|
},
|
|
388
391
|
{
|
|
389
392
|
"type": "button",
|
|
390
|
-
"icon": "download",
|
|
391
|
-
"action": "DOWNLOAD_FILE",
|
|
392
393
|
"variant": "secondary",
|
|
393
|
-
"
|
|
394
|
+
"icon": "download",
|
|
395
|
+
"label": "Download",
|
|
396
|
+
"action": "DOWNLOAD_FILE"
|
|
394
397
|
},
|
|
395
398
|
{
|
|
396
|
-
"
|
|
399
|
+
"icon": "list",
|
|
397
400
|
"action": "LIST_FILES",
|
|
398
401
|
"label": "List",
|
|
399
|
-
"
|
|
402
|
+
"type": "button",
|
|
400
403
|
"variant": "secondary"
|
|
401
404
|
},
|
|
402
405
|
{
|
|
403
|
-
"
|
|
404
|
-
"action": "DELETE_FILE",
|
|
405
|
-
"icon": "trash-2",
|
|
406
|
+
"label": "Delete",
|
|
406
407
|
"variant": "danger",
|
|
407
|
-
"
|
|
408
|
+
"icon": "trash-2",
|
|
409
|
+
"type": "button",
|
|
410
|
+
"action": "DELETE_FILE"
|
|
408
411
|
}
|
|
409
412
|
],
|
|
410
|
-
"justify": "center",
|
|
411
|
-
"direction": "horizontal",
|
|
412
|
-
"type": "stack",
|
|
413
413
|
"gap": "sm"
|
|
414
414
|
}
|
|
415
415
|
],
|
|
416
|
-
"
|
|
416
|
+
"type": "stack"
|
|
417
417
|
}
|
|
418
418
|
]
|
|
419
419
|
]
|
|
@@ -427,9 +427,9 @@
|
|
|
427
427
|
"render-ui",
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
|
+
"message": "Executing storage operation on servicestorage...",
|
|
430
431
|
"title": "Processing...",
|
|
431
|
-
"type": "loading-state"
|
|
432
|
-
"message": "Executing storage operation on servicestorage..."
|
|
432
|
+
"type": "loading-state"
|
|
433
433
|
}
|
|
434
434
|
],
|
|
435
435
|
[
|
|
@@ -438,8 +438,8 @@
|
|
|
438
438
|
"upload",
|
|
439
439
|
{
|
|
440
440
|
"key": "@entity.fileKey",
|
|
441
|
-
"
|
|
442
|
-
"
|
|
441
|
+
"content": "@entity.content",
|
|
442
|
+
"bucket": "@entity.bucket"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"emit": {
|
|
@@ -460,8 +460,8 @@
|
|
|
460
460
|
"main",
|
|
461
461
|
{
|
|
462
462
|
"message": "Executing storage operation on servicestorage...",
|
|
463
|
-
"
|
|
464
|
-
"
|
|
463
|
+
"title": "Processing...",
|
|
464
|
+
"type": "loading-state"
|
|
465
465
|
}
|
|
466
466
|
],
|
|
467
467
|
[
|
|
@@ -521,8 +521,8 @@
|
|
|
521
521
|
"render-ui",
|
|
522
522
|
"main",
|
|
523
523
|
{
|
|
524
|
-
"type": "loading-state",
|
|
525
524
|
"message": "Executing storage operation on servicestorage...",
|
|
525
|
+
"type": "loading-state",
|
|
526
526
|
"title": "Processing..."
|
|
527
527
|
}
|
|
528
528
|
],
|
|
@@ -531,13 +531,13 @@
|
|
|
531
531
|
"storage",
|
|
532
532
|
"delete",
|
|
533
533
|
{
|
|
534
|
-
"
|
|
535
|
-
"
|
|
534
|
+
"key": "@entity.fileKey",
|
|
535
|
+
"bucket": "@entity.bucket"
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
"emit": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
539
|
+
"failure": "ServiceStorageStorageFailed",
|
|
540
|
+
"success": "ServiceStorageStorageCompleted"
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
]
|
|
@@ -562,34 +562,34 @@
|
|
|
562
562
|
"render-ui",
|
|
563
563
|
"main",
|
|
564
564
|
{
|
|
565
|
-
"
|
|
566
|
-
"gap": "lg",
|
|
565
|
+
"align": "center",
|
|
567
566
|
"children": [
|
|
568
567
|
{
|
|
569
|
-
"
|
|
570
|
-
"
|
|
568
|
+
"name": "check-circle",
|
|
569
|
+
"type": "icon"
|
|
571
570
|
},
|
|
572
571
|
{
|
|
573
|
-
"variant": "success",
|
|
574
572
|
"type": "alert",
|
|
573
|
+
"variant": "success",
|
|
575
574
|
"message": "Operation completed successfully"
|
|
576
575
|
},
|
|
577
576
|
{
|
|
578
|
-
"
|
|
577
|
+
"color": "muted",
|
|
579
578
|
"content": "@entity.result",
|
|
580
|
-
"
|
|
581
|
-
"
|
|
579
|
+
"type": "typography",
|
|
580
|
+
"variant": "body"
|
|
582
581
|
},
|
|
583
582
|
{
|
|
584
|
-
"
|
|
585
|
-
"label": "Back",
|
|
586
|
-
"icon": "rotate-ccw",
|
|
583
|
+
"type": "button",
|
|
587
584
|
"action": "RESET",
|
|
588
|
-
"
|
|
585
|
+
"label": "Back",
|
|
586
|
+
"variant": "ghost",
|
|
587
|
+
"icon": "rotate-ccw"
|
|
589
588
|
}
|
|
590
589
|
],
|
|
591
|
-
"
|
|
592
|
-
"
|
|
590
|
+
"type": "stack",
|
|
591
|
+
"direction": "vertical",
|
|
592
|
+
"gap": "lg"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -613,24 +613,24 @@
|
|
|
613
613
|
"render-ui",
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
|
-
"align": "center",
|
|
617
616
|
"type": "stack",
|
|
617
|
+
"gap": "lg",
|
|
618
618
|
"direction": "vertical",
|
|
619
|
+
"align": "center",
|
|
619
620
|
"children": [
|
|
620
621
|
{
|
|
621
|
-
"type": "error-state",
|
|
622
622
|
"title": "Operation Failed",
|
|
623
|
-
"message": "@entity.error"
|
|
623
|
+
"message": "@entity.error",
|
|
624
|
+
"type": "error-state"
|
|
624
625
|
},
|
|
625
626
|
{
|
|
626
627
|
"action": "RESET",
|
|
628
|
+
"variant": "ghost",
|
|
627
629
|
"icon": "rotate-ccw",
|
|
628
630
|
"type": "button",
|
|
629
|
-
"variant": "ghost",
|
|
630
631
|
"label": "Back"
|
|
631
632
|
}
|
|
632
|
-
]
|
|
633
|
-
"gap": "lg"
|
|
633
|
+
]
|
|
634
634
|
}
|
|
635
635
|
]
|
|
636
636
|
]
|
|
@@ -649,25 +649,27 @@
|
|
|
649
649
|
"render-ui",
|
|
650
650
|
"main",
|
|
651
651
|
{
|
|
652
|
-
"type": "stack",
|
|
653
652
|
"align": "stretch",
|
|
653
|
+
"gap": "lg",
|
|
654
|
+
"type": "stack",
|
|
655
|
+
"direction": "vertical",
|
|
654
656
|
"children": [
|
|
655
657
|
{
|
|
656
|
-
"gap": "md",
|
|
657
658
|
"align": "center",
|
|
658
|
-
"type": "stack",
|
|
659
659
|
"children": [
|
|
660
660
|
{
|
|
661
|
-
"
|
|
662
|
-
"
|
|
661
|
+
"type": "icon",
|
|
662
|
+
"name": "hard-drive"
|
|
663
663
|
},
|
|
664
664
|
{
|
|
665
|
-
"
|
|
665
|
+
"type": "typography",
|
|
666
666
|
"variant": "h2",
|
|
667
|
-
"
|
|
667
|
+
"content": "ServiceStorage Storage"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
|
-
"direction": "horizontal"
|
|
670
|
+
"direction": "horizontal",
|
|
671
|
+
"type": "stack",
|
|
672
|
+
"gap": "md"
|
|
671
673
|
},
|
|
672
674
|
{
|
|
673
675
|
"type": "divider"
|
|
@@ -677,56 +679,54 @@
|
|
|
677
679
|
"placeholder": "bucket-name"
|
|
678
680
|
},
|
|
679
681
|
{
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
+
"placeholder": "path/to/file.txt",
|
|
683
|
+
"type": "input"
|
|
682
684
|
},
|
|
683
685
|
{
|
|
684
686
|
"type": "input",
|
|
685
687
|
"placeholder": "path/prefix/"
|
|
686
688
|
},
|
|
687
689
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
+
"type": "textarea",
|
|
691
|
+
"placeholder": "File content..."
|
|
690
692
|
},
|
|
691
693
|
{
|
|
692
694
|
"children": [
|
|
693
695
|
{
|
|
694
696
|
"label": "Upload",
|
|
695
|
-
"type": "button",
|
|
696
|
-
"icon": "upload",
|
|
697
697
|
"variant": "primary",
|
|
698
|
-
"
|
|
698
|
+
"icon": "upload",
|
|
699
|
+
"action": "UPLOAD_FILE",
|
|
700
|
+
"type": "button"
|
|
699
701
|
},
|
|
700
702
|
{
|
|
701
|
-
"label": "Download",
|
|
702
703
|
"action": "DOWNLOAD_FILE",
|
|
704
|
+
"label": "Download",
|
|
703
705
|
"variant": "secondary",
|
|
704
|
-
"
|
|
705
|
-
"
|
|
706
|
+
"type": "button",
|
|
707
|
+
"icon": "download"
|
|
706
708
|
},
|
|
707
709
|
{
|
|
708
|
-
"type": "button",
|
|
709
710
|
"action": "LIST_FILES",
|
|
710
711
|
"variant": "secondary",
|
|
712
|
+
"type": "button",
|
|
711
713
|
"icon": "list",
|
|
712
714
|
"label": "List"
|
|
713
715
|
},
|
|
714
716
|
{
|
|
715
|
-
"
|
|
717
|
+
"label": "Delete",
|
|
716
718
|
"icon": "trash-2",
|
|
719
|
+
"variant": "danger",
|
|
717
720
|
"type": "button",
|
|
718
|
-
"label": "Delete",
|
|
719
721
|
"action": "DELETE_FILE"
|
|
720
722
|
}
|
|
721
723
|
],
|
|
722
|
-
"
|
|
723
|
-
"justify": "center",
|
|
724
|
+
"direction": "horizontal",
|
|
724
725
|
"gap": "sm",
|
|
725
|
-
"
|
|
726
|
+
"type": "stack",
|
|
727
|
+
"justify": "center"
|
|
726
728
|
}
|
|
727
|
-
]
|
|
728
|
-
"direction": "vertical",
|
|
729
|
-
"gap": "lg"
|
|
729
|
+
]
|
|
730
730
|
}
|
|
731
731
|
]
|
|
732
732
|
]
|
|
@@ -745,8 +745,8 @@
|
|
|
745
745
|
"render-ui",
|
|
746
746
|
"main",
|
|
747
747
|
{
|
|
748
|
-
"type": "stack",
|
|
749
748
|
"gap": "lg",
|
|
749
|
+
"type": "stack",
|
|
750
750
|
"children": [
|
|
751
751
|
{
|
|
752
752
|
"type": "stack",
|
|
@@ -759,8 +759,8 @@
|
|
|
759
759
|
},
|
|
760
760
|
{
|
|
761
761
|
"content": "ServiceStorage Storage",
|
|
762
|
-
"
|
|
763
|
-
"
|
|
762
|
+
"variant": "h2",
|
|
763
|
+
"type": "typography"
|
|
764
764
|
}
|
|
765
765
|
],
|
|
766
766
|
"direction": "horizontal"
|
|
@@ -769,12 +769,12 @@
|
|
|
769
769
|
"type": "divider"
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
|
-
"
|
|
773
|
-
"
|
|
772
|
+
"type": "input",
|
|
773
|
+
"placeholder": "bucket-name"
|
|
774
774
|
},
|
|
775
775
|
{
|
|
776
|
-
"
|
|
777
|
-
"
|
|
776
|
+
"placeholder": "path/to/file.txt",
|
|
777
|
+
"type": "input"
|
|
778
778
|
},
|
|
779
779
|
{
|
|
780
780
|
"type": "input",
|
|
@@ -785,44 +785,44 @@
|
|
|
785
785
|
"placeholder": "File content..."
|
|
786
786
|
},
|
|
787
787
|
{
|
|
788
|
-
"
|
|
789
|
-
"direction": "horizontal",
|
|
788
|
+
"justify": "center",
|
|
790
789
|
"children": [
|
|
791
790
|
{
|
|
791
|
+
"type": "button",
|
|
792
792
|
"label": "Upload",
|
|
793
|
-
"action": "UPLOAD_FILE",
|
|
794
|
-
"icon": "upload",
|
|
795
793
|
"variant": "primary",
|
|
796
|
-
"
|
|
794
|
+
"action": "UPLOAD_FILE",
|
|
795
|
+
"icon": "upload"
|
|
797
796
|
},
|
|
798
797
|
{
|
|
799
|
-
"label": "Download",
|
|
800
|
-
"action": "DOWNLOAD_FILE",
|
|
801
|
-
"variant": "secondary",
|
|
802
798
|
"type": "button",
|
|
803
|
-
"icon": "download"
|
|
799
|
+
"icon": "download",
|
|
800
|
+
"variant": "secondary",
|
|
801
|
+
"action": "DOWNLOAD_FILE",
|
|
802
|
+
"label": "Download"
|
|
804
803
|
},
|
|
805
804
|
{
|
|
806
|
-
"label": "List",
|
|
807
805
|
"action": "LIST_FILES",
|
|
808
806
|
"type": "button",
|
|
809
807
|
"variant": "secondary",
|
|
808
|
+
"label": "List",
|
|
810
809
|
"icon": "list"
|
|
811
810
|
},
|
|
812
811
|
{
|
|
813
|
-
"icon": "trash-2",
|
|
814
812
|
"variant": "danger",
|
|
815
|
-
"label": "Delete",
|
|
816
813
|
"type": "button",
|
|
817
|
-
"action": "DELETE_FILE"
|
|
814
|
+
"action": "DELETE_FILE",
|
|
815
|
+
"label": "Delete",
|
|
816
|
+
"icon": "trash-2"
|
|
818
817
|
}
|
|
819
818
|
],
|
|
819
|
+
"type": "stack",
|
|
820
820
|
"gap": "sm",
|
|
821
|
-
"
|
|
821
|
+
"direction": "horizontal"
|
|
822
822
|
}
|
|
823
823
|
],
|
|
824
|
-
"
|
|
825
|
-
"
|
|
824
|
+
"align": "stretch",
|
|
825
|
+
"direction": "vertical"
|
|
826
826
|
}
|
|
827
827
|
]
|
|
828
828
|
]
|
|
@@ -845,4 +845,4 @@
|
|
|
845
845
|
]
|
|
846
846
|
}
|
|
847
847
|
]
|
|
848
|
-
}
|
|
848
|
+
}
|