@almadar/std 14.5.1 → 14.6.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/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-realtime-chat",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Realtime chat: channels, messages, and online presence. Pick for Slack-style team messaging.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "ChatMessageOrbital",
|
|
@@ -46,32 +46,32 @@
|
|
|
46
46
|
"ref": "AppShell.traits.AppLayout",
|
|
47
47
|
"name": "ChatAppLayout",
|
|
48
48
|
"config": {
|
|
49
|
+
"appName": "Realtime Chat",
|
|
49
50
|
"notifications": [],
|
|
50
51
|
"notificationClickEvent": "CHAT_NOTIFICATIONS_OPEN",
|
|
51
52
|
"contentTrait": "@trait.ChatMessageBrowse",
|
|
52
|
-
"appName": "Realtime Chat",
|
|
53
53
|
"navItems": [
|
|
54
54
|
{
|
|
55
|
-
"
|
|
55
|
+
"icon": "layout-list",
|
|
56
56
|
"href": "/chat",
|
|
57
|
-
"
|
|
57
|
+
"label": "Chat"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"label": "Channels",
|
|
61
60
|
"href": "/channels",
|
|
62
|
-
"icon": "hash"
|
|
61
|
+
"icon": "hash",
|
|
62
|
+
"label": "Channels"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"href": "/online",
|
|
66
65
|
"label": "Online",
|
|
66
|
+
"href": "/online",
|
|
67
67
|
"icon": "layout-list"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"searchEvent": "CHAT_SEARCH"
|
|
71
71
|
},
|
|
72
72
|
"events": {
|
|
73
|
-
"
|
|
74
|
-
"
|
|
73
|
+
"SEARCH": "CHAT_SEARCH",
|
|
74
|
+
"NOTIFY_CLICK": "CHAT_NOTIFICATIONS_OPEN"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
{
|
|
@@ -447,8 +447,8 @@
|
|
|
447
447
|
"ChatMessage",
|
|
448
448
|
{
|
|
449
449
|
"emit": {
|
|
450
|
-
"
|
|
451
|
-
"
|
|
450
|
+
"failure": "ChatMessageLoadFailed",
|
|
451
|
+
"success": "ChatMessageLoaded"
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
454
|
],
|
|
@@ -456,22 +456,22 @@
|
|
|
456
456
|
"render-ui",
|
|
457
457
|
"main",
|
|
458
458
|
{
|
|
459
|
+
"align": "center",
|
|
459
460
|
"className": "py-12",
|
|
460
|
-
"type": "stack",
|
|
461
|
-
"direction": "vertical",
|
|
462
461
|
"children": [
|
|
463
462
|
{
|
|
464
463
|
"type": "spinner"
|
|
465
464
|
},
|
|
466
465
|
{
|
|
467
466
|
"color": "muted",
|
|
467
|
+
"content": "Loading…",
|
|
468
468
|
"type": "typography",
|
|
469
|
-
"variant": "caption"
|
|
470
|
-
"content": "Loading…"
|
|
469
|
+
"variant": "caption"
|
|
471
470
|
}
|
|
472
471
|
],
|
|
473
|
-
"
|
|
474
|
-
"
|
|
472
|
+
"type": "stack",
|
|
473
|
+
"direction": "vertical",
|
|
474
|
+
"gap": "md"
|
|
475
475
|
}
|
|
476
476
|
]
|
|
477
477
|
]
|
|
@@ -495,22 +495,22 @@
|
|
|
495
495
|
"render-ui",
|
|
496
496
|
"main",
|
|
497
497
|
{
|
|
498
|
-
"type": "stack",
|
|
499
|
-
"gap": "md",
|
|
500
498
|
"children": [
|
|
501
499
|
{
|
|
502
500
|
"type": "spinner"
|
|
503
501
|
},
|
|
504
502
|
{
|
|
505
|
-
"content": "Searching…",
|
|
506
|
-
"color": "muted",
|
|
507
503
|
"type": "typography",
|
|
508
|
-
"
|
|
504
|
+
"color": "muted",
|
|
505
|
+
"variant": "caption",
|
|
506
|
+
"content": "Searching…"
|
|
509
507
|
}
|
|
510
508
|
],
|
|
511
|
-
"direction": "vertical",
|
|
512
509
|
"align": "center",
|
|
513
|
-
"className": "py-12"
|
|
510
|
+
"className": "py-12",
|
|
511
|
+
"gap": "md",
|
|
512
|
+
"direction": "vertical",
|
|
513
|
+
"type": "stack"
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
]
|
|
@@ -524,34 +524,34 @@
|
|
|
524
524
|
"render-ui",
|
|
525
525
|
"main",
|
|
526
526
|
{
|
|
527
|
-
"gap": "md",
|
|
528
527
|
"type": "stack",
|
|
529
|
-
"direction": "vertical",
|
|
530
528
|
"align": "center",
|
|
529
|
+
"gap": "md",
|
|
530
|
+
"className": "py-8",
|
|
531
531
|
"children": [
|
|
532
532
|
{
|
|
533
|
-
"
|
|
534
|
-
"
|
|
533
|
+
"name": "bell",
|
|
534
|
+
"type": "icon"
|
|
535
535
|
},
|
|
536
536
|
{
|
|
537
|
+
"variant": "h3",
|
|
537
538
|
"content": "No notifications",
|
|
538
|
-
"type": "typography"
|
|
539
|
-
"variant": "h3"
|
|
539
|
+
"type": "typography"
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
|
-
"type": "typography",
|
|
543
542
|
"variant": "caption",
|
|
544
543
|
"content": "You're all caught up.",
|
|
545
|
-
"color": "muted"
|
|
544
|
+
"color": "muted",
|
|
545
|
+
"type": "typography"
|
|
546
546
|
},
|
|
547
547
|
{
|
|
548
|
-
"
|
|
549
|
-
"type": "button",
|
|
548
|
+
"variant": "ghost",
|
|
550
549
|
"label": "Back to chat",
|
|
551
|
-
"
|
|
550
|
+
"action": "INIT",
|
|
551
|
+
"type": "button"
|
|
552
552
|
}
|
|
553
553
|
],
|
|
554
|
-
"
|
|
554
|
+
"direction": "vertical"
|
|
555
555
|
}
|
|
556
556
|
]
|
|
557
557
|
]
|
|
@@ -565,17 +565,18 @@
|
|
|
565
565
|
"render-ui",
|
|
566
566
|
"main",
|
|
567
567
|
{
|
|
568
|
-
"type": "stack",
|
|
569
568
|
"direction": "vertical",
|
|
569
|
+
"type": "stack",
|
|
570
570
|
"children": [
|
|
571
571
|
{
|
|
572
|
-
"
|
|
573
|
-
"
|
|
572
|
+
"align": "center",
|
|
573
|
+
"justify": "between",
|
|
574
574
|
"children": [
|
|
575
575
|
{
|
|
576
|
+
"gap": "sm",
|
|
576
577
|
"direction": "horizontal",
|
|
578
|
+
"align": "center",
|
|
577
579
|
"type": "stack",
|
|
578
|
-
"gap": "sm",
|
|
579
580
|
"children": [
|
|
580
581
|
{
|
|
581
582
|
"type": "icon",
|
|
@@ -586,59 +587,58 @@
|
|
|
586
587
|
"variant": "h2",
|
|
587
588
|
"content": "Chat"
|
|
588
589
|
}
|
|
589
|
-
]
|
|
590
|
-
"align": "center"
|
|
590
|
+
]
|
|
591
591
|
},
|
|
592
592
|
{
|
|
593
593
|
"direction": "horizontal",
|
|
594
|
+
"type": "stack",
|
|
594
595
|
"children": [
|
|
595
596
|
{
|
|
596
597
|
"variant": "primary",
|
|
598
|
+
"type": "button",
|
|
597
599
|
"label": "Compose",
|
|
598
|
-
"icon": "edit",
|
|
599
600
|
"action": "COMPOSE",
|
|
600
|
-
"
|
|
601
|
+
"icon": "edit"
|
|
601
602
|
}
|
|
602
603
|
],
|
|
603
|
-
"type": "stack",
|
|
604
604
|
"gap": "sm"
|
|
605
605
|
}
|
|
606
606
|
],
|
|
607
607
|
"type": "stack",
|
|
608
|
-
"
|
|
609
|
-
"
|
|
608
|
+
"direction": "horizontal",
|
|
609
|
+
"gap": "md"
|
|
610
610
|
},
|
|
611
611
|
{
|
|
612
612
|
"type": "divider"
|
|
613
613
|
},
|
|
614
614
|
{
|
|
615
|
-
"variant": "message",
|
|
616
615
|
"gap": "sm",
|
|
617
|
-
"senderField": "sender",
|
|
618
|
-
"entity": "@payload.data",
|
|
619
616
|
"type": "data-list",
|
|
620
|
-
"
|
|
621
|
-
{
|
|
622
|
-
"label": "View",
|
|
623
|
-
"variant": "ghost",
|
|
624
|
-
"event": "VIEW"
|
|
625
|
-
}
|
|
626
|
-
],
|
|
617
|
+
"entity": "@payload.data",
|
|
627
618
|
"fields": [
|
|
628
619
|
{
|
|
629
620
|
"name": "sender",
|
|
630
621
|
"variant": "h4"
|
|
631
622
|
},
|
|
632
623
|
{
|
|
633
|
-
"
|
|
634
|
-
"
|
|
624
|
+
"variant": "body",
|
|
625
|
+
"name": "content"
|
|
635
626
|
},
|
|
636
627
|
{
|
|
637
|
-
"
|
|
628
|
+
"format": "date",
|
|
638
629
|
"name": "timestamp",
|
|
639
|
-
"
|
|
630
|
+
"variant": "caption"
|
|
640
631
|
}
|
|
641
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"variant": "message",
|
|
634
|
+
"itemActions": [
|
|
635
|
+
{
|
|
636
|
+
"variant": "ghost",
|
|
637
|
+
"event": "VIEW",
|
|
638
|
+
"label": "View"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"senderField": "sender"
|
|
642
642
|
}
|
|
643
643
|
],
|
|
644
644
|
"gap": "lg"
|
|
@@ -655,36 +655,36 @@
|
|
|
655
655
|
"render-ui",
|
|
656
656
|
"main",
|
|
657
657
|
{
|
|
658
|
+
"type": "stack",
|
|
659
|
+
"className": "py-12",
|
|
658
660
|
"children": [
|
|
659
661
|
{
|
|
660
|
-
"type": "icon",
|
|
661
662
|
"color": "destructive",
|
|
663
|
+
"type": "icon",
|
|
662
664
|
"name": "alert-triangle"
|
|
663
665
|
},
|
|
664
666
|
{
|
|
665
|
-
"content": "Failed to load chatmessage",
|
|
666
667
|
"variant": "h3",
|
|
667
|
-
"type": "typography"
|
|
668
|
+
"type": "typography",
|
|
669
|
+
"content": "Failed to load chatmessage"
|
|
668
670
|
},
|
|
669
671
|
{
|
|
670
|
-
"variant": "body",
|
|
671
672
|
"color": "muted",
|
|
672
673
|
"content": "@payload.error",
|
|
674
|
+
"variant": "body",
|
|
673
675
|
"type": "typography"
|
|
674
676
|
},
|
|
675
677
|
{
|
|
676
678
|
"label": "Retry",
|
|
677
|
-
"icon": "rotate-ccw",
|
|
678
679
|
"type": "button",
|
|
679
680
|
"variant": "primary",
|
|
681
|
+
"icon": "rotate-ccw",
|
|
680
682
|
"action": "INIT"
|
|
681
683
|
}
|
|
682
684
|
],
|
|
683
|
-
"type": "stack",
|
|
684
|
-
"gap": "md",
|
|
685
|
-
"className": "py-12",
|
|
686
685
|
"direction": "vertical",
|
|
687
|
-
"align": "center"
|
|
686
|
+
"align": "center",
|
|
687
|
+
"gap": "md"
|
|
688
688
|
}
|
|
689
689
|
]
|
|
690
690
|
]
|
|
@@ -872,42 +872,42 @@
|
|
|
872
872
|
"render-ui",
|
|
873
873
|
"modal",
|
|
874
874
|
{
|
|
875
|
+
"type": "stack",
|
|
876
|
+
"direction": "vertical",
|
|
875
877
|
"gap": "md",
|
|
876
878
|
"children": [
|
|
877
879
|
{
|
|
880
|
+
"type": "stack",
|
|
878
881
|
"direction": "horizontal",
|
|
882
|
+
"gap": "sm",
|
|
879
883
|
"children": [
|
|
880
884
|
{
|
|
881
|
-
"
|
|
882
|
-
"
|
|
885
|
+
"type": "icon",
|
|
886
|
+
"name": "edit"
|
|
883
887
|
},
|
|
884
888
|
{
|
|
885
889
|
"variant": "h3",
|
|
886
890
|
"type": "typography",
|
|
887
891
|
"content": "New ChatMessage"
|
|
888
892
|
}
|
|
889
|
-
]
|
|
890
|
-
"type": "stack",
|
|
891
|
-
"gap": "sm"
|
|
893
|
+
]
|
|
892
894
|
},
|
|
893
895
|
{
|
|
894
896
|
"type": "divider"
|
|
895
897
|
},
|
|
896
898
|
{
|
|
897
899
|
"mode": "create",
|
|
900
|
+
"cancelEvent": "CLOSE",
|
|
901
|
+
"submitEvent": "SEND",
|
|
902
|
+
"type": "form-section",
|
|
898
903
|
"fields": [
|
|
899
904
|
"sender",
|
|
900
905
|
"content",
|
|
901
906
|
"channel",
|
|
902
907
|
"timestamp"
|
|
903
|
-
]
|
|
904
|
-
"cancelEvent": "CLOSE",
|
|
905
|
-
"type": "form-section",
|
|
906
|
-
"submitEvent": "SEND"
|
|
908
|
+
]
|
|
907
909
|
}
|
|
908
|
-
]
|
|
909
|
-
"type": "stack",
|
|
910
|
-
"direction": "vertical"
|
|
910
|
+
]
|
|
911
911
|
}
|
|
912
912
|
]
|
|
913
913
|
]
|
|
@@ -948,8 +948,8 @@
|
|
|
948
948
|
"@payload.data",
|
|
949
949
|
{
|
|
950
950
|
"emit": {
|
|
951
|
-
"
|
|
952
|
-
"
|
|
951
|
+
"success": "ChatMessageSaved",
|
|
952
|
+
"failure": "ChatMessageSaveFailed"
|
|
953
953
|
}
|
|
954
954
|
}
|
|
955
955
|
],
|
|
@@ -1123,8 +1123,8 @@
|
|
|
1123
1123
|
"ChatMessage",
|
|
1124
1124
|
{
|
|
1125
1125
|
"emit": {
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1126
|
+
"failure": "ChatMessageLoadFailed",
|
|
1127
|
+
"success": "ChatMessageLoaded"
|
|
1128
1128
|
}
|
|
1129
1129
|
}
|
|
1130
1130
|
]
|
|
@@ -1139,127 +1139,127 @@
|
|
|
1139
1139
|
"fetch",
|
|
1140
1140
|
"ChatMessage",
|
|
1141
1141
|
{
|
|
1142
|
-
"id": "@payload.id",
|
|
1143
1142
|
"emit": {
|
|
1144
1143
|
"success": "ChatMessageLoaded",
|
|
1145
1144
|
"failure": "ChatMessageLoadFailed"
|
|
1146
|
-
}
|
|
1145
|
+
},
|
|
1146
|
+
"id": "@payload.id"
|
|
1147
1147
|
}
|
|
1148
1148
|
],
|
|
1149
1149
|
[
|
|
1150
1150
|
"render-ui",
|
|
1151
1151
|
"modal",
|
|
1152
1152
|
{
|
|
1153
|
-
"gap": "md",
|
|
1154
|
-
"type": "stack",
|
|
1155
|
-
"direction": "vertical",
|
|
1156
1153
|
"children": [
|
|
1157
1154
|
{
|
|
1158
1155
|
"gap": "sm",
|
|
1159
|
-
"
|
|
1156
|
+
"direction": "horizontal",
|
|
1160
1157
|
"align": "center",
|
|
1158
|
+
"type": "stack",
|
|
1161
1159
|
"children": [
|
|
1162
1160
|
{
|
|
1163
1161
|
"type": "icon",
|
|
1164
1162
|
"name": "eye"
|
|
1165
1163
|
},
|
|
1166
1164
|
{
|
|
1167
|
-
"type": "typography",
|
|
1168
1165
|
"variant": "h3",
|
|
1169
|
-
"content": "@entity.sender"
|
|
1166
|
+
"content": "@entity.sender",
|
|
1167
|
+
"type": "typography"
|
|
1170
1168
|
}
|
|
1171
|
-
]
|
|
1172
|
-
"direction": "horizontal"
|
|
1169
|
+
]
|
|
1173
1170
|
},
|
|
1174
1171
|
{
|
|
1175
1172
|
"type": "divider"
|
|
1176
1173
|
},
|
|
1177
1174
|
{
|
|
1178
|
-
"gap": "md",
|
|
1179
|
-
"type": "stack",
|
|
1180
1175
|
"direction": "horizontal",
|
|
1176
|
+
"type": "stack",
|
|
1181
1177
|
"children": [
|
|
1182
1178
|
{
|
|
1183
1179
|
"content": "Sender",
|
|
1184
|
-
"
|
|
1185
|
-
"
|
|
1180
|
+
"type": "typography",
|
|
1181
|
+
"variant": "caption"
|
|
1186
1182
|
},
|
|
1187
1183
|
{
|
|
1188
|
-
"
|
|
1184
|
+
"content": "@entity.sender",
|
|
1189
1185
|
"variant": "body",
|
|
1190
|
-
"
|
|
1186
|
+
"type": "typography"
|
|
1191
1187
|
}
|
|
1192
|
-
]
|
|
1188
|
+
],
|
|
1189
|
+
"gap": "md"
|
|
1193
1190
|
},
|
|
1194
1191
|
{
|
|
1192
|
+
"type": "stack",
|
|
1193
|
+
"gap": "md",
|
|
1195
1194
|
"direction": "horizontal",
|
|
1196
1195
|
"children": [
|
|
1197
1196
|
{
|
|
1198
|
-
"
|
|
1197
|
+
"type": "typography",
|
|
1199
1198
|
"content": "Content",
|
|
1200
|
-
"
|
|
1199
|
+
"variant": "caption"
|
|
1201
1200
|
},
|
|
1202
1201
|
{
|
|
1202
|
+
"variant": "body",
|
|
1203
1203
|
"type": "typography",
|
|
1204
|
-
"content": "@entity.content"
|
|
1205
|
-
"variant": "body"
|
|
1204
|
+
"content": "@entity.content"
|
|
1206
1205
|
}
|
|
1207
|
-
]
|
|
1208
|
-
"type": "stack",
|
|
1209
|
-
"gap": "md"
|
|
1206
|
+
]
|
|
1210
1207
|
},
|
|
1211
1208
|
{
|
|
1212
|
-
"gap": "md",
|
|
1213
|
-
"direction": "horizontal",
|
|
1214
|
-
"type": "stack",
|
|
1215
1209
|
"children": [
|
|
1216
1210
|
{
|
|
1217
|
-
"
|
|
1211
|
+
"content": "Channel",
|
|
1218
1212
|
"variant": "caption",
|
|
1219
|
-
"
|
|
1213
|
+
"type": "typography"
|
|
1220
1214
|
},
|
|
1221
1215
|
{
|
|
1216
|
+
"content": "@entity.channel",
|
|
1222
1217
|
"type": "typography",
|
|
1223
|
-
"variant": "body"
|
|
1224
|
-
"content": "@entity.channel"
|
|
1218
|
+
"variant": "body"
|
|
1225
1219
|
}
|
|
1226
|
-
]
|
|
1220
|
+
],
|
|
1221
|
+
"gap": "md",
|
|
1222
|
+
"type": "stack",
|
|
1223
|
+
"direction": "horizontal"
|
|
1227
1224
|
},
|
|
1228
1225
|
{
|
|
1229
1226
|
"type": "stack",
|
|
1230
|
-
"gap": "md",
|
|
1231
1227
|
"children": [
|
|
1232
1228
|
{
|
|
1233
|
-
"variant": "caption",
|
|
1234
1229
|
"type": "typography",
|
|
1230
|
+
"variant": "caption",
|
|
1235
1231
|
"content": "Timestamp"
|
|
1236
1232
|
},
|
|
1237
1233
|
{
|
|
1238
1234
|
"variant": "body",
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1235
|
+
"content": "@entity.timestamp",
|
|
1236
|
+
"type": "typography"
|
|
1241
1237
|
}
|
|
1242
1238
|
],
|
|
1243
|
-
"direction": "horizontal"
|
|
1239
|
+
"direction": "horizontal",
|
|
1240
|
+
"gap": "md"
|
|
1244
1241
|
},
|
|
1245
1242
|
{
|
|
1246
1243
|
"type": "divider"
|
|
1247
1244
|
},
|
|
1248
1245
|
{
|
|
1246
|
+
"gap": "sm",
|
|
1249
1247
|
"justify": "end",
|
|
1250
1248
|
"children": [
|
|
1251
1249
|
{
|
|
1252
|
-
"
|
|
1250
|
+
"variant": "ghost",
|
|
1253
1251
|
"label": "Close",
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1252
|
+
"type": "button",
|
|
1253
|
+
"action": "CLOSE"
|
|
1256
1254
|
}
|
|
1257
1255
|
],
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1260
|
-
"type": "stack"
|
|
1256
|
+
"type": "stack",
|
|
1257
|
+
"direction": "horizontal"
|
|
1261
1258
|
}
|
|
1262
|
-
]
|
|
1259
|
+
],
|
|
1260
|
+
"type": "stack",
|
|
1261
|
+
"gap": "md",
|
|
1262
|
+
"direction": "vertical"
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
]
|
|
@@ -1603,8 +1603,8 @@
|
|
|
1603
1603
|
"Channel",
|
|
1604
1604
|
{
|
|
1605
1605
|
"emit": {
|
|
1606
|
-
"
|
|
1607
|
-
"
|
|
1606
|
+
"failure": "ChannelLoadFailed",
|
|
1607
|
+
"success": "ChannelLoaded"
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
1610
1610
|
],
|
|
@@ -1612,20 +1612,20 @@
|
|
|
1612
1612
|
"render-ui",
|
|
1613
1613
|
"main",
|
|
1614
1614
|
{
|
|
1615
|
-
"type": "stack",
|
|
1616
|
-
"align": "center",
|
|
1617
1615
|
"gap": "md",
|
|
1618
1616
|
"className": "py-12",
|
|
1617
|
+
"type": "stack",
|
|
1619
1618
|
"direction": "vertical",
|
|
1619
|
+
"align": "center",
|
|
1620
1620
|
"children": [
|
|
1621
1621
|
{
|
|
1622
1622
|
"type": "spinner"
|
|
1623
1623
|
},
|
|
1624
1624
|
{
|
|
1625
|
-
"variant": "caption",
|
|
1626
1625
|
"type": "typography",
|
|
1627
1626
|
"content": "Loading…",
|
|
1628
|
-
"color": "muted"
|
|
1627
|
+
"color": "muted",
|
|
1628
|
+
"variant": "caption"
|
|
1629
1629
|
}
|
|
1630
1630
|
]
|
|
1631
1631
|
}
|
|
@@ -1641,124 +1641,124 @@
|
|
|
1641
1641
|
"render-ui",
|
|
1642
1642
|
"main",
|
|
1643
1643
|
{
|
|
1644
|
-
"
|
|
1644
|
+
"type": "dashboard-layout",
|
|
1645
|
+
"navItems": [
|
|
1646
|
+
{
|
|
1647
|
+
"icon": "layout-list",
|
|
1648
|
+
"href": "/chat",
|
|
1649
|
+
"label": "Chat"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"href": "/channels",
|
|
1653
|
+
"label": "Channels",
|
|
1654
|
+
"icon": "hash"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"icon": "layout-list",
|
|
1658
|
+
"href": "/online",
|
|
1659
|
+
"label": "Online"
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1645
1662
|
"children": [
|
|
1646
1663
|
{
|
|
1647
|
-
"type": "stack",
|
|
1648
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1649
1664
|
"gap": "lg",
|
|
1650
|
-
"direction": "vertical",
|
|
1651
1665
|
"children": [
|
|
1652
1666
|
{
|
|
1653
|
-
"justify": "between",
|
|
1654
|
-
"type": "stack",
|
|
1655
1667
|
"direction": "horizontal",
|
|
1656
|
-
"
|
|
1668
|
+
"type": "stack",
|
|
1657
1669
|
"children": [
|
|
1658
1670
|
{
|
|
1659
1671
|
"gap": "sm",
|
|
1660
|
-
"direction": "horizontal",
|
|
1661
|
-
"type": "stack",
|
|
1662
1672
|
"align": "center",
|
|
1673
|
+
"type": "stack",
|
|
1674
|
+
"direction": "horizontal",
|
|
1663
1675
|
"children": [
|
|
1664
1676
|
{
|
|
1665
1677
|
"type": "icon",
|
|
1666
1678
|
"name": "hash"
|
|
1667
1679
|
},
|
|
1668
1680
|
{
|
|
1669
|
-
"variant": "h2",
|
|
1670
1681
|
"type": "typography",
|
|
1682
|
+
"variant": "h2",
|
|
1671
1683
|
"content": "Channels"
|
|
1672
1684
|
}
|
|
1673
1685
|
]
|
|
1674
1686
|
},
|
|
1675
1687
|
{
|
|
1688
|
+
"direction": "horizontal",
|
|
1689
|
+
"type": "stack",
|
|
1676
1690
|
"children": [
|
|
1677
1691
|
{
|
|
1678
|
-
"label": "Create Channel",
|
|
1679
|
-
"icon": "plus",
|
|
1680
1692
|
"action": "CREATE",
|
|
1681
1693
|
"type": "button",
|
|
1694
|
+
"label": "Create Channel",
|
|
1695
|
+
"icon": "plus",
|
|
1682
1696
|
"variant": "primary"
|
|
1683
1697
|
}
|
|
1684
1698
|
],
|
|
1685
|
-
"
|
|
1686
|
-
"gap": "sm",
|
|
1687
|
-
"type": "stack"
|
|
1699
|
+
"gap": "sm"
|
|
1688
1700
|
}
|
|
1689
1701
|
],
|
|
1702
|
+
"justify": "between",
|
|
1703
|
+
"align": "center",
|
|
1690
1704
|
"gap": "md"
|
|
1691
1705
|
},
|
|
1692
1706
|
{
|
|
1693
1707
|
"type": "divider"
|
|
1694
1708
|
},
|
|
1695
1709
|
{
|
|
1696
|
-
"gap": "sm",
|
|
1697
|
-
"entity": "@payload.data",
|
|
1698
|
-
"type": "data-list",
|
|
1699
1710
|
"variant": "card",
|
|
1700
|
-
"
|
|
1711
|
+
"gap": "sm",
|
|
1712
|
+
"itemActions": [
|
|
1701
1713
|
{
|
|
1702
|
-
"variant": "
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1714
|
+
"variant": "ghost",
|
|
1715
|
+
"label": "View",
|
|
1716
|
+
"event": "VIEW"
|
|
1705
1717
|
},
|
|
1706
1718
|
{
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1709
|
-
"variant": "
|
|
1710
|
-
"name": "memberCount"
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"name": "description",
|
|
1714
|
-
"variant": "body"
|
|
1719
|
+
"label": "Edit",
|
|
1720
|
+
"event": "EDIT",
|
|
1721
|
+
"variant": "ghost"
|
|
1715
1722
|
},
|
|
1716
1723
|
{
|
|
1717
|
-
"
|
|
1718
|
-
"
|
|
1719
|
-
"
|
|
1720
|
-
"variant": "body"
|
|
1724
|
+
"label": "Delete",
|
|
1725
|
+
"event": "DELETE",
|
|
1726
|
+
"variant": "danger"
|
|
1721
1727
|
}
|
|
1722
1728
|
],
|
|
1723
|
-
"
|
|
1729
|
+
"entity": "@payload.data",
|
|
1730
|
+
"type": "data-list",
|
|
1731
|
+
"fields": [
|
|
1724
1732
|
{
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1733
|
+
"variant": "h3",
|
|
1734
|
+
"icon": "hash",
|
|
1735
|
+
"name": "name"
|
|
1728
1736
|
},
|
|
1729
1737
|
{
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
"variant": "
|
|
1738
|
+
"name": "memberCount",
|
|
1739
|
+
"format": "number",
|
|
1740
|
+
"variant": "badge",
|
|
1741
|
+
"label": "Members"
|
|
1733
1742
|
},
|
|
1734
1743
|
{
|
|
1735
|
-
"
|
|
1736
|
-
"
|
|
1737
|
-
|
|
1744
|
+
"variant": "body",
|
|
1745
|
+
"name": "description"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"variant": "body",
|
|
1749
|
+
"label": "Private",
|
|
1750
|
+
"format": "boolean",
|
|
1751
|
+
"name": "isPrivate"
|
|
1738
1752
|
}
|
|
1739
1753
|
]
|
|
1740
1754
|
}
|
|
1741
|
-
]
|
|
1755
|
+
],
|
|
1756
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1757
|
+
"type": "stack",
|
|
1758
|
+
"direction": "vertical"
|
|
1742
1759
|
}
|
|
1743
1760
|
],
|
|
1744
|
-
"
|
|
1745
|
-
"navItems": [
|
|
1746
|
-
{
|
|
1747
|
-
"href": "/chat",
|
|
1748
|
-
"label": "Chat",
|
|
1749
|
-
"icon": "layout-list"
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"href": "/channels",
|
|
1753
|
-
"icon": "hash",
|
|
1754
|
-
"label": "Channels"
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"href": "/online",
|
|
1758
|
-
"label": "Online",
|
|
1759
|
-
"icon": "layout-list"
|
|
1760
|
-
}
|
|
1761
|
-
]
|
|
1761
|
+
"appName": "Realtime Chat"
|
|
1762
1762
|
}
|
|
1763
1763
|
]
|
|
1764
1764
|
]
|
|
@@ -1772,15 +1772,15 @@
|
|
|
1772
1772
|
"render-ui",
|
|
1773
1773
|
"main",
|
|
1774
1774
|
{
|
|
1775
|
-
"gap": "md",
|
|
1776
1775
|
"direction": "vertical",
|
|
1777
|
-
"
|
|
1776
|
+
"align": "center",
|
|
1778
1777
|
"type": "stack",
|
|
1778
|
+
"gap": "md",
|
|
1779
1779
|
"children": [
|
|
1780
1780
|
{
|
|
1781
|
+
"color": "destructive",
|
|
1781
1782
|
"type": "icon",
|
|
1782
|
-
"name": "alert-triangle"
|
|
1783
|
-
"color": "destructive"
|
|
1783
|
+
"name": "alert-triangle"
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
"content": "Failed to load channel",
|
|
@@ -1788,20 +1788,20 @@
|
|
|
1788
1788
|
"type": "typography"
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
|
-
"color": "muted",
|
|
1792
|
-
"content": "@payload.error",
|
|
1793
1791
|
"type": "typography",
|
|
1794
|
-
"
|
|
1792
|
+
"color": "muted",
|
|
1793
|
+
"variant": "body",
|
|
1794
|
+
"content": "@payload.error"
|
|
1795
1795
|
},
|
|
1796
1796
|
{
|
|
1797
|
-
"type": "button",
|
|
1798
1797
|
"variant": "primary",
|
|
1798
|
+
"type": "button",
|
|
1799
1799
|
"label": "Retry",
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1800
|
+
"action": "INIT",
|
|
1801
|
+
"icon": "rotate-ccw"
|
|
1802
1802
|
}
|
|
1803
1803
|
],
|
|
1804
|
-
"
|
|
1804
|
+
"className": "py-12"
|
|
1805
1805
|
}
|
|
1806
1806
|
]
|
|
1807
1807
|
]
|
|
@@ -2002,8 +2002,12 @@
|
|
|
2002
2002
|
"render-ui",
|
|
2003
2003
|
"modal",
|
|
2004
2004
|
{
|
|
2005
|
+
"gap": "md",
|
|
2006
|
+
"type": "stack",
|
|
2007
|
+
"direction": "vertical",
|
|
2005
2008
|
"children": [
|
|
2006
2009
|
{
|
|
2010
|
+
"gap": "sm",
|
|
2007
2011
|
"type": "stack",
|
|
2008
2012
|
"children": [
|
|
2009
2013
|
{
|
|
@@ -2011,33 +2015,29 @@
|
|
|
2011
2015
|
"type": "icon"
|
|
2012
2016
|
},
|
|
2013
2017
|
{
|
|
2018
|
+
"variant": "h3",
|
|
2014
2019
|
"content": "Create Channel",
|
|
2015
|
-
"type": "typography"
|
|
2016
|
-
"variant": "h3"
|
|
2020
|
+
"type": "typography"
|
|
2017
2021
|
}
|
|
2018
2022
|
],
|
|
2019
|
-
"direction": "horizontal"
|
|
2020
|
-
"gap": "sm"
|
|
2023
|
+
"direction": "horizontal"
|
|
2021
2024
|
},
|
|
2022
2025
|
{
|
|
2023
2026
|
"type": "divider"
|
|
2024
2027
|
},
|
|
2025
2028
|
{
|
|
2029
|
+
"submitEvent": "SAVE",
|
|
2030
|
+
"type": "form-section",
|
|
2031
|
+
"mode": "create",
|
|
2026
2032
|
"cancelEvent": "CLOSE",
|
|
2027
2033
|
"fields": [
|
|
2028
2034
|
"name",
|
|
2029
2035
|
"description",
|
|
2030
2036
|
"memberCount",
|
|
2031
2037
|
"isPrivate"
|
|
2032
|
-
]
|
|
2033
|
-
"mode": "create",
|
|
2034
|
-
"submitEvent": "SAVE",
|
|
2035
|
-
"type": "form-section"
|
|
2038
|
+
]
|
|
2036
2039
|
}
|
|
2037
|
-
]
|
|
2038
|
-
"gap": "md",
|
|
2039
|
-
"direction": "vertical",
|
|
2040
|
-
"type": "stack"
|
|
2040
|
+
]
|
|
2041
2041
|
}
|
|
2042
2042
|
]
|
|
2043
2043
|
]
|
|
@@ -2316,41 +2316,41 @@
|
|
|
2316
2316
|
"render-ui",
|
|
2317
2317
|
"modal",
|
|
2318
2318
|
{
|
|
2319
|
-
"direction": "vertical",
|
|
2320
2319
|
"type": "stack",
|
|
2320
|
+
"direction": "vertical",
|
|
2321
2321
|
"gap": "md",
|
|
2322
2322
|
"children": [
|
|
2323
2323
|
{
|
|
2324
|
-
"type": "stack",
|
|
2325
2324
|
"gap": "sm",
|
|
2326
|
-
"
|
|
2325
|
+
"type": "stack",
|
|
2327
2326
|
"children": [
|
|
2328
2327
|
{
|
|
2329
2328
|
"name": "edit",
|
|
2330
2329
|
"type": "icon"
|
|
2331
2330
|
},
|
|
2332
2331
|
{
|
|
2332
|
+
"variant": "h3",
|
|
2333
2333
|
"type": "typography",
|
|
2334
|
-
"content": "Edit Channel"
|
|
2335
|
-
"variant": "h3"
|
|
2334
|
+
"content": "Edit Channel"
|
|
2336
2335
|
}
|
|
2337
|
-
]
|
|
2336
|
+
],
|
|
2337
|
+
"direction": "horizontal"
|
|
2338
2338
|
},
|
|
2339
2339
|
{
|
|
2340
2340
|
"type": "divider"
|
|
2341
2341
|
},
|
|
2342
2342
|
{
|
|
2343
|
-
"mode": "edit",
|
|
2344
|
-
"type": "form-section",
|
|
2345
2343
|
"submitEvent": "SAVE",
|
|
2346
|
-
"
|
|
2344
|
+
"type": "form-section",
|
|
2347
2345
|
"cancelEvent": "CLOSE",
|
|
2348
2346
|
"fields": [
|
|
2349
2347
|
"name",
|
|
2350
2348
|
"description",
|
|
2351
2349
|
"memberCount",
|
|
2352
2350
|
"isPrivate"
|
|
2353
|
-
]
|
|
2351
|
+
],
|
|
2352
|
+
"mode": "edit",
|
|
2353
|
+
"entity": "@payload.row"
|
|
2354
2354
|
}
|
|
2355
2355
|
]
|
|
2356
2356
|
}
|
|
@@ -2591,30 +2591,31 @@
|
|
|
2591
2591
|
"render-ui",
|
|
2592
2592
|
"modal",
|
|
2593
2593
|
{
|
|
2594
|
-
"
|
|
2595
|
-
"type": "stack",
|
|
2594
|
+
"gap": "md",
|
|
2596
2595
|
"children": [
|
|
2597
2596
|
{
|
|
2597
|
+
"align": "center",
|
|
2598
2598
|
"type": "stack",
|
|
2599
|
+
"direction": "horizontal",
|
|
2600
|
+
"gap": "sm",
|
|
2599
2601
|
"children": [
|
|
2600
2602
|
{
|
|
2601
|
-
"
|
|
2602
|
-
"
|
|
2603
|
+
"name": "eye",
|
|
2604
|
+
"type": "icon"
|
|
2603
2605
|
},
|
|
2604
2606
|
{
|
|
2607
|
+
"content": "@entity.name",
|
|
2605
2608
|
"variant": "h3",
|
|
2606
|
-
"type": "typography"
|
|
2607
|
-
"content": "@entity.name"
|
|
2609
|
+
"type": "typography"
|
|
2608
2610
|
}
|
|
2609
|
-
]
|
|
2610
|
-
"align": "center",
|
|
2611
|
-
"direction": "horizontal",
|
|
2612
|
-
"gap": "sm"
|
|
2611
|
+
]
|
|
2613
2612
|
},
|
|
2614
2613
|
{
|
|
2615
2614
|
"type": "divider"
|
|
2616
2615
|
},
|
|
2617
2616
|
{
|
|
2617
|
+
"direction": "horizontal",
|
|
2618
|
+
"gap": "md",
|
|
2618
2619
|
"children": [
|
|
2619
2620
|
{
|
|
2620
2621
|
"variant": "caption",
|
|
@@ -2622,31 +2623,29 @@
|
|
|
2622
2623
|
"content": "Name"
|
|
2623
2624
|
},
|
|
2624
2625
|
{
|
|
2625
|
-
"type": "typography",
|
|
2626
2626
|
"content": "@entity.name",
|
|
2627
|
-
"variant": "body"
|
|
2627
|
+
"variant": "body",
|
|
2628
|
+
"type": "typography"
|
|
2628
2629
|
}
|
|
2629
2630
|
],
|
|
2630
|
-
"
|
|
2631
|
-
"type": "stack",
|
|
2632
|
-
"direction": "horizontal"
|
|
2631
|
+
"type": "stack"
|
|
2633
2632
|
},
|
|
2634
2633
|
{
|
|
2635
2634
|
"type": "stack",
|
|
2635
|
+
"gap": "md",
|
|
2636
|
+
"direction": "horizontal",
|
|
2636
2637
|
"children": [
|
|
2637
2638
|
{
|
|
2638
2639
|
"content": "Description",
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2640
|
+
"type": "typography",
|
|
2641
|
+
"variant": "caption"
|
|
2641
2642
|
},
|
|
2642
2643
|
{
|
|
2643
|
-
"
|
|
2644
|
+
"type": "typography",
|
|
2644
2645
|
"content": "@entity.description",
|
|
2645
|
-
"
|
|
2646
|
+
"variant": "body"
|
|
2646
2647
|
}
|
|
2647
|
-
]
|
|
2648
|
-
"direction": "horizontal",
|
|
2649
|
-
"gap": "md"
|
|
2648
|
+
]
|
|
2650
2649
|
},
|
|
2651
2650
|
{
|
|
2652
2651
|
"direction": "horizontal",
|
|
@@ -2657,57 +2656,58 @@
|
|
|
2657
2656
|
"variant": "caption"
|
|
2658
2657
|
},
|
|
2659
2658
|
{
|
|
2659
|
+
"content": "@entity.memberCount",
|
|
2660
2660
|
"variant": "body",
|
|
2661
|
-
"type": "typography"
|
|
2662
|
-
"content": "@entity.memberCount"
|
|
2661
|
+
"type": "typography"
|
|
2663
2662
|
}
|
|
2664
2663
|
],
|
|
2665
|
-
"
|
|
2666
|
-
"
|
|
2664
|
+
"gap": "md",
|
|
2665
|
+
"type": "stack"
|
|
2667
2666
|
},
|
|
2668
2667
|
{
|
|
2669
|
-
"direction": "horizontal",
|
|
2670
|
-
"gap": "md",
|
|
2671
2668
|
"type": "stack",
|
|
2669
|
+
"gap": "md",
|
|
2672
2670
|
"children": [
|
|
2673
2671
|
{
|
|
2674
|
-
"variant": "caption",
|
|
2675
2672
|
"content": "Is Private",
|
|
2676
|
-
"type": "typography"
|
|
2673
|
+
"type": "typography",
|
|
2674
|
+
"variant": "caption"
|
|
2677
2675
|
},
|
|
2678
2676
|
{
|
|
2679
|
-
"
|
|
2677
|
+
"type": "typography",
|
|
2680
2678
|
"variant": "body",
|
|
2681
|
-
"
|
|
2679
|
+
"content": "@entity.isPrivate"
|
|
2682
2680
|
}
|
|
2683
|
-
]
|
|
2681
|
+
],
|
|
2682
|
+
"direction": "horizontal"
|
|
2684
2683
|
},
|
|
2685
2684
|
{
|
|
2686
2685
|
"type": "divider"
|
|
2687
2686
|
},
|
|
2688
2687
|
{
|
|
2688
|
+
"justify": "end",
|
|
2689
|
+
"type": "stack",
|
|
2689
2690
|
"direction": "horizontal",
|
|
2690
2691
|
"children": [
|
|
2691
2692
|
{
|
|
2692
2693
|
"icon": "edit",
|
|
2693
|
-
"variant": "primary",
|
|
2694
|
-
"action": "EDIT",
|
|
2695
2694
|
"type": "button",
|
|
2696
|
-
"label": "Edit"
|
|
2695
|
+
"label": "Edit",
|
|
2696
|
+
"variant": "primary",
|
|
2697
|
+
"action": "EDIT"
|
|
2697
2698
|
},
|
|
2698
2699
|
{
|
|
2699
|
-
"label": "Close",
|
|
2700
|
-
"action": "CLOSE",
|
|
2701
2700
|
"type": "button",
|
|
2702
|
-
"
|
|
2701
|
+
"action": "CLOSE",
|
|
2702
|
+
"variant": "ghost",
|
|
2703
|
+
"label": "Close"
|
|
2703
2704
|
}
|
|
2704
2705
|
],
|
|
2705
|
-
"
|
|
2706
|
-
"gap": "sm",
|
|
2707
|
-
"justify": "end"
|
|
2706
|
+
"gap": "sm"
|
|
2708
2707
|
}
|
|
2709
2708
|
],
|
|
2710
|
-
"
|
|
2709
|
+
"direction": "vertical",
|
|
2710
|
+
"type": "stack"
|
|
2711
2711
|
}
|
|
2712
2712
|
]
|
|
2713
2713
|
]
|
|
@@ -2962,11 +2962,9 @@
|
|
|
2962
2962
|
"modal",
|
|
2963
2963
|
{
|
|
2964
2964
|
"direction": "vertical",
|
|
2965
|
-
"gap": "md",
|
|
2966
|
-
"type": "stack",
|
|
2967
2965
|
"children": [
|
|
2968
2966
|
{
|
|
2969
|
-
"
|
|
2967
|
+
"type": "stack",
|
|
2970
2968
|
"align": "center",
|
|
2971
2969
|
"children": [
|
|
2972
2970
|
{
|
|
@@ -2979,8 +2977,8 @@
|
|
|
2979
2977
|
"content": "Delete Channel"
|
|
2980
2978
|
}
|
|
2981
2979
|
],
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2980
|
+
"direction": "horizontal",
|
|
2981
|
+
"gap": "sm"
|
|
2984
2982
|
},
|
|
2985
2983
|
{
|
|
2986
2984
|
"type": "divider"
|
|
@@ -2995,23 +2993,25 @@
|
|
|
2995
2993
|
"justify": "end",
|
|
2996
2994
|
"children": [
|
|
2997
2995
|
{
|
|
2996
|
+
"type": "button",
|
|
2998
2997
|
"variant": "ghost",
|
|
2999
|
-
"action": "CANCEL",
|
|
3000
2998
|
"label": "Cancel",
|
|
3001
|
-
"
|
|
2999
|
+
"action": "CANCEL"
|
|
3002
3000
|
},
|
|
3003
3001
|
{
|
|
3004
|
-
"icon": "check",
|
|
3005
|
-
"variant": "danger",
|
|
3006
|
-
"action": "CONFIRM_DELETE",
|
|
3007
3002
|
"label": "Delete",
|
|
3008
|
-
"
|
|
3003
|
+
"variant": "danger",
|
|
3004
|
+
"icon": "check",
|
|
3005
|
+
"type": "button",
|
|
3006
|
+
"action": "CONFIRM_DELETE"
|
|
3009
3007
|
}
|
|
3010
3008
|
],
|
|
3011
3009
|
"gap": "sm",
|
|
3012
3010
|
"type": "stack"
|
|
3013
3011
|
}
|
|
3014
|
-
]
|
|
3012
|
+
],
|
|
3013
|
+
"gap": "md",
|
|
3014
|
+
"type": "stack"
|
|
3015
3015
|
}
|
|
3016
3016
|
]
|
|
3017
3017
|
]
|
|
@@ -3028,8 +3028,8 @@
|
|
|
3028
3028
|
"@entity.pendingId",
|
|
3029
3029
|
{
|
|
3030
3030
|
"emit": {
|
|
3031
|
-
"
|
|
3032
|
-
"
|
|
3031
|
+
"failure": "ChannelDeleteFailed",
|
|
3032
|
+
"success": "ChannelDeleted"
|
|
3033
3033
|
}
|
|
3034
3034
|
}
|
|
3035
3035
|
],
|
|
@@ -3050,8 +3050,8 @@
|
|
|
3050
3050
|
"Channel",
|
|
3051
3051
|
{
|
|
3052
3052
|
"emit": {
|
|
3053
|
-
"
|
|
3054
|
-
"
|
|
3053
|
+
"failure": "ChannelLoadFailed",
|
|
3054
|
+
"success": "ChannelLoaded"
|
|
3055
3055
|
}
|
|
3056
3056
|
}
|
|
3057
3057
|
],
|
|
@@ -3112,8 +3112,8 @@
|
|
|
3112
3112
|
"Channel",
|
|
3113
3113
|
{
|
|
3114
3114
|
"emit": {
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3115
|
+
"failure": "ChannelLoadFailed",
|
|
3116
|
+
"success": "ChannelLoaded"
|
|
3117
3117
|
}
|
|
3118
3118
|
}
|
|
3119
3119
|
]
|
|
@@ -3306,11 +3306,11 @@
|
|
|
3306
3306
|
"render-ui",
|
|
3307
3307
|
"main",
|
|
3308
3308
|
{
|
|
3309
|
-
"
|
|
3309
|
+
"type": "dashboard-layout",
|
|
3310
3310
|
"navItems": [
|
|
3311
3311
|
{
|
|
3312
|
-
"label": "Chat",
|
|
3313
3312
|
"href": "/chat",
|
|
3313
|
+
"label": "Chat",
|
|
3314
3314
|
"icon": "layout-list"
|
|
3315
3315
|
},
|
|
3316
3316
|
{
|
|
@@ -3324,11 +3324,13 @@
|
|
|
3324
3324
|
"href": "/online"
|
|
3325
3325
|
}
|
|
3326
3326
|
],
|
|
3327
|
+
"appName": "Realtime Chat",
|
|
3327
3328
|
"children": [
|
|
3328
3329
|
{
|
|
3329
|
-
"type": "scaled-diagram",
|
|
3330
3330
|
"children": [
|
|
3331
3331
|
{
|
|
3332
|
+
"type": "stack",
|
|
3333
|
+
"direction": "vertical",
|
|
3332
3334
|
"gap": "lg",
|
|
3333
3335
|
"children": [
|
|
3334
3336
|
{
|
|
@@ -3344,35 +3346,35 @@
|
|
|
3344
3346
|
]
|
|
3345
3347
|
},
|
|
3346
3348
|
{
|
|
3349
|
+
"gap": "md",
|
|
3347
3350
|
"type": "stack",
|
|
3348
3351
|
"direction": "horizontal",
|
|
3349
|
-
"
|
|
3352
|
+
"justify": "between",
|
|
3350
3353
|
"children": [
|
|
3351
3354
|
{
|
|
3355
|
+
"gap": "md",
|
|
3352
3356
|
"direction": "horizontal",
|
|
3353
3357
|
"type": "stack",
|
|
3354
3358
|
"children": [
|
|
3355
3359
|
{
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3360
|
+
"type": "icon",
|
|
3361
|
+
"name": "users"
|
|
3358
3362
|
},
|
|
3359
3363
|
{
|
|
3360
|
-
"content": "Online Users",
|
|
3361
3364
|
"variant": "h2",
|
|
3362
|
-
"type": "typography"
|
|
3365
|
+
"type": "typography",
|
|
3366
|
+
"content": "Online Users"
|
|
3363
3367
|
}
|
|
3364
|
-
]
|
|
3365
|
-
"gap": "md"
|
|
3368
|
+
]
|
|
3366
3369
|
},
|
|
3367
3370
|
{
|
|
3368
|
-
"icon": "refresh-cw",
|
|
3369
|
-
"type": "button",
|
|
3370
3371
|
"variant": "secondary",
|
|
3372
|
+
"type": "button",
|
|
3373
|
+
"action": "REFRESH",
|
|
3371
3374
|
"label": "Refresh",
|
|
3372
|
-
"
|
|
3375
|
+
"icon": "refresh-cw"
|
|
3373
3376
|
}
|
|
3374
|
-
]
|
|
3375
|
-
"justify": "between"
|
|
3377
|
+
]
|
|
3376
3378
|
},
|
|
3377
3379
|
{
|
|
3378
3380
|
"type": "divider"
|
|
@@ -3382,9 +3384,11 @@
|
|
|
3382
3384
|
"type": "box",
|
|
3383
3385
|
"children": [
|
|
3384
3386
|
{
|
|
3387
|
+
"type": "simple-grid",
|
|
3385
3388
|
"cols": 3.0,
|
|
3386
3389
|
"children": [
|
|
3387
3390
|
{
|
|
3391
|
+
"type": "card",
|
|
3388
3392
|
"children": [
|
|
3389
3393
|
{
|
|
3390
3394
|
"type": "stack",
|
|
@@ -3392,44 +3396,42 @@
|
|
|
3392
3396
|
"gap": "sm",
|
|
3393
3397
|
"children": [
|
|
3394
3398
|
{
|
|
3399
|
+
"content": "Username",
|
|
3395
3400
|
"type": "typography",
|
|
3396
|
-
"variant": "caption"
|
|
3397
|
-
"content": "Username"
|
|
3401
|
+
"variant": "caption"
|
|
3398
3402
|
},
|
|
3399
3403
|
{
|
|
3404
|
+
"type": "typography",
|
|
3400
3405
|
"variant": "h3",
|
|
3401
|
-
"content": "@entity.username"
|
|
3402
|
-
"type": "typography"
|
|
3406
|
+
"content": "@entity.username"
|
|
3403
3407
|
}
|
|
3404
3408
|
]
|
|
3405
3409
|
}
|
|
3406
|
-
]
|
|
3407
|
-
"type": "card"
|
|
3410
|
+
]
|
|
3408
3411
|
},
|
|
3409
3412
|
{
|
|
3410
3413
|
"children": [
|
|
3411
3414
|
{
|
|
3415
|
+
"direction": "vertical",
|
|
3412
3416
|
"children": [
|
|
3413
3417
|
{
|
|
3414
|
-
"
|
|
3418
|
+
"type": "typography",
|
|
3415
3419
|
"content": "Status",
|
|
3416
|
-
"
|
|
3420
|
+
"variant": "caption"
|
|
3417
3421
|
},
|
|
3418
3422
|
{
|
|
3419
|
-
"variant": "h3",
|
|
3420
3423
|
"content": "@entity.status",
|
|
3421
|
-
"type": "typography"
|
|
3424
|
+
"type": "typography",
|
|
3425
|
+
"variant": "h3"
|
|
3422
3426
|
}
|
|
3423
3427
|
],
|
|
3424
|
-
"
|
|
3425
|
-
"
|
|
3426
|
-
"gap": "sm"
|
|
3428
|
+
"gap": "sm",
|
|
3429
|
+
"type": "stack"
|
|
3427
3430
|
}
|
|
3428
3431
|
],
|
|
3429
3432
|
"type": "card"
|
|
3430
3433
|
},
|
|
3431
3434
|
{
|
|
3432
|
-
"type": "card",
|
|
3433
3435
|
"children": [
|
|
3434
3436
|
{
|
|
3435
3437
|
"children": [
|
|
@@ -3444,36 +3446,36 @@
|
|
|
3444
3446
|
"variant": "h3"
|
|
3445
3447
|
}
|
|
3446
3448
|
],
|
|
3447
|
-
"
|
|
3449
|
+
"type": "stack",
|
|
3448
3450
|
"gap": "sm",
|
|
3449
|
-
"
|
|
3451
|
+
"direction": "vertical"
|
|
3450
3452
|
}
|
|
3451
|
-
]
|
|
3453
|
+
],
|
|
3454
|
+
"type": "card"
|
|
3452
3455
|
},
|
|
3453
3456
|
{
|
|
3454
3457
|
"type": "card",
|
|
3455
3458
|
"children": [
|
|
3456
3459
|
{
|
|
3457
3460
|
"direction": "vertical",
|
|
3458
|
-
"
|
|
3461
|
+
"type": "stack",
|
|
3459
3462
|
"children": [
|
|
3460
3463
|
{
|
|
3461
|
-
"variant": "caption",
|
|
3462
3464
|
"type": "typography",
|
|
3463
|
-
"content": "Avatar"
|
|
3465
|
+
"content": "Avatar",
|
|
3466
|
+
"variant": "caption"
|
|
3464
3467
|
},
|
|
3465
3468
|
{
|
|
3466
3469
|
"type": "typography",
|
|
3467
|
-
"
|
|
3468
|
-
"
|
|
3470
|
+
"content": "@entity.avatar",
|
|
3471
|
+
"variant": "h3"
|
|
3469
3472
|
}
|
|
3470
3473
|
],
|
|
3471
|
-
"
|
|
3474
|
+
"gap": "sm"
|
|
3472
3475
|
}
|
|
3473
3476
|
]
|
|
3474
3477
|
}
|
|
3475
|
-
]
|
|
3476
|
-
"type": "simple-grid"
|
|
3478
|
+
]
|
|
3477
3479
|
}
|
|
3478
3480
|
]
|
|
3479
3481
|
},
|
|
@@ -3481,38 +3483,38 @@
|
|
|
3481
3483
|
"type": "divider"
|
|
3482
3484
|
},
|
|
3483
3485
|
{
|
|
3486
|
+
"type": "grid",
|
|
3484
3487
|
"gap": "md",
|
|
3485
3488
|
"children": [
|
|
3486
3489
|
{
|
|
3487
3490
|
"type": "card",
|
|
3488
3491
|
"children": [
|
|
3489
3492
|
{
|
|
3490
|
-
"type": "typography",
|
|
3491
3493
|
"variant": "caption",
|
|
3494
|
+
"type": "typography",
|
|
3492
3495
|
"content": "Chart View"
|
|
3493
3496
|
}
|
|
3494
3497
|
]
|
|
3495
3498
|
},
|
|
3496
3499
|
{
|
|
3500
|
+
"type": "card",
|
|
3497
3501
|
"children": [
|
|
3498
3502
|
{
|
|
3499
|
-
"content": "Graph View",
|
|
3500
3503
|
"type": "typography",
|
|
3501
|
-
"variant": "caption"
|
|
3504
|
+
"variant": "caption",
|
|
3505
|
+
"content": "Graph View"
|
|
3502
3506
|
}
|
|
3503
|
-
]
|
|
3504
|
-
"type": "card"
|
|
3507
|
+
]
|
|
3505
3508
|
}
|
|
3506
3509
|
],
|
|
3507
|
-
"type": "grid",
|
|
3508
3510
|
"cols": 2.0
|
|
3509
3511
|
},
|
|
3510
3512
|
{
|
|
3511
3513
|
"type": "line-chart",
|
|
3512
3514
|
"data": [
|
|
3513
3515
|
{
|
|
3514
|
-
"
|
|
3515
|
-
"
|
|
3516
|
+
"date": "Jan",
|
|
3517
|
+
"value": 12.0
|
|
3516
3518
|
},
|
|
3517
3519
|
{
|
|
3518
3520
|
"date": "Feb",
|
|
@@ -3527,8 +3529,8 @@
|
|
|
3527
3529
|
"value": 25.0
|
|
3528
3530
|
},
|
|
3529
3531
|
{
|
|
3530
|
-
"
|
|
3531
|
-
"
|
|
3532
|
+
"date": "May",
|
|
3533
|
+
"value": 22.0
|
|
3532
3534
|
},
|
|
3533
3535
|
{
|
|
3534
3536
|
"value": 30.0,
|
|
@@ -3537,32 +3539,21 @@
|
|
|
3537
3539
|
]
|
|
3538
3540
|
},
|
|
3539
3541
|
{
|
|
3540
|
-
"type": "chart-legend",
|
|
3541
3542
|
"items": [
|
|
3542
3543
|
{
|
|
3543
|
-
"
|
|
3544
|
-
"
|
|
3544
|
+
"label": "Current",
|
|
3545
|
+
"color": "primary"
|
|
3545
3546
|
},
|
|
3546
3547
|
{
|
|
3547
|
-
"
|
|
3548
|
-
"
|
|
3548
|
+
"color": "muted",
|
|
3549
|
+
"label": "Previous"
|
|
3549
3550
|
}
|
|
3550
|
-
]
|
|
3551
|
+
],
|
|
3552
|
+
"type": "chart-legend"
|
|
3551
3553
|
},
|
|
3552
3554
|
{
|
|
3553
|
-
"width": 400.0,
|
|
3554
3555
|
"height": 200.0,
|
|
3555
|
-
"
|
|
3556
|
-
{
|
|
3557
|
-
"target": "b",
|
|
3558
|
-
"source": "a"
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"target": "c",
|
|
3562
|
-
"source": "b"
|
|
3563
|
-
}
|
|
3564
|
-
],
|
|
3565
|
-
"type": "graph-view",
|
|
3556
|
+
"width": 400.0,
|
|
3566
3557
|
"nodes": [
|
|
3567
3558
|
{
|
|
3568
3559
|
"id": "a",
|
|
@@ -3573,19 +3564,28 @@
|
|
|
3573
3564
|
"label": "Process"
|
|
3574
3565
|
},
|
|
3575
3566
|
{
|
|
3576
|
-
"
|
|
3577
|
-
"
|
|
3567
|
+
"label": "End",
|
|
3568
|
+
"id": "c"
|
|
3578
3569
|
}
|
|
3579
|
-
]
|
|
3570
|
+
],
|
|
3571
|
+
"edges": [
|
|
3572
|
+
{
|
|
3573
|
+
"source": "a",
|
|
3574
|
+
"target": "b"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"source": "b",
|
|
3578
|
+
"target": "c"
|
|
3579
|
+
}
|
|
3580
|
+
],
|
|
3581
|
+
"type": "graph-view"
|
|
3580
3582
|
}
|
|
3581
|
-
]
|
|
3582
|
-
"type": "stack",
|
|
3583
|
-
"direction": "vertical"
|
|
3583
|
+
]
|
|
3584
3584
|
}
|
|
3585
|
-
]
|
|
3585
|
+
],
|
|
3586
|
+
"type": "scaled-diagram"
|
|
3586
3587
|
}
|
|
3587
|
-
]
|
|
3588
|
-
"type": "dashboard-layout"
|
|
3588
|
+
]
|
|
3589
3589
|
}
|
|
3590
3590
|
]
|
|
3591
3591
|
]
|
|
@@ -3600,8 +3600,8 @@
|
|
|
3600
3600
|
"OnlineUser",
|
|
3601
3601
|
{
|
|
3602
3602
|
"emit": {
|
|
3603
|
-
"
|
|
3604
|
-
"
|
|
3603
|
+
"success": "OnlineUserLoaded",
|
|
3604
|
+
"failure": "OnlineUserLoadFailed"
|
|
3605
3605
|
}
|
|
3606
3606
|
}
|
|
3607
3607
|
],
|
|
@@ -3611,29 +3611,31 @@
|
|
|
3611
3611
|
{
|
|
3612
3612
|
"navItems": [
|
|
3613
3613
|
{
|
|
3614
|
-
"
|
|
3614
|
+
"href": "/chat",
|
|
3615
3615
|
"icon": "layout-list",
|
|
3616
|
-
"
|
|
3616
|
+
"label": "Chat"
|
|
3617
3617
|
},
|
|
3618
3618
|
{
|
|
3619
|
-
"label": "Channels",
|
|
3620
3619
|
"icon": "hash",
|
|
3621
|
-
"href": "/channels"
|
|
3620
|
+
"href": "/channels",
|
|
3621
|
+
"label": "Channels"
|
|
3622
3622
|
},
|
|
3623
3623
|
{
|
|
3624
|
-
"
|
|
3624
|
+
"href": "/online",
|
|
3625
3625
|
"icon": "layout-list",
|
|
3626
|
-
"
|
|
3626
|
+
"label": "Online"
|
|
3627
3627
|
}
|
|
3628
3628
|
],
|
|
3629
3629
|
"appName": "Realtime Chat",
|
|
3630
|
+
"type": "dashboard-layout",
|
|
3630
3631
|
"children": [
|
|
3631
3632
|
{
|
|
3632
|
-
"type": "scaled-diagram",
|
|
3633
3633
|
"children": [
|
|
3634
3634
|
{
|
|
3635
|
+
"direction": "vertical",
|
|
3635
3636
|
"children": [
|
|
3636
3637
|
{
|
|
3638
|
+
"type": "breadcrumb",
|
|
3637
3639
|
"items": [
|
|
3638
3640
|
{
|
|
3639
3641
|
"href": "/",
|
|
@@ -3642,81 +3644,80 @@
|
|
|
3642
3644
|
{
|
|
3643
3645
|
"label": "Online Users"
|
|
3644
3646
|
}
|
|
3645
|
-
]
|
|
3646
|
-
"type": "breadcrumb"
|
|
3647
|
+
]
|
|
3647
3648
|
},
|
|
3648
3649
|
{
|
|
3650
|
+
"type": "stack",
|
|
3649
3651
|
"justify": "between",
|
|
3652
|
+
"direction": "horizontal",
|
|
3650
3653
|
"children": [
|
|
3651
3654
|
{
|
|
3652
3655
|
"children": [
|
|
3653
3656
|
{
|
|
3654
|
-
"
|
|
3655
|
-
"
|
|
3657
|
+
"type": "icon",
|
|
3658
|
+
"name": "users"
|
|
3656
3659
|
},
|
|
3657
3660
|
{
|
|
3661
|
+
"type": "typography",
|
|
3658
3662
|
"content": "Online Users",
|
|
3659
|
-
"variant": "h2"
|
|
3660
|
-
"type": "typography"
|
|
3663
|
+
"variant": "h2"
|
|
3661
3664
|
}
|
|
3662
3665
|
],
|
|
3663
|
-
"
|
|
3666
|
+
"type": "stack",
|
|
3664
3667
|
"gap": "md",
|
|
3665
|
-
"
|
|
3668
|
+
"direction": "horizontal"
|
|
3666
3669
|
},
|
|
3667
3670
|
{
|
|
3671
|
+
"variant": "secondary",
|
|
3668
3672
|
"icon": "refresh-cw",
|
|
3669
|
-
"type": "button",
|
|
3670
3673
|
"action": "REFRESH",
|
|
3671
|
-
"
|
|
3672
|
-
"
|
|
3674
|
+
"type": "button",
|
|
3675
|
+
"label": "Refresh"
|
|
3673
3676
|
}
|
|
3674
3677
|
],
|
|
3675
|
-
"
|
|
3676
|
-
"gap": "md",
|
|
3677
|
-
"direction": "horizontal"
|
|
3678
|
+
"gap": "md"
|
|
3678
3679
|
},
|
|
3679
3680
|
{
|
|
3680
3681
|
"type": "divider"
|
|
3681
3682
|
},
|
|
3682
3683
|
{
|
|
3683
3684
|
"type": "box",
|
|
3685
|
+
"padding": "md",
|
|
3684
3686
|
"children": [
|
|
3685
3687
|
{
|
|
3686
|
-
"type": "simple-grid",
|
|
3687
3688
|
"cols": 3.0,
|
|
3688
3689
|
"children": [
|
|
3689
3690
|
{
|
|
3690
|
-
"type": "card",
|
|
3691
3691
|
"children": [
|
|
3692
3692
|
{
|
|
3693
|
-
"gap": "sm",
|
|
3694
|
-
"type": "stack",
|
|
3695
|
-
"direction": "vertical",
|
|
3696
3693
|
"children": [
|
|
3697
3694
|
{
|
|
3698
|
-
"
|
|
3695
|
+
"content": "Username",
|
|
3699
3696
|
"type": "typography",
|
|
3700
|
-
"
|
|
3697
|
+
"variant": "caption"
|
|
3701
3698
|
},
|
|
3702
3699
|
{
|
|
3703
|
-
"
|
|
3700
|
+
"variant": "h3",
|
|
3704
3701
|
"type": "typography",
|
|
3705
|
-
"
|
|
3702
|
+
"content": "@entity.username"
|
|
3706
3703
|
}
|
|
3707
|
-
]
|
|
3704
|
+
],
|
|
3705
|
+
"type": "stack",
|
|
3706
|
+
"gap": "sm",
|
|
3707
|
+
"direction": "vertical"
|
|
3708
3708
|
}
|
|
3709
|
-
]
|
|
3709
|
+
],
|
|
3710
|
+
"type": "card"
|
|
3710
3711
|
},
|
|
3711
3712
|
{
|
|
3712
|
-
"type": "card",
|
|
3713
3713
|
"children": [
|
|
3714
3714
|
{
|
|
3715
|
+
"gap": "sm",
|
|
3715
3716
|
"children": [
|
|
3716
3717
|
{
|
|
3718
|
+
"content": "Status",
|
|
3717
3719
|
"type": "typography",
|
|
3718
|
-
"variant": "caption"
|
|
3719
|
-
"content": "Status"
|
|
3720
|
+
"variant": "caption"
|
|
3720
3721
|
},
|
|
3721
3722
|
{
|
|
3722
3723
|
"content": "@entity.status",
|
|
@@ -3725,39 +3726,39 @@
|
|
|
3725
3726
|
}
|
|
3726
3727
|
],
|
|
3727
3728
|
"type": "stack",
|
|
3728
|
-
"direction": "vertical"
|
|
3729
|
-
"gap": "sm"
|
|
3729
|
+
"direction": "vertical"
|
|
3730
3730
|
}
|
|
3731
|
-
]
|
|
3731
|
+
],
|
|
3732
|
+
"type": "card"
|
|
3732
3733
|
},
|
|
3733
3734
|
{
|
|
3734
|
-
"type": "card",
|
|
3735
3735
|
"children": [
|
|
3736
3736
|
{
|
|
3737
|
+
"direction": "vertical",
|
|
3738
|
+
"type": "stack",
|
|
3737
3739
|
"children": [
|
|
3738
3740
|
{
|
|
3739
3741
|
"content": "LastActive",
|
|
3740
|
-
"
|
|
3741
|
-
"
|
|
3742
|
+
"type": "typography",
|
|
3743
|
+
"variant": "caption"
|
|
3742
3744
|
},
|
|
3743
3745
|
{
|
|
3744
|
-
"
|
|
3746
|
+
"content": "@entity.lastActive",
|
|
3745
3747
|
"type": "typography",
|
|
3746
|
-
"
|
|
3748
|
+
"variant": "h3"
|
|
3747
3749
|
}
|
|
3748
3750
|
],
|
|
3749
|
-
"gap": "sm"
|
|
3750
|
-
"type": "stack",
|
|
3751
|
-
"direction": "vertical"
|
|
3751
|
+
"gap": "sm"
|
|
3752
3752
|
}
|
|
3753
|
-
]
|
|
3753
|
+
],
|
|
3754
|
+
"type": "card"
|
|
3754
3755
|
},
|
|
3755
3756
|
{
|
|
3756
3757
|
"children": [
|
|
3757
3758
|
{
|
|
3759
|
+
"gap": "sm",
|
|
3758
3760
|
"direction": "vertical",
|
|
3759
3761
|
"type": "stack",
|
|
3760
|
-
"gap": "sm",
|
|
3761
3762
|
"children": [
|
|
3762
3763
|
{
|
|
3763
3764
|
"type": "typography",
|
|
@@ -3765,8 +3766,8 @@
|
|
|
3765
3766
|
"content": "Avatar"
|
|
3766
3767
|
},
|
|
3767
3768
|
{
|
|
3768
|
-
"type": "typography",
|
|
3769
3769
|
"variant": "h3",
|
|
3770
|
+
"type": "typography",
|
|
3770
3771
|
"content": "@entity.avatar"
|
|
3771
3772
|
}
|
|
3772
3773
|
]
|
|
@@ -3774,10 +3775,10 @@
|
|
|
3774
3775
|
],
|
|
3775
3776
|
"type": "card"
|
|
3776
3777
|
}
|
|
3777
|
-
]
|
|
3778
|
+
],
|
|
3779
|
+
"type": "simple-grid"
|
|
3778
3780
|
}
|
|
3779
|
-
]
|
|
3780
|
-
"padding": "md"
|
|
3781
|
+
]
|
|
3781
3782
|
},
|
|
3782
3783
|
{
|
|
3783
3784
|
"type": "divider"
|
|
@@ -3797,61 +3798,73 @@
|
|
|
3797
3798
|
{
|
|
3798
3799
|
"children": [
|
|
3799
3800
|
{
|
|
3801
|
+
"variant": "caption",
|
|
3800
3802
|
"type": "typography",
|
|
3801
|
-
"content": "Graph View"
|
|
3802
|
-
"variant": "caption"
|
|
3803
|
+
"content": "Graph View"
|
|
3803
3804
|
}
|
|
3804
3805
|
],
|
|
3805
3806
|
"type": "card"
|
|
3806
3807
|
}
|
|
3807
3808
|
],
|
|
3809
|
+
"cols": 2.0,
|
|
3808
3810
|
"type": "grid",
|
|
3809
|
-
"gap": "md"
|
|
3810
|
-
"cols": 2.0
|
|
3811
|
+
"gap": "md"
|
|
3811
3812
|
},
|
|
3812
3813
|
{
|
|
3814
|
+
"type": "line-chart",
|
|
3813
3815
|
"data": [
|
|
3814
3816
|
{
|
|
3815
|
-
"
|
|
3816
|
-
"
|
|
3817
|
+
"date": "Jan",
|
|
3818
|
+
"value": 12.0
|
|
3817
3819
|
},
|
|
3818
3820
|
{
|
|
3819
3821
|
"date": "Feb",
|
|
3820
3822
|
"value": 19.0
|
|
3821
3823
|
},
|
|
3822
3824
|
{
|
|
3823
|
-
"
|
|
3824
|
-
"
|
|
3825
|
+
"date": "Mar",
|
|
3826
|
+
"value": 15.0
|
|
3825
3827
|
},
|
|
3826
3828
|
{
|
|
3827
3829
|
"value": 25.0,
|
|
3828
3830
|
"date": "Apr"
|
|
3829
3831
|
},
|
|
3830
3832
|
{
|
|
3831
|
-
"
|
|
3832
|
-
"
|
|
3833
|
+
"value": 22.0,
|
|
3834
|
+
"date": "May"
|
|
3833
3835
|
},
|
|
3834
3836
|
{
|
|
3835
|
-
"
|
|
3836
|
-
"
|
|
3837
|
+
"date": "Jun",
|
|
3838
|
+
"value": 30.0
|
|
3837
3839
|
}
|
|
3838
|
-
]
|
|
3839
|
-
"type": "line-chart"
|
|
3840
|
+
]
|
|
3840
3841
|
},
|
|
3841
3842
|
{
|
|
3842
|
-
"type": "chart-legend",
|
|
3843
3843
|
"items": [
|
|
3844
3844
|
{
|
|
3845
|
-
"
|
|
3846
|
-
"
|
|
3845
|
+
"color": "primary",
|
|
3846
|
+
"label": "Current"
|
|
3847
3847
|
},
|
|
3848
3848
|
{
|
|
3849
3849
|
"color": "muted",
|
|
3850
3850
|
"label": "Previous"
|
|
3851
3851
|
}
|
|
3852
|
-
]
|
|
3852
|
+
],
|
|
3853
|
+
"type": "chart-legend"
|
|
3853
3854
|
},
|
|
3854
3855
|
{
|
|
3856
|
+
"edges": [
|
|
3857
|
+
{
|
|
3858
|
+
"target": "b",
|
|
3859
|
+
"source": "a"
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"target": "c",
|
|
3863
|
+
"source": "b"
|
|
3864
|
+
}
|
|
3865
|
+
],
|
|
3866
|
+
"width": 400.0,
|
|
3867
|
+
"height": 200.0,
|
|
3855
3868
|
"nodes": [
|
|
3856
3869
|
{
|
|
3857
3870
|
"label": "Start",
|
|
@@ -3866,29 +3879,16 @@
|
|
|
3866
3879
|
"label": "End"
|
|
3867
3880
|
}
|
|
3868
3881
|
],
|
|
3869
|
-
"
|
|
3870
|
-
{
|
|
3871
|
-
"source": "a",
|
|
3872
|
-
"target": "b"
|
|
3873
|
-
},
|
|
3874
|
-
{
|
|
3875
|
-
"target": "c",
|
|
3876
|
-
"source": "b"
|
|
3877
|
-
}
|
|
3878
|
-
],
|
|
3879
|
-
"type": "graph-view",
|
|
3880
|
-
"height": 200.0,
|
|
3881
|
-
"width": 400.0
|
|
3882
|
+
"type": "graph-view"
|
|
3882
3883
|
}
|
|
3883
3884
|
],
|
|
3884
|
-
"
|
|
3885
|
-
"
|
|
3886
|
-
"type": "stack"
|
|
3885
|
+
"type": "stack",
|
|
3886
|
+
"gap": "lg"
|
|
3887
3887
|
}
|
|
3888
|
-
]
|
|
3888
|
+
],
|
|
3889
|
+
"type": "scaled-diagram"
|
|
3889
3890
|
}
|
|
3890
|
-
]
|
|
3891
|
-
"type": "dashboard-layout"
|
|
3891
|
+
]
|
|
3892
3892
|
}
|
|
3893
3893
|
]
|
|
3894
3894
|
]
|
|
@@ -3913,73 +3913,55 @@
|
|
|
3913
3913
|
"main",
|
|
3914
3914
|
{
|
|
3915
3915
|
"type": "dashboard-layout",
|
|
3916
|
-
"appName": "Realtime Chat",
|
|
3917
|
-
"navItems": [
|
|
3918
|
-
{
|
|
3919
|
-
"href": "/chat",
|
|
3920
|
-
"icon": "layout-list",
|
|
3921
|
-
"label": "Chat"
|
|
3922
|
-
},
|
|
3923
|
-
{
|
|
3924
|
-
"label": "Channels",
|
|
3925
|
-
"href": "/channels",
|
|
3926
|
-
"icon": "hash"
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"icon": "layout-list",
|
|
3930
|
-
"label": "Online",
|
|
3931
|
-
"href": "/online"
|
|
3932
|
-
}
|
|
3933
|
-
],
|
|
3934
3916
|
"children": [
|
|
3935
3917
|
{
|
|
3936
|
-
"type": "scaled-diagram",
|
|
3937
3918
|
"children": [
|
|
3938
3919
|
{
|
|
3920
|
+
"type": "stack",
|
|
3939
3921
|
"gap": "lg",
|
|
3940
3922
|
"children": [
|
|
3941
3923
|
{
|
|
3924
|
+
"type": "breadcrumb",
|
|
3942
3925
|
"items": [
|
|
3943
3926
|
{
|
|
3944
|
-
"
|
|
3945
|
-
"
|
|
3927
|
+
"href": "/",
|
|
3928
|
+
"label": "Home"
|
|
3946
3929
|
},
|
|
3947
3930
|
{
|
|
3948
3931
|
"label": "Online Users"
|
|
3949
3932
|
}
|
|
3950
|
-
]
|
|
3951
|
-
"type": "breadcrumb"
|
|
3933
|
+
]
|
|
3952
3934
|
},
|
|
3953
3935
|
{
|
|
3954
|
-
"
|
|
3955
|
-
"type": "stack",
|
|
3936
|
+
"gap": "md",
|
|
3956
3937
|
"justify": "between",
|
|
3957
3938
|
"children": [
|
|
3958
3939
|
{
|
|
3959
|
-
"type": "stack",
|
|
3960
|
-
"direction": "horizontal",
|
|
3961
3940
|
"children": [
|
|
3962
3941
|
{
|
|
3963
3942
|
"name": "users",
|
|
3964
3943
|
"type": "icon"
|
|
3965
3944
|
},
|
|
3966
3945
|
{
|
|
3946
|
+
"content": "Online Users",
|
|
3967
3947
|
"variant": "h2",
|
|
3968
|
-
"type": "typography"
|
|
3969
|
-
"content": "Online Users"
|
|
3948
|
+
"type": "typography"
|
|
3970
3949
|
}
|
|
3971
3950
|
],
|
|
3972
|
-
"
|
|
3951
|
+
"type": "stack",
|
|
3952
|
+
"gap": "md",
|
|
3953
|
+
"direction": "horizontal"
|
|
3973
3954
|
},
|
|
3974
3955
|
{
|
|
3975
|
-
"action": "REFRESH",
|
|
3976
|
-
"variant": "secondary",
|
|
3977
|
-
"type": "button",
|
|
3978
3956
|
"label": "Refresh",
|
|
3979
|
-
"
|
|
3957
|
+
"type": "button",
|
|
3958
|
+
"variant": "secondary",
|
|
3959
|
+
"icon": "refresh-cw",
|
|
3960
|
+
"action": "REFRESH"
|
|
3980
3961
|
}
|
|
3981
3962
|
],
|
|
3982
|
-
"
|
|
3963
|
+
"type": "stack",
|
|
3964
|
+
"direction": "horizontal"
|
|
3983
3965
|
},
|
|
3984
3966
|
{
|
|
3985
3967
|
"type": "divider"
|
|
@@ -3990,70 +3972,70 @@
|
|
|
3990
3972
|
"type": "simple-grid",
|
|
3991
3973
|
"children": [
|
|
3992
3974
|
{
|
|
3993
|
-
"type": "card",
|
|
3994
3975
|
"children": [
|
|
3995
3976
|
{
|
|
3996
3977
|
"type": "stack",
|
|
3997
|
-
"gap": "sm",
|
|
3998
3978
|
"children": [
|
|
3999
3979
|
{
|
|
4000
|
-
"type": "typography",
|
|
4001
3980
|
"content": "Username",
|
|
3981
|
+
"type": "typography",
|
|
4002
3982
|
"variant": "caption"
|
|
4003
3983
|
},
|
|
4004
3984
|
{
|
|
4005
3985
|
"content": "@entity.username",
|
|
4006
|
-
"
|
|
4007
|
-
"
|
|
3986
|
+
"variant": "h3",
|
|
3987
|
+
"type": "typography"
|
|
4008
3988
|
}
|
|
4009
3989
|
],
|
|
3990
|
+
"gap": "sm",
|
|
4010
3991
|
"direction": "vertical"
|
|
4011
3992
|
}
|
|
4012
|
-
]
|
|
3993
|
+
],
|
|
3994
|
+
"type": "card"
|
|
4013
3995
|
},
|
|
4014
3996
|
{
|
|
4015
|
-
"type": "card",
|
|
4016
3997
|
"children": [
|
|
4017
3998
|
{
|
|
3999
|
+
"direction": "vertical",
|
|
4000
|
+
"type": "stack",
|
|
4018
4001
|
"gap": "sm",
|
|
4019
4002
|
"children": [
|
|
4020
4003
|
{
|
|
4021
4004
|
"content": "Status",
|
|
4022
|
-
"
|
|
4023
|
-
"
|
|
4005
|
+
"type": "typography",
|
|
4006
|
+
"variant": "caption"
|
|
4024
4007
|
},
|
|
4025
4008
|
{
|
|
4026
|
-
"
|
|
4009
|
+
"content": "@entity.status",
|
|
4027
4010
|
"variant": "h3",
|
|
4028
|
-
"
|
|
4011
|
+
"type": "typography"
|
|
4029
4012
|
}
|
|
4030
|
-
]
|
|
4031
|
-
"type": "stack",
|
|
4032
|
-
"direction": "vertical"
|
|
4013
|
+
]
|
|
4033
4014
|
}
|
|
4034
|
-
]
|
|
4015
|
+
],
|
|
4016
|
+
"type": "card"
|
|
4035
4017
|
},
|
|
4036
4018
|
{
|
|
4019
|
+
"type": "card",
|
|
4037
4020
|
"children": [
|
|
4038
4021
|
{
|
|
4022
|
+
"type": "stack",
|
|
4023
|
+
"direction": "vertical",
|
|
4024
|
+
"gap": "sm",
|
|
4039
4025
|
"children": [
|
|
4040
4026
|
{
|
|
4027
|
+
"type": "typography",
|
|
4041
4028
|
"content": "LastActive",
|
|
4042
|
-
"variant": "caption"
|
|
4043
|
-
"type": "typography"
|
|
4029
|
+
"variant": "caption"
|
|
4044
4030
|
},
|
|
4045
4031
|
{
|
|
4032
|
+
"variant": "h3",
|
|
4046
4033
|
"type": "typography",
|
|
4047
|
-
"content": "@entity.lastActive"
|
|
4048
|
-
"variant": "h3"
|
|
4034
|
+
"content": "@entity.lastActive"
|
|
4049
4035
|
}
|
|
4050
|
-
]
|
|
4051
|
-
"direction": "vertical",
|
|
4052
|
-
"type": "stack",
|
|
4053
|
-
"gap": "sm"
|
|
4036
|
+
]
|
|
4054
4037
|
}
|
|
4055
|
-
]
|
|
4056
|
-
"type": "card"
|
|
4038
|
+
]
|
|
4057
4039
|
},
|
|
4058
4040
|
{
|
|
4059
4041
|
"type": "card",
|
|
@@ -4063,14 +4045,14 @@
|
|
|
4063
4045
|
"gap": "sm",
|
|
4064
4046
|
"children": [
|
|
4065
4047
|
{
|
|
4048
|
+
"content": "Avatar",
|
|
4066
4049
|
"type": "typography",
|
|
4067
|
-
"variant": "caption"
|
|
4068
|
-
"content": "Avatar"
|
|
4050
|
+
"variant": "caption"
|
|
4069
4051
|
},
|
|
4070
4052
|
{
|
|
4053
|
+
"content": "@entity.avatar",
|
|
4071
4054
|
"type": "typography",
|
|
4072
|
-
"variant": "h3"
|
|
4073
|
-
"content": "@entity.avatar"
|
|
4055
|
+
"variant": "h3"
|
|
4074
4056
|
}
|
|
4075
4057
|
],
|
|
4076
4058
|
"direction": "vertical"
|
|
@@ -4088,31 +4070,31 @@
|
|
|
4088
4070
|
"type": "divider"
|
|
4089
4071
|
},
|
|
4090
4072
|
{
|
|
4073
|
+
"gap": "md",
|
|
4074
|
+
"type": "grid",
|
|
4075
|
+
"cols": 2.0,
|
|
4091
4076
|
"children": [
|
|
4092
4077
|
{
|
|
4093
|
-
"type": "card",
|
|
4094
4078
|
"children": [
|
|
4095
4079
|
{
|
|
4096
|
-
"content": "Chart View",
|
|
4097
4080
|
"type": "typography",
|
|
4081
|
+
"content": "Chart View",
|
|
4098
4082
|
"variant": "caption"
|
|
4099
4083
|
}
|
|
4100
|
-
]
|
|
4084
|
+
],
|
|
4085
|
+
"type": "card"
|
|
4101
4086
|
},
|
|
4102
4087
|
{
|
|
4088
|
+
"type": "card",
|
|
4103
4089
|
"children": [
|
|
4104
4090
|
{
|
|
4105
|
-
"variant": "caption",
|
|
4106
4091
|
"content": "Graph View",
|
|
4092
|
+
"variant": "caption",
|
|
4107
4093
|
"type": "typography"
|
|
4108
4094
|
}
|
|
4109
|
-
]
|
|
4110
|
-
"type": "card"
|
|
4095
|
+
]
|
|
4111
4096
|
}
|
|
4112
|
-
]
|
|
4113
|
-
"gap": "md",
|
|
4114
|
-
"type": "grid",
|
|
4115
|
-
"cols": 2.0
|
|
4097
|
+
]
|
|
4116
4098
|
},
|
|
4117
4099
|
{
|
|
4118
4100
|
"type": "line-chart",
|
|
@@ -4122,16 +4104,16 @@
|
|
|
4122
4104
|
"date": "Jan"
|
|
4123
4105
|
},
|
|
4124
4106
|
{
|
|
4125
|
-
"
|
|
4126
|
-
"
|
|
4107
|
+
"date": "Feb",
|
|
4108
|
+
"value": 19.0
|
|
4127
4109
|
},
|
|
4128
4110
|
{
|
|
4129
|
-
"
|
|
4130
|
-
"
|
|
4111
|
+
"value": 15.0,
|
|
4112
|
+
"date": "Mar"
|
|
4131
4113
|
},
|
|
4132
4114
|
{
|
|
4133
|
-
"
|
|
4134
|
-
"
|
|
4115
|
+
"date": "Apr",
|
|
4116
|
+
"value": 25.0
|
|
4135
4117
|
},
|
|
4136
4118
|
{
|
|
4137
4119
|
"date": "May",
|
|
@@ -4144,6 +4126,7 @@
|
|
|
4144
4126
|
]
|
|
4145
4127
|
},
|
|
4146
4128
|
{
|
|
4129
|
+
"type": "chart-legend",
|
|
4147
4130
|
"items": [
|
|
4148
4131
|
{
|
|
4149
4132
|
"label": "Current",
|
|
@@ -4153,20 +4136,9 @@
|
|
|
4153
4136
|
"label": "Previous",
|
|
4154
4137
|
"color": "muted"
|
|
4155
4138
|
}
|
|
4156
|
-
]
|
|
4157
|
-
"type": "chart-legend"
|
|
4139
|
+
]
|
|
4158
4140
|
},
|
|
4159
4141
|
{
|
|
4160
|
-
"edges": [
|
|
4161
|
-
{
|
|
4162
|
-
"source": "a",
|
|
4163
|
-
"target": "b"
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"target": "c",
|
|
4167
|
-
"source": "b"
|
|
4168
|
-
}
|
|
4169
|
-
],
|
|
4170
4142
|
"nodes": [
|
|
4171
4143
|
{
|
|
4172
4144
|
"id": "a",
|
|
@@ -4181,15 +4153,43 @@
|
|
|
4181
4153
|
"label": "End"
|
|
4182
4154
|
}
|
|
4183
4155
|
],
|
|
4156
|
+
"width": 400.0,
|
|
4184
4157
|
"type": "graph-view",
|
|
4185
4158
|
"height": 200.0,
|
|
4186
|
-
"
|
|
4159
|
+
"edges": [
|
|
4160
|
+
{
|
|
4161
|
+
"target": "b",
|
|
4162
|
+
"source": "a"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"source": "b",
|
|
4166
|
+
"target": "c"
|
|
4167
|
+
}
|
|
4168
|
+
]
|
|
4187
4169
|
}
|
|
4188
4170
|
],
|
|
4189
|
-
"type": "stack",
|
|
4190
4171
|
"direction": "vertical"
|
|
4191
4172
|
}
|
|
4192
|
-
]
|
|
4173
|
+
],
|
|
4174
|
+
"type": "scaled-diagram"
|
|
4175
|
+
}
|
|
4176
|
+
],
|
|
4177
|
+
"appName": "Realtime Chat",
|
|
4178
|
+
"navItems": [
|
|
4179
|
+
{
|
|
4180
|
+
"href": "/chat",
|
|
4181
|
+
"label": "Chat",
|
|
4182
|
+
"icon": "layout-list"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"href": "/channels",
|
|
4186
|
+
"icon": "hash",
|
|
4187
|
+
"label": "Channels"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"icon": "layout-list",
|
|
4191
|
+
"href": "/online",
|
|
4192
|
+
"label": "Online"
|
|
4193
4193
|
}
|
|
4194
4194
|
]
|
|
4195
4195
|
}
|
|
@@ -4216,32 +4216,32 @@
|
|
|
4216
4216
|
"main",
|
|
4217
4217
|
{
|
|
4218
4218
|
"type": "dashboard-layout",
|
|
4219
|
+
"appName": "Realtime Chat",
|
|
4219
4220
|
"navItems": [
|
|
4220
4221
|
{
|
|
4221
4222
|
"icon": "layout-list",
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4223
|
+
"label": "Chat",
|
|
4224
|
+
"href": "/chat"
|
|
4224
4225
|
},
|
|
4225
4226
|
{
|
|
4226
|
-
"label": "Channels",
|
|
4227
4227
|
"href": "/channels",
|
|
4228
|
-
"icon": "hash"
|
|
4228
|
+
"icon": "hash",
|
|
4229
|
+
"label": "Channels"
|
|
4229
4230
|
},
|
|
4230
4231
|
{
|
|
4231
|
-
"label": "Online",
|
|
4232
4232
|
"href": "/online",
|
|
4233
|
-
"icon": "layout-list"
|
|
4233
|
+
"icon": "layout-list",
|
|
4234
|
+
"label": "Online"
|
|
4234
4235
|
}
|
|
4235
4236
|
],
|
|
4236
|
-
"appName": "Realtime Chat",
|
|
4237
4237
|
"children": [
|
|
4238
4238
|
{
|
|
4239
|
-
"type": "scaled-diagram",
|
|
4240
4239
|
"children": [
|
|
4241
4240
|
{
|
|
4242
|
-
"
|
|
4241
|
+
"gap": "lg",
|
|
4243
4242
|
"children": [
|
|
4244
4243
|
{
|
|
4244
|
+
"type": "breadcrumb",
|
|
4245
4245
|
"items": [
|
|
4246
4246
|
{
|
|
4247
4247
|
"href": "/",
|
|
@@ -4250,15 +4250,14 @@
|
|
|
4250
4250
|
{
|
|
4251
4251
|
"label": "Online Users"
|
|
4252
4252
|
}
|
|
4253
|
-
]
|
|
4254
|
-
"type": "breadcrumb"
|
|
4253
|
+
]
|
|
4255
4254
|
},
|
|
4256
4255
|
{
|
|
4256
|
+
"direction": "horizontal",
|
|
4257
4257
|
"type": "stack",
|
|
4258
|
-
"justify": "between",
|
|
4259
4258
|
"children": [
|
|
4260
4259
|
{
|
|
4261
|
-
"
|
|
4260
|
+
"type": "stack",
|
|
4262
4261
|
"children": [
|
|
4263
4262
|
{
|
|
4264
4263
|
"name": "users",
|
|
@@ -4270,27 +4269,28 @@
|
|
|
4270
4269
|
"variant": "h2"
|
|
4271
4270
|
}
|
|
4272
4271
|
],
|
|
4273
|
-
"
|
|
4274
|
-
"
|
|
4272
|
+
"direction": "horizontal",
|
|
4273
|
+
"gap": "md"
|
|
4275
4274
|
},
|
|
4276
4275
|
{
|
|
4276
|
+
"label": "Refresh",
|
|
4277
|
+
"action": "REFRESH",
|
|
4277
4278
|
"variant": "secondary",
|
|
4278
|
-
"type": "button",
|
|
4279
4279
|
"icon": "refresh-cw",
|
|
4280
|
-
"
|
|
4281
|
-
"action": "REFRESH"
|
|
4280
|
+
"type": "button"
|
|
4282
4281
|
}
|
|
4283
4282
|
],
|
|
4284
|
-
"
|
|
4283
|
+
"justify": "between",
|
|
4285
4284
|
"gap": "md"
|
|
4286
4285
|
},
|
|
4287
4286
|
{
|
|
4288
4287
|
"type": "divider"
|
|
4289
4288
|
},
|
|
4290
4289
|
{
|
|
4291
|
-
"
|
|
4290
|
+
"type": "box",
|
|
4292
4291
|
"children": [
|
|
4293
4292
|
{
|
|
4293
|
+
"cols": 3.0,
|
|
4294
4294
|
"type": "simple-grid",
|
|
4295
4295
|
"children": [
|
|
4296
4296
|
{
|
|
@@ -4298,20 +4298,20 @@
|
|
|
4298
4298
|
"children": [
|
|
4299
4299
|
{
|
|
4300
4300
|
"direction": "vertical",
|
|
4301
|
-
"gap": "sm",
|
|
4302
|
-
"type": "stack",
|
|
4303
4301
|
"children": [
|
|
4304
4302
|
{
|
|
4305
4303
|
"variant": "caption",
|
|
4306
|
-
"
|
|
4307
|
-
"
|
|
4304
|
+
"content": "Username",
|
|
4305
|
+
"type": "typography"
|
|
4308
4306
|
},
|
|
4309
4307
|
{
|
|
4310
|
-
"content": "@entity.username",
|
|
4311
4308
|
"type": "typography",
|
|
4312
|
-
"variant": "h3"
|
|
4309
|
+
"variant": "h3",
|
|
4310
|
+
"content": "@entity.username"
|
|
4313
4311
|
}
|
|
4314
|
-
]
|
|
4312
|
+
],
|
|
4313
|
+
"type": "stack",
|
|
4314
|
+
"gap": "sm"
|
|
4315
4315
|
}
|
|
4316
4316
|
]
|
|
4317
4317
|
},
|
|
@@ -4319,8 +4319,6 @@
|
|
|
4319
4319
|
"type": "card",
|
|
4320
4320
|
"children": [
|
|
4321
4321
|
{
|
|
4322
|
-
"gap": "sm",
|
|
4323
|
-
"direction": "vertical",
|
|
4324
4322
|
"children": [
|
|
4325
4323
|
{
|
|
4326
4324
|
"content": "Status",
|
|
@@ -4333,38 +4331,38 @@
|
|
|
4333
4331
|
"content": "@entity.status"
|
|
4334
4332
|
}
|
|
4335
4333
|
],
|
|
4336
|
-
"type": "stack"
|
|
4334
|
+
"type": "stack",
|
|
4335
|
+
"direction": "vertical",
|
|
4336
|
+
"gap": "sm"
|
|
4337
4337
|
}
|
|
4338
4338
|
]
|
|
4339
4339
|
},
|
|
4340
4340
|
{
|
|
4341
|
+
"type": "card",
|
|
4341
4342
|
"children": [
|
|
4342
4343
|
{
|
|
4344
|
+
"type": "stack",
|
|
4343
4345
|
"children": [
|
|
4344
4346
|
{
|
|
4345
|
-
"content": "LastActive",
|
|
4346
4347
|
"type": "typography",
|
|
4348
|
+
"content": "LastActive",
|
|
4347
4349
|
"variant": "caption"
|
|
4348
4350
|
},
|
|
4349
4351
|
{
|
|
4350
|
-
"
|
|
4352
|
+
"content": "@entity.lastActive",
|
|
4351
4353
|
"variant": "h3",
|
|
4352
|
-
"
|
|
4354
|
+
"type": "typography"
|
|
4353
4355
|
}
|
|
4354
4356
|
],
|
|
4355
4357
|
"direction": "vertical",
|
|
4356
|
-
"gap": "sm"
|
|
4357
|
-
"type": "stack"
|
|
4358
|
+
"gap": "sm"
|
|
4358
4359
|
}
|
|
4359
|
-
]
|
|
4360
|
-
"type": "card"
|
|
4360
|
+
]
|
|
4361
4361
|
},
|
|
4362
4362
|
{
|
|
4363
|
+
"type": "card",
|
|
4363
4364
|
"children": [
|
|
4364
4365
|
{
|
|
4365
|
-
"type": "stack",
|
|
4366
|
-
"direction": "vertical",
|
|
4367
|
-
"gap": "sm",
|
|
4368
4366
|
"children": [
|
|
4369
4367
|
{
|
|
4370
4368
|
"type": "typography",
|
|
@@ -4376,92 +4374,104 @@
|
|
|
4376
4374
|
"content": "@entity.avatar",
|
|
4377
4375
|
"variant": "h3"
|
|
4378
4376
|
}
|
|
4379
|
-
]
|
|
4377
|
+
],
|
|
4378
|
+
"direction": "vertical",
|
|
4379
|
+
"type": "stack",
|
|
4380
|
+
"gap": "sm"
|
|
4380
4381
|
}
|
|
4381
|
-
]
|
|
4382
|
-
"type": "card"
|
|
4382
|
+
]
|
|
4383
4383
|
}
|
|
4384
|
-
]
|
|
4385
|
-
"cols": 3.0
|
|
4384
|
+
]
|
|
4386
4385
|
}
|
|
4387
4386
|
],
|
|
4388
|
-
"
|
|
4387
|
+
"padding": "md"
|
|
4389
4388
|
},
|
|
4390
4389
|
{
|
|
4391
4390
|
"type": "divider"
|
|
4392
4391
|
},
|
|
4393
4392
|
{
|
|
4394
|
-
"
|
|
4393
|
+
"gap": "md",
|
|
4395
4394
|
"cols": 2.0,
|
|
4395
|
+
"type": "grid",
|
|
4396
4396
|
"children": [
|
|
4397
4397
|
{
|
|
4398
|
+
"type": "card",
|
|
4398
4399
|
"children": [
|
|
4399
4400
|
{
|
|
4400
|
-
"content": "Chart View",
|
|
4401
4401
|
"type": "typography",
|
|
4402
|
-
"variant": "caption"
|
|
4402
|
+
"variant": "caption",
|
|
4403
|
+
"content": "Chart View"
|
|
4403
4404
|
}
|
|
4404
|
-
]
|
|
4405
|
-
"type": "card"
|
|
4405
|
+
]
|
|
4406
4406
|
},
|
|
4407
4407
|
{
|
|
4408
4408
|
"type": "card",
|
|
4409
4409
|
"children": [
|
|
4410
4410
|
{
|
|
4411
|
-
"type": "typography",
|
|
4412
4411
|
"content": "Graph View",
|
|
4412
|
+
"type": "typography",
|
|
4413
4413
|
"variant": "caption"
|
|
4414
4414
|
}
|
|
4415
4415
|
]
|
|
4416
4416
|
}
|
|
4417
|
-
]
|
|
4418
|
-
"gap": "md"
|
|
4417
|
+
]
|
|
4419
4418
|
},
|
|
4420
4419
|
{
|
|
4421
|
-
"type": "line-chart",
|
|
4422
4420
|
"data": [
|
|
4423
4421
|
{
|
|
4424
4422
|
"value": 12.0,
|
|
4425
4423
|
"date": "Jan"
|
|
4426
4424
|
},
|
|
4427
4425
|
{
|
|
4428
|
-
"
|
|
4429
|
-
"
|
|
4426
|
+
"date": "Feb",
|
|
4427
|
+
"value": 19.0
|
|
4430
4428
|
},
|
|
4431
4429
|
{
|
|
4432
|
-
"
|
|
4433
|
-
"
|
|
4430
|
+
"date": "Mar",
|
|
4431
|
+
"value": 15.0
|
|
4434
4432
|
},
|
|
4435
4433
|
{
|
|
4436
|
-
"
|
|
4437
|
-
"
|
|
4434
|
+
"value": 25.0,
|
|
4435
|
+
"date": "Apr"
|
|
4438
4436
|
},
|
|
4439
4437
|
{
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4438
|
+
"value": 22.0,
|
|
4439
|
+
"date": "May"
|
|
4442
4440
|
},
|
|
4443
4441
|
{
|
|
4444
|
-
"
|
|
4445
|
-
"
|
|
4442
|
+
"value": 30.0,
|
|
4443
|
+
"date": "Jun"
|
|
4446
4444
|
}
|
|
4447
|
-
]
|
|
4445
|
+
],
|
|
4446
|
+
"type": "line-chart"
|
|
4448
4447
|
},
|
|
4449
4448
|
{
|
|
4450
4449
|
"items": [
|
|
4451
4450
|
{
|
|
4452
|
-
"
|
|
4453
|
-
"
|
|
4451
|
+
"label": "Current",
|
|
4452
|
+
"color": "primary"
|
|
4454
4453
|
},
|
|
4455
4454
|
{
|
|
4456
|
-
"
|
|
4457
|
-
"
|
|
4455
|
+
"color": "muted",
|
|
4456
|
+
"label": "Previous"
|
|
4458
4457
|
}
|
|
4459
4458
|
],
|
|
4460
4459
|
"type": "chart-legend"
|
|
4461
4460
|
},
|
|
4462
4461
|
{
|
|
4463
|
-
"type": "graph-view",
|
|
4464
4462
|
"width": 400.0,
|
|
4463
|
+
"height": 200.0,
|
|
4464
|
+
"edges": [
|
|
4465
|
+
{
|
|
4466
|
+
"source": "a",
|
|
4467
|
+
"target": "b"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"source": "b",
|
|
4471
|
+
"target": "c"
|
|
4472
|
+
}
|
|
4473
|
+
],
|
|
4474
|
+
"type": "graph-view",
|
|
4465
4475
|
"nodes": [
|
|
4466
4476
|
{
|
|
4467
4477
|
"id": "a",
|
|
@@ -4475,24 +4485,14 @@
|
|
|
4475
4485
|
"label": "End",
|
|
4476
4486
|
"id": "c"
|
|
4477
4487
|
}
|
|
4478
|
-
],
|
|
4479
|
-
"height": 200.0,
|
|
4480
|
-
"edges": [
|
|
4481
|
-
{
|
|
4482
|
-
"target": "b",
|
|
4483
|
-
"source": "a"
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"source": "b",
|
|
4487
|
-
"target": "c"
|
|
4488
|
-
}
|
|
4489
4488
|
]
|
|
4490
4489
|
}
|
|
4491
4490
|
],
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4491
|
+
"direction": "vertical",
|
|
4492
|
+
"type": "stack"
|
|
4494
4493
|
}
|
|
4495
|
-
]
|
|
4494
|
+
],
|
|
4495
|
+
"type": "scaled-diagram"
|
|
4496
4496
|
}
|
|
4497
4497
|
]
|
|
4498
4498
|
}
|
|
@@ -4509,8 +4509,8 @@
|
|
|
4509
4509
|
"OnlineUser",
|
|
4510
4510
|
{
|
|
4511
4511
|
"emit": {
|
|
4512
|
-
"
|
|
4513
|
-
"
|
|
4512
|
+
"failure": "OnlineUserLoadFailed",
|
|
4513
|
+
"success": "OnlineUserLoaded"
|
|
4514
4514
|
}
|
|
4515
4515
|
}
|
|
4516
4516
|
],
|
|
@@ -4518,28 +4518,32 @@
|
|
|
4518
4518
|
"render-ui",
|
|
4519
4519
|
"main",
|
|
4520
4520
|
{
|
|
4521
|
+
"type": "dashboard-layout",
|
|
4522
|
+
"appName": "Realtime Chat",
|
|
4521
4523
|
"navItems": [
|
|
4522
4524
|
{
|
|
4523
4525
|
"label": "Chat",
|
|
4524
|
-
"
|
|
4525
|
-
"
|
|
4526
|
+
"href": "/chat",
|
|
4527
|
+
"icon": "layout-list"
|
|
4526
4528
|
},
|
|
4527
4529
|
{
|
|
4528
|
-
"href": "/channels",
|
|
4529
4530
|
"label": "Channels",
|
|
4530
|
-
"icon": "hash"
|
|
4531
|
+
"icon": "hash",
|
|
4532
|
+
"href": "/channels"
|
|
4531
4533
|
},
|
|
4532
4534
|
{
|
|
4533
|
-
"href": "/online",
|
|
4534
4535
|
"icon": "layout-list",
|
|
4535
|
-
"label": "Online"
|
|
4536
|
+
"label": "Online",
|
|
4537
|
+
"href": "/online"
|
|
4536
4538
|
}
|
|
4537
4539
|
],
|
|
4538
|
-
"type": "dashboard-layout",
|
|
4539
4540
|
"children": [
|
|
4540
4541
|
{
|
|
4542
|
+
"type": "scaled-diagram",
|
|
4541
4543
|
"children": [
|
|
4542
4544
|
{
|
|
4545
|
+
"gap": "lg",
|
|
4546
|
+
"type": "stack",
|
|
4543
4547
|
"children": [
|
|
4544
4548
|
{
|
|
4545
4549
|
"type": "breadcrumb",
|
|
@@ -4554,35 +4558,35 @@
|
|
|
4554
4558
|
]
|
|
4555
4559
|
},
|
|
4556
4560
|
{
|
|
4561
|
+
"direction": "horizontal",
|
|
4562
|
+
"gap": "md",
|
|
4557
4563
|
"children": [
|
|
4558
4564
|
{
|
|
4559
4565
|
"gap": "md",
|
|
4560
4566
|
"children": [
|
|
4561
4567
|
{
|
|
4562
|
-
"
|
|
4563
|
-
"
|
|
4568
|
+
"type": "icon",
|
|
4569
|
+
"name": "users"
|
|
4564
4570
|
},
|
|
4565
4571
|
{
|
|
4566
4572
|
"type": "typography",
|
|
4567
|
-
"
|
|
4568
|
-
"
|
|
4573
|
+
"variant": "h2",
|
|
4574
|
+
"content": "Online Users"
|
|
4569
4575
|
}
|
|
4570
4576
|
],
|
|
4571
|
-
"
|
|
4572
|
-
"
|
|
4577
|
+
"type": "stack",
|
|
4578
|
+
"direction": "horizontal"
|
|
4573
4579
|
},
|
|
4574
4580
|
{
|
|
4575
|
-
"
|
|
4581
|
+
"action": "REFRESH",
|
|
4576
4582
|
"type": "button",
|
|
4577
4583
|
"variant": "secondary",
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4584
|
+
"icon": "refresh-cw",
|
|
4585
|
+
"label": "Refresh"
|
|
4580
4586
|
}
|
|
4581
4587
|
],
|
|
4582
|
-
"justify": "between",
|
|
4583
4588
|
"type": "stack",
|
|
4584
|
-
"
|
|
4585
|
-
"direction": "horizontal"
|
|
4589
|
+
"justify": "between"
|
|
4586
4590
|
},
|
|
4587
4591
|
{
|
|
4588
4592
|
"type": "divider"
|
|
@@ -4592,28 +4596,28 @@
|
|
|
4592
4596
|
"padding": "md",
|
|
4593
4597
|
"children": [
|
|
4594
4598
|
{
|
|
4595
|
-
"type": "simple-grid",
|
|
4596
4599
|
"cols": 3.0,
|
|
4600
|
+
"type": "simple-grid",
|
|
4597
4601
|
"children": [
|
|
4598
4602
|
{
|
|
4599
4603
|
"type": "card",
|
|
4600
4604
|
"children": [
|
|
4601
4605
|
{
|
|
4602
|
-
"gap": "sm",
|
|
4603
4606
|
"type": "stack",
|
|
4607
|
+
"gap": "sm",
|
|
4608
|
+
"direction": "vertical",
|
|
4604
4609
|
"children": [
|
|
4605
4610
|
{
|
|
4606
|
-
"
|
|
4611
|
+
"variant": "caption",
|
|
4607
4612
|
"type": "typography",
|
|
4608
|
-
"
|
|
4613
|
+
"content": "Username"
|
|
4609
4614
|
},
|
|
4610
4615
|
{
|
|
4616
|
+
"variant": "h3",
|
|
4611
4617
|
"type": "typography",
|
|
4612
|
-
"content": "@entity.username"
|
|
4613
|
-
"variant": "h3"
|
|
4618
|
+
"content": "@entity.username"
|
|
4614
4619
|
}
|
|
4615
|
-
]
|
|
4616
|
-
"direction": "vertical"
|
|
4620
|
+
]
|
|
4617
4621
|
}
|
|
4618
4622
|
]
|
|
4619
4623
|
},
|
|
@@ -4621,21 +4625,21 @@
|
|
|
4621
4625
|
"type": "card",
|
|
4622
4626
|
"children": [
|
|
4623
4627
|
{
|
|
4624
|
-
"type": "stack",
|
|
4625
|
-
"gap": "sm",
|
|
4626
|
-
"direction": "vertical",
|
|
4627
4628
|
"children": [
|
|
4628
4629
|
{
|
|
4629
|
-
"variant": "caption",
|
|
4630
4630
|
"type": "typography",
|
|
4631
|
+
"variant": "caption",
|
|
4631
4632
|
"content": "Status"
|
|
4632
4633
|
},
|
|
4633
4634
|
{
|
|
4635
|
+
"content": "@entity.status",
|
|
4634
4636
|
"type": "typography",
|
|
4635
|
-
"variant": "h3"
|
|
4636
|
-
"content": "@entity.status"
|
|
4637
|
+
"variant": "h3"
|
|
4637
4638
|
}
|
|
4638
|
-
]
|
|
4639
|
+
],
|
|
4640
|
+
"type": "stack",
|
|
4641
|
+
"direction": "vertical",
|
|
4642
|
+
"gap": "sm"
|
|
4639
4643
|
}
|
|
4640
4644
|
]
|
|
4641
4645
|
},
|
|
@@ -4643,8 +4647,6 @@
|
|
|
4643
4647
|
"type": "card",
|
|
4644
4648
|
"children": [
|
|
4645
4649
|
{
|
|
4646
|
-
"gap": "sm",
|
|
4647
|
-
"type": "stack",
|
|
4648
4650
|
"children": [
|
|
4649
4651
|
{
|
|
4650
4652
|
"type": "typography",
|
|
@@ -4653,11 +4655,13 @@
|
|
|
4653
4655
|
},
|
|
4654
4656
|
{
|
|
4655
4657
|
"type": "typography",
|
|
4656
|
-
"
|
|
4657
|
-
"
|
|
4658
|
+
"variant": "h3",
|
|
4659
|
+
"content": "@entity.lastActive"
|
|
4658
4660
|
}
|
|
4659
4661
|
],
|
|
4660
|
-
"
|
|
4662
|
+
"gap": "sm",
|
|
4663
|
+
"direction": "vertical",
|
|
4664
|
+
"type": "stack"
|
|
4661
4665
|
}
|
|
4662
4666
|
]
|
|
4663
4667
|
},
|
|
@@ -4665,21 +4669,21 @@
|
|
|
4665
4669
|
"type": "card",
|
|
4666
4670
|
"children": [
|
|
4667
4671
|
{
|
|
4668
|
-
"type": "stack",
|
|
4669
4672
|
"children": [
|
|
4670
4673
|
{
|
|
4671
|
-
"
|
|
4674
|
+
"type": "typography",
|
|
4672
4675
|
"content": "Avatar",
|
|
4673
|
-
"
|
|
4676
|
+
"variant": "caption"
|
|
4674
4677
|
},
|
|
4675
4678
|
{
|
|
4676
4679
|
"variant": "h3",
|
|
4677
|
-
"
|
|
4678
|
-
"
|
|
4680
|
+
"content": "@entity.avatar",
|
|
4681
|
+
"type": "typography"
|
|
4679
4682
|
}
|
|
4680
4683
|
],
|
|
4681
4684
|
"direction": "vertical",
|
|
4682
|
-
"gap": "sm"
|
|
4685
|
+
"gap": "sm",
|
|
4686
|
+
"type": "stack"
|
|
4683
4687
|
}
|
|
4684
4688
|
]
|
|
4685
4689
|
}
|
|
@@ -4693,29 +4697,29 @@
|
|
|
4693
4697
|
{
|
|
4694
4698
|
"gap": "md",
|
|
4695
4699
|
"type": "grid",
|
|
4700
|
+
"cols": 2.0,
|
|
4696
4701
|
"children": [
|
|
4697
4702
|
{
|
|
4698
4703
|
"type": "card",
|
|
4699
4704
|
"children": [
|
|
4700
4705
|
{
|
|
4701
4706
|
"variant": "caption",
|
|
4702
|
-
"
|
|
4703
|
-
"
|
|
4707
|
+
"type": "typography",
|
|
4708
|
+
"content": "Chart View"
|
|
4704
4709
|
}
|
|
4705
4710
|
]
|
|
4706
4711
|
},
|
|
4707
4712
|
{
|
|
4713
|
+
"type": "card",
|
|
4708
4714
|
"children": [
|
|
4709
4715
|
{
|
|
4710
4716
|
"type": "typography",
|
|
4711
4717
|
"variant": "caption",
|
|
4712
4718
|
"content": "Graph View"
|
|
4713
4719
|
}
|
|
4714
|
-
]
|
|
4715
|
-
"type": "card"
|
|
4720
|
+
]
|
|
4716
4721
|
}
|
|
4717
|
-
]
|
|
4718
|
-
"cols": 2.0
|
|
4722
|
+
]
|
|
4719
4723
|
},
|
|
4720
4724
|
{
|
|
4721
4725
|
"type": "line-chart",
|
|
@@ -4725,8 +4729,8 @@
|
|
|
4725
4729
|
"value": 12.0
|
|
4726
4730
|
},
|
|
4727
4731
|
{
|
|
4728
|
-
"
|
|
4729
|
-
"
|
|
4732
|
+
"date": "Feb",
|
|
4733
|
+
"value": 19.0
|
|
4730
4734
|
},
|
|
4731
4735
|
{
|
|
4732
4736
|
"value": 15.0,
|
|
@@ -4741,29 +4745,42 @@
|
|
|
4741
4745
|
"date": "May"
|
|
4742
4746
|
},
|
|
4743
4747
|
{
|
|
4744
|
-
"
|
|
4745
|
-
"
|
|
4748
|
+
"date": "Jun",
|
|
4749
|
+
"value": 30.0
|
|
4746
4750
|
}
|
|
4747
4751
|
]
|
|
4748
4752
|
},
|
|
4749
4753
|
{
|
|
4750
|
-
"type": "chart-legend",
|
|
4751
4754
|
"items": [
|
|
4752
4755
|
{
|
|
4753
4756
|
"color": "primary",
|
|
4754
4757
|
"label": "Current"
|
|
4755
4758
|
},
|
|
4756
4759
|
{
|
|
4757
|
-
"
|
|
4758
|
-
"
|
|
4760
|
+
"color": "muted",
|
|
4761
|
+
"label": "Previous"
|
|
4759
4762
|
}
|
|
4760
|
-
]
|
|
4763
|
+
],
|
|
4764
|
+
"type": "chart-legend"
|
|
4761
4765
|
},
|
|
4762
4766
|
{
|
|
4767
|
+
"type": "graph-view",
|
|
4768
|
+
"width": 400.0,
|
|
4769
|
+
"edges": [
|
|
4770
|
+
{
|
|
4771
|
+
"target": "b",
|
|
4772
|
+
"source": "a"
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"source": "b",
|
|
4776
|
+
"target": "c"
|
|
4777
|
+
}
|
|
4778
|
+
],
|
|
4779
|
+
"height": 200.0,
|
|
4763
4780
|
"nodes": [
|
|
4764
4781
|
{
|
|
4765
|
-
"
|
|
4766
|
-
"
|
|
4782
|
+
"label": "Start",
|
|
4783
|
+
"id": "a"
|
|
4767
4784
|
},
|
|
4768
4785
|
{
|
|
4769
4786
|
"id": "b",
|
|
@@ -4773,31 +4790,14 @@
|
|
|
4773
4790
|
"id": "c",
|
|
4774
4791
|
"label": "End"
|
|
4775
4792
|
}
|
|
4776
|
-
],
|
|
4777
|
-
"width": 400.0,
|
|
4778
|
-
"height": 200.0,
|
|
4779
|
-
"type": "graph-view",
|
|
4780
|
-
"edges": [
|
|
4781
|
-
{
|
|
4782
|
-
"target": "b",
|
|
4783
|
-
"source": "a"
|
|
4784
|
-
},
|
|
4785
|
-
{
|
|
4786
|
-
"target": "c",
|
|
4787
|
-
"source": "b"
|
|
4788
|
-
}
|
|
4789
4793
|
]
|
|
4790
4794
|
}
|
|
4791
4795
|
],
|
|
4792
|
-
"
|
|
4793
|
-
"direction": "vertical",
|
|
4794
|
-
"gap": "lg"
|
|
4796
|
+
"direction": "vertical"
|
|
4795
4797
|
}
|
|
4796
|
-
]
|
|
4797
|
-
"type": "scaled-diagram"
|
|
4798
|
+
]
|
|
4798
4799
|
}
|
|
4799
|
-
]
|
|
4800
|
-
"appName": "Realtime Chat"
|
|
4800
|
+
]
|
|
4801
4801
|
}
|
|
4802
4802
|
]
|
|
4803
4803
|
]
|