@almadar/std 13.6.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -322,6 +322,26 @@
|
|
|
322
322
|
"to": "idle",
|
|
323
323
|
"event": "INIT",
|
|
324
324
|
"effects": [
|
|
325
|
+
[
|
|
326
|
+
"set",
|
|
327
|
+
"@entity.bucket",
|
|
328
|
+
"uploads"
|
|
329
|
+
],
|
|
330
|
+
[
|
|
331
|
+
"set",
|
|
332
|
+
"@entity.content",
|
|
333
|
+
""
|
|
334
|
+
],
|
|
335
|
+
[
|
|
336
|
+
"set",
|
|
337
|
+
"@entity.fileKey",
|
|
338
|
+
""
|
|
339
|
+
],
|
|
340
|
+
[
|
|
341
|
+
"set",
|
|
342
|
+
"@entity.prefix",
|
|
343
|
+
""
|
|
344
|
+
],
|
|
325
345
|
[
|
|
326
346
|
"fetch",
|
|
327
347
|
"ServiceStorage",
|
|
@@ -336,26 +356,23 @@
|
|
|
336
356
|
"render-ui",
|
|
337
357
|
"main",
|
|
338
358
|
{
|
|
339
|
-
"gap": "lg",
|
|
340
|
-
"align": "stretch",
|
|
341
|
-
"type": "stack",
|
|
342
359
|
"children": [
|
|
343
360
|
{
|
|
344
|
-
"type": "stack",
|
|
345
361
|
"align": "center",
|
|
362
|
+
"direction": "horizontal",
|
|
363
|
+
"type": "stack",
|
|
364
|
+
"gap": "md",
|
|
346
365
|
"children": [
|
|
347
366
|
{
|
|
348
367
|
"type": "icon",
|
|
349
368
|
"name": "hard-drive"
|
|
350
369
|
},
|
|
351
370
|
{
|
|
352
|
-
"variant": "h2",
|
|
353
371
|
"type": "typography",
|
|
372
|
+
"variant": "h2",
|
|
354
373
|
"content": "ServiceStorage Storage"
|
|
355
374
|
}
|
|
356
|
-
]
|
|
357
|
-
"direction": "horizontal",
|
|
358
|
-
"gap": "md"
|
|
375
|
+
]
|
|
359
376
|
},
|
|
360
377
|
{
|
|
361
378
|
"type": "divider"
|
|
@@ -369,35 +386,37 @@
|
|
|
369
386
|
"placeholder": "path/to/file.txt"
|
|
370
387
|
},
|
|
371
388
|
{
|
|
372
|
-
"
|
|
373
|
-
"
|
|
389
|
+
"type": "input",
|
|
390
|
+
"placeholder": "path/prefix/"
|
|
374
391
|
},
|
|
375
392
|
{
|
|
376
|
-
"
|
|
377
|
-
"
|
|
393
|
+
"placeholder": "File content...",
|
|
394
|
+
"type": "textarea"
|
|
378
395
|
},
|
|
379
396
|
{
|
|
397
|
+
"direction": "horizontal",
|
|
398
|
+
"justify": "center",
|
|
380
399
|
"children": [
|
|
381
400
|
{
|
|
382
401
|
"action": "UPLOAD_FILE",
|
|
383
402
|
"label": "Upload",
|
|
384
|
-
"type": "button",
|
|
385
403
|
"variant": "primary",
|
|
404
|
+
"type": "button",
|
|
386
405
|
"icon": "upload"
|
|
387
406
|
},
|
|
388
407
|
{
|
|
389
|
-
"action": "DOWNLOAD_FILE",
|
|
390
408
|
"type": "button",
|
|
391
|
-
"
|
|
409
|
+
"action": "DOWNLOAD_FILE",
|
|
410
|
+
"icon": "download",
|
|
392
411
|
"variant": "secondary",
|
|
393
|
-
"
|
|
412
|
+
"label": "Download"
|
|
394
413
|
},
|
|
395
414
|
{
|
|
396
415
|
"label": "List",
|
|
416
|
+
"variant": "secondary",
|
|
397
417
|
"type": "button",
|
|
398
418
|
"icon": "list",
|
|
399
|
-
"action": "LIST_FILES"
|
|
400
|
-
"variant": "secondary"
|
|
419
|
+
"action": "LIST_FILES"
|
|
401
420
|
},
|
|
402
421
|
{
|
|
403
422
|
"action": "DELETE_FILE",
|
|
@@ -407,13 +426,14 @@
|
|
|
407
426
|
"label": "Delete"
|
|
408
427
|
}
|
|
409
428
|
],
|
|
410
|
-
"justify": "center",
|
|
411
429
|
"gap": "sm",
|
|
412
|
-
"type": "stack"
|
|
413
|
-
"direction": "horizontal"
|
|
430
|
+
"type": "stack"
|
|
414
431
|
}
|
|
415
432
|
],
|
|
416
|
-
"
|
|
433
|
+
"gap": "lg",
|
|
434
|
+
"align": "stretch",
|
|
435
|
+
"direction": "vertical",
|
|
436
|
+
"type": "stack"
|
|
417
437
|
}
|
|
418
438
|
]
|
|
419
439
|
]
|
|
@@ -427,9 +447,9 @@
|
|
|
427
447
|
"render-ui",
|
|
428
448
|
"main",
|
|
429
449
|
{
|
|
450
|
+
"title": "Processing...",
|
|
430
451
|
"message": "Executing storage operation on servicestorage...",
|
|
431
|
-
"type": "loading-state"
|
|
432
|
-
"title": "Processing..."
|
|
452
|
+
"type": "loading-state"
|
|
433
453
|
}
|
|
434
454
|
],
|
|
435
455
|
[
|
|
@@ -437,9 +457,9 @@
|
|
|
437
457
|
"storage",
|
|
438
458
|
"upload",
|
|
439
459
|
{
|
|
440
|
-
"content": "@entity.content",
|
|
441
460
|
"bucket": "@entity.bucket",
|
|
442
|
-
"key": "@entity.fileKey"
|
|
461
|
+
"key": "@entity.fileKey",
|
|
462
|
+
"content": "@entity.content"
|
|
443
463
|
},
|
|
444
464
|
{
|
|
445
465
|
"emit": {
|
|
@@ -460,8 +480,8 @@
|
|
|
460
480
|
"main",
|
|
461
481
|
{
|
|
462
482
|
"title": "Processing...",
|
|
463
|
-
"
|
|
464
|
-
"
|
|
483
|
+
"message": "Executing storage operation on servicestorage...",
|
|
484
|
+
"type": "loading-state"
|
|
465
485
|
}
|
|
466
486
|
],
|
|
467
487
|
[
|
|
@@ -522,8 +542,8 @@
|
|
|
522
542
|
"main",
|
|
523
543
|
{
|
|
524
544
|
"title": "Processing...",
|
|
525
|
-
"
|
|
526
|
-
"
|
|
545
|
+
"message": "Executing storage operation on servicestorage...",
|
|
546
|
+
"type": "loading-state"
|
|
527
547
|
}
|
|
528
548
|
],
|
|
529
549
|
[
|
|
@@ -536,8 +556,8 @@
|
|
|
536
556
|
},
|
|
537
557
|
{
|
|
538
558
|
"emit": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
559
|
+
"success": "ServiceStorageStorageCompleted",
|
|
560
|
+
"failure": "ServiceStorageStorageFailed"
|
|
541
561
|
}
|
|
542
562
|
}
|
|
543
563
|
]
|
|
@@ -562,19 +582,15 @@
|
|
|
562
582
|
"render-ui",
|
|
563
583
|
"main",
|
|
564
584
|
{
|
|
565
|
-
"type": "stack",
|
|
566
|
-
"gap": "lg",
|
|
567
|
-
"direction": "vertical",
|
|
568
|
-
"align": "center",
|
|
569
585
|
"children": [
|
|
570
586
|
{
|
|
571
587
|
"type": "icon",
|
|
572
588
|
"name": "check-circle"
|
|
573
589
|
},
|
|
574
590
|
{
|
|
575
|
-
"type": "alert",
|
|
576
591
|
"variant": "success",
|
|
577
|
-
"message": "Operation completed successfully"
|
|
592
|
+
"message": "Operation completed successfully",
|
|
593
|
+
"type": "alert"
|
|
578
594
|
},
|
|
579
595
|
{
|
|
580
596
|
"variant": "body",
|
|
@@ -584,12 +600,16 @@
|
|
|
584
600
|
},
|
|
585
601
|
{
|
|
586
602
|
"variant": "ghost",
|
|
603
|
+
"icon": "rotate-ccw",
|
|
587
604
|
"type": "button",
|
|
588
605
|
"label": "Back",
|
|
589
|
-
"icon": "rotate-ccw",
|
|
590
606
|
"action": "RESET"
|
|
591
607
|
}
|
|
592
|
-
]
|
|
608
|
+
],
|
|
609
|
+
"type": "stack",
|
|
610
|
+
"direction": "vertical",
|
|
611
|
+
"align": "center",
|
|
612
|
+
"gap": "lg"
|
|
593
613
|
}
|
|
594
614
|
]
|
|
595
615
|
]
|
|
@@ -613,24 +633,24 @@
|
|
|
613
633
|
"render-ui",
|
|
614
634
|
"main",
|
|
615
635
|
{
|
|
616
|
-
"type": "stack",
|
|
617
|
-
"align": "center",
|
|
618
636
|
"children": [
|
|
619
637
|
{
|
|
620
|
-
"message": "@entity.error",
|
|
621
638
|
"title": "Operation Failed",
|
|
622
|
-
"type": "error-state"
|
|
639
|
+
"type": "error-state",
|
|
640
|
+
"message": "@entity.error"
|
|
623
641
|
},
|
|
624
642
|
{
|
|
625
|
-
"
|
|
626
|
-
"label": "Back",
|
|
643
|
+
"icon": "rotate-ccw",
|
|
627
644
|
"action": "RESET",
|
|
645
|
+
"label": "Back",
|
|
628
646
|
"type": "button",
|
|
629
|
-
"
|
|
647
|
+
"variant": "ghost"
|
|
630
648
|
}
|
|
631
649
|
],
|
|
650
|
+
"type": "stack",
|
|
651
|
+
"direction": "vertical",
|
|
632
652
|
"gap": "lg",
|
|
633
|
-
"
|
|
653
|
+
"align": "center"
|
|
634
654
|
}
|
|
635
655
|
]
|
|
636
656
|
]
|
|
@@ -650,82 +670,82 @@
|
|
|
650
670
|
"main",
|
|
651
671
|
{
|
|
652
672
|
"direction": "vertical",
|
|
653
|
-
"align": "stretch",
|
|
654
673
|
"type": "stack",
|
|
655
674
|
"children": [
|
|
656
675
|
{
|
|
657
676
|
"gap": "md",
|
|
677
|
+
"type": "stack",
|
|
678
|
+
"align": "center",
|
|
658
679
|
"direction": "horizontal",
|
|
659
680
|
"children": [
|
|
660
681
|
{
|
|
661
|
-
"
|
|
662
|
-
"
|
|
682
|
+
"type": "icon",
|
|
683
|
+
"name": "hard-drive"
|
|
663
684
|
},
|
|
664
685
|
{
|
|
686
|
+
"type": "typography",
|
|
665
687
|
"content": "ServiceStorage Storage",
|
|
666
|
-
"variant": "h2"
|
|
667
|
-
"type": "typography"
|
|
688
|
+
"variant": "h2"
|
|
668
689
|
}
|
|
669
|
-
]
|
|
670
|
-
"type": "stack",
|
|
671
|
-
"align": "center"
|
|
690
|
+
]
|
|
672
691
|
},
|
|
673
692
|
{
|
|
674
693
|
"type": "divider"
|
|
675
694
|
},
|
|
676
695
|
{
|
|
677
|
-
"
|
|
678
|
-
"
|
|
696
|
+
"placeholder": "bucket-name",
|
|
697
|
+
"type": "input"
|
|
679
698
|
},
|
|
680
699
|
{
|
|
681
|
-
"
|
|
682
|
-
"
|
|
700
|
+
"type": "input",
|
|
701
|
+
"placeholder": "path/to/file.txt"
|
|
683
702
|
},
|
|
684
703
|
{
|
|
685
|
-
"
|
|
686
|
-
"
|
|
704
|
+
"type": "input",
|
|
705
|
+
"placeholder": "path/prefix/"
|
|
687
706
|
},
|
|
688
707
|
{
|
|
689
|
-
"
|
|
690
|
-
"
|
|
708
|
+
"type": "textarea",
|
|
709
|
+
"placeholder": "File content..."
|
|
691
710
|
},
|
|
692
711
|
{
|
|
693
|
-
"
|
|
694
|
-
"gap": "sm",
|
|
712
|
+
"justify": "center",
|
|
695
713
|
"children": [
|
|
696
714
|
{
|
|
697
715
|
"action": "UPLOAD_FILE",
|
|
698
716
|
"label": "Upload",
|
|
699
|
-
"icon": "upload",
|
|
700
717
|
"variant": "primary",
|
|
718
|
+
"icon": "upload",
|
|
701
719
|
"type": "button"
|
|
702
720
|
},
|
|
703
721
|
{
|
|
704
|
-
"
|
|
722
|
+
"variant": "secondary",
|
|
723
|
+
"label": "Download",
|
|
705
724
|
"action": "DOWNLOAD_FILE",
|
|
706
725
|
"type": "button",
|
|
707
|
-
"
|
|
708
|
-
"variant": "secondary"
|
|
726
|
+
"icon": "download"
|
|
709
727
|
},
|
|
710
728
|
{
|
|
711
729
|
"action": "LIST_FILES",
|
|
712
|
-
"
|
|
730
|
+
"type": "button",
|
|
713
731
|
"variant": "secondary",
|
|
714
|
-
"
|
|
715
|
-
"
|
|
732
|
+
"label": "List",
|
|
733
|
+
"icon": "list"
|
|
716
734
|
},
|
|
717
735
|
{
|
|
736
|
+
"icon": "trash-2",
|
|
718
737
|
"type": "button",
|
|
719
738
|
"label": "Delete",
|
|
720
|
-
"
|
|
721
|
-
"variant": "danger"
|
|
722
|
-
"action": "DELETE_FILE"
|
|
739
|
+
"action": "DELETE_FILE",
|
|
740
|
+
"variant": "danger"
|
|
723
741
|
}
|
|
724
742
|
],
|
|
725
|
-
"
|
|
726
|
-
"
|
|
743
|
+
"direction": "horizontal",
|
|
744
|
+
"gap": "sm",
|
|
745
|
+
"type": "stack"
|
|
727
746
|
}
|
|
728
747
|
],
|
|
748
|
+
"align": "stretch",
|
|
729
749
|
"gap": "lg"
|
|
730
750
|
}
|
|
731
751
|
]
|
|
@@ -745,16 +765,13 @@
|
|
|
745
765
|
"render-ui",
|
|
746
766
|
"main",
|
|
747
767
|
{
|
|
748
|
-
"direction": "vertical",
|
|
749
768
|
"type": "stack",
|
|
750
|
-
"align": "stretch",
|
|
751
|
-
"gap": "lg",
|
|
752
769
|
"children": [
|
|
753
770
|
{
|
|
754
|
-
"
|
|
771
|
+
"gap": "md",
|
|
755
772
|
"type": "stack",
|
|
773
|
+
"direction": "horizontal",
|
|
756
774
|
"align": "center",
|
|
757
|
-
"gap": "md",
|
|
758
775
|
"children": [
|
|
759
776
|
{
|
|
760
777
|
"type": "icon",
|
|
@@ -762,8 +779,8 @@
|
|
|
762
779
|
},
|
|
763
780
|
{
|
|
764
781
|
"variant": "h2",
|
|
765
|
-
"
|
|
766
|
-
"
|
|
782
|
+
"content": "ServiceStorage Storage",
|
|
783
|
+
"type": "typography"
|
|
767
784
|
}
|
|
768
785
|
]
|
|
769
786
|
},
|
|
@@ -775,54 +792,57 @@
|
|
|
775
792
|
"placeholder": "bucket-name"
|
|
776
793
|
},
|
|
777
794
|
{
|
|
778
|
-
"
|
|
779
|
-
"
|
|
795
|
+
"placeholder": "path/to/file.txt",
|
|
796
|
+
"type": "input"
|
|
780
797
|
},
|
|
781
798
|
{
|
|
782
|
-
"
|
|
783
|
-
"
|
|
799
|
+
"type": "input",
|
|
800
|
+
"placeholder": "path/prefix/"
|
|
784
801
|
},
|
|
785
802
|
{
|
|
786
803
|
"type": "textarea",
|
|
787
804
|
"placeholder": "File content..."
|
|
788
805
|
},
|
|
789
806
|
{
|
|
790
|
-
"
|
|
807
|
+
"type": "stack",
|
|
791
808
|
"direction": "horizontal",
|
|
809
|
+
"justify": "center",
|
|
810
|
+
"gap": "sm",
|
|
792
811
|
"children": [
|
|
793
812
|
{
|
|
794
813
|
"type": "button",
|
|
795
814
|
"action": "UPLOAD_FILE",
|
|
796
|
-
"
|
|
815
|
+
"label": "Upload",
|
|
797
816
|
"icon": "upload",
|
|
798
|
-
"
|
|
817
|
+
"variant": "primary"
|
|
799
818
|
},
|
|
800
819
|
{
|
|
801
820
|
"action": "DOWNLOAD_FILE",
|
|
802
821
|
"icon": "download",
|
|
803
|
-
"type": "button",
|
|
804
822
|
"variant": "secondary",
|
|
805
|
-
"label": "Download"
|
|
823
|
+
"label": "Download",
|
|
824
|
+
"type": "button"
|
|
806
825
|
},
|
|
807
826
|
{
|
|
808
|
-
"type": "button",
|
|
809
|
-
"variant": "secondary",
|
|
810
827
|
"action": "LIST_FILES",
|
|
828
|
+
"type": "button",
|
|
811
829
|
"icon": "list",
|
|
812
|
-
"label": "List"
|
|
830
|
+
"label": "List",
|
|
831
|
+
"variant": "secondary"
|
|
813
832
|
},
|
|
814
833
|
{
|
|
815
|
-
"
|
|
834
|
+
"type": "button",
|
|
816
835
|
"variant": "danger",
|
|
836
|
+
"label": "Delete",
|
|
817
837
|
"icon": "trash-2",
|
|
818
|
-
"
|
|
819
|
-
"label": "Delete"
|
|
838
|
+
"action": "DELETE_FILE"
|
|
820
839
|
}
|
|
821
|
-
]
|
|
822
|
-
"justify": "center",
|
|
823
|
-
"type": "stack"
|
|
840
|
+
]
|
|
824
841
|
}
|
|
825
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"direction": "vertical",
|
|
844
|
+
"gap": "lg",
|
|
845
|
+
"align": "stretch"
|
|
826
846
|
}
|
|
827
847
|
]
|
|
828
848
|
]
|
|
@@ -845,4 +865,4 @@
|
|
|
845
865
|
]
|
|
846
866
|
}
|
|
847
867
|
]
|
|
848
|
-
}
|
|
868
|
+
}
|