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