@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
|
@@ -336,54 +336,54 @@
|
|
|
336
336
|
"render-ui",
|
|
337
337
|
"main",
|
|
338
338
|
{
|
|
339
|
-
"align": "stretch",
|
|
340
|
-
"type": "stack",
|
|
341
|
-
"direction": "vertical",
|
|
342
339
|
"children": [
|
|
343
340
|
{
|
|
344
341
|
"children": [
|
|
345
342
|
{
|
|
346
|
-
"
|
|
347
|
-
"
|
|
343
|
+
"name": "hard-drive",
|
|
344
|
+
"type": "icon"
|
|
348
345
|
},
|
|
349
346
|
{
|
|
350
|
-
"
|
|
347
|
+
"variant": "h2",
|
|
351
348
|
"content": "ServiceStorage Storage",
|
|
352
|
-
"
|
|
349
|
+
"type": "typography"
|
|
353
350
|
}
|
|
354
351
|
],
|
|
355
352
|
"gap": "md",
|
|
356
|
-
"direction": "horizontal",
|
|
357
353
|
"type": "stack",
|
|
358
|
-
"align": "center"
|
|
354
|
+
"align": "center",
|
|
355
|
+
"direction": "horizontal"
|
|
359
356
|
},
|
|
360
357
|
{
|
|
361
358
|
"type": "divider"
|
|
362
359
|
},
|
|
363
360
|
{
|
|
364
|
-
"
|
|
365
|
-
"
|
|
361
|
+
"placeholder": "bucket-name",
|
|
362
|
+
"type": "input"
|
|
366
363
|
},
|
|
367
364
|
{
|
|
368
365
|
"type": "input",
|
|
369
366
|
"placeholder": "path/to/file.txt"
|
|
370
367
|
},
|
|
371
368
|
{
|
|
372
|
-
"
|
|
373
|
-
"
|
|
369
|
+
"type": "input",
|
|
370
|
+
"placeholder": "path/prefix/"
|
|
374
371
|
},
|
|
375
372
|
{
|
|
376
|
-
"
|
|
377
|
-
"
|
|
373
|
+
"type": "textarea",
|
|
374
|
+
"placeholder": "File content..."
|
|
378
375
|
},
|
|
379
376
|
{
|
|
377
|
+
"type": "stack",
|
|
378
|
+
"direction": "horizontal",
|
|
379
|
+
"justify": "center",
|
|
380
380
|
"children": [
|
|
381
381
|
{
|
|
382
|
+
"action": "UPLOAD_FILE",
|
|
383
|
+
"type": "button",
|
|
382
384
|
"variant": "primary",
|
|
383
385
|
"label": "Upload",
|
|
384
|
-
"
|
|
385
|
-
"icon": "upload",
|
|
386
|
-
"action": "UPLOAD_FILE"
|
|
386
|
+
"icon": "upload"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"type": "button",
|
|
@@ -393,26 +393,26 @@
|
|
|
393
393
|
"label": "Download"
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"
|
|
397
|
-
"action": "LIST_FILES",
|
|
396
|
+
"variant": "secondary",
|
|
398
397
|
"label": "List",
|
|
399
398
|
"icon": "list",
|
|
400
|
-
"
|
|
399
|
+
"action": "LIST_FILES",
|
|
400
|
+
"type": "button"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
|
+
"variant": "danger",
|
|
404
|
+
"icon": "trash-2",
|
|
403
405
|
"type": "button",
|
|
404
406
|
"action": "DELETE_FILE",
|
|
405
|
-
"icon": "trash-2",
|
|
406
|
-
"variant": "danger",
|
|
407
407
|
"label": "Delete"
|
|
408
408
|
}
|
|
409
409
|
],
|
|
410
|
-
"justify": "center",
|
|
411
|
-
"direction": "horizontal",
|
|
412
|
-
"type": "stack",
|
|
413
410
|
"gap": "sm"
|
|
414
411
|
}
|
|
415
412
|
],
|
|
413
|
+
"align": "stretch",
|
|
414
|
+
"direction": "vertical",
|
|
415
|
+
"type": "stack",
|
|
416
416
|
"gap": "lg"
|
|
417
417
|
}
|
|
418
418
|
]
|
|
@@ -427,9 +427,9 @@
|
|
|
427
427
|
"render-ui",
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
|
-
"
|
|
430
|
+
"message": "Executing storage operation on servicestorage...",
|
|
431
431
|
"type": "loading-state",
|
|
432
|
-
"
|
|
432
|
+
"title": "Processing..."
|
|
433
433
|
}
|
|
434
434
|
],
|
|
435
435
|
[
|
|
@@ -437,14 +437,14 @@
|
|
|
437
437
|
"storage",
|
|
438
438
|
"upload",
|
|
439
439
|
{
|
|
440
|
-
"key": "@entity.fileKey",
|
|
441
440
|
"bucket": "@entity.bucket",
|
|
441
|
+
"key": "@entity.fileKey",
|
|
442
442
|
"content": "@entity.content"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"emit": {
|
|
446
|
-
"
|
|
447
|
-
"
|
|
446
|
+
"success": "ServiceStorageStorageCompleted",
|
|
447
|
+
"failure": "ServiceStorageStorageFailed"
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
]
|
|
@@ -459,9 +459,9 @@
|
|
|
459
459
|
"render-ui",
|
|
460
460
|
"main",
|
|
461
461
|
{
|
|
462
|
-
"
|
|
462
|
+
"title": "Processing...",
|
|
463
463
|
"type": "loading-state",
|
|
464
|
-
"
|
|
464
|
+
"message": "Executing storage operation on servicestorage..."
|
|
465
465
|
}
|
|
466
466
|
],
|
|
467
467
|
[
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
"render-ui",
|
|
491
491
|
"main",
|
|
492
492
|
{
|
|
493
|
-
"type": "loading-state",
|
|
494
493
|
"title": "Processing...",
|
|
495
|
-
"message": "Executing storage operation on servicestorage..."
|
|
494
|
+
"message": "Executing storage operation on servicestorage...",
|
|
495
|
+
"type": "loading-state"
|
|
496
496
|
}
|
|
497
497
|
],
|
|
498
498
|
[
|
|
@@ -500,8 +500,8 @@
|
|
|
500
500
|
"storage",
|
|
501
501
|
"list",
|
|
502
502
|
{
|
|
503
|
-
"
|
|
504
|
-
"
|
|
503
|
+
"prefix": "@entity.prefix",
|
|
504
|
+
"bucket": "@entity.bucket"
|
|
505
505
|
},
|
|
506
506
|
{
|
|
507
507
|
"emit": {
|
|
@@ -521,9 +521,9 @@
|
|
|
521
521
|
"render-ui",
|
|
522
522
|
"main",
|
|
523
523
|
{
|
|
524
|
-
"
|
|
524
|
+
"title": "Processing...",
|
|
525
525
|
"message": "Executing storage operation on servicestorage...",
|
|
526
|
-
"
|
|
526
|
+
"type": "loading-state"
|
|
527
527
|
}
|
|
528
528
|
],
|
|
529
529
|
[
|
|
@@ -562,8 +562,7 @@
|
|
|
562
562
|
"render-ui",
|
|
563
563
|
"main",
|
|
564
564
|
{
|
|
565
|
-
"
|
|
566
|
-
"gap": "lg",
|
|
565
|
+
"align": "center",
|
|
567
566
|
"children": [
|
|
568
567
|
{
|
|
569
568
|
"type": "icon",
|
|
@@ -575,21 +574,22 @@
|
|
|
575
574
|
"message": "Operation completed successfully"
|
|
576
575
|
},
|
|
577
576
|
{
|
|
578
|
-
"type": "typography",
|
|
579
|
-
"content": "@entity.result",
|
|
580
577
|
"variant": "body",
|
|
581
|
-
"color": "muted"
|
|
578
|
+
"color": "muted",
|
|
579
|
+
"type": "typography",
|
|
580
|
+
"content": "@entity.result"
|
|
582
581
|
},
|
|
583
582
|
{
|
|
584
|
-
"
|
|
583
|
+
"type": "button",
|
|
585
584
|
"label": "Back",
|
|
586
585
|
"icon": "rotate-ccw",
|
|
587
586
|
"action": "RESET",
|
|
588
|
-
"
|
|
587
|
+
"variant": "ghost"
|
|
589
588
|
}
|
|
590
589
|
],
|
|
591
|
-
"
|
|
592
|
-
"type": "stack"
|
|
590
|
+
"gap": "lg",
|
|
591
|
+
"type": "stack",
|
|
592
|
+
"direction": "vertical"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -613,24 +613,24 @@
|
|
|
613
613
|
"render-ui",
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
|
-
"
|
|
617
|
-
"type": "stack",
|
|
618
|
-
"direction": "vertical",
|
|
616
|
+
"gap": "lg",
|
|
619
617
|
"children": [
|
|
620
618
|
{
|
|
621
|
-
"type": "error-state",
|
|
622
619
|
"title": "Operation Failed",
|
|
620
|
+
"type": "error-state",
|
|
623
621
|
"message": "@entity.error"
|
|
624
622
|
},
|
|
625
623
|
{
|
|
626
|
-
"action": "RESET",
|
|
627
|
-
"icon": "rotate-ccw",
|
|
628
624
|
"type": "button",
|
|
625
|
+
"action": "RESET",
|
|
629
626
|
"variant": "ghost",
|
|
627
|
+
"icon": "rotate-ccw",
|
|
630
628
|
"label": "Back"
|
|
631
629
|
}
|
|
632
630
|
],
|
|
633
|
-
"
|
|
631
|
+
"direction": "vertical",
|
|
632
|
+
"align": "center",
|
|
633
|
+
"type": "stack"
|
|
634
634
|
}
|
|
635
635
|
]
|
|
636
636
|
]
|
|
@@ -649,25 +649,23 @@
|
|
|
649
649
|
"render-ui",
|
|
650
650
|
"main",
|
|
651
651
|
{
|
|
652
|
-
"type": "stack",
|
|
653
|
-
"align": "stretch",
|
|
654
652
|
"children": [
|
|
655
653
|
{
|
|
656
654
|
"gap": "md",
|
|
655
|
+
"direction": "horizontal",
|
|
657
656
|
"align": "center",
|
|
658
|
-
"type": "stack",
|
|
659
657
|
"children": [
|
|
660
658
|
{
|
|
661
|
-
"
|
|
662
|
-
"
|
|
659
|
+
"type": "icon",
|
|
660
|
+
"name": "hard-drive"
|
|
663
661
|
},
|
|
664
662
|
{
|
|
665
|
-
"content": "ServiceStorage Storage",
|
|
666
663
|
"variant": "h2",
|
|
667
|
-
"type": "typography"
|
|
664
|
+
"type": "typography",
|
|
665
|
+
"content": "ServiceStorage Storage"
|
|
668
666
|
}
|
|
669
667
|
],
|
|
670
|
-
"
|
|
668
|
+
"type": "stack"
|
|
671
669
|
},
|
|
672
670
|
{
|
|
673
671
|
"type": "divider"
|
|
@@ -689,44 +687,46 @@
|
|
|
689
687
|
"type": "textarea"
|
|
690
688
|
},
|
|
691
689
|
{
|
|
690
|
+
"justify": "center",
|
|
692
691
|
"children": [
|
|
693
692
|
{
|
|
694
|
-
"label": "Upload",
|
|
695
693
|
"type": "button",
|
|
696
694
|
"icon": "upload",
|
|
697
|
-
"
|
|
698
|
-
"action": "UPLOAD_FILE"
|
|
695
|
+
"label": "Upload",
|
|
696
|
+
"action": "UPLOAD_FILE",
|
|
697
|
+
"variant": "primary"
|
|
699
698
|
},
|
|
700
699
|
{
|
|
701
700
|
"label": "Download",
|
|
702
|
-
"
|
|
701
|
+
"type": "button",
|
|
703
702
|
"variant": "secondary",
|
|
704
703
|
"icon": "download",
|
|
705
|
-
"
|
|
704
|
+
"action": "DOWNLOAD_FILE"
|
|
706
705
|
},
|
|
707
706
|
{
|
|
708
|
-
"
|
|
707
|
+
"label": "List",
|
|
709
708
|
"action": "LIST_FILES",
|
|
710
|
-
"variant": "secondary",
|
|
711
709
|
"icon": "list",
|
|
712
|
-
"
|
|
710
|
+
"variant": "secondary",
|
|
711
|
+
"type": "button"
|
|
713
712
|
},
|
|
714
713
|
{
|
|
715
|
-
"variant": "danger",
|
|
716
714
|
"icon": "trash-2",
|
|
717
|
-
"type": "button",
|
|
718
715
|
"label": "Delete",
|
|
719
|
-
"
|
|
716
|
+
"type": "button",
|
|
717
|
+
"action": "DELETE_FILE",
|
|
718
|
+
"variant": "danger"
|
|
720
719
|
}
|
|
721
720
|
],
|
|
721
|
+
"direction": "horizontal",
|
|
722
722
|
"type": "stack",
|
|
723
|
-
"
|
|
724
|
-
"gap": "sm",
|
|
725
|
-
"direction": "horizontal"
|
|
723
|
+
"gap": "sm"
|
|
726
724
|
}
|
|
727
725
|
],
|
|
726
|
+
"gap": "lg",
|
|
727
|
+
"type": "stack",
|
|
728
728
|
"direction": "vertical",
|
|
729
|
-
"
|
|
729
|
+
"align": "stretch"
|
|
730
730
|
}
|
|
731
731
|
]
|
|
732
732
|
]
|
|
@@ -745,12 +745,11 @@
|
|
|
745
745
|
"render-ui",
|
|
746
746
|
"main",
|
|
747
747
|
{
|
|
748
|
-
"
|
|
748
|
+
"direction": "vertical",
|
|
749
749
|
"gap": "lg",
|
|
750
750
|
"children": [
|
|
751
751
|
{
|
|
752
|
-
"
|
|
753
|
-
"gap": "md",
|
|
752
|
+
"direction": "horizontal",
|
|
754
753
|
"align": "center",
|
|
755
754
|
"children": [
|
|
756
755
|
{
|
|
@@ -759,22 +758,23 @@
|
|
|
759
758
|
},
|
|
760
759
|
{
|
|
761
760
|
"content": "ServiceStorage Storage",
|
|
762
|
-
"
|
|
763
|
-
"
|
|
761
|
+
"variant": "h2",
|
|
762
|
+
"type": "typography"
|
|
764
763
|
}
|
|
765
764
|
],
|
|
766
|
-
"
|
|
765
|
+
"type": "stack",
|
|
766
|
+
"gap": "md"
|
|
767
767
|
},
|
|
768
768
|
{
|
|
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",
|
|
@@ -787,42 +787,42 @@
|
|
|
787
787
|
{
|
|
788
788
|
"type": "stack",
|
|
789
789
|
"direction": "horizontal",
|
|
790
|
+
"gap": "sm",
|
|
791
|
+
"justify": "center",
|
|
790
792
|
"children": [
|
|
791
793
|
{
|
|
792
|
-
"label": "Upload",
|
|
793
794
|
"action": "UPLOAD_FILE",
|
|
794
|
-
"
|
|
795
|
+
"label": "Upload",
|
|
796
|
+
"type": "button",
|
|
795
797
|
"variant": "primary",
|
|
796
|
-
"
|
|
798
|
+
"icon": "upload"
|
|
797
799
|
},
|
|
798
800
|
{
|
|
801
|
+
"type": "button",
|
|
799
802
|
"label": "Download",
|
|
800
|
-
"action": "DOWNLOAD_FILE",
|
|
801
803
|
"variant": "secondary",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
804
|
+
"icon": "download",
|
|
805
|
+
"action": "DOWNLOAD_FILE"
|
|
804
806
|
},
|
|
805
807
|
{
|
|
806
|
-
"label": "List",
|
|
807
|
-
"action": "LIST_FILES",
|
|
808
808
|
"type": "button",
|
|
809
|
+
"action": "LIST_FILES",
|
|
810
|
+
"label": "List",
|
|
809
811
|
"variant": "secondary",
|
|
810
812
|
"icon": "list"
|
|
811
813
|
},
|
|
812
814
|
{
|
|
815
|
+
"label": "Delete",
|
|
813
816
|
"icon": "trash-2",
|
|
817
|
+
"action": "DELETE_FILE",
|
|
814
818
|
"variant": "danger",
|
|
815
|
-
"
|
|
816
|
-
"type": "button",
|
|
817
|
-
"action": "DELETE_FILE"
|
|
819
|
+
"type": "button"
|
|
818
820
|
}
|
|
819
|
-
]
|
|
820
|
-
"gap": "sm",
|
|
821
|
-
"justify": "center"
|
|
821
|
+
]
|
|
822
822
|
}
|
|
823
823
|
],
|
|
824
|
-
"
|
|
825
|
-
"
|
|
824
|
+
"align": "stretch",
|
|
825
|
+
"type": "stack"
|
|
826
826
|
}
|
|
827
827
|
]
|
|
828
828
|
]
|
|
@@ -845,4 +845,4 @@
|
|
|
845
845
|
]
|
|
846
846
|
}
|
|
847
847
|
]
|
|
848
|
-
}
|
|
848
|
+
}
|