@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
|
@@ -327,8 +327,8 @@
|
|
|
327
327
|
"ServiceStorage",
|
|
328
328
|
{
|
|
329
329
|
"emit": {
|
|
330
|
-
"
|
|
331
|
-
"
|
|
330
|
+
"failure": "ServiceStorageLoadFailed",
|
|
331
|
+
"success": "ServiceStorageLoaded"
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
],
|
|
@@ -336,31 +336,34 @@
|
|
|
336
336
|
"render-ui",
|
|
337
337
|
"main",
|
|
338
338
|
{
|
|
339
|
+
"type": "stack",
|
|
340
|
+
"direction": "vertical",
|
|
341
|
+
"gap": "lg",
|
|
339
342
|
"align": "stretch",
|
|
340
343
|
"children": [
|
|
341
344
|
{
|
|
342
|
-
"gap": "md",
|
|
343
|
-
"align": "center",
|
|
344
|
-
"type": "stack",
|
|
345
345
|
"direction": "horizontal",
|
|
346
|
+
"align": "center",
|
|
346
347
|
"children": [
|
|
347
348
|
{
|
|
348
|
-
"
|
|
349
|
-
"
|
|
349
|
+
"name": "hard-drive",
|
|
350
|
+
"type": "icon"
|
|
350
351
|
},
|
|
351
352
|
{
|
|
352
|
-
"variant": "h2",
|
|
353
353
|
"type": "typography",
|
|
354
|
-
"content": "ServiceStorage Storage"
|
|
354
|
+
"content": "ServiceStorage Storage",
|
|
355
|
+
"variant": "h2"
|
|
355
356
|
}
|
|
356
|
-
]
|
|
357
|
+
],
|
|
358
|
+
"gap": "md",
|
|
359
|
+
"type": "stack"
|
|
357
360
|
},
|
|
358
361
|
{
|
|
359
362
|
"type": "divider"
|
|
360
363
|
},
|
|
361
364
|
{
|
|
362
|
-
"
|
|
363
|
-
"
|
|
365
|
+
"type": "input",
|
|
366
|
+
"placeholder": "bucket-name"
|
|
364
367
|
},
|
|
365
368
|
{
|
|
366
369
|
"type": "input",
|
|
@@ -371,49 +374,46 @@
|
|
|
371
374
|
"placeholder": "path/prefix/"
|
|
372
375
|
},
|
|
373
376
|
{
|
|
374
|
-
"
|
|
375
|
-
"
|
|
377
|
+
"type": "textarea",
|
|
378
|
+
"placeholder": "File content..."
|
|
376
379
|
},
|
|
377
380
|
{
|
|
378
381
|
"children": [
|
|
379
382
|
{
|
|
380
|
-
"
|
|
383
|
+
"variant": "primary",
|
|
381
384
|
"label": "Upload",
|
|
385
|
+
"action": "UPLOAD_FILE",
|
|
382
386
|
"type": "button",
|
|
383
|
-
"variant": "primary",
|
|
384
387
|
"icon": "upload"
|
|
385
388
|
},
|
|
386
389
|
{
|
|
387
|
-
"action": "DOWNLOAD_FILE",
|
|
388
390
|
"type": "button",
|
|
389
391
|
"label": "Download",
|
|
392
|
+
"action": "DOWNLOAD_FILE",
|
|
390
393
|
"variant": "secondary",
|
|
391
394
|
"icon": "download"
|
|
392
395
|
},
|
|
393
396
|
{
|
|
394
|
-
"label": "List",
|
|
395
|
-
"type": "button",
|
|
396
|
-
"icon": "list",
|
|
397
397
|
"action": "LIST_FILES",
|
|
398
|
+
"icon": "list",
|
|
399
|
+
"type": "button",
|
|
400
|
+
"label": "List",
|
|
398
401
|
"variant": "secondary"
|
|
399
402
|
},
|
|
400
403
|
{
|
|
401
|
-
"type": "button",
|
|
402
|
-
"icon": "trash-2",
|
|
403
|
-
"variant": "danger",
|
|
404
404
|
"label": "Delete",
|
|
405
|
-
"
|
|
405
|
+
"variant": "danger",
|
|
406
|
+
"type": "button",
|
|
407
|
+
"action": "DELETE_FILE",
|
|
408
|
+
"icon": "trash-2"
|
|
406
409
|
}
|
|
407
410
|
],
|
|
408
|
-
"type": "stack",
|
|
409
411
|
"direction": "horizontal",
|
|
410
|
-
"
|
|
411
|
-
"gap": "sm"
|
|
412
|
+
"type": "stack",
|
|
413
|
+
"gap": "sm",
|
|
414
|
+
"justify": "center"
|
|
412
415
|
}
|
|
413
|
-
]
|
|
414
|
-
"type": "stack",
|
|
415
|
-
"gap": "lg",
|
|
416
|
-
"direction": "vertical"
|
|
416
|
+
]
|
|
417
417
|
}
|
|
418
418
|
]
|
|
419
419
|
]
|
|
@@ -427,9 +427,9 @@
|
|
|
427
427
|
"render-ui",
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
|
-
"
|
|
430
|
+
"message": "Executing storage operation on servicestorage...",
|
|
431
431
|
"title": "Processing...",
|
|
432
|
-
"
|
|
432
|
+
"type": "loading-state"
|
|
433
433
|
}
|
|
434
434
|
],
|
|
435
435
|
[
|
|
@@ -437,14 +437,14 @@
|
|
|
437
437
|
"storage",
|
|
438
438
|
"upload",
|
|
439
439
|
{
|
|
440
|
-
"
|
|
440
|
+
"key": "@entity.fileKey",
|
|
441
441
|
"content": "@entity.content",
|
|
442
|
-
"
|
|
442
|
+
"bucket": "@entity.bucket"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"emit": {
|
|
446
|
-
"
|
|
447
|
-
"
|
|
446
|
+
"failure": "ServiceStorageStorageFailed",
|
|
447
|
+
"success": "ServiceStorageStorageCompleted"
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
]
|
|
@@ -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
|
[
|
|
@@ -469,8 +469,8 @@
|
|
|
469
469
|
"storage",
|
|
470
470
|
"download",
|
|
471
471
|
{
|
|
472
|
-
"
|
|
473
|
-
"
|
|
472
|
+
"bucket": "@entity.bucket",
|
|
473
|
+
"key": "@entity.fileKey"
|
|
474
474
|
},
|
|
475
475
|
{
|
|
476
476
|
"emit": {
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
"render-ui",
|
|
491
491
|
"main",
|
|
492
492
|
{
|
|
493
|
-
"message": "Executing storage operation on servicestorage...",
|
|
494
493
|
"type": "loading-state",
|
|
495
|
-
"title": "Processing..."
|
|
494
|
+
"title": "Processing...",
|
|
495
|
+
"message": "Executing storage operation on servicestorage..."
|
|
496
496
|
}
|
|
497
497
|
],
|
|
498
498
|
[
|
|
@@ -522,8 +522,8 @@
|
|
|
522
522
|
"main",
|
|
523
523
|
{
|
|
524
524
|
"title": "Processing...",
|
|
525
|
-
"
|
|
526
|
-
"
|
|
525
|
+
"message": "Executing storage operation on servicestorage...",
|
|
526
|
+
"type": "loading-state"
|
|
527
527
|
}
|
|
528
528
|
],
|
|
529
529
|
[
|
|
@@ -563,31 +563,31 @@
|
|
|
563
563
|
"main",
|
|
564
564
|
{
|
|
565
565
|
"align": "center",
|
|
566
|
+
"gap": "lg",
|
|
566
567
|
"children": [
|
|
567
568
|
{
|
|
568
|
-
"
|
|
569
|
-
"
|
|
569
|
+
"name": "check-circle",
|
|
570
|
+
"type": "icon"
|
|
570
571
|
},
|
|
571
572
|
{
|
|
572
|
-
"message": "Operation completed successfully",
|
|
573
573
|
"type": "alert",
|
|
574
|
+
"message": "Operation completed successfully",
|
|
574
575
|
"variant": "success"
|
|
575
576
|
},
|
|
576
577
|
{
|
|
577
|
-
"type": "typography",
|
|
578
578
|
"variant": "body",
|
|
579
579
|
"color": "muted",
|
|
580
|
+
"type": "typography",
|
|
580
581
|
"content": "@entity.result"
|
|
581
582
|
},
|
|
582
583
|
{
|
|
583
584
|
"variant": "ghost",
|
|
584
|
-
"
|
|
585
|
-
"type": "button",
|
|
585
|
+
"icon": "rotate-ccw",
|
|
586
586
|
"label": "Back",
|
|
587
|
-
"
|
|
587
|
+
"action": "RESET",
|
|
588
|
+
"type": "button"
|
|
588
589
|
}
|
|
589
590
|
],
|
|
590
|
-
"gap": "lg",
|
|
591
591
|
"type": "stack",
|
|
592
592
|
"direction": "vertical"
|
|
593
593
|
}
|
|
@@ -613,24 +613,24 @@
|
|
|
613
613
|
"render-ui",
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
|
-
"align": "center",
|
|
617
616
|
"type": "stack",
|
|
617
|
+
"align": "center",
|
|
618
|
+
"direction": "vertical",
|
|
618
619
|
"gap": "lg",
|
|
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
|
"label": "Back",
|
|
628
|
+
"type": "button",
|
|
627
629
|
"action": "RESET",
|
|
628
630
|
"variant": "ghost",
|
|
629
|
-
"icon": "rotate-ccw"
|
|
630
|
-
"type": "button"
|
|
631
|
+
"icon": "rotate-ccw"
|
|
631
632
|
}
|
|
632
|
-
]
|
|
633
|
-
"direction": "vertical"
|
|
633
|
+
]
|
|
634
634
|
}
|
|
635
635
|
]
|
|
636
636
|
]
|
|
@@ -649,11 +649,12 @@
|
|
|
649
649
|
"render-ui",
|
|
650
650
|
"main",
|
|
651
651
|
{
|
|
652
|
+
"direction": "vertical",
|
|
653
|
+
"type": "stack",
|
|
654
|
+
"gap": "lg",
|
|
652
655
|
"children": [
|
|
653
656
|
{
|
|
654
657
|
"direction": "horizontal",
|
|
655
|
-
"type": "stack",
|
|
656
|
-
"align": "center",
|
|
657
658
|
"gap": "md",
|
|
658
659
|
"children": [
|
|
659
660
|
{
|
|
@@ -662,17 +663,19 @@
|
|
|
662
663
|
},
|
|
663
664
|
{
|
|
664
665
|
"content": "ServiceStorage Storage",
|
|
665
|
-
"
|
|
666
|
-
"
|
|
666
|
+
"type": "typography",
|
|
667
|
+
"variant": "h2"
|
|
667
668
|
}
|
|
668
|
-
]
|
|
669
|
+
],
|
|
670
|
+
"type": "stack",
|
|
671
|
+
"align": "center"
|
|
669
672
|
},
|
|
670
673
|
{
|
|
671
674
|
"type": "divider"
|
|
672
675
|
},
|
|
673
676
|
{
|
|
674
|
-
"
|
|
675
|
-
"
|
|
677
|
+
"placeholder": "bucket-name",
|
|
678
|
+
"type": "input"
|
|
676
679
|
},
|
|
677
680
|
{
|
|
678
681
|
"type": "input",
|
|
@@ -683,50 +686,47 @@
|
|
|
683
686
|
"placeholder": "path/prefix/"
|
|
684
687
|
},
|
|
685
688
|
{
|
|
686
|
-
"
|
|
687
|
-
"
|
|
689
|
+
"type": "textarea",
|
|
690
|
+
"placeholder": "File content..."
|
|
688
691
|
},
|
|
689
692
|
{
|
|
690
|
-
"
|
|
693
|
+
"direction": "horizontal",
|
|
691
694
|
"type": "stack",
|
|
695
|
+
"gap": "sm",
|
|
692
696
|
"justify": "center",
|
|
693
697
|
"children": [
|
|
694
698
|
{
|
|
695
|
-
"action": "UPLOAD_FILE",
|
|
696
|
-
"label": "Upload",
|
|
697
|
-
"variant": "primary",
|
|
698
699
|
"icon": "upload",
|
|
699
|
-
"
|
|
700
|
+
"variant": "primary",
|
|
701
|
+
"type": "button",
|
|
702
|
+
"label": "Upload",
|
|
703
|
+
"action": "UPLOAD_FILE"
|
|
700
704
|
},
|
|
701
705
|
{
|
|
702
706
|
"variant": "secondary",
|
|
703
|
-
"icon": "download",
|
|
704
707
|
"label": "Download",
|
|
705
708
|
"action": "DOWNLOAD_FILE",
|
|
709
|
+
"icon": "download",
|
|
706
710
|
"type": "button"
|
|
707
711
|
},
|
|
708
712
|
{
|
|
709
|
-
"
|
|
713
|
+
"type": "button",
|
|
710
714
|
"label": "List",
|
|
711
|
-
"
|
|
715
|
+
"action": "LIST_FILES",
|
|
712
716
|
"icon": "list",
|
|
713
|
-
"
|
|
717
|
+
"variant": "secondary"
|
|
714
718
|
},
|
|
715
719
|
{
|
|
720
|
+
"label": "Delete",
|
|
716
721
|
"icon": "trash-2",
|
|
717
|
-
"type": "button",
|
|
718
722
|
"action": "DELETE_FILE",
|
|
719
|
-
"
|
|
723
|
+
"type": "button",
|
|
720
724
|
"variant": "danger"
|
|
721
725
|
}
|
|
722
|
-
]
|
|
723
|
-
"direction": "horizontal"
|
|
726
|
+
]
|
|
724
727
|
}
|
|
725
728
|
],
|
|
726
|
-
"align": "stretch"
|
|
727
|
-
"gap": "lg",
|
|
728
|
-
"type": "stack",
|
|
729
|
-
"direction": "vertical"
|
|
729
|
+
"align": "stretch"
|
|
730
730
|
}
|
|
731
731
|
]
|
|
732
732
|
]
|
|
@@ -745,14 +745,11 @@
|
|
|
745
745
|
"render-ui",
|
|
746
746
|
"main",
|
|
747
747
|
{
|
|
748
|
-
"align": "stretch",
|
|
749
748
|
"type": "stack",
|
|
750
749
|
"children": [
|
|
751
750
|
{
|
|
752
|
-
"gap": "md",
|
|
753
|
-
"type": "stack",
|
|
754
751
|
"align": "center",
|
|
755
|
-
"
|
|
752
|
+
"type": "stack",
|
|
756
753
|
"children": [
|
|
757
754
|
{
|
|
758
755
|
"name": "hard-drive",
|
|
@@ -763,7 +760,9 @@
|
|
|
763
760
|
"content": "ServiceStorage Storage",
|
|
764
761
|
"type": "typography"
|
|
765
762
|
}
|
|
766
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"direction": "horizontal",
|
|
765
|
+
"gap": "md"
|
|
767
766
|
},
|
|
768
767
|
{
|
|
769
768
|
"type": "divider"
|
|
@@ -773,56 +772,57 @@
|
|
|
773
772
|
"placeholder": "bucket-name"
|
|
774
773
|
},
|
|
775
774
|
{
|
|
776
|
-
"
|
|
777
|
-
"
|
|
775
|
+
"placeholder": "path/to/file.txt",
|
|
776
|
+
"type": "input"
|
|
778
777
|
},
|
|
779
778
|
{
|
|
780
779
|
"placeholder": "path/prefix/",
|
|
781
780
|
"type": "input"
|
|
782
781
|
},
|
|
783
782
|
{
|
|
784
|
-
"
|
|
785
|
-
"
|
|
783
|
+
"type": "textarea",
|
|
784
|
+
"placeholder": "File content..."
|
|
786
785
|
},
|
|
787
786
|
{
|
|
788
|
-
"gap": "sm",
|
|
789
787
|
"type": "stack",
|
|
788
|
+
"gap": "sm",
|
|
790
789
|
"justify": "center",
|
|
791
790
|
"direction": "horizontal",
|
|
792
791
|
"children": [
|
|
793
792
|
{
|
|
794
|
-
"variant": "primary",
|
|
795
|
-
"icon": "upload",
|
|
796
793
|
"action": "UPLOAD_FILE",
|
|
794
|
+
"type": "button",
|
|
795
|
+
"icon": "upload",
|
|
797
796
|
"label": "Upload",
|
|
798
|
-
"
|
|
797
|
+
"variant": "primary"
|
|
799
798
|
},
|
|
800
799
|
{
|
|
801
800
|
"action": "DOWNLOAD_FILE",
|
|
802
|
-
"label": "Download",
|
|
803
|
-
"variant": "secondary",
|
|
804
801
|
"icon": "download",
|
|
805
|
-
"type": "button"
|
|
802
|
+
"type": "button",
|
|
803
|
+
"label": "Download",
|
|
804
|
+
"variant": "secondary"
|
|
806
805
|
},
|
|
807
806
|
{
|
|
808
|
-
"type": "button",
|
|
809
807
|
"action": "LIST_FILES",
|
|
808
|
+
"label": "List",
|
|
810
809
|
"variant": "secondary",
|
|
811
|
-
"
|
|
812
|
-
"
|
|
810
|
+
"type": "button",
|
|
811
|
+
"icon": "list"
|
|
813
812
|
},
|
|
814
813
|
{
|
|
815
814
|
"action": "DELETE_FILE",
|
|
816
|
-
"variant": "danger",
|
|
817
815
|
"type": "button",
|
|
818
|
-
"
|
|
819
|
-
"
|
|
816
|
+
"label": "Delete",
|
|
817
|
+
"variant": "danger",
|
|
818
|
+
"icon": "trash-2"
|
|
820
819
|
}
|
|
821
820
|
]
|
|
822
821
|
}
|
|
823
822
|
],
|
|
823
|
+
"gap": "lg",
|
|
824
824
|
"direction": "vertical",
|
|
825
|
-
"
|
|
825
|
+
"align": "stretch"
|
|
826
826
|
}
|
|
827
827
|
]
|
|
828
828
|
]
|