@almadar/std 8.1.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 -24
- 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 -14
- 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 -24
- 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 -14
- 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
|
@@ -652,7 +652,8 @@
|
|
|
652
652
|
"render-ui",
|
|
653
653
|
"main",
|
|
654
654
|
{
|
|
655
|
-
"
|
|
655
|
+
"gap": "md",
|
|
656
|
+
"type": "stack",
|
|
656
657
|
"children": [
|
|
657
658
|
{
|
|
658
659
|
"type": "spinner"
|
|
@@ -660,14 +661,13 @@
|
|
|
660
661
|
{
|
|
661
662
|
"color": "muted",
|
|
662
663
|
"type": "typography",
|
|
663
|
-
"
|
|
664
|
-
"
|
|
664
|
+
"content": "Loading…",
|
|
665
|
+
"variant": "caption"
|
|
665
666
|
}
|
|
666
667
|
],
|
|
667
|
-
"gap": "md",
|
|
668
|
-
"align": "center",
|
|
669
668
|
"direction": "vertical",
|
|
670
|
-
"
|
|
669
|
+
"align": "center",
|
|
670
|
+
"className": "py-12"
|
|
671
671
|
}
|
|
672
672
|
]
|
|
673
673
|
]
|
|
@@ -681,54 +681,52 @@
|
|
|
681
681
|
"render-ui",
|
|
682
682
|
"main",
|
|
683
683
|
{
|
|
684
|
-
"type": "dashboard-layout",
|
|
685
|
-
"appName": "ServiceMarketplace",
|
|
686
684
|
"children": [
|
|
687
685
|
{
|
|
686
|
+
"direction": "vertical",
|
|
688
687
|
"className": "max-w-5xl mx-auto w-full",
|
|
689
|
-
"gap": "lg",
|
|
690
688
|
"type": "stack",
|
|
691
|
-
"
|
|
689
|
+
"gap": "lg",
|
|
692
690
|
"children": [
|
|
693
691
|
{
|
|
692
|
+
"type": "stack",
|
|
693
|
+
"direction": "horizontal",
|
|
694
694
|
"align": "center",
|
|
695
|
-
"gap": "md",
|
|
696
695
|
"justify": "between",
|
|
697
696
|
"children": [
|
|
698
697
|
{
|
|
699
|
-
"
|
|
698
|
+
"type": "stack",
|
|
700
699
|
"align": "center",
|
|
700
|
+
"direction": "horizontal",
|
|
701
701
|
"children": [
|
|
702
702
|
{
|
|
703
|
-
"
|
|
704
|
-
"
|
|
703
|
+
"type": "icon",
|
|
704
|
+
"name": "shopping-bag"
|
|
705
705
|
},
|
|
706
706
|
{
|
|
707
|
+
"content": "Products",
|
|
707
708
|
"type": "typography",
|
|
708
|
-
"variant": "h2"
|
|
709
|
-
"content": "Products"
|
|
709
|
+
"variant": "h2"
|
|
710
710
|
}
|
|
711
711
|
],
|
|
712
|
-
"type": "stack",
|
|
713
712
|
"gap": "sm"
|
|
714
713
|
},
|
|
715
714
|
{
|
|
716
715
|
"direction": "horizontal",
|
|
716
|
+
"type": "stack",
|
|
717
717
|
"children": [
|
|
718
718
|
{
|
|
719
|
-
"
|
|
720
|
-
"type": "button",
|
|
719
|
+
"action": "CREATE",
|
|
721
720
|
"icon": "plus",
|
|
721
|
+
"variant": "primary",
|
|
722
722
|
"label": "Create Product",
|
|
723
|
-
"
|
|
723
|
+
"type": "button"
|
|
724
724
|
}
|
|
725
725
|
],
|
|
726
|
-
"type": "stack",
|
|
727
726
|
"gap": "sm"
|
|
728
727
|
}
|
|
729
728
|
],
|
|
730
|
-
"
|
|
731
|
-
"direction": "horizontal"
|
|
729
|
+
"gap": "md"
|
|
732
730
|
},
|
|
733
731
|
{
|
|
734
732
|
"type": "divider"
|
|
@@ -736,82 +734,84 @@
|
|
|
736
734
|
{
|
|
737
735
|
"itemActions": [
|
|
738
736
|
{
|
|
737
|
+
"event": "VIEW",
|
|
739
738
|
"variant": "ghost",
|
|
740
|
-
"label": "View"
|
|
741
|
-
"event": "VIEW"
|
|
739
|
+
"label": "View"
|
|
742
740
|
},
|
|
743
741
|
{
|
|
744
|
-
"label": "Edit",
|
|
745
742
|
"event": "EDIT",
|
|
746
|
-
"variant": "ghost"
|
|
743
|
+
"variant": "ghost",
|
|
744
|
+
"label": "Edit"
|
|
747
745
|
},
|
|
748
746
|
{
|
|
749
747
|
"label": "Delete",
|
|
750
|
-
"
|
|
751
|
-
"
|
|
748
|
+
"event": "DELETE",
|
|
749
|
+
"variant": "danger"
|
|
752
750
|
}
|
|
753
751
|
],
|
|
752
|
+
"entity": "@payload.data",
|
|
753
|
+
"fields": [],
|
|
754
|
+
"type": "data-grid",
|
|
754
755
|
"columns": [
|
|
755
756
|
{
|
|
757
|
+
"variant": "h4",
|
|
756
758
|
"name": "name",
|
|
757
|
-
"icon": "shopping-bag",
|
|
758
759
|
"label": "Name",
|
|
759
|
-
"
|
|
760
|
+
"icon": "shopping-bag"
|
|
760
761
|
},
|
|
761
762
|
{
|
|
762
763
|
"label": "Description",
|
|
763
|
-
"variant": "badge",
|
|
764
764
|
"name": "description",
|
|
765
|
+
"variant": "badge",
|
|
765
766
|
"colorMap": {
|
|
766
767
|
"active": "success",
|
|
767
|
-
"
|
|
768
|
-
"
|
|
768
|
+
"pending": "warning",
|
|
769
|
+
"disabled": "neutral",
|
|
769
770
|
"archived": "neutral",
|
|
770
771
|
"failed": "destructive",
|
|
772
|
+
"draft": "warning",
|
|
771
773
|
"done": "success",
|
|
772
|
-
"disabled": "neutral",
|
|
773
|
-
"pending": "warning",
|
|
774
|
-
"inactive": "neutral",
|
|
775
774
|
"error": "destructive",
|
|
776
|
-
"
|
|
777
|
-
"cancelled": "destructive"
|
|
775
|
+
"inactive": "neutral",
|
|
776
|
+
"cancelled": "destructive",
|
|
777
|
+
"scheduled": "warning",
|
|
778
|
+
"completed": "success"
|
|
778
779
|
}
|
|
779
780
|
},
|
|
780
781
|
{
|
|
781
|
-
"
|
|
782
|
+
"label": "Price",
|
|
782
783
|
"name": "price",
|
|
783
|
-
"
|
|
784
|
+
"variant": "caption"
|
|
784
785
|
}
|
|
785
|
-
]
|
|
786
|
-
"entity": "@payload.data",
|
|
787
|
-
"type": "data-grid",
|
|
788
|
-
"fields": []
|
|
786
|
+
]
|
|
789
787
|
}
|
|
790
788
|
]
|
|
791
789
|
}
|
|
792
790
|
],
|
|
791
|
+
"appName": "ServiceMarketplace",
|
|
793
792
|
"navItems": [
|
|
794
793
|
{
|
|
795
|
-
"icon": "package",
|
|
796
794
|
"label": "Products",
|
|
797
|
-
"href": "/products"
|
|
795
|
+
"href": "/products",
|
|
796
|
+
"icon": "package"
|
|
798
797
|
},
|
|
799
798
|
{
|
|
800
|
-
"icon": "layout-list",
|
|
801
799
|
"href": "/login",
|
|
802
|
-
"label": "Login"
|
|
800
|
+
"label": "Login",
|
|
801
|
+
"icon": "layout-list"
|
|
803
802
|
},
|
|
804
803
|
{
|
|
805
|
-
"
|
|
804
|
+
"icon": "credit-card",
|
|
806
805
|
"label": "Checkout",
|
|
807
|
-
"
|
|
806
|
+
"href": "/checkout"
|
|
808
807
|
},
|
|
809
808
|
{
|
|
809
|
+
"icon": "clipboard-list",
|
|
810
810
|
"label": "Orders",
|
|
811
|
-
"href": "/orders"
|
|
812
|
-
"icon": "clipboard-list"
|
|
811
|
+
"href": "/orders"
|
|
813
812
|
}
|
|
814
|
-
]
|
|
813
|
+
],
|
|
814
|
+
"type": "dashboard-layout"
|
|
815
815
|
}
|
|
816
816
|
]
|
|
817
817
|
]
|
|
@@ -825,36 +825,36 @@
|
|
|
825
825
|
"render-ui",
|
|
826
826
|
"main",
|
|
827
827
|
{
|
|
828
|
-
"
|
|
828
|
+
"type": "stack",
|
|
829
829
|
"gap": "md",
|
|
830
830
|
"align": "center",
|
|
831
|
+
"className": "py-12",
|
|
831
832
|
"children": [
|
|
832
833
|
{
|
|
833
|
-
"
|
|
834
|
+
"color": "destructive",
|
|
834
835
|
"type": "icon",
|
|
835
|
-
"
|
|
836
|
+
"name": "alert-triangle"
|
|
836
837
|
},
|
|
837
838
|
{
|
|
838
839
|
"variant": "h3",
|
|
839
|
-
"
|
|
840
|
-
"
|
|
840
|
+
"content": "Failed to load product",
|
|
841
|
+
"type": "typography"
|
|
841
842
|
},
|
|
842
843
|
{
|
|
843
844
|
"content": "@payload.error",
|
|
844
|
-
"type": "typography",
|
|
845
845
|
"variant": "body",
|
|
846
|
-
"color": "muted"
|
|
846
|
+
"color": "muted",
|
|
847
|
+
"type": "typography"
|
|
847
848
|
},
|
|
848
849
|
{
|
|
849
|
-
"
|
|
850
|
+
"action": "INIT",
|
|
851
|
+
"icon": "rotate-ccw",
|
|
850
852
|
"label": "Retry",
|
|
851
853
|
"variant": "primary",
|
|
852
|
-
"
|
|
853
|
-
"action": "INIT"
|
|
854
|
+
"type": "button"
|
|
854
855
|
}
|
|
855
856
|
],
|
|
856
|
-
"direction": "vertical"
|
|
857
|
-
"type": "stack"
|
|
857
|
+
"direction": "vertical"
|
|
858
858
|
}
|
|
859
859
|
]
|
|
860
860
|
]
|
|
@@ -1038,8 +1038,8 @@
|
|
|
1038
1038
|
"Product",
|
|
1039
1039
|
{
|
|
1040
1040
|
"emit": {
|
|
1041
|
-
"
|
|
1042
|
-
"
|
|
1041
|
+
"success": "ProductLoaded",
|
|
1042
|
+
"failure": "ProductLoadFailed"
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
|
1045
1045
|
],
|
|
@@ -1047,10 +1047,10 @@
|
|
|
1047
1047
|
"render-ui",
|
|
1048
1048
|
"modal",
|
|
1049
1049
|
{
|
|
1050
|
-
"
|
|
1051
|
-
"type": "stack",
|
|
1050
|
+
"direction": "vertical",
|
|
1052
1051
|
"children": [
|
|
1053
1052
|
{
|
|
1053
|
+
"type": "stack",
|
|
1054
1054
|
"direction": "horizontal",
|
|
1055
1055
|
"children": [
|
|
1056
1056
|
{
|
|
@@ -1063,7 +1063,6 @@
|
|
|
1063
1063
|
"content": "Create Product"
|
|
1064
1064
|
}
|
|
1065
1065
|
],
|
|
1066
|
-
"type": "stack",
|
|
1067
1066
|
"gap": "sm"
|
|
1068
1067
|
},
|
|
1069
1068
|
{
|
|
@@ -1072,7 +1071,6 @@
|
|
|
1072
1071
|
{
|
|
1073
1072
|
"type": "form-section",
|
|
1074
1073
|
"mode": "create",
|
|
1075
|
-
"cancelEvent": "CLOSE",
|
|
1076
1074
|
"fields": [
|
|
1077
1075
|
"name",
|
|
1078
1076
|
"description",
|
|
@@ -1080,10 +1078,12 @@
|
|
|
1080
1078
|
"category",
|
|
1081
1079
|
"inStock"
|
|
1082
1080
|
],
|
|
1083
|
-
"submitEvent": "SAVE"
|
|
1081
|
+
"submitEvent": "SAVE",
|
|
1082
|
+
"cancelEvent": "CLOSE"
|
|
1084
1083
|
}
|
|
1085
1084
|
],
|
|
1086
|
-
"
|
|
1085
|
+
"gap": "md",
|
|
1086
|
+
"type": "stack"
|
|
1087
1087
|
}
|
|
1088
1088
|
]
|
|
1089
1089
|
]
|
|
@@ -1336,35 +1336,32 @@
|
|
|
1336
1336
|
"fetch",
|
|
1337
1337
|
"Product",
|
|
1338
1338
|
{
|
|
1339
|
-
"id": "@payload.id",
|
|
1340
1339
|
"emit": {
|
|
1341
1340
|
"failure": "ProductLoadFailed",
|
|
1342
1341
|
"success": "ProductLoaded"
|
|
1343
|
-
}
|
|
1342
|
+
},
|
|
1343
|
+
"id": "@payload.id"
|
|
1344
1344
|
}
|
|
1345
1345
|
],
|
|
1346
1346
|
[
|
|
1347
1347
|
"render-ui",
|
|
1348
1348
|
"modal",
|
|
1349
1349
|
{
|
|
1350
|
-
"gap": "md",
|
|
1351
|
-
"type": "stack",
|
|
1352
|
-
"direction": "vertical",
|
|
1353
1350
|
"children": [
|
|
1354
1351
|
{
|
|
1355
|
-
"direction": "horizontal",
|
|
1356
1352
|
"type": "stack",
|
|
1357
1353
|
"children": [
|
|
1358
1354
|
{
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1355
|
+
"name": "edit",
|
|
1356
|
+
"type": "icon"
|
|
1361
1357
|
},
|
|
1362
1358
|
{
|
|
1363
|
-
"
|
|
1359
|
+
"content": "Edit Product",
|
|
1364
1360
|
"type": "typography",
|
|
1365
|
-
"
|
|
1361
|
+
"variant": "h3"
|
|
1366
1362
|
}
|
|
1367
1363
|
],
|
|
1364
|
+
"direction": "horizontal",
|
|
1368
1365
|
"gap": "sm"
|
|
1369
1366
|
},
|
|
1370
1367
|
{
|
|
@@ -1372,9 +1369,6 @@
|
|
|
1372
1369
|
},
|
|
1373
1370
|
{
|
|
1374
1371
|
"mode": "edit",
|
|
1375
|
-
"type": "form-section",
|
|
1376
|
-
"entity": "@payload.row",
|
|
1377
|
-
"submitEvent": "SAVE",
|
|
1378
1372
|
"cancelEvent": "CLOSE",
|
|
1379
1373
|
"fields": [
|
|
1380
1374
|
"name",
|
|
@@ -1382,9 +1376,15 @@
|
|
|
1382
1376
|
"price",
|
|
1383
1377
|
"category",
|
|
1384
1378
|
"inStock"
|
|
1385
|
-
]
|
|
1379
|
+
],
|
|
1380
|
+
"type": "form-section",
|
|
1381
|
+
"submitEvent": "SAVE",
|
|
1382
|
+
"entity": "@payload.row"
|
|
1386
1383
|
}
|
|
1387
|
-
]
|
|
1384
|
+
],
|
|
1385
|
+
"type": "stack",
|
|
1386
|
+
"direction": "vertical",
|
|
1387
|
+
"gap": "md"
|
|
1388
1388
|
}
|
|
1389
1389
|
]
|
|
1390
1390
|
]
|
|
@@ -1573,8 +1573,8 @@
|
|
|
1573
1573
|
{
|
|
1574
1574
|
"id": "@payload.id",
|
|
1575
1575
|
"emit": {
|
|
1576
|
-
"
|
|
1577
|
-
"
|
|
1576
|
+
"success": "ProductLoaded",
|
|
1577
|
+
"failure": "ProductLoadFailed"
|
|
1578
1578
|
}
|
|
1579
1579
|
}
|
|
1580
1580
|
],
|
|
@@ -1582,33 +1582,29 @@
|
|
|
1582
1582
|
"render-ui",
|
|
1583
1583
|
"modal",
|
|
1584
1584
|
{
|
|
1585
|
-
"gap": "md",
|
|
1586
|
-
"direction": "vertical",
|
|
1587
|
-
"type": "stack",
|
|
1588
1585
|
"children": [
|
|
1589
1586
|
{
|
|
1590
|
-
"type": "stack",
|
|
1591
|
-
"direction": "horizontal",
|
|
1592
|
-
"gap": "sm",
|
|
1593
1587
|
"align": "center",
|
|
1594
1588
|
"children": [
|
|
1595
1589
|
{
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1590
|
+
"name": "eye",
|
|
1591
|
+
"type": "icon"
|
|
1598
1592
|
},
|
|
1599
1593
|
{
|
|
1600
1594
|
"content": "@entity.name",
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1595
|
+
"type": "typography",
|
|
1596
|
+
"variant": "h3"
|
|
1603
1597
|
}
|
|
1604
|
-
]
|
|
1598
|
+
],
|
|
1599
|
+
"direction": "horizontal",
|
|
1600
|
+
"type": "stack",
|
|
1601
|
+
"gap": "sm"
|
|
1605
1602
|
},
|
|
1606
1603
|
{
|
|
1607
1604
|
"type": "divider"
|
|
1608
1605
|
},
|
|
1609
1606
|
{
|
|
1610
1607
|
"gap": "md",
|
|
1611
|
-
"direction": "horizontal",
|
|
1612
1608
|
"children": [
|
|
1613
1609
|
{
|
|
1614
1610
|
"content": "Name",
|
|
@@ -1616,21 +1612,20 @@
|
|
|
1616
1612
|
"variant": "caption"
|
|
1617
1613
|
},
|
|
1618
1614
|
{
|
|
1619
|
-
"type": "typography",
|
|
1620
1615
|
"variant": "body",
|
|
1621
|
-
"content": "@entity.name"
|
|
1616
|
+
"content": "@entity.name",
|
|
1617
|
+
"type": "typography"
|
|
1622
1618
|
}
|
|
1623
1619
|
],
|
|
1624
|
-
"type": "stack"
|
|
1620
|
+
"type": "stack",
|
|
1621
|
+
"direction": "horizontal"
|
|
1625
1622
|
},
|
|
1626
1623
|
{
|
|
1627
|
-
"direction": "horizontal",
|
|
1628
|
-
"type": "stack",
|
|
1629
1624
|
"children": [
|
|
1630
1625
|
{
|
|
1631
1626
|
"content": "Description",
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1627
|
+
"variant": "caption",
|
|
1628
|
+
"type": "typography"
|
|
1634
1629
|
},
|
|
1635
1630
|
{
|
|
1636
1631
|
"variant": "body",
|
|
@@ -1638,27 +1633,28 @@
|
|
|
1638
1633
|
"type": "typography"
|
|
1639
1634
|
}
|
|
1640
1635
|
],
|
|
1636
|
+
"type": "stack",
|
|
1637
|
+
"direction": "horizontal",
|
|
1641
1638
|
"gap": "md"
|
|
1642
1639
|
},
|
|
1643
1640
|
{
|
|
1644
|
-
"gap": "md",
|
|
1645
1641
|
"children": [
|
|
1646
1642
|
{
|
|
1643
|
+
"variant": "caption",
|
|
1647
1644
|
"content": "Price",
|
|
1648
|
-
"type": "typography"
|
|
1649
|
-
"variant": "caption"
|
|
1645
|
+
"type": "typography"
|
|
1650
1646
|
},
|
|
1651
1647
|
{
|
|
1652
|
-
"
|
|
1648
|
+
"type": "typography",
|
|
1653
1649
|
"variant": "body",
|
|
1654
|
-
"
|
|
1650
|
+
"content": "@entity.price"
|
|
1655
1651
|
}
|
|
1656
1652
|
],
|
|
1653
|
+
"type": "stack",
|
|
1657
1654
|
"direction": "horizontal",
|
|
1658
|
-
"
|
|
1655
|
+
"gap": "md"
|
|
1659
1656
|
},
|
|
1660
1657
|
{
|
|
1661
|
-
"type": "stack",
|
|
1662
1658
|
"children": [
|
|
1663
1659
|
{
|
|
1664
1660
|
"type": "typography",
|
|
@@ -1666,56 +1662,60 @@
|
|
|
1666
1662
|
"content": "Category"
|
|
1667
1663
|
},
|
|
1668
1664
|
{
|
|
1669
|
-
"variant": "body",
|
|
1670
1665
|
"type": "typography",
|
|
1666
|
+
"variant": "body",
|
|
1671
1667
|
"content": "@entity.category"
|
|
1672
1668
|
}
|
|
1673
1669
|
],
|
|
1670
|
+
"type": "stack",
|
|
1674
1671
|
"gap": "md",
|
|
1675
1672
|
"direction": "horizontal"
|
|
1676
1673
|
},
|
|
1677
1674
|
{
|
|
1678
|
-
"type": "stack",
|
|
1679
1675
|
"direction": "horizontal",
|
|
1680
|
-
"gap": "md",
|
|
1681
1676
|
"children": [
|
|
1682
1677
|
{
|
|
1683
|
-
"content": "In Stock",
|
|
1684
1678
|
"type": "typography",
|
|
1685
|
-
"variant": "caption"
|
|
1679
|
+
"variant": "caption",
|
|
1680
|
+
"content": "In Stock"
|
|
1686
1681
|
},
|
|
1687
1682
|
{
|
|
1688
|
-
"type": "typography",
|
|
1689
1683
|
"variant": "body",
|
|
1690
|
-
"content": "@entity.inStock"
|
|
1684
|
+
"content": "@entity.inStock",
|
|
1685
|
+
"type": "typography"
|
|
1691
1686
|
}
|
|
1692
|
-
]
|
|
1687
|
+
],
|
|
1688
|
+
"type": "stack",
|
|
1689
|
+
"gap": "md"
|
|
1693
1690
|
},
|
|
1694
1691
|
{
|
|
1695
1692
|
"type": "divider"
|
|
1696
1693
|
},
|
|
1697
1694
|
{
|
|
1698
|
-
"gap": "sm",
|
|
1699
|
-
"type": "stack",
|
|
1700
|
-
"direction": "horizontal",
|
|
1701
1695
|
"children": [
|
|
1702
1696
|
{
|
|
1703
|
-
"type": "button",
|
|
1704
|
-
"icon": "edit",
|
|
1705
|
-
"label": "Edit",
|
|
1706
1697
|
"action": "EDIT",
|
|
1698
|
+
"label": "Edit",
|
|
1699
|
+
"icon": "edit",
|
|
1700
|
+
"type": "button",
|
|
1707
1701
|
"variant": "primary"
|
|
1708
1702
|
},
|
|
1709
1703
|
{
|
|
1704
|
+
"label": "Close",
|
|
1710
1705
|
"variant": "ghost",
|
|
1711
1706
|
"type": "button",
|
|
1712
|
-
"action": "CLOSE"
|
|
1713
|
-
"label": "Close"
|
|
1707
|
+
"action": "CLOSE"
|
|
1714
1708
|
}
|
|
1715
1709
|
],
|
|
1716
|
-
"justify": "end"
|
|
1710
|
+
"justify": "end",
|
|
1711
|
+
"type": "stack",
|
|
1712
|
+
"direction": "horizontal",
|
|
1713
|
+
"gap": "sm"
|
|
1717
1714
|
}
|
|
1718
|
-
]
|
|
1715
|
+
],
|
|
1716
|
+
"type": "stack",
|
|
1717
|
+
"direction": "vertical",
|
|
1718
|
+
"gap": "md"
|
|
1719
1719
|
}
|
|
1720
1720
|
]
|
|
1721
1721
|
]
|
|
@@ -1950,11 +1950,11 @@
|
|
|
1950
1950
|
"fetch",
|
|
1951
1951
|
"Product",
|
|
1952
1952
|
{
|
|
1953
|
+
"id": "@payload.id",
|
|
1953
1954
|
"emit": {
|
|
1954
1955
|
"failure": "ProductLoadFailed",
|
|
1955
1956
|
"success": "ProductLoaded"
|
|
1956
|
-
}
|
|
1957
|
-
"id": "@payload.id"
|
|
1957
|
+
}
|
|
1958
1958
|
}
|
|
1959
1959
|
],
|
|
1960
1960
|
[
|
|
@@ -1962,56 +1962,56 @@
|
|
|
1962
1962
|
"modal",
|
|
1963
1963
|
{
|
|
1964
1964
|
"type": "stack",
|
|
1965
|
+
"gap": "md",
|
|
1965
1966
|
"direction": "vertical",
|
|
1966
1967
|
"children": [
|
|
1967
1968
|
{
|
|
1969
|
+
"type": "stack",
|
|
1970
|
+
"gap": "sm",
|
|
1971
|
+
"direction": "horizontal",
|
|
1972
|
+
"align": "center",
|
|
1968
1973
|
"children": [
|
|
1969
1974
|
{
|
|
1970
|
-
"
|
|
1971
|
-
"
|
|
1975
|
+
"name": "alert-triangle",
|
|
1976
|
+
"type": "icon"
|
|
1972
1977
|
},
|
|
1973
1978
|
{
|
|
1974
|
-
"
|
|
1979
|
+
"type": "typography",
|
|
1975
1980
|
"content": "Delete Product",
|
|
1976
|
-
"
|
|
1981
|
+
"variant": "h3"
|
|
1977
1982
|
}
|
|
1978
|
-
]
|
|
1979
|
-
"type": "stack",
|
|
1980
|
-
"align": "center",
|
|
1981
|
-
"gap": "sm",
|
|
1982
|
-
"direction": "horizontal"
|
|
1983
|
+
]
|
|
1983
1984
|
},
|
|
1984
1985
|
{
|
|
1985
1986
|
"type": "divider"
|
|
1986
1987
|
},
|
|
1987
1988
|
{
|
|
1988
1989
|
"message": "This action cannot be undone.",
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1990
|
+
"type": "alert",
|
|
1991
|
+
"variant": "error"
|
|
1991
1992
|
},
|
|
1992
1993
|
{
|
|
1993
|
-
"type": "stack",
|
|
1994
|
-
"gap": "sm",
|
|
1995
|
-
"direction": "horizontal",
|
|
1996
|
-
"justify": "end",
|
|
1997
1994
|
"children": [
|
|
1998
1995
|
{
|
|
1999
|
-
"label": "Cancel",
|
|
2000
|
-
"type": "button",
|
|
2001
1996
|
"action": "CANCEL",
|
|
2002
|
-
"variant": "ghost"
|
|
1997
|
+
"variant": "ghost",
|
|
1998
|
+
"type": "button",
|
|
1999
|
+
"label": "Cancel"
|
|
2003
2000
|
},
|
|
2004
2001
|
{
|
|
2005
2002
|
"variant": "danger",
|
|
2006
2003
|
"icon": "check",
|
|
2007
2004
|
"type": "button",
|
|
2008
|
-
"
|
|
2009
|
-
"
|
|
2005
|
+
"label": "Delete",
|
|
2006
|
+
"action": "CONFIRM_DELETE"
|
|
2010
2007
|
}
|
|
2011
|
-
]
|
|
2008
|
+
],
|
|
2009
|
+
"type": "stack",
|
|
2010
|
+
"gap": "sm",
|
|
2011
|
+
"direction": "horizontal",
|
|
2012
|
+
"justify": "end"
|
|
2012
2013
|
}
|
|
2013
|
-
]
|
|
2014
|
-
"gap": "md"
|
|
2014
|
+
]
|
|
2015
2015
|
}
|
|
2016
2016
|
]
|
|
2017
2017
|
]
|
|
@@ -2028,8 +2028,8 @@
|
|
|
2028
2028
|
"@entity.pendingId",
|
|
2029
2029
|
{
|
|
2030
2030
|
"emit": {
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
2031
|
+
"success": "ProductDeleted",
|
|
2032
|
+
"failure": "ProductDeleteFailed"
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
2035
2035
|
],
|
|
@@ -2378,8 +2378,8 @@
|
|
|
2378
2378
|
"AuthSession",
|
|
2379
2379
|
{
|
|
2380
2380
|
"emit": {
|
|
2381
|
-
"
|
|
2382
|
-
"
|
|
2381
|
+
"failure": "AuthSessionLoadFailed",
|
|
2382
|
+
"success": "AuthSessionLoaded"
|
|
2383
2383
|
}
|
|
2384
2384
|
}
|
|
2385
2385
|
],
|
|
@@ -2387,8 +2387,6 @@
|
|
|
2387
2387
|
"render-ui",
|
|
2388
2388
|
"main",
|
|
2389
2389
|
{
|
|
2390
|
-
"type": "dashboard-layout",
|
|
2391
|
-
"appName": "ServiceMarketplace",
|
|
2392
2390
|
"navItems": [
|
|
2393
2391
|
{
|
|
2394
2392
|
"href": "/products",
|
|
@@ -2396,42 +2394,46 @@
|
|
|
2396
2394
|
"label": "Products"
|
|
2397
2395
|
},
|
|
2398
2396
|
{
|
|
2399
|
-
"
|
|
2397
|
+
"href": "/login",
|
|
2400
2398
|
"label": "Login",
|
|
2401
|
-
"
|
|
2399
|
+
"icon": "layout-list"
|
|
2402
2400
|
},
|
|
2403
2401
|
{
|
|
2404
|
-
"
|
|
2402
|
+
"href": "/checkout",
|
|
2405
2403
|
"label": "Checkout",
|
|
2406
|
-
"
|
|
2404
|
+
"icon": "credit-card"
|
|
2407
2405
|
},
|
|
2408
2406
|
{
|
|
2407
|
+
"label": "Orders",
|
|
2409
2408
|
"href": "/orders",
|
|
2410
|
-
"icon": "clipboard-list"
|
|
2411
|
-
"label": "Orders"
|
|
2409
|
+
"icon": "clipboard-list"
|
|
2412
2410
|
}
|
|
2413
2411
|
],
|
|
2412
|
+
"appName": "ServiceMarketplace",
|
|
2413
|
+
"type": "dashboard-layout",
|
|
2414
2414
|
"children": [
|
|
2415
2415
|
{
|
|
2416
|
-
"
|
|
2416
|
+
"gap": "lg",
|
|
2417
2417
|
"type": "stack",
|
|
2418
|
+
"direction": "vertical",
|
|
2419
|
+
"align": "center",
|
|
2418
2420
|
"children": [
|
|
2419
2421
|
{
|
|
2422
|
+
"align": "center",
|
|
2420
2423
|
"gap": "md",
|
|
2421
2424
|
"direction": "horizontal",
|
|
2422
|
-
"type": "stack",
|
|
2423
|
-
"align": "center",
|
|
2424
2425
|
"children": [
|
|
2425
2426
|
{
|
|
2426
|
-
"
|
|
2427
|
-
"
|
|
2427
|
+
"name": "lock",
|
|
2428
|
+
"type": "icon"
|
|
2428
2429
|
},
|
|
2429
2430
|
{
|
|
2430
2431
|
"content": "Sign In",
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2432
|
+
"type": "typography",
|
|
2433
|
+
"variant": "h2"
|
|
2433
2434
|
}
|
|
2434
|
-
]
|
|
2435
|
+
],
|
|
2436
|
+
"type": "stack"
|
|
2435
2437
|
},
|
|
2436
2438
|
{
|
|
2437
2439
|
"type": "divider"
|
|
@@ -2440,8 +2442,8 @@
|
|
|
2440
2442
|
"type": "select",
|
|
2441
2443
|
"options": [
|
|
2442
2444
|
{
|
|
2443
|
-
"
|
|
2444
|
-
"
|
|
2445
|
+
"value": "google",
|
|
2446
|
+
"label": "Google"
|
|
2445
2447
|
},
|
|
2446
2448
|
{
|
|
2447
2449
|
"value": "github",
|
|
@@ -2454,15 +2456,13 @@
|
|
|
2454
2456
|
]
|
|
2455
2457
|
},
|
|
2456
2458
|
{
|
|
2459
|
+
"icon": "log-in",
|
|
2457
2460
|
"label": "Login",
|
|
2461
|
+
"type": "button",
|
|
2458
2462
|
"variant": "primary",
|
|
2459
|
-
"
|
|
2460
|
-
"action": "LOGIN",
|
|
2461
|
-
"type": "button"
|
|
2463
|
+
"action": "LOGIN"
|
|
2462
2464
|
}
|
|
2463
|
-
]
|
|
2464
|
-
"align": "center",
|
|
2465
|
-
"gap": "lg"
|
|
2465
|
+
]
|
|
2466
2466
|
}
|
|
2467
2467
|
]
|
|
2468
2468
|
}
|
|
@@ -2479,36 +2479,36 @@
|
|
|
2479
2479
|
"main",
|
|
2480
2480
|
{
|
|
2481
2481
|
"type": "dashboard-layout",
|
|
2482
|
+
"appName": "ServiceMarketplace",
|
|
2483
|
+
"children": [
|
|
2484
|
+
{
|
|
2485
|
+
"type": "loading-state",
|
|
2486
|
+
"title": "Authorizing...",
|
|
2487
|
+
"message": "Redirecting to provider for authorization."
|
|
2488
|
+
}
|
|
2489
|
+
],
|
|
2482
2490
|
"navItems": [
|
|
2483
2491
|
{
|
|
2484
2492
|
"label": "Products",
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2493
|
+
"href": "/products",
|
|
2494
|
+
"icon": "package"
|
|
2487
2495
|
},
|
|
2488
2496
|
{
|
|
2489
|
-
"href": "/login",
|
|
2490
2497
|
"icon": "layout-list",
|
|
2491
|
-
"label": "Login"
|
|
2498
|
+
"label": "Login",
|
|
2499
|
+
"href": "/login"
|
|
2492
2500
|
},
|
|
2493
2501
|
{
|
|
2494
2502
|
"icon": "credit-card",
|
|
2495
|
-
"
|
|
2496
|
-
"
|
|
2503
|
+
"label": "Checkout",
|
|
2504
|
+
"href": "/checkout"
|
|
2497
2505
|
},
|
|
2498
2506
|
{
|
|
2499
2507
|
"href": "/orders",
|
|
2500
2508
|
"icon": "clipboard-list",
|
|
2501
2509
|
"label": "Orders"
|
|
2502
2510
|
}
|
|
2503
|
-
]
|
|
2504
|
-
"children": [
|
|
2505
|
-
{
|
|
2506
|
-
"type": "loading-state",
|
|
2507
|
-
"message": "Redirecting to provider for authorization.",
|
|
2508
|
-
"title": "Authorizing..."
|
|
2509
|
-
}
|
|
2510
|
-
],
|
|
2511
|
-
"appName": "ServiceMarketplace"
|
|
2511
|
+
]
|
|
2512
2512
|
}
|
|
2513
2513
|
],
|
|
2514
2514
|
[
|
|
@@ -2545,31 +2545,34 @@
|
|
|
2545
2545
|
"render-ui",
|
|
2546
2546
|
"main",
|
|
2547
2547
|
{
|
|
2548
|
+
"type": "dashboard-layout",
|
|
2549
|
+
"appName": "ServiceMarketplace",
|
|
2548
2550
|
"navItems": [
|
|
2549
2551
|
{
|
|
2550
2552
|
"label": "Products",
|
|
2551
|
-
"
|
|
2552
|
-
"
|
|
2553
|
+
"icon": "package",
|
|
2554
|
+
"href": "/products"
|
|
2553
2555
|
},
|
|
2554
2556
|
{
|
|
2557
|
+
"icon": "layout-list",
|
|
2555
2558
|
"label": "Login",
|
|
2556
|
-
"href": "/login"
|
|
2557
|
-
"icon": "layout-list"
|
|
2559
|
+
"href": "/login"
|
|
2558
2560
|
},
|
|
2559
2561
|
{
|
|
2562
|
+
"href": "/checkout",
|
|
2560
2563
|
"icon": "credit-card",
|
|
2561
|
-
"label": "Checkout"
|
|
2562
|
-
"href": "/checkout"
|
|
2564
|
+
"label": "Checkout"
|
|
2563
2565
|
},
|
|
2564
2566
|
{
|
|
2565
|
-
"icon": "clipboard-list",
|
|
2566
2567
|
"label": "Orders",
|
|
2567
|
-
"href": "/orders"
|
|
2568
|
+
"href": "/orders",
|
|
2569
|
+
"icon": "clipboard-list"
|
|
2568
2570
|
}
|
|
2569
2571
|
],
|
|
2570
2572
|
"children": [
|
|
2571
2573
|
{
|
|
2572
2574
|
"align": "center",
|
|
2575
|
+
"type": "stack",
|
|
2573
2576
|
"direction": "vertical",
|
|
2574
2577
|
"children": [
|
|
2575
2578
|
{
|
|
@@ -2577,34 +2580,31 @@
|
|
|
2577
2580
|
"name": "external-link"
|
|
2578
2581
|
},
|
|
2579
2582
|
{
|
|
2580
|
-
"type": "typography",
|
|
2581
2583
|
"content": "Authorization Required",
|
|
2582
|
-
"variant": "h2"
|
|
2584
|
+
"variant": "h2",
|
|
2585
|
+
"type": "typography"
|
|
2583
2586
|
},
|
|
2584
2587
|
{
|
|
2585
|
-
"variant": "body",
|
|
2586
|
-
"content": "@entity.authUrl",
|
|
2587
2588
|
"type": "typography",
|
|
2588
|
-
"color": "muted"
|
|
2589
|
+
"color": "muted",
|
|
2590
|
+
"variant": "body",
|
|
2591
|
+
"content": "@entity.authUrl"
|
|
2589
2592
|
},
|
|
2590
2593
|
{
|
|
2591
2594
|
"type": "input",
|
|
2592
2595
|
"placeholder": "Paste authorization code here"
|
|
2593
2596
|
},
|
|
2594
2597
|
{
|
|
2595
|
-
"type": "button",
|
|
2596
|
-
"label": "Submit",
|
|
2597
|
-
"variant": "primary",
|
|
2598
2598
|
"icon": "check",
|
|
2599
|
-
"
|
|
2599
|
+
"variant": "primary",
|
|
2600
|
+
"label": "Submit",
|
|
2601
|
+
"action": "CALLBACK",
|
|
2602
|
+
"type": "button"
|
|
2600
2603
|
}
|
|
2601
2604
|
],
|
|
2602
|
-
"type": "stack",
|
|
2603
2605
|
"gap": "lg"
|
|
2604
2606
|
}
|
|
2605
|
-
]
|
|
2606
|
-
"type": "dashboard-layout",
|
|
2607
|
-
"appName": "ServiceMarketplace"
|
|
2607
|
+
]
|
|
2608
2608
|
}
|
|
2609
2609
|
]
|
|
2610
2610
|
]
|
|
@@ -2623,8 +2623,8 @@
|
|
|
2623
2623
|
},
|
|
2624
2624
|
{
|
|
2625
2625
|
"emit": {
|
|
2626
|
-
"
|
|
2627
|
-
"
|
|
2626
|
+
"success": "ProductOauthCompleted",
|
|
2627
|
+
"failure": "ProductOauthFailed"
|
|
2628
2628
|
}
|
|
2629
2629
|
}
|
|
2630
2630
|
],
|
|
@@ -2632,10 +2632,30 @@
|
|
|
2632
2632
|
"render-ui",
|
|
2633
2633
|
"main",
|
|
2634
2634
|
{
|
|
2635
|
+
"navItems": [
|
|
2636
|
+
{
|
|
2637
|
+
"href": "/products",
|
|
2638
|
+
"icon": "package",
|
|
2639
|
+
"label": "Products"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"href": "/login",
|
|
2643
|
+
"label": "Login",
|
|
2644
|
+
"icon": "layout-list"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"label": "Checkout",
|
|
2648
|
+
"icon": "credit-card",
|
|
2649
|
+
"href": "/checkout"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"icon": "clipboard-list",
|
|
2653
|
+
"href": "/orders",
|
|
2654
|
+
"label": "Orders"
|
|
2655
|
+
}
|
|
2656
|
+
],
|
|
2635
2657
|
"children": [
|
|
2636
2658
|
{
|
|
2637
|
-
"direction": "vertical",
|
|
2638
|
-
"gap": "lg",
|
|
2639
2659
|
"align": "center",
|
|
2640
2660
|
"children": [
|
|
2641
2661
|
{
|
|
@@ -2644,59 +2664,39 @@
|
|
|
2644
2664
|
},
|
|
2645
2665
|
{
|
|
2646
2666
|
"variant": "success",
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2667
|
+
"type": "alert",
|
|
2668
|
+
"message": "Authenticated successfully"
|
|
2649
2669
|
},
|
|
2650
2670
|
{
|
|
2671
|
+
"gap": "sm",
|
|
2672
|
+
"direction": "horizontal",
|
|
2651
2673
|
"children": [
|
|
2652
2674
|
{
|
|
2653
|
-
"action": "REFRESH",
|
|
2654
|
-
"icon": "refresh-cw",
|
|
2655
2675
|
"label": "Refresh Token",
|
|
2656
|
-
"
|
|
2657
|
-
"type": "button"
|
|
2676
|
+
"icon": "refresh-cw",
|
|
2677
|
+
"type": "button",
|
|
2678
|
+
"action": "REFRESH",
|
|
2679
|
+
"variant": "ghost"
|
|
2658
2680
|
},
|
|
2659
2681
|
{
|
|
2660
|
-
"type": "button",
|
|
2661
|
-
"variant": "ghost",
|
|
2662
|
-
"icon": "log-out",
|
|
2663
2682
|
"label": "Logout",
|
|
2664
|
-
"
|
|
2683
|
+
"icon": "log-out",
|
|
2684
|
+
"action": "LOGOUT",
|
|
2685
|
+
"variant": "ghost",
|
|
2686
|
+
"type": "button"
|
|
2665
2687
|
}
|
|
2666
2688
|
],
|
|
2667
|
-
"justify": "center",
|
|
2668
|
-
"gap": "sm",
|
|
2669
2689
|
"type": "stack",
|
|
2670
|
-
"
|
|
2690
|
+
"justify": "center"
|
|
2671
2691
|
}
|
|
2672
2692
|
],
|
|
2673
|
-
"
|
|
2693
|
+
"gap": "lg",
|
|
2694
|
+
"type": "stack",
|
|
2695
|
+
"direction": "vertical"
|
|
2674
2696
|
}
|
|
2675
2697
|
],
|
|
2676
|
-
"type": "dashboard-layout",
|
|
2677
2698
|
"appName": "ServiceMarketplace",
|
|
2678
|
-
"
|
|
2679
|
-
{
|
|
2680
|
-
"label": "Products",
|
|
2681
|
-
"icon": "package",
|
|
2682
|
-
"href": "/products"
|
|
2683
|
-
},
|
|
2684
|
-
{
|
|
2685
|
-
"label": "Login",
|
|
2686
|
-
"href": "/login",
|
|
2687
|
-
"icon": "layout-list"
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"label": "Checkout",
|
|
2691
|
-
"href": "/checkout",
|
|
2692
|
-
"icon": "credit-card"
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
"icon": "clipboard-list",
|
|
2696
|
-
"label": "Orders",
|
|
2697
|
-
"href": "/orders"
|
|
2698
|
-
}
|
|
2699
|
-
]
|
|
2699
|
+
"type": "dashboard-layout"
|
|
2700
2700
|
}
|
|
2701
2701
|
]
|
|
2702
2702
|
]
|
|
@@ -2715,16 +2715,18 @@
|
|
|
2715
2715
|
"render-ui",
|
|
2716
2716
|
"main",
|
|
2717
2717
|
{
|
|
2718
|
+
"type": "dashboard-layout",
|
|
2719
|
+
"appName": "ServiceMarketplace",
|
|
2718
2720
|
"navItems": [
|
|
2719
2721
|
{
|
|
2722
|
+
"label": "Products",
|
|
2720
2723
|
"href": "/products",
|
|
2721
|
-
"icon": "package"
|
|
2722
|
-
"label": "Products"
|
|
2724
|
+
"icon": "package"
|
|
2723
2725
|
},
|
|
2724
2726
|
{
|
|
2725
2727
|
"href": "/login",
|
|
2726
|
-
"
|
|
2727
|
-
"
|
|
2728
|
+
"label": "Login",
|
|
2729
|
+
"icon": "layout-list"
|
|
2728
2730
|
},
|
|
2729
2731
|
{
|
|
2730
2732
|
"label": "Checkout",
|
|
@@ -2732,36 +2734,34 @@
|
|
|
2732
2734
|
"href": "/checkout"
|
|
2733
2735
|
},
|
|
2734
2736
|
{
|
|
2737
|
+
"label": "Orders",
|
|
2735
2738
|
"icon": "clipboard-list",
|
|
2736
|
-
"href": "/orders"
|
|
2737
|
-
"label": "Orders"
|
|
2739
|
+
"href": "/orders"
|
|
2738
2740
|
}
|
|
2739
2741
|
],
|
|
2740
|
-
"type": "dashboard-layout",
|
|
2741
2742
|
"children": [
|
|
2742
2743
|
{
|
|
2743
2744
|
"gap": "lg",
|
|
2744
|
-
"
|
|
2745
|
+
"align": "center",
|
|
2745
2746
|
"children": [
|
|
2746
2747
|
{
|
|
2747
|
-
"onRetry": "RETRY",
|
|
2748
2748
|
"type": "error-state",
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2749
|
+
"title": "Authentication Failed",
|
|
2750
|
+
"onRetry": "RETRY",
|
|
2751
|
+
"message": "@entity.error"
|
|
2751
2752
|
},
|
|
2752
2753
|
{
|
|
2753
|
-
"action": "RETRY",
|
|
2754
2754
|
"variant": "primary",
|
|
2755
|
-
"type": "button",
|
|
2756
2755
|
"label": "Try Again",
|
|
2757
|
-
"
|
|
2756
|
+
"action": "RETRY",
|
|
2757
|
+
"icon": "rotate-ccw",
|
|
2758
|
+
"type": "button"
|
|
2758
2759
|
}
|
|
2759
2760
|
],
|
|
2760
2761
|
"type": "stack",
|
|
2761
|
-
"
|
|
2762
|
+
"direction": "vertical"
|
|
2762
2763
|
}
|
|
2763
|
-
]
|
|
2764
|
-
"appName": "ServiceMarketplace"
|
|
2764
|
+
]
|
|
2765
2765
|
}
|
|
2766
2766
|
]
|
|
2767
2767
|
]
|
|
@@ -2790,17 +2790,16 @@
|
|
|
2790
2790
|
"render-ui",
|
|
2791
2791
|
"main",
|
|
2792
2792
|
{
|
|
2793
|
-
"appName": "ServiceMarketplace",
|
|
2794
2793
|
"navItems": [
|
|
2795
2794
|
{
|
|
2796
|
-
"
|
|
2795
|
+
"icon": "package",
|
|
2797
2796
|
"label": "Products",
|
|
2798
|
-
"
|
|
2797
|
+
"href": "/products"
|
|
2799
2798
|
},
|
|
2800
2799
|
{
|
|
2801
2800
|
"href": "/login",
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2801
|
+
"label": "Login",
|
|
2802
|
+
"icon": "layout-list"
|
|
2804
2803
|
},
|
|
2805
2804
|
{
|
|
2806
2805
|
"href": "/checkout",
|
|
@@ -2808,53 +2807,54 @@
|
|
|
2808
2807
|
"label": "Checkout"
|
|
2809
2808
|
},
|
|
2810
2809
|
{
|
|
2810
|
+
"label": "Orders",
|
|
2811
2811
|
"href": "/orders",
|
|
2812
|
-
"icon": "clipboard-list"
|
|
2813
|
-
"label": "Orders"
|
|
2812
|
+
"icon": "clipboard-list"
|
|
2814
2813
|
}
|
|
2815
2814
|
],
|
|
2816
2815
|
"children": [
|
|
2817
2816
|
{
|
|
2818
|
-
"
|
|
2817
|
+
"type": "stack",
|
|
2818
|
+
"gap": "lg",
|
|
2819
2819
|
"children": [
|
|
2820
2820
|
{
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2821
|
+
"name": "check-circle",
|
|
2822
|
+
"type": "icon"
|
|
2823
2823
|
},
|
|
2824
2824
|
{
|
|
2825
|
-
"type": "alert",
|
|
2826
2825
|
"variant": "success",
|
|
2827
|
-
"message": "Authenticated successfully"
|
|
2826
|
+
"message": "Authenticated successfully",
|
|
2827
|
+
"type": "alert"
|
|
2828
2828
|
},
|
|
2829
2829
|
{
|
|
2830
|
-
"type": "stack",
|
|
2831
2830
|
"gap": "sm",
|
|
2831
|
+
"type": "stack",
|
|
2832
|
+
"direction": "horizontal",
|
|
2833
|
+
"justify": "center",
|
|
2832
2834
|
"children": [
|
|
2833
2835
|
{
|
|
2834
|
-
"type": "button",
|
|
2835
2836
|
"action": "REFRESH",
|
|
2836
2837
|
"icon": "refresh-cw",
|
|
2838
|
+
"type": "button",
|
|
2837
2839
|
"label": "Refresh Token",
|
|
2838
2840
|
"variant": "ghost"
|
|
2839
2841
|
},
|
|
2840
2842
|
{
|
|
2841
|
-
"type": "button",
|
|
2842
2843
|
"label": "Logout",
|
|
2844
|
+
"type": "button",
|
|
2843
2845
|
"variant": "ghost",
|
|
2844
|
-
"
|
|
2845
|
-
"
|
|
2846
|
+
"icon": "log-out",
|
|
2847
|
+
"action": "LOGOUT"
|
|
2846
2848
|
}
|
|
2847
|
-
]
|
|
2848
|
-
"justify": "center",
|
|
2849
|
-
"direction": "horizontal"
|
|
2849
|
+
]
|
|
2850
2850
|
}
|
|
2851
2851
|
],
|
|
2852
|
-
"
|
|
2853
|
-
"direction": "vertical"
|
|
2854
|
-
"gap": "lg"
|
|
2852
|
+
"align": "center",
|
|
2853
|
+
"direction": "vertical"
|
|
2855
2854
|
}
|
|
2856
2855
|
],
|
|
2857
|
-
"type": "dashboard-layout"
|
|
2856
|
+
"type": "dashboard-layout",
|
|
2857
|
+
"appName": "ServiceMarketplace"
|
|
2858
2858
|
}
|
|
2859
2859
|
]
|
|
2860
2860
|
]
|
|
@@ -2869,29 +2869,29 @@
|
|
|
2869
2869
|
"main",
|
|
2870
2870
|
{
|
|
2871
2871
|
"appName": "ServiceMarketplace",
|
|
2872
|
+
"type": "dashboard-layout",
|
|
2872
2873
|
"navItems": [
|
|
2873
2874
|
{
|
|
2874
|
-
"
|
|
2875
|
+
"label": "Products",
|
|
2875
2876
|
"href": "/products",
|
|
2876
|
-
"
|
|
2877
|
+
"icon": "package"
|
|
2877
2878
|
},
|
|
2878
2879
|
{
|
|
2879
|
-
"
|
|
2880
|
+
"label": "Login",
|
|
2880
2881
|
"icon": "layout-list",
|
|
2881
|
-
"
|
|
2882
|
+
"href": "/login"
|
|
2882
2883
|
},
|
|
2883
2884
|
{
|
|
2884
|
-
"href": "/checkout",
|
|
2885
2885
|
"label": "Checkout",
|
|
2886
|
+
"href": "/checkout",
|
|
2886
2887
|
"icon": "credit-card"
|
|
2887
2888
|
},
|
|
2888
2889
|
{
|
|
2889
2890
|
"href": "/orders",
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2891
|
+
"label": "Orders",
|
|
2892
|
+
"icon": "clipboard-list"
|
|
2892
2893
|
}
|
|
2893
2894
|
],
|
|
2894
|
-
"type": "dashboard-layout",
|
|
2895
2895
|
"children": [
|
|
2896
2896
|
{
|
|
2897
2897
|
"message": "Obtaining a new access token.",
|
|
@@ -2910,8 +2910,8 @@
|
|
|
2910
2910
|
},
|
|
2911
2911
|
{
|
|
2912
2912
|
"emit": {
|
|
2913
|
-
"
|
|
2914
|
-
"
|
|
2913
|
+
"failure": "ProductOauthFailed",
|
|
2914
|
+
"success": "ProductOauthCompleted"
|
|
2915
2915
|
}
|
|
2916
2916
|
}
|
|
2917
2917
|
]
|
|
@@ -2933,82 +2933,82 @@
|
|
|
2933
2933
|
{
|
|
2934
2934
|
"navItems": [
|
|
2935
2935
|
{
|
|
2936
|
-
"icon": "package",
|
|
2937
2936
|
"label": "Products",
|
|
2938
|
-
"href": "/products"
|
|
2937
|
+
"href": "/products",
|
|
2938
|
+
"icon": "package"
|
|
2939
2939
|
},
|
|
2940
2940
|
{
|
|
2941
2941
|
"label": "Login",
|
|
2942
|
-
"
|
|
2943
|
-
"
|
|
2942
|
+
"href": "/login",
|
|
2943
|
+
"icon": "layout-list"
|
|
2944
2944
|
},
|
|
2945
2945
|
{
|
|
2946
|
+
"icon": "credit-card",
|
|
2946
2947
|
"href": "/checkout",
|
|
2947
|
-
"label": "Checkout"
|
|
2948
|
-
"icon": "credit-card"
|
|
2948
|
+
"label": "Checkout"
|
|
2949
2949
|
},
|
|
2950
2950
|
{
|
|
2951
|
+
"href": "/orders",
|
|
2951
2952
|
"icon": "clipboard-list",
|
|
2952
|
-
"label": "Orders"
|
|
2953
|
-
"href": "/orders"
|
|
2953
|
+
"label": "Orders"
|
|
2954
2954
|
}
|
|
2955
2955
|
],
|
|
2956
2956
|
"type": "dashboard-layout",
|
|
2957
|
+
"appName": "ServiceMarketplace",
|
|
2957
2958
|
"children": [
|
|
2958
2959
|
{
|
|
2959
2960
|
"type": "stack",
|
|
2960
|
-
"direction": "vertical",
|
|
2961
|
-
"gap": "lg",
|
|
2962
2961
|
"align": "center",
|
|
2963
2962
|
"children": [
|
|
2964
2963
|
{
|
|
2964
|
+
"type": "stack",
|
|
2965
|
+
"align": "center",
|
|
2966
|
+
"direction": "horizontal",
|
|
2967
|
+
"gap": "md",
|
|
2965
2968
|
"children": [
|
|
2966
2969
|
{
|
|
2967
2970
|
"type": "icon",
|
|
2968
2971
|
"name": "lock"
|
|
2969
2972
|
},
|
|
2970
2973
|
{
|
|
2971
|
-
"variant": "h2",
|
|
2972
2974
|
"type": "typography",
|
|
2973
|
-
"content": "Sign In"
|
|
2975
|
+
"content": "Sign In",
|
|
2976
|
+
"variant": "h2"
|
|
2974
2977
|
}
|
|
2975
|
-
]
|
|
2976
|
-
"type": "stack",
|
|
2977
|
-
"align": "center",
|
|
2978
|
-
"gap": "md",
|
|
2979
|
-
"direction": "horizontal"
|
|
2978
|
+
]
|
|
2980
2979
|
},
|
|
2981
2980
|
{
|
|
2982
2981
|
"type": "divider"
|
|
2983
2982
|
},
|
|
2984
2983
|
{
|
|
2984
|
+
"type": "select",
|
|
2985
2985
|
"options": [
|
|
2986
2986
|
{
|
|
2987
|
-
"
|
|
2988
|
-
"
|
|
2987
|
+
"value": "google",
|
|
2988
|
+
"label": "Google"
|
|
2989
2989
|
},
|
|
2990
2990
|
{
|
|
2991
|
-
"
|
|
2992
|
-
"
|
|
2991
|
+
"label": "GitHub",
|
|
2992
|
+
"value": "github"
|
|
2993
2993
|
},
|
|
2994
2994
|
{
|
|
2995
2995
|
"label": "Microsoft",
|
|
2996
2996
|
"value": "microsoft"
|
|
2997
2997
|
}
|
|
2998
|
-
]
|
|
2999
|
-
"type": "select"
|
|
2998
|
+
]
|
|
3000
2999
|
},
|
|
3001
3000
|
{
|
|
3002
|
-
"
|
|
3001
|
+
"action": "LOGIN",
|
|
3003
3002
|
"variant": "primary",
|
|
3004
|
-
"label": "Login",
|
|
3005
3003
|
"icon": "log-in",
|
|
3006
|
-
"
|
|
3004
|
+
"type": "button",
|
|
3005
|
+
"label": "Login"
|
|
3007
3006
|
}
|
|
3008
|
-
]
|
|
3007
|
+
],
|
|
3008
|
+
"direction": "vertical",
|
|
3009
|
+
"gap": "lg"
|
|
3009
3010
|
}
|
|
3010
|
-
]
|
|
3011
|
-
"appName": "ServiceMarketplace"
|
|
3011
|
+
]
|
|
3012
3012
|
}
|
|
3013
3013
|
]
|
|
3014
3014
|
]
|
|
@@ -3027,10 +3027,12 @@
|
|
|
3027
3027
|
"render-ui",
|
|
3028
3028
|
"main",
|
|
3029
3029
|
{
|
|
3030
|
+
"appName": "ServiceMarketplace",
|
|
3031
|
+
"type": "dashboard-layout",
|
|
3030
3032
|
"navItems": [
|
|
3031
3033
|
{
|
|
3032
|
-
"href": "/products",
|
|
3033
3034
|
"icon": "package",
|
|
3035
|
+
"href": "/products",
|
|
3034
3036
|
"label": "Products"
|
|
3035
3037
|
},
|
|
3036
3038
|
{
|
|
@@ -3039,57 +3041,55 @@
|
|
|
3039
3041
|
"icon": "layout-list"
|
|
3040
3042
|
},
|
|
3041
3043
|
{
|
|
3042
|
-
"
|
|
3044
|
+
"label": "Checkout",
|
|
3043
3045
|
"href": "/checkout",
|
|
3044
|
-
"
|
|
3046
|
+
"icon": "credit-card"
|
|
3045
3047
|
},
|
|
3046
3048
|
{
|
|
3047
|
-
"
|
|
3049
|
+
"icon": "clipboard-list",
|
|
3048
3050
|
"href": "/orders",
|
|
3049
|
-
"
|
|
3051
|
+
"label": "Orders"
|
|
3050
3052
|
}
|
|
3051
3053
|
],
|
|
3052
|
-
"type": "dashboard-layout",
|
|
3053
|
-
"appName": "ServiceMarketplace",
|
|
3054
3054
|
"children": [
|
|
3055
3055
|
{
|
|
3056
|
+
"align": "center",
|
|
3057
|
+
"gap": "lg",
|
|
3058
|
+
"direction": "vertical",
|
|
3056
3059
|
"children": [
|
|
3057
3060
|
{
|
|
3058
3061
|
"name": "check-circle",
|
|
3059
3062
|
"type": "icon"
|
|
3060
3063
|
},
|
|
3061
3064
|
{
|
|
3062
|
-
"type": "alert",
|
|
3063
3065
|
"variant": "success",
|
|
3064
|
-
"message": "Authenticated successfully"
|
|
3066
|
+
"message": "Authenticated successfully",
|
|
3067
|
+
"type": "alert"
|
|
3065
3068
|
},
|
|
3066
3069
|
{
|
|
3067
|
-
"type": "stack",
|
|
3068
3070
|
"gap": "sm",
|
|
3071
|
+
"type": "stack",
|
|
3072
|
+
"direction": "horizontal",
|
|
3069
3073
|
"justify": "center",
|
|
3070
3074
|
"children": [
|
|
3071
3075
|
{
|
|
3072
3076
|
"type": "button",
|
|
3073
|
-
"icon": "refresh-cw",
|
|
3074
|
-
"action": "REFRESH",
|
|
3075
3077
|
"label": "Refresh Token",
|
|
3076
|
-
"variant": "ghost"
|
|
3078
|
+
"variant": "ghost",
|
|
3079
|
+
"action": "REFRESH",
|
|
3080
|
+
"icon": "refresh-cw"
|
|
3077
3081
|
},
|
|
3078
3082
|
{
|
|
3079
|
-
"label": "Logout",
|
|
3080
3083
|
"icon": "log-out",
|
|
3084
|
+
"label": "Logout",
|
|
3081
3085
|
"action": "LOGOUT",
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3086
|
+
"variant": "ghost",
|
|
3087
|
+
"type": "button"
|
|
3084
3088
|
}
|
|
3085
|
-
]
|
|
3086
|
-
"direction": "horizontal"
|
|
3089
|
+
]
|
|
3087
3090
|
}
|
|
3088
3091
|
],
|
|
3089
|
-
"
|
|
3090
|
-
"type": "stack",
|
|
3091
|
-
"gap": "lg",
|
|
3092
|
-
"direction": "vertical"
|
|
3092
|
+
"type": "stack"
|
|
3093
3093
|
}
|
|
3094
3094
|
]
|
|
3095
3095
|
}
|
|
@@ -3110,110 +3110,87 @@
|
|
|
3110
3110
|
"render-ui",
|
|
3111
3111
|
"main",
|
|
3112
3112
|
{
|
|
3113
|
-
"type": "dashboard-layout",
|
|
3114
|
-
"navItems": [
|
|
3115
|
-
{
|
|
3116
|
-
"href": "/products",
|
|
3117
|
-
"icon": "package",
|
|
3118
|
-
"label": "Products"
|
|
3119
|
-
},
|
|
3120
|
-
{
|
|
3121
|
-
"icon": "layout-list",
|
|
3122
|
-
"label": "Login",
|
|
3123
|
-
"href": "/login"
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"icon": "credit-card",
|
|
3127
|
-
"href": "/checkout",
|
|
3128
|
-
"label": "Checkout"
|
|
3129
|
-
},
|
|
3130
|
-
{
|
|
3131
|
-
"href": "/orders",
|
|
3132
|
-
"label": "Orders",
|
|
3133
|
-
"icon": "clipboard-list"
|
|
3134
|
-
}
|
|
3135
|
-
],
|
|
3136
|
-
"appName": "ServiceMarketplace",
|
|
3137
3113
|
"children": [
|
|
3138
3114
|
{
|
|
3139
3115
|
"children": [
|
|
3140
3116
|
{
|
|
3141
|
-
"title": "Authentication Failed",
|
|
3142
3117
|
"onRetry": "RETRY",
|
|
3118
|
+
"title": "Authentication Failed",
|
|
3143
3119
|
"type": "error-state",
|
|
3144
3120
|
"message": "@entity.error"
|
|
3145
3121
|
},
|
|
3146
3122
|
{
|
|
3123
|
+
"variant": "primary",
|
|
3147
3124
|
"icon": "rotate-ccw",
|
|
3148
3125
|
"label": "Try Again",
|
|
3149
3126
|
"type": "button",
|
|
3150
|
-
"action": "RETRY"
|
|
3151
|
-
"variant": "primary"
|
|
3127
|
+
"action": "RETRY"
|
|
3152
3128
|
}
|
|
3153
3129
|
],
|
|
3154
|
-
"
|
|
3155
|
-
"direction": "vertical",
|
|
3130
|
+
"type": "stack",
|
|
3156
3131
|
"align": "center",
|
|
3157
|
-
"
|
|
3132
|
+
"gap": "lg",
|
|
3133
|
+
"direction": "vertical"
|
|
3158
3134
|
}
|
|
3159
|
-
]
|
|
3160
|
-
|
|
3161
|
-
]
|
|
3162
|
-
]
|
|
3163
|
-
},
|
|
3164
|
-
{
|
|
3165
|
-
"from": "error",
|
|
3166
|
-
"to": "unauthenticated",
|
|
3167
|
-
"event": "RETRY",
|
|
3168
|
-
"effects": [
|
|
3169
|
-
[
|
|
3170
|
-
"render-ui",
|
|
3171
|
-
"main",
|
|
3172
|
-
{
|
|
3135
|
+
],
|
|
3136
|
+
"type": "dashboard-layout",
|
|
3173
3137
|
"appName": "ServiceMarketplace",
|
|
3174
3138
|
"navItems": [
|
|
3175
3139
|
{
|
|
3176
|
-
"icon": "package",
|
|
3177
3140
|
"label": "Products",
|
|
3141
|
+
"icon": "package",
|
|
3178
3142
|
"href": "/products"
|
|
3179
3143
|
},
|
|
3180
3144
|
{
|
|
3181
|
-
"
|
|
3145
|
+
"href": "/login",
|
|
3182
3146
|
"label": "Login",
|
|
3183
|
-
"
|
|
3147
|
+
"icon": "layout-list"
|
|
3184
3148
|
},
|
|
3185
3149
|
{
|
|
3186
|
-
"label": "Checkout",
|
|
3187
3150
|
"href": "/checkout",
|
|
3151
|
+
"label": "Checkout",
|
|
3188
3152
|
"icon": "credit-card"
|
|
3189
3153
|
},
|
|
3190
3154
|
{
|
|
3191
|
-
"href": "/orders",
|
|
3192
3155
|
"icon": "clipboard-list",
|
|
3156
|
+
"href": "/orders",
|
|
3193
3157
|
"label": "Orders"
|
|
3194
3158
|
}
|
|
3195
|
-
]
|
|
3159
|
+
]
|
|
3160
|
+
}
|
|
3161
|
+
]
|
|
3162
|
+
]
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"from": "error",
|
|
3166
|
+
"to": "unauthenticated",
|
|
3167
|
+
"event": "RETRY",
|
|
3168
|
+
"effects": [
|
|
3169
|
+
[
|
|
3170
|
+
"render-ui",
|
|
3171
|
+
"main",
|
|
3172
|
+
{
|
|
3196
3173
|
"type": "dashboard-layout",
|
|
3174
|
+
"appName": "ServiceMarketplace",
|
|
3197
3175
|
"children": [
|
|
3198
3176
|
{
|
|
3199
|
-
"direction": "vertical",
|
|
3200
3177
|
"children": [
|
|
3201
3178
|
{
|
|
3202
|
-
"align": "center",
|
|
3203
3179
|
"type": "stack",
|
|
3180
|
+
"direction": "horizontal",
|
|
3181
|
+
"align": "center",
|
|
3182
|
+
"gap": "md",
|
|
3204
3183
|
"children": [
|
|
3205
3184
|
{
|
|
3206
|
-
"
|
|
3207
|
-
"
|
|
3185
|
+
"type": "icon",
|
|
3186
|
+
"name": "lock"
|
|
3208
3187
|
},
|
|
3209
3188
|
{
|
|
3210
|
-
"content": "Sign In",
|
|
3211
3189
|
"variant": "h2",
|
|
3190
|
+
"content": "Sign In",
|
|
3212
3191
|
"type": "typography"
|
|
3213
3192
|
}
|
|
3214
|
-
]
|
|
3215
|
-
"gap": "md",
|
|
3216
|
-
"direction": "horizontal"
|
|
3193
|
+
]
|
|
3217
3194
|
},
|
|
3218
3195
|
{
|
|
3219
3196
|
"type": "divider"
|
|
@@ -3221,12 +3198,12 @@
|
|
|
3221
3198
|
{
|
|
3222
3199
|
"options": [
|
|
3223
3200
|
{
|
|
3224
|
-
"
|
|
3225
|
-
"
|
|
3201
|
+
"label": "Google",
|
|
3202
|
+
"value": "google"
|
|
3226
3203
|
},
|
|
3227
3204
|
{
|
|
3228
|
-
"
|
|
3229
|
-
"
|
|
3205
|
+
"label": "GitHub",
|
|
3206
|
+
"value": "github"
|
|
3230
3207
|
},
|
|
3231
3208
|
{
|
|
3232
3209
|
"value": "microsoft",
|
|
@@ -3236,16 +3213,39 @@
|
|
|
3236
3213
|
"type": "select"
|
|
3237
3214
|
},
|
|
3238
3215
|
{
|
|
3239
|
-
"type": "button",
|
|
3240
|
-
"label": "Login",
|
|
3241
|
-
"action": "LOGIN",
|
|
3242
3216
|
"icon": "log-in",
|
|
3243
|
-
"
|
|
3217
|
+
"action": "LOGIN",
|
|
3218
|
+
"label": "Login",
|
|
3219
|
+
"variant": "primary",
|
|
3220
|
+
"type": "button"
|
|
3244
3221
|
}
|
|
3245
3222
|
],
|
|
3246
|
-
"type": "stack",
|
|
3247
3223
|
"align": "center",
|
|
3248
|
-
"
|
|
3224
|
+
"type": "stack",
|
|
3225
|
+
"gap": "lg",
|
|
3226
|
+
"direction": "vertical"
|
|
3227
|
+
}
|
|
3228
|
+
],
|
|
3229
|
+
"navItems": [
|
|
3230
|
+
{
|
|
3231
|
+
"href": "/products",
|
|
3232
|
+
"label": "Products",
|
|
3233
|
+
"icon": "package"
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"href": "/login",
|
|
3237
|
+
"label": "Login",
|
|
3238
|
+
"icon": "layout-list"
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"href": "/checkout",
|
|
3242
|
+
"label": "Checkout",
|
|
3243
|
+
"icon": "credit-card"
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"href": "/orders",
|
|
3247
|
+
"icon": "clipboard-list",
|
|
3248
|
+
"label": "Orders"
|
|
3249
3249
|
}
|
|
3250
3250
|
]
|
|
3251
3251
|
}
|
|
@@ -3528,95 +3528,95 @@
|
|
|
3528
3528
|
"render-ui",
|
|
3529
3529
|
"main",
|
|
3530
3530
|
{
|
|
3531
|
-
"navItems": [
|
|
3532
|
-
{
|
|
3533
|
-
"label": "Products",
|
|
3534
|
-
"href": "/products",
|
|
3535
|
-
"icon": "package"
|
|
3536
|
-
},
|
|
3537
|
-
{
|
|
3538
|
-
"label": "Login",
|
|
3539
|
-
"href": "/login",
|
|
3540
|
-
"icon": "layout-list"
|
|
3541
|
-
},
|
|
3542
|
-
{
|
|
3543
|
-
"href": "/checkout",
|
|
3544
|
-
"icon": "credit-card",
|
|
3545
|
-
"label": "Checkout"
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"href": "/orders",
|
|
3549
|
-
"icon": "clipboard-list",
|
|
3550
|
-
"label": "Orders"
|
|
3551
|
-
}
|
|
3552
|
-
],
|
|
3553
|
-
"appName": "ServiceMarketplace",
|
|
3554
|
-
"type": "dashboard-layout",
|
|
3555
3531
|
"children": [
|
|
3556
3532
|
{
|
|
3533
|
+
"align": "center",
|
|
3557
3534
|
"gap": "lg",
|
|
3558
3535
|
"type": "stack",
|
|
3559
3536
|
"direction": "vertical",
|
|
3560
|
-
"align": "center",
|
|
3561
3537
|
"children": [
|
|
3562
3538
|
{
|
|
3563
3539
|
"type": "stack",
|
|
3540
|
+
"direction": "horizontal",
|
|
3564
3541
|
"align": "center",
|
|
3542
|
+
"gap": "md",
|
|
3565
3543
|
"children": [
|
|
3566
3544
|
{
|
|
3567
|
-
"
|
|
3568
|
-
"
|
|
3545
|
+
"type": "icon",
|
|
3546
|
+
"name": "credit-card"
|
|
3569
3547
|
},
|
|
3570
3548
|
{
|
|
3571
|
-
"type": "typography",
|
|
3572
3549
|
"variant": "h2",
|
|
3573
|
-
"content": "Payment"
|
|
3550
|
+
"content": "Payment",
|
|
3551
|
+
"type": "typography"
|
|
3574
3552
|
}
|
|
3575
|
-
]
|
|
3576
|
-
"gap": "md",
|
|
3577
|
-
"direction": "horizontal"
|
|
3553
|
+
]
|
|
3578
3554
|
},
|
|
3579
3555
|
{
|
|
3580
3556
|
"type": "divider"
|
|
3581
3557
|
},
|
|
3582
3558
|
{
|
|
3583
|
-
"
|
|
3584
|
-
"gap": "md",
|
|
3559
|
+
"direction": "vertical",
|
|
3585
3560
|
"children": [
|
|
3586
3561
|
{
|
|
3587
|
-
"placeholder": "0.00",
|
|
3588
3562
|
"inputType": "number",
|
|
3589
|
-
"type": "input"
|
|
3563
|
+
"type": "input",
|
|
3564
|
+
"placeholder": "0.00"
|
|
3590
3565
|
},
|
|
3591
3566
|
{
|
|
3592
|
-
"type": "select",
|
|
3593
3567
|
"options": [
|
|
3594
3568
|
{
|
|
3595
|
-
"
|
|
3596
|
-
"
|
|
3569
|
+
"value": "usd",
|
|
3570
|
+
"label": "USD"
|
|
3597
3571
|
},
|
|
3598
3572
|
{
|
|
3599
|
-
"
|
|
3600
|
-
"
|
|
3573
|
+
"value": "eur",
|
|
3574
|
+
"label": "EUR"
|
|
3601
3575
|
},
|
|
3602
3576
|
{
|
|
3603
3577
|
"value": "gbp",
|
|
3604
3578
|
"label": "GBP"
|
|
3605
3579
|
}
|
|
3606
|
-
]
|
|
3580
|
+
],
|
|
3581
|
+
"type": "select"
|
|
3607
3582
|
}
|
|
3608
3583
|
],
|
|
3609
|
-
"
|
|
3584
|
+
"type": "stack",
|
|
3585
|
+
"gap": "md"
|
|
3610
3586
|
},
|
|
3611
3587
|
{
|
|
3588
|
+
"action": "CREATE_PAYMENT",
|
|
3612
3589
|
"type": "button",
|
|
3613
3590
|
"variant": "primary",
|
|
3614
|
-
"
|
|
3615
|
-
"label": "Pay"
|
|
3616
|
-
"icon": "credit-card"
|
|
3591
|
+
"icon": "credit-card",
|
|
3592
|
+
"label": "Pay"
|
|
3617
3593
|
}
|
|
3618
3594
|
]
|
|
3619
3595
|
}
|
|
3596
|
+
],
|
|
3597
|
+
"type": "dashboard-layout",
|
|
3598
|
+
"appName": "ServiceMarketplace",
|
|
3599
|
+
"navItems": [
|
|
3600
|
+
{
|
|
3601
|
+
"label": "Products",
|
|
3602
|
+
"icon": "package",
|
|
3603
|
+
"href": "/products"
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"label": "Login",
|
|
3607
|
+
"href": "/login",
|
|
3608
|
+
"icon": "layout-list"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"label": "Checkout",
|
|
3612
|
+
"href": "/checkout",
|
|
3613
|
+
"icon": "credit-card"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"icon": "clipboard-list",
|
|
3617
|
+
"label": "Orders",
|
|
3618
|
+
"href": "/orders"
|
|
3619
|
+
}
|
|
3620
3620
|
]
|
|
3621
3621
|
}
|
|
3622
3622
|
]
|
|
@@ -3631,37 +3631,37 @@
|
|
|
3631
3631
|
"render-ui",
|
|
3632
3632
|
"main",
|
|
3633
3633
|
{
|
|
3634
|
+
"appName": "ServiceMarketplace",
|
|
3634
3635
|
"children": [
|
|
3635
3636
|
{
|
|
3636
|
-
"type": "loading-state",
|
|
3637
3637
|
"title": "Creating payment...",
|
|
3638
|
-
"message": "Setting up your payment intent."
|
|
3638
|
+
"message": "Setting up your payment intent.",
|
|
3639
|
+
"type": "loading-state"
|
|
3639
3640
|
}
|
|
3640
3641
|
],
|
|
3641
|
-
"type": "dashboard-layout",
|
|
3642
|
-
"appName": "ServiceMarketplace",
|
|
3643
3642
|
"navItems": [
|
|
3644
3643
|
{
|
|
3645
|
-
"icon": "package",
|
|
3646
3644
|
"label": "Products",
|
|
3645
|
+
"icon": "package",
|
|
3647
3646
|
"href": "/products"
|
|
3648
3647
|
},
|
|
3649
3648
|
{
|
|
3650
|
-
"
|
|
3649
|
+
"href": "/login",
|
|
3651
3650
|
"label": "Login",
|
|
3652
|
-
"
|
|
3651
|
+
"icon": "layout-list"
|
|
3653
3652
|
},
|
|
3654
3653
|
{
|
|
3655
|
-
"label": "Checkout",
|
|
3656
3654
|
"icon": "credit-card",
|
|
3655
|
+
"label": "Checkout",
|
|
3657
3656
|
"href": "/checkout"
|
|
3658
3657
|
},
|
|
3659
3658
|
{
|
|
3660
|
-
"href": "/orders",
|
|
3661
3659
|
"icon": "clipboard-list",
|
|
3662
|
-
"label": "Orders"
|
|
3660
|
+
"label": "Orders",
|
|
3661
|
+
"href": "/orders"
|
|
3663
3662
|
}
|
|
3664
|
-
]
|
|
3663
|
+
],
|
|
3664
|
+
"type": "dashboard-layout"
|
|
3665
3665
|
}
|
|
3666
3666
|
],
|
|
3667
3667
|
[
|
|
@@ -3669,13 +3669,13 @@
|
|
|
3669
3669
|
"stripe",
|
|
3670
3670
|
"createPaymentIntent",
|
|
3671
3671
|
{
|
|
3672
|
-
"
|
|
3673
|
-
"
|
|
3672
|
+
"amount": "@entity.amount",
|
|
3673
|
+
"currency": "@entity.currency"
|
|
3674
3674
|
},
|
|
3675
3675
|
{
|
|
3676
3676
|
"emit": {
|
|
3677
|
-
"
|
|
3678
|
-
"
|
|
3677
|
+
"failure": "ProductStripeFailed",
|
|
3678
|
+
"success": "ProductStripeCompleted"
|
|
3679
3679
|
}
|
|
3680
3680
|
}
|
|
3681
3681
|
]
|
|
@@ -3700,37 +3700,37 @@
|
|
|
3700
3700
|
"render-ui",
|
|
3701
3701
|
"main",
|
|
3702
3702
|
{
|
|
3703
|
+
"appName": "ServiceMarketplace",
|
|
3703
3704
|
"children": [
|
|
3704
3705
|
{
|
|
3705
|
-
"type": "loading-state",
|
|
3706
3706
|
"message": "Processing your payment.",
|
|
3707
|
+
"type": "loading-state",
|
|
3707
3708
|
"title": "Confirming payment..."
|
|
3708
3709
|
}
|
|
3709
3710
|
],
|
|
3710
|
-
"appName": "ServiceMarketplace",
|
|
3711
|
-
"type": "dashboard-layout",
|
|
3712
3711
|
"navItems": [
|
|
3713
3712
|
{
|
|
3714
|
-
"label": "Products",
|
|
3715
3713
|
"icon": "package",
|
|
3716
|
-
"href": "/products"
|
|
3714
|
+
"href": "/products",
|
|
3715
|
+
"label": "Products"
|
|
3717
3716
|
},
|
|
3718
3717
|
{
|
|
3719
|
-
"href": "/login",
|
|
3720
3718
|
"icon": "layout-list",
|
|
3721
|
-
"label": "Login"
|
|
3719
|
+
"label": "Login",
|
|
3720
|
+
"href": "/login"
|
|
3722
3721
|
},
|
|
3723
3722
|
{
|
|
3724
|
-
"
|
|
3723
|
+
"href": "/checkout",
|
|
3725
3724
|
"icon": "credit-card",
|
|
3726
|
-
"
|
|
3725
|
+
"label": "Checkout"
|
|
3727
3726
|
},
|
|
3728
3727
|
{
|
|
3729
3728
|
"href": "/orders",
|
|
3730
3729
|
"label": "Orders",
|
|
3731
3730
|
"icon": "clipboard-list"
|
|
3732
3731
|
}
|
|
3733
|
-
]
|
|
3732
|
+
],
|
|
3733
|
+
"type": "dashboard-layout"
|
|
3734
3734
|
}
|
|
3735
3735
|
],
|
|
3736
3736
|
[
|
|
@@ -3763,38 +3763,38 @@
|
|
|
3763
3763
|
"render-ui",
|
|
3764
3764
|
"main",
|
|
3765
3765
|
{
|
|
3766
|
-
"
|
|
3767
|
-
"children": [
|
|
3768
|
-
{
|
|
3769
|
-
"onRetry": "RETRY",
|
|
3770
|
-
"type": "error-state",
|
|
3771
|
-
"title": "Payment Failed",
|
|
3772
|
-
"message": "@entity.error"
|
|
3773
|
-
}
|
|
3774
|
-
],
|
|
3766
|
+
"appName": "ServiceMarketplace",
|
|
3775
3767
|
"navItems": [
|
|
3776
3768
|
{
|
|
3777
|
-
"label": "Products",
|
|
3778
3769
|
"href": "/products",
|
|
3770
|
+
"label": "Products",
|
|
3779
3771
|
"icon": "package"
|
|
3780
3772
|
},
|
|
3781
3773
|
{
|
|
3782
|
-
"
|
|
3774
|
+
"href": "/login",
|
|
3783
3775
|
"icon": "layout-list",
|
|
3784
|
-
"
|
|
3776
|
+
"label": "Login"
|
|
3785
3777
|
},
|
|
3786
3778
|
{
|
|
3787
|
-
"icon": "credit-card",
|
|
3788
3779
|
"href": "/checkout",
|
|
3789
|
-
"label": "Checkout"
|
|
3780
|
+
"label": "Checkout",
|
|
3781
|
+
"icon": "credit-card"
|
|
3790
3782
|
},
|
|
3791
3783
|
{
|
|
3784
|
+
"icon": "clipboard-list",
|
|
3792
3785
|
"label": "Orders",
|
|
3793
|
-
"href": "/orders"
|
|
3794
|
-
"icon": "clipboard-list"
|
|
3786
|
+
"href": "/orders"
|
|
3795
3787
|
}
|
|
3796
3788
|
],
|
|
3797
|
-
"
|
|
3789
|
+
"type": "dashboard-layout",
|
|
3790
|
+
"children": [
|
|
3791
|
+
{
|
|
3792
|
+
"type": "error-state",
|
|
3793
|
+
"message": "@entity.error",
|
|
3794
|
+
"title": "Payment Failed",
|
|
3795
|
+
"onRetry": "RETRY"
|
|
3796
|
+
}
|
|
3797
|
+
]
|
|
3798
3798
|
}
|
|
3799
3799
|
]
|
|
3800
3800
|
]
|
|
@@ -3817,8 +3817,11 @@
|
|
|
3817
3817
|
"render-ui",
|
|
3818
3818
|
"main",
|
|
3819
3819
|
{
|
|
3820
|
+
"appName": "ServiceMarketplace",
|
|
3821
|
+
"type": "dashboard-layout",
|
|
3820
3822
|
"children": [
|
|
3821
3823
|
{
|
|
3824
|
+
"type": "stack",
|
|
3822
3825
|
"children": [
|
|
3823
3826
|
{
|
|
3824
3827
|
"name": "check-circle",
|
|
@@ -3832,47 +3835,44 @@
|
|
|
3832
3835
|
{
|
|
3833
3836
|
"type": "typography",
|
|
3834
3837
|
"color": "muted",
|
|
3835
|
-
"
|
|
3836
|
-
"
|
|
3838
|
+
"content": "@entity.paymentIntentId",
|
|
3839
|
+
"variant": "body"
|
|
3837
3840
|
},
|
|
3838
3841
|
{
|
|
3842
|
+
"type": "button",
|
|
3839
3843
|
"action": "RESET",
|
|
3840
3844
|
"label": "New Payment",
|
|
3841
|
-
"
|
|
3842
|
-
"icon": "rotate-ccw"
|
|
3843
|
-
"variant": "ghost"
|
|
3845
|
+
"variant": "ghost",
|
|
3846
|
+
"icon": "rotate-ccw"
|
|
3844
3847
|
}
|
|
3845
3848
|
],
|
|
3846
|
-
"
|
|
3849
|
+
"align": "center",
|
|
3847
3850
|
"direction": "vertical",
|
|
3848
|
-
"gap": "lg"
|
|
3849
|
-
"align": "center"
|
|
3851
|
+
"gap": "lg"
|
|
3850
3852
|
}
|
|
3851
3853
|
],
|
|
3852
|
-
"type": "dashboard-layout",
|
|
3853
3854
|
"navItems": [
|
|
3854
3855
|
{
|
|
3856
|
+
"label": "Products",
|
|
3855
3857
|
"href": "/products",
|
|
3856
|
-
"icon": "package"
|
|
3857
|
-
"label": "Products"
|
|
3858
|
+
"icon": "package"
|
|
3858
3859
|
},
|
|
3859
3860
|
{
|
|
3861
|
+
"href": "/login",
|
|
3860
3862
|
"label": "Login",
|
|
3861
|
-
"icon": "layout-list"
|
|
3862
|
-
"href": "/login"
|
|
3863
|
+
"icon": "layout-list"
|
|
3863
3864
|
},
|
|
3864
3865
|
{
|
|
3865
3866
|
"icon": "credit-card",
|
|
3866
|
-
"
|
|
3867
|
-
"
|
|
3867
|
+
"label": "Checkout",
|
|
3868
|
+
"href": "/checkout"
|
|
3868
3869
|
},
|
|
3869
3870
|
{
|
|
3870
|
-
"label": "Orders",
|
|
3871
3871
|
"href": "/orders",
|
|
3872
|
-
"icon": "clipboard-list"
|
|
3872
|
+
"icon": "clipboard-list",
|
|
3873
|
+
"label": "Orders"
|
|
3873
3874
|
}
|
|
3874
|
-
]
|
|
3875
|
-
"appName": "ServiceMarketplace"
|
|
3875
|
+
]
|
|
3876
3876
|
}
|
|
3877
3877
|
]
|
|
3878
3878
|
]
|
|
@@ -3893,34 +3893,34 @@
|
|
|
3893
3893
|
{
|
|
3894
3894
|
"type": "dashboard-layout",
|
|
3895
3895
|
"appName": "ServiceMarketplace",
|
|
3896
|
-
"children": [
|
|
3897
|
-
{
|
|
3898
|
-
"onRetry": "RETRY",
|
|
3899
|
-
"title": "Payment Failed",
|
|
3900
|
-
"type": "error-state",
|
|
3901
|
-
"message": "@entity.error"
|
|
3902
|
-
}
|
|
3903
|
-
],
|
|
3904
3896
|
"navItems": [
|
|
3905
3897
|
{
|
|
3906
|
-
"href": "/products",
|
|
3907
3898
|
"icon": "package",
|
|
3908
|
-
"label": "Products"
|
|
3899
|
+
"label": "Products",
|
|
3900
|
+
"href": "/products"
|
|
3909
3901
|
},
|
|
3910
3902
|
{
|
|
3911
3903
|
"href": "/login",
|
|
3912
|
-
"
|
|
3913
|
-
"
|
|
3904
|
+
"label": "Login",
|
|
3905
|
+
"icon": "layout-list"
|
|
3914
3906
|
},
|
|
3915
3907
|
{
|
|
3916
|
-
"
|
|
3908
|
+
"href": "/checkout",
|
|
3917
3909
|
"label": "Checkout",
|
|
3918
|
-
"
|
|
3910
|
+
"icon": "credit-card"
|
|
3919
3911
|
},
|
|
3920
3912
|
{
|
|
3921
3913
|
"href": "/orders",
|
|
3922
|
-
"
|
|
3923
|
-
"
|
|
3914
|
+
"icon": "clipboard-list",
|
|
3915
|
+
"label": "Orders"
|
|
3916
|
+
}
|
|
3917
|
+
],
|
|
3918
|
+
"children": [
|
|
3919
|
+
{
|
|
3920
|
+
"title": "Payment Failed",
|
|
3921
|
+
"onRetry": "RETRY",
|
|
3922
|
+
"type": "error-state",
|
|
3923
|
+
"message": "@entity.error"
|
|
3924
3924
|
}
|
|
3925
3925
|
]
|
|
3926
3926
|
}
|
|
@@ -3936,6 +3936,7 @@
|
|
|
3936
3936
|
"render-ui",
|
|
3937
3937
|
"main",
|
|
3938
3938
|
{
|
|
3939
|
+
"type": "dashboard-layout",
|
|
3939
3940
|
"navItems": [
|
|
3940
3941
|
{
|
|
3941
3942
|
"label": "Products",
|
|
@@ -3943,45 +3944,44 @@
|
|
|
3943
3944
|
"icon": "package"
|
|
3944
3945
|
},
|
|
3945
3946
|
{
|
|
3946
|
-
"
|
|
3947
|
+
"icon": "layout-list",
|
|
3947
3948
|
"href": "/login",
|
|
3948
|
-
"
|
|
3949
|
+
"label": "Login"
|
|
3949
3950
|
},
|
|
3950
3951
|
{
|
|
3952
|
+
"icon": "credit-card",
|
|
3951
3953
|
"label": "Checkout",
|
|
3952
|
-
"href": "/checkout"
|
|
3953
|
-
"icon": "credit-card"
|
|
3954
|
+
"href": "/checkout"
|
|
3954
3955
|
},
|
|
3955
3956
|
{
|
|
3956
3957
|
"href": "/orders",
|
|
3957
|
-
"
|
|
3958
|
-
"
|
|
3958
|
+
"label": "Orders",
|
|
3959
|
+
"icon": "clipboard-list"
|
|
3959
3960
|
}
|
|
3960
3961
|
],
|
|
3961
3962
|
"appName": "ServiceMarketplace",
|
|
3962
|
-
"type": "dashboard-layout",
|
|
3963
3963
|
"children": [
|
|
3964
3964
|
{
|
|
3965
3965
|
"type": "stack",
|
|
3966
|
-
"align": "center",
|
|
3967
3966
|
"direction": "vertical",
|
|
3967
|
+
"align": "center",
|
|
3968
3968
|
"children": [
|
|
3969
3969
|
{
|
|
3970
|
+
"type": "stack",
|
|
3971
|
+
"align": "center",
|
|
3972
|
+
"direction": "horizontal",
|
|
3973
|
+
"gap": "md",
|
|
3970
3974
|
"children": [
|
|
3971
3975
|
{
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
3976
|
+
"type": "icon",
|
|
3977
|
+
"name": "credit-card"
|
|
3974
3978
|
},
|
|
3975
3979
|
{
|
|
3976
|
-
"
|
|
3980
|
+
"content": "Payment",
|
|
3977
3981
|
"type": "typography",
|
|
3978
|
-
"
|
|
3982
|
+
"variant": "h2"
|
|
3979
3983
|
}
|
|
3980
|
-
]
|
|
3981
|
-
"direction": "horizontal",
|
|
3982
|
-
"gap": "md",
|
|
3983
|
-
"type": "stack",
|
|
3984
|
-
"align": "center"
|
|
3984
|
+
]
|
|
3985
3985
|
},
|
|
3986
3986
|
{
|
|
3987
3987
|
"type": "divider"
|
|
@@ -3989,11 +3989,10 @@
|
|
|
3989
3989
|
{
|
|
3990
3990
|
"gap": "md",
|
|
3991
3991
|
"direction": "vertical",
|
|
3992
|
-
"type": "stack",
|
|
3993
3992
|
"children": [
|
|
3994
3993
|
{
|
|
3995
|
-
"inputType": "number",
|
|
3996
3994
|
"placeholder": "0.00",
|
|
3995
|
+
"inputType": "number",
|
|
3997
3996
|
"type": "input"
|
|
3998
3997
|
},
|
|
3999
3998
|
{
|
|
@@ -4013,13 +4012,14 @@
|
|
|
4013
4012
|
}
|
|
4014
4013
|
]
|
|
4015
4014
|
}
|
|
4016
|
-
]
|
|
4015
|
+
],
|
|
4016
|
+
"type": "stack"
|
|
4017
4017
|
},
|
|
4018
4018
|
{
|
|
4019
|
-
"icon": "credit-card",
|
|
4020
|
-
"action": "CREATE_PAYMENT",
|
|
4021
4019
|
"type": "button",
|
|
4020
|
+
"action": "CREATE_PAYMENT",
|
|
4022
4021
|
"variant": "primary",
|
|
4022
|
+
"icon": "credit-card",
|
|
4023
4023
|
"label": "Pay"
|
|
4024
4024
|
}
|
|
4025
4025
|
],
|
|
@@ -4040,36 +4040,37 @@
|
|
|
4040
4040
|
"main",
|
|
4041
4041
|
{
|
|
4042
4042
|
"appName": "ServiceMarketplace",
|
|
4043
|
+
"type": "dashboard-layout",
|
|
4043
4044
|
"navItems": [
|
|
4044
4045
|
{
|
|
4045
|
-
"
|
|
4046
|
+
"icon": "package",
|
|
4046
4047
|
"href": "/products",
|
|
4047
|
-
"
|
|
4048
|
+
"label": "Products"
|
|
4048
4049
|
},
|
|
4049
4050
|
{
|
|
4051
|
+
"href": "/login",
|
|
4050
4052
|
"icon": "layout-list",
|
|
4051
|
-
"label": "Login"
|
|
4052
|
-
"href": "/login"
|
|
4053
|
+
"label": "Login"
|
|
4053
4054
|
},
|
|
4054
4055
|
{
|
|
4055
4056
|
"href": "/checkout",
|
|
4056
|
-
"
|
|
4057
|
-
"
|
|
4057
|
+
"icon": "credit-card",
|
|
4058
|
+
"label": "Checkout"
|
|
4058
4059
|
},
|
|
4059
4060
|
{
|
|
4060
|
-
"
|
|
4061
|
+
"href": "/orders",
|
|
4061
4062
|
"icon": "clipboard-list",
|
|
4062
|
-
"
|
|
4063
|
+
"label": "Orders"
|
|
4063
4064
|
}
|
|
4064
4065
|
],
|
|
4065
4066
|
"children": [
|
|
4066
4067
|
{
|
|
4067
|
-
"type": "stack",
|
|
4068
|
-
"gap": "lg",
|
|
4069
4068
|
"direction": "vertical",
|
|
4069
|
+
"type": "stack",
|
|
4070
4070
|
"align": "center",
|
|
4071
4071
|
"children": [
|
|
4072
4072
|
{
|
|
4073
|
+
"align": "center",
|
|
4073
4074
|
"children": [
|
|
4074
4075
|
{
|
|
4075
4076
|
"name": "credit-card",
|
|
@@ -4083,18 +4084,20 @@
|
|
|
4083
4084
|
],
|
|
4084
4085
|
"type": "stack",
|
|
4085
4086
|
"direction": "horizontal",
|
|
4086
|
-
"align": "center",
|
|
4087
4087
|
"gap": "md"
|
|
4088
4088
|
},
|
|
4089
4089
|
{
|
|
4090
4090
|
"type": "divider"
|
|
4091
4091
|
},
|
|
4092
4092
|
{
|
|
4093
|
+
"gap": "md",
|
|
4094
|
+
"type": "stack",
|
|
4095
|
+
"direction": "vertical",
|
|
4093
4096
|
"children": [
|
|
4094
4097
|
{
|
|
4095
|
-
"placeholder": "0.00",
|
|
4096
4098
|
"type": "input",
|
|
4097
|
-
"inputType": "number"
|
|
4099
|
+
"inputType": "number",
|
|
4100
|
+
"placeholder": "0.00"
|
|
4098
4101
|
},
|
|
4099
4102
|
{
|
|
4100
4103
|
"options": [
|
|
@@ -4103,32 +4106,29 @@
|
|
|
4103
4106
|
"value": "usd"
|
|
4104
4107
|
},
|
|
4105
4108
|
{
|
|
4106
|
-
"
|
|
4107
|
-
"
|
|
4109
|
+
"label": "EUR",
|
|
4110
|
+
"value": "eur"
|
|
4108
4111
|
},
|
|
4109
4112
|
{
|
|
4110
|
-
"
|
|
4111
|
-
"
|
|
4113
|
+
"value": "gbp",
|
|
4114
|
+
"label": "GBP"
|
|
4112
4115
|
}
|
|
4113
4116
|
],
|
|
4114
4117
|
"type": "select"
|
|
4115
4118
|
}
|
|
4116
|
-
]
|
|
4117
|
-
"type": "stack",
|
|
4118
|
-
"direction": "vertical",
|
|
4119
|
-
"gap": "md"
|
|
4119
|
+
]
|
|
4120
4120
|
},
|
|
4121
4121
|
{
|
|
4122
|
+
"type": "button",
|
|
4122
4123
|
"action": "CREATE_PAYMENT",
|
|
4123
|
-
"label": "Pay",
|
|
4124
4124
|
"icon": "credit-card",
|
|
4125
|
-
"
|
|
4125
|
+
"label": "Pay",
|
|
4126
4126
|
"variant": "primary"
|
|
4127
4127
|
}
|
|
4128
|
-
]
|
|
4128
|
+
],
|
|
4129
|
+
"gap": "lg"
|
|
4129
4130
|
}
|
|
4130
|
-
]
|
|
4131
|
-
"type": "dashboard-layout"
|
|
4131
|
+
]
|
|
4132
4132
|
}
|
|
4133
4133
|
]
|
|
4134
4134
|
]
|
|
@@ -4142,38 +4142,38 @@
|
|
|
4142
4142
|
"render-ui",
|
|
4143
4143
|
"main",
|
|
4144
4144
|
{
|
|
4145
|
+
"type": "dashboard-layout",
|
|
4146
|
+
"appName": "ServiceMarketplace",
|
|
4145
4147
|
"navItems": [
|
|
4146
4148
|
{
|
|
4149
|
+
"label": "Products",
|
|
4147
4150
|
"icon": "package",
|
|
4148
|
-
"href": "/products"
|
|
4149
|
-
"label": "Products"
|
|
4151
|
+
"href": "/products"
|
|
4150
4152
|
},
|
|
4151
4153
|
{
|
|
4152
|
-
"href": "/login",
|
|
4153
4154
|
"icon": "layout-list",
|
|
4154
|
-
"label": "Login"
|
|
4155
|
+
"label": "Login",
|
|
4156
|
+
"href": "/login"
|
|
4155
4157
|
},
|
|
4156
4158
|
{
|
|
4157
|
-
"
|
|
4159
|
+
"href": "/checkout",
|
|
4158
4160
|
"label": "Checkout",
|
|
4159
|
-
"
|
|
4161
|
+
"icon": "credit-card"
|
|
4160
4162
|
},
|
|
4161
4163
|
{
|
|
4162
4164
|
"label": "Orders",
|
|
4163
|
-
"
|
|
4164
|
-
"
|
|
4165
|
+
"icon": "clipboard-list",
|
|
4166
|
+
"href": "/orders"
|
|
4165
4167
|
}
|
|
4166
4168
|
],
|
|
4167
|
-
"type": "dashboard-layout",
|
|
4168
4169
|
"children": [
|
|
4169
4170
|
{
|
|
4170
|
-
"align": "center",
|
|
4171
4171
|
"type": "stack",
|
|
4172
|
+
"direction": "vertical",
|
|
4172
4173
|
"children": [
|
|
4173
4174
|
{
|
|
4175
|
+
"direction": "horizontal",
|
|
4174
4176
|
"type": "stack",
|
|
4175
|
-
"gap": "md",
|
|
4176
|
-
"align": "center",
|
|
4177
4177
|
"children": [
|
|
4178
4178
|
{
|
|
4179
4179
|
"type": "icon",
|
|
@@ -4181,23 +4181,24 @@
|
|
|
4181
4181
|
},
|
|
4182
4182
|
{
|
|
4183
4183
|
"variant": "h2",
|
|
4184
|
-
"
|
|
4185
|
-
"
|
|
4184
|
+
"type": "typography",
|
|
4185
|
+
"content": "Payment"
|
|
4186
4186
|
}
|
|
4187
4187
|
],
|
|
4188
|
-
"
|
|
4188
|
+
"gap": "md",
|
|
4189
|
+
"align": "center"
|
|
4189
4190
|
},
|
|
4190
4191
|
{
|
|
4191
4192
|
"type": "divider"
|
|
4192
4193
|
},
|
|
4193
4194
|
{
|
|
4194
|
-
"type": "stack",
|
|
4195
4195
|
"gap": "md",
|
|
4196
|
+
"direction": "vertical",
|
|
4196
4197
|
"children": [
|
|
4197
4198
|
{
|
|
4198
|
-
"type": "input",
|
|
4199
4199
|
"inputType": "number",
|
|
4200
|
-
"placeholder": "0.00"
|
|
4200
|
+
"placeholder": "0.00",
|
|
4201
|
+
"type": "input"
|
|
4201
4202
|
},
|
|
4202
4203
|
{
|
|
4203
4204
|
"type": "select",
|
|
@@ -4207,31 +4208,30 @@
|
|
|
4207
4208
|
"value": "usd"
|
|
4208
4209
|
},
|
|
4209
4210
|
{
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4211
|
+
"value": "eur",
|
|
4212
|
+
"label": "EUR"
|
|
4212
4213
|
},
|
|
4213
4214
|
{
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4215
|
+
"value": "gbp",
|
|
4216
|
+
"label": "GBP"
|
|
4216
4217
|
}
|
|
4217
4218
|
]
|
|
4218
4219
|
}
|
|
4219
4220
|
],
|
|
4220
|
-
"
|
|
4221
|
+
"type": "stack"
|
|
4221
4222
|
},
|
|
4222
4223
|
{
|
|
4223
|
-
"icon": "credit-card",
|
|
4224
|
-
"label": "Pay",
|
|
4225
|
-
"type": "button",
|
|
4226
4224
|
"variant": "primary",
|
|
4227
|
-
"action": "CREATE_PAYMENT"
|
|
4225
|
+
"action": "CREATE_PAYMENT",
|
|
4226
|
+
"type": "button",
|
|
4227
|
+
"label": "Pay",
|
|
4228
|
+
"icon": "credit-card"
|
|
4228
4229
|
}
|
|
4229
4230
|
],
|
|
4230
|
-
"
|
|
4231
|
+
"align": "center",
|
|
4231
4232
|
"gap": "lg"
|
|
4232
4233
|
}
|
|
4233
|
-
]
|
|
4234
|
-
"appName": "ServiceMarketplace"
|
|
4234
|
+
]
|
|
4235
4235
|
}
|
|
4236
4236
|
]
|
|
4237
4237
|
]
|
|
@@ -4352,8 +4352,28 @@
|
|
|
4352
4352
|
"render-ui",
|
|
4353
4353
|
"main",
|
|
4354
4354
|
{
|
|
4355
|
-
"appName": "ServiceMarketplace",
|
|
4356
4355
|
"type": "dashboard-layout",
|
|
4356
|
+
"children": [
|
|
4357
|
+
{
|
|
4358
|
+
"direction": "vertical",
|
|
4359
|
+
"children": [
|
|
4360
|
+
{
|
|
4361
|
+
"type": "icon",
|
|
4362
|
+
"name": "mail"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"color": "muted",
|
|
4366
|
+
"variant": "body",
|
|
4367
|
+
"content": "Receipt will be sent after payment.",
|
|
4368
|
+
"type": "typography"
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"type": "stack",
|
|
4372
|
+
"gap": "md",
|
|
4373
|
+
"align": "center"
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"appName": "ServiceMarketplace",
|
|
4357
4377
|
"navItems": [
|
|
4358
4378
|
{
|
|
4359
4379
|
"icon": "package",
|
|
@@ -4362,38 +4382,18 @@
|
|
|
4362
4382
|
},
|
|
4363
4383
|
{
|
|
4364
4384
|
"label": "Login",
|
|
4365
|
-
"
|
|
4366
|
-
"
|
|
4385
|
+
"icon": "layout-list",
|
|
4386
|
+
"href": "/login"
|
|
4367
4387
|
},
|
|
4368
4388
|
{
|
|
4369
|
-
"href": "/checkout",
|
|
4370
4389
|
"label": "Checkout",
|
|
4390
|
+
"href": "/checkout",
|
|
4371
4391
|
"icon": "credit-card"
|
|
4372
4392
|
},
|
|
4373
4393
|
{
|
|
4374
|
-
"label": "Orders",
|
|
4375
4394
|
"href": "/orders",
|
|
4376
|
-
"icon": "clipboard-list"
|
|
4377
|
-
|
|
4378
|
-
],
|
|
4379
|
-
"children": [
|
|
4380
|
-
{
|
|
4381
|
-
"children": [
|
|
4382
|
-
{
|
|
4383
|
-
"name": "mail",
|
|
4384
|
-
"type": "icon"
|
|
4385
|
-
},
|
|
4386
|
-
{
|
|
4387
|
-
"color": "muted",
|
|
4388
|
-
"type": "typography",
|
|
4389
|
-
"content": "Receipt will be sent after payment.",
|
|
4390
|
-
"variant": "body"
|
|
4391
|
-
}
|
|
4392
|
-
],
|
|
4393
|
-
"type": "stack",
|
|
4394
|
-
"gap": "md",
|
|
4395
|
-
"direction": "vertical",
|
|
4396
|
-
"align": "center"
|
|
4395
|
+
"icon": "clipboard-list",
|
|
4396
|
+
"label": "Orders"
|
|
4397
4397
|
}
|
|
4398
4398
|
]
|
|
4399
4399
|
}
|
|
@@ -4409,19 +4409,19 @@
|
|
|
4409
4409
|
"render-ui",
|
|
4410
4410
|
"main",
|
|
4411
4411
|
{
|
|
4412
|
+
"type": "dashboard-layout",
|
|
4413
|
+
"appName": "ServiceMarketplace",
|
|
4412
4414
|
"children": [
|
|
4413
4415
|
{
|
|
4414
4416
|
"title": "Sending receipt...",
|
|
4415
|
-
"
|
|
4416
|
-
"
|
|
4417
|
+
"message": "Delivering your payment receipt.",
|
|
4418
|
+
"type": "loading-state"
|
|
4417
4419
|
}
|
|
4418
4420
|
],
|
|
4419
|
-
"appName": "ServiceMarketplace",
|
|
4420
|
-
"type": "dashboard-layout",
|
|
4421
4421
|
"navItems": [
|
|
4422
4422
|
{
|
|
4423
|
-
"href": "/products",
|
|
4424
4423
|
"label": "Products",
|
|
4424
|
+
"href": "/products",
|
|
4425
4425
|
"icon": "package"
|
|
4426
4426
|
},
|
|
4427
4427
|
{
|
|
@@ -4435,9 +4435,9 @@
|
|
|
4435
4435
|
"label": "Checkout"
|
|
4436
4436
|
},
|
|
4437
4437
|
{
|
|
4438
|
-
"icon": "clipboard-list",
|
|
4439
4438
|
"href": "/orders",
|
|
4440
|
-
"label": "Orders"
|
|
4439
|
+
"label": "Orders",
|
|
4440
|
+
"icon": "clipboard-list"
|
|
4441
4441
|
}
|
|
4442
4442
|
]
|
|
4443
4443
|
}
|
|
@@ -4447,14 +4447,14 @@
|
|
|
4447
4447
|
"email",
|
|
4448
4448
|
"send",
|
|
4449
4449
|
{
|
|
4450
|
-
"subject": "@entity.subject",
|
|
4451
4450
|
"body": "@entity.body",
|
|
4451
|
+
"subject": "@entity.subject",
|
|
4452
4452
|
"to": "@entity.to"
|
|
4453
4453
|
},
|
|
4454
4454
|
{
|
|
4455
4455
|
"emit": {
|
|
4456
|
-
"
|
|
4457
|
-
"
|
|
4456
|
+
"success": "ProductEmailCompleted",
|
|
4457
|
+
"failure": "ProductEmailFailed"
|
|
4458
4458
|
}
|
|
4459
4459
|
}
|
|
4460
4460
|
]
|
|
@@ -4474,12 +4474,34 @@
|
|
|
4474
4474
|
"render-ui",
|
|
4475
4475
|
"main",
|
|
4476
4476
|
{
|
|
4477
|
-
"type": "dashboard-layout",
|
|
4478
4477
|
"appName": "ServiceMarketplace",
|
|
4478
|
+
"navItems": [
|
|
4479
|
+
{
|
|
4480
|
+
"icon": "package",
|
|
4481
|
+
"label": "Products",
|
|
4482
|
+
"href": "/products"
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
"label": "Login",
|
|
4486
|
+
"icon": "layout-list",
|
|
4487
|
+
"href": "/login"
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"icon": "credit-card",
|
|
4491
|
+
"href": "/checkout",
|
|
4492
|
+
"label": "Checkout"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"label": "Orders",
|
|
4496
|
+
"href": "/orders",
|
|
4497
|
+
"icon": "clipboard-list"
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4479
4500
|
"children": [
|
|
4480
4501
|
{
|
|
4481
4502
|
"type": "stack",
|
|
4482
4503
|
"gap": "md",
|
|
4504
|
+
"align": "center",
|
|
4483
4505
|
"direction": "vertical",
|
|
4484
4506
|
"children": [
|
|
4485
4507
|
{
|
|
@@ -4487,36 +4509,14 @@
|
|
|
4487
4509
|
"type": "icon"
|
|
4488
4510
|
},
|
|
4489
4511
|
{
|
|
4490
|
-
"message": "Receipt sent successfully",
|
|
4491
4512
|
"type": "alert",
|
|
4513
|
+
"message": "Receipt sent successfully",
|
|
4492
4514
|
"variant": "success"
|
|
4493
4515
|
}
|
|
4494
|
-
]
|
|
4495
|
-
"align": "center"
|
|
4516
|
+
]
|
|
4496
4517
|
}
|
|
4497
4518
|
],
|
|
4498
|
-
"
|
|
4499
|
-
{
|
|
4500
|
-
"label": "Products",
|
|
4501
|
-
"href": "/products",
|
|
4502
|
-
"icon": "package"
|
|
4503
|
-
},
|
|
4504
|
-
{
|
|
4505
|
-
"icon": "layout-list",
|
|
4506
|
-
"href": "/login",
|
|
4507
|
-
"label": "Login"
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"icon": "credit-card",
|
|
4511
|
-
"href": "/checkout",
|
|
4512
|
-
"label": "Checkout"
|
|
4513
|
-
},
|
|
4514
|
-
{
|
|
4515
|
-
"icon": "clipboard-list",
|
|
4516
|
-
"label": "Orders",
|
|
4517
|
-
"href": "/orders"
|
|
4518
|
-
}
|
|
4519
|
-
]
|
|
4519
|
+
"type": "dashboard-layout"
|
|
4520
4520
|
}
|
|
4521
4521
|
]
|
|
4522
4522
|
]
|
|
@@ -4535,53 +4535,53 @@
|
|
|
4535
4535
|
"render-ui",
|
|
4536
4536
|
"main",
|
|
4537
4537
|
{
|
|
4538
|
-
"
|
|
4539
|
-
|
|
4540
|
-
"align": "center",
|
|
4541
|
-
"children": [
|
|
4542
|
-
{
|
|
4543
|
-
"type": "error-state",
|
|
4544
|
-
"message": "Could not send receipt email.",
|
|
4545
|
-
"title": "Receipt Failed",
|
|
4546
|
-
"onRetry": "RETRY_RECEIPT"
|
|
4547
|
-
},
|
|
4548
|
-
{
|
|
4549
|
-
"icon": "refresh-cw",
|
|
4550
|
-
"action": "RETRY_RECEIPT",
|
|
4551
|
-
"label": "Retry",
|
|
4552
|
-
"variant": "primary",
|
|
4553
|
-
"type": "button"
|
|
4554
|
-
}
|
|
4555
|
-
],
|
|
4556
|
-
"type": "stack",
|
|
4557
|
-
"direction": "vertical",
|
|
4558
|
-
"gap": "md"
|
|
4559
|
-
}
|
|
4560
|
-
],
|
|
4538
|
+
"type": "dashboard-layout",
|
|
4539
|
+
"appName": "ServiceMarketplace",
|
|
4561
4540
|
"navItems": [
|
|
4562
4541
|
{
|
|
4542
|
+
"label": "Products",
|
|
4563
4543
|
"href": "/products",
|
|
4564
|
-
"icon": "package"
|
|
4565
|
-
"label": "Products"
|
|
4544
|
+
"icon": "package"
|
|
4566
4545
|
},
|
|
4567
4546
|
{
|
|
4547
|
+
"label": "Login",
|
|
4568
4548
|
"href": "/login",
|
|
4569
|
-
"icon": "layout-list"
|
|
4570
|
-
"label": "Login"
|
|
4549
|
+
"icon": "layout-list"
|
|
4571
4550
|
},
|
|
4572
4551
|
{
|
|
4573
|
-
"href": "/checkout",
|
|
4574
4552
|
"icon": "credit-card",
|
|
4575
|
-
"label": "Checkout"
|
|
4553
|
+
"label": "Checkout",
|
|
4554
|
+
"href": "/checkout"
|
|
4576
4555
|
},
|
|
4577
4556
|
{
|
|
4578
|
-
"icon": "clipboard-list",
|
|
4579
4557
|
"label": "Orders",
|
|
4558
|
+
"icon": "clipboard-list",
|
|
4580
4559
|
"href": "/orders"
|
|
4581
4560
|
}
|
|
4582
4561
|
],
|
|
4583
|
-
"
|
|
4584
|
-
|
|
4562
|
+
"children": [
|
|
4563
|
+
{
|
|
4564
|
+
"type": "stack",
|
|
4565
|
+
"children": [
|
|
4566
|
+
{
|
|
4567
|
+
"type": "error-state",
|
|
4568
|
+
"message": "Could not send receipt email.",
|
|
4569
|
+
"onRetry": "RETRY_RECEIPT",
|
|
4570
|
+
"title": "Receipt Failed"
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"type": "button",
|
|
4574
|
+
"label": "Retry",
|
|
4575
|
+
"action": "RETRY_RECEIPT",
|
|
4576
|
+
"variant": "primary",
|
|
4577
|
+
"icon": "refresh-cw"
|
|
4578
|
+
}
|
|
4579
|
+
],
|
|
4580
|
+
"direction": "vertical",
|
|
4581
|
+
"gap": "md",
|
|
4582
|
+
"align": "center"
|
|
4583
|
+
}
|
|
4584
|
+
]
|
|
4585
4585
|
}
|
|
4586
4586
|
]
|
|
4587
4587
|
]
|
|
@@ -4595,8 +4595,8 @@
|
|
|
4595
4595
|
"render-ui",
|
|
4596
4596
|
"main",
|
|
4597
4597
|
{
|
|
4598
|
-
"
|
|
4599
|
-
"
|
|
4598
|
+
"type": "loading-state",
|
|
4599
|
+
"title": "Resending receipt..."
|
|
4600
4600
|
}
|
|
4601
4601
|
],
|
|
4602
4602
|
[
|
|
@@ -4604,9 +4604,9 @@
|
|
|
4604
4604
|
"email",
|
|
4605
4605
|
"send",
|
|
4606
4606
|
{
|
|
4607
|
+
"subject": "@entity.subject",
|
|
4607
4608
|
"body": "@entity.body",
|
|
4608
|
-
"to": "@entity.to"
|
|
4609
|
-
"subject": "@entity.subject"
|
|
4609
|
+
"to": "@entity.to"
|
|
4610
4610
|
},
|
|
4611
4611
|
{
|
|
4612
4612
|
"emit": {
|
|
@@ -4626,34 +4626,34 @@
|
|
|
4626
4626
|
"render-ui",
|
|
4627
4627
|
"main",
|
|
4628
4628
|
{
|
|
4629
|
+
"children": [
|
|
4630
|
+
{
|
|
4631
|
+
"title": "Sending receipt...",
|
|
4632
|
+
"message": "Delivering your payment receipt.",
|
|
4633
|
+
"type": "loading-state"
|
|
4634
|
+
}
|
|
4635
|
+
],
|
|
4636
|
+
"type": "dashboard-layout",
|
|
4629
4637
|
"navItems": [
|
|
4630
4638
|
{
|
|
4631
|
-
"
|
|
4639
|
+
"label": "Products",
|
|
4632
4640
|
"href": "/products",
|
|
4633
|
-
"
|
|
4641
|
+
"icon": "package"
|
|
4634
4642
|
},
|
|
4635
4643
|
{
|
|
4636
|
-
"
|
|
4644
|
+
"href": "/login",
|
|
4637
4645
|
"icon": "layout-list",
|
|
4638
|
-
"
|
|
4646
|
+
"label": "Login"
|
|
4639
4647
|
},
|
|
4640
4648
|
{
|
|
4641
|
-
"label": "Checkout",
|
|
4642
4649
|
"href": "/checkout",
|
|
4643
|
-
"icon": "credit-card"
|
|
4650
|
+
"icon": "credit-card",
|
|
4651
|
+
"label": "Checkout"
|
|
4644
4652
|
},
|
|
4645
4653
|
{
|
|
4654
|
+
"icon": "clipboard-list",
|
|
4646
4655
|
"label": "Orders",
|
|
4647
|
-
"href": "/orders"
|
|
4648
|
-
"icon": "clipboard-list"
|
|
4649
|
-
}
|
|
4650
|
-
],
|
|
4651
|
-
"type": "dashboard-layout",
|
|
4652
|
-
"children": [
|
|
4653
|
-
{
|
|
4654
|
-
"type": "loading-state",
|
|
4655
|
-
"message": "Delivering your payment receipt.",
|
|
4656
|
-
"title": "Sending receipt..."
|
|
4656
|
+
"href": "/orders"
|
|
4657
4657
|
}
|
|
4658
4658
|
],
|
|
4659
4659
|
"appName": "ServiceMarketplace"
|
|
@@ -4664,9 +4664,9 @@
|
|
|
4664
4664
|
"email",
|
|
4665
4665
|
"send",
|
|
4666
4666
|
{
|
|
4667
|
-
"
|
|
4667
|
+
"body": "@entity.body",
|
|
4668
4668
|
"to": "@entity.to",
|
|
4669
|
-
"
|
|
4669
|
+
"subject": "@entity.subject"
|
|
4670
4670
|
},
|
|
4671
4671
|
{
|
|
4672
4672
|
"emit": {
|
|
@@ -4850,22 +4850,22 @@
|
|
|
4850
4850
|
"render-ui",
|
|
4851
4851
|
"main",
|
|
4852
4852
|
{
|
|
4853
|
-
"
|
|
4854
|
-
"
|
|
4853
|
+
"align": "center",
|
|
4854
|
+
"gap": "md",
|
|
4855
4855
|
"children": [
|
|
4856
4856
|
{
|
|
4857
4857
|
"type": "spinner"
|
|
4858
4858
|
},
|
|
4859
4859
|
{
|
|
4860
|
-
"type": "typography",
|
|
4861
|
-
"content": "Loading…",
|
|
4862
4860
|
"color": "muted",
|
|
4863
|
-
"variant": "caption"
|
|
4861
|
+
"variant": "caption",
|
|
4862
|
+
"type": "typography",
|
|
4863
|
+
"content": "Loading…"
|
|
4864
4864
|
}
|
|
4865
4865
|
],
|
|
4866
|
-
"
|
|
4866
|
+
"type": "stack",
|
|
4867
4867
|
"direction": "vertical",
|
|
4868
|
-
"
|
|
4868
|
+
"className": "py-12"
|
|
4869
4869
|
}
|
|
4870
4870
|
]
|
|
4871
4871
|
]
|
|
@@ -4881,122 +4881,123 @@
|
|
|
4881
4881
|
{
|
|
4882
4882
|
"children": [
|
|
4883
4883
|
{
|
|
4884
|
-
"type": "stack",
|
|
4885
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
4886
4884
|
"children": [
|
|
4887
4885
|
{
|
|
4886
|
+
"justify": "between",
|
|
4887
|
+
"gap": "md",
|
|
4888
|
+
"type": "stack",
|
|
4889
|
+
"align": "center",
|
|
4888
4890
|
"children": [
|
|
4889
4891
|
{
|
|
4890
|
-
"
|
|
4892
|
+
"align": "center",
|
|
4891
4893
|
"children": [
|
|
4892
4894
|
{
|
|
4893
4895
|
"name": "list",
|
|
4894
4896
|
"type": "icon"
|
|
4895
4897
|
},
|
|
4896
4898
|
{
|
|
4897
|
-
"type": "typography",
|
|
4898
4899
|
"content": "Orders",
|
|
4899
|
-
"variant": "h2"
|
|
4900
|
+
"variant": "h2",
|
|
4901
|
+
"type": "typography"
|
|
4900
4902
|
}
|
|
4901
4903
|
],
|
|
4904
|
+
"gap": "sm",
|
|
4902
4905
|
"direction": "horizontal",
|
|
4903
|
-
"type": "stack"
|
|
4904
|
-
"align": "center"
|
|
4906
|
+
"type": "stack"
|
|
4905
4907
|
},
|
|
4906
4908
|
{
|
|
4909
|
+
"direction": "horizontal",
|
|
4910
|
+
"gap": "sm",
|
|
4907
4911
|
"children": [
|
|
4908
4912
|
{
|
|
4909
4913
|
"type": "button",
|
|
4914
|
+
"action": "CREATE",
|
|
4910
4915
|
"variant": "primary",
|
|
4911
|
-
"label": "Create Order",
|
|
4912
4916
|
"icon": "plus",
|
|
4913
|
-
"
|
|
4917
|
+
"label": "Create Order"
|
|
4914
4918
|
}
|
|
4915
4919
|
],
|
|
4916
|
-
"
|
|
4917
|
-
"type": "stack",
|
|
4918
|
-
"direction": "horizontal"
|
|
4920
|
+
"type": "stack"
|
|
4919
4921
|
}
|
|
4920
4922
|
],
|
|
4921
|
-
"direction": "horizontal"
|
|
4922
|
-
"justify": "between",
|
|
4923
|
-
"align": "center",
|
|
4924
|
-
"gap": "md",
|
|
4925
|
-
"type": "stack"
|
|
4923
|
+
"direction": "horizontal"
|
|
4926
4924
|
},
|
|
4927
4925
|
{
|
|
4928
4926
|
"type": "divider"
|
|
4929
4927
|
},
|
|
4930
4928
|
{
|
|
4931
|
-
"type": "data-grid",
|
|
4932
|
-
"entity": "@payload.data",
|
|
4933
|
-
"itemActions": [
|
|
4934
|
-
{
|
|
4935
|
-
"variant": "ghost",
|
|
4936
|
-
"label": "View",
|
|
4937
|
-
"event": "VIEW"
|
|
4938
|
-
},
|
|
4939
|
-
{
|
|
4940
|
-
"label": "Edit",
|
|
4941
|
-
"event": "EDIT",
|
|
4942
|
-
"variant": "ghost"
|
|
4943
|
-
},
|
|
4944
|
-
{
|
|
4945
|
-
"event": "DELETE",
|
|
4946
|
-
"label": "Delete",
|
|
4947
|
-
"variant": "danger"
|
|
4948
|
-
}
|
|
4949
|
-
],
|
|
4950
4929
|
"columns": [
|
|
4951
4930
|
{
|
|
4931
|
+
"variant": "h4",
|
|
4952
4932
|
"icon": "list",
|
|
4953
4933
|
"label": "Product Name",
|
|
4954
|
-
"name": "productName"
|
|
4955
|
-
"variant": "h4"
|
|
4934
|
+
"name": "productName"
|
|
4956
4935
|
},
|
|
4957
4936
|
{
|
|
4958
4937
|
"name": "amount",
|
|
4959
|
-
"label": "Amount",
|
|
4960
|
-
"variant": "badge",
|
|
4961
4938
|
"colorMap": {
|
|
4962
|
-
"
|
|
4963
|
-
"pending": "warning",
|
|
4939
|
+
"cancelled": "destructive",
|
|
4964
4940
|
"archived": "neutral",
|
|
4965
|
-
"
|
|
4941
|
+
"pending": "warning",
|
|
4942
|
+
"inactive": "neutral",
|
|
4966
4943
|
"disabled": "neutral",
|
|
4967
|
-
"completed": "success",
|
|
4968
|
-
"error": "destructive",
|
|
4969
|
-
"cancelled": "destructive",
|
|
4970
4944
|
"draft": "warning",
|
|
4971
4945
|
"done": "success",
|
|
4946
|
+
"active": "success",
|
|
4947
|
+
"scheduled": "warning",
|
|
4948
|
+
"error": "destructive",
|
|
4972
4949
|
"failed": "destructive",
|
|
4973
|
-
"
|
|
4974
|
-
}
|
|
4950
|
+
"completed": "success"
|
|
4951
|
+
},
|
|
4952
|
+
"label": "Amount",
|
|
4953
|
+
"variant": "badge"
|
|
4975
4954
|
},
|
|
4976
4955
|
{
|
|
4977
4956
|
"label": "Payment Status",
|
|
4978
|
-
"
|
|
4979
|
-
"
|
|
4957
|
+
"name": "paymentStatus",
|
|
4958
|
+
"variant": "caption"
|
|
4980
4959
|
}
|
|
4981
4960
|
],
|
|
4982
|
-
"
|
|
4961
|
+
"entity": "@payload.data",
|
|
4962
|
+
"type": "data-grid",
|
|
4963
|
+
"fields": [],
|
|
4964
|
+
"itemActions": [
|
|
4965
|
+
{
|
|
4966
|
+
"event": "VIEW",
|
|
4967
|
+
"variant": "ghost",
|
|
4968
|
+
"label": "View"
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"label": "Edit",
|
|
4972
|
+
"variant": "ghost",
|
|
4973
|
+
"event": "EDIT"
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"label": "Delete",
|
|
4977
|
+
"event": "DELETE",
|
|
4978
|
+
"variant": "danger"
|
|
4979
|
+
}
|
|
4980
|
+
]
|
|
4983
4981
|
}
|
|
4984
4982
|
],
|
|
4983
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
4984
|
+
"direction": "vertical",
|
|
4985
4985
|
"gap": "lg",
|
|
4986
|
-
"
|
|
4986
|
+
"type": "stack"
|
|
4987
4987
|
}
|
|
4988
4988
|
],
|
|
4989
|
+
"type": "dashboard-layout",
|
|
4989
4990
|
"appName": "ServiceMarketplace",
|
|
4990
4991
|
"navItems": [
|
|
4991
4992
|
{
|
|
4992
|
-
"icon": "package",
|
|
4993
4993
|
"href": "/products",
|
|
4994
|
-
"label": "Products"
|
|
4994
|
+
"label": "Products",
|
|
4995
|
+
"icon": "package"
|
|
4995
4996
|
},
|
|
4996
4997
|
{
|
|
4998
|
+
"icon": "layout-list",
|
|
4997
4999
|
"href": "/login",
|
|
4998
|
-
"label": "Login"
|
|
4999
|
-
"icon": "layout-list"
|
|
5000
|
+
"label": "Login"
|
|
5000
5001
|
},
|
|
5001
5002
|
{
|
|
5002
5003
|
"icon": "credit-card",
|
|
@@ -5004,12 +5005,11 @@
|
|
|
5004
5005
|
"label": "Checkout"
|
|
5005
5006
|
},
|
|
5006
5007
|
{
|
|
5007
|
-
"href": "/orders",
|
|
5008
5008
|
"label": "Orders",
|
|
5009
|
+
"href": "/orders",
|
|
5009
5010
|
"icon": "clipboard-list"
|
|
5010
5011
|
}
|
|
5011
|
-
]
|
|
5012
|
-
"type": "dashboard-layout"
|
|
5012
|
+
]
|
|
5013
5013
|
}
|
|
5014
5014
|
]
|
|
5015
5015
|
]
|
|
@@ -5023,36 +5023,36 @@
|
|
|
5023
5023
|
"render-ui",
|
|
5024
5024
|
"main",
|
|
5025
5025
|
{
|
|
5026
|
-
"gap": "md",
|
|
5027
|
-
"type": "stack",
|
|
5028
|
-
"align": "center",
|
|
5029
|
-
"direction": "vertical",
|
|
5030
|
-
"className": "py-12",
|
|
5031
5026
|
"children": [
|
|
5032
5027
|
{
|
|
5033
|
-
"color": "destructive",
|
|
5034
5028
|
"type": "icon",
|
|
5029
|
+
"color": "destructive",
|
|
5035
5030
|
"name": "alert-triangle"
|
|
5036
5031
|
},
|
|
5037
5032
|
{
|
|
5033
|
+
"variant": "h3",
|
|
5038
5034
|
"content": "Failed to load order",
|
|
5039
|
-
"type": "typography"
|
|
5040
|
-
"variant": "h3"
|
|
5035
|
+
"type": "typography"
|
|
5041
5036
|
},
|
|
5042
5037
|
{
|
|
5043
|
-
"variant": "body",
|
|
5044
5038
|
"type": "typography",
|
|
5039
|
+
"color": "muted",
|
|
5045
5040
|
"content": "@payload.error",
|
|
5046
|
-
"
|
|
5041
|
+
"variant": "body"
|
|
5047
5042
|
},
|
|
5048
5043
|
{
|
|
5049
|
-
"action": "INIT",
|
|
5050
|
-
"label": "Retry",
|
|
5051
5044
|
"variant": "primary",
|
|
5045
|
+
"icon": "rotate-ccw",
|
|
5046
|
+
"action": "INIT",
|
|
5052
5047
|
"type": "button",
|
|
5053
|
-
"
|
|
5048
|
+
"label": "Retry"
|
|
5054
5049
|
}
|
|
5055
|
-
]
|
|
5050
|
+
],
|
|
5051
|
+
"type": "stack",
|
|
5052
|
+
"gap": "md",
|
|
5053
|
+
"direction": "vertical",
|
|
5054
|
+
"align": "center",
|
|
5055
|
+
"className": "py-12"
|
|
5056
5056
|
}
|
|
5057
5057
|
]
|
|
5058
5058
|
]
|
|
@@ -5228,8 +5228,8 @@
|
|
|
5228
5228
|
"Order",
|
|
5229
5229
|
{
|
|
5230
5230
|
"emit": {
|
|
5231
|
-
"
|
|
5232
|
-
"
|
|
5231
|
+
"success": "OrderLoaded",
|
|
5232
|
+
"failure": "OrderLoadFailed"
|
|
5233
5233
|
}
|
|
5234
5234
|
}
|
|
5235
5235
|
],
|
|
@@ -5237,6 +5237,7 @@
|
|
|
5237
5237
|
"render-ui",
|
|
5238
5238
|
"modal",
|
|
5239
5239
|
{
|
|
5240
|
+
"gap": "md",
|
|
5240
5241
|
"children": [
|
|
5241
5242
|
{
|
|
5242
5243
|
"direction": "horizontal",
|
|
@@ -5246,9 +5247,9 @@
|
|
|
5246
5247
|
"name": "plus-circle"
|
|
5247
5248
|
},
|
|
5248
5249
|
{
|
|
5249
|
-
"
|
|
5250
|
+
"variant": "h3",
|
|
5250
5251
|
"type": "typography",
|
|
5251
|
-
"
|
|
5252
|
+
"content": "Create Order"
|
|
5252
5253
|
}
|
|
5253
5254
|
],
|
|
5254
5255
|
"type": "stack",
|
|
@@ -5258,8 +5259,6 @@
|
|
|
5258
5259
|
"type": "divider"
|
|
5259
5260
|
},
|
|
5260
5261
|
{
|
|
5261
|
-
"type": "form-section",
|
|
5262
|
-
"mode": "create",
|
|
5263
5262
|
"submitEvent": "SAVE",
|
|
5264
5263
|
"cancelEvent": "CLOSE",
|
|
5265
5264
|
"fields": [
|
|
@@ -5267,12 +5266,13 @@
|
|
|
5267
5266
|
"amount",
|
|
5268
5267
|
"paymentStatus",
|
|
5269
5268
|
"orderDate"
|
|
5270
|
-
]
|
|
5269
|
+
],
|
|
5270
|
+
"mode": "create",
|
|
5271
|
+
"type": "form-section"
|
|
5271
5272
|
}
|
|
5272
5273
|
],
|
|
5273
|
-
"type": "stack",
|
|
5274
5274
|
"direction": "vertical",
|
|
5275
|
-
"
|
|
5275
|
+
"type": "stack"
|
|
5276
5276
|
}
|
|
5277
5277
|
]
|
|
5278
5278
|
]
|
|
@@ -5516,23 +5516,19 @@
|
|
|
5516
5516
|
"fetch",
|
|
5517
5517
|
"Order",
|
|
5518
5518
|
{
|
|
5519
|
-
"id": "@payload.id",
|
|
5520
5519
|
"emit": {
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
}
|
|
5520
|
+
"failure": "OrderLoadFailed",
|
|
5521
|
+
"success": "OrderLoaded"
|
|
5522
|
+
},
|
|
5523
|
+
"id": "@payload.id"
|
|
5524
5524
|
}
|
|
5525
5525
|
],
|
|
5526
5526
|
[
|
|
5527
5527
|
"render-ui",
|
|
5528
5528
|
"modal",
|
|
5529
5529
|
{
|
|
5530
|
-
"direction": "vertical",
|
|
5531
|
-
"gap": "md",
|
|
5532
|
-
"type": "stack",
|
|
5533
5530
|
"children": [
|
|
5534
5531
|
{
|
|
5535
|
-
"type": "stack",
|
|
5536
5532
|
"children": [
|
|
5537
5533
|
{
|
|
5538
5534
|
"type": "icon",
|
|
@@ -5540,30 +5536,34 @@
|
|
|
5540
5536
|
},
|
|
5541
5537
|
{
|
|
5542
5538
|
"type": "typography",
|
|
5543
|
-
"
|
|
5544
|
-
"
|
|
5539
|
+
"content": "Edit Order",
|
|
5540
|
+
"variant": "h3"
|
|
5545
5541
|
}
|
|
5546
5542
|
],
|
|
5547
5543
|
"direction": "horizontal",
|
|
5548
|
-
"gap": "sm"
|
|
5544
|
+
"gap": "sm",
|
|
5545
|
+
"type": "stack"
|
|
5549
5546
|
},
|
|
5550
5547
|
{
|
|
5551
5548
|
"type": "divider"
|
|
5552
5549
|
},
|
|
5553
5550
|
{
|
|
5554
|
-
"mode": "edit",
|
|
5555
|
-
"submitEvent": "SAVE",
|
|
5556
5551
|
"entity": "@payload.row",
|
|
5557
|
-
"
|
|
5552
|
+
"submitEvent": "SAVE",
|
|
5558
5553
|
"fields": [
|
|
5559
5554
|
"productName",
|
|
5560
5555
|
"amount",
|
|
5561
5556
|
"paymentStatus",
|
|
5562
5557
|
"orderDate"
|
|
5563
5558
|
],
|
|
5564
|
-
"cancelEvent": "CLOSE"
|
|
5559
|
+
"cancelEvent": "CLOSE",
|
|
5560
|
+
"mode": "edit",
|
|
5561
|
+
"type": "form-section"
|
|
5565
5562
|
}
|
|
5566
|
-
]
|
|
5563
|
+
],
|
|
5564
|
+
"gap": "md",
|
|
5565
|
+
"type": "stack",
|
|
5566
|
+
"direction": "vertical"
|
|
5567
5567
|
}
|
|
5568
5568
|
]
|
|
5569
5569
|
]
|
|
@@ -5743,8 +5743,8 @@
|
|
|
5743
5743
|
"Order",
|
|
5744
5744
|
{
|
|
5745
5745
|
"emit": {
|
|
5746
|
-
"
|
|
5747
|
-
"
|
|
5746
|
+
"failure": "OrderLoadFailed",
|
|
5747
|
+
"success": "OrderLoaded"
|
|
5748
5748
|
},
|
|
5749
5749
|
"id": "@payload.id"
|
|
5750
5750
|
}
|
|
@@ -5753,21 +5753,24 @@
|
|
|
5753
5753
|
"render-ui",
|
|
5754
5754
|
"modal",
|
|
5755
5755
|
{
|
|
5756
|
+
"gap": "md",
|
|
5757
|
+
"direction": "vertical",
|
|
5758
|
+
"type": "stack",
|
|
5756
5759
|
"children": [
|
|
5757
5760
|
{
|
|
5758
|
-
"type": "stack",
|
|
5759
5761
|
"align": "center",
|
|
5760
5762
|
"children": [
|
|
5761
5763
|
{
|
|
5762
|
-
"
|
|
5763
|
-
"
|
|
5764
|
+
"type": "icon",
|
|
5765
|
+
"name": "eye"
|
|
5764
5766
|
},
|
|
5765
5767
|
{
|
|
5766
|
-
"content": "@entity.productName",
|
|
5767
5768
|
"variant": "h3",
|
|
5769
|
+
"content": "@entity.productName",
|
|
5768
5770
|
"type": "typography"
|
|
5769
5771
|
}
|
|
5770
5772
|
],
|
|
5773
|
+
"type": "stack",
|
|
5771
5774
|
"direction": "horizontal",
|
|
5772
5775
|
"gap": "sm"
|
|
5773
5776
|
},
|
|
@@ -5775,6 +5778,9 @@
|
|
|
5775
5778
|
"type": "divider"
|
|
5776
5779
|
},
|
|
5777
5780
|
{
|
|
5781
|
+
"type": "stack",
|
|
5782
|
+
"gap": "md",
|
|
5783
|
+
"direction": "horizontal",
|
|
5778
5784
|
"children": [
|
|
5779
5785
|
{
|
|
5780
5786
|
"type": "typography",
|
|
@@ -5786,59 +5792,56 @@
|
|
|
5786
5792
|
"type": "typography",
|
|
5787
5793
|
"variant": "body"
|
|
5788
5794
|
}
|
|
5789
|
-
]
|
|
5790
|
-
"type": "stack",
|
|
5791
|
-
"gap": "md",
|
|
5792
|
-
"direction": "horizontal"
|
|
5795
|
+
]
|
|
5793
5796
|
},
|
|
5794
5797
|
{
|
|
5795
|
-
"type": "stack",
|
|
5796
5798
|
"direction": "horizontal",
|
|
5799
|
+
"type": "stack",
|
|
5800
|
+
"gap": "md",
|
|
5797
5801
|
"children": [
|
|
5798
5802
|
{
|
|
5799
|
-
"
|
|
5803
|
+
"type": "typography",
|
|
5800
5804
|
"content": "Amount",
|
|
5801
|
-
"
|
|
5805
|
+
"variant": "caption"
|
|
5802
5806
|
},
|
|
5803
5807
|
{
|
|
5804
5808
|
"content": "@entity.amount",
|
|
5805
|
-
"
|
|
5806
|
-
"
|
|
5809
|
+
"variant": "body",
|
|
5810
|
+
"type": "typography"
|
|
5807
5811
|
}
|
|
5808
|
-
]
|
|
5809
|
-
"gap": "md"
|
|
5812
|
+
]
|
|
5810
5813
|
},
|
|
5811
5814
|
{
|
|
5812
|
-
"direction": "horizontal",
|
|
5813
|
-
"gap": "md",
|
|
5814
|
-
"type": "stack",
|
|
5815
5815
|
"children": [
|
|
5816
5816
|
{
|
|
5817
|
-
"content": "Payment Status",
|
|
5818
5817
|
"variant": "caption",
|
|
5818
|
+
"content": "Payment Status",
|
|
5819
5819
|
"type": "typography"
|
|
5820
5820
|
},
|
|
5821
5821
|
{
|
|
5822
|
+
"content": "@entity.paymentStatus",
|
|
5822
5823
|
"type": "typography",
|
|
5823
|
-
"variant": "body"
|
|
5824
|
-
"content": "@entity.paymentStatus"
|
|
5824
|
+
"variant": "body"
|
|
5825
5825
|
}
|
|
5826
|
-
]
|
|
5826
|
+
],
|
|
5827
|
+
"type": "stack",
|
|
5828
|
+
"direction": "horizontal",
|
|
5829
|
+
"gap": "md"
|
|
5827
5830
|
},
|
|
5828
5831
|
{
|
|
5832
|
+
"type": "stack",
|
|
5829
5833
|
"gap": "md",
|
|
5830
5834
|
"direction": "horizontal",
|
|
5831
|
-
"type": "stack",
|
|
5832
5835
|
"children": [
|
|
5833
5836
|
{
|
|
5834
|
-
"variant": "caption",
|
|
5835
5837
|
"content": "Order Date",
|
|
5836
|
-
"type": "typography"
|
|
5838
|
+
"type": "typography",
|
|
5839
|
+
"variant": "caption"
|
|
5837
5840
|
},
|
|
5838
5841
|
{
|
|
5842
|
+
"content": "@entity.orderDate",
|
|
5839
5843
|
"type": "typography",
|
|
5840
|
-
"variant": "body"
|
|
5841
|
-
"content": "@entity.orderDate"
|
|
5844
|
+
"variant": "body"
|
|
5842
5845
|
}
|
|
5843
5846
|
]
|
|
5844
5847
|
},
|
|
@@ -5846,30 +5849,27 @@
|
|
|
5846
5849
|
"type": "divider"
|
|
5847
5850
|
},
|
|
5848
5851
|
{
|
|
5852
|
+
"gap": "sm",
|
|
5849
5853
|
"type": "stack",
|
|
5854
|
+
"justify": "end",
|
|
5850
5855
|
"children": [
|
|
5851
5856
|
{
|
|
5852
5857
|
"icon": "edit",
|
|
5853
|
-
"label": "Edit",
|
|
5854
5858
|
"action": "EDIT",
|
|
5855
|
-
"
|
|
5856
|
-
"
|
|
5859
|
+
"type": "button",
|
|
5860
|
+
"label": "Edit",
|
|
5861
|
+
"variant": "primary"
|
|
5857
5862
|
},
|
|
5858
5863
|
{
|
|
5864
|
+
"type": "button",
|
|
5859
5865
|
"variant": "ghost",
|
|
5860
5866
|
"action": "CLOSE",
|
|
5861
|
-
"label": "Close"
|
|
5862
|
-
"type": "button"
|
|
5867
|
+
"label": "Close"
|
|
5863
5868
|
}
|
|
5864
5869
|
],
|
|
5865
|
-
"direction": "horizontal"
|
|
5866
|
-
"gap": "sm",
|
|
5867
|
-
"justify": "end"
|
|
5870
|
+
"direction": "horizontal"
|
|
5868
5871
|
}
|
|
5869
|
-
]
|
|
5870
|
-
"direction": "vertical",
|
|
5871
|
-
"type": "stack",
|
|
5872
|
-
"gap": "md"
|
|
5872
|
+
]
|
|
5873
5873
|
}
|
|
5874
5874
|
]
|
|
5875
5875
|
]
|
|
@@ -6096,27 +6096,26 @@
|
|
|
6096
6096
|
"fetch",
|
|
6097
6097
|
"Order",
|
|
6098
6098
|
{
|
|
6099
|
-
"id": "@payload.id",
|
|
6100
6099
|
"emit": {
|
|
6101
6100
|
"success": "OrderLoaded",
|
|
6102
6101
|
"failure": "OrderLoadFailed"
|
|
6103
|
-
}
|
|
6102
|
+
},
|
|
6103
|
+
"id": "@payload.id"
|
|
6104
6104
|
}
|
|
6105
6105
|
],
|
|
6106
6106
|
[
|
|
6107
6107
|
"render-ui",
|
|
6108
6108
|
"modal",
|
|
6109
6109
|
{
|
|
6110
|
-
"
|
|
6110
|
+
"direction": "vertical",
|
|
6111
6111
|
"type": "stack",
|
|
6112
|
+
"gap": "md",
|
|
6112
6113
|
"children": [
|
|
6113
6114
|
{
|
|
6114
|
-
"gap": "sm",
|
|
6115
|
-
"type": "stack",
|
|
6116
6115
|
"children": [
|
|
6117
6116
|
{
|
|
6118
|
-
"
|
|
6119
|
-
"
|
|
6117
|
+
"type": "icon",
|
|
6118
|
+
"name": "alert-triangle"
|
|
6120
6119
|
},
|
|
6121
6120
|
{
|
|
6122
6121
|
"type": "typography",
|
|
@@ -6124,6 +6123,8 @@
|
|
|
6124
6123
|
"variant": "h3"
|
|
6125
6124
|
}
|
|
6126
6125
|
],
|
|
6126
|
+
"type": "stack",
|
|
6127
|
+
"gap": "sm",
|
|
6127
6128
|
"direction": "horizontal",
|
|
6128
6129
|
"align": "center"
|
|
6129
6130
|
},
|
|
@@ -6131,33 +6132,32 @@
|
|
|
6131
6132
|
"type": "divider"
|
|
6132
6133
|
},
|
|
6133
6134
|
{
|
|
6134
|
-
"message": "This action cannot be undone.",
|
|
6135
6135
|
"variant": "error",
|
|
6136
|
+
"message": "This action cannot be undone.",
|
|
6136
6137
|
"type": "alert"
|
|
6137
6138
|
},
|
|
6138
6139
|
{
|
|
6139
6140
|
"gap": "sm",
|
|
6140
|
-
"direction": "horizontal",
|
|
6141
6141
|
"type": "stack",
|
|
6142
|
+
"direction": "horizontal",
|
|
6142
6143
|
"children": [
|
|
6143
6144
|
{
|
|
6144
|
-
"label": "Cancel",
|
|
6145
6145
|
"type": "button",
|
|
6146
6146
|
"action": "CANCEL",
|
|
6147
|
-
"variant": "ghost"
|
|
6147
|
+
"variant": "ghost",
|
|
6148
|
+
"label": "Cancel"
|
|
6148
6149
|
},
|
|
6149
6150
|
{
|
|
6150
|
-
"
|
|
6151
|
+
"label": "Delete",
|
|
6152
|
+
"action": "CONFIRM_DELETE",
|
|
6151
6153
|
"variant": "danger",
|
|
6152
6154
|
"icon": "check",
|
|
6153
|
-
"
|
|
6154
|
-
"action": "CONFIRM_DELETE"
|
|
6155
|
+
"type": "button"
|
|
6155
6156
|
}
|
|
6156
6157
|
],
|
|
6157
6158
|
"justify": "end"
|
|
6158
6159
|
}
|
|
6159
|
-
]
|
|
6160
|
-
"direction": "vertical"
|
|
6160
|
+
]
|
|
6161
6161
|
}
|
|
6162
6162
|
]
|
|
6163
6163
|
]
|
|
@@ -6174,8 +6174,8 @@
|
|
|
6174
6174
|
"@entity.pendingId",
|
|
6175
6175
|
{
|
|
6176
6176
|
"emit": {
|
|
6177
|
-
"
|
|
6178
|
-
"
|
|
6177
|
+
"failure": "OrderDeleteFailed",
|
|
6178
|
+
"success": "OrderDeleted"
|
|
6179
6179
|
}
|
|
6180
6180
|
}
|
|
6181
6181
|
],
|
|
@@ -6277,4 +6277,4 @@
|
|
|
6277
6277
|
]
|
|
6278
6278
|
}
|
|
6279
6279
|
]
|
|
6280
|
-
}
|
|
6280
|
+
}
|