@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
|
@@ -318,21 +318,22 @@
|
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
320
|
"gap": "lg",
|
|
321
|
+
"type": "stack",
|
|
321
322
|
"children": [
|
|
322
323
|
{
|
|
324
|
+
"gap": "sm",
|
|
323
325
|
"children": [
|
|
324
326
|
{
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
+
"name": "graduation-cap",
|
|
328
|
+
"type": "icon"
|
|
327
329
|
},
|
|
328
330
|
{
|
|
329
|
-
"variant": "h2",
|
|
330
331
|
"type": "typography",
|
|
331
|
-
"content": "Outcome Learner"
|
|
332
|
+
"content": "Outcome Learner",
|
|
333
|
+
"variant": "h2"
|
|
332
334
|
}
|
|
333
335
|
],
|
|
334
336
|
"type": "stack",
|
|
335
|
-
"gap": "sm",
|
|
336
337
|
"direction": "horizontal",
|
|
337
338
|
"align": "center"
|
|
338
339
|
},
|
|
@@ -340,28 +341,28 @@
|
|
|
340
341
|
"type": "divider"
|
|
341
342
|
},
|
|
342
343
|
{
|
|
344
|
+
"cols": 3.0,
|
|
343
345
|
"children": [
|
|
344
346
|
{
|
|
345
|
-
"
|
|
347
|
+
"icon": "check-circle",
|
|
346
348
|
"value": "@entity.totalSuccesses",
|
|
347
349
|
"label": "Successes",
|
|
348
|
-
"
|
|
350
|
+
"type": "stat-display"
|
|
349
351
|
},
|
|
350
352
|
{
|
|
353
|
+
"type": "stat-display",
|
|
351
354
|
"icon": "x-circle",
|
|
352
355
|
"value": "@entity.totalFailures",
|
|
353
|
-
"label": "Failures"
|
|
354
|
-
"type": "stat-display"
|
|
356
|
+
"label": "Failures"
|
|
355
357
|
},
|
|
356
358
|
{
|
|
357
359
|
"label": "Current Provider",
|
|
360
|
+
"icon": "cpu",
|
|
358
361
|
"value": "@entity.provider",
|
|
359
|
-
"type": "stat-display"
|
|
360
|
-
"icon": "cpu"
|
|
362
|
+
"type": "stat-display"
|
|
361
363
|
}
|
|
362
364
|
],
|
|
363
|
-
"type": "simple-grid"
|
|
364
|
-
"cols": 3.0
|
|
365
|
+
"type": "simple-grid"
|
|
365
366
|
},
|
|
366
367
|
{
|
|
367
368
|
"type": "divider"
|
|
@@ -369,30 +370,31 @@
|
|
|
369
370
|
{
|
|
370
371
|
"children": [
|
|
371
372
|
{
|
|
373
|
+
"gap": "md",
|
|
374
|
+
"direction": "vertical",
|
|
372
375
|
"children": [
|
|
373
376
|
{
|
|
374
|
-
"type": "typography",
|
|
375
377
|
"content": "Listening for task outcomes...",
|
|
378
|
+
"type": "typography",
|
|
376
379
|
"variant": "body"
|
|
377
380
|
},
|
|
378
381
|
{
|
|
379
|
-
"
|
|
382
|
+
"variant": "caption",
|
|
380
383
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
381
|
-
"
|
|
384
|
+
"type": "typography"
|
|
382
385
|
}
|
|
383
386
|
],
|
|
384
|
-
"direction": "vertical",
|
|
385
|
-
"gap": "md",
|
|
386
387
|
"type": "stack"
|
|
387
388
|
}
|
|
388
389
|
],
|
|
389
390
|
"type": "card"
|
|
390
391
|
},
|
|
391
392
|
{
|
|
392
|
-
"type": "card",
|
|
393
393
|
"children": [
|
|
394
394
|
{
|
|
395
395
|
"gap": "sm",
|
|
396
|
+
"direction": "vertical",
|
|
397
|
+
"type": "stack",
|
|
396
398
|
"children": [
|
|
397
399
|
{
|
|
398
400
|
"type": "typography",
|
|
@@ -401,27 +403,25 @@
|
|
|
401
403
|
},
|
|
402
404
|
{
|
|
403
405
|
"content": "@entity.outcome",
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
+
"type": "typography",
|
|
407
|
+
"variant": "body"
|
|
406
408
|
},
|
|
407
409
|
{
|
|
408
|
-
"
|
|
410
|
+
"type": "typography",
|
|
409
411
|
"content": "Impact Analysis",
|
|
410
|
-
"
|
|
412
|
+
"variant": "caption"
|
|
411
413
|
},
|
|
412
414
|
{
|
|
415
|
+
"content": "@entity.impact",
|
|
413
416
|
"variant": "body",
|
|
414
|
-
"type": "typography"
|
|
415
|
-
"content": "@entity.impact"
|
|
417
|
+
"type": "typography"
|
|
416
418
|
}
|
|
417
|
-
]
|
|
418
|
-
"type": "stack",
|
|
419
|
-
"direction": "vertical"
|
|
419
|
+
]
|
|
420
420
|
}
|
|
421
|
-
]
|
|
421
|
+
],
|
|
422
|
+
"type": "card"
|
|
422
423
|
}
|
|
423
424
|
],
|
|
424
|
-
"type": "stack",
|
|
425
425
|
"direction": "vertical"
|
|
426
426
|
}
|
|
427
427
|
]
|
|
@@ -479,13 +479,14 @@
|
|
|
479
479
|
"render-ui",
|
|
480
480
|
"main",
|
|
481
481
|
{
|
|
482
|
-
"direction": "vertical",
|
|
483
482
|
"type": "stack",
|
|
484
483
|
"align": "center",
|
|
484
|
+
"gap": "lg",
|
|
485
|
+
"direction": "vertical",
|
|
485
486
|
"children": [
|
|
486
487
|
{
|
|
487
|
-
"
|
|
488
|
-
"
|
|
488
|
+
"name": "save",
|
|
489
|
+
"type": "icon"
|
|
489
490
|
},
|
|
490
491
|
{
|
|
491
492
|
"variant": "h3",
|
|
@@ -499,8 +500,7 @@
|
|
|
499
500
|
"label": "@entity.outcome",
|
|
500
501
|
"type": "badge"
|
|
501
502
|
}
|
|
502
|
-
]
|
|
503
|
-
"gap": "lg"
|
|
503
|
+
]
|
|
504
504
|
}
|
|
505
505
|
]
|
|
506
506
|
]
|
|
@@ -561,28 +561,28 @@
|
|
|
561
561
|
"render-ui",
|
|
562
562
|
"main",
|
|
563
563
|
{
|
|
564
|
-
"type": "stack",
|
|
565
564
|
"align": "center",
|
|
565
|
+
"direction": "vertical",
|
|
566
566
|
"children": [
|
|
567
567
|
{
|
|
568
568
|
"type": "icon",
|
|
569
569
|
"name": "save"
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
|
+
"type": "typography",
|
|
572
573
|
"variant": "h3",
|
|
573
|
-
"content": "Recording outcome..."
|
|
574
|
-
"type": "typography"
|
|
574
|
+
"content": "Recording outcome..."
|
|
575
575
|
},
|
|
576
576
|
{
|
|
577
577
|
"type": "spinner"
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
|
-
"
|
|
581
|
-
"
|
|
580
|
+
"label": "@entity.outcome",
|
|
581
|
+
"type": "badge"
|
|
582
582
|
}
|
|
583
583
|
],
|
|
584
|
-
"
|
|
585
|
-
"
|
|
584
|
+
"gap": "lg",
|
|
585
|
+
"type": "stack"
|
|
586
586
|
}
|
|
587
587
|
]
|
|
588
588
|
]
|
|
@@ -603,85 +603,83 @@
|
|
|
603
603
|
"render-ui",
|
|
604
604
|
"main",
|
|
605
605
|
{
|
|
606
|
+
"gap": "lg",
|
|
606
607
|
"type": "stack",
|
|
607
608
|
"direction": "vertical",
|
|
608
|
-
"gap": "lg",
|
|
609
609
|
"children": [
|
|
610
610
|
{
|
|
611
611
|
"type": "stack",
|
|
612
|
-
"
|
|
612
|
+
"gap": "sm",
|
|
613
|
+
"align": "center",
|
|
613
614
|
"children": [
|
|
614
615
|
{
|
|
615
|
-
"
|
|
616
|
-
"
|
|
616
|
+
"type": "icon",
|
|
617
|
+
"name": "graduation-cap"
|
|
617
618
|
},
|
|
618
619
|
{
|
|
619
|
-
"content": "Outcome Learner",
|
|
620
620
|
"type": "typography",
|
|
621
|
+
"content": "Outcome Learner",
|
|
621
622
|
"variant": "h2"
|
|
622
623
|
}
|
|
623
624
|
],
|
|
624
|
-
"
|
|
625
|
-
"gap": "sm"
|
|
625
|
+
"direction": "horizontal"
|
|
626
626
|
},
|
|
627
627
|
{
|
|
628
628
|
"type": "divider"
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
|
-
"type": "simple-grid",
|
|
632
|
-
"cols": 3.0,
|
|
633
631
|
"children": [
|
|
634
632
|
{
|
|
635
|
-
"icon": "check-circle",
|
|
636
|
-
"type": "stat-display",
|
|
637
633
|
"label": "Successes",
|
|
638
|
-
"
|
|
634
|
+
"type": "stat-display",
|
|
635
|
+
"value": "@entity.totalSuccesses",
|
|
636
|
+
"icon": "check-circle"
|
|
639
637
|
},
|
|
640
638
|
{
|
|
641
|
-
"
|
|
639
|
+
"icon": "x-circle",
|
|
642
640
|
"label": "Failures",
|
|
643
641
|
"value": "@entity.totalFailures",
|
|
644
|
-
"
|
|
642
|
+
"type": "stat-display"
|
|
645
643
|
},
|
|
646
644
|
{
|
|
647
|
-
"label": "Current Provider",
|
|
648
645
|
"icon": "cpu",
|
|
649
646
|
"value": "@entity.provider",
|
|
647
|
+
"label": "Current Provider",
|
|
650
648
|
"type": "stat-display"
|
|
651
649
|
}
|
|
652
|
-
]
|
|
650
|
+
],
|
|
651
|
+
"type": "simple-grid",
|
|
652
|
+
"cols": 3.0
|
|
653
653
|
},
|
|
654
654
|
{
|
|
655
655
|
"type": "divider"
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
|
+
"type": "card",
|
|
658
659
|
"children": [
|
|
659
660
|
{
|
|
660
|
-
"direction": "vertical",
|
|
661
|
-
"gap": "md",
|
|
662
661
|
"type": "stack",
|
|
662
|
+
"direction": "vertical",
|
|
663
663
|
"children": [
|
|
664
664
|
{
|
|
665
|
+
"content": "Listening for task outcomes...",
|
|
665
666
|
"type": "typography",
|
|
666
|
-
"variant": "body"
|
|
667
|
-
"content": "Listening for task outcomes..."
|
|
667
|
+
"variant": "body"
|
|
668
668
|
},
|
|
669
669
|
{
|
|
670
|
-
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
671
670
|
"variant": "caption",
|
|
672
|
-
"type": "typography"
|
|
671
|
+
"type": "typography",
|
|
672
|
+
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
673
673
|
}
|
|
674
|
-
]
|
|
674
|
+
],
|
|
675
|
+
"gap": "md"
|
|
675
676
|
}
|
|
676
|
-
]
|
|
677
|
-
"type": "card"
|
|
677
|
+
]
|
|
678
678
|
},
|
|
679
679
|
{
|
|
680
|
-
"type": "card",
|
|
681
680
|
"children": [
|
|
682
681
|
{
|
|
683
682
|
"type": "stack",
|
|
684
|
-
"direction": "vertical",
|
|
685
683
|
"children": [
|
|
686
684
|
{
|
|
687
685
|
"variant": "caption",
|
|
@@ -689,24 +687,26 @@
|
|
|
689
687
|
"content": "Last Outcome"
|
|
690
688
|
},
|
|
691
689
|
{
|
|
690
|
+
"variant": "body",
|
|
692
691
|
"content": "@entity.outcome",
|
|
693
|
-
"type": "typography"
|
|
694
|
-
"variant": "body"
|
|
692
|
+
"type": "typography"
|
|
695
693
|
},
|
|
696
694
|
{
|
|
697
|
-
"type": "typography",
|
|
698
695
|
"variant": "caption",
|
|
699
|
-
"content": "Impact Analysis"
|
|
696
|
+
"content": "Impact Analysis",
|
|
697
|
+
"type": "typography"
|
|
700
698
|
},
|
|
701
699
|
{
|
|
702
|
-
"
|
|
700
|
+
"variant": "body",
|
|
703
701
|
"type": "typography",
|
|
704
|
-
"
|
|
702
|
+
"content": "@entity.impact"
|
|
705
703
|
}
|
|
706
704
|
],
|
|
707
|
-
"gap": "sm"
|
|
705
|
+
"gap": "sm",
|
|
706
|
+
"direction": "vertical"
|
|
708
707
|
}
|
|
709
|
-
]
|
|
708
|
+
],
|
|
709
|
+
"type": "card"
|
|
710
710
|
}
|
|
711
711
|
]
|
|
712
712
|
}
|
|
@@ -786,39 +786,39 @@
|
|
|
786
786
|
"render-ui",
|
|
787
787
|
"main",
|
|
788
788
|
{
|
|
789
|
-
"
|
|
790
|
-
"type": "stack",
|
|
789
|
+
"direction": "vertical",
|
|
791
790
|
"children": [
|
|
792
791
|
{
|
|
793
792
|
"name": "cpu",
|
|
794
793
|
"type": "icon"
|
|
795
794
|
},
|
|
796
795
|
{
|
|
797
|
-
"variant": "h3",
|
|
798
796
|
"type": "typography",
|
|
799
|
-
"content": "Analyzing impact..."
|
|
797
|
+
"content": "Analyzing impact...",
|
|
798
|
+
"variant": "h3"
|
|
800
799
|
},
|
|
801
800
|
{
|
|
802
801
|
"type": "spinner"
|
|
803
802
|
},
|
|
804
803
|
{
|
|
805
|
-
"gap": "md",
|
|
806
804
|
"direction": "horizontal",
|
|
807
|
-
"
|
|
805
|
+
"justify": "center",
|
|
806
|
+
"gap": "md",
|
|
808
807
|
"children": [
|
|
809
808
|
{
|
|
810
809
|
"type": "badge",
|
|
811
810
|
"label": "@entity.category"
|
|
812
811
|
},
|
|
813
812
|
{
|
|
814
|
-
"
|
|
815
|
-
"
|
|
813
|
+
"type": "badge",
|
|
814
|
+
"label": "@entity.isSuccess"
|
|
816
815
|
}
|
|
817
816
|
],
|
|
818
|
-
"
|
|
817
|
+
"type": "stack"
|
|
819
818
|
}
|
|
820
819
|
],
|
|
821
|
-
"
|
|
820
|
+
"gap": "lg",
|
|
821
|
+
"type": "stack",
|
|
822
822
|
"align": "center"
|
|
823
823
|
}
|
|
824
824
|
]
|
|
@@ -843,49 +843,51 @@
|
|
|
843
843
|
"render-ui",
|
|
844
844
|
"main",
|
|
845
845
|
{
|
|
846
|
+
"direction": "vertical",
|
|
847
|
+
"gap": "lg",
|
|
846
848
|
"children": [
|
|
847
849
|
{
|
|
848
850
|
"type": "stack",
|
|
849
851
|
"align": "center",
|
|
850
852
|
"direction": "horizontal",
|
|
851
|
-
"gap": "sm",
|
|
852
853
|
"children": [
|
|
853
854
|
{
|
|
854
|
-
"
|
|
855
|
-
"
|
|
855
|
+
"name": "graduation-cap",
|
|
856
|
+
"type": "icon"
|
|
856
857
|
},
|
|
857
858
|
{
|
|
858
|
-
"content": "Outcome Learner",
|
|
859
859
|
"type": "typography",
|
|
860
|
+
"content": "Outcome Learner",
|
|
860
861
|
"variant": "h2"
|
|
861
862
|
}
|
|
862
|
-
]
|
|
863
|
+
],
|
|
864
|
+
"gap": "sm"
|
|
863
865
|
},
|
|
864
866
|
{
|
|
865
867
|
"type": "divider"
|
|
866
868
|
},
|
|
867
869
|
{
|
|
868
|
-
"type": "simple-grid",
|
|
869
870
|
"children": [
|
|
870
871
|
{
|
|
872
|
+
"type": "stat-display",
|
|
871
873
|
"label": "Successes",
|
|
872
874
|
"value": "@entity.totalSuccesses",
|
|
873
|
-
"icon": "check-circle"
|
|
874
|
-
"type": "stat-display"
|
|
875
|
+
"icon": "check-circle"
|
|
875
876
|
},
|
|
876
877
|
{
|
|
878
|
+
"icon": "x-circle",
|
|
877
879
|
"value": "@entity.totalFailures",
|
|
878
|
-
"label": "Failures",
|
|
879
880
|
"type": "stat-display",
|
|
880
|
-
"
|
|
881
|
+
"label": "Failures"
|
|
881
882
|
},
|
|
882
883
|
{
|
|
883
|
-
"type": "stat-display",
|
|
884
|
-
"icon": "cpu",
|
|
885
884
|
"value": "@entity.provider",
|
|
886
|
-
"
|
|
885
|
+
"type": "stat-display",
|
|
886
|
+
"label": "Current Provider",
|
|
887
|
+
"icon": "cpu"
|
|
887
888
|
}
|
|
888
889
|
],
|
|
890
|
+
"type": "simple-grid",
|
|
889
891
|
"cols": 3.0
|
|
890
892
|
},
|
|
891
893
|
{
|
|
@@ -895,12 +897,12 @@
|
|
|
895
897
|
"children": [
|
|
896
898
|
{
|
|
897
899
|
"direction": "vertical",
|
|
898
|
-
"
|
|
900
|
+
"type": "stack",
|
|
899
901
|
"children": [
|
|
900
902
|
{
|
|
901
903
|
"type": "typography",
|
|
902
|
-
"
|
|
903
|
-
"
|
|
904
|
+
"variant": "body",
|
|
905
|
+
"content": "Listening for task outcomes..."
|
|
904
906
|
},
|
|
905
907
|
{
|
|
906
908
|
"type": "typography",
|
|
@@ -908,47 +910,45 @@
|
|
|
908
910
|
"variant": "caption"
|
|
909
911
|
}
|
|
910
912
|
],
|
|
911
|
-
"
|
|
913
|
+
"gap": "md"
|
|
912
914
|
}
|
|
913
915
|
],
|
|
914
916
|
"type": "card"
|
|
915
917
|
},
|
|
916
918
|
{
|
|
919
|
+
"type": "card",
|
|
917
920
|
"children": [
|
|
918
921
|
{
|
|
922
|
+
"gap": "sm",
|
|
923
|
+
"direction": "vertical",
|
|
924
|
+
"type": "stack",
|
|
919
925
|
"children": [
|
|
920
926
|
{
|
|
927
|
+
"variant": "caption",
|
|
921
928
|
"content": "Last Outcome",
|
|
922
|
-
"type": "typography"
|
|
923
|
-
"variant": "caption"
|
|
929
|
+
"type": "typography"
|
|
924
930
|
},
|
|
925
931
|
{
|
|
926
|
-
"
|
|
932
|
+
"content": "@entity.outcome",
|
|
927
933
|
"type": "typography",
|
|
928
|
-
"
|
|
934
|
+
"variant": "body"
|
|
929
935
|
},
|
|
930
936
|
{
|
|
931
|
-
"variant": "caption",
|
|
932
937
|
"type": "typography",
|
|
933
|
-
"content": "Impact Analysis"
|
|
938
|
+
"content": "Impact Analysis",
|
|
939
|
+
"variant": "caption"
|
|
934
940
|
},
|
|
935
941
|
{
|
|
936
|
-
"
|
|
942
|
+
"variant": "body",
|
|
937
943
|
"content": "@entity.impact",
|
|
938
|
-
"
|
|
944
|
+
"type": "typography"
|
|
939
945
|
}
|
|
940
|
-
]
|
|
941
|
-
"type": "stack",
|
|
942
|
-
"direction": "vertical",
|
|
943
|
-
"gap": "sm"
|
|
946
|
+
]
|
|
944
947
|
}
|
|
945
|
-
]
|
|
946
|
-
"type": "card"
|
|
948
|
+
]
|
|
947
949
|
}
|
|
948
950
|
],
|
|
949
|
-
"
|
|
950
|
-
"type": "stack",
|
|
951
|
-
"gap": "lg"
|
|
951
|
+
"type": "stack"
|
|
952
952
|
}
|
|
953
953
|
]
|
|
954
954
|
]
|
|
@@ -979,91 +979,93 @@
|
|
|
979
979
|
"render-ui",
|
|
980
980
|
"main",
|
|
981
981
|
{
|
|
982
|
+
"gap": "lg",
|
|
983
|
+
"direction": "vertical",
|
|
984
|
+
"type": "stack",
|
|
982
985
|
"children": [
|
|
983
986
|
{
|
|
984
987
|
"direction": "horizontal",
|
|
985
|
-
"gap": "sm",
|
|
986
|
-
"type": "stack",
|
|
987
|
-
"align": "center",
|
|
988
988
|
"children": [
|
|
989
989
|
{
|
|
990
990
|
"type": "icon",
|
|
991
991
|
"name": "graduation-cap"
|
|
992
992
|
},
|
|
993
993
|
{
|
|
994
|
-
"type": "typography",
|
|
995
994
|
"content": "Outcome Learner",
|
|
996
|
-
"variant": "h2"
|
|
995
|
+
"variant": "h2",
|
|
996
|
+
"type": "typography"
|
|
997
997
|
}
|
|
998
|
-
]
|
|
998
|
+
],
|
|
999
|
+
"gap": "sm",
|
|
1000
|
+
"type": "stack",
|
|
1001
|
+
"align": "center"
|
|
999
1002
|
},
|
|
1000
1003
|
{
|
|
1001
1004
|
"type": "divider"
|
|
1002
1005
|
},
|
|
1003
1006
|
{
|
|
1007
|
+
"cols": 3.0,
|
|
1004
1008
|
"children": [
|
|
1005
1009
|
{
|
|
1006
|
-
"type": "stat-display",
|
|
1007
|
-
"value": "@entity.totalSuccesses",
|
|
1008
1010
|
"label": "Successes",
|
|
1009
|
-
"icon": "check-circle"
|
|
1011
|
+
"icon": "check-circle",
|
|
1012
|
+
"type": "stat-display",
|
|
1013
|
+
"value": "@entity.totalSuccesses"
|
|
1010
1014
|
},
|
|
1011
1015
|
{
|
|
1012
1016
|
"label": "Failures",
|
|
1013
1017
|
"type": "stat-display",
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1018
|
+
"icon": "x-circle",
|
|
1019
|
+
"value": "@entity.totalFailures"
|
|
1016
1020
|
},
|
|
1017
1021
|
{
|
|
1018
|
-
"icon": "cpu",
|
|
1019
1022
|
"label": "Current Provider",
|
|
1023
|
+
"type": "stat-display",
|
|
1020
1024
|
"value": "@entity.provider",
|
|
1021
|
-
"
|
|
1025
|
+
"icon": "cpu"
|
|
1022
1026
|
}
|
|
1023
1027
|
],
|
|
1024
|
-
"type": "simple-grid"
|
|
1025
|
-
"cols": 3.0
|
|
1028
|
+
"type": "simple-grid"
|
|
1026
1029
|
},
|
|
1027
1030
|
{
|
|
1028
1031
|
"type": "divider"
|
|
1029
1032
|
},
|
|
1030
1033
|
{
|
|
1031
|
-
"type": "card",
|
|
1032
1034
|
"children": [
|
|
1033
1035
|
{
|
|
1034
|
-
"direction": "vertical",
|
|
1035
1036
|
"gap": "md",
|
|
1036
1037
|
"children": [
|
|
1037
1038
|
{
|
|
1038
|
-
"
|
|
1039
|
+
"content": "Listening for task outcomes...",
|
|
1039
1040
|
"variant": "body",
|
|
1040
|
-
"
|
|
1041
|
+
"type": "typography"
|
|
1041
1042
|
},
|
|
1042
1043
|
{
|
|
1044
|
+
"type": "typography",
|
|
1043
1045
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
1044
|
-
"variant": "caption"
|
|
1045
|
-
"type": "typography"
|
|
1046
|
+
"variant": "caption"
|
|
1046
1047
|
}
|
|
1047
1048
|
],
|
|
1048
|
-
"type": "stack"
|
|
1049
|
+
"type": "stack",
|
|
1050
|
+
"direction": "vertical"
|
|
1049
1051
|
}
|
|
1050
|
-
]
|
|
1052
|
+
],
|
|
1053
|
+
"type": "card"
|
|
1051
1054
|
},
|
|
1052
1055
|
{
|
|
1053
|
-
"type": "card",
|
|
1054
1056
|
"children": [
|
|
1055
1057
|
{
|
|
1056
|
-
"
|
|
1058
|
+
"type": "stack",
|
|
1057
1059
|
"children": [
|
|
1058
1060
|
{
|
|
1059
|
-
"variant": "caption",
|
|
1060
1061
|
"type": "typography",
|
|
1061
|
-
"content": "Last Outcome"
|
|
1062
|
+
"content": "Last Outcome",
|
|
1063
|
+
"variant": "caption"
|
|
1062
1064
|
},
|
|
1063
1065
|
{
|
|
1064
|
-
"variant": "body",
|
|
1065
1066
|
"type": "typography",
|
|
1066
|
-
"content": "@entity.outcome"
|
|
1067
|
+
"content": "@entity.outcome",
|
|
1068
|
+
"variant": "body"
|
|
1067
1069
|
},
|
|
1068
1070
|
{
|
|
1069
1071
|
"variant": "caption",
|
|
@@ -1076,15 +1078,13 @@
|
|
|
1076
1078
|
"type": "typography"
|
|
1077
1079
|
}
|
|
1078
1080
|
],
|
|
1079
|
-
"
|
|
1081
|
+
"direction": "vertical",
|
|
1080
1082
|
"gap": "sm"
|
|
1081
1083
|
}
|
|
1082
|
-
]
|
|
1084
|
+
],
|
|
1085
|
+
"type": "card"
|
|
1083
1086
|
}
|
|
1084
|
-
]
|
|
1085
|
-
"gap": "lg",
|
|
1086
|
-
"direction": "vertical",
|
|
1087
|
-
"type": "stack"
|
|
1087
|
+
]
|
|
1088
1088
|
}
|
|
1089
1089
|
]
|
|
1090
1090
|
]
|
|
@@ -1108,28 +1108,31 @@
|
|
|
1108
1108
|
"render-ui",
|
|
1109
1109
|
"main",
|
|
1110
1110
|
{
|
|
1111
|
+
"type": "stack",
|
|
1112
|
+
"direction": "vertical",
|
|
1111
1113
|
"children": [
|
|
1112
1114
|
{
|
|
1113
|
-
"
|
|
1115
|
+
"align": "center",
|
|
1114
1116
|
"children": [
|
|
1115
1117
|
{
|
|
1116
1118
|
"type": "icon",
|
|
1117
1119
|
"name": "graduation-cap"
|
|
1118
1120
|
},
|
|
1119
1121
|
{
|
|
1120
|
-
"type": "typography",
|
|
1121
1122
|
"variant": "h2",
|
|
1123
|
+
"type": "typography",
|
|
1122
1124
|
"content": "Outcome Learner"
|
|
1123
1125
|
}
|
|
1124
1126
|
],
|
|
1125
1127
|
"type": "stack",
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1128
|
+
"direction": "horizontal",
|
|
1129
|
+
"gap": "sm"
|
|
1128
1130
|
},
|
|
1129
1131
|
{
|
|
1130
1132
|
"type": "divider"
|
|
1131
1133
|
},
|
|
1132
1134
|
{
|
|
1135
|
+
"type": "simple-grid",
|
|
1133
1136
|
"children": [
|
|
1134
1137
|
{
|
|
1135
1138
|
"value": "@entity.totalSuccesses",
|
|
@@ -1138,20 +1141,19 @@
|
|
|
1138
1141
|
"label": "Successes"
|
|
1139
1142
|
},
|
|
1140
1143
|
{
|
|
1141
|
-
"
|
|
1142
|
-
"value": "@entity.totalFailures",
|
|
1144
|
+
"label": "Failures",
|
|
1143
1145
|
"type": "stat-display",
|
|
1144
|
-
"
|
|
1146
|
+
"value": "@entity.totalFailures",
|
|
1147
|
+
"icon": "x-circle"
|
|
1145
1148
|
},
|
|
1146
1149
|
{
|
|
1147
1150
|
"type": "stat-display",
|
|
1148
|
-
"
|
|
1151
|
+
"label": "Current Provider",
|
|
1149
1152
|
"value": "@entity.provider",
|
|
1150
|
-
"
|
|
1153
|
+
"icon": "cpu"
|
|
1151
1154
|
}
|
|
1152
1155
|
],
|
|
1153
|
-
"cols": 3.0
|
|
1154
|
-
"type": "simple-grid"
|
|
1156
|
+
"cols": 3.0
|
|
1155
1157
|
},
|
|
1156
1158
|
{
|
|
1157
1159
|
"type": "divider"
|
|
@@ -1159,21 +1161,21 @@
|
|
|
1159
1161
|
{
|
|
1160
1162
|
"children": [
|
|
1161
1163
|
{
|
|
1162
|
-
"
|
|
1164
|
+
"type": "stack",
|
|
1165
|
+
"direction": "vertical",
|
|
1163
1166
|
"children": [
|
|
1164
1167
|
{
|
|
1168
|
+
"type": "typography",
|
|
1165
1169
|
"content": "Listening for task outcomes...",
|
|
1166
|
-
"variant": "body"
|
|
1167
|
-
"type": "typography"
|
|
1170
|
+
"variant": "body"
|
|
1168
1171
|
},
|
|
1169
1172
|
{
|
|
1173
|
+
"variant": "caption",
|
|
1170
1174
|
"type": "typography",
|
|
1171
|
-
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
1172
|
-
"variant": "caption"
|
|
1175
|
+
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
1173
1176
|
}
|
|
1174
1177
|
],
|
|
1175
|
-
"
|
|
1176
|
-
"direction": "vertical"
|
|
1178
|
+
"gap": "md"
|
|
1177
1179
|
}
|
|
1178
1180
|
],
|
|
1179
1181
|
"type": "card"
|
|
@@ -1182,13 +1184,13 @@
|
|
|
1182
1184
|
"type": "card",
|
|
1183
1185
|
"children": [
|
|
1184
1186
|
{
|
|
1187
|
+
"gap": "sm",
|
|
1185
1188
|
"type": "stack",
|
|
1186
|
-
"direction": "vertical",
|
|
1187
1189
|
"children": [
|
|
1188
1190
|
{
|
|
1191
|
+
"type": "typography",
|
|
1189
1192
|
"content": "Last Outcome",
|
|
1190
|
-
"variant": "caption"
|
|
1191
|
-
"type": "typography"
|
|
1193
|
+
"variant": "caption"
|
|
1192
1194
|
},
|
|
1193
1195
|
{
|
|
1194
1196
|
"variant": "body",
|
|
@@ -1196,24 +1198,22 @@
|
|
|
1196
1198
|
"content": "@entity.outcome"
|
|
1197
1199
|
},
|
|
1198
1200
|
{
|
|
1199
|
-
"
|
|
1201
|
+
"type": "typography",
|
|
1200
1202
|
"variant": "caption",
|
|
1201
|
-
"
|
|
1203
|
+
"content": "Impact Analysis"
|
|
1202
1204
|
},
|
|
1203
1205
|
{
|
|
1204
|
-
"
|
|
1206
|
+
"type": "typography",
|
|
1205
1207
|
"content": "@entity.impact",
|
|
1206
|
-
"
|
|
1208
|
+
"variant": "body"
|
|
1207
1209
|
}
|
|
1208
1210
|
],
|
|
1209
|
-
"
|
|
1211
|
+
"direction": "vertical"
|
|
1210
1212
|
}
|
|
1211
1213
|
]
|
|
1212
1214
|
}
|
|
1213
1215
|
],
|
|
1214
|
-
"gap": "lg"
|
|
1215
|
-
"type": "stack",
|
|
1216
|
-
"direction": "vertical"
|
|
1216
|
+
"gap": "lg"
|
|
1217
1217
|
}
|
|
1218
1218
|
]
|
|
1219
1219
|
]
|
|
@@ -1271,4 +1271,4 @@
|
|
|
1271
1271
|
]
|
|
1272
1272
|
}
|
|
1273
1273
|
]
|
|
1274
|
-
}
|
|
1274
|
+
}
|