@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
|
@@ -563,9 +563,9 @@
|
|
|
563
563
|
"render-ui",
|
|
564
564
|
"main",
|
|
565
565
|
{
|
|
566
|
-
"
|
|
566
|
+
"align": "center",
|
|
567
567
|
"className": "py-12",
|
|
568
|
-
"
|
|
568
|
+
"direction": "vertical",
|
|
569
569
|
"children": [
|
|
570
570
|
{
|
|
571
571
|
"type": "spinner"
|
|
@@ -577,8 +577,8 @@
|
|
|
577
577
|
"type": "typography"
|
|
578
578
|
}
|
|
579
579
|
],
|
|
580
|
-
"
|
|
581
|
-
"
|
|
580
|
+
"type": "stack",
|
|
581
|
+
"gap": "md"
|
|
582
582
|
}
|
|
583
583
|
]
|
|
584
584
|
]
|
|
@@ -592,6 +592,8 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
+
"type": "dashboard-layout",
|
|
596
|
+
"appName": "CRM",
|
|
595
597
|
"navItems": [
|
|
596
598
|
{
|
|
597
599
|
"icon": "users",
|
|
@@ -599,131 +601,129 @@
|
|
|
599
601
|
"href": "/contacts"
|
|
600
602
|
},
|
|
601
603
|
{
|
|
602
|
-
"label": "Deals",
|
|
603
604
|
"href": "/deals",
|
|
604
|
-
"icon": "briefcase"
|
|
605
|
+
"icon": "briefcase",
|
|
606
|
+
"label": "Deals"
|
|
605
607
|
},
|
|
606
608
|
{
|
|
607
609
|
"href": "/pipeline",
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
+
"icon": "bar-chart-2",
|
|
611
|
+
"label": "Pipeline"
|
|
610
612
|
},
|
|
611
613
|
{
|
|
612
|
-
"label": "Notes",
|
|
613
614
|
"icon": "file-text",
|
|
614
|
-
"href": "/notes"
|
|
615
|
+
"href": "/notes",
|
|
616
|
+
"label": "Notes"
|
|
615
617
|
}
|
|
616
618
|
],
|
|
617
|
-
"type": "dashboard-layout",
|
|
618
|
-
"appName": "CRM",
|
|
619
619
|
"children": [
|
|
620
620
|
{
|
|
621
621
|
"direction": "vertical",
|
|
622
622
|
"children": [
|
|
623
623
|
{
|
|
624
|
-
"type": "stack",
|
|
625
624
|
"children": [
|
|
626
625
|
{
|
|
627
626
|
"gap": "sm",
|
|
627
|
+
"align": "center",
|
|
628
|
+
"type": "stack",
|
|
629
|
+
"direction": "horizontal",
|
|
628
630
|
"children": [
|
|
629
631
|
{
|
|
630
632
|
"type": "icon",
|
|
631
633
|
"name": "users"
|
|
632
634
|
},
|
|
633
635
|
{
|
|
634
|
-
"
|
|
636
|
+
"variant": "h2",
|
|
635
637
|
"content": "Contacts",
|
|
636
|
-
"
|
|
638
|
+
"type": "typography"
|
|
637
639
|
}
|
|
638
|
-
]
|
|
639
|
-
"direction": "horizontal",
|
|
640
|
-
"type": "stack",
|
|
641
|
-
"align": "center"
|
|
640
|
+
]
|
|
642
641
|
},
|
|
643
642
|
{
|
|
643
|
+
"type": "stack",
|
|
644
644
|
"direction": "horizontal",
|
|
645
645
|
"gap": "sm",
|
|
646
|
-
"type": "stack",
|
|
647
646
|
"children": [
|
|
648
647
|
{
|
|
648
|
+
"action": "CREATE",
|
|
649
649
|
"label": "Add Contact",
|
|
650
|
-
"variant": "primary",
|
|
651
650
|
"type": "button",
|
|
652
|
-
"
|
|
653
|
-
"
|
|
651
|
+
"variant": "primary",
|
|
652
|
+
"icon": "plus"
|
|
654
653
|
}
|
|
655
654
|
]
|
|
656
655
|
}
|
|
657
656
|
],
|
|
658
|
-
"
|
|
659
|
-
"
|
|
657
|
+
"align": "center",
|
|
658
|
+
"type": "stack",
|
|
660
659
|
"justify": "between",
|
|
661
|
-
"
|
|
660
|
+
"gap": "md",
|
|
661
|
+
"direction": "horizontal"
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
664
|
"type": "divider"
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
|
-
"cols": 1.0,
|
|
668
667
|
"children": [
|
|
669
668
|
{
|
|
670
|
-
"value": "@entity",
|
|
671
669
|
"icon": "users",
|
|
672
670
|
"type": "stat-display",
|
|
673
|
-
"label": "Total Contacts"
|
|
671
|
+
"label": "Total Contacts",
|
|
672
|
+
"value": "@entity"
|
|
674
673
|
}
|
|
675
674
|
],
|
|
675
|
+
"cols": 1.0,
|
|
676
676
|
"type": "simple-grid"
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
679
|
"type": "divider"
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
|
-
"itemActions": [
|
|
683
|
-
{
|
|
684
|
-
"event": "VIEW",
|
|
685
|
-
"variant": "ghost",
|
|
686
|
-
"label": "View"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"variant": "ghost",
|
|
690
|
-
"event": "EDIT",
|
|
691
|
-
"label": "Edit"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"event": "DELETE",
|
|
695
|
-
"variant": "danger",
|
|
696
|
-
"label": "Delete"
|
|
697
|
-
}
|
|
698
|
-
],
|
|
699
|
-
"fields": [],
|
|
700
|
-
"type": "data-list",
|
|
701
|
-
"variant": "card",
|
|
702
|
-
"entity": "@payload.data",
|
|
703
682
|
"columns": [
|
|
704
683
|
{
|
|
684
|
+
"name": "name",
|
|
705
685
|
"variant": "h3",
|
|
706
|
-
"icon": "user"
|
|
707
|
-
"name": "name"
|
|
686
|
+
"icon": "user"
|
|
708
687
|
},
|
|
709
688
|
{
|
|
710
689
|
"name": "status",
|
|
711
690
|
"variant": "badge"
|
|
712
691
|
},
|
|
713
692
|
{
|
|
714
|
-
"
|
|
715
|
-
"
|
|
693
|
+
"variant": "body",
|
|
694
|
+
"name": "company"
|
|
716
695
|
},
|
|
717
696
|
{
|
|
718
697
|
"variant": "caption",
|
|
719
698
|
"name": "email"
|
|
720
699
|
},
|
|
721
700
|
{
|
|
722
|
-
"
|
|
723
|
-
"
|
|
701
|
+
"variant": "caption",
|
|
702
|
+
"name": "phone"
|
|
724
703
|
}
|
|
725
704
|
],
|
|
726
|
-
"
|
|
705
|
+
"fields": [],
|
|
706
|
+
"itemActions": [
|
|
707
|
+
{
|
|
708
|
+
"variant": "ghost",
|
|
709
|
+
"label": "View",
|
|
710
|
+
"event": "VIEW"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"label": "Edit",
|
|
714
|
+
"event": "EDIT",
|
|
715
|
+
"variant": "ghost"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"label": "Delete",
|
|
719
|
+
"event": "DELETE",
|
|
720
|
+
"variant": "danger"
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"type": "data-list",
|
|
724
|
+
"variant": "card",
|
|
725
|
+
"gap": "sm",
|
|
726
|
+
"entity": "@payload.data"
|
|
727
727
|
}
|
|
728
728
|
],
|
|
729
729
|
"type": "stack",
|
|
@@ -744,16 +744,13 @@
|
|
|
744
744
|
"render-ui",
|
|
745
745
|
"main",
|
|
746
746
|
{
|
|
747
|
-
"align": "center",
|
|
748
747
|
"gap": "md",
|
|
749
|
-
"direction": "vertical",
|
|
750
|
-
"type": "stack",
|
|
751
748
|
"className": "py-12",
|
|
752
749
|
"children": [
|
|
753
750
|
{
|
|
754
751
|
"name": "alert-triangle",
|
|
755
|
-
"
|
|
756
|
-
"
|
|
752
|
+
"color": "destructive",
|
|
753
|
+
"type": "icon"
|
|
757
754
|
},
|
|
758
755
|
{
|
|
759
756
|
"variant": "h3",
|
|
@@ -761,19 +758,22 @@
|
|
|
761
758
|
"content": "Failed to load contact"
|
|
762
759
|
},
|
|
763
760
|
{
|
|
764
|
-
"
|
|
765
|
-
"color": "muted",
|
|
761
|
+
"content": "@payload.error",
|
|
766
762
|
"type": "typography",
|
|
767
|
-
"
|
|
763
|
+
"variant": "body",
|
|
764
|
+
"color": "muted"
|
|
768
765
|
},
|
|
769
766
|
{
|
|
770
|
-
"
|
|
767
|
+
"label": "Retry",
|
|
771
768
|
"variant": "primary",
|
|
772
769
|
"action": "INIT",
|
|
773
770
|
"icon": "rotate-ccw",
|
|
774
|
-
"
|
|
771
|
+
"type": "button"
|
|
775
772
|
}
|
|
776
|
-
]
|
|
773
|
+
],
|
|
774
|
+
"align": "center",
|
|
775
|
+
"type": "stack",
|
|
776
|
+
"direction": "vertical"
|
|
777
777
|
}
|
|
778
778
|
]
|
|
779
779
|
]
|
|
@@ -957,8 +957,8 @@
|
|
|
957
957
|
"Contact",
|
|
958
958
|
{
|
|
959
959
|
"emit": {
|
|
960
|
-
"
|
|
961
|
-
"
|
|
960
|
+
"failure": "ContactLoadFailed",
|
|
961
|
+
"success": "ContactLoaded"
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
964
|
],
|
|
@@ -966,32 +966,31 @@
|
|
|
966
966
|
"render-ui",
|
|
967
967
|
"modal",
|
|
968
968
|
{
|
|
969
|
-
"
|
|
969
|
+
"type": "stack",
|
|
970
970
|
"direction": "vertical",
|
|
971
971
|
"children": [
|
|
972
972
|
{
|
|
973
|
+
"type": "stack",
|
|
973
974
|
"direction": "horizontal",
|
|
974
975
|
"gap": "sm",
|
|
975
976
|
"children": [
|
|
976
977
|
{
|
|
977
|
-
"
|
|
978
|
-
"
|
|
978
|
+
"type": "icon",
|
|
979
|
+
"name": "plus-circle"
|
|
979
980
|
},
|
|
980
981
|
{
|
|
981
|
-
"type": "typography",
|
|
982
982
|
"content": "New Contact",
|
|
983
|
-
"variant": "h3"
|
|
983
|
+
"variant": "h3",
|
|
984
|
+
"type": "typography"
|
|
984
985
|
}
|
|
985
|
-
]
|
|
986
|
-
"type": "stack"
|
|
986
|
+
]
|
|
987
987
|
},
|
|
988
988
|
{
|
|
989
989
|
"type": "divider"
|
|
990
990
|
},
|
|
991
991
|
{
|
|
992
|
-
"submitEvent": "SAVE",
|
|
993
|
-
"mode": "create",
|
|
994
992
|
"cancelEvent": "CLOSE",
|
|
993
|
+
"submitEvent": "SAVE",
|
|
995
994
|
"fields": [
|
|
996
995
|
"name",
|
|
997
996
|
"company",
|
|
@@ -999,10 +998,11 @@
|
|
|
999
998
|
"phone",
|
|
1000
999
|
"status"
|
|
1001
1000
|
],
|
|
1002
|
-
"type": "form-section"
|
|
1001
|
+
"type": "form-section",
|
|
1002
|
+
"mode": "create"
|
|
1003
1003
|
}
|
|
1004
1004
|
],
|
|
1005
|
-
"
|
|
1005
|
+
"gap": "md"
|
|
1006
1006
|
}
|
|
1007
1007
|
]
|
|
1008
1008
|
]
|
|
@@ -1043,8 +1043,8 @@
|
|
|
1043
1043
|
"@payload.data",
|
|
1044
1044
|
{
|
|
1045
1045
|
"emit": {
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1046
|
+
"failure": "ContactSaveFailed",
|
|
1047
|
+
"success": "ContactSaved"
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
1050
1050
|
],
|
|
@@ -1256,8 +1256,8 @@
|
|
|
1256
1256
|
"Contact",
|
|
1257
1257
|
{
|
|
1258
1258
|
"emit": {
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1259
|
+
"success": "ContactLoaded",
|
|
1260
|
+
"failure": "ContactLoadFailed"
|
|
1261
1261
|
},
|
|
1262
1262
|
"id": "@payload.id"
|
|
1263
1263
|
}
|
|
@@ -1266,12 +1266,15 @@
|
|
|
1266
1266
|
"render-ui",
|
|
1267
1267
|
"modal",
|
|
1268
1268
|
{
|
|
1269
|
+
"direction": "vertical",
|
|
1269
1270
|
"children": [
|
|
1270
1271
|
{
|
|
1272
|
+
"direction": "horizontal",
|
|
1273
|
+
"gap": "sm",
|
|
1271
1274
|
"children": [
|
|
1272
1275
|
{
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1276
|
+
"type": "icon",
|
|
1277
|
+
"name": "edit"
|
|
1275
1278
|
},
|
|
1276
1279
|
{
|
|
1277
1280
|
"content": "Edit Contact",
|
|
@@ -1279,30 +1282,27 @@
|
|
|
1279
1282
|
"type": "typography"
|
|
1280
1283
|
}
|
|
1281
1284
|
],
|
|
1282
|
-
"direction": "horizontal",
|
|
1283
|
-
"gap": "sm",
|
|
1284
1285
|
"type": "stack"
|
|
1285
1286
|
},
|
|
1286
1287
|
{
|
|
1287
1288
|
"type": "divider"
|
|
1288
1289
|
},
|
|
1289
1290
|
{
|
|
1291
|
+
"mode": "edit",
|
|
1292
|
+
"submitEvent": "SAVE",
|
|
1293
|
+
"cancelEvent": "CLOSE",
|
|
1290
1294
|
"entity": "@payload.row",
|
|
1295
|
+
"type": "form-section",
|
|
1291
1296
|
"fields": [
|
|
1292
1297
|
"name",
|
|
1293
1298
|
"company",
|
|
1294
1299
|
"email",
|
|
1295
1300
|
"phone",
|
|
1296
1301
|
"status"
|
|
1297
|
-
]
|
|
1298
|
-
"submitEvent": "SAVE",
|
|
1299
|
-
"type": "form-section",
|
|
1300
|
-
"mode": "edit",
|
|
1301
|
-
"cancelEvent": "CLOSE"
|
|
1302
|
+
]
|
|
1302
1303
|
}
|
|
1303
1304
|
],
|
|
1304
1305
|
"type": "stack",
|
|
1305
|
-
"direction": "vertical",
|
|
1306
1306
|
"gap": "md"
|
|
1307
1307
|
}
|
|
1308
1308
|
]
|
|
@@ -1344,8 +1344,8 @@
|
|
|
1344
1344
|
"@payload.data",
|
|
1345
1345
|
{
|
|
1346
1346
|
"emit": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1347
|
+
"success": "ContactUpdated",
|
|
1348
|
+
"failure": "ContactUpdateFailed"
|
|
1349
1349
|
}
|
|
1350
1350
|
}
|
|
1351
1351
|
],
|
|
@@ -1492,8 +1492,8 @@
|
|
|
1492
1492
|
{
|
|
1493
1493
|
"id": "@payload.id",
|
|
1494
1494
|
"emit": {
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1495
|
+
"success": "ContactLoaded",
|
|
1496
|
+
"failure": "ContactLoadFailed"
|
|
1497
1497
|
}
|
|
1498
1498
|
}
|
|
1499
1499
|
],
|
|
@@ -1502,22 +1502,21 @@
|
|
|
1502
1502
|
"modal",
|
|
1503
1503
|
{
|
|
1504
1504
|
"gap": "md",
|
|
1505
|
-
"direction": "vertical",
|
|
1506
1505
|
"type": "stack",
|
|
1507
1506
|
"children": [
|
|
1508
1507
|
{
|
|
1509
1508
|
"gap": "sm",
|
|
1510
|
-
"direction": "horizontal",
|
|
1511
1509
|
"align": "center",
|
|
1510
|
+
"direction": "horizontal",
|
|
1512
1511
|
"children": [
|
|
1513
1512
|
{
|
|
1514
|
-
"
|
|
1515
|
-
"
|
|
1513
|
+
"type": "icon",
|
|
1514
|
+
"name": "eye"
|
|
1516
1515
|
},
|
|
1517
1516
|
{
|
|
1517
|
+
"content": "@entity.name",
|
|
1518
1518
|
"variant": "h3",
|
|
1519
|
-
"type": "typography"
|
|
1520
|
-
"content": "@entity.name"
|
|
1519
|
+
"type": "typography"
|
|
1521
1520
|
}
|
|
1522
1521
|
],
|
|
1523
1522
|
"type": "stack"
|
|
@@ -1526,76 +1525,76 @@
|
|
|
1526
1525
|
"type": "divider"
|
|
1527
1526
|
},
|
|
1528
1527
|
{
|
|
1529
|
-
"direction": "horizontal",
|
|
1530
|
-
"gap": "md",
|
|
1531
|
-
"type": "stack",
|
|
1532
1528
|
"children": [
|
|
1533
1529
|
{
|
|
1534
|
-
"
|
|
1530
|
+
"variant": "caption",
|
|
1535
1531
|
"type": "typography",
|
|
1536
|
-
"
|
|
1532
|
+
"content": "Name"
|
|
1537
1533
|
},
|
|
1538
1534
|
{
|
|
1535
|
+
"content": "@entity.name",
|
|
1539
1536
|
"type": "typography",
|
|
1540
|
-
"variant": "body"
|
|
1541
|
-
"content": "@entity.name"
|
|
1537
|
+
"variant": "body"
|
|
1542
1538
|
}
|
|
1543
|
-
]
|
|
1539
|
+
],
|
|
1540
|
+
"direction": "horizontal",
|
|
1541
|
+
"gap": "md",
|
|
1542
|
+
"type": "stack"
|
|
1544
1543
|
},
|
|
1545
1544
|
{
|
|
1546
|
-
"type": "stack",
|
|
1547
1545
|
"children": [
|
|
1548
1546
|
{
|
|
1549
1547
|
"content": "Company",
|
|
1550
|
-
"
|
|
1551
|
-
"
|
|
1548
|
+
"variant": "caption",
|
|
1549
|
+
"type": "typography"
|
|
1552
1550
|
},
|
|
1553
1551
|
{
|
|
1554
|
-
"
|
|
1552
|
+
"type": "typography",
|
|
1555
1553
|
"content": "@entity.company",
|
|
1556
|
-
"
|
|
1554
|
+
"variant": "body"
|
|
1557
1555
|
}
|
|
1558
1556
|
],
|
|
1557
|
+
"type": "stack",
|
|
1559
1558
|
"gap": "md",
|
|
1560
1559
|
"direction": "horizontal"
|
|
1561
1560
|
},
|
|
1562
1561
|
{
|
|
1562
|
+
"direction": "horizontal",
|
|
1563
1563
|
"children": [
|
|
1564
1564
|
{
|
|
1565
|
-
"variant": "caption",
|
|
1566
1565
|
"type": "typography",
|
|
1566
|
+
"variant": "caption",
|
|
1567
1567
|
"content": "Email"
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
|
-
"type": "typography",
|
|
1571
1570
|
"content": "@entity.email",
|
|
1572
|
-
"variant": "body"
|
|
1571
|
+
"variant": "body",
|
|
1572
|
+
"type": "typography"
|
|
1573
1573
|
}
|
|
1574
1574
|
],
|
|
1575
|
-
"direction": "horizontal",
|
|
1576
1575
|
"type": "stack",
|
|
1577
1576
|
"gap": "md"
|
|
1578
1577
|
},
|
|
1579
1578
|
{
|
|
1580
1579
|
"type": "stack",
|
|
1581
1580
|
"gap": "md",
|
|
1581
|
+
"direction": "horizontal",
|
|
1582
1582
|
"children": [
|
|
1583
1583
|
{
|
|
1584
1584
|
"type": "typography",
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1585
|
+
"content": "Phone",
|
|
1586
|
+
"variant": "caption"
|
|
1587
1587
|
},
|
|
1588
1588
|
{
|
|
1589
1589
|
"type": "typography",
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1590
|
+
"variant": "body",
|
|
1591
|
+
"content": "@entity.phone"
|
|
1592
1592
|
}
|
|
1593
|
-
]
|
|
1594
|
-
"direction": "horizontal"
|
|
1593
|
+
]
|
|
1595
1594
|
},
|
|
1596
1595
|
{
|
|
1597
1596
|
"type": "stack",
|
|
1598
|
-
"
|
|
1597
|
+
"direction": "horizontal",
|
|
1599
1598
|
"children": [
|
|
1600
1599
|
{
|
|
1601
1600
|
"type": "typography",
|
|
@@ -1603,38 +1602,39 @@
|
|
|
1603
1602
|
"content": "Status"
|
|
1604
1603
|
},
|
|
1605
1604
|
{
|
|
1606
|
-
"type": "typography",
|
|
1607
1605
|
"variant": "body",
|
|
1606
|
+
"type": "typography",
|
|
1608
1607
|
"content": "@entity.status"
|
|
1609
1608
|
}
|
|
1610
1609
|
],
|
|
1611
|
-
"
|
|
1610
|
+
"gap": "md"
|
|
1612
1611
|
},
|
|
1613
1612
|
{
|
|
1614
1613
|
"type": "divider"
|
|
1615
1614
|
},
|
|
1616
1615
|
{
|
|
1617
|
-
"
|
|
1618
|
-
"
|
|
1616
|
+
"justify": "end",
|
|
1617
|
+
"direction": "horizontal",
|
|
1619
1618
|
"children": [
|
|
1620
1619
|
{
|
|
1621
|
-
"label": "Edit",
|
|
1622
|
-
"variant": "primary",
|
|
1623
1620
|
"action": "EDIT",
|
|
1624
1621
|
"type": "button",
|
|
1625
|
-
"
|
|
1622
|
+
"variant": "primary",
|
|
1623
|
+
"icon": "edit",
|
|
1624
|
+
"label": "Edit"
|
|
1626
1625
|
},
|
|
1627
1626
|
{
|
|
1628
|
-
"
|
|
1627
|
+
"action": "CLOSE",
|
|
1629
1628
|
"type": "button",
|
|
1630
1629
|
"label": "Close",
|
|
1631
|
-
"
|
|
1630
|
+
"variant": "ghost"
|
|
1632
1631
|
}
|
|
1633
1632
|
],
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1633
|
+
"gap": "sm",
|
|
1634
|
+
"type": "stack"
|
|
1636
1635
|
}
|
|
1637
|
-
]
|
|
1636
|
+
],
|
|
1637
|
+
"direction": "vertical"
|
|
1638
1638
|
}
|
|
1639
1639
|
]
|
|
1640
1640
|
]
|
|
@@ -1869,26 +1869,21 @@
|
|
|
1869
1869
|
"fetch",
|
|
1870
1870
|
"Contact",
|
|
1871
1871
|
{
|
|
1872
|
-
"id": "@payload.id",
|
|
1873
1872
|
"emit": {
|
|
1874
1873
|
"success": "ContactLoaded",
|
|
1875
1874
|
"failure": "ContactLoadFailed"
|
|
1876
|
-
}
|
|
1875
|
+
},
|
|
1876
|
+
"id": "@payload.id"
|
|
1877
1877
|
}
|
|
1878
1878
|
],
|
|
1879
1879
|
[
|
|
1880
1880
|
"render-ui",
|
|
1881
1881
|
"modal",
|
|
1882
1882
|
{
|
|
1883
|
-
"type": "stack",
|
|
1884
1883
|
"gap": "md",
|
|
1885
1884
|
"direction": "vertical",
|
|
1886
1885
|
"children": [
|
|
1887
1886
|
{
|
|
1888
|
-
"direction": "horizontal",
|
|
1889
|
-
"gap": "sm",
|
|
1890
|
-
"align": "center",
|
|
1891
|
-
"type": "stack",
|
|
1892
1887
|
"children": [
|
|
1893
1888
|
{
|
|
1894
1889
|
"name": "alert-triangle",
|
|
@@ -1896,41 +1891,46 @@
|
|
|
1896
1891
|
},
|
|
1897
1892
|
{
|
|
1898
1893
|
"variant": "h3",
|
|
1899
|
-
"
|
|
1900
|
-
"
|
|
1894
|
+
"content": "Delete Contact",
|
|
1895
|
+
"type": "typography"
|
|
1901
1896
|
}
|
|
1902
|
-
]
|
|
1897
|
+
],
|
|
1898
|
+
"direction": "horizontal",
|
|
1899
|
+
"type": "stack",
|
|
1900
|
+
"gap": "sm",
|
|
1901
|
+
"align": "center"
|
|
1903
1902
|
},
|
|
1904
1903
|
{
|
|
1905
1904
|
"type": "divider"
|
|
1906
1905
|
},
|
|
1907
1906
|
{
|
|
1908
|
-
"type": "alert",
|
|
1909
1907
|
"message": "This action cannot be undone.",
|
|
1910
|
-
"variant": "error"
|
|
1908
|
+
"variant": "error",
|
|
1909
|
+
"type": "alert"
|
|
1911
1910
|
},
|
|
1912
1911
|
{
|
|
1913
|
-
"type": "stack",
|
|
1914
|
-
"justify": "end",
|
|
1915
1912
|
"direction": "horizontal",
|
|
1913
|
+
"type": "stack",
|
|
1914
|
+
"gap": "sm",
|
|
1916
1915
|
"children": [
|
|
1917
1916
|
{
|
|
1918
|
-
"label": "Cancel",
|
|
1919
|
-
"type": "button",
|
|
1920
1917
|
"action": "CANCEL",
|
|
1921
|
-
"
|
|
1922
|
-
|
|
1923
|
-
|
|
1918
|
+
"label": "Cancel",
|
|
1919
|
+
"variant": "ghost",
|
|
1920
|
+
"type": "button"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"icon": "check",
|
|
1924
|
+
"type": "button",
|
|
1924
1925
|
"variant": "danger",
|
|
1925
|
-
"action": "CONFIRM_DELETE",
|
|
1926
1926
|
"label": "Delete",
|
|
1927
|
-
"
|
|
1928
|
-
"type": "button"
|
|
1927
|
+
"action": "CONFIRM_DELETE"
|
|
1929
1928
|
}
|
|
1930
1929
|
],
|
|
1931
|
-
"
|
|
1930
|
+
"justify": "end"
|
|
1932
1931
|
}
|
|
1933
|
-
]
|
|
1932
|
+
],
|
|
1933
|
+
"type": "stack"
|
|
1934
1934
|
}
|
|
1935
1935
|
]
|
|
1936
1936
|
]
|
|
@@ -2215,8 +2215,8 @@
|
|
|
2215
2215
|
"Deal",
|
|
2216
2216
|
{
|
|
2217
2217
|
"emit": {
|
|
2218
|
-
"
|
|
2219
|
-
"
|
|
2218
|
+
"failure": "DealLoadFailed",
|
|
2219
|
+
"success": "DealLoaded"
|
|
2220
2220
|
}
|
|
2221
2221
|
}
|
|
2222
2222
|
],
|
|
@@ -2224,20 +2224,20 @@
|
|
|
2224
2224
|
"render-ui",
|
|
2225
2225
|
"main",
|
|
2226
2226
|
{
|
|
2227
|
-
"align": "center",
|
|
2228
|
-
"type": "stack",
|
|
2229
2227
|
"direction": "vertical",
|
|
2228
|
+
"align": "center",
|
|
2230
2229
|
"gap": "md",
|
|
2230
|
+
"type": "stack",
|
|
2231
2231
|
"className": "py-12",
|
|
2232
2232
|
"children": [
|
|
2233
2233
|
{
|
|
2234
2234
|
"type": "spinner"
|
|
2235
2235
|
},
|
|
2236
2236
|
{
|
|
2237
|
-
"type": "typography",
|
|
2238
|
-
"variant": "caption",
|
|
2239
2237
|
"color": "muted",
|
|
2240
|
-
"content": "Loading…"
|
|
2238
|
+
"content": "Loading…",
|
|
2239
|
+
"type": "typography",
|
|
2240
|
+
"variant": "caption"
|
|
2241
2241
|
}
|
|
2242
2242
|
]
|
|
2243
2243
|
}
|
|
@@ -2253,80 +2253,76 @@
|
|
|
2253
2253
|
"render-ui",
|
|
2254
2254
|
"main",
|
|
2255
2255
|
{
|
|
2256
|
+
"appName": "CRM",
|
|
2256
2257
|
"children": [
|
|
2257
2258
|
{
|
|
2258
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2259
|
-
"direction": "vertical",
|
|
2260
2259
|
"children": [
|
|
2261
2260
|
{
|
|
2261
|
+
"gap": "md",
|
|
2262
2262
|
"justify": "between",
|
|
2263
2263
|
"align": "center",
|
|
2264
|
-
"type": "stack",
|
|
2265
2264
|
"direction": "horizontal",
|
|
2266
|
-
"gap": "md",
|
|
2267
2265
|
"children": [
|
|
2268
2266
|
{
|
|
2267
|
+
"type": "stack",
|
|
2268
|
+
"gap": "sm",
|
|
2269
|
+
"direction": "horizontal",
|
|
2270
|
+
"align": "center",
|
|
2269
2271
|
"children": [
|
|
2270
2272
|
{
|
|
2271
2273
|
"name": "briefcase",
|
|
2272
2274
|
"type": "icon"
|
|
2273
2275
|
},
|
|
2274
2276
|
{
|
|
2275
|
-
"
|
|
2277
|
+
"content": "Deals",
|
|
2276
2278
|
"type": "typography",
|
|
2277
|
-
"
|
|
2279
|
+
"variant": "h2"
|
|
2278
2280
|
}
|
|
2279
|
-
]
|
|
2280
|
-
"type": "stack",
|
|
2281
|
-
"direction": "horizontal",
|
|
2282
|
-
"gap": "sm",
|
|
2283
|
-
"align": "center"
|
|
2281
|
+
]
|
|
2284
2282
|
},
|
|
2285
2283
|
{
|
|
2286
2284
|
"children": [
|
|
2287
2285
|
{
|
|
2288
|
-
"
|
|
2289
|
-
"label": "New Deal",
|
|
2286
|
+
"type": "button",
|
|
2290
2287
|
"action": "CREATE",
|
|
2291
2288
|
"icon": "plus",
|
|
2292
|
-
"
|
|
2289
|
+
"label": "New Deal",
|
|
2290
|
+
"variant": "primary"
|
|
2293
2291
|
}
|
|
2294
2292
|
],
|
|
2293
|
+
"gap": "sm",
|
|
2295
2294
|
"type": "stack",
|
|
2296
|
-
"direction": "horizontal"
|
|
2297
|
-
"gap": "sm"
|
|
2295
|
+
"direction": "horizontal"
|
|
2298
2296
|
}
|
|
2299
|
-
]
|
|
2297
|
+
],
|
|
2298
|
+
"type": "stack"
|
|
2300
2299
|
},
|
|
2301
2300
|
{
|
|
2302
2301
|
"type": "divider"
|
|
2303
2302
|
},
|
|
2304
2303
|
{
|
|
2305
|
-
"entity": "@payload.data",
|
|
2306
2304
|
"itemActions": [
|
|
2307
2305
|
{
|
|
2308
|
-
"variant": "ghost",
|
|
2309
2306
|
"label": "View",
|
|
2310
|
-
"event": "VIEW"
|
|
2307
|
+
"event": "VIEW",
|
|
2308
|
+
"variant": "ghost"
|
|
2311
2309
|
},
|
|
2312
2310
|
{
|
|
2313
|
-
"event": "EDIT",
|
|
2314
2311
|
"variant": "ghost",
|
|
2312
|
+
"event": "EDIT",
|
|
2315
2313
|
"label": "Edit"
|
|
2316
2314
|
},
|
|
2317
2315
|
{
|
|
2318
|
-
"event": "DELETE",
|
|
2319
2316
|
"variant": "danger",
|
|
2317
|
+
"event": "DELETE",
|
|
2320
2318
|
"label": "Delete"
|
|
2321
2319
|
}
|
|
2322
2320
|
],
|
|
2323
|
-
"gap": "md",
|
|
2324
|
-
"cols": 2.0,
|
|
2325
2321
|
"columns": [
|
|
2326
2322
|
{
|
|
2327
|
-
"icon": "briefcase",
|
|
2328
2323
|
"name": "title",
|
|
2329
|
-
"variant": "h3"
|
|
2324
|
+
"variant": "h3",
|
|
2325
|
+
"icon": "briefcase"
|
|
2330
2326
|
},
|
|
2331
2327
|
{
|
|
2332
2328
|
"name": "stage",
|
|
@@ -2338,41 +2334,45 @@
|
|
|
2338
2334
|
"name": "value"
|
|
2339
2335
|
},
|
|
2340
2336
|
{
|
|
2341
|
-
"variant": "caption",
|
|
2342
2337
|
"label": "Contact",
|
|
2338
|
+
"variant": "caption",
|
|
2343
2339
|
"name": "contactId"
|
|
2344
2340
|
}
|
|
2345
2341
|
],
|
|
2342
|
+
"gap": "md",
|
|
2343
|
+
"entity": "@payload.data",
|
|
2344
|
+
"type": "data-grid",
|
|
2346
2345
|
"fields": [],
|
|
2347
|
-
"
|
|
2346
|
+
"cols": 2.0
|
|
2348
2347
|
}
|
|
2349
2348
|
],
|
|
2349
|
+
"direction": "vertical",
|
|
2350
2350
|
"type": "stack",
|
|
2351
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2351
2352
|
"gap": "lg"
|
|
2352
2353
|
}
|
|
2353
2354
|
],
|
|
2354
2355
|
"type": "dashboard-layout",
|
|
2355
|
-
"appName": "CRM",
|
|
2356
2356
|
"navItems": [
|
|
2357
2357
|
{
|
|
2358
|
+
"icon": "users",
|
|
2358
2359
|
"label": "Contacts",
|
|
2359
|
-
"href": "/contacts"
|
|
2360
|
-
"icon": "users"
|
|
2360
|
+
"href": "/contacts"
|
|
2361
2361
|
},
|
|
2362
2362
|
{
|
|
2363
|
+
"href": "/deals",
|
|
2363
2364
|
"label": "Deals",
|
|
2364
|
-
"icon": "briefcase"
|
|
2365
|
-
"href": "/deals"
|
|
2365
|
+
"icon": "briefcase"
|
|
2366
2366
|
},
|
|
2367
2367
|
{
|
|
2368
2368
|
"href": "/pipeline",
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2369
|
+
"label": "Pipeline",
|
|
2370
|
+
"icon": "bar-chart-2"
|
|
2371
2371
|
},
|
|
2372
2372
|
{
|
|
2373
|
+
"icon": "file-text",
|
|
2373
2374
|
"label": "Notes",
|
|
2374
|
-
"href": "/notes"
|
|
2375
|
-
"icon": "file-text"
|
|
2375
|
+
"href": "/notes"
|
|
2376
2376
|
}
|
|
2377
2377
|
]
|
|
2378
2378
|
}
|
|
@@ -2388,36 +2388,36 @@
|
|
|
2388
2388
|
"render-ui",
|
|
2389
2389
|
"main",
|
|
2390
2390
|
{
|
|
2391
|
-
"className": "py-12",
|
|
2392
|
-
"align": "center",
|
|
2393
2391
|
"children": [
|
|
2394
2392
|
{
|
|
2395
|
-
"type": "icon",
|
|
2396
2393
|
"name": "alert-triangle",
|
|
2397
|
-
"color": "destructive"
|
|
2394
|
+
"color": "destructive",
|
|
2395
|
+
"type": "icon"
|
|
2398
2396
|
},
|
|
2399
2397
|
{
|
|
2398
|
+
"type": "typography",
|
|
2400
2399
|
"variant": "h3",
|
|
2401
|
-
"content": "Failed to load deal"
|
|
2402
|
-
"type": "typography"
|
|
2400
|
+
"content": "Failed to load deal"
|
|
2403
2401
|
},
|
|
2404
2402
|
{
|
|
2405
2403
|
"color": "muted",
|
|
2406
|
-
"
|
|
2404
|
+
"content": "@payload.error",
|
|
2407
2405
|
"type": "typography",
|
|
2408
|
-
"
|
|
2406
|
+
"variant": "body"
|
|
2409
2407
|
},
|
|
2410
2408
|
{
|
|
2411
2409
|
"label": "Retry",
|
|
2412
|
-
"
|
|
2413
|
-
"action": "INIT",
|
|
2410
|
+
"icon": "rotate-ccw",
|
|
2414
2411
|
"variant": "primary",
|
|
2415
|
-
"
|
|
2412
|
+
"type": "button",
|
|
2413
|
+
"action": "INIT"
|
|
2416
2414
|
}
|
|
2417
2415
|
],
|
|
2418
|
-
"
|
|
2416
|
+
"direction": "vertical",
|
|
2417
|
+
"align": "center",
|
|
2419
2418
|
"type": "stack",
|
|
2420
|
-
"
|
|
2419
|
+
"className": "py-12",
|
|
2420
|
+
"gap": "md"
|
|
2421
2421
|
}
|
|
2422
2422
|
]
|
|
2423
2423
|
]
|
|
@@ -2593,8 +2593,8 @@
|
|
|
2593
2593
|
"Deal",
|
|
2594
2594
|
{
|
|
2595
2595
|
"emit": {
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
2596
|
+
"success": "DealLoaded",
|
|
2597
|
+
"failure": "DealLoadFailed"
|
|
2598
2598
|
}
|
|
2599
2599
|
}
|
|
2600
2600
|
],
|
|
@@ -2602,11 +2602,13 @@
|
|
|
2602
2602
|
"render-ui",
|
|
2603
2603
|
"modal",
|
|
2604
2604
|
{
|
|
2605
|
+
"gap": "md",
|
|
2605
2606
|
"direction": "vertical",
|
|
2606
2607
|
"type": "stack",
|
|
2607
|
-
"gap": "md",
|
|
2608
2608
|
"children": [
|
|
2609
2609
|
{
|
|
2610
|
+
"type": "stack",
|
|
2611
|
+
"gap": "sm",
|
|
2610
2612
|
"children": [
|
|
2611
2613
|
{
|
|
2612
2614
|
"name": "plus-circle",
|
|
@@ -2614,13 +2616,11 @@
|
|
|
2614
2616
|
},
|
|
2615
2617
|
{
|
|
2616
2618
|
"type": "typography",
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
+
"variant": "h3",
|
|
2620
|
+
"content": "Create Deal"
|
|
2619
2621
|
}
|
|
2620
2622
|
],
|
|
2621
|
-
"direction": "horizontal"
|
|
2622
|
-
"type": "stack",
|
|
2623
|
-
"gap": "sm"
|
|
2623
|
+
"direction": "horizontal"
|
|
2624
2624
|
},
|
|
2625
2625
|
{
|
|
2626
2626
|
"type": "divider"
|
|
@@ -2628,6 +2628,7 @@
|
|
|
2628
2628
|
{
|
|
2629
2629
|
"cancelEvent": "CLOSE",
|
|
2630
2630
|
"submitEvent": "SAVE",
|
|
2631
|
+
"mode": "create",
|
|
2631
2632
|
"fields": [
|
|
2632
2633
|
"title",
|
|
2633
2634
|
"contactId",
|
|
@@ -2635,7 +2636,6 @@
|
|
|
2635
2636
|
"stage",
|
|
2636
2637
|
"closedAt"
|
|
2637
2638
|
],
|
|
2638
|
-
"mode": "create",
|
|
2639
2639
|
"type": "form-section"
|
|
2640
2640
|
}
|
|
2641
2641
|
]
|
|
@@ -2882,11 +2882,11 @@
|
|
|
2882
2882
|
"fetch",
|
|
2883
2883
|
"Deal",
|
|
2884
2884
|
{
|
|
2885
|
+
"id": "@payload.id",
|
|
2885
2886
|
"emit": {
|
|
2886
|
-
"
|
|
2887
|
-
"
|
|
2888
|
-
}
|
|
2889
|
-
"id": "@payload.id"
|
|
2887
|
+
"failure": "DealLoadFailed",
|
|
2888
|
+
"success": "DealLoaded"
|
|
2889
|
+
}
|
|
2890
2890
|
}
|
|
2891
2891
|
],
|
|
2892
2892
|
[
|
|
@@ -2897,25 +2897,26 @@
|
|
|
2897
2897
|
{
|
|
2898
2898
|
"children": [
|
|
2899
2899
|
{
|
|
2900
|
-
"
|
|
2901
|
-
"
|
|
2900
|
+
"type": "icon",
|
|
2901
|
+
"name": "edit"
|
|
2902
2902
|
},
|
|
2903
2903
|
{
|
|
2904
|
+
"variant": "h3",
|
|
2904
2905
|
"type": "typography",
|
|
2905
|
-
"content": "Edit Deal"
|
|
2906
|
-
"variant": "h3"
|
|
2906
|
+
"content": "Edit Deal"
|
|
2907
2907
|
}
|
|
2908
2908
|
],
|
|
2909
|
-
"direction": "horizontal",
|
|
2910
2909
|
"gap": "sm",
|
|
2911
|
-
"type": "stack"
|
|
2910
|
+
"type": "stack",
|
|
2911
|
+
"direction": "horizontal"
|
|
2912
2912
|
},
|
|
2913
2913
|
{
|
|
2914
2914
|
"type": "divider"
|
|
2915
2915
|
},
|
|
2916
2916
|
{
|
|
2917
|
-
"
|
|
2917
|
+
"mode": "edit",
|
|
2918
2918
|
"type": "form-section",
|
|
2919
|
+
"entity": "@payload.row",
|
|
2919
2920
|
"fields": [
|
|
2920
2921
|
"title",
|
|
2921
2922
|
"contactId",
|
|
@@ -2923,14 +2924,13 @@
|
|
|
2923
2924
|
"stage",
|
|
2924
2925
|
"closedAt"
|
|
2925
2926
|
],
|
|
2926
|
-
"
|
|
2927
|
-
"submitEvent": "SAVE"
|
|
2928
|
-
"cancelEvent": "CLOSE"
|
|
2927
|
+
"cancelEvent": "CLOSE",
|
|
2928
|
+
"submitEvent": "SAVE"
|
|
2929
2929
|
}
|
|
2930
2930
|
],
|
|
2931
2931
|
"gap": "md",
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
2932
|
+
"type": "stack",
|
|
2933
|
+
"direction": "vertical"
|
|
2934
2934
|
}
|
|
2935
2935
|
]
|
|
2936
2936
|
]
|
|
@@ -3109,59 +3109,57 @@
|
|
|
3109
3109
|
"fetch",
|
|
3110
3110
|
"Deal",
|
|
3111
3111
|
{
|
|
3112
|
-
"id": "@payload.id",
|
|
3113
3112
|
"emit": {
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3116
|
-
}
|
|
3113
|
+
"failure": "DealLoadFailed",
|
|
3114
|
+
"success": "DealLoaded"
|
|
3115
|
+
},
|
|
3116
|
+
"id": "@payload.id"
|
|
3117
3117
|
}
|
|
3118
3118
|
],
|
|
3119
3119
|
[
|
|
3120
3120
|
"render-ui",
|
|
3121
3121
|
"modal",
|
|
3122
3122
|
{
|
|
3123
|
-
"
|
|
3123
|
+
"gap": "md",
|
|
3124
3124
|
"children": [
|
|
3125
3125
|
{
|
|
3126
|
-
"type": "stack",
|
|
3127
|
-
"gap": "sm",
|
|
3128
|
-
"direction": "horizontal",
|
|
3129
3126
|
"children": [
|
|
3130
3127
|
{
|
|
3131
|
-
"
|
|
3132
|
-
"
|
|
3128
|
+
"name": "eye",
|
|
3129
|
+
"type": "icon"
|
|
3133
3130
|
},
|
|
3134
3131
|
{
|
|
3135
|
-
"content": "@entity.title",
|
|
3136
3132
|
"variant": "h3",
|
|
3137
|
-
"type": "typography"
|
|
3133
|
+
"type": "typography",
|
|
3134
|
+
"content": "@entity.title"
|
|
3138
3135
|
}
|
|
3139
3136
|
],
|
|
3140
|
-
"
|
|
3137
|
+
"gap": "sm",
|
|
3138
|
+
"align": "center",
|
|
3139
|
+
"type": "stack",
|
|
3140
|
+
"direction": "horizontal"
|
|
3141
3141
|
},
|
|
3142
3142
|
{
|
|
3143
3143
|
"type": "divider"
|
|
3144
3144
|
},
|
|
3145
3145
|
{
|
|
3146
|
-
"
|
|
3146
|
+
"direction": "horizontal",
|
|
3147
3147
|
"children": [
|
|
3148
3148
|
{
|
|
3149
3149
|
"content": "Title",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3150
|
+
"variant": "caption",
|
|
3151
|
+
"type": "typography"
|
|
3152
3152
|
},
|
|
3153
3153
|
{
|
|
3154
|
-
"type": "typography",
|
|
3155
3154
|
"variant": "body",
|
|
3155
|
+
"type": "typography",
|
|
3156
3156
|
"content": "@entity.title"
|
|
3157
3157
|
}
|
|
3158
3158
|
],
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3159
|
+
"type": "stack",
|
|
3160
|
+
"gap": "md"
|
|
3161
3161
|
},
|
|
3162
3162
|
{
|
|
3163
|
-
"type": "stack",
|
|
3164
|
-
"direction": "horizontal",
|
|
3165
3163
|
"gap": "md",
|
|
3166
3164
|
"children": [
|
|
3167
3165
|
{
|
|
@@ -3171,59 +3169,61 @@
|
|
|
3171
3169
|
},
|
|
3172
3170
|
{
|
|
3173
3171
|
"type": "typography",
|
|
3174
|
-
"
|
|
3175
|
-
"
|
|
3172
|
+
"variant": "body",
|
|
3173
|
+
"content": "@entity.contactId"
|
|
3176
3174
|
}
|
|
3177
|
-
]
|
|
3175
|
+
],
|
|
3176
|
+
"direction": "horizontal",
|
|
3177
|
+
"type": "stack"
|
|
3178
3178
|
},
|
|
3179
3179
|
{
|
|
3180
|
+
"type": "stack",
|
|
3181
|
+
"direction": "horizontal",
|
|
3182
|
+
"gap": "md",
|
|
3180
3183
|
"children": [
|
|
3181
3184
|
{
|
|
3182
|
-
"type": "typography",
|
|
3183
3185
|
"content": "Value",
|
|
3184
|
-
"variant": "caption"
|
|
3186
|
+
"variant": "caption",
|
|
3187
|
+
"type": "typography"
|
|
3185
3188
|
},
|
|
3186
3189
|
{
|
|
3187
|
-
"content": "@entity.value",
|
|
3188
3190
|
"type": "typography",
|
|
3189
|
-
"variant": "body"
|
|
3191
|
+
"variant": "body",
|
|
3192
|
+
"content": "@entity.value"
|
|
3190
3193
|
}
|
|
3191
|
-
]
|
|
3192
|
-
"direction": "horizontal",
|
|
3193
|
-
"gap": "md",
|
|
3194
|
-
"type": "stack"
|
|
3194
|
+
]
|
|
3195
3195
|
},
|
|
3196
3196
|
{
|
|
3197
3197
|
"type": "stack",
|
|
3198
|
-
"gap": "md",
|
|
3199
|
-
"direction": "horizontal",
|
|
3200
3198
|
"children": [
|
|
3201
3199
|
{
|
|
3202
|
-
"
|
|
3200
|
+
"content": "Stage",
|
|
3203
3201
|
"type": "typography",
|
|
3204
|
-
"
|
|
3202
|
+
"variant": "caption"
|
|
3205
3203
|
},
|
|
3206
3204
|
{
|
|
3207
|
-
"content": "@entity.stage",
|
|
3208
3205
|
"type": "typography",
|
|
3206
|
+
"content": "@entity.stage",
|
|
3209
3207
|
"variant": "body"
|
|
3210
3208
|
}
|
|
3211
|
-
]
|
|
3209
|
+
],
|
|
3210
|
+
"direction": "horizontal",
|
|
3211
|
+
"gap": "md"
|
|
3212
3212
|
},
|
|
3213
3213
|
{
|
|
3214
|
-
"type": "stack",
|
|
3215
|
-
"direction": "horizontal",
|
|
3216
3214
|
"gap": "md",
|
|
3215
|
+
"direction": "horizontal",
|
|
3216
|
+
"type": "stack",
|
|
3217
3217
|
"children": [
|
|
3218
3218
|
{
|
|
3219
3219
|
"variant": "caption",
|
|
3220
|
-
"
|
|
3221
|
-
"
|
|
3220
|
+
"content": "Closed At",
|
|
3221
|
+
"type": "typography"
|
|
3222
3222
|
},
|
|
3223
3223
|
{
|
|
3224
|
+
"type": "typography",
|
|
3224
3225
|
"variant": "body",
|
|
3225
|
-
"content": "@entity.closedAt"
|
|
3226
|
-
"type": "typography"
|
|
3226
|
+
"content": "@entity.closedAt"
|
|
3227
3227
|
}
|
|
3228
3228
|
]
|
|
3229
3229
|
},
|
|
@@ -3231,28 +3231,28 @@
|
|
|
3231
3231
|
"type": "divider"
|
|
3232
3232
|
},
|
|
3233
3233
|
{
|
|
3234
|
-
"
|
|
3234
|
+
"direction": "horizontal",
|
|
3235
3235
|
"children": [
|
|
3236
3236
|
{
|
|
3237
|
-
"
|
|
3238
|
-
"icon": "edit",
|
|
3237
|
+
"label": "Edit",
|
|
3239
3238
|
"variant": "primary",
|
|
3240
|
-
"
|
|
3241
|
-
"
|
|
3239
|
+
"icon": "edit",
|
|
3240
|
+
"action": "EDIT",
|
|
3241
|
+
"type": "button"
|
|
3242
3242
|
},
|
|
3243
3243
|
{
|
|
3244
|
+
"label": "Close",
|
|
3244
3245
|
"type": "button",
|
|
3245
|
-
"variant": "ghost",
|
|
3246
3246
|
"action": "CLOSE",
|
|
3247
|
-
"
|
|
3247
|
+
"variant": "ghost"
|
|
3248
3248
|
}
|
|
3249
3249
|
],
|
|
3250
|
-
"
|
|
3251
|
-
"
|
|
3252
|
-
"
|
|
3250
|
+
"justify": "end",
|
|
3251
|
+
"type": "stack",
|
|
3252
|
+
"gap": "sm"
|
|
3253
3253
|
}
|
|
3254
3254
|
],
|
|
3255
|
-
"
|
|
3255
|
+
"type": "stack",
|
|
3256
3256
|
"direction": "vertical"
|
|
3257
3257
|
}
|
|
3258
3258
|
]
|
|
@@ -3480,19 +3480,25 @@
|
|
|
3480
3480
|
"fetch",
|
|
3481
3481
|
"Deal",
|
|
3482
3482
|
{
|
|
3483
|
-
"id": "@payload.id",
|
|
3484
3483
|
"emit": {
|
|
3485
3484
|
"success": "DealLoaded",
|
|
3486
3485
|
"failure": "DealLoadFailed"
|
|
3487
|
-
}
|
|
3486
|
+
},
|
|
3487
|
+
"id": "@payload.id"
|
|
3488
3488
|
}
|
|
3489
3489
|
],
|
|
3490
3490
|
[
|
|
3491
3491
|
"render-ui",
|
|
3492
3492
|
"modal",
|
|
3493
3493
|
{
|
|
3494
|
+
"direction": "vertical",
|
|
3495
|
+
"type": "stack",
|
|
3496
|
+
"gap": "md",
|
|
3494
3497
|
"children": [
|
|
3495
3498
|
{
|
|
3499
|
+
"gap": "sm",
|
|
3500
|
+
"align": "center",
|
|
3501
|
+
"direction": "horizontal",
|
|
3496
3502
|
"type": "stack",
|
|
3497
3503
|
"children": [
|
|
3498
3504
|
{
|
|
@@ -3504,44 +3510,38 @@
|
|
|
3504
3510
|
"content": "Delete Deal",
|
|
3505
3511
|
"variant": "h3"
|
|
3506
3512
|
}
|
|
3507
|
-
]
|
|
3508
|
-
"align": "center",
|
|
3509
|
-
"gap": "sm",
|
|
3510
|
-
"direction": "horizontal"
|
|
3513
|
+
]
|
|
3511
3514
|
},
|
|
3512
3515
|
{
|
|
3513
3516
|
"type": "divider"
|
|
3514
3517
|
},
|
|
3515
3518
|
{
|
|
3516
|
-
"variant": "error",
|
|
3517
3519
|
"type": "alert",
|
|
3520
|
+
"variant": "error",
|
|
3518
3521
|
"message": "This action cannot be undone."
|
|
3519
3522
|
},
|
|
3520
3523
|
{
|
|
3524
|
+
"gap": "sm",
|
|
3521
3525
|
"children": [
|
|
3522
3526
|
{
|
|
3523
|
-
"action": "CANCEL",
|
|
3524
3527
|
"type": "button",
|
|
3528
|
+
"variant": "ghost",
|
|
3525
3529
|
"label": "Cancel",
|
|
3526
|
-
"
|
|
3530
|
+
"action": "CANCEL"
|
|
3527
3531
|
},
|
|
3528
3532
|
{
|
|
3529
|
-
"
|
|
3533
|
+
"action": "CONFIRM_DELETE",
|
|
3530
3534
|
"type": "button",
|
|
3535
|
+
"variant": "danger",
|
|
3531
3536
|
"label": "Delete",
|
|
3532
|
-
"
|
|
3533
|
-
"variant": "danger"
|
|
3537
|
+
"icon": "check"
|
|
3534
3538
|
}
|
|
3535
3539
|
],
|
|
3536
3540
|
"justify": "end",
|
|
3537
|
-
"
|
|
3538
|
-
"direction": "horizontal"
|
|
3539
|
-
"type": "stack"
|
|
3541
|
+
"type": "stack",
|
|
3542
|
+
"direction": "horizontal"
|
|
3540
3543
|
}
|
|
3541
|
-
]
|
|
3542
|
-
"gap": "md",
|
|
3543
|
-
"direction": "vertical",
|
|
3544
|
-
"type": "stack"
|
|
3544
|
+
]
|
|
3545
3545
|
}
|
|
3546
3546
|
]
|
|
3547
3547
|
]
|
|
@@ -3558,8 +3558,8 @@
|
|
|
3558
3558
|
"@entity.pendingId",
|
|
3559
3559
|
{
|
|
3560
3560
|
"emit": {
|
|
3561
|
-
"
|
|
3562
|
-
"
|
|
3561
|
+
"success": "DealDeleted",
|
|
3562
|
+
"failure": "DealDeleteFailed"
|
|
3563
3563
|
}
|
|
3564
3564
|
}
|
|
3565
3565
|
],
|
|
@@ -3801,8 +3801,8 @@
|
|
|
3801
3801
|
"Pipeline",
|
|
3802
3802
|
{
|
|
3803
3803
|
"emit": {
|
|
3804
|
-
"
|
|
3805
|
-
"
|
|
3804
|
+
"failure": "PipelineLoadFailed",
|
|
3805
|
+
"success": "PipelineLoaded"
|
|
3806
3806
|
}
|
|
3807
3807
|
}
|
|
3808
3808
|
],
|
|
@@ -3810,7 +3810,6 @@
|
|
|
3810
3810
|
"render-ui",
|
|
3811
3811
|
"main",
|
|
3812
3812
|
{
|
|
3813
|
-
"appName": "CRM",
|
|
3814
3813
|
"navItems": [
|
|
3815
3814
|
{
|
|
3816
3815
|
"href": "/contacts",
|
|
@@ -3818,9 +3817,9 @@
|
|
|
3818
3817
|
"label": "Contacts"
|
|
3819
3818
|
},
|
|
3820
3819
|
{
|
|
3820
|
+
"href": "/deals",
|
|
3821
3821
|
"label": "Deals",
|
|
3822
|
-
"icon": "briefcase"
|
|
3823
|
-
"href": "/deals"
|
|
3822
|
+
"icon": "briefcase"
|
|
3824
3823
|
},
|
|
3825
3824
|
{
|
|
3826
3825
|
"href": "/pipeline",
|
|
@@ -3828,26 +3827,24 @@
|
|
|
3828
3827
|
"label": "Pipeline"
|
|
3829
3828
|
},
|
|
3830
3829
|
{
|
|
3831
|
-
"icon": "file-text",
|
|
3832
3830
|
"label": "Notes",
|
|
3831
|
+
"icon": "file-text",
|
|
3833
3832
|
"href": "/notes"
|
|
3834
3833
|
}
|
|
3835
3834
|
],
|
|
3836
3835
|
"type": "dashboard-layout",
|
|
3836
|
+
"appName": "CRM",
|
|
3837
3837
|
"children": [
|
|
3838
3838
|
{
|
|
3839
3839
|
"children": [
|
|
3840
3840
|
{
|
|
3841
|
-
"type": "stack",
|
|
3842
|
-
"direction": "vertical",
|
|
3843
|
-
"gap": "lg",
|
|
3844
3841
|
"children": [
|
|
3845
3842
|
{
|
|
3846
3843
|
"type": "breadcrumb",
|
|
3847
3844
|
"items": [
|
|
3848
3845
|
{
|
|
3849
|
-
"
|
|
3850
|
-
"
|
|
3846
|
+
"label": "Home",
|
|
3847
|
+
"href": "/"
|
|
3851
3848
|
},
|
|
3852
3849
|
{
|
|
3853
3850
|
"label": "Pipeline"
|
|
@@ -3855,75 +3852,75 @@
|
|
|
3855
3852
|
]
|
|
3856
3853
|
},
|
|
3857
3854
|
{
|
|
3858
|
-
"direction": "horizontal",
|
|
3859
|
-
"gap": "md",
|
|
3860
|
-
"justify": "between",
|
|
3861
3855
|
"children": [
|
|
3862
3856
|
{
|
|
3863
|
-
"type": "stack",
|
|
3864
3857
|
"direction": "horizontal",
|
|
3865
3858
|
"gap": "md",
|
|
3859
|
+
"type": "stack",
|
|
3866
3860
|
"children": [
|
|
3867
3861
|
{
|
|
3868
|
-
"
|
|
3869
|
-
"
|
|
3862
|
+
"type": "icon",
|
|
3863
|
+
"name": "bar-chart-2"
|
|
3870
3864
|
},
|
|
3871
3865
|
{
|
|
3872
|
-
"type": "typography",
|
|
3873
3866
|
"variant": "h2",
|
|
3874
|
-
"content": "Pipeline"
|
|
3867
|
+
"content": "Pipeline",
|
|
3868
|
+
"type": "typography"
|
|
3875
3869
|
}
|
|
3876
3870
|
]
|
|
3877
3871
|
},
|
|
3878
3872
|
{
|
|
3879
|
-
"label": "Refresh",
|
|
3880
|
-
"type": "button",
|
|
3881
|
-
"variant": "secondary",
|
|
3882
3873
|
"icon": "refresh-cw",
|
|
3883
|
-
"
|
|
3874
|
+
"variant": "secondary",
|
|
3875
|
+
"type": "button",
|
|
3876
|
+
"action": "REFRESH",
|
|
3877
|
+
"label": "Refresh"
|
|
3884
3878
|
}
|
|
3885
3879
|
],
|
|
3880
|
+
"gap": "md",
|
|
3881
|
+
"direction": "horizontal",
|
|
3882
|
+
"justify": "between",
|
|
3886
3883
|
"type": "stack"
|
|
3887
3884
|
},
|
|
3888
3885
|
{
|
|
3889
3886
|
"type": "divider"
|
|
3890
3887
|
},
|
|
3891
3888
|
{
|
|
3892
|
-
"padding": "md",
|
|
3893
|
-
"type": "box",
|
|
3894
3889
|
"children": [
|
|
3895
3890
|
{
|
|
3896
3891
|
"cols": 3.0,
|
|
3897
|
-
"type": "simple-grid",
|
|
3898
3892
|
"children": [
|
|
3899
3893
|
{
|
|
3900
3894
|
"value": "@entity.totalDeals",
|
|
3901
|
-
"
|
|
3902
|
-
"
|
|
3895
|
+
"label": "TotalDeals",
|
|
3896
|
+
"type": "stat-display"
|
|
3903
3897
|
},
|
|
3904
3898
|
{
|
|
3905
|
-
"value": "@entity.totalValue",
|
|
3906
3899
|
"label": "TotalValue",
|
|
3900
|
+
"value": "@entity.totalValue",
|
|
3907
3901
|
"type": "stat-display"
|
|
3908
3902
|
},
|
|
3909
3903
|
{
|
|
3904
|
+
"value": "@entity.wonDeals",
|
|
3910
3905
|
"label": "WonDeals",
|
|
3911
|
-
"type": "stat-display"
|
|
3912
|
-
"value": "@entity.wonDeals"
|
|
3906
|
+
"type": "stat-display"
|
|
3913
3907
|
},
|
|
3914
3908
|
{
|
|
3915
|
-
"label": "LostDeals",
|
|
3916
3909
|
"value": "@entity.lostDeals",
|
|
3917
|
-
"type": "stat-display"
|
|
3910
|
+
"type": "stat-display",
|
|
3911
|
+
"label": "LostDeals"
|
|
3918
3912
|
},
|
|
3919
3913
|
{
|
|
3920
|
-
"
|
|
3914
|
+
"label": "ConversionRate",
|
|
3921
3915
|
"type": "stat-display",
|
|
3922
|
-
"
|
|
3916
|
+
"value": "@entity.conversionRate"
|
|
3923
3917
|
}
|
|
3924
|
-
]
|
|
3918
|
+
],
|
|
3919
|
+
"type": "simple-grid"
|
|
3925
3920
|
}
|
|
3926
|
-
]
|
|
3921
|
+
],
|
|
3922
|
+
"type": "box",
|
|
3923
|
+
"padding": "md"
|
|
3927
3924
|
},
|
|
3928
3925
|
{
|
|
3929
3926
|
"type": "divider"
|
|
@@ -3934,9 +3931,9 @@
|
|
|
3934
3931
|
"type": "card",
|
|
3935
3932
|
"children": [
|
|
3936
3933
|
{
|
|
3937
|
-
"
|
|
3934
|
+
"type": "typography",
|
|
3938
3935
|
"content": "Chart View",
|
|
3939
|
-
"
|
|
3936
|
+
"variant": "caption"
|
|
3940
3937
|
}
|
|
3941
3938
|
]
|
|
3942
3939
|
},
|
|
@@ -3952,8 +3949,8 @@
|
|
|
3952
3949
|
}
|
|
3953
3950
|
],
|
|
3954
3951
|
"gap": "md",
|
|
3955
|
-
"
|
|
3956
|
-
"
|
|
3952
|
+
"cols": 2.0,
|
|
3953
|
+
"type": "grid"
|
|
3957
3954
|
},
|
|
3958
3955
|
{
|
|
3959
3956
|
"data": [
|
|
@@ -3962,24 +3959,24 @@
|
|
|
3962
3959
|
"value": 12.0
|
|
3963
3960
|
},
|
|
3964
3961
|
{
|
|
3965
|
-
"
|
|
3966
|
-
"
|
|
3962
|
+
"date": "Feb",
|
|
3963
|
+
"value": 19.0
|
|
3967
3964
|
},
|
|
3968
3965
|
{
|
|
3969
|
-
"
|
|
3970
|
-
"
|
|
3966
|
+
"value": 15.0,
|
|
3967
|
+
"date": "Mar"
|
|
3971
3968
|
},
|
|
3972
3969
|
{
|
|
3973
|
-
"
|
|
3974
|
-
"
|
|
3970
|
+
"value": 25.0,
|
|
3971
|
+
"date": "Apr"
|
|
3975
3972
|
},
|
|
3976
3973
|
{
|
|
3977
3974
|
"value": 22.0,
|
|
3978
3975
|
"date": "May"
|
|
3979
3976
|
},
|
|
3980
3977
|
{
|
|
3981
|
-
"
|
|
3982
|
-
"
|
|
3978
|
+
"date": "Jun",
|
|
3979
|
+
"value": 30.0
|
|
3983
3980
|
}
|
|
3984
3981
|
],
|
|
3985
3982
|
"type": "line-chart"
|
|
@@ -3988,17 +3985,28 @@
|
|
|
3988
3985
|
"type": "chart-legend",
|
|
3989
3986
|
"items": [
|
|
3990
3987
|
{
|
|
3991
|
-
"
|
|
3992
|
-
"
|
|
3988
|
+
"color": "primary",
|
|
3989
|
+
"label": "Current"
|
|
3993
3990
|
},
|
|
3994
3991
|
{
|
|
3995
|
-
"
|
|
3996
|
-
"
|
|
3992
|
+
"color": "muted",
|
|
3993
|
+
"label": "Previous"
|
|
3997
3994
|
}
|
|
3998
3995
|
]
|
|
3999
3996
|
},
|
|
4000
3997
|
{
|
|
3998
|
+
"edges": [
|
|
3999
|
+
{
|
|
4000
|
+
"source": "a",
|
|
4001
|
+
"target": "b"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"source": "b",
|
|
4005
|
+
"target": "c"
|
|
4006
|
+
}
|
|
4007
|
+
],
|
|
4001
4008
|
"type": "graph-view",
|
|
4009
|
+
"width": 400.0,
|
|
4002
4010
|
"nodes": [
|
|
4003
4011
|
{
|
|
4004
4012
|
"label": "Start",
|
|
@@ -4013,20 +4021,12 @@
|
|
|
4013
4021
|
"label": "End"
|
|
4014
4022
|
}
|
|
4015
4023
|
],
|
|
4016
|
-
"width": 400.0,
|
|
4017
|
-
"edges": [
|
|
4018
|
-
{
|
|
4019
|
-
"source": "a",
|
|
4020
|
-
"target": "b"
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
"source": "b",
|
|
4024
|
-
"target": "c"
|
|
4025
|
-
}
|
|
4026
|
-
],
|
|
4027
4024
|
"height": 200.0
|
|
4028
4025
|
}
|
|
4029
|
-
]
|
|
4026
|
+
],
|
|
4027
|
+
"direction": "vertical",
|
|
4028
|
+
"type": "stack",
|
|
4029
|
+
"gap": "lg"
|
|
4030
4030
|
}
|
|
4031
4031
|
],
|
|
4032
4032
|
"type": "scaled-diagram"
|
|
@@ -4046,8 +4046,8 @@
|
|
|
4046
4046
|
"Pipeline",
|
|
4047
4047
|
{
|
|
4048
4048
|
"emit": {
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
4049
|
+
"failure": "PipelineLoadFailed",
|
|
4050
|
+
"success": "PipelineLoaded"
|
|
4051
4051
|
}
|
|
4052
4052
|
}
|
|
4053
4053
|
],
|
|
@@ -4055,37 +4055,37 @@
|
|
|
4055
4055
|
"render-ui",
|
|
4056
4056
|
"main",
|
|
4057
4057
|
{
|
|
4058
|
+
"type": "dashboard-layout",
|
|
4059
|
+
"appName": "CRM",
|
|
4058
4060
|
"navItems": [
|
|
4059
4061
|
{
|
|
4060
|
-
"
|
|
4062
|
+
"href": "/contacts",
|
|
4061
4063
|
"icon": "users",
|
|
4062
|
-
"
|
|
4064
|
+
"label": "Contacts"
|
|
4063
4065
|
},
|
|
4064
4066
|
{
|
|
4065
|
-
"icon": "briefcase",
|
|
4066
4067
|
"label": "Deals",
|
|
4067
|
-
"href": "/deals"
|
|
4068
|
+
"href": "/deals",
|
|
4069
|
+
"icon": "briefcase"
|
|
4068
4070
|
},
|
|
4069
4071
|
{
|
|
4072
|
+
"label": "Pipeline",
|
|
4070
4073
|
"icon": "bar-chart-2",
|
|
4071
|
-
"href": "/pipeline"
|
|
4072
|
-
"label": "Pipeline"
|
|
4074
|
+
"href": "/pipeline"
|
|
4073
4075
|
},
|
|
4074
4076
|
{
|
|
4075
4077
|
"label": "Notes",
|
|
4076
|
-
"
|
|
4077
|
-
"
|
|
4078
|
+
"href": "/notes",
|
|
4079
|
+
"icon": "file-text"
|
|
4078
4080
|
}
|
|
4079
4081
|
],
|
|
4080
|
-
"type": "dashboard-layout",
|
|
4081
|
-
"appName": "CRM",
|
|
4082
4082
|
"children": [
|
|
4083
4083
|
{
|
|
4084
4084
|
"children": [
|
|
4085
4085
|
{
|
|
4086
4086
|
"gap": "lg",
|
|
4087
|
-
"direction": "vertical",
|
|
4088
4087
|
"type": "stack",
|
|
4088
|
+
"direction": "vertical",
|
|
4089
4089
|
"children": [
|
|
4090
4090
|
{
|
|
4091
4091
|
"type": "breadcrumb",
|
|
@@ -4102,86 +4102,85 @@
|
|
|
4102
4102
|
{
|
|
4103
4103
|
"direction": "horizontal",
|
|
4104
4104
|
"gap": "md",
|
|
4105
|
+
"type": "stack",
|
|
4105
4106
|
"justify": "between",
|
|
4106
4107
|
"children": [
|
|
4107
4108
|
{
|
|
4108
4109
|
"gap": "md",
|
|
4109
4110
|
"children": [
|
|
4110
4111
|
{
|
|
4111
|
-
"
|
|
4112
|
-
"
|
|
4112
|
+
"name": "bar-chart-2",
|
|
4113
|
+
"type": "icon"
|
|
4113
4114
|
},
|
|
4114
4115
|
{
|
|
4115
4116
|
"type": "typography",
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4117
|
+
"variant": "h2",
|
|
4118
|
+
"content": "Pipeline"
|
|
4118
4119
|
}
|
|
4119
4120
|
],
|
|
4120
|
-
"
|
|
4121
|
-
"
|
|
4121
|
+
"direction": "horizontal",
|
|
4122
|
+
"type": "stack"
|
|
4122
4123
|
},
|
|
4123
4124
|
{
|
|
4124
|
-
"icon": "refresh-cw",
|
|
4125
4125
|
"action": "REFRESH",
|
|
4126
4126
|
"variant": "secondary",
|
|
4127
|
+
"icon": "refresh-cw",
|
|
4127
4128
|
"type": "button",
|
|
4128
4129
|
"label": "Refresh"
|
|
4129
4130
|
}
|
|
4130
|
-
]
|
|
4131
|
-
"type": "stack"
|
|
4131
|
+
]
|
|
4132
4132
|
},
|
|
4133
4133
|
{
|
|
4134
4134
|
"type": "divider"
|
|
4135
4135
|
},
|
|
4136
4136
|
{
|
|
4137
|
+
"padding": "md",
|
|
4137
4138
|
"type": "box",
|
|
4138
4139
|
"children": [
|
|
4139
4140
|
{
|
|
4140
4141
|
"children": [
|
|
4141
4142
|
{
|
|
4142
|
-
"
|
|
4143
|
+
"value": "@entity.totalDeals",
|
|
4143
4144
|
"label": "TotalDeals",
|
|
4144
|
-
"
|
|
4145
|
+
"type": "stat-display"
|
|
4145
4146
|
},
|
|
4146
4147
|
{
|
|
4148
|
+
"label": "TotalValue",
|
|
4147
4149
|
"type": "stat-display",
|
|
4148
|
-
"value": "@entity.totalValue"
|
|
4149
|
-
"label": "TotalValue"
|
|
4150
|
+
"value": "@entity.totalValue"
|
|
4150
4151
|
},
|
|
4151
4152
|
{
|
|
4153
|
+
"type": "stat-display",
|
|
4152
4154
|
"label": "WonDeals",
|
|
4153
|
-
"value": "@entity.wonDeals"
|
|
4154
|
-
"type": "stat-display"
|
|
4155
|
+
"value": "@entity.wonDeals"
|
|
4155
4156
|
},
|
|
4156
4157
|
{
|
|
4157
|
-
"
|
|
4158
|
+
"value": "@entity.lostDeals",
|
|
4158
4159
|
"label": "LostDeals",
|
|
4159
|
-
"
|
|
4160
|
+
"type": "stat-display"
|
|
4160
4161
|
},
|
|
4161
4162
|
{
|
|
4162
|
-
"label": "ConversionRate",
|
|
4163
4163
|
"value": "@entity.conversionRate",
|
|
4164
|
-
"type": "stat-display"
|
|
4164
|
+
"type": "stat-display",
|
|
4165
|
+
"label": "ConversionRate"
|
|
4165
4166
|
}
|
|
4166
4167
|
],
|
|
4167
4168
|
"type": "simple-grid",
|
|
4168
4169
|
"cols": 3.0
|
|
4169
4170
|
}
|
|
4170
|
-
]
|
|
4171
|
-
"padding": "md"
|
|
4171
|
+
]
|
|
4172
4172
|
},
|
|
4173
4173
|
{
|
|
4174
4174
|
"type": "divider"
|
|
4175
4175
|
},
|
|
4176
4176
|
{
|
|
4177
|
-
"cols": 2.0,
|
|
4178
4177
|
"children": [
|
|
4179
4178
|
{
|
|
4180
4179
|
"children": [
|
|
4181
4180
|
{
|
|
4182
|
-
"type": "typography",
|
|
4183
4181
|
"content": "Chart View",
|
|
4184
|
-
"variant": "caption"
|
|
4182
|
+
"variant": "caption",
|
|
4183
|
+
"type": "typography"
|
|
4185
4184
|
}
|
|
4186
4185
|
],
|
|
4187
4186
|
"type": "card"
|
|
@@ -4190,47 +4189,47 @@
|
|
|
4190
4189
|
"type": "card",
|
|
4191
4190
|
"children": [
|
|
4192
4191
|
{
|
|
4193
|
-
"
|
|
4192
|
+
"type": "typography",
|
|
4194
4193
|
"variant": "caption",
|
|
4195
|
-
"
|
|
4194
|
+
"content": "Graph View"
|
|
4196
4195
|
}
|
|
4197
4196
|
]
|
|
4198
4197
|
}
|
|
4199
4198
|
],
|
|
4200
|
-
"
|
|
4201
|
-
"gap": "md"
|
|
4199
|
+
"cols": 2.0,
|
|
4200
|
+
"gap": "md",
|
|
4201
|
+
"type": "grid"
|
|
4202
4202
|
},
|
|
4203
4203
|
{
|
|
4204
|
+
"type": "line-chart",
|
|
4204
4205
|
"data": [
|
|
4205
4206
|
{
|
|
4206
|
-
"
|
|
4207
|
-
"
|
|
4207
|
+
"date": "Jan",
|
|
4208
|
+
"value": 12.0
|
|
4208
4209
|
},
|
|
4209
4210
|
{
|
|
4210
4211
|
"date": "Feb",
|
|
4211
4212
|
"value": 19.0
|
|
4212
4213
|
},
|
|
4213
4214
|
{
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4215
|
+
"date": "Mar",
|
|
4216
|
+
"value": 15.0
|
|
4216
4217
|
},
|
|
4217
4218
|
{
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
4219
|
+
"date": "Apr",
|
|
4220
|
+
"value": 25.0
|
|
4220
4221
|
},
|
|
4221
4222
|
{
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4223
|
+
"date": "May",
|
|
4224
|
+
"value": 22.0
|
|
4224
4225
|
},
|
|
4225
4226
|
{
|
|
4226
4227
|
"date": "Jun",
|
|
4227
4228
|
"value": 30.0
|
|
4228
4229
|
}
|
|
4229
|
-
]
|
|
4230
|
-
"type": "line-chart"
|
|
4230
|
+
]
|
|
4231
4231
|
},
|
|
4232
4232
|
{
|
|
4233
|
-
"type": "chart-legend",
|
|
4234
4233
|
"items": [
|
|
4235
4234
|
{
|
|
4236
4235
|
"label": "Current",
|
|
@@ -4240,19 +4239,11 @@
|
|
|
4240
4239
|
"label": "Previous",
|
|
4241
4240
|
"color": "muted"
|
|
4242
4241
|
}
|
|
4243
|
-
]
|
|
4242
|
+
],
|
|
4243
|
+
"type": "chart-legend"
|
|
4244
4244
|
},
|
|
4245
4245
|
{
|
|
4246
|
-
"
|
|
4247
|
-
{
|
|
4248
|
-
"target": "b",
|
|
4249
|
-
"source": "a"
|
|
4250
|
-
},
|
|
4251
|
-
{
|
|
4252
|
-
"target": "c",
|
|
4253
|
-
"source": "b"
|
|
4254
|
-
}
|
|
4255
|
-
],
|
|
4246
|
+
"height": 200.0,
|
|
4256
4247
|
"nodes": [
|
|
4257
4248
|
{
|
|
4258
4249
|
"label": "Start",
|
|
@@ -4268,7 +4259,16 @@
|
|
|
4268
4259
|
}
|
|
4269
4260
|
],
|
|
4270
4261
|
"width": 400.0,
|
|
4271
|
-
"
|
|
4262
|
+
"edges": [
|
|
4263
|
+
{
|
|
4264
|
+
"target": "b",
|
|
4265
|
+
"source": "a"
|
|
4266
|
+
},
|
|
4267
|
+
{
|
|
4268
|
+
"source": "b",
|
|
4269
|
+
"target": "c"
|
|
4270
|
+
}
|
|
4271
|
+
],
|
|
4272
4272
|
"type": "graph-view"
|
|
4273
4273
|
}
|
|
4274
4274
|
]
|
|
@@ -4291,8 +4291,8 @@
|
|
|
4291
4291
|
"Pipeline",
|
|
4292
4292
|
{
|
|
4293
4293
|
"emit": {
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
4294
|
+
"failure": "PipelineLoadFailed",
|
|
4295
|
+
"success": "PipelineLoaded"
|
|
4296
4296
|
}
|
|
4297
4297
|
}
|
|
4298
4298
|
],
|
|
@@ -4303,13 +4303,13 @@
|
|
|
4303
4303
|
"navItems": [
|
|
4304
4304
|
{
|
|
4305
4305
|
"href": "/contacts",
|
|
4306
|
-
"
|
|
4307
|
-
"
|
|
4306
|
+
"label": "Contacts",
|
|
4307
|
+
"icon": "users"
|
|
4308
4308
|
},
|
|
4309
4309
|
{
|
|
4310
|
+
"icon": "briefcase",
|
|
4310
4311
|
"label": "Deals",
|
|
4311
|
-
"href": "/deals"
|
|
4312
|
-
"icon": "briefcase"
|
|
4312
|
+
"href": "/deals"
|
|
4313
4313
|
},
|
|
4314
4314
|
{
|
|
4315
4315
|
"href": "/pipeline",
|
|
@@ -4317,11 +4317,13 @@
|
|
|
4317
4317
|
"label": "Pipeline"
|
|
4318
4318
|
},
|
|
4319
4319
|
{
|
|
4320
|
-
"icon": "file-text",
|
|
4321
4320
|
"label": "Notes",
|
|
4322
|
-
"href": "/notes"
|
|
4321
|
+
"href": "/notes",
|
|
4322
|
+
"icon": "file-text"
|
|
4323
4323
|
}
|
|
4324
4324
|
],
|
|
4325
|
+
"appName": "CRM",
|
|
4326
|
+
"type": "dashboard-layout",
|
|
4325
4327
|
"children": [
|
|
4326
4328
|
{
|
|
4327
4329
|
"children": [
|
|
@@ -4333,8 +4335,8 @@
|
|
|
4333
4335
|
{
|
|
4334
4336
|
"items": [
|
|
4335
4337
|
{
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
+
"label": "Home",
|
|
4339
|
+
"href": "/"
|
|
4338
4340
|
},
|
|
4339
4341
|
{
|
|
4340
4342
|
"label": "Pipeline"
|
|
@@ -4343,13 +4345,15 @@
|
|
|
4343
4345
|
"type": "breadcrumb"
|
|
4344
4346
|
},
|
|
4345
4347
|
{
|
|
4348
|
+
"gap": "md",
|
|
4346
4349
|
"type": "stack",
|
|
4350
|
+
"justify": "between",
|
|
4347
4351
|
"direction": "horizontal",
|
|
4348
|
-
"gap": "md",
|
|
4349
4352
|
"children": [
|
|
4350
4353
|
{
|
|
4351
|
-
"direction": "horizontal",
|
|
4352
4354
|
"type": "stack",
|
|
4355
|
+
"direction": "horizontal",
|
|
4356
|
+
"gap": "md",
|
|
4353
4357
|
"children": [
|
|
4354
4358
|
{
|
|
4355
4359
|
"type": "icon",
|
|
@@ -4357,21 +4361,19 @@
|
|
|
4357
4361
|
},
|
|
4358
4362
|
{
|
|
4359
4363
|
"content": "Pipeline",
|
|
4360
|
-
"
|
|
4361
|
-
"
|
|
4364
|
+
"type": "typography",
|
|
4365
|
+
"variant": "h2"
|
|
4362
4366
|
}
|
|
4363
|
-
]
|
|
4364
|
-
"gap": "md"
|
|
4367
|
+
]
|
|
4365
4368
|
},
|
|
4366
4369
|
{
|
|
4367
|
-
"label": "Refresh",
|
|
4368
4370
|
"action": "REFRESH",
|
|
4371
|
+
"variant": "secondary",
|
|
4369
4372
|
"icon": "refresh-cw",
|
|
4370
|
-
"
|
|
4371
|
-
"
|
|
4373
|
+
"label": "Refresh",
|
|
4374
|
+
"type": "button"
|
|
4372
4375
|
}
|
|
4373
|
-
]
|
|
4374
|
-
"justify": "between"
|
|
4376
|
+
]
|
|
4375
4377
|
},
|
|
4376
4378
|
{
|
|
4377
4379
|
"type": "divider"
|
|
@@ -4380,35 +4382,35 @@
|
|
|
4380
4382
|
"padding": "md",
|
|
4381
4383
|
"children": [
|
|
4382
4384
|
{
|
|
4383
|
-
"type": "simple-grid",
|
|
4384
|
-
"cols": 3.0,
|
|
4385
4385
|
"children": [
|
|
4386
4386
|
{
|
|
4387
|
+
"label": "TotalDeals",
|
|
4387
4388
|
"value": "@entity.totalDeals",
|
|
4388
|
-
"type": "stat-display"
|
|
4389
|
-
"label": "TotalDeals"
|
|
4389
|
+
"type": "stat-display"
|
|
4390
4390
|
},
|
|
4391
4391
|
{
|
|
4392
4392
|
"value": "@entity.totalValue",
|
|
4393
|
-
"
|
|
4394
|
-
"
|
|
4393
|
+
"type": "stat-display",
|
|
4394
|
+
"label": "TotalValue"
|
|
4395
4395
|
},
|
|
4396
4396
|
{
|
|
4397
|
-
"
|
|
4397
|
+
"label": "WonDeals",
|
|
4398
4398
|
"value": "@entity.wonDeals",
|
|
4399
|
-
"
|
|
4399
|
+
"type": "stat-display"
|
|
4400
4400
|
},
|
|
4401
4401
|
{
|
|
4402
|
-
"
|
|
4402
|
+
"type": "stat-display",
|
|
4403
4403
|
"value": "@entity.lostDeals",
|
|
4404
|
-
"
|
|
4404
|
+
"label": "LostDeals"
|
|
4405
4405
|
},
|
|
4406
4406
|
{
|
|
4407
|
-
"
|
|
4407
|
+
"label": "ConversionRate",
|
|
4408
4408
|
"type": "stat-display",
|
|
4409
|
-
"
|
|
4409
|
+
"value": "@entity.conversionRate"
|
|
4410
4410
|
}
|
|
4411
|
-
]
|
|
4411
|
+
],
|
|
4412
|
+
"cols": 3.0,
|
|
4413
|
+
"type": "simple-grid"
|
|
4412
4414
|
}
|
|
4413
4415
|
],
|
|
4414
4416
|
"type": "box"
|
|
@@ -4417,53 +4419,53 @@
|
|
|
4417
4419
|
"type": "divider"
|
|
4418
4420
|
},
|
|
4419
4421
|
{
|
|
4422
|
+
"type": "grid",
|
|
4420
4423
|
"cols": 2.0,
|
|
4421
|
-
"gap": "md",
|
|
4422
4424
|
"children": [
|
|
4423
4425
|
{
|
|
4424
|
-
"type": "card",
|
|
4425
4426
|
"children": [
|
|
4426
4427
|
{
|
|
4428
|
+
"content": "Chart View",
|
|
4427
4429
|
"type": "typography",
|
|
4428
|
-
"variant": "caption"
|
|
4429
|
-
"content": "Chart View"
|
|
4430
|
+
"variant": "caption"
|
|
4430
4431
|
}
|
|
4431
|
-
]
|
|
4432
|
+
],
|
|
4433
|
+
"type": "card"
|
|
4432
4434
|
},
|
|
4433
4435
|
{
|
|
4434
4436
|
"type": "card",
|
|
4435
4437
|
"children": [
|
|
4436
4438
|
{
|
|
4439
|
+
"type": "typography",
|
|
4437
4440
|
"variant": "caption",
|
|
4438
|
-
"content": "Graph View"
|
|
4439
|
-
"type": "typography"
|
|
4441
|
+
"content": "Graph View"
|
|
4440
4442
|
}
|
|
4441
4443
|
]
|
|
4442
4444
|
}
|
|
4443
4445
|
],
|
|
4444
|
-
"
|
|
4446
|
+
"gap": "md"
|
|
4445
4447
|
},
|
|
4446
4448
|
{
|
|
4447
4449
|
"data": [
|
|
4448
4450
|
{
|
|
4449
|
-
"
|
|
4450
|
-
"
|
|
4451
|
+
"value": 12.0,
|
|
4452
|
+
"date": "Jan"
|
|
4451
4453
|
},
|
|
4452
4454
|
{
|
|
4453
4455
|
"date": "Feb",
|
|
4454
4456
|
"value": 19.0
|
|
4455
4457
|
},
|
|
4456
4458
|
{
|
|
4457
|
-
"
|
|
4458
|
-
"
|
|
4459
|
+
"value": 15.0,
|
|
4460
|
+
"date": "Mar"
|
|
4459
4461
|
},
|
|
4460
4462
|
{
|
|
4461
|
-
"
|
|
4462
|
-
"
|
|
4463
|
+
"value": 25.0,
|
|
4464
|
+
"date": "Apr"
|
|
4463
4465
|
},
|
|
4464
4466
|
{
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4467
|
+
"value": 22.0,
|
|
4468
|
+
"date": "May"
|
|
4467
4469
|
},
|
|
4468
4470
|
{
|
|
4469
4471
|
"date": "Jun",
|
|
@@ -4473,6 +4475,7 @@
|
|
|
4473
4475
|
"type": "line-chart"
|
|
4474
4476
|
},
|
|
4475
4477
|
{
|
|
4478
|
+
"type": "chart-legend",
|
|
4476
4479
|
"items": [
|
|
4477
4480
|
{
|
|
4478
4481
|
"label": "Current",
|
|
@@ -4482,24 +4485,13 @@
|
|
|
4482
4485
|
"label": "Previous",
|
|
4483
4486
|
"color": "muted"
|
|
4484
4487
|
}
|
|
4485
|
-
]
|
|
4486
|
-
"type": "chart-legend"
|
|
4488
|
+
]
|
|
4487
4489
|
},
|
|
4488
4490
|
{
|
|
4489
|
-
"edges": [
|
|
4490
|
-
{
|
|
4491
|
-
"source": "a",
|
|
4492
|
-
"target": "b"
|
|
4493
|
-
},
|
|
4494
|
-
{
|
|
4495
|
-
"source": "b",
|
|
4496
|
-
"target": "c"
|
|
4497
|
-
}
|
|
4498
|
-
],
|
|
4499
4491
|
"nodes": [
|
|
4500
4492
|
{
|
|
4501
|
-
"
|
|
4502
|
-
"
|
|
4493
|
+
"id": "a",
|
|
4494
|
+
"label": "Start"
|
|
4503
4495
|
},
|
|
4504
4496
|
{
|
|
4505
4497
|
"label": "Process",
|
|
@@ -4510,18 +4502,26 @@
|
|
|
4510
4502
|
"id": "c"
|
|
4511
4503
|
}
|
|
4512
4504
|
],
|
|
4513
|
-
"height": 200.0,
|
|
4514
4505
|
"width": 400.0,
|
|
4515
|
-
"type": "graph-view"
|
|
4506
|
+
"type": "graph-view",
|
|
4507
|
+
"edges": [
|
|
4508
|
+
{
|
|
4509
|
+
"target": "b",
|
|
4510
|
+
"source": "a"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"target": "c",
|
|
4514
|
+
"source": "b"
|
|
4515
|
+
}
|
|
4516
|
+
],
|
|
4517
|
+
"height": 200.0
|
|
4516
4518
|
}
|
|
4517
4519
|
]
|
|
4518
4520
|
}
|
|
4519
4521
|
],
|
|
4520
4522
|
"type": "scaled-diagram"
|
|
4521
4523
|
}
|
|
4522
|
-
]
|
|
4523
|
-
"type": "dashboard-layout",
|
|
4524
|
-
"appName": "CRM"
|
|
4524
|
+
]
|
|
4525
4525
|
}
|
|
4526
4526
|
]
|
|
4527
4527
|
]
|
|
@@ -4536,8 +4536,8 @@
|
|
|
4536
4536
|
"Pipeline",
|
|
4537
4537
|
{
|
|
4538
4538
|
"emit": {
|
|
4539
|
-
"
|
|
4540
|
-
"
|
|
4539
|
+
"failure": "PipelineLoadFailed",
|
|
4540
|
+
"success": "PipelineLoaded"
|
|
4541
4541
|
}
|
|
4542
4542
|
}
|
|
4543
4543
|
],
|
|
@@ -4545,11 +4545,13 @@
|
|
|
4545
4545
|
"render-ui",
|
|
4546
4546
|
"main",
|
|
4547
4547
|
{
|
|
4548
|
+
"type": "dashboard-layout",
|
|
4549
|
+
"appName": "CRM",
|
|
4548
4550
|
"navItems": [
|
|
4549
4551
|
{
|
|
4550
4552
|
"label": "Contacts",
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
4553
|
+
"icon": "users",
|
|
4554
|
+
"href": "/contacts"
|
|
4553
4555
|
},
|
|
4554
4556
|
{
|
|
4555
4557
|
"label": "Deals",
|
|
@@ -4557,24 +4559,22 @@
|
|
|
4557
4559
|
"icon": "briefcase"
|
|
4558
4560
|
},
|
|
4559
4561
|
{
|
|
4560
|
-
"
|
|
4562
|
+
"label": "Pipeline",
|
|
4561
4563
|
"href": "/pipeline",
|
|
4562
|
-
"
|
|
4564
|
+
"icon": "bar-chart-2"
|
|
4563
4565
|
},
|
|
4564
4566
|
{
|
|
4565
|
-
"
|
|
4567
|
+
"icon": "file-text",
|
|
4566
4568
|
"href": "/notes",
|
|
4567
|
-
"
|
|
4569
|
+
"label": "Notes"
|
|
4568
4570
|
}
|
|
4569
4571
|
],
|
|
4570
|
-
"appName": "CRM",
|
|
4571
|
-
"type": "dashboard-layout",
|
|
4572
4572
|
"children": [
|
|
4573
4573
|
{
|
|
4574
|
+
"type": "scaled-diagram",
|
|
4574
4575
|
"children": [
|
|
4575
4576
|
{
|
|
4576
4577
|
"direction": "vertical",
|
|
4577
|
-
"type": "stack",
|
|
4578
4578
|
"gap": "lg",
|
|
4579
4579
|
"children": [
|
|
4580
4580
|
{
|
|
@@ -4590,35 +4590,35 @@
|
|
|
4590
4590
|
]
|
|
4591
4591
|
},
|
|
4592
4592
|
{
|
|
4593
|
-
"type": "stack",
|
|
4594
|
-
"direction": "horizontal",
|
|
4595
4593
|
"children": [
|
|
4596
4594
|
{
|
|
4595
|
+
"direction": "horizontal",
|
|
4596
|
+
"gap": "md",
|
|
4597
|
+
"type": "stack",
|
|
4597
4598
|
"children": [
|
|
4598
4599
|
{
|
|
4599
|
-
"
|
|
4600
|
-
"
|
|
4600
|
+
"name": "bar-chart-2",
|
|
4601
|
+
"type": "icon"
|
|
4601
4602
|
},
|
|
4602
4603
|
{
|
|
4603
|
-
"type": "typography",
|
|
4604
4604
|
"content": "Pipeline",
|
|
4605
|
+
"type": "typography",
|
|
4605
4606
|
"variant": "h2"
|
|
4606
4607
|
}
|
|
4607
|
-
]
|
|
4608
|
-
"direction": "horizontal",
|
|
4609
|
-
"gap": "md",
|
|
4610
|
-
"type": "stack"
|
|
4608
|
+
]
|
|
4611
4609
|
},
|
|
4612
4610
|
{
|
|
4613
|
-
"type": "button",
|
|
4614
|
-
"label": "Refresh",
|
|
4615
|
-
"icon": "refresh-cw",
|
|
4616
4611
|
"variant": "secondary",
|
|
4617
|
-
"
|
|
4612
|
+
"label": "Refresh",
|
|
4613
|
+
"type": "button",
|
|
4614
|
+
"action": "REFRESH",
|
|
4615
|
+
"icon": "refresh-cw"
|
|
4618
4616
|
}
|
|
4619
4617
|
],
|
|
4618
|
+
"gap": "md",
|
|
4620
4619
|
"justify": "between",
|
|
4621
|
-
"
|
|
4620
|
+
"direction": "horizontal",
|
|
4621
|
+
"type": "stack"
|
|
4622
4622
|
},
|
|
4623
4623
|
{
|
|
4624
4624
|
"type": "divider"
|
|
@@ -4628,18 +4628,18 @@
|
|
|
4628
4628
|
"padding": "md",
|
|
4629
4629
|
"children": [
|
|
4630
4630
|
{
|
|
4631
|
-
"cols": 3.0,
|
|
4632
4631
|
"type": "simple-grid",
|
|
4632
|
+
"cols": 3.0,
|
|
4633
4633
|
"children": [
|
|
4634
4634
|
{
|
|
4635
|
+
"label": "TotalDeals",
|
|
4635
4636
|
"value": "@entity.totalDeals",
|
|
4636
|
-
"type": "stat-display"
|
|
4637
|
-
"label": "TotalDeals"
|
|
4637
|
+
"type": "stat-display"
|
|
4638
4638
|
},
|
|
4639
4639
|
{
|
|
4640
|
-
"value": "@entity.totalValue",
|
|
4641
4640
|
"label": "TotalValue",
|
|
4642
|
-
"type": "stat-display"
|
|
4641
|
+
"type": "stat-display",
|
|
4642
|
+
"value": "@entity.totalValue"
|
|
4643
4643
|
},
|
|
4644
4644
|
{
|
|
4645
4645
|
"type": "stat-display",
|
|
@@ -4647,13 +4647,13 @@
|
|
|
4647
4647
|
"label": "WonDeals"
|
|
4648
4648
|
},
|
|
4649
4649
|
{
|
|
4650
|
-
"value": "@entity.lostDeals",
|
|
4651
4650
|
"type": "stat-display",
|
|
4651
|
+
"value": "@entity.lostDeals",
|
|
4652
4652
|
"label": "LostDeals"
|
|
4653
4653
|
},
|
|
4654
4654
|
{
|
|
4655
|
-
"type": "stat-display",
|
|
4656
4655
|
"label": "ConversionRate",
|
|
4656
|
+
"type": "stat-display",
|
|
4657
4657
|
"value": "@entity.conversionRate"
|
|
4658
4658
|
}
|
|
4659
4659
|
]
|
|
@@ -4665,18 +4665,17 @@
|
|
|
4665
4665
|
},
|
|
4666
4666
|
{
|
|
4667
4667
|
"gap": "md",
|
|
4668
|
-
"cols": 2.0,
|
|
4669
4668
|
"type": "grid",
|
|
4670
4669
|
"children": [
|
|
4671
4670
|
{
|
|
4672
|
-
"type": "card",
|
|
4673
4671
|
"children": [
|
|
4674
4672
|
{
|
|
4675
4673
|
"variant": "caption",
|
|
4676
|
-
"
|
|
4677
|
-
"
|
|
4674
|
+
"content": "Chart View",
|
|
4675
|
+
"type": "typography"
|
|
4678
4676
|
}
|
|
4679
|
-
]
|
|
4677
|
+
],
|
|
4678
|
+
"type": "card"
|
|
4680
4679
|
},
|
|
4681
4680
|
{
|
|
4682
4681
|
"children": [
|
|
@@ -4688,38 +4687,40 @@
|
|
|
4688
4687
|
],
|
|
4689
4688
|
"type": "card"
|
|
4690
4689
|
}
|
|
4691
|
-
]
|
|
4690
|
+
],
|
|
4691
|
+
"cols": 2.0
|
|
4692
4692
|
},
|
|
4693
4693
|
{
|
|
4694
|
+
"type": "line-chart",
|
|
4694
4695
|
"data": [
|
|
4695
4696
|
{
|
|
4696
4697
|
"date": "Jan",
|
|
4697
4698
|
"value": 12.0
|
|
4698
4699
|
},
|
|
4699
4700
|
{
|
|
4700
|
-
"
|
|
4701
|
-
"
|
|
4701
|
+
"value": 19.0,
|
|
4702
|
+
"date": "Feb"
|
|
4702
4703
|
},
|
|
4703
4704
|
{
|
|
4704
|
-
"
|
|
4705
|
-
"
|
|
4705
|
+
"date": "Mar",
|
|
4706
|
+
"value": 15.0
|
|
4706
4707
|
},
|
|
4707
4708
|
{
|
|
4708
|
-
"
|
|
4709
|
-
"
|
|
4709
|
+
"date": "Apr",
|
|
4710
|
+
"value": 25.0
|
|
4710
4711
|
},
|
|
4711
4712
|
{
|
|
4712
4713
|
"date": "May",
|
|
4713
4714
|
"value": 22.0
|
|
4714
4715
|
},
|
|
4715
4716
|
{
|
|
4716
|
-
"
|
|
4717
|
-
"
|
|
4717
|
+
"value": 30.0,
|
|
4718
|
+
"date": "Jun"
|
|
4718
4719
|
}
|
|
4719
|
-
]
|
|
4720
|
-
"type": "line-chart"
|
|
4720
|
+
]
|
|
4721
4721
|
},
|
|
4722
4722
|
{
|
|
4723
|
+
"type": "chart-legend",
|
|
4723
4724
|
"items": [
|
|
4724
4725
|
{
|
|
4725
4726
|
"label": "Current",
|
|
@@ -4729,42 +4730,41 @@
|
|
|
4729
4730
|
"color": "muted",
|
|
4730
4731
|
"label": "Previous"
|
|
4731
4732
|
}
|
|
4732
|
-
]
|
|
4733
|
-
"type": "chart-legend"
|
|
4733
|
+
]
|
|
4734
4734
|
},
|
|
4735
4735
|
{
|
|
4736
|
-
"type": "graph-view",
|
|
4737
4736
|
"height": 200.0,
|
|
4737
|
+
"width": 400.0,
|
|
4738
4738
|
"nodes": [
|
|
4739
4739
|
{
|
|
4740
|
-
"
|
|
4741
|
-
"
|
|
4740
|
+
"id": "a",
|
|
4741
|
+
"label": "Start"
|
|
4742
4742
|
},
|
|
4743
4743
|
{
|
|
4744
|
-
"
|
|
4745
|
-
"
|
|
4744
|
+
"id": "b",
|
|
4745
|
+
"label": "Process"
|
|
4746
4746
|
},
|
|
4747
4747
|
{
|
|
4748
4748
|
"id": "c",
|
|
4749
4749
|
"label": "End"
|
|
4750
4750
|
}
|
|
4751
4751
|
],
|
|
4752
|
-
"width": 400.0,
|
|
4753
4752
|
"edges": [
|
|
4754
4753
|
{
|
|
4755
|
-
"
|
|
4756
|
-
"
|
|
4754
|
+
"source": "a",
|
|
4755
|
+
"target": "b"
|
|
4757
4756
|
},
|
|
4758
4757
|
{
|
|
4759
4758
|
"target": "c",
|
|
4760
4759
|
"source": "b"
|
|
4761
4760
|
}
|
|
4762
|
-
]
|
|
4761
|
+
],
|
|
4762
|
+
"type": "graph-view"
|
|
4763
4763
|
}
|
|
4764
|
-
]
|
|
4764
|
+
],
|
|
4765
|
+
"type": "stack"
|
|
4765
4766
|
}
|
|
4766
|
-
]
|
|
4767
|
-
"type": "scaled-diagram"
|
|
4767
|
+
]
|
|
4768
4768
|
}
|
|
4769
4769
|
]
|
|
4770
4770
|
}
|
|
@@ -4781,8 +4781,8 @@
|
|
|
4781
4781
|
"Pipeline",
|
|
4782
4782
|
{
|
|
4783
4783
|
"emit": {
|
|
4784
|
-
"
|
|
4785
|
-
"
|
|
4784
|
+
"failure": "PipelineLoadFailed",
|
|
4785
|
+
"success": "PipelineLoaded"
|
|
4786
4786
|
}
|
|
4787
4787
|
}
|
|
4788
4788
|
],
|
|
@@ -4790,14 +4790,13 @@
|
|
|
4790
4790
|
"render-ui",
|
|
4791
4791
|
"main",
|
|
4792
4792
|
{
|
|
4793
|
-
"appName": "CRM",
|
|
4794
4793
|
"children": [
|
|
4795
4794
|
{
|
|
4795
|
+
"type": "scaled-diagram",
|
|
4796
4796
|
"children": [
|
|
4797
4797
|
{
|
|
4798
|
-
"type": "stack",
|
|
4799
4798
|
"gap": "lg",
|
|
4800
|
-
"
|
|
4799
|
+
"type": "stack",
|
|
4801
4800
|
"children": [
|
|
4802
4801
|
{
|
|
4803
4802
|
"items": [
|
|
@@ -4812,12 +4811,13 @@
|
|
|
4812
4811
|
"type": "breadcrumb"
|
|
4813
4812
|
},
|
|
4814
4813
|
{
|
|
4815
|
-
"
|
|
4814
|
+
"type": "stack",
|
|
4816
4815
|
"direction": "horizontal",
|
|
4817
4816
|
"justify": "between",
|
|
4818
|
-
"type": "stack",
|
|
4819
4817
|
"children": [
|
|
4820
4818
|
{
|
|
4819
|
+
"gap": "md",
|
|
4820
|
+
"type": "stack",
|
|
4821
4821
|
"children": [
|
|
4822
4822
|
{
|
|
4823
4823
|
"type": "icon",
|
|
@@ -4825,43 +4825,38 @@
|
|
|
4825
4825
|
},
|
|
4826
4826
|
{
|
|
4827
4827
|
"type": "typography",
|
|
4828
|
-
"
|
|
4829
|
-
"
|
|
4828
|
+
"content": "Pipeline",
|
|
4829
|
+
"variant": "h2"
|
|
4830
4830
|
}
|
|
4831
4831
|
],
|
|
4832
|
-
"
|
|
4833
|
-
"direction": "horizontal",
|
|
4834
|
-
"gap": "md"
|
|
4832
|
+
"direction": "horizontal"
|
|
4835
4833
|
},
|
|
4836
4834
|
{
|
|
4835
|
+
"variant": "secondary",
|
|
4837
4836
|
"type": "button",
|
|
4838
|
-
"label": "Refresh",
|
|
4839
4837
|
"action": "REFRESH",
|
|
4840
|
-
"
|
|
4838
|
+
"label": "Refresh",
|
|
4841
4839
|
"icon": "refresh-cw"
|
|
4842
4840
|
}
|
|
4843
|
-
]
|
|
4841
|
+
],
|
|
4842
|
+
"gap": "md"
|
|
4844
4843
|
},
|
|
4845
4844
|
{
|
|
4846
4845
|
"type": "divider"
|
|
4847
4846
|
},
|
|
4848
4847
|
{
|
|
4849
|
-
"padding": "md",
|
|
4850
|
-
"type": "box",
|
|
4851
4848
|
"children": [
|
|
4852
4849
|
{
|
|
4853
|
-
"cols": 3.0,
|
|
4854
|
-
"type": "simple-grid",
|
|
4855
4850
|
"children": [
|
|
4856
4851
|
{
|
|
4857
4852
|
"label": "TotalDeals",
|
|
4858
|
-
"
|
|
4859
|
-
"
|
|
4853
|
+
"value": "@entity.totalDeals",
|
|
4854
|
+
"type": "stat-display"
|
|
4860
4855
|
},
|
|
4861
4856
|
{
|
|
4862
4857
|
"label": "TotalValue",
|
|
4863
|
-
"
|
|
4864
|
-
"
|
|
4858
|
+
"type": "stat-display",
|
|
4859
|
+
"value": "@entity.totalValue"
|
|
4865
4860
|
},
|
|
4866
4861
|
{
|
|
4867
4862
|
"type": "stat-display",
|
|
@@ -4869,18 +4864,22 @@
|
|
|
4869
4864
|
"value": "@entity.wonDeals"
|
|
4870
4865
|
},
|
|
4871
4866
|
{
|
|
4867
|
+
"type": "stat-display",
|
|
4872
4868
|
"label": "LostDeals",
|
|
4873
|
-
"value": "@entity.lostDeals"
|
|
4874
|
-
"type": "stat-display"
|
|
4869
|
+
"value": "@entity.lostDeals"
|
|
4875
4870
|
},
|
|
4876
4871
|
{
|
|
4877
|
-
"type": "stat-display",
|
|
4878
4872
|
"label": "ConversionRate",
|
|
4879
|
-
"value": "@entity.conversionRate"
|
|
4873
|
+
"value": "@entity.conversionRate",
|
|
4874
|
+
"type": "stat-display"
|
|
4880
4875
|
}
|
|
4881
|
-
]
|
|
4876
|
+
],
|
|
4877
|
+
"type": "simple-grid",
|
|
4878
|
+
"cols": 3.0
|
|
4882
4879
|
}
|
|
4883
|
-
]
|
|
4880
|
+
],
|
|
4881
|
+
"type": "box",
|
|
4882
|
+
"padding": "md"
|
|
4884
4883
|
},
|
|
4885
4884
|
{
|
|
4886
4885
|
"type": "divider"
|
|
@@ -4888,118 +4887,118 @@
|
|
|
4888
4887
|
{
|
|
4889
4888
|
"children": [
|
|
4890
4889
|
{
|
|
4891
|
-
"type": "card",
|
|
4892
4890
|
"children": [
|
|
4893
4891
|
{
|
|
4894
|
-
"
|
|
4892
|
+
"content": "Chart View",
|
|
4895
4893
|
"variant": "caption",
|
|
4896
|
-
"
|
|
4894
|
+
"type": "typography"
|
|
4897
4895
|
}
|
|
4898
|
-
]
|
|
4896
|
+
],
|
|
4897
|
+
"type": "card"
|
|
4899
4898
|
},
|
|
4900
4899
|
{
|
|
4901
4900
|
"type": "card",
|
|
4902
4901
|
"children": [
|
|
4903
4902
|
{
|
|
4904
|
-
"variant": "caption",
|
|
4905
4903
|
"content": "Graph View",
|
|
4906
|
-
"type": "typography"
|
|
4904
|
+
"type": "typography",
|
|
4905
|
+
"variant": "caption"
|
|
4907
4906
|
}
|
|
4908
4907
|
]
|
|
4909
4908
|
}
|
|
4910
4909
|
],
|
|
4911
4910
|
"cols": 2.0,
|
|
4912
|
-
"
|
|
4913
|
-
"
|
|
4911
|
+
"type": "grid",
|
|
4912
|
+
"gap": "md"
|
|
4914
4913
|
},
|
|
4915
4914
|
{
|
|
4915
|
+
"type": "line-chart",
|
|
4916
4916
|
"data": [
|
|
4917
4917
|
{
|
|
4918
|
-
"
|
|
4919
|
-
"
|
|
4918
|
+
"value": 12.0,
|
|
4919
|
+
"date": "Jan"
|
|
4920
4920
|
},
|
|
4921
4921
|
{
|
|
4922
4922
|
"date": "Feb",
|
|
4923
4923
|
"value": 19.0
|
|
4924
4924
|
},
|
|
4925
4925
|
{
|
|
4926
|
-
"
|
|
4927
|
-
"
|
|
4926
|
+
"date": "Mar",
|
|
4927
|
+
"value": 15.0
|
|
4928
4928
|
},
|
|
4929
4929
|
{
|
|
4930
4930
|
"value": 25.0,
|
|
4931
4931
|
"date": "Apr"
|
|
4932
4932
|
},
|
|
4933
4933
|
{
|
|
4934
|
-
"
|
|
4935
|
-
"
|
|
4934
|
+
"date": "May",
|
|
4935
|
+
"value": 22.0
|
|
4936
4936
|
},
|
|
4937
4937
|
{
|
|
4938
|
-
"
|
|
4939
|
-
"
|
|
4938
|
+
"date": "Jun",
|
|
4939
|
+
"value": 30.0
|
|
4940
4940
|
}
|
|
4941
|
-
]
|
|
4942
|
-
"type": "line-chart"
|
|
4941
|
+
]
|
|
4943
4942
|
},
|
|
4944
4943
|
{
|
|
4945
|
-
"type": "chart-legend",
|
|
4946
4944
|
"items": [
|
|
4947
4945
|
{
|
|
4948
|
-
"
|
|
4949
|
-
"
|
|
4946
|
+
"color": "primary",
|
|
4947
|
+
"label": "Current"
|
|
4950
4948
|
},
|
|
4951
4949
|
{
|
|
4952
|
-
"
|
|
4953
|
-
"
|
|
4950
|
+
"label": "Previous",
|
|
4951
|
+
"color": "muted"
|
|
4954
4952
|
}
|
|
4955
|
-
]
|
|
4953
|
+
],
|
|
4954
|
+
"type": "chart-legend"
|
|
4956
4955
|
},
|
|
4957
4956
|
{
|
|
4958
|
-
"
|
|
4957
|
+
"nodes": [
|
|
4959
4958
|
{
|
|
4960
|
-
"
|
|
4961
|
-
"
|
|
4959
|
+
"label": "Start",
|
|
4960
|
+
"id": "a"
|
|
4961
|
+
},
|
|
4962
|
+
{
|
|
4963
|
+
"id": "b",
|
|
4964
|
+
"label": "Process"
|
|
4962
4965
|
},
|
|
4963
4966
|
{
|
|
4964
|
-
"
|
|
4965
|
-
"
|
|
4967
|
+
"label": "End",
|
|
4968
|
+
"id": "c"
|
|
4966
4969
|
}
|
|
4967
4970
|
],
|
|
4968
|
-
"height": 200.0,
|
|
4969
4971
|
"width": 400.0,
|
|
4972
|
+
"height": 200.0,
|
|
4970
4973
|
"type": "graph-view",
|
|
4971
|
-
"
|
|
4972
|
-
{
|
|
4973
|
-
"id": "a",
|
|
4974
|
-
"label": "Start"
|
|
4975
|
-
},
|
|
4974
|
+
"edges": [
|
|
4976
4975
|
{
|
|
4977
|
-
"
|
|
4978
|
-
"
|
|
4976
|
+
"source": "a",
|
|
4977
|
+
"target": "b"
|
|
4979
4978
|
},
|
|
4980
4979
|
{
|
|
4981
|
-
"
|
|
4982
|
-
"
|
|
4980
|
+
"source": "b",
|
|
4981
|
+
"target": "c"
|
|
4983
4982
|
}
|
|
4984
4983
|
]
|
|
4985
4984
|
}
|
|
4986
|
-
]
|
|
4985
|
+
],
|
|
4986
|
+
"direction": "vertical"
|
|
4987
4987
|
}
|
|
4988
|
-
]
|
|
4989
|
-
"type": "scaled-diagram"
|
|
4988
|
+
]
|
|
4990
4989
|
}
|
|
4991
4990
|
],
|
|
4992
4991
|
"type": "dashboard-layout",
|
|
4993
4992
|
"navItems": [
|
|
4994
4993
|
{
|
|
4995
|
-
"icon": "users",
|
|
4996
4994
|
"label": "Contacts",
|
|
4995
|
+
"icon": "users",
|
|
4997
4996
|
"href": "/contacts"
|
|
4998
4997
|
},
|
|
4999
4998
|
{
|
|
5000
4999
|
"label": "Deals",
|
|
5001
|
-
"
|
|
5002
|
-
"
|
|
5000
|
+
"icon": "briefcase",
|
|
5001
|
+
"href": "/deals"
|
|
5003
5002
|
},
|
|
5004
5003
|
{
|
|
5005
5004
|
"href": "/pipeline",
|
|
@@ -5008,10 +5007,11 @@
|
|
|
5008
5007
|
},
|
|
5009
5008
|
{
|
|
5010
5009
|
"label": "Notes",
|
|
5011
|
-
"
|
|
5012
|
-
"
|
|
5010
|
+
"icon": "file-text",
|
|
5011
|
+
"href": "/notes"
|
|
5013
5012
|
}
|
|
5014
|
-
]
|
|
5013
|
+
],
|
|
5014
|
+
"appName": "CRM"
|
|
5015
5015
|
}
|
|
5016
5016
|
]
|
|
5017
5017
|
]
|
|
@@ -5162,22 +5162,22 @@
|
|
|
5162
5162
|
"render-ui",
|
|
5163
5163
|
"main",
|
|
5164
5164
|
{
|
|
5165
|
-
"align": "center",
|
|
5166
|
-
"gap": "md",
|
|
5167
|
-
"className": "py-12",
|
|
5168
5165
|
"children": [
|
|
5169
5166
|
{
|
|
5170
5167
|
"type": "spinner"
|
|
5171
5168
|
},
|
|
5172
5169
|
{
|
|
5173
|
-
"
|
|
5174
|
-
"variant": "caption",
|
|
5170
|
+
"color": "muted",
|
|
5175
5171
|
"content": "Loading…",
|
|
5176
|
-
"
|
|
5172
|
+
"variant": "caption",
|
|
5173
|
+
"type": "typography"
|
|
5177
5174
|
}
|
|
5178
5175
|
],
|
|
5176
|
+
"gap": "md",
|
|
5177
|
+
"direction": "vertical",
|
|
5178
|
+
"align": "center",
|
|
5179
5179
|
"type": "stack",
|
|
5180
|
-
"
|
|
5180
|
+
"className": "py-12"
|
|
5181
5181
|
}
|
|
5182
5182
|
]
|
|
5183
5183
|
]
|
|
@@ -5191,111 +5191,111 @@
|
|
|
5191
5191
|
"render-ui",
|
|
5192
5192
|
"main",
|
|
5193
5193
|
{
|
|
5194
|
-
"navItems": [
|
|
5195
|
-
{
|
|
5196
|
-
"label": "Contacts",
|
|
5197
|
-
"href": "/contacts",
|
|
5198
|
-
"icon": "users"
|
|
5199
|
-
},
|
|
5200
|
-
{
|
|
5201
|
-
"icon": "briefcase",
|
|
5202
|
-
"href": "/deals",
|
|
5203
|
-
"label": "Deals"
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"href": "/pipeline",
|
|
5207
|
-
"icon": "bar-chart-2",
|
|
5208
|
-
"label": "Pipeline"
|
|
5209
|
-
},
|
|
5210
|
-
{
|
|
5211
|
-
"icon": "file-text",
|
|
5212
|
-
"href": "/notes",
|
|
5213
|
-
"label": "Notes"
|
|
5214
|
-
}
|
|
5215
|
-
],
|
|
5216
|
-
"appName": "CRM",
|
|
5217
5194
|
"type": "dashboard-layout",
|
|
5218
5195
|
"children": [
|
|
5219
5196
|
{
|
|
5220
5197
|
"direction": "vertical",
|
|
5221
5198
|
"type": "stack",
|
|
5222
5199
|
"gap": "lg",
|
|
5200
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
5223
5201
|
"children": [
|
|
5224
5202
|
{
|
|
5225
|
-
"direction": "horizontal",
|
|
5226
|
-
"type": "stack",
|
|
5227
|
-
"justify": "between",
|
|
5228
5203
|
"align": "center",
|
|
5229
5204
|
"children": [
|
|
5230
5205
|
{
|
|
5231
|
-
"
|
|
5206
|
+
"gap": "sm",
|
|
5207
|
+
"align": "center",
|
|
5232
5208
|
"children": [
|
|
5233
5209
|
{
|
|
5234
5210
|
"type": "icon",
|
|
5235
5211
|
"name": "file-text"
|
|
5236
5212
|
},
|
|
5237
5213
|
{
|
|
5238
|
-
"type": "typography",
|
|
5239
5214
|
"variant": "h2",
|
|
5215
|
+
"type": "typography",
|
|
5240
5216
|
"content": "Notes"
|
|
5241
5217
|
}
|
|
5242
5218
|
],
|
|
5243
|
-
"
|
|
5244
|
-
"
|
|
5245
|
-
"type": "stack"
|
|
5219
|
+
"type": "stack",
|
|
5220
|
+
"direction": "horizontal"
|
|
5246
5221
|
},
|
|
5247
5222
|
{
|
|
5248
5223
|
"children": [
|
|
5249
5224
|
{
|
|
5250
|
-
"variant": "primary",
|
|
5251
5225
|
"type": "button",
|
|
5252
|
-
"
|
|
5226
|
+
"label": "Compose",
|
|
5227
|
+
"variant": "primary",
|
|
5253
5228
|
"action": "COMPOSE",
|
|
5254
|
-
"
|
|
5229
|
+
"icon": "edit"
|
|
5255
5230
|
}
|
|
5256
5231
|
],
|
|
5257
5232
|
"type": "stack",
|
|
5258
|
-
"
|
|
5259
|
-
"
|
|
5233
|
+
"gap": "sm",
|
|
5234
|
+
"direction": "horizontal"
|
|
5260
5235
|
}
|
|
5261
5236
|
],
|
|
5262
|
-
"gap": "md"
|
|
5237
|
+
"gap": "md",
|
|
5238
|
+
"type": "stack",
|
|
5239
|
+
"direction": "horizontal",
|
|
5240
|
+
"justify": "between"
|
|
5263
5241
|
},
|
|
5264
5242
|
{
|
|
5265
5243
|
"type": "divider"
|
|
5266
5244
|
},
|
|
5267
5245
|
{
|
|
5268
|
-
"
|
|
5269
|
-
"fields": [],
|
|
5270
|
-
"itemActions": [
|
|
5271
|
-
{
|
|
5272
|
-
"event": "VIEW",
|
|
5273
|
-
"variant": "ghost",
|
|
5274
|
-
"label": "View"
|
|
5275
|
-
}
|
|
5276
|
-
],
|
|
5246
|
+
"entity": "@payload.data",
|
|
5277
5247
|
"columns": [
|
|
5278
5248
|
{
|
|
5279
5249
|
"name": "subject",
|
|
5280
|
-
"
|
|
5281
|
-
"
|
|
5250
|
+
"variant": "h4",
|
|
5251
|
+
"icon": "file-text"
|
|
5282
5252
|
},
|
|
5283
5253
|
{
|
|
5284
5254
|
"variant": "caption",
|
|
5285
5255
|
"name": "author"
|
|
5286
5256
|
},
|
|
5287
5257
|
{
|
|
5288
|
-
"variant": "caption",
|
|
5289
5258
|
"format": "date",
|
|
5290
|
-
"name": "createdAt"
|
|
5259
|
+
"name": "createdAt",
|
|
5260
|
+
"variant": "caption"
|
|
5291
5261
|
}
|
|
5292
5262
|
],
|
|
5293
|
-
"entity": "@payload.data",
|
|
5294
5263
|
"variant": "card",
|
|
5264
|
+
"type": "data-list",
|
|
5265
|
+
"fields": [],
|
|
5266
|
+
"itemActions": [
|
|
5267
|
+
{
|
|
5268
|
+
"variant": "ghost",
|
|
5269
|
+
"label": "View",
|
|
5270
|
+
"event": "VIEW"
|
|
5271
|
+
}
|
|
5272
|
+
],
|
|
5295
5273
|
"gap": "sm"
|
|
5296
5274
|
}
|
|
5297
|
-
]
|
|
5298
|
-
|
|
5275
|
+
]
|
|
5276
|
+
}
|
|
5277
|
+
],
|
|
5278
|
+
"appName": "CRM",
|
|
5279
|
+
"navItems": [
|
|
5280
|
+
{
|
|
5281
|
+
"icon": "users",
|
|
5282
|
+
"href": "/contacts",
|
|
5283
|
+
"label": "Contacts"
|
|
5284
|
+
},
|
|
5285
|
+
{
|
|
5286
|
+
"label": "Deals",
|
|
5287
|
+
"icon": "briefcase",
|
|
5288
|
+
"href": "/deals"
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"href": "/pipeline",
|
|
5292
|
+
"icon": "bar-chart-2",
|
|
5293
|
+
"label": "Pipeline"
|
|
5294
|
+
},
|
|
5295
|
+
{
|
|
5296
|
+
"label": "Notes",
|
|
5297
|
+
"icon": "file-text",
|
|
5298
|
+
"href": "/notes"
|
|
5299
5299
|
}
|
|
5300
5300
|
]
|
|
5301
5301
|
}
|
|
@@ -5311,36 +5311,36 @@
|
|
|
5311
5311
|
"render-ui",
|
|
5312
5312
|
"main",
|
|
5313
5313
|
{
|
|
5314
|
+
"className": "py-12",
|
|
5315
|
+
"direction": "vertical",
|
|
5314
5316
|
"gap": "md",
|
|
5317
|
+
"type": "stack",
|
|
5315
5318
|
"align": "center",
|
|
5316
5319
|
"children": [
|
|
5317
5320
|
{
|
|
5321
|
+
"type": "icon",
|
|
5318
5322
|
"name": "alert-triangle",
|
|
5319
|
-
"color": "destructive"
|
|
5320
|
-
"type": "icon"
|
|
5323
|
+
"color": "destructive"
|
|
5321
5324
|
},
|
|
5322
5325
|
{
|
|
5323
|
-
"content": "Failed to load note",
|
|
5324
5326
|
"type": "typography",
|
|
5327
|
+
"content": "Failed to load note",
|
|
5325
5328
|
"variant": "h3"
|
|
5326
5329
|
},
|
|
5327
5330
|
{
|
|
5328
5331
|
"content": "@payload.error",
|
|
5329
|
-
"type": "typography",
|
|
5330
5332
|
"color": "muted",
|
|
5333
|
+
"type": "typography",
|
|
5331
5334
|
"variant": "body"
|
|
5332
5335
|
},
|
|
5333
5336
|
{
|
|
5334
|
-
"
|
|
5337
|
+
"label": "Retry",
|
|
5335
5338
|
"variant": "primary",
|
|
5339
|
+
"action": "INIT",
|
|
5336
5340
|
"icon": "rotate-ccw",
|
|
5337
|
-
"
|
|
5338
|
-
"action": "INIT"
|
|
5341
|
+
"type": "button"
|
|
5339
5342
|
}
|
|
5340
|
-
]
|
|
5341
|
-
"type": "stack",
|
|
5342
|
-
"direction": "vertical",
|
|
5343
|
-
"className": "py-12"
|
|
5343
|
+
]
|
|
5344
5344
|
}
|
|
5345
5345
|
]
|
|
5346
5346
|
]
|
|
@@ -5511,40 +5511,40 @@
|
|
|
5511
5511
|
"render-ui",
|
|
5512
5512
|
"modal",
|
|
5513
5513
|
{
|
|
5514
|
+
"gap": "md",
|
|
5515
|
+
"type": "stack",
|
|
5514
5516
|
"children": [
|
|
5515
5517
|
{
|
|
5516
|
-
"
|
|
5518
|
+
"type": "stack",
|
|
5517
5519
|
"gap": "sm",
|
|
5520
|
+
"direction": "horizontal",
|
|
5518
5521
|
"children": [
|
|
5519
5522
|
{
|
|
5520
5523
|
"type": "icon",
|
|
5521
5524
|
"name": "edit"
|
|
5522
5525
|
},
|
|
5523
5526
|
{
|
|
5524
|
-
"content": "New Note",
|
|
5525
5527
|
"variant": "h3",
|
|
5528
|
+
"content": "New Note",
|
|
5526
5529
|
"type": "typography"
|
|
5527
5530
|
}
|
|
5528
|
-
]
|
|
5529
|
-
"type": "stack"
|
|
5531
|
+
]
|
|
5530
5532
|
},
|
|
5531
5533
|
{
|
|
5532
5534
|
"type": "divider"
|
|
5533
5535
|
},
|
|
5534
5536
|
{
|
|
5535
5537
|
"mode": "create",
|
|
5536
|
-
"submitEvent": "SEND",
|
|
5537
5538
|
"cancelEvent": "CLOSE",
|
|
5538
5539
|
"fields": [
|
|
5539
5540
|
"subject",
|
|
5540
5541
|
"body",
|
|
5541
5542
|
"author"
|
|
5542
5543
|
],
|
|
5544
|
+
"submitEvent": "SEND",
|
|
5543
5545
|
"type": "form-section"
|
|
5544
5546
|
}
|
|
5545
5547
|
],
|
|
5546
|
-
"gap": "md",
|
|
5547
|
-
"type": "stack",
|
|
5548
5548
|
"direction": "vertical"
|
|
5549
5549
|
}
|
|
5550
5550
|
]
|
|
@@ -5720,59 +5720,59 @@
|
|
|
5720
5720
|
"fetch",
|
|
5721
5721
|
"Note",
|
|
5722
5722
|
{
|
|
5723
|
-
"id": "@payload.id",
|
|
5724
5723
|
"emit": {
|
|
5725
|
-
"
|
|
5726
|
-
"
|
|
5727
|
-
}
|
|
5724
|
+
"success": "NoteLoaded",
|
|
5725
|
+
"failure": "NoteLoadFailed"
|
|
5726
|
+
},
|
|
5727
|
+
"id": "@payload.id"
|
|
5728
5728
|
}
|
|
5729
5729
|
],
|
|
5730
5730
|
[
|
|
5731
5731
|
"render-ui",
|
|
5732
5732
|
"modal",
|
|
5733
5733
|
{
|
|
5734
|
+
"gap": "md",
|
|
5735
|
+
"type": "stack",
|
|
5734
5736
|
"children": [
|
|
5735
5737
|
{
|
|
5736
5738
|
"type": "stack",
|
|
5737
5739
|
"direction": "horizontal",
|
|
5740
|
+
"gap": "sm",
|
|
5738
5741
|
"align": "center",
|
|
5739
5742
|
"children": [
|
|
5740
5743
|
{
|
|
5741
|
-
"
|
|
5742
|
-
"
|
|
5744
|
+
"name": "eye",
|
|
5745
|
+
"type": "icon"
|
|
5743
5746
|
},
|
|
5744
5747
|
{
|
|
5745
5748
|
"variant": "h3",
|
|
5746
|
-
"
|
|
5747
|
-
"
|
|
5749
|
+
"type": "typography",
|
|
5750
|
+
"content": "@entity.subject"
|
|
5748
5751
|
}
|
|
5749
|
-
]
|
|
5750
|
-
"gap": "sm"
|
|
5752
|
+
]
|
|
5751
5753
|
},
|
|
5752
5754
|
{
|
|
5753
5755
|
"type": "divider"
|
|
5754
5756
|
},
|
|
5755
5757
|
{
|
|
5758
|
+
"type": "stack",
|
|
5759
|
+
"direction": "horizontal",
|
|
5756
5760
|
"gap": "md",
|
|
5757
5761
|
"children": [
|
|
5758
5762
|
{
|
|
5759
|
-
"
|
|
5763
|
+
"variant": "caption",
|
|
5760
5764
|
"content": "Subject",
|
|
5761
|
-
"
|
|
5765
|
+
"type": "typography"
|
|
5762
5766
|
},
|
|
5763
5767
|
{
|
|
5764
|
-
"content": "@entity.subject",
|
|
5765
5768
|
"variant": "body",
|
|
5766
|
-
"type": "typography"
|
|
5769
|
+
"type": "typography",
|
|
5770
|
+
"content": "@entity.subject"
|
|
5767
5771
|
}
|
|
5768
|
-
]
|
|
5769
|
-
"type": "stack",
|
|
5770
|
-
"direction": "horizontal"
|
|
5772
|
+
]
|
|
5771
5773
|
},
|
|
5772
5774
|
{
|
|
5773
5775
|
"type": "stack",
|
|
5774
|
-
"direction": "horizontal",
|
|
5775
|
-
"gap": "md",
|
|
5776
5776
|
"children": [
|
|
5777
5777
|
{
|
|
5778
5778
|
"type": "typography",
|
|
@@ -5781,66 +5781,66 @@
|
|
|
5781
5781
|
},
|
|
5782
5782
|
{
|
|
5783
5783
|
"content": "@entity.body",
|
|
5784
|
-
"
|
|
5785
|
-
"
|
|
5784
|
+
"type": "typography",
|
|
5785
|
+
"variant": "body"
|
|
5786
5786
|
}
|
|
5787
|
-
]
|
|
5787
|
+
],
|
|
5788
|
+
"gap": "md",
|
|
5789
|
+
"direction": "horizontal"
|
|
5788
5790
|
},
|
|
5789
5791
|
{
|
|
5792
|
+
"direction": "horizontal",
|
|
5793
|
+
"gap": "md",
|
|
5794
|
+
"type": "stack",
|
|
5790
5795
|
"children": [
|
|
5791
5796
|
{
|
|
5792
|
-
"type": "typography",
|
|
5793
5797
|
"content": "Author",
|
|
5798
|
+
"type": "typography",
|
|
5794
5799
|
"variant": "caption"
|
|
5795
5800
|
},
|
|
5796
5801
|
{
|
|
5797
|
-
"variant": "body",
|
|
5798
5802
|
"type": "typography",
|
|
5803
|
+
"variant": "body",
|
|
5799
5804
|
"content": "@entity.author"
|
|
5800
5805
|
}
|
|
5801
|
-
]
|
|
5802
|
-
"gap": "md",
|
|
5803
|
-
"type": "stack",
|
|
5804
|
-
"direction": "horizontal"
|
|
5806
|
+
]
|
|
5805
5807
|
},
|
|
5806
5808
|
{
|
|
5809
|
+
"gap": "md",
|
|
5810
|
+
"direction": "horizontal",
|
|
5807
5811
|
"type": "stack",
|
|
5808
5812
|
"children": [
|
|
5809
5813
|
{
|
|
5810
|
-
"variant": "caption",
|
|
5811
5814
|
"type": "typography",
|
|
5812
|
-
"content": "Created At"
|
|
5815
|
+
"content": "Created At",
|
|
5816
|
+
"variant": "caption"
|
|
5813
5817
|
},
|
|
5814
5818
|
{
|
|
5815
|
-
"variant": "body",
|
|
5816
5819
|
"type": "typography",
|
|
5820
|
+
"variant": "body",
|
|
5817
5821
|
"content": "@entity.createdAt"
|
|
5818
5822
|
}
|
|
5819
|
-
]
|
|
5820
|
-
"direction": "horizontal",
|
|
5821
|
-
"gap": "md"
|
|
5823
|
+
]
|
|
5822
5824
|
},
|
|
5823
5825
|
{
|
|
5824
5826
|
"type": "divider"
|
|
5825
5827
|
},
|
|
5826
5828
|
{
|
|
5829
|
+
"justify": "end",
|
|
5827
5830
|
"children": [
|
|
5828
5831
|
{
|
|
5829
|
-
"action": "CLOSE",
|
|
5830
|
-
"type": "button",
|
|
5831
5832
|
"label": "Close",
|
|
5832
|
-
"variant": "ghost"
|
|
5833
|
+
"variant": "ghost",
|
|
5834
|
+
"type": "button",
|
|
5835
|
+
"action": "CLOSE"
|
|
5833
5836
|
}
|
|
5834
5837
|
],
|
|
5835
|
-
"direction": "horizontal",
|
|
5836
5838
|
"type": "stack",
|
|
5837
|
-
"
|
|
5839
|
+
"direction": "horizontal",
|
|
5838
5840
|
"gap": "sm"
|
|
5839
5841
|
}
|
|
5840
5842
|
],
|
|
5841
|
-
"direction": "vertical"
|
|
5842
|
-
"type": "stack",
|
|
5843
|
-
"gap": "md"
|
|
5843
|
+
"direction": "vertical"
|
|
5844
5844
|
}
|
|
5845
5845
|
]
|
|
5846
5846
|
]
|
|
@@ -5912,4 +5912,4 @@
|
|
|
5912
5912
|
]
|
|
5913
5913
|
}
|
|
5914
5914
|
]
|
|
5915
|
-
}
|
|
5915
|
+
}
|