@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
|
@@ -311,8 +311,8 @@
|
|
|
311
311
|
"ServiceRedis",
|
|
312
312
|
{
|
|
313
313
|
"emit": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"failure": "ServiceRedisLoadFailed",
|
|
315
|
+
"success": "ServiceRedisLoaded"
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
],
|
|
@@ -321,32 +321,32 @@
|
|
|
321
321
|
"main",
|
|
322
322
|
{
|
|
323
323
|
"type": "stack",
|
|
324
|
+
"gap": "lg",
|
|
324
325
|
"direction": "vertical",
|
|
325
326
|
"align": "center",
|
|
326
|
-
"gap": "lg",
|
|
327
327
|
"children": [
|
|
328
328
|
{
|
|
329
329
|
"type": "stack",
|
|
330
|
+
"gap": "md",
|
|
331
|
+
"direction": "horizontal",
|
|
330
332
|
"children": [
|
|
331
333
|
{
|
|
332
334
|
"type": "icon",
|
|
333
335
|
"name": "database"
|
|
334
336
|
},
|
|
335
337
|
{
|
|
338
|
+
"variant": "h2",
|
|
336
339
|
"type": "typography",
|
|
337
|
-
"content": "Redis Cache"
|
|
338
|
-
"variant": "h2"
|
|
340
|
+
"content": "Redis Cache"
|
|
339
341
|
}
|
|
340
342
|
],
|
|
341
|
-
"gap": "md",
|
|
342
|
-
"direction": "horizontal",
|
|
343
343
|
"align": "center"
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"type": "divider"
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
|
-
"
|
|
349
|
+
"direction": "vertical",
|
|
350
350
|
"type": "stack",
|
|
351
351
|
"children": [
|
|
352
352
|
{
|
|
@@ -354,8 +354,8 @@
|
|
|
354
354
|
"placeholder": "cache-key"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
357
|
+
"type": "input",
|
|
358
|
+
"placeholder": "cache-value"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"type": "input",
|
|
@@ -363,36 +363,36 @@
|
|
|
363
363
|
"placeholder": "3600"
|
|
364
364
|
}
|
|
365
365
|
],
|
|
366
|
-
"
|
|
366
|
+
"gap": "md"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
|
+
"justify": "center",
|
|
370
|
+
"direction": "horizontal",
|
|
371
|
+
"gap": "sm",
|
|
369
372
|
"type": "stack",
|
|
370
373
|
"children": [
|
|
371
374
|
{
|
|
372
375
|
"icon": "download",
|
|
373
|
-
"
|
|
374
|
-
"action": "GET_KEY",
|
|
376
|
+
"type": "button",
|
|
375
377
|
"label": "Get",
|
|
376
|
-
"
|
|
378
|
+
"variant": "primary",
|
|
379
|
+
"action": "GET_KEY"
|
|
377
380
|
},
|
|
378
381
|
{
|
|
379
|
-
"
|
|
382
|
+
"variant": "primary",
|
|
383
|
+
"label": "Set",
|
|
380
384
|
"icon": "upload",
|
|
381
385
|
"type": "button",
|
|
382
|
-
"
|
|
383
|
-
"variant": "primary"
|
|
386
|
+
"action": "SET_KEY"
|
|
384
387
|
},
|
|
385
388
|
{
|
|
386
|
-
"type": "button",
|
|
387
|
-
"variant": "danger",
|
|
388
389
|
"action": "DELETE_KEY",
|
|
390
|
+
"type": "button",
|
|
389
391
|
"icon": "trash-2",
|
|
390
|
-
"label": "Delete"
|
|
392
|
+
"label": "Delete",
|
|
393
|
+
"variant": "danger"
|
|
391
394
|
}
|
|
392
|
-
]
|
|
393
|
-
"justify": "center",
|
|
394
|
-
"direction": "horizontal",
|
|
395
|
-
"gap": "sm"
|
|
395
|
+
]
|
|
396
396
|
}
|
|
397
397
|
]
|
|
398
398
|
}
|
|
@@ -409,8 +409,8 @@
|
|
|
409
409
|
"main",
|
|
410
410
|
{
|
|
411
411
|
"type": "loading-state",
|
|
412
|
-
"
|
|
413
|
-
"
|
|
412
|
+
"title": "Executing...",
|
|
413
|
+
"message": "Running redis operation..."
|
|
414
414
|
}
|
|
415
415
|
],
|
|
416
416
|
[
|
|
@@ -422,8 +422,8 @@
|
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"emit": {
|
|
425
|
-
"
|
|
426
|
-
"
|
|
425
|
+
"success": "ServiceRedisRedisCompleted",
|
|
426
|
+
"failure": "ServiceRedisRedisFailed"
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
]
|
|
@@ -448,9 +448,9 @@
|
|
|
448
448
|
"redis",
|
|
449
449
|
"set",
|
|
450
450
|
{
|
|
451
|
-
"ttl": "@entity.ttl",
|
|
452
451
|
"key": "@entity.key",
|
|
453
|
-
"value": "@entity.value"
|
|
452
|
+
"value": "@entity.value",
|
|
453
|
+
"ttl": "@entity.ttl"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"emit": {
|
|
@@ -470,9 +470,9 @@
|
|
|
470
470
|
"render-ui",
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
|
+
"type": "loading-state",
|
|
473
474
|
"message": "Running redis operation...",
|
|
474
|
-
"title": "Executing..."
|
|
475
|
-
"type": "loading-state"
|
|
475
|
+
"title": "Executing..."
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
@@ -484,8 +484,8 @@
|
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
"emit": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
487
|
+
"success": "ServiceRedisRedisCompleted",
|
|
488
|
+
"failure": "ServiceRedisRedisFailed"
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
]
|
|
@@ -505,34 +505,34 @@
|
|
|
505
505
|
"render-ui",
|
|
506
506
|
"main",
|
|
507
507
|
{
|
|
508
|
-
"
|
|
508
|
+
"type": "stack",
|
|
509
|
+
"direction": "vertical",
|
|
509
510
|
"gap": "lg",
|
|
510
511
|
"children": [
|
|
511
512
|
{
|
|
512
|
-
"
|
|
513
|
-
"
|
|
513
|
+
"name": "check-circle",
|
|
514
|
+
"type": "icon"
|
|
514
515
|
},
|
|
515
516
|
{
|
|
516
517
|
"message": "Operation complete",
|
|
517
|
-
"
|
|
518
|
-
"
|
|
518
|
+
"variant": "success",
|
|
519
|
+
"type": "alert"
|
|
519
520
|
},
|
|
520
521
|
{
|
|
522
|
+
"variant": "body",
|
|
521
523
|
"content": "@entity.result",
|
|
522
524
|
"type": "typography",
|
|
523
|
-
"variant": "body",
|
|
524
525
|
"color": "muted"
|
|
525
526
|
},
|
|
526
527
|
{
|
|
527
|
-
"action": "RESET",
|
|
528
|
-
"icon": "rotate-ccw",
|
|
529
528
|
"type": "button",
|
|
529
|
+
"icon": "rotate-ccw",
|
|
530
530
|
"label": "Reset",
|
|
531
|
-
"variant": "ghost"
|
|
531
|
+
"variant": "ghost",
|
|
532
|
+
"action": "RESET"
|
|
532
533
|
}
|
|
533
534
|
],
|
|
534
|
-
"
|
|
535
|
-
"direction": "vertical"
|
|
535
|
+
"align": "center"
|
|
536
536
|
}
|
|
537
537
|
]
|
|
538
538
|
]
|
|
@@ -553,8 +553,8 @@
|
|
|
553
553
|
{
|
|
554
554
|
"type": "error-state",
|
|
555
555
|
"title": "Redis Error",
|
|
556
|
-
"
|
|
557
|
-
"
|
|
556
|
+
"message": "@entity.error",
|
|
557
|
+
"onRetry": "RESET"
|
|
558
558
|
}
|
|
559
559
|
]
|
|
560
560
|
]
|
|
@@ -568,81 +568,81 @@
|
|
|
568
568
|
"render-ui",
|
|
569
569
|
"main",
|
|
570
570
|
{
|
|
571
|
+
"type": "stack",
|
|
571
572
|
"direction": "vertical",
|
|
573
|
+
"align": "center",
|
|
572
574
|
"children": [
|
|
573
575
|
{
|
|
574
576
|
"type": "stack",
|
|
575
|
-
"gap": "md",
|
|
576
|
-
"direction": "horizontal",
|
|
577
|
-
"align": "center",
|
|
578
577
|
"children": [
|
|
579
578
|
{
|
|
580
|
-
"
|
|
581
|
-
"
|
|
579
|
+
"name": "database",
|
|
580
|
+
"type": "icon"
|
|
582
581
|
},
|
|
583
582
|
{
|
|
584
|
-
"variant": "h2",
|
|
585
583
|
"type": "typography",
|
|
586
|
-
"content": "Redis Cache"
|
|
584
|
+
"content": "Redis Cache",
|
|
585
|
+
"variant": "h2"
|
|
587
586
|
}
|
|
588
|
-
]
|
|
587
|
+
],
|
|
588
|
+
"direction": "horizontal",
|
|
589
|
+
"gap": "md",
|
|
590
|
+
"align": "center"
|
|
589
591
|
},
|
|
590
592
|
{
|
|
591
593
|
"type": "divider"
|
|
592
594
|
},
|
|
593
595
|
{
|
|
594
|
-
"direction": "vertical",
|
|
595
|
-
"gap": "md",
|
|
596
|
-
"type": "stack",
|
|
597
596
|
"children": [
|
|
598
597
|
{
|
|
599
598
|
"type": "input",
|
|
600
599
|
"placeholder": "cache-key"
|
|
601
600
|
},
|
|
602
601
|
{
|
|
603
|
-
"
|
|
604
|
-
"
|
|
602
|
+
"type": "input",
|
|
603
|
+
"placeholder": "cache-value"
|
|
605
604
|
},
|
|
606
605
|
{
|
|
607
|
-
"
|
|
606
|
+
"inputType": "number",
|
|
608
607
|
"placeholder": "3600",
|
|
609
|
-
"
|
|
608
|
+
"type": "input"
|
|
610
609
|
}
|
|
611
|
-
]
|
|
610
|
+
],
|
|
611
|
+
"gap": "md",
|
|
612
|
+
"direction": "vertical",
|
|
613
|
+
"type": "stack"
|
|
612
614
|
},
|
|
613
615
|
{
|
|
616
|
+
"gap": "sm",
|
|
617
|
+
"type": "stack",
|
|
614
618
|
"children": [
|
|
615
619
|
{
|
|
616
620
|
"icon": "download",
|
|
617
621
|
"label": "Get",
|
|
622
|
+
"action": "GET_KEY",
|
|
618
623
|
"variant": "primary",
|
|
619
|
-
"type": "button"
|
|
620
|
-
"action": "GET_KEY"
|
|
624
|
+
"type": "button"
|
|
621
625
|
},
|
|
622
626
|
{
|
|
623
|
-
"label": "Set",
|
|
624
627
|
"icon": "upload",
|
|
625
628
|
"variant": "primary",
|
|
626
|
-
"
|
|
627
|
-
"type": "button"
|
|
629
|
+
"label": "Set",
|
|
630
|
+
"type": "button",
|
|
631
|
+
"action": "SET_KEY"
|
|
628
632
|
},
|
|
629
633
|
{
|
|
630
|
-
"icon": "trash-2",
|
|
631
634
|
"type": "button",
|
|
632
635
|
"label": "Delete",
|
|
636
|
+
"icon": "trash-2",
|
|
633
637
|
"action": "DELETE_KEY",
|
|
634
638
|
"variant": "danger"
|
|
635
639
|
}
|
|
636
640
|
],
|
|
637
|
-
"direction": "horizontal",
|
|
638
|
-
"gap": "sm",
|
|
639
641
|
"justify": "center",
|
|
640
|
-
"
|
|
642
|
+
"direction": "horizontal"
|
|
641
643
|
}
|
|
642
644
|
],
|
|
643
|
-
"gap": "lg"
|
|
644
|
-
"align": "center",
|
|
645
|
-
"type": "stack"
|
|
645
|
+
"gap": "lg"
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
648
|
]
|
|
@@ -656,33 +656,32 @@
|
|
|
656
656
|
"render-ui",
|
|
657
657
|
"main",
|
|
658
658
|
{
|
|
659
|
-
"
|
|
659
|
+
"direction": "vertical",
|
|
660
660
|
"type": "stack",
|
|
661
661
|
"children": [
|
|
662
662
|
{
|
|
663
|
+
"gap": "md",
|
|
663
664
|
"type": "stack",
|
|
664
665
|
"children": [
|
|
665
666
|
{
|
|
666
|
-
"
|
|
667
|
-
"
|
|
667
|
+
"name": "database",
|
|
668
|
+
"type": "icon"
|
|
668
669
|
},
|
|
669
670
|
{
|
|
670
671
|
"variant": "h2",
|
|
671
|
-
"
|
|
672
|
-
"
|
|
672
|
+
"content": "Redis Cache",
|
|
673
|
+
"type": "typography"
|
|
673
674
|
}
|
|
674
675
|
],
|
|
675
676
|
"align": "center",
|
|
676
|
-
"direction": "horizontal"
|
|
677
|
-
"gap": "md"
|
|
677
|
+
"direction": "horizontal"
|
|
678
678
|
},
|
|
679
679
|
{
|
|
680
680
|
"type": "divider"
|
|
681
681
|
},
|
|
682
682
|
{
|
|
683
|
-
"type": "stack",
|
|
684
|
-
"gap": "md",
|
|
685
683
|
"direction": "vertical",
|
|
684
|
+
"type": "stack",
|
|
686
685
|
"children": [
|
|
687
686
|
{
|
|
688
687
|
"type": "input",
|
|
@@ -693,43 +692,44 @@
|
|
|
693
692
|
"type": "input"
|
|
694
693
|
},
|
|
695
694
|
{
|
|
695
|
+
"inputType": "number",
|
|
696
696
|
"placeholder": "3600",
|
|
697
|
-
"type": "input"
|
|
698
|
-
"inputType": "number"
|
|
697
|
+
"type": "input"
|
|
699
698
|
}
|
|
700
|
-
]
|
|
699
|
+
],
|
|
700
|
+
"gap": "md"
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
703
|
"children": [
|
|
704
704
|
{
|
|
705
|
+
"type": "button",
|
|
706
|
+
"variant": "primary",
|
|
705
707
|
"label": "Get",
|
|
706
708
|
"action": "GET_KEY",
|
|
707
|
-
"
|
|
708
|
-
"icon": "download",
|
|
709
|
-
"variant": "primary"
|
|
709
|
+
"icon": "download"
|
|
710
710
|
},
|
|
711
711
|
{
|
|
712
|
-
"icon": "upload",
|
|
713
712
|
"type": "button",
|
|
714
|
-
"
|
|
713
|
+
"icon": "upload",
|
|
714
|
+
"variant": "primary",
|
|
715
715
|
"action": "SET_KEY",
|
|
716
|
-
"
|
|
716
|
+
"label": "Set"
|
|
717
717
|
},
|
|
718
718
|
{
|
|
719
719
|
"label": "Delete",
|
|
720
|
-
"type": "button",
|
|
721
|
-
"action": "DELETE_KEY",
|
|
722
720
|
"variant": "danger",
|
|
723
|
-
"
|
|
721
|
+
"type": "button",
|
|
722
|
+
"icon": "trash-2",
|
|
723
|
+
"action": "DELETE_KEY"
|
|
724
724
|
}
|
|
725
725
|
],
|
|
726
|
-
"type": "stack",
|
|
727
|
-
"direction": "horizontal",
|
|
728
726
|
"gap": "sm",
|
|
729
|
-
"
|
|
727
|
+
"type": "stack",
|
|
728
|
+
"justify": "center",
|
|
729
|
+
"direction": "horizontal"
|
|
730
730
|
}
|
|
731
731
|
],
|
|
732
|
-
"
|
|
732
|
+
"gap": "lg",
|
|
733
733
|
"align": "center"
|
|
734
734
|
}
|
|
735
735
|
]
|
|
@@ -753,4 +753,4 @@
|
|
|
753
753
|
]
|
|
754
754
|
}
|
|
755
755
|
]
|
|
756
|
-
}
|
|
756
|
+
}
|