@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -260,46 +260,42 @@
|
|
|
260
260
|
"render-ui",
|
|
261
261
|
"main",
|
|
262
262
|
{
|
|
263
|
+
"appName": "ServiceMarketplace",
|
|
264
|
+
"type": "dashboard-layout",
|
|
263
265
|
"navItems": [
|
|
264
266
|
{
|
|
265
|
-
"href": "/products",
|
|
266
267
|
"icon": "package",
|
|
267
|
-
"label": "Products"
|
|
268
|
+
"label": "Products",
|
|
269
|
+
"href": "/products"
|
|
268
270
|
},
|
|
269
271
|
{
|
|
270
|
-
"label": "Login",
|
|
271
272
|
"href": "/login",
|
|
272
|
-
"icon": "layout-list"
|
|
273
|
+
"icon": "layout-list",
|
|
274
|
+
"label": "Login"
|
|
273
275
|
},
|
|
274
276
|
{
|
|
275
|
-
"
|
|
277
|
+
"href": "/checkout",
|
|
276
278
|
"icon": "credit-card",
|
|
277
|
-
"
|
|
279
|
+
"label": "Checkout"
|
|
278
280
|
},
|
|
279
281
|
{
|
|
280
|
-
"icon": "clipboard-list",
|
|
281
282
|
"label": "Orders",
|
|
282
|
-
"href": "/orders"
|
|
283
|
+
"href": "/orders",
|
|
284
|
+
"icon": "clipboard-list"
|
|
283
285
|
}
|
|
284
286
|
],
|
|
285
287
|
"children": [
|
|
286
288
|
{
|
|
287
|
-
"direction": "vertical",
|
|
288
289
|
"gap": "lg",
|
|
289
|
-
"
|
|
290
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
290
|
+
"direction": "vertical",
|
|
291
291
|
"children": [
|
|
292
292
|
{
|
|
293
|
-
"justify": "between",
|
|
294
|
-
"align": "center",
|
|
295
|
-
"gap": "md",
|
|
296
|
-
"type": "stack",
|
|
297
|
-
"direction": "horizontal",
|
|
298
293
|
"children": [
|
|
299
294
|
{
|
|
300
|
-
"align": "center",
|
|
301
295
|
"gap": "sm",
|
|
302
296
|
"direction": "horizontal",
|
|
297
|
+
"align": "center",
|
|
298
|
+
"type": "stack",
|
|
303
299
|
"children": [
|
|
304
300
|
{
|
|
305
301
|
"name": "shopping-bag",
|
|
@@ -310,59 +306,64 @@
|
|
|
310
306
|
"type": "typography",
|
|
311
307
|
"variant": "h2"
|
|
312
308
|
}
|
|
313
|
-
]
|
|
314
|
-
"type": "stack"
|
|
309
|
+
]
|
|
315
310
|
},
|
|
316
311
|
{
|
|
317
|
-
"gap": "sm",
|
|
318
|
-
"direction": "horizontal",
|
|
319
|
-
"type": "stack",
|
|
320
312
|
"children": [
|
|
321
313
|
{
|
|
314
|
+
"type": "button",
|
|
315
|
+
"variant": "primary",
|
|
322
316
|
"icon": "plus",
|
|
323
317
|
"action": "CREATE",
|
|
324
|
-
"label": "Create Product"
|
|
325
|
-
"variant": "primary",
|
|
326
|
-
"type": "button"
|
|
318
|
+
"label": "Create Product"
|
|
327
319
|
}
|
|
328
|
-
]
|
|
320
|
+
],
|
|
321
|
+
"gap": "sm",
|
|
322
|
+
"direction": "horizontal",
|
|
323
|
+
"type": "stack"
|
|
329
324
|
}
|
|
330
|
-
]
|
|
325
|
+
],
|
|
326
|
+
"type": "stack",
|
|
327
|
+
"gap": "md",
|
|
328
|
+
"align": "center",
|
|
329
|
+
"direction": "horizontal",
|
|
330
|
+
"justify": "between"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"type": "divider"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
+
"entity": "Product",
|
|
336
337
|
"columns": [
|
|
337
338
|
{
|
|
338
|
-
"
|
|
339
|
+
"icon": "shopping-bag",
|
|
339
340
|
"variant": "h4",
|
|
340
|
-
"
|
|
341
|
-
"
|
|
341
|
+
"label": "Name",
|
|
342
|
+
"name": "name"
|
|
342
343
|
},
|
|
343
344
|
{
|
|
344
|
-
"variant": "badge",
|
|
345
345
|
"label": "Description",
|
|
346
|
-
"name": "description",
|
|
347
346
|
"colorMap": {
|
|
348
|
-
"archived": "neutral",
|
|
349
347
|
"active": "success",
|
|
350
|
-
"
|
|
348
|
+
"error": "destructive",
|
|
351
349
|
"scheduled": "warning",
|
|
352
|
-
"
|
|
350
|
+
"failed": "destructive",
|
|
353
351
|
"inactive": "neutral",
|
|
354
|
-
"pending": "warning",
|
|
355
352
|
"completed": "success",
|
|
356
|
-
"
|
|
357
|
-
"
|
|
353
|
+
"archived": "neutral",
|
|
354
|
+
"pending": "warning",
|
|
358
355
|
"cancelled": "destructive",
|
|
359
|
-
"
|
|
360
|
-
|
|
356
|
+
"disabled": "neutral",
|
|
357
|
+
"draft": "warning",
|
|
358
|
+
"done": "success"
|
|
359
|
+
},
|
|
360
|
+
"name": "description",
|
|
361
|
+
"variant": "badge"
|
|
361
362
|
},
|
|
362
363
|
{
|
|
364
|
+
"name": "price",
|
|
363
365
|
"label": "Price",
|
|
364
|
-
"variant": "caption"
|
|
365
|
-
"name": "price"
|
|
366
|
+
"variant": "caption"
|
|
366
367
|
}
|
|
367
368
|
],
|
|
368
369
|
"itemActions": [
|
|
@@ -373,24 +374,23 @@
|
|
|
373
374
|
},
|
|
374
375
|
{
|
|
375
376
|
"label": "Edit",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
377
|
+
"event": "EDIT",
|
|
378
|
+
"variant": "ghost"
|
|
378
379
|
},
|
|
379
380
|
{
|
|
381
|
+
"label": "Delete",
|
|
380
382
|
"event": "DELETE",
|
|
381
|
-
"variant": "danger"
|
|
382
|
-
"label": "Delete"
|
|
383
|
+
"variant": "danger"
|
|
383
384
|
}
|
|
384
385
|
],
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"type": "data-grid"
|
|
386
|
+
"type": "data-grid",
|
|
387
|
+
"fields": []
|
|
388
388
|
}
|
|
389
|
-
]
|
|
389
|
+
],
|
|
390
|
+
"type": "stack",
|
|
391
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
390
392
|
}
|
|
391
|
-
]
|
|
392
|
-
"type": "dashboard-layout",
|
|
393
|
-
"appName": "ServiceMarketplace"
|
|
393
|
+
]
|
|
394
394
|
}
|
|
395
395
|
]
|
|
396
396
|
]
|
|
@@ -581,21 +581,21 @@
|
|
|
581
581
|
"render-ui",
|
|
582
582
|
"modal",
|
|
583
583
|
{
|
|
584
|
-
"
|
|
584
|
+
"type": "stack",
|
|
585
585
|
"children": [
|
|
586
586
|
{
|
|
587
|
+
"gap": "sm",
|
|
587
588
|
"children": [
|
|
588
589
|
{
|
|
589
590
|
"name": "plus-circle",
|
|
590
591
|
"type": "icon"
|
|
591
592
|
},
|
|
592
593
|
{
|
|
593
|
-
"content": "Create Product",
|
|
594
594
|
"type": "typography",
|
|
595
|
-
"variant": "h3"
|
|
595
|
+
"variant": "h3",
|
|
596
|
+
"content": "Create Product"
|
|
596
597
|
}
|
|
597
598
|
],
|
|
598
|
-
"gap": "sm",
|
|
599
599
|
"type": "stack",
|
|
600
600
|
"direction": "horizontal"
|
|
601
601
|
},
|
|
@@ -603,9 +603,9 @@
|
|
|
603
603
|
"type": "divider"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
+
"submitEvent": "SAVE",
|
|
606
607
|
"entity": "Product",
|
|
607
608
|
"cancelEvent": "CLOSE",
|
|
608
|
-
"type": "form-section",
|
|
609
609
|
"fields": [
|
|
610
610
|
"name",
|
|
611
611
|
"description",
|
|
@@ -613,12 +613,12 @@
|
|
|
613
613
|
"category",
|
|
614
614
|
"inStock"
|
|
615
615
|
],
|
|
616
|
-
"
|
|
617
|
-
"
|
|
616
|
+
"mode": "create",
|
|
617
|
+
"type": "form-section"
|
|
618
618
|
}
|
|
619
619
|
],
|
|
620
620
|
"direction": "vertical",
|
|
621
|
-
"
|
|
621
|
+
"gap": "md"
|
|
622
622
|
}
|
|
623
623
|
]
|
|
624
624
|
]
|
|
@@ -859,42 +859,40 @@
|
|
|
859
859
|
"fetch",
|
|
860
860
|
"Product",
|
|
861
861
|
{
|
|
862
|
+
"id": "@payload.id",
|
|
862
863
|
"emit": {
|
|
863
|
-
"
|
|
864
|
-
"
|
|
865
|
-
}
|
|
866
|
-
"id": "@payload.id"
|
|
864
|
+
"success": "ProductLoaded",
|
|
865
|
+
"failure": "ProductLoadFailed"
|
|
866
|
+
}
|
|
867
867
|
}
|
|
868
868
|
],
|
|
869
869
|
[
|
|
870
870
|
"render-ui",
|
|
871
871
|
"modal",
|
|
872
872
|
{
|
|
873
|
-
"direction": "vertical",
|
|
874
|
-
"type": "stack",
|
|
875
|
-
"gap": "md",
|
|
876
873
|
"children": [
|
|
877
874
|
{
|
|
878
|
-
"direction": "horizontal",
|
|
879
|
-
"gap": "sm",
|
|
880
875
|
"type": "stack",
|
|
876
|
+
"gap": "sm",
|
|
881
877
|
"children": [
|
|
882
878
|
{
|
|
883
879
|
"type": "icon",
|
|
884
880
|
"name": "edit"
|
|
885
881
|
},
|
|
886
882
|
{
|
|
887
|
-
"
|
|
883
|
+
"variant": "h3",
|
|
888
884
|
"type": "typography",
|
|
889
|
-
"
|
|
885
|
+
"content": "Edit Product"
|
|
890
886
|
}
|
|
891
|
-
]
|
|
887
|
+
],
|
|
888
|
+
"direction": "horizontal"
|
|
892
889
|
},
|
|
893
890
|
{
|
|
894
891
|
"type": "divider"
|
|
895
892
|
},
|
|
896
893
|
{
|
|
897
|
-
"
|
|
894
|
+
"entityId": "@entity.id",
|
|
895
|
+
"mode": "edit",
|
|
898
896
|
"fields": [
|
|
899
897
|
"name",
|
|
900
898
|
"description",
|
|
@@ -902,13 +900,15 @@
|
|
|
902
900
|
"category",
|
|
903
901
|
"inStock"
|
|
904
902
|
],
|
|
903
|
+
"type": "form-section",
|
|
905
904
|
"entity": "Product",
|
|
906
|
-
"entityId": "@entity.id",
|
|
907
905
|
"submitEvent": "SAVE",
|
|
908
|
-
"
|
|
909
|
-
"type": "form-section"
|
|
906
|
+
"cancelEvent": "CLOSE"
|
|
910
907
|
}
|
|
911
|
-
]
|
|
908
|
+
],
|
|
909
|
+
"gap": "md",
|
|
910
|
+
"type": "stack",
|
|
911
|
+
"direction": "vertical"
|
|
912
912
|
}
|
|
913
913
|
]
|
|
914
914
|
]
|
|
@@ -1135,39 +1135,41 @@
|
|
|
1135
1135
|
"fetch",
|
|
1136
1136
|
"Product",
|
|
1137
1137
|
{
|
|
1138
|
-
"id": "@payload.id",
|
|
1139
1138
|
"emit": {
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1142
|
-
}
|
|
1139
|
+
"success": "ProductLoaded",
|
|
1140
|
+
"failure": "ProductLoadFailed"
|
|
1141
|
+
},
|
|
1142
|
+
"id": "@payload.id"
|
|
1143
1143
|
}
|
|
1144
1144
|
],
|
|
1145
1145
|
[
|
|
1146
1146
|
"render-ui",
|
|
1147
1147
|
"modal",
|
|
1148
1148
|
{
|
|
1149
|
+
"gap": "md",
|
|
1149
1150
|
"children": [
|
|
1150
1151
|
{
|
|
1151
|
-
"direction": "horizontal",
|
|
1152
|
-
"gap": "sm",
|
|
1153
|
-
"align": "center",
|
|
1154
|
-
"type": "stack",
|
|
1155
1152
|
"children": [
|
|
1156
1153
|
{
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1154
|
+
"name": "eye",
|
|
1155
|
+
"type": "icon"
|
|
1159
1156
|
},
|
|
1160
1157
|
{
|
|
1161
|
-
"type": "typography",
|
|
1162
1158
|
"content": "@entity.name",
|
|
1163
|
-
"variant": "h3"
|
|
1159
|
+
"variant": "h3",
|
|
1160
|
+
"type": "typography"
|
|
1164
1161
|
}
|
|
1165
|
-
]
|
|
1162
|
+
],
|
|
1163
|
+
"gap": "sm",
|
|
1164
|
+
"direction": "horizontal",
|
|
1165
|
+
"align": "center",
|
|
1166
|
+
"type": "stack"
|
|
1166
1167
|
},
|
|
1167
1168
|
{
|
|
1168
1169
|
"type": "divider"
|
|
1169
1170
|
},
|
|
1170
1171
|
{
|
|
1172
|
+
"direction": "horizontal",
|
|
1171
1173
|
"children": [
|
|
1172
1174
|
{
|
|
1173
1175
|
"content": "Name",
|
|
@@ -1175,111 +1177,109 @@
|
|
|
1175
1177
|
"variant": "caption"
|
|
1176
1178
|
},
|
|
1177
1179
|
{
|
|
1180
|
+
"variant": "body",
|
|
1178
1181
|
"content": "@entity.name",
|
|
1179
|
-
"type": "typography"
|
|
1180
|
-
"variant": "body"
|
|
1182
|
+
"type": "typography"
|
|
1181
1183
|
}
|
|
1182
1184
|
],
|
|
1183
|
-
"
|
|
1184
|
-
"gap": "md"
|
|
1185
|
-
"type": "stack"
|
|
1185
|
+
"type": "stack",
|
|
1186
|
+
"gap": "md"
|
|
1186
1187
|
},
|
|
1187
1188
|
{
|
|
1189
|
+
"direction": "horizontal",
|
|
1190
|
+
"type": "stack",
|
|
1191
|
+
"gap": "md",
|
|
1188
1192
|
"children": [
|
|
1189
1193
|
{
|
|
1190
|
-
"
|
|
1194
|
+
"type": "typography",
|
|
1191
1195
|
"content": "Description",
|
|
1192
|
-
"
|
|
1196
|
+
"variant": "caption"
|
|
1193
1197
|
},
|
|
1194
1198
|
{
|
|
1199
|
+
"type": "typography",
|
|
1195
1200
|
"variant": "body",
|
|
1196
|
-
"content": "@entity.description"
|
|
1197
|
-
"type": "typography"
|
|
1201
|
+
"content": "@entity.description"
|
|
1198
1202
|
}
|
|
1199
|
-
]
|
|
1200
|
-
"gap": "md",
|
|
1201
|
-
"type": "stack",
|
|
1202
|
-
"direction": "horizontal"
|
|
1203
|
+
]
|
|
1203
1204
|
},
|
|
1204
1205
|
{
|
|
1205
|
-
"direction": "horizontal",
|
|
1206
1206
|
"type": "stack",
|
|
1207
|
-
"gap": "md",
|
|
1208
1207
|
"children": [
|
|
1209
1208
|
{
|
|
1210
|
-
"type": "typography",
|
|
1211
1209
|
"variant": "caption",
|
|
1210
|
+
"type": "typography",
|
|
1212
1211
|
"content": "Price"
|
|
1213
1212
|
},
|
|
1214
1213
|
{
|
|
1215
|
-
"
|
|
1214
|
+
"variant": "body",
|
|
1216
1215
|
"content": "@entity.price",
|
|
1217
|
-
"
|
|
1216
|
+
"type": "typography"
|
|
1218
1217
|
}
|
|
1219
|
-
]
|
|
1218
|
+
],
|
|
1219
|
+
"direction": "horizontal",
|
|
1220
|
+
"gap": "md"
|
|
1220
1221
|
},
|
|
1221
1222
|
{
|
|
1222
|
-
"gap": "md",
|
|
1223
1223
|
"direction": "horizontal",
|
|
1224
|
-
"
|
|
1224
|
+
"gap": "md",
|
|
1225
1225
|
"children": [
|
|
1226
1226
|
{
|
|
1227
|
-
"type": "typography",
|
|
1228
1227
|
"content": "Category",
|
|
1228
|
+
"type": "typography",
|
|
1229
1229
|
"variant": "caption"
|
|
1230
1230
|
},
|
|
1231
1231
|
{
|
|
1232
|
+
"content": "@entity.category",
|
|
1232
1233
|
"type": "typography",
|
|
1233
|
-
"variant": "body"
|
|
1234
|
-
"content": "@entity.category"
|
|
1234
|
+
"variant": "body"
|
|
1235
1235
|
}
|
|
1236
|
-
]
|
|
1236
|
+
],
|
|
1237
|
+
"type": "stack"
|
|
1237
1238
|
},
|
|
1238
1239
|
{
|
|
1240
|
+
"type": "stack",
|
|
1239
1241
|
"children": [
|
|
1240
1242
|
{
|
|
1241
|
-
"
|
|
1243
|
+
"type": "typography",
|
|
1242
1244
|
"variant": "caption",
|
|
1243
|
-
"
|
|
1245
|
+
"content": "In Stock"
|
|
1244
1246
|
},
|
|
1245
1247
|
{
|
|
1246
|
-
"type": "typography",
|
|
1247
1248
|
"variant": "body",
|
|
1249
|
+
"type": "typography",
|
|
1248
1250
|
"content": "@entity.inStock"
|
|
1249
1251
|
}
|
|
1250
1252
|
],
|
|
1251
|
-
"
|
|
1252
|
-
"gap": "md"
|
|
1253
|
-
"direction": "horizontal"
|
|
1253
|
+
"direction": "horizontal",
|
|
1254
|
+
"gap": "md"
|
|
1254
1255
|
},
|
|
1255
1256
|
{
|
|
1256
1257
|
"type": "divider"
|
|
1257
1258
|
},
|
|
1258
1259
|
{
|
|
1259
|
-
"
|
|
1260
|
-
"type": "stack",
|
|
1260
|
+
"justify": "end",
|
|
1261
1261
|
"children": [
|
|
1262
1262
|
{
|
|
1263
1263
|
"type": "button",
|
|
1264
|
+
"icon": "edit",
|
|
1264
1265
|
"label": "Edit",
|
|
1265
1266
|
"action": "EDIT",
|
|
1266
|
-
"variant": "primary"
|
|
1267
|
-
"icon": "edit"
|
|
1267
|
+
"variant": "primary"
|
|
1268
1268
|
},
|
|
1269
1269
|
{
|
|
1270
|
-
"variant": "ghost",
|
|
1271
|
-
"action": "CLOSE",
|
|
1272
1270
|
"label": "Close",
|
|
1271
|
+
"action": "CLOSE",
|
|
1272
|
+
"variant": "ghost",
|
|
1273
1273
|
"type": "button"
|
|
1274
1274
|
}
|
|
1275
1275
|
],
|
|
1276
|
-
"
|
|
1277
|
-
"gap": "sm"
|
|
1276
|
+
"type": "stack",
|
|
1277
|
+
"gap": "sm",
|
|
1278
|
+
"direction": "horizontal"
|
|
1278
1279
|
}
|
|
1279
1280
|
],
|
|
1280
|
-
"direction": "vertical",
|
|
1281
1281
|
"type": "stack",
|
|
1282
|
-
"
|
|
1282
|
+
"direction": "vertical"
|
|
1283
1283
|
}
|
|
1284
1284
|
]
|
|
1285
1285
|
]
|
|
@@ -1523,57 +1523,57 @@
|
|
|
1523
1523
|
"render-ui",
|
|
1524
1524
|
"modal",
|
|
1525
1525
|
{
|
|
1526
|
+
"direction": "vertical",
|
|
1527
|
+
"gap": "md",
|
|
1528
|
+
"type": "stack",
|
|
1526
1529
|
"children": [
|
|
1527
1530
|
{
|
|
1528
|
-
"type": "stack",
|
|
1529
1531
|
"direction": "horizontal",
|
|
1530
|
-
"align": "center",
|
|
1531
1532
|
"gap": "sm",
|
|
1533
|
+
"align": "center",
|
|
1532
1534
|
"children": [
|
|
1533
1535
|
{
|
|
1534
1536
|
"type": "icon",
|
|
1535
1537
|
"name": "alert-triangle"
|
|
1536
1538
|
},
|
|
1537
1539
|
{
|
|
1540
|
+
"variant": "h3",
|
|
1538
1541
|
"content": "Delete Product",
|
|
1539
|
-
"type": "typography"
|
|
1540
|
-
"variant": "h3"
|
|
1542
|
+
"type": "typography"
|
|
1541
1543
|
}
|
|
1542
|
-
]
|
|
1544
|
+
],
|
|
1545
|
+
"type": "stack"
|
|
1543
1546
|
},
|
|
1544
1547
|
{
|
|
1545
1548
|
"type": "divider"
|
|
1546
1549
|
},
|
|
1547
1550
|
{
|
|
1548
|
-
"type": "alert",
|
|
1549
1551
|
"variant": "error",
|
|
1552
|
+
"type": "alert",
|
|
1550
1553
|
"message": "This action cannot be undone."
|
|
1551
1554
|
},
|
|
1552
1555
|
{
|
|
1556
|
+
"justify": "end",
|
|
1557
|
+
"direction": "horizontal",
|
|
1553
1558
|
"gap": "sm",
|
|
1554
1559
|
"type": "stack",
|
|
1555
1560
|
"children": [
|
|
1556
1561
|
{
|
|
1557
|
-
"type": "button",
|
|
1558
1562
|
"label": "Cancel",
|
|
1559
|
-
"
|
|
1560
|
-
"action": "CANCEL"
|
|
1563
|
+
"type": "button",
|
|
1564
|
+
"action": "CANCEL",
|
|
1565
|
+
"variant": "ghost"
|
|
1561
1566
|
},
|
|
1562
1567
|
{
|
|
1563
|
-
"variant": "danger",
|
|
1564
1568
|
"icon": "check",
|
|
1569
|
+
"type": "button",
|
|
1565
1570
|
"label": "Delete",
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1571
|
+
"variant": "danger",
|
|
1572
|
+
"action": "CONFIRM_DELETE"
|
|
1568
1573
|
}
|
|
1569
|
-
]
|
|
1570
|
-
"justify": "end",
|
|
1571
|
-
"direction": "horizontal"
|
|
1574
|
+
]
|
|
1572
1575
|
}
|
|
1573
|
-
]
|
|
1574
|
-
"direction": "vertical",
|
|
1575
|
-
"gap": "md",
|
|
1576
|
-
"type": "stack"
|
|
1576
|
+
]
|
|
1577
1577
|
}
|
|
1578
1578
|
]
|
|
1579
1579
|
]
|
|
@@ -1937,16 +1937,17 @@
|
|
|
1937
1937
|
"render-ui",
|
|
1938
1938
|
"main",
|
|
1939
1939
|
{
|
|
1940
|
+
"appName": "ServiceMarketplace",
|
|
1940
1941
|
"navItems": [
|
|
1941
1942
|
{
|
|
1942
|
-
"href": "/products",
|
|
1943
1943
|
"label": "Products",
|
|
1944
|
+
"href": "/products",
|
|
1944
1945
|
"icon": "package"
|
|
1945
1946
|
},
|
|
1946
1947
|
{
|
|
1947
1948
|
"label": "Login",
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
1949
|
+
"icon": "layout-list",
|
|
1950
|
+
"href": "/login"
|
|
1950
1951
|
},
|
|
1951
1952
|
{
|
|
1952
1953
|
"label": "Checkout",
|
|
@@ -1954,67 +1955,66 @@
|
|
|
1954
1955
|
"href": "/checkout"
|
|
1955
1956
|
},
|
|
1956
1957
|
{
|
|
1958
|
+
"label": "Orders",
|
|
1957
1959
|
"href": "/orders",
|
|
1958
|
-
"icon": "clipboard-list"
|
|
1959
|
-
"label": "Orders"
|
|
1960
|
+
"icon": "clipboard-list"
|
|
1960
1961
|
}
|
|
1961
1962
|
],
|
|
1962
|
-
"type": "dashboard-layout",
|
|
1963
1963
|
"children": [
|
|
1964
1964
|
{
|
|
1965
|
-
"align": "center",
|
|
1966
|
-
"direction": "vertical",
|
|
1967
|
-
"gap": "lg",
|
|
1968
1965
|
"children": [
|
|
1969
1966
|
{
|
|
1967
|
+
"type": "stack",
|
|
1970
1968
|
"children": [
|
|
1971
1969
|
{
|
|
1972
1970
|
"type": "icon",
|
|
1973
1971
|
"name": "lock"
|
|
1974
1972
|
},
|
|
1975
1973
|
{
|
|
1976
|
-
"type": "typography",
|
|
1977
1974
|
"content": "Sign In",
|
|
1978
|
-
"variant": "h2"
|
|
1975
|
+
"variant": "h2",
|
|
1976
|
+
"type": "typography"
|
|
1979
1977
|
}
|
|
1980
1978
|
],
|
|
1981
1979
|
"align": "center",
|
|
1982
1980
|
"gap": "md",
|
|
1983
|
-
"direction": "horizontal"
|
|
1984
|
-
"type": "stack"
|
|
1981
|
+
"direction": "horizontal"
|
|
1985
1982
|
},
|
|
1986
1983
|
{
|
|
1987
1984
|
"type": "divider"
|
|
1988
1985
|
},
|
|
1989
1986
|
{
|
|
1990
|
-
"type": "select",
|
|
1991
1987
|
"options": [
|
|
1992
1988
|
{
|
|
1993
1989
|
"label": "Google",
|
|
1994
1990
|
"value": "google"
|
|
1995
1991
|
},
|
|
1996
1992
|
{
|
|
1997
|
-
"
|
|
1998
|
-
"
|
|
1993
|
+
"value": "github",
|
|
1994
|
+
"label": "GitHub"
|
|
1999
1995
|
},
|
|
2000
1996
|
{
|
|
2001
1997
|
"label": "Microsoft",
|
|
2002
1998
|
"value": "microsoft"
|
|
2003
1999
|
}
|
|
2004
|
-
]
|
|
2000
|
+
],
|
|
2001
|
+
"type": "select"
|
|
2005
2002
|
},
|
|
2006
2003
|
{
|
|
2007
|
-
"icon": "log-in",
|
|
2008
|
-
"variant": "primary",
|
|
2009
2004
|
"action": "LOGIN",
|
|
2005
|
+
"icon": "log-in",
|
|
2010
2006
|
"type": "button",
|
|
2011
|
-
"label": "Login"
|
|
2007
|
+
"label": "Login",
|
|
2008
|
+
"variant": "primary"
|
|
2012
2009
|
}
|
|
2013
2010
|
],
|
|
2014
|
-
"
|
|
2011
|
+
"gap": "lg",
|
|
2012
|
+
"direction": "vertical",
|
|
2013
|
+
"type": "stack",
|
|
2014
|
+
"align": "center"
|
|
2015
2015
|
}
|
|
2016
2016
|
],
|
|
2017
|
-
"
|
|
2017
|
+
"type": "dashboard-layout"
|
|
2018
2018
|
}
|
|
2019
2019
|
]
|
|
2020
2020
|
]
|
|
@@ -2029,36 +2029,36 @@
|
|
|
2029
2029
|
"main",
|
|
2030
2030
|
{
|
|
2031
2031
|
"appName": "ServiceMarketplace",
|
|
2032
|
-
"
|
|
2032
|
+
"children": [
|
|
2033
|
+
{
|
|
2034
|
+
"title": "Authorizing...",
|
|
2035
|
+
"message": "Redirecting to provider for authorization.",
|
|
2036
|
+
"type": "loading-state"
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2033
2039
|
"navItems": [
|
|
2034
2040
|
{
|
|
2035
2041
|
"href": "/products",
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2042
|
+
"icon": "package",
|
|
2043
|
+
"label": "Products"
|
|
2038
2044
|
},
|
|
2039
2045
|
{
|
|
2040
|
-
"icon": "layout-list",
|
|
2041
2046
|
"label": "Login",
|
|
2042
|
-
"href": "/login"
|
|
2047
|
+
"href": "/login",
|
|
2048
|
+
"icon": "layout-list"
|
|
2043
2049
|
},
|
|
2044
2050
|
{
|
|
2045
|
-
"href": "/checkout",
|
|
2046
2051
|
"label": "Checkout",
|
|
2052
|
+
"href": "/checkout",
|
|
2047
2053
|
"icon": "credit-card"
|
|
2048
2054
|
},
|
|
2049
2055
|
{
|
|
2050
|
-
"href": "/orders",
|
|
2051
2056
|
"icon": "clipboard-list",
|
|
2052
|
-
"label": "Orders"
|
|
2057
|
+
"label": "Orders",
|
|
2058
|
+
"href": "/orders"
|
|
2053
2059
|
}
|
|
2054
2060
|
],
|
|
2055
|
-
"
|
|
2056
|
-
{
|
|
2057
|
-
"type": "loading-state",
|
|
2058
|
-
"title": "Authorizing...",
|
|
2059
|
-
"message": "Redirecting to provider for authorization."
|
|
2060
|
-
}
|
|
2061
|
-
]
|
|
2061
|
+
"type": "dashboard-layout"
|
|
2062
2062
|
}
|
|
2063
2063
|
],
|
|
2064
2064
|
[
|
|
@@ -2089,6 +2089,7 @@
|
|
|
2089
2089
|
"render-ui",
|
|
2090
2090
|
"main",
|
|
2091
2091
|
{
|
|
2092
|
+
"appName": "ServiceMarketplace",
|
|
2092
2093
|
"navItems": [
|
|
2093
2094
|
{
|
|
2094
2095
|
"icon": "package",
|
|
@@ -2096,28 +2097,28 @@
|
|
|
2096
2097
|
"href": "/products"
|
|
2097
2098
|
},
|
|
2098
2099
|
{
|
|
2100
|
+
"href": "/login",
|
|
2099
2101
|
"label": "Login",
|
|
2100
|
-
"icon": "layout-list"
|
|
2101
|
-
"href": "/login"
|
|
2102
|
+
"icon": "layout-list"
|
|
2102
2103
|
},
|
|
2103
2104
|
{
|
|
2104
|
-
"label": "Checkout",
|
|
2105
2105
|
"href": "/checkout",
|
|
2106
|
-
"icon": "credit-card"
|
|
2106
|
+
"icon": "credit-card",
|
|
2107
|
+
"label": "Checkout"
|
|
2107
2108
|
},
|
|
2108
2109
|
{
|
|
2109
2110
|
"icon": "clipboard-list",
|
|
2110
|
-
"
|
|
2111
|
-
"
|
|
2111
|
+
"href": "/orders",
|
|
2112
|
+
"label": "Orders"
|
|
2112
2113
|
}
|
|
2113
2114
|
],
|
|
2114
2115
|
"type": "dashboard-layout",
|
|
2115
2116
|
"children": [
|
|
2116
2117
|
{
|
|
2117
|
-
"
|
|
2118
|
+
"direction": "vertical",
|
|
2118
2119
|
"type": "stack",
|
|
2120
|
+
"align": "center",
|
|
2119
2121
|
"gap": "lg",
|
|
2120
|
-
"direction": "vertical",
|
|
2121
2122
|
"children": [
|
|
2122
2123
|
{
|
|
2123
2124
|
"name": "external-link",
|
|
@@ -2129,9 +2130,9 @@
|
|
|
2129
2130
|
"type": "typography"
|
|
2130
2131
|
},
|
|
2131
2132
|
{
|
|
2132
|
-
"variant": "body",
|
|
2133
2133
|
"content": "@entity.authUrl",
|
|
2134
2134
|
"type": "typography",
|
|
2135
|
+
"variant": "body",
|
|
2135
2136
|
"color": "muted"
|
|
2136
2137
|
},
|
|
2137
2138
|
{
|
|
@@ -2139,16 +2140,15 @@
|
|
|
2139
2140
|
"placeholder": "Paste authorization code here"
|
|
2140
2141
|
},
|
|
2141
2142
|
{
|
|
2142
|
-
"
|
|
2143
|
-
"icon": "check",
|
|
2143
|
+
"variant": "primary",
|
|
2144
2144
|
"action": "CALLBACK",
|
|
2145
|
+
"label": "Submit",
|
|
2145
2146
|
"type": "button",
|
|
2146
|
-
"
|
|
2147
|
+
"icon": "check"
|
|
2147
2148
|
}
|
|
2148
2149
|
]
|
|
2149
2150
|
}
|
|
2150
|
-
]
|
|
2151
|
-
"appName": "ServiceMarketplace"
|
|
2151
|
+
]
|
|
2152
2152
|
}
|
|
2153
2153
|
]
|
|
2154
2154
|
]
|
|
@@ -2170,71 +2170,71 @@
|
|
|
2170
2170
|
"render-ui",
|
|
2171
2171
|
"main",
|
|
2172
2172
|
{
|
|
2173
|
-
"navItems": [
|
|
2174
|
-
{
|
|
2175
|
-
"label": "Products",
|
|
2176
|
-
"href": "/products",
|
|
2177
|
-
"icon": "package"
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"href": "/login",
|
|
2181
|
-
"icon": "layout-list",
|
|
2182
|
-
"label": "Login"
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"label": "Checkout",
|
|
2186
|
-
"icon": "credit-card",
|
|
2187
|
-
"href": "/checkout"
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"label": "Orders",
|
|
2191
|
-
"href": "/orders",
|
|
2192
|
-
"icon": "clipboard-list"
|
|
2193
|
-
}
|
|
2194
|
-
],
|
|
2195
|
-
"type": "dashboard-layout",
|
|
2196
|
-
"appName": "ServiceMarketplace",
|
|
2197
2173
|
"children": [
|
|
2198
2174
|
{
|
|
2199
|
-
"direction": "vertical",
|
|
2200
|
-
"gap": "lg",
|
|
2201
|
-
"align": "center",
|
|
2202
|
-
"type": "stack",
|
|
2203
2175
|
"children": [
|
|
2204
2176
|
{
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2177
|
+
"type": "icon",
|
|
2178
|
+
"name": "check-circle"
|
|
2207
2179
|
},
|
|
2208
2180
|
{
|
|
2209
|
-
"type": "alert",
|
|
2210
2181
|
"variant": "success",
|
|
2182
|
+
"type": "alert",
|
|
2211
2183
|
"message": "Authenticated successfully"
|
|
2212
2184
|
},
|
|
2213
2185
|
{
|
|
2186
|
+
"direction": "horizontal",
|
|
2214
2187
|
"children": [
|
|
2215
2188
|
{
|
|
2189
|
+
"variant": "ghost",
|
|
2216
2190
|
"label": "Refresh Token",
|
|
2217
|
-
"icon": "refresh-cw",
|
|
2218
|
-
"type": "button",
|
|
2219
2191
|
"action": "REFRESH",
|
|
2220
|
-
"
|
|
2192
|
+
"type": "button",
|
|
2193
|
+
"icon": "refresh-cw"
|
|
2221
2194
|
},
|
|
2222
2195
|
{
|
|
2223
|
-
"label": "Logout",
|
|
2224
2196
|
"icon": "log-out",
|
|
2197
|
+
"label": "Logout",
|
|
2225
2198
|
"action": "LOGOUT",
|
|
2226
2199
|
"variant": "ghost",
|
|
2227
2200
|
"type": "button"
|
|
2228
2201
|
}
|
|
2229
2202
|
],
|
|
2203
|
+
"gap": "sm",
|
|
2230
2204
|
"justify": "center",
|
|
2231
|
-
"
|
|
2232
|
-
"type": "stack",
|
|
2233
|
-
"gap": "sm"
|
|
2205
|
+
"type": "stack"
|
|
2234
2206
|
}
|
|
2235
|
-
]
|
|
2207
|
+
],
|
|
2208
|
+
"align": "center",
|
|
2209
|
+
"type": "stack",
|
|
2210
|
+
"direction": "vertical",
|
|
2211
|
+
"gap": "lg"
|
|
2236
2212
|
}
|
|
2237
|
-
]
|
|
2213
|
+
],
|
|
2214
|
+
"navItems": [
|
|
2215
|
+
{
|
|
2216
|
+
"href": "/products",
|
|
2217
|
+
"icon": "package",
|
|
2218
|
+
"label": "Products"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"href": "/login",
|
|
2222
|
+
"label": "Login",
|
|
2223
|
+
"icon": "layout-list"
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"icon": "credit-card",
|
|
2227
|
+
"label": "Checkout",
|
|
2228
|
+
"href": "/checkout"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"href": "/orders",
|
|
2232
|
+
"label": "Orders",
|
|
2233
|
+
"icon": "clipboard-list"
|
|
2234
|
+
}
|
|
2235
|
+
],
|
|
2236
|
+
"appName": "ServiceMarketplace",
|
|
2237
|
+
"type": "dashboard-layout"
|
|
2238
2238
|
}
|
|
2239
2239
|
]
|
|
2240
2240
|
]
|
|
@@ -2253,51 +2253,51 @@
|
|
|
2253
2253
|
"render-ui",
|
|
2254
2254
|
"main",
|
|
2255
2255
|
{
|
|
2256
|
+
"appName": "ServiceMarketplace",
|
|
2256
2257
|
"children": [
|
|
2257
2258
|
{
|
|
2258
|
-
"direction": "vertical",
|
|
2259
2259
|
"align": "center",
|
|
2260
|
-
"type": "stack",
|
|
2261
|
-
"gap": "lg",
|
|
2262
2260
|
"children": [
|
|
2263
2261
|
{
|
|
2264
|
-
"
|
|
2262
|
+
"onRetry": "RETRY",
|
|
2265
2263
|
"type": "error-state",
|
|
2266
2264
|
"title": "Authentication Failed",
|
|
2267
|
-
"
|
|
2265
|
+
"message": "@entity.error"
|
|
2268
2266
|
},
|
|
2269
2267
|
{
|
|
2270
|
-
"
|
|
2268
|
+
"variant": "primary",
|
|
2271
2269
|
"type": "button",
|
|
2272
2270
|
"label": "Try Again",
|
|
2273
2271
|
"action": "RETRY",
|
|
2274
|
-
"
|
|
2272
|
+
"icon": "rotate-ccw"
|
|
2275
2273
|
}
|
|
2276
|
-
]
|
|
2274
|
+
],
|
|
2275
|
+
"type": "stack",
|
|
2276
|
+
"gap": "lg",
|
|
2277
|
+
"direction": "vertical"
|
|
2277
2278
|
}
|
|
2278
2279
|
],
|
|
2279
|
-
"appName": "ServiceMarketplace",
|
|
2280
2280
|
"type": "dashboard-layout",
|
|
2281
2281
|
"navItems": [
|
|
2282
2282
|
{
|
|
2283
|
+
"href": "/products",
|
|
2283
2284
|
"icon": "package",
|
|
2284
|
-
"label": "Products"
|
|
2285
|
-
"href": "/products"
|
|
2285
|
+
"label": "Products"
|
|
2286
2286
|
},
|
|
2287
2287
|
{
|
|
2288
2288
|
"href": "/login",
|
|
2289
|
-
"
|
|
2290
|
-
"
|
|
2289
|
+
"icon": "layout-list",
|
|
2290
|
+
"label": "Login"
|
|
2291
2291
|
},
|
|
2292
2292
|
{
|
|
2293
|
-
"
|
|
2293
|
+
"href": "/checkout",
|
|
2294
2294
|
"label": "Checkout",
|
|
2295
|
-
"
|
|
2295
|
+
"icon": "credit-card"
|
|
2296
2296
|
},
|
|
2297
2297
|
{
|
|
2298
|
-
"
|
|
2298
|
+
"label": "Orders",
|
|
2299
2299
|
"icon": "clipboard-list",
|
|
2300
|
-
"
|
|
2300
|
+
"href": "/orders"
|
|
2301
2301
|
}
|
|
2302
2302
|
]
|
|
2303
2303
|
}
|
|
@@ -2329,70 +2329,70 @@
|
|
|
2329
2329
|
"main",
|
|
2330
2330
|
{
|
|
2331
2331
|
"type": "dashboard-layout",
|
|
2332
|
-
"appName": "ServiceMarketplace",
|
|
2333
2332
|
"children": [
|
|
2334
2333
|
{
|
|
2335
|
-
"direction": "vertical",
|
|
2336
2334
|
"type": "stack",
|
|
2335
|
+
"align": "center",
|
|
2337
2336
|
"children": [
|
|
2338
2337
|
{
|
|
2339
2338
|
"type": "icon",
|
|
2340
2339
|
"name": "check-circle"
|
|
2341
2340
|
},
|
|
2342
2341
|
{
|
|
2342
|
+
"message": "Authenticated successfully",
|
|
2343
2343
|
"type": "alert",
|
|
2344
|
-
"variant": "success"
|
|
2345
|
-
"message": "Authenticated successfully"
|
|
2344
|
+
"variant": "success"
|
|
2346
2345
|
},
|
|
2347
2346
|
{
|
|
2347
|
+
"direction": "horizontal",
|
|
2348
2348
|
"children": [
|
|
2349
2349
|
{
|
|
2350
|
+
"variant": "ghost",
|
|
2350
2351
|
"icon": "refresh-cw",
|
|
2351
|
-
"action": "REFRESH",
|
|
2352
2352
|
"label": "Refresh Token",
|
|
2353
|
-
"
|
|
2354
|
-
"
|
|
2353
|
+
"type": "button",
|
|
2354
|
+
"action": "REFRESH"
|
|
2355
2355
|
},
|
|
2356
2356
|
{
|
|
2357
2357
|
"type": "button",
|
|
2358
|
+
"label": "Logout",
|
|
2358
2359
|
"icon": "log-out",
|
|
2359
|
-
"action": "LOGOUT",
|
|
2360
2360
|
"variant": "ghost",
|
|
2361
|
-
"
|
|
2361
|
+
"action": "LOGOUT"
|
|
2362
2362
|
}
|
|
2363
2363
|
],
|
|
2364
|
-
"gap": "sm",
|
|
2365
2364
|
"type": "stack",
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2365
|
+
"justify": "center",
|
|
2366
|
+
"gap": "sm"
|
|
2368
2367
|
}
|
|
2369
2368
|
],
|
|
2370
2369
|
"gap": "lg",
|
|
2371
|
-
"
|
|
2370
|
+
"direction": "vertical"
|
|
2372
2371
|
}
|
|
2373
2372
|
],
|
|
2374
2373
|
"navItems": [
|
|
2375
2374
|
{
|
|
2376
2375
|
"icon": "package",
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2376
|
+
"href": "/products",
|
|
2377
|
+
"label": "Products"
|
|
2379
2378
|
},
|
|
2380
2379
|
{
|
|
2381
|
-
"href": "/login",
|
|
2382
2380
|
"label": "Login",
|
|
2383
|
-
"icon": "layout-list"
|
|
2381
|
+
"icon": "layout-list",
|
|
2382
|
+
"href": "/login"
|
|
2384
2383
|
},
|
|
2385
2384
|
{
|
|
2386
|
-
"
|
|
2385
|
+
"icon": "credit-card",
|
|
2387
2386
|
"label": "Checkout",
|
|
2388
|
-
"
|
|
2387
|
+
"href": "/checkout"
|
|
2389
2388
|
},
|
|
2390
2389
|
{
|
|
2391
|
-
"icon": "clipboard-list",
|
|
2392
2390
|
"href": "/orders",
|
|
2393
|
-
"label": "Orders"
|
|
2391
|
+
"label": "Orders",
|
|
2392
|
+
"icon": "clipboard-list"
|
|
2394
2393
|
}
|
|
2395
|
-
]
|
|
2394
|
+
],
|
|
2395
|
+
"appName": "ServiceMarketplace"
|
|
2396
2396
|
}
|
|
2397
2397
|
]
|
|
2398
2398
|
]
|
|
@@ -2406,25 +2406,25 @@
|
|
|
2406
2406
|
"render-ui",
|
|
2407
2407
|
"main",
|
|
2408
2408
|
{
|
|
2409
|
-
"appName": "ServiceMarketplace",
|
|
2410
2409
|
"children": [
|
|
2411
2410
|
{
|
|
2412
|
-
"title": "Refreshing token...",
|
|
2413
2411
|
"type": "loading-state",
|
|
2414
|
-
"message": "Obtaining a new access token."
|
|
2412
|
+
"message": "Obtaining a new access token.",
|
|
2413
|
+
"title": "Refreshing token..."
|
|
2415
2414
|
}
|
|
2416
2415
|
],
|
|
2417
2416
|
"type": "dashboard-layout",
|
|
2417
|
+
"appName": "ServiceMarketplace",
|
|
2418
2418
|
"navItems": [
|
|
2419
2419
|
{
|
|
2420
2420
|
"icon": "package",
|
|
2421
|
-
"
|
|
2422
|
-
"
|
|
2421
|
+
"href": "/products",
|
|
2422
|
+
"label": "Products"
|
|
2423
2423
|
},
|
|
2424
2424
|
{
|
|
2425
|
+
"icon": "layout-list",
|
|
2425
2426
|
"label": "Login",
|
|
2426
|
-
"href": "/login"
|
|
2427
|
-
"icon": "layout-list"
|
|
2427
|
+
"href": "/login"
|
|
2428
2428
|
},
|
|
2429
2429
|
{
|
|
2430
2430
|
"icon": "credit-card",
|
|
@@ -2463,40 +2463,17 @@
|
|
|
2463
2463
|
"render-ui",
|
|
2464
2464
|
"main",
|
|
2465
2465
|
{
|
|
2466
|
-
"navItems": [
|
|
2467
|
-
{
|
|
2468
|
-
"icon": "package",
|
|
2469
|
-
"href": "/products",
|
|
2470
|
-
"label": "Products"
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"icon": "layout-list",
|
|
2474
|
-
"label": "Login",
|
|
2475
|
-
"href": "/login"
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"label": "Checkout",
|
|
2479
|
-
"icon": "credit-card",
|
|
2480
|
-
"href": "/checkout"
|
|
2481
|
-
},
|
|
2482
|
-
{
|
|
2483
|
-
"icon": "clipboard-list",
|
|
2484
|
-
"label": "Orders",
|
|
2485
|
-
"href": "/orders"
|
|
2486
|
-
}
|
|
2487
|
-
],
|
|
2488
|
-
"appName": "ServiceMarketplace",
|
|
2489
|
-
"type": "dashboard-layout",
|
|
2490
2466
|
"children": [
|
|
2491
2467
|
{
|
|
2492
2468
|
"type": "stack",
|
|
2493
|
-
"gap": "lg",
|
|
2494
2469
|
"direction": "vertical",
|
|
2495
|
-
"
|
|
2470
|
+
"gap": "lg",
|
|
2496
2471
|
"children": [
|
|
2497
2472
|
{
|
|
2498
|
-
"direction": "horizontal",
|
|
2499
2473
|
"gap": "md",
|
|
2474
|
+
"align": "center",
|
|
2475
|
+
"type": "stack",
|
|
2476
|
+
"direction": "horizontal",
|
|
2500
2477
|
"children": [
|
|
2501
2478
|
{
|
|
2502
2479
|
"name": "lock",
|
|
@@ -2507,9 +2484,7 @@
|
|
|
2507
2484
|
"type": "typography",
|
|
2508
2485
|
"variant": "h2"
|
|
2509
2486
|
}
|
|
2510
|
-
]
|
|
2511
|
-
"align": "center",
|
|
2512
|
-
"type": "stack"
|
|
2487
|
+
]
|
|
2513
2488
|
},
|
|
2514
2489
|
{
|
|
2515
2490
|
"type": "divider"
|
|
@@ -2522,25 +2497,50 @@
|
|
|
2522
2497
|
"label": "Google"
|
|
2523
2498
|
},
|
|
2524
2499
|
{
|
|
2525
|
-
"
|
|
2526
|
-
"
|
|
2500
|
+
"label": "GitHub",
|
|
2501
|
+
"value": "github"
|
|
2527
2502
|
},
|
|
2528
2503
|
{
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2504
|
+
"label": "Microsoft",
|
|
2505
|
+
"value": "microsoft"
|
|
2531
2506
|
}
|
|
2532
2507
|
]
|
|
2533
2508
|
},
|
|
2534
2509
|
{
|
|
2510
|
+
"variant": "primary",
|
|
2535
2511
|
"icon": "log-in",
|
|
2536
2512
|
"type": "button",
|
|
2537
|
-
"
|
|
2538
|
-
"action": "LOGIN"
|
|
2539
|
-
"label": "Login"
|
|
2513
|
+
"label": "Login",
|
|
2514
|
+
"action": "LOGIN"
|
|
2540
2515
|
}
|
|
2541
|
-
]
|
|
2516
|
+
],
|
|
2517
|
+
"align": "center"
|
|
2542
2518
|
}
|
|
2543
|
-
]
|
|
2519
|
+
],
|
|
2520
|
+
"type": "dashboard-layout",
|
|
2521
|
+
"navItems": [
|
|
2522
|
+
{
|
|
2523
|
+
"label": "Products",
|
|
2524
|
+
"icon": "package",
|
|
2525
|
+
"href": "/products"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"label": "Login",
|
|
2529
|
+
"href": "/login",
|
|
2530
|
+
"icon": "layout-list"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"href": "/checkout",
|
|
2534
|
+
"icon": "credit-card",
|
|
2535
|
+
"label": "Checkout"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"label": "Orders",
|
|
2539
|
+
"icon": "clipboard-list",
|
|
2540
|
+
"href": "/orders"
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"appName": "ServiceMarketplace"
|
|
2544
2544
|
}
|
|
2545
2545
|
]
|
|
2546
2546
|
]
|
|
@@ -2559,71 +2559,71 @@
|
|
|
2559
2559
|
"render-ui",
|
|
2560
2560
|
"main",
|
|
2561
2561
|
{
|
|
2562
|
-
"navItems": [
|
|
2563
|
-
{
|
|
2564
|
-
"label": "Products",
|
|
2565
|
-
"href": "/products",
|
|
2566
|
-
"icon": "package"
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"href": "/login",
|
|
2570
|
-
"label": "Login",
|
|
2571
|
-
"icon": "layout-list"
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"icon": "credit-card",
|
|
2575
|
-
"label": "Checkout",
|
|
2576
|
-
"href": "/checkout"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"label": "Orders",
|
|
2580
|
-
"href": "/orders",
|
|
2581
|
-
"icon": "clipboard-list"
|
|
2582
|
-
}
|
|
2583
|
-
],
|
|
2584
2562
|
"children": [
|
|
2585
2563
|
{
|
|
2586
|
-
"direction": "vertical",
|
|
2587
|
-
"gap": "lg",
|
|
2588
|
-
"type": "stack",
|
|
2589
|
-
"align": "center",
|
|
2590
2564
|
"children": [
|
|
2591
2565
|
{
|
|
2592
|
-
"
|
|
2593
|
-
"
|
|
2566
|
+
"type": "icon",
|
|
2567
|
+
"name": "check-circle"
|
|
2594
2568
|
},
|
|
2595
2569
|
{
|
|
2596
|
-
"variant": "success",
|
|
2597
2570
|
"message": "Authenticated successfully",
|
|
2571
|
+
"variant": "success",
|
|
2598
2572
|
"type": "alert"
|
|
2599
2573
|
},
|
|
2600
2574
|
{
|
|
2601
|
-
"direction": "horizontal",
|
|
2602
|
-
"justify": "center",
|
|
2603
2575
|
"type": "stack",
|
|
2604
2576
|
"gap": "sm",
|
|
2605
2577
|
"children": [
|
|
2606
2578
|
{
|
|
2607
|
-
"type": "button",
|
|
2608
2579
|
"variant": "ghost",
|
|
2609
|
-
"
|
|
2580
|
+
"action": "REFRESH",
|
|
2610
2581
|
"label": "Refresh Token",
|
|
2611
|
-
"
|
|
2582
|
+
"type": "button",
|
|
2583
|
+
"icon": "refresh-cw"
|
|
2612
2584
|
},
|
|
2613
2585
|
{
|
|
2614
|
-
"variant": "ghost",
|
|
2615
2586
|
"type": "button",
|
|
2616
|
-
"
|
|
2587
|
+
"variant": "ghost",
|
|
2588
|
+
"icon": "log-out",
|
|
2617
2589
|
"label": "Logout",
|
|
2618
|
-
"
|
|
2590
|
+
"action": "LOGOUT"
|
|
2619
2591
|
}
|
|
2620
|
-
]
|
|
2592
|
+
],
|
|
2593
|
+
"direction": "horizontal",
|
|
2594
|
+
"justify": "center"
|
|
2621
2595
|
}
|
|
2622
|
-
]
|
|
2596
|
+
],
|
|
2597
|
+
"direction": "vertical",
|
|
2598
|
+
"gap": "lg",
|
|
2599
|
+
"type": "stack",
|
|
2600
|
+
"align": "center"
|
|
2623
2601
|
}
|
|
2624
2602
|
],
|
|
2603
|
+
"type": "dashboard-layout",
|
|
2625
2604
|
"appName": "ServiceMarketplace",
|
|
2626
|
-
"
|
|
2605
|
+
"navItems": [
|
|
2606
|
+
{
|
|
2607
|
+
"label": "Products",
|
|
2608
|
+
"icon": "package",
|
|
2609
|
+
"href": "/products"
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"icon": "layout-list",
|
|
2613
|
+
"label": "Login",
|
|
2614
|
+
"href": "/login"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"href": "/checkout",
|
|
2618
|
+
"icon": "credit-card",
|
|
2619
|
+
"label": "Checkout"
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"label": "Orders",
|
|
2623
|
+
"href": "/orders",
|
|
2624
|
+
"icon": "clipboard-list"
|
|
2625
|
+
}
|
|
2626
|
+
]
|
|
2627
2627
|
}
|
|
2628
2628
|
]
|
|
2629
2629
|
]
|
|
@@ -2644,24 +2644,24 @@
|
|
|
2644
2644
|
{
|
|
2645
2645
|
"children": [
|
|
2646
2646
|
{
|
|
2647
|
-
"align": "center",
|
|
2648
2647
|
"direction": "vertical",
|
|
2649
|
-
"
|
|
2648
|
+
"align": "center",
|
|
2650
2649
|
"children": [
|
|
2651
2650
|
{
|
|
2652
|
-
"
|
|
2651
|
+
"onRetry": "RETRY",
|
|
2653
2652
|
"type": "error-state",
|
|
2654
2653
|
"message": "@entity.error",
|
|
2655
|
-
"
|
|
2654
|
+
"title": "Authentication Failed"
|
|
2656
2655
|
},
|
|
2657
2656
|
{
|
|
2658
2657
|
"icon": "rotate-ccw",
|
|
2659
|
-
"label": "Try Again",
|
|
2660
|
-
"action": "RETRY",
|
|
2661
2658
|
"variant": "primary",
|
|
2662
|
-
"type": "button"
|
|
2659
|
+
"type": "button",
|
|
2660
|
+
"label": "Try Again",
|
|
2661
|
+
"action": "RETRY"
|
|
2663
2662
|
}
|
|
2664
2663
|
],
|
|
2664
|
+
"type": "stack",
|
|
2665
2665
|
"gap": "lg"
|
|
2666
2666
|
}
|
|
2667
2667
|
],
|
|
@@ -2669,9 +2669,9 @@
|
|
|
2669
2669
|
"type": "dashboard-layout",
|
|
2670
2670
|
"navItems": [
|
|
2671
2671
|
{
|
|
2672
|
-
"icon": "package",
|
|
2673
2672
|
"label": "Products",
|
|
2674
|
-
"href": "/products"
|
|
2673
|
+
"href": "/products",
|
|
2674
|
+
"icon": "package"
|
|
2675
2675
|
},
|
|
2676
2676
|
{
|
|
2677
2677
|
"label": "Login",
|
|
@@ -2679,14 +2679,14 @@
|
|
|
2679
2679
|
"icon": "layout-list"
|
|
2680
2680
|
},
|
|
2681
2681
|
{
|
|
2682
|
-
"
|
|
2682
|
+
"icon": "credit-card",
|
|
2683
2683
|
"href": "/checkout",
|
|
2684
|
-
"
|
|
2684
|
+
"label": "Checkout"
|
|
2685
2685
|
},
|
|
2686
2686
|
{
|
|
2687
2687
|
"href": "/orders",
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2688
|
+
"label": "Orders",
|
|
2689
|
+
"icon": "clipboard-list"
|
|
2690
2690
|
}
|
|
2691
2691
|
]
|
|
2692
2692
|
}
|
|
@@ -2702,41 +2702,17 @@
|
|
|
2702
2702
|
"render-ui",
|
|
2703
2703
|
"main",
|
|
2704
2704
|
{
|
|
2705
|
-
"type": "dashboard-layout",
|
|
2706
|
-
"navItems": [
|
|
2707
|
-
{
|
|
2708
|
-
"icon": "package",
|
|
2709
|
-
"href": "/products",
|
|
2710
|
-
"label": "Products"
|
|
2711
|
-
},
|
|
2712
|
-
{
|
|
2713
|
-
"href": "/login",
|
|
2714
|
-
"icon": "layout-list",
|
|
2715
|
-
"label": "Login"
|
|
2716
|
-
},
|
|
2717
|
-
{
|
|
2718
|
-
"icon": "credit-card",
|
|
2719
|
-
"label": "Checkout",
|
|
2720
|
-
"href": "/checkout"
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"icon": "clipboard-list",
|
|
2724
|
-
"label": "Orders",
|
|
2725
|
-
"href": "/orders"
|
|
2726
|
-
}
|
|
2727
|
-
],
|
|
2728
2705
|
"children": [
|
|
2729
2706
|
{
|
|
2730
|
-
"type": "stack",
|
|
2731
|
-
"gap": "lg",
|
|
2732
|
-
"direction": "vertical",
|
|
2733
|
-
"align": "center",
|
|
2734
2707
|
"children": [
|
|
2735
2708
|
{
|
|
2709
|
+
"align": "center",
|
|
2710
|
+
"direction": "horizontal",
|
|
2711
|
+
"gap": "md",
|
|
2736
2712
|
"children": [
|
|
2737
2713
|
{
|
|
2738
|
-
"
|
|
2739
|
-
"
|
|
2714
|
+
"name": "lock",
|
|
2715
|
+
"type": "icon"
|
|
2740
2716
|
},
|
|
2741
2717
|
{
|
|
2742
2718
|
"content": "Sign In",
|
|
@@ -2744,42 +2720,66 @@
|
|
|
2744
2720
|
"variant": "h2"
|
|
2745
2721
|
}
|
|
2746
2722
|
],
|
|
2747
|
-
"gap": "md",
|
|
2748
|
-
"direction": "horizontal",
|
|
2749
|
-
"align": "center",
|
|
2750
2723
|
"type": "stack"
|
|
2751
2724
|
},
|
|
2752
2725
|
{
|
|
2753
2726
|
"type": "divider"
|
|
2754
2727
|
},
|
|
2755
2728
|
{
|
|
2756
|
-
"type": "select",
|
|
2757
2729
|
"options": [
|
|
2758
2730
|
{
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2731
|
+
"value": "google",
|
|
2732
|
+
"label": "Google"
|
|
2761
2733
|
},
|
|
2762
2734
|
{
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2735
|
+
"label": "GitHub",
|
|
2736
|
+
"value": "github"
|
|
2765
2737
|
},
|
|
2766
2738
|
{
|
|
2767
2739
|
"label": "Microsoft",
|
|
2768
2740
|
"value": "microsoft"
|
|
2769
2741
|
}
|
|
2770
|
-
]
|
|
2742
|
+
],
|
|
2743
|
+
"type": "select"
|
|
2771
2744
|
},
|
|
2772
2745
|
{
|
|
2773
|
-
"variant": "primary",
|
|
2774
2746
|
"type": "button",
|
|
2775
|
-
"
|
|
2747
|
+
"variant": "primary",
|
|
2748
|
+
"action": "LOGIN",
|
|
2776
2749
|
"icon": "log-in",
|
|
2777
|
-
"
|
|
2750
|
+
"label": "Login"
|
|
2778
2751
|
}
|
|
2779
|
-
]
|
|
2752
|
+
],
|
|
2753
|
+
"type": "stack",
|
|
2754
|
+
"align": "center",
|
|
2755
|
+
"direction": "vertical",
|
|
2756
|
+
"gap": "lg"
|
|
2780
2757
|
}
|
|
2781
2758
|
],
|
|
2782
|
-
"
|
|
2759
|
+
"navItems": [
|
|
2760
|
+
{
|
|
2761
|
+
"label": "Products",
|
|
2762
|
+
"href": "/products",
|
|
2763
|
+
"icon": "package"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"label": "Login",
|
|
2767
|
+
"href": "/login",
|
|
2768
|
+
"icon": "layout-list"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"label": "Checkout",
|
|
2772
|
+
"href": "/checkout",
|
|
2773
|
+
"icon": "credit-card"
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"href": "/orders",
|
|
2777
|
+
"icon": "clipboard-list",
|
|
2778
|
+
"label": "Orders"
|
|
2779
|
+
}
|
|
2780
|
+
],
|
|
2781
|
+
"appName": "ServiceMarketplace",
|
|
2782
|
+
"type": "dashboard-layout"
|
|
2783
2783
|
}
|
|
2784
2784
|
]
|
|
2785
2785
|
]
|
|
@@ -3077,8 +3077,8 @@
|
|
|
3077
3077
|
"OrderPayment",
|
|
3078
3078
|
{
|
|
3079
3079
|
"emit": {
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3080
|
+
"success": "OrderPaymentLoaded",
|
|
3081
|
+
"failure": "OrderPaymentLoadFailed"
|
|
3082
3082
|
}
|
|
3083
3083
|
}
|
|
3084
3084
|
],
|
|
@@ -3087,48 +3087,25 @@
|
|
|
3087
3087
|
"main",
|
|
3088
3088
|
{
|
|
3089
3089
|
"appName": "ServiceMarketplace",
|
|
3090
|
-
"navItems": [
|
|
3091
|
-
{
|
|
3092
|
-
"label": "Products",
|
|
3093
|
-
"href": "/products",
|
|
3094
|
-
"icon": "package"
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"label": "Login",
|
|
3098
|
-
"icon": "layout-list",
|
|
3099
|
-
"href": "/login"
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"href": "/checkout",
|
|
3103
|
-
"label": "Checkout",
|
|
3104
|
-
"icon": "credit-card"
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"label": "Orders",
|
|
3108
|
-
"href": "/orders",
|
|
3109
|
-
"icon": "clipboard-list"
|
|
3110
|
-
}
|
|
3111
|
-
],
|
|
3112
3090
|
"children": [
|
|
3113
3091
|
{
|
|
3114
3092
|
"direction": "vertical",
|
|
3115
3093
|
"gap": "lg",
|
|
3116
3094
|
"type": "stack",
|
|
3117
|
-
"align": "center",
|
|
3118
3095
|
"children": [
|
|
3119
3096
|
{
|
|
3120
|
-
"type": "stack",
|
|
3121
|
-
"gap": "md",
|
|
3122
3097
|
"direction": "horizontal",
|
|
3098
|
+
"gap": "md",
|
|
3123
3099
|
"align": "center",
|
|
3100
|
+
"type": "stack",
|
|
3124
3101
|
"children": [
|
|
3125
3102
|
{
|
|
3126
3103
|
"type": "icon",
|
|
3127
3104
|
"name": "credit-card"
|
|
3128
3105
|
},
|
|
3129
3106
|
{
|
|
3130
|
-
"type": "typography",
|
|
3131
3107
|
"variant": "h2",
|
|
3108
|
+
"type": "typography",
|
|
3132
3109
|
"content": "Payment"
|
|
3133
3110
|
}
|
|
3134
3111
|
]
|
|
@@ -3137,21 +3114,18 @@
|
|
|
3137
3114
|
"type": "divider"
|
|
3138
3115
|
},
|
|
3139
3116
|
{
|
|
3140
|
-
"direction": "vertical",
|
|
3141
|
-
"gap": "md",
|
|
3142
|
-
"type": "stack",
|
|
3143
3117
|
"children": [
|
|
3144
3118
|
{
|
|
3119
|
+
"type": "input",
|
|
3145
3120
|
"inputType": "number",
|
|
3146
|
-
"placeholder": "0.00"
|
|
3147
|
-
"type": "input"
|
|
3121
|
+
"placeholder": "0.00"
|
|
3148
3122
|
},
|
|
3149
3123
|
{
|
|
3150
3124
|
"type": "select",
|
|
3151
3125
|
"options": [
|
|
3152
3126
|
{
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
3127
|
+
"value": "usd",
|
|
3128
|
+
"label": "USD"
|
|
3155
3129
|
},
|
|
3156
3130
|
{
|
|
3157
3131
|
"label": "EUR",
|
|
@@ -3163,16 +3137,42 @@
|
|
|
3163
3137
|
}
|
|
3164
3138
|
]
|
|
3165
3139
|
}
|
|
3166
|
-
]
|
|
3140
|
+
],
|
|
3141
|
+
"direction": "vertical",
|
|
3142
|
+
"gap": "md",
|
|
3143
|
+
"type": "stack"
|
|
3167
3144
|
},
|
|
3168
3145
|
{
|
|
3169
|
-
"variant": "primary",
|
|
3170
|
-
"icon": "credit-card",
|
|
3171
3146
|
"type": "button",
|
|
3147
|
+
"action": "CREATE_PAYMENT",
|
|
3172
3148
|
"label": "Pay",
|
|
3173
|
-
"
|
|
3149
|
+
"variant": "primary",
|
|
3150
|
+
"icon": "credit-card"
|
|
3174
3151
|
}
|
|
3175
|
-
]
|
|
3152
|
+
],
|
|
3153
|
+
"align": "center"
|
|
3154
|
+
}
|
|
3155
|
+
],
|
|
3156
|
+
"navItems": [
|
|
3157
|
+
{
|
|
3158
|
+
"label": "Products",
|
|
3159
|
+
"href": "/products",
|
|
3160
|
+
"icon": "package"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"href": "/login",
|
|
3164
|
+
"label": "Login",
|
|
3165
|
+
"icon": "layout-list"
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"icon": "credit-card",
|
|
3169
|
+
"href": "/checkout",
|
|
3170
|
+
"label": "Checkout"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"label": "Orders",
|
|
3174
|
+
"href": "/orders",
|
|
3175
|
+
"icon": "clipboard-list"
|
|
3176
3176
|
}
|
|
3177
3177
|
],
|
|
3178
3178
|
"type": "dashboard-layout"
|
|
@@ -3189,35 +3189,35 @@
|
|
|
3189
3189
|
"render-ui",
|
|
3190
3190
|
"main",
|
|
3191
3191
|
{
|
|
3192
|
-
"type": "dashboard-layout",
|
|
3193
3192
|
"appName": "ServiceMarketplace",
|
|
3194
3193
|
"navItems": [
|
|
3195
3194
|
{
|
|
3196
|
-
"icon": "package",
|
|
3197
3195
|
"href": "/products",
|
|
3198
|
-
"label": "Products"
|
|
3196
|
+
"label": "Products",
|
|
3197
|
+
"icon": "package"
|
|
3199
3198
|
},
|
|
3200
3199
|
{
|
|
3201
3200
|
"label": "Login",
|
|
3202
|
-
"
|
|
3203
|
-
"
|
|
3201
|
+
"href": "/login",
|
|
3202
|
+
"icon": "layout-list"
|
|
3204
3203
|
},
|
|
3205
3204
|
{
|
|
3206
3205
|
"href": "/checkout",
|
|
3207
|
-
"
|
|
3208
|
-
"
|
|
3206
|
+
"label": "Checkout",
|
|
3207
|
+
"icon": "credit-card"
|
|
3209
3208
|
},
|
|
3210
3209
|
{
|
|
3210
|
+
"label": "Orders",
|
|
3211
3211
|
"href": "/orders",
|
|
3212
|
-
"icon": "clipboard-list"
|
|
3213
|
-
"label": "Orders"
|
|
3212
|
+
"icon": "clipboard-list"
|
|
3214
3213
|
}
|
|
3215
3214
|
],
|
|
3215
|
+
"type": "dashboard-layout",
|
|
3216
3216
|
"children": [
|
|
3217
3217
|
{
|
|
3218
|
+
"message": "Setting up your payment intent.",
|
|
3218
3219
|
"type": "loading-state",
|
|
3219
|
-
"title": "Creating payment..."
|
|
3220
|
-
"message": "Setting up your payment intent."
|
|
3220
|
+
"title": "Creating payment..."
|
|
3221
3221
|
}
|
|
3222
3222
|
]
|
|
3223
3223
|
}
|
|
@@ -3227,8 +3227,8 @@
|
|
|
3227
3227
|
"stripe",
|
|
3228
3228
|
"createPaymentIntent",
|
|
3229
3229
|
{
|
|
3230
|
-
"
|
|
3231
|
-
"
|
|
3230
|
+
"currency": "@entity.currency",
|
|
3231
|
+
"amount": "@entity.amount"
|
|
3232
3232
|
}
|
|
3233
3233
|
]
|
|
3234
3234
|
]
|
|
@@ -3252,12 +3252,11 @@
|
|
|
3252
3252
|
"render-ui",
|
|
3253
3253
|
"main",
|
|
3254
3254
|
{
|
|
3255
|
-
"appName": "ServiceMarketplace",
|
|
3256
3255
|
"type": "dashboard-layout",
|
|
3257
3256
|
"navItems": [
|
|
3258
3257
|
{
|
|
3259
|
-
"label": "Products",
|
|
3260
3258
|
"icon": "package",
|
|
3259
|
+
"label": "Products",
|
|
3261
3260
|
"href": "/products"
|
|
3262
3261
|
},
|
|
3263
3262
|
{
|
|
@@ -3266,9 +3265,9 @@
|
|
|
3266
3265
|
"icon": "layout-list"
|
|
3267
3266
|
},
|
|
3268
3267
|
{
|
|
3269
|
-
"icon": "credit-card",
|
|
3270
3268
|
"label": "Checkout",
|
|
3271
|
-
"href": "/checkout"
|
|
3269
|
+
"href": "/checkout",
|
|
3270
|
+
"icon": "credit-card"
|
|
3272
3271
|
},
|
|
3273
3272
|
{
|
|
3274
3273
|
"label": "Orders",
|
|
@@ -3276,11 +3275,12 @@
|
|
|
3276
3275
|
"icon": "clipboard-list"
|
|
3277
3276
|
}
|
|
3278
3277
|
],
|
|
3278
|
+
"appName": "ServiceMarketplace",
|
|
3279
3279
|
"children": [
|
|
3280
3280
|
{
|
|
3281
|
-
"title": "Confirming payment...",
|
|
3282
3281
|
"message": "Processing your payment.",
|
|
3283
|
-
"type": "loading-state"
|
|
3282
|
+
"type": "loading-state",
|
|
3283
|
+
"title": "Confirming payment..."
|
|
3284
3284
|
}
|
|
3285
3285
|
]
|
|
3286
3286
|
}
|
|
@@ -3309,38 +3309,38 @@
|
|
|
3309
3309
|
"render-ui",
|
|
3310
3310
|
"main",
|
|
3311
3311
|
{
|
|
3312
|
+
"type": "dashboard-layout",
|
|
3312
3313
|
"children": [
|
|
3313
3314
|
{
|
|
3314
3315
|
"title": "Payment Failed",
|
|
3315
|
-
"type": "error-state",
|
|
3316
3316
|
"message": "@entity.error",
|
|
3317
|
-
"onRetry": "RETRY"
|
|
3317
|
+
"onRetry": "RETRY",
|
|
3318
|
+
"type": "error-state"
|
|
3318
3319
|
}
|
|
3319
3320
|
],
|
|
3320
|
-
"appName": "ServiceMarketplace",
|
|
3321
|
-
"type": "dashboard-layout",
|
|
3322
3321
|
"navItems": [
|
|
3323
3322
|
{
|
|
3324
|
-
"label": "Products",
|
|
3325
3323
|
"href": "/products",
|
|
3324
|
+
"label": "Products",
|
|
3326
3325
|
"icon": "package"
|
|
3327
3326
|
},
|
|
3328
3327
|
{
|
|
3328
|
+
"icon": "layout-list",
|
|
3329
3329
|
"href": "/login",
|
|
3330
|
-
"label": "Login"
|
|
3331
|
-
"icon": "layout-list"
|
|
3330
|
+
"label": "Login"
|
|
3332
3331
|
},
|
|
3333
3332
|
{
|
|
3334
3333
|
"label": "Checkout",
|
|
3335
|
-
"
|
|
3336
|
-
"
|
|
3334
|
+
"icon": "credit-card",
|
|
3335
|
+
"href": "/checkout"
|
|
3337
3336
|
},
|
|
3338
3337
|
{
|
|
3339
|
-
"icon": "clipboard-list",
|
|
3340
3338
|
"label": "Orders",
|
|
3339
|
+
"icon": "clipboard-list",
|
|
3341
3340
|
"href": "/orders"
|
|
3342
3341
|
}
|
|
3343
|
-
]
|
|
3342
|
+
],
|
|
3343
|
+
"appName": "ServiceMarketplace"
|
|
3344
3344
|
}
|
|
3345
3345
|
]
|
|
3346
3346
|
]
|
|
@@ -3363,8 +3363,8 @@
|
|
|
3363
3363
|
"render-ui",
|
|
3364
3364
|
"main",
|
|
3365
3365
|
{
|
|
3366
|
-
"type": "dashboard-layout",
|
|
3367
3366
|
"appName": "ServiceMarketplace",
|
|
3367
|
+
"type": "dashboard-layout",
|
|
3368
3368
|
"navItems": [
|
|
3369
3369
|
{
|
|
3370
3370
|
"label": "Products",
|
|
@@ -3372,14 +3372,14 @@
|
|
|
3372
3372
|
"icon": "package"
|
|
3373
3373
|
},
|
|
3374
3374
|
{
|
|
3375
|
+
"label": "Login",
|
|
3375
3376
|
"href": "/login",
|
|
3376
|
-
"icon": "layout-list"
|
|
3377
|
-
"label": "Login"
|
|
3377
|
+
"icon": "layout-list"
|
|
3378
3378
|
},
|
|
3379
3379
|
{
|
|
3380
|
-
"label": "Checkout",
|
|
3381
3380
|
"href": "/checkout",
|
|
3382
|
-
"icon": "credit-card"
|
|
3381
|
+
"icon": "credit-card",
|
|
3382
|
+
"label": "Checkout"
|
|
3383
3383
|
},
|
|
3384
3384
|
{
|
|
3385
3385
|
"label": "Orders",
|
|
@@ -3390,6 +3390,7 @@
|
|
|
3390
3390
|
"children": [
|
|
3391
3391
|
{
|
|
3392
3392
|
"type": "stack",
|
|
3393
|
+
"direction": "vertical",
|
|
3393
3394
|
"gap": "lg",
|
|
3394
3395
|
"align": "center",
|
|
3395
3396
|
"children": [
|
|
@@ -3398,25 +3399,24 @@
|
|
|
3398
3399
|
"type": "icon"
|
|
3399
3400
|
},
|
|
3400
3401
|
{
|
|
3402
|
+
"message": "Payment successful! Sending receipt...",
|
|
3401
3403
|
"type": "alert",
|
|
3402
|
-
"variant": "success"
|
|
3403
|
-
"message": "Payment successful! Sending receipt..."
|
|
3404
|
+
"variant": "success"
|
|
3404
3405
|
},
|
|
3405
3406
|
{
|
|
3406
|
-
"variant": "body",
|
|
3407
3407
|
"type": "typography",
|
|
3408
|
+
"color": "muted",
|
|
3408
3409
|
"content": "@entity.paymentIntentId",
|
|
3409
|
-
"
|
|
3410
|
+
"variant": "body"
|
|
3410
3411
|
},
|
|
3411
3412
|
{
|
|
3412
|
-
"variant": "ghost",
|
|
3413
3413
|
"icon": "rotate-ccw",
|
|
3414
|
+
"variant": "ghost",
|
|
3415
|
+
"label": "New Payment",
|
|
3414
3416
|
"action": "RESET",
|
|
3415
|
-
"type": "button"
|
|
3416
|
-
"label": "New Payment"
|
|
3417
|
+
"type": "button"
|
|
3417
3418
|
}
|
|
3418
|
-
]
|
|
3419
|
-
"direction": "vertical"
|
|
3419
|
+
]
|
|
3420
3420
|
}
|
|
3421
3421
|
]
|
|
3422
3422
|
}
|
|
@@ -3437,38 +3437,38 @@
|
|
|
3437
3437
|
"render-ui",
|
|
3438
3438
|
"main",
|
|
3439
3439
|
{
|
|
3440
|
-
"type": "dashboard-layout",
|
|
3441
3440
|
"navItems": [
|
|
3442
3441
|
{
|
|
3443
|
-
"
|
|
3442
|
+
"href": "/products",
|
|
3444
3443
|
"icon": "package",
|
|
3445
|
-
"
|
|
3444
|
+
"label": "Products"
|
|
3446
3445
|
},
|
|
3447
3446
|
{
|
|
3448
|
-
"
|
|
3447
|
+
"icon": "layout-list",
|
|
3449
3448
|
"href": "/login",
|
|
3450
|
-
"
|
|
3449
|
+
"label": "Login"
|
|
3451
3450
|
},
|
|
3452
3451
|
{
|
|
3453
|
-
"
|
|
3452
|
+
"href": "/checkout",
|
|
3454
3453
|
"icon": "credit-card",
|
|
3455
|
-
"
|
|
3454
|
+
"label": "Checkout"
|
|
3456
3455
|
},
|
|
3457
3456
|
{
|
|
3458
|
-
"href": "/orders",
|
|
3459
3457
|
"label": "Orders",
|
|
3458
|
+
"href": "/orders",
|
|
3460
3459
|
"icon": "clipboard-list"
|
|
3461
3460
|
}
|
|
3462
3461
|
],
|
|
3462
|
+
"type": "dashboard-layout",
|
|
3463
|
+
"appName": "ServiceMarketplace",
|
|
3463
3464
|
"children": [
|
|
3464
3465
|
{
|
|
3465
3466
|
"type": "error-state",
|
|
3466
|
-
"
|
|
3467
|
+
"onRetry": "RETRY",
|
|
3467
3468
|
"message": "@entity.error",
|
|
3468
|
-
"
|
|
3469
|
+
"title": "Payment Failed"
|
|
3469
3470
|
}
|
|
3470
|
-
]
|
|
3471
|
-
"appName": "ServiceMarketplace"
|
|
3471
|
+
]
|
|
3472
3472
|
}
|
|
3473
3473
|
]
|
|
3474
3474
|
]
|
|
@@ -3489,9 +3489,9 @@
|
|
|
3489
3489
|
"icon": "package"
|
|
3490
3490
|
},
|
|
3491
3491
|
{
|
|
3492
|
+
"href": "/login",
|
|
3492
3493
|
"icon": "layout-list",
|
|
3493
|
-
"label": "Login"
|
|
3494
|
-
"href": "/login"
|
|
3494
|
+
"label": "Login"
|
|
3495
3495
|
},
|
|
3496
3496
|
{
|
|
3497
3497
|
"href": "/checkout",
|
|
@@ -3499,79 +3499,79 @@
|
|
|
3499
3499
|
"label": "Checkout"
|
|
3500
3500
|
},
|
|
3501
3501
|
{
|
|
3502
|
-
"icon": "clipboard-list",
|
|
3503
3502
|
"label": "Orders",
|
|
3503
|
+
"icon": "clipboard-list",
|
|
3504
3504
|
"href": "/orders"
|
|
3505
3505
|
}
|
|
3506
3506
|
],
|
|
3507
|
+
"type": "dashboard-layout",
|
|
3508
|
+
"appName": "ServiceMarketplace",
|
|
3507
3509
|
"children": [
|
|
3508
3510
|
{
|
|
3509
|
-
"type": "stack",
|
|
3510
|
-
"gap": "lg",
|
|
3511
|
-
"align": "center",
|
|
3512
3511
|
"children": [
|
|
3513
3512
|
{
|
|
3514
|
-
"
|
|
3513
|
+
"gap": "md",
|
|
3515
3514
|
"children": [
|
|
3516
3515
|
{
|
|
3517
|
-
"
|
|
3518
|
-
"
|
|
3516
|
+
"type": "icon",
|
|
3517
|
+
"name": "credit-card"
|
|
3519
3518
|
},
|
|
3520
3519
|
{
|
|
3521
3520
|
"variant": "h2",
|
|
3522
|
-
"
|
|
3523
|
-
"
|
|
3521
|
+
"type": "typography",
|
|
3522
|
+
"content": "Payment"
|
|
3524
3523
|
}
|
|
3525
3524
|
],
|
|
3526
3525
|
"direction": "horizontal",
|
|
3527
3526
|
"type": "stack",
|
|
3528
|
-
"
|
|
3527
|
+
"align": "center"
|
|
3529
3528
|
},
|
|
3530
3529
|
{
|
|
3531
3530
|
"type": "divider"
|
|
3532
3531
|
},
|
|
3533
3532
|
{
|
|
3534
|
-
"type": "stack",
|
|
3535
|
-
"gap": "md",
|
|
3536
3533
|
"direction": "vertical",
|
|
3534
|
+
"gap": "md",
|
|
3537
3535
|
"children": [
|
|
3538
3536
|
{
|
|
3539
|
-
"type": "input",
|
|
3540
3537
|
"inputType": "number",
|
|
3541
|
-
"placeholder": "0.00"
|
|
3538
|
+
"placeholder": "0.00",
|
|
3539
|
+
"type": "input"
|
|
3542
3540
|
},
|
|
3543
3541
|
{
|
|
3544
|
-
"type": "select",
|
|
3545
3542
|
"options": [
|
|
3546
3543
|
{
|
|
3547
3544
|
"label": "USD",
|
|
3548
3545
|
"value": "usd"
|
|
3549
3546
|
},
|
|
3550
3547
|
{
|
|
3551
|
-
"
|
|
3552
|
-
"
|
|
3548
|
+
"value": "eur",
|
|
3549
|
+
"label": "EUR"
|
|
3553
3550
|
},
|
|
3554
3551
|
{
|
|
3555
|
-
"
|
|
3556
|
-
"
|
|
3552
|
+
"label": "GBP",
|
|
3553
|
+
"value": "gbp"
|
|
3557
3554
|
}
|
|
3558
|
-
]
|
|
3555
|
+
],
|
|
3556
|
+
"type": "select"
|
|
3559
3557
|
}
|
|
3560
|
-
]
|
|
3558
|
+
],
|
|
3559
|
+
"type": "stack"
|
|
3561
3560
|
},
|
|
3562
3561
|
{
|
|
3563
|
-
"label": "Pay",
|
|
3564
3562
|
"action": "CREATE_PAYMENT",
|
|
3565
|
-
"
|
|
3563
|
+
"label": "Pay",
|
|
3566
3564
|
"icon": "credit-card",
|
|
3567
|
-
"type": "button"
|
|
3565
|
+
"type": "button",
|
|
3566
|
+
"variant": "primary"
|
|
3568
3567
|
}
|
|
3569
3568
|
],
|
|
3570
|
-
"
|
|
3569
|
+
"type": "stack",
|
|
3570
|
+
"direction": "vertical",
|
|
3571
|
+
"align": "center",
|
|
3572
|
+
"gap": "lg"
|
|
3571
3573
|
}
|
|
3572
|
-
]
|
|
3573
|
-
"type": "dashboard-layout",
|
|
3574
|
-
"appName": "ServiceMarketplace"
|
|
3574
|
+
]
|
|
3575
3575
|
}
|
|
3576
3576
|
]
|
|
3577
3577
|
]
|
|
@@ -3585,46 +3585,47 @@
|
|
|
3585
3585
|
"render-ui",
|
|
3586
3586
|
"main",
|
|
3587
3587
|
{
|
|
3588
|
+
"type": "dashboard-layout",
|
|
3589
|
+
"appName": "ServiceMarketplace",
|
|
3588
3590
|
"navItems": [
|
|
3589
3591
|
{
|
|
3590
|
-
"label": "Products",
|
|
3591
3592
|
"href": "/products",
|
|
3593
|
+
"label": "Products",
|
|
3592
3594
|
"icon": "package"
|
|
3593
3595
|
},
|
|
3594
3596
|
{
|
|
3597
|
+
"href": "/login",
|
|
3595
3598
|
"icon": "layout-list",
|
|
3596
|
-
"label": "Login"
|
|
3597
|
-
"href": "/login"
|
|
3599
|
+
"label": "Login"
|
|
3598
3600
|
},
|
|
3599
3601
|
{
|
|
3602
|
+
"label": "Checkout",
|
|
3600
3603
|
"href": "/checkout",
|
|
3601
|
-
"icon": "credit-card"
|
|
3602
|
-
"label": "Checkout"
|
|
3604
|
+
"icon": "credit-card"
|
|
3603
3605
|
},
|
|
3604
3606
|
{
|
|
3605
|
-
"
|
|
3607
|
+
"label": "Orders",
|
|
3606
3608
|
"href": "/orders",
|
|
3607
|
-
"
|
|
3609
|
+
"icon": "clipboard-list"
|
|
3608
3610
|
}
|
|
3609
3611
|
],
|
|
3610
|
-
"type": "dashboard-layout",
|
|
3611
3612
|
"children": [
|
|
3612
3613
|
{
|
|
3613
3614
|
"children": [
|
|
3614
3615
|
{
|
|
3615
|
-
"direction": "horizontal",
|
|
3616
|
-
"align": "center",
|
|
3617
3616
|
"gap": "md",
|
|
3617
|
+
"direction": "horizontal",
|
|
3618
3618
|
"type": "stack",
|
|
3619
|
+
"align": "center",
|
|
3619
3620
|
"children": [
|
|
3620
3621
|
{
|
|
3621
3622
|
"type": "icon",
|
|
3622
3623
|
"name": "credit-card"
|
|
3623
3624
|
},
|
|
3624
3625
|
{
|
|
3626
|
+
"variant": "h2",
|
|
3625
3627
|
"type": "typography",
|
|
3626
|
-
"content": "Payment"
|
|
3627
|
-
"variant": "h2"
|
|
3628
|
+
"content": "Payment"
|
|
3628
3629
|
}
|
|
3629
3630
|
]
|
|
3630
3631
|
},
|
|
@@ -3632,21 +3633,20 @@
|
|
|
3632
3633
|
"type": "divider"
|
|
3633
3634
|
},
|
|
3634
3635
|
{
|
|
3635
|
-
"type": "stack",
|
|
3636
3636
|
"gap": "md",
|
|
3637
|
+
"type": "stack",
|
|
3637
3638
|
"direction": "vertical",
|
|
3638
3639
|
"children": [
|
|
3639
3640
|
{
|
|
3640
3641
|
"placeholder": "0.00",
|
|
3641
|
-
"
|
|
3642
|
-
"
|
|
3642
|
+
"inputType": "number",
|
|
3643
|
+
"type": "input"
|
|
3643
3644
|
},
|
|
3644
3645
|
{
|
|
3645
|
-
"type": "select",
|
|
3646
3646
|
"options": [
|
|
3647
3647
|
{
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3648
|
+
"label": "USD",
|
|
3649
|
+
"value": "usd"
|
|
3650
3650
|
},
|
|
3651
3651
|
{
|
|
3652
3652
|
"value": "eur",
|
|
@@ -3656,25 +3656,25 @@
|
|
|
3656
3656
|
"value": "gbp",
|
|
3657
3657
|
"label": "GBP"
|
|
3658
3658
|
}
|
|
3659
|
-
]
|
|
3659
|
+
],
|
|
3660
|
+
"type": "select"
|
|
3660
3661
|
}
|
|
3661
3662
|
]
|
|
3662
3663
|
},
|
|
3663
3664
|
{
|
|
3664
3665
|
"type": "button",
|
|
3665
|
-
"icon": "credit-card",
|
|
3666
|
-
"action": "CREATE_PAYMENT",
|
|
3667
3666
|
"label": "Pay",
|
|
3668
|
-
"
|
|
3667
|
+
"icon": "credit-card",
|
|
3668
|
+
"variant": "primary",
|
|
3669
|
+
"action": "CREATE_PAYMENT"
|
|
3669
3670
|
}
|
|
3670
3671
|
],
|
|
3671
3672
|
"direction": "vertical",
|
|
3672
|
-
"align": "center",
|
|
3673
3673
|
"type": "stack",
|
|
3674
|
-
"gap": "lg"
|
|
3674
|
+
"gap": "lg",
|
|
3675
|
+
"align": "center"
|
|
3675
3676
|
}
|
|
3676
|
-
]
|
|
3677
|
-
"appName": "ServiceMarketplace"
|
|
3677
|
+
]
|
|
3678
3678
|
}
|
|
3679
3679
|
]
|
|
3680
3680
|
]
|
|
@@ -3688,12 +3688,11 @@
|
|
|
3688
3688
|
"render-ui",
|
|
3689
3689
|
"main",
|
|
3690
3690
|
{
|
|
3691
|
-
"type": "dashboard-layout",
|
|
3692
3691
|
"navItems": [
|
|
3693
3692
|
{
|
|
3694
|
-
"label": "Products",
|
|
3695
3693
|
"href": "/products",
|
|
3696
|
-
"icon": "package"
|
|
3694
|
+
"icon": "package",
|
|
3695
|
+
"label": "Products"
|
|
3697
3696
|
},
|
|
3698
3697
|
{
|
|
3699
3698
|
"label": "Login",
|
|
@@ -3701,80 +3700,81 @@
|
|
|
3701
3700
|
"icon": "layout-list"
|
|
3702
3701
|
},
|
|
3703
3702
|
{
|
|
3704
|
-
"
|
|
3703
|
+
"href": "/checkout",
|
|
3705
3704
|
"icon": "credit-card",
|
|
3706
|
-
"
|
|
3705
|
+
"label": "Checkout"
|
|
3707
3706
|
},
|
|
3708
3707
|
{
|
|
3708
|
+
"icon": "clipboard-list",
|
|
3709
3709
|
"label": "Orders",
|
|
3710
|
-
"href": "/orders"
|
|
3711
|
-
"icon": "clipboard-list"
|
|
3710
|
+
"href": "/orders"
|
|
3712
3711
|
}
|
|
3713
3712
|
],
|
|
3713
|
+
"type": "dashboard-layout",
|
|
3714
3714
|
"children": [
|
|
3715
3715
|
{
|
|
3716
|
-
"gap": "lg",
|
|
3717
|
-
"direction": "vertical",
|
|
3718
|
-
"align": "center",
|
|
3719
3716
|
"type": "stack",
|
|
3717
|
+
"direction": "vertical",
|
|
3720
3718
|
"children": [
|
|
3721
3719
|
{
|
|
3722
|
-
"align": "center",
|
|
3723
3720
|
"type": "stack",
|
|
3724
3721
|
"gap": "md",
|
|
3722
|
+
"direction": "horizontal",
|
|
3723
|
+
"align": "center",
|
|
3725
3724
|
"children": [
|
|
3726
3725
|
{
|
|
3727
|
-
"
|
|
3728
|
-
"
|
|
3726
|
+
"type": "icon",
|
|
3727
|
+
"name": "credit-card"
|
|
3729
3728
|
},
|
|
3730
3729
|
{
|
|
3731
|
-
"content": "Payment",
|
|
3732
3730
|
"variant": "h2",
|
|
3731
|
+
"content": "Payment",
|
|
3733
3732
|
"type": "typography"
|
|
3734
3733
|
}
|
|
3735
|
-
]
|
|
3736
|
-
"direction": "horizontal"
|
|
3734
|
+
]
|
|
3737
3735
|
},
|
|
3738
3736
|
{
|
|
3739
3737
|
"type": "divider"
|
|
3740
3738
|
},
|
|
3741
3739
|
{
|
|
3740
|
+
"direction": "vertical",
|
|
3742
3741
|
"gap": "md",
|
|
3743
3742
|
"children": [
|
|
3744
3743
|
{
|
|
3744
|
+
"inputType": "number",
|
|
3745
3745
|
"type": "input",
|
|
3746
|
-
"placeholder": "0.00"
|
|
3747
|
-
"inputType": "number"
|
|
3746
|
+
"placeholder": "0.00"
|
|
3748
3747
|
},
|
|
3749
3748
|
{
|
|
3749
|
+
"type": "select",
|
|
3750
3750
|
"options": [
|
|
3751
3751
|
{
|
|
3752
|
-
"
|
|
3753
|
-
"
|
|
3752
|
+
"label": "USD",
|
|
3753
|
+
"value": "usd"
|
|
3754
3754
|
},
|
|
3755
3755
|
{
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
3756
|
+
"label": "EUR",
|
|
3757
|
+
"value": "eur"
|
|
3758
3758
|
},
|
|
3759
3759
|
{
|
|
3760
3760
|
"label": "GBP",
|
|
3761
3761
|
"value": "gbp"
|
|
3762
3762
|
}
|
|
3763
|
-
]
|
|
3764
|
-
"type": "select"
|
|
3763
|
+
]
|
|
3765
3764
|
}
|
|
3766
3765
|
],
|
|
3767
|
-
"direction": "vertical",
|
|
3768
3766
|
"type": "stack"
|
|
3769
3767
|
},
|
|
3770
3768
|
{
|
|
3771
|
-
"label": "Pay",
|
|
3772
3769
|
"action": "CREATE_PAYMENT",
|
|
3773
|
-
"type": "button",
|
|
3774
3770
|
"icon": "credit-card",
|
|
3771
|
+
"label": "Pay",
|
|
3772
|
+
"type": "button",
|
|
3775
3773
|
"variant": "primary"
|
|
3776
3774
|
}
|
|
3777
|
-
]
|
|
3775
|
+
],
|
|
3776
|
+
"gap": "lg",
|
|
3777
|
+
"align": "center"
|
|
3778
3778
|
}
|
|
3779
3779
|
],
|
|
3780
3780
|
"appName": "ServiceMarketplace"
|
|
@@ -3848,49 +3848,49 @@
|
|
|
3848
3848
|
"render-ui",
|
|
3849
3849
|
"main",
|
|
3850
3850
|
{
|
|
3851
|
-
"type": "dashboard-layout",
|
|
3852
3851
|
"appName": "ServiceMarketplace",
|
|
3853
|
-
"
|
|
3854
|
-
{
|
|
3855
|
-
"label": "Products",
|
|
3856
|
-
"href": "/products",
|
|
3857
|
-
"icon": "package"
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"label": "Login",
|
|
3861
|
-
"href": "/login",
|
|
3862
|
-
"icon": "layout-list"
|
|
3863
|
-
},
|
|
3864
|
-
{
|
|
3865
|
-
"href": "/checkout",
|
|
3866
|
-
"label": "Checkout",
|
|
3867
|
-
"icon": "credit-card"
|
|
3868
|
-
},
|
|
3869
|
-
{
|
|
3870
|
-
"icon": "clipboard-list",
|
|
3871
|
-
"href": "/orders",
|
|
3872
|
-
"label": "Orders"
|
|
3873
|
-
}
|
|
3874
|
-
],
|
|
3852
|
+
"type": "dashboard-layout",
|
|
3875
3853
|
"children": [
|
|
3876
3854
|
{
|
|
3855
|
+
"type": "stack",
|
|
3856
|
+
"direction": "vertical",
|
|
3857
|
+
"gap": "md",
|
|
3877
3858
|
"children": [
|
|
3878
3859
|
{
|
|
3879
3860
|
"type": "icon",
|
|
3880
3861
|
"name": "mail"
|
|
3881
3862
|
},
|
|
3882
3863
|
{
|
|
3883
|
-
"content": "Receipt will be sent after payment.",
|
|
3884
3864
|
"color": "muted",
|
|
3885
3865
|
"variant": "body",
|
|
3886
|
-
"type": "typography"
|
|
3866
|
+
"type": "typography",
|
|
3867
|
+
"content": "Receipt will be sent after payment."
|
|
3887
3868
|
}
|
|
3888
3869
|
],
|
|
3889
|
-
"direction": "vertical",
|
|
3890
|
-
"type": "stack",
|
|
3891
|
-
"gap": "md",
|
|
3892
3870
|
"align": "center"
|
|
3893
3871
|
}
|
|
3872
|
+
],
|
|
3873
|
+
"navItems": [
|
|
3874
|
+
{
|
|
3875
|
+
"href": "/products",
|
|
3876
|
+
"icon": "package",
|
|
3877
|
+
"label": "Products"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"icon": "layout-list",
|
|
3881
|
+
"href": "/login",
|
|
3882
|
+
"label": "Login"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"href": "/checkout",
|
|
3886
|
+
"icon": "credit-card",
|
|
3887
|
+
"label": "Checkout"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"href": "/orders",
|
|
3891
|
+
"icon": "clipboard-list",
|
|
3892
|
+
"label": "Orders"
|
|
3893
|
+
}
|
|
3894
3894
|
]
|
|
3895
3895
|
}
|
|
3896
3896
|
]
|
|
@@ -3906,34 +3906,34 @@
|
|
|
3906
3906
|
"main",
|
|
3907
3907
|
{
|
|
3908
3908
|
"type": "dashboard-layout",
|
|
3909
|
-
"children": [
|
|
3910
|
-
{
|
|
3911
|
-
"title": "Sending receipt...",
|
|
3912
|
-
"type": "loading-state",
|
|
3913
|
-
"message": "Delivering your payment receipt."
|
|
3914
|
-
}
|
|
3915
|
-
],
|
|
3916
3909
|
"appName": "ServiceMarketplace",
|
|
3917
3910
|
"navItems": [
|
|
3918
3911
|
{
|
|
3919
|
-
"
|
|
3912
|
+
"label": "Products",
|
|
3920
3913
|
"href": "/products",
|
|
3921
|
-
"
|
|
3914
|
+
"icon": "package"
|
|
3922
3915
|
},
|
|
3923
3916
|
{
|
|
3924
|
-
"icon": "layout-list",
|
|
3925
3917
|
"label": "Login",
|
|
3926
|
-
"href": "/login"
|
|
3918
|
+
"href": "/login",
|
|
3919
|
+
"icon": "layout-list"
|
|
3927
3920
|
},
|
|
3928
3921
|
{
|
|
3929
|
-
"icon": "credit-card",
|
|
3930
3922
|
"label": "Checkout",
|
|
3923
|
+
"icon": "credit-card",
|
|
3931
3924
|
"href": "/checkout"
|
|
3932
3925
|
},
|
|
3933
3926
|
{
|
|
3927
|
+
"icon": "clipboard-list",
|
|
3934
3928
|
"label": "Orders",
|
|
3935
|
-
"href": "/orders"
|
|
3936
|
-
|
|
3929
|
+
"href": "/orders"
|
|
3930
|
+
}
|
|
3931
|
+
],
|
|
3932
|
+
"children": [
|
|
3933
|
+
{
|
|
3934
|
+
"title": "Sending receipt...",
|
|
3935
|
+
"type": "loading-state",
|
|
3936
|
+
"message": "Delivering your payment receipt."
|
|
3937
3937
|
}
|
|
3938
3938
|
]
|
|
3939
3939
|
}
|
|
@@ -3943,9 +3943,9 @@
|
|
|
3943
3943
|
"email",
|
|
3944
3944
|
"send",
|
|
3945
3945
|
{
|
|
3946
|
-
"
|
|
3946
|
+
"body": "@entity.body",
|
|
3947
3947
|
"to": "@entity.to",
|
|
3948
|
-
"
|
|
3948
|
+
"subject": "@entity.subject"
|
|
3949
3949
|
}
|
|
3950
3950
|
]
|
|
3951
3951
|
]
|
|
@@ -3966,32 +3966,33 @@
|
|
|
3966
3966
|
{
|
|
3967
3967
|
"navItems": [
|
|
3968
3968
|
{
|
|
3969
|
-
"
|
|
3969
|
+
"icon": "package",
|
|
3970
3970
|
"href": "/products",
|
|
3971
|
-
"
|
|
3971
|
+
"label": "Products"
|
|
3972
3972
|
},
|
|
3973
3973
|
{
|
|
3974
|
-
"icon": "layout-list",
|
|
3975
3974
|
"label": "Login",
|
|
3976
|
-
"href": "/login"
|
|
3975
|
+
"href": "/login",
|
|
3976
|
+
"icon": "layout-list"
|
|
3977
3977
|
},
|
|
3978
3978
|
{
|
|
3979
3979
|
"href": "/checkout",
|
|
3980
|
-
"
|
|
3981
|
-
"
|
|
3980
|
+
"icon": "credit-card",
|
|
3981
|
+
"label": "Checkout"
|
|
3982
3982
|
},
|
|
3983
3983
|
{
|
|
3984
3984
|
"label": "Orders",
|
|
3985
|
-
"
|
|
3986
|
-
"
|
|
3985
|
+
"href": "/orders",
|
|
3986
|
+
"icon": "clipboard-list"
|
|
3987
3987
|
}
|
|
3988
3988
|
],
|
|
3989
|
+
"type": "dashboard-layout",
|
|
3990
|
+
"appName": "ServiceMarketplace",
|
|
3989
3991
|
"children": [
|
|
3990
3992
|
{
|
|
3991
|
-
"align": "center",
|
|
3992
3993
|
"type": "stack",
|
|
3993
|
-
"gap": "md",
|
|
3994
3994
|
"direction": "vertical",
|
|
3995
|
+
"align": "center",
|
|
3995
3996
|
"children": [
|
|
3996
3997
|
{
|
|
3997
3998
|
"type": "icon",
|
|
@@ -4002,11 +4003,10 @@
|
|
|
4002
4003
|
"variant": "success",
|
|
4003
4004
|
"message": "Receipt sent successfully"
|
|
4004
4005
|
}
|
|
4005
|
-
]
|
|
4006
|
+
],
|
|
4007
|
+
"gap": "md"
|
|
4006
4008
|
}
|
|
4007
|
-
]
|
|
4008
|
-
"type": "dashboard-layout",
|
|
4009
|
-
"appName": "ServiceMarketplace"
|
|
4009
|
+
]
|
|
4010
4010
|
}
|
|
4011
4011
|
]
|
|
4012
4012
|
]
|
|
@@ -4025,53 +4025,53 @@
|
|
|
4025
4025
|
"render-ui",
|
|
4026
4026
|
"main",
|
|
4027
4027
|
{
|
|
4028
|
+
"appName": "ServiceMarketplace",
|
|
4028
4029
|
"type": "dashboard-layout",
|
|
4029
|
-
"navItems": [
|
|
4030
|
-
{
|
|
4031
|
-
"icon": "package",
|
|
4032
|
-
"label": "Products",
|
|
4033
|
-
"href": "/products"
|
|
4034
|
-
},
|
|
4035
|
-
{
|
|
4036
|
-
"label": "Login",
|
|
4037
|
-
"href": "/login",
|
|
4038
|
-
"icon": "layout-list"
|
|
4039
|
-
},
|
|
4040
|
-
{
|
|
4041
|
-
"icon": "credit-card",
|
|
4042
|
-
"label": "Checkout",
|
|
4043
|
-
"href": "/checkout"
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
"href": "/orders",
|
|
4047
|
-
"icon": "clipboard-list",
|
|
4048
|
-
"label": "Orders"
|
|
4049
|
-
}
|
|
4050
|
-
],
|
|
4051
4030
|
"children": [
|
|
4052
4031
|
{
|
|
4053
4032
|
"type": "stack",
|
|
4054
|
-
"align": "center",
|
|
4055
4033
|
"children": [
|
|
4056
4034
|
{
|
|
4035
|
+
"title": "Receipt Failed",
|
|
4057
4036
|
"onRetry": "RETRY_RECEIPT",
|
|
4058
4037
|
"message": "Could not send receipt email.",
|
|
4059
|
-
"title": "Receipt Failed",
|
|
4060
4038
|
"type": "error-state"
|
|
4061
4039
|
},
|
|
4062
4040
|
{
|
|
4063
|
-
"type": "button",
|
|
4064
|
-
"label": "Retry",
|
|
4065
|
-
"icon": "refresh-cw",
|
|
4066
4041
|
"variant": "primary",
|
|
4067
|
-
"
|
|
4042
|
+
"icon": "refresh-cw",
|
|
4043
|
+
"type": "button",
|
|
4044
|
+
"action": "RETRY_RECEIPT",
|
|
4045
|
+
"label": "Retry"
|
|
4068
4046
|
}
|
|
4069
4047
|
],
|
|
4070
4048
|
"gap": "md",
|
|
4071
|
-
"direction": "vertical"
|
|
4049
|
+
"direction": "vertical",
|
|
4050
|
+
"align": "center"
|
|
4072
4051
|
}
|
|
4073
4052
|
],
|
|
4074
|
-
"
|
|
4053
|
+
"navItems": [
|
|
4054
|
+
{
|
|
4055
|
+
"href": "/products",
|
|
4056
|
+
"label": "Products",
|
|
4057
|
+
"icon": "package"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"label": "Login",
|
|
4061
|
+
"icon": "layout-list",
|
|
4062
|
+
"href": "/login"
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"label": "Checkout",
|
|
4066
|
+
"href": "/checkout",
|
|
4067
|
+
"icon": "credit-card"
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"label": "Orders",
|
|
4071
|
+
"href": "/orders",
|
|
4072
|
+
"icon": "clipboard-list"
|
|
4073
|
+
}
|
|
4074
|
+
]
|
|
4075
4075
|
}
|
|
4076
4076
|
]
|
|
4077
4077
|
]
|
|
@@ -4085,8 +4085,8 @@
|
|
|
4085
4085
|
"render-ui",
|
|
4086
4086
|
"main",
|
|
4087
4087
|
{
|
|
4088
|
-
"
|
|
4089
|
-
"
|
|
4088
|
+
"type": "loading-state",
|
|
4089
|
+
"title": "Resending receipt..."
|
|
4090
4090
|
}
|
|
4091
4091
|
],
|
|
4092
4092
|
[
|
|
@@ -4094,9 +4094,9 @@
|
|
|
4094
4094
|
"email",
|
|
4095
4095
|
"send",
|
|
4096
4096
|
{
|
|
4097
|
+
"to": "@entity.to",
|
|
4097
4098
|
"subject": "@entity.subject",
|
|
4098
|
-
"body": "@entity.body"
|
|
4099
|
-
"to": "@entity.to"
|
|
4099
|
+
"body": "@entity.body"
|
|
4100
4100
|
}
|
|
4101
4101
|
]
|
|
4102
4102
|
]
|
|
@@ -4110,33 +4110,33 @@
|
|
|
4110
4110
|
"render-ui",
|
|
4111
4111
|
"main",
|
|
4112
4112
|
{
|
|
4113
|
-
"children": [
|
|
4114
|
-
{
|
|
4115
|
-
"message": "Delivering your payment receipt.",
|
|
4116
|
-
"type": "loading-state",
|
|
4117
|
-
"title": "Sending receipt..."
|
|
4118
|
-
}
|
|
4119
|
-
],
|
|
4120
4113
|
"navItems": [
|
|
4121
4114
|
{
|
|
4122
|
-
"href": "/products",
|
|
4123
4115
|
"label": "Products",
|
|
4116
|
+
"href": "/products",
|
|
4124
4117
|
"icon": "package"
|
|
4125
4118
|
},
|
|
4126
4119
|
{
|
|
4127
|
-
"icon": "layout-list",
|
|
4128
4120
|
"label": "Login",
|
|
4129
|
-
"href": "/login"
|
|
4121
|
+
"href": "/login",
|
|
4122
|
+
"icon": "layout-list"
|
|
4130
4123
|
},
|
|
4131
4124
|
{
|
|
4125
|
+
"icon": "credit-card",
|
|
4132
4126
|
"label": "Checkout",
|
|
4133
|
-
"href": "/checkout"
|
|
4134
|
-
"icon": "credit-card"
|
|
4127
|
+
"href": "/checkout"
|
|
4135
4128
|
},
|
|
4136
4129
|
{
|
|
4137
|
-
"
|
|
4130
|
+
"href": "/orders",
|
|
4138
4131
|
"label": "Orders",
|
|
4139
|
-
"
|
|
4132
|
+
"icon": "clipboard-list"
|
|
4133
|
+
}
|
|
4134
|
+
],
|
|
4135
|
+
"children": [
|
|
4136
|
+
{
|
|
4137
|
+
"message": "Delivering your payment receipt.",
|
|
4138
|
+
"type": "loading-state",
|
|
4139
|
+
"title": "Sending receipt..."
|
|
4140
4140
|
}
|
|
4141
4141
|
],
|
|
4142
4142
|
"type": "dashboard-layout",
|
|
@@ -4149,8 +4149,8 @@
|
|
|
4149
4149
|
"send",
|
|
4150
4150
|
{
|
|
4151
4151
|
"to": "@entity.to",
|
|
4152
|
-
"
|
|
4153
|
-
"
|
|
4152
|
+
"subject": "@entity.subject",
|
|
4153
|
+
"body": "@entity.body"
|
|
4154
4154
|
}
|
|
4155
4155
|
]
|
|
4156
4156
|
]
|
|
@@ -4360,136 +4360,136 @@
|
|
|
4360
4360
|
"render-ui",
|
|
4361
4361
|
"main",
|
|
4362
4362
|
{
|
|
4363
|
-
"navItems": [
|
|
4364
|
-
{
|
|
4365
|
-
"icon": "package",
|
|
4366
|
-
"label": "Products",
|
|
4367
|
-
"href": "/products"
|
|
4368
|
-
},
|
|
4369
|
-
{
|
|
4370
|
-
"icon": "layout-list",
|
|
4371
|
-
"href": "/login",
|
|
4372
|
-
"label": "Login"
|
|
4373
|
-
},
|
|
4374
|
-
{
|
|
4375
|
-
"icon": "credit-card",
|
|
4376
|
-
"label": "Checkout",
|
|
4377
|
-
"href": "/checkout"
|
|
4378
|
-
},
|
|
4379
|
-
{
|
|
4380
|
-
"href": "/orders",
|
|
4381
|
-
"label": "Orders",
|
|
4382
|
-
"icon": "clipboard-list"
|
|
4383
|
-
}
|
|
4384
|
-
],
|
|
4385
4363
|
"appName": "ServiceMarketplace",
|
|
4386
4364
|
"type": "dashboard-layout",
|
|
4387
4365
|
"children": [
|
|
4388
4366
|
{
|
|
4389
4367
|
"className": "max-w-5xl mx-auto w-full",
|
|
4390
4368
|
"direction": "vertical",
|
|
4391
|
-
"type": "stack",
|
|
4392
4369
|
"children": [
|
|
4393
4370
|
{
|
|
4394
4371
|
"justify": "between",
|
|
4395
|
-
"gap": "md",
|
|
4396
|
-
"type": "stack",
|
|
4397
4372
|
"align": "center",
|
|
4398
4373
|
"children": [
|
|
4399
4374
|
{
|
|
4400
|
-
"type": "stack",
|
|
4401
|
-
"gap": "sm",
|
|
4402
|
-
"direction": "horizontal",
|
|
4403
4375
|
"align": "center",
|
|
4376
|
+
"direction": "horizontal",
|
|
4377
|
+
"gap": "sm",
|
|
4378
|
+
"type": "stack",
|
|
4404
4379
|
"children": [
|
|
4405
4380
|
{
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4381
|
+
"name": "list",
|
|
4382
|
+
"type": "icon"
|
|
4408
4383
|
},
|
|
4409
4384
|
{
|
|
4385
|
+
"content": "Orders",
|
|
4410
4386
|
"variant": "h2",
|
|
4411
|
-
"type": "typography"
|
|
4412
|
-
"content": "Orders"
|
|
4387
|
+
"type": "typography"
|
|
4413
4388
|
}
|
|
4414
4389
|
]
|
|
4415
4390
|
},
|
|
4416
4391
|
{
|
|
4417
|
-
"gap": "sm",
|
|
4418
4392
|
"type": "stack",
|
|
4419
4393
|
"direction": "horizontal",
|
|
4394
|
+
"gap": "sm",
|
|
4420
4395
|
"children": [
|
|
4421
4396
|
{
|
|
4422
|
-
"
|
|
4423
|
-
"action": "CREATE",
|
|
4424
|
-
"type": "button",
|
|
4397
|
+
"variant": "primary",
|
|
4425
4398
|
"icon": "plus",
|
|
4426
|
-
"
|
|
4399
|
+
"type": "button",
|
|
4400
|
+
"label": "Create Order",
|
|
4401
|
+
"action": "CREATE"
|
|
4427
4402
|
}
|
|
4428
4403
|
]
|
|
4429
4404
|
}
|
|
4430
4405
|
],
|
|
4431
|
-
"
|
|
4406
|
+
"gap": "md",
|
|
4407
|
+
"direction": "horizontal",
|
|
4408
|
+
"type": "stack"
|
|
4432
4409
|
},
|
|
4433
4410
|
{
|
|
4434
4411
|
"type": "divider"
|
|
4435
4412
|
},
|
|
4436
4413
|
{
|
|
4437
|
-
"itemActions": [
|
|
4438
|
-
{
|
|
4439
|
-
"label": "View",
|
|
4440
|
-
"event": "VIEW",
|
|
4441
|
-
"variant": "ghost"
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
"label": "Edit",
|
|
4445
|
-
"event": "EDIT",
|
|
4446
|
-
"variant": "ghost"
|
|
4447
|
-
},
|
|
4448
|
-
{
|
|
4449
|
-
"event": "DELETE",
|
|
4450
|
-
"variant": "danger",
|
|
4451
|
-
"label": "Delete"
|
|
4452
|
-
}
|
|
4453
|
-
],
|
|
4454
|
-
"entity": "Order",
|
|
4455
|
-
"type": "data-grid",
|
|
4456
|
-
"fields": [],
|
|
4457
4414
|
"columns": [
|
|
4458
4415
|
{
|
|
4459
|
-
"label": "Product Name",
|
|
4460
4416
|
"icon": "list",
|
|
4417
|
+
"label": "Product Name",
|
|
4461
4418
|
"name": "productName",
|
|
4462
4419
|
"variant": "h4"
|
|
4463
4420
|
},
|
|
4464
4421
|
{
|
|
4465
|
-
"label": "Amount",
|
|
4466
4422
|
"colorMap": {
|
|
4423
|
+
"done": "success",
|
|
4424
|
+
"archived": "neutral",
|
|
4425
|
+
"disabled": "neutral",
|
|
4426
|
+
"failed": "destructive",
|
|
4427
|
+
"completed": "success",
|
|
4428
|
+
"draft": "warning",
|
|
4467
4429
|
"inactive": "neutral",
|
|
4468
4430
|
"cancelled": "destructive",
|
|
4469
|
-
"failed": "destructive",
|
|
4470
|
-
"disabled": "neutral",
|
|
4471
|
-
"active": "success",
|
|
4472
4431
|
"scheduled": "warning",
|
|
4432
|
+
"active": "success",
|
|
4473
4433
|
"error": "destructive",
|
|
4474
|
-
"
|
|
4475
|
-
"completed": "success",
|
|
4476
|
-
"pending": "warning",
|
|
4477
|
-
"draft": "warning",
|
|
4478
|
-
"done": "success"
|
|
4434
|
+
"pending": "warning"
|
|
4479
4435
|
},
|
|
4480
|
-
"
|
|
4481
|
-
"
|
|
4436
|
+
"variant": "badge",
|
|
4437
|
+
"label": "Amount",
|
|
4438
|
+
"name": "amount"
|
|
4482
4439
|
},
|
|
4483
4440
|
{
|
|
4484
|
-
"
|
|
4441
|
+
"label": "Payment Status",
|
|
4485
4442
|
"variant": "caption",
|
|
4486
|
-
"
|
|
4443
|
+
"name": "paymentStatus"
|
|
4444
|
+
}
|
|
4445
|
+
],
|
|
4446
|
+
"type": "data-grid",
|
|
4447
|
+
"fields": [],
|
|
4448
|
+
"entity": "Order",
|
|
4449
|
+
"itemActions": [
|
|
4450
|
+
{
|
|
4451
|
+
"event": "VIEW",
|
|
4452
|
+
"variant": "ghost",
|
|
4453
|
+
"label": "View"
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"label": "Edit",
|
|
4457
|
+
"variant": "ghost",
|
|
4458
|
+
"event": "EDIT"
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"event": "DELETE",
|
|
4462
|
+
"variant": "danger",
|
|
4463
|
+
"label": "Delete"
|
|
4487
4464
|
}
|
|
4488
4465
|
]
|
|
4489
4466
|
}
|
|
4490
4467
|
],
|
|
4468
|
+
"type": "stack",
|
|
4491
4469
|
"gap": "lg"
|
|
4492
4470
|
}
|
|
4471
|
+
],
|
|
4472
|
+
"navItems": [
|
|
4473
|
+
{
|
|
4474
|
+
"icon": "package",
|
|
4475
|
+
"label": "Products",
|
|
4476
|
+
"href": "/products"
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
"icon": "layout-list",
|
|
4480
|
+
"label": "Login",
|
|
4481
|
+
"href": "/login"
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"href": "/checkout",
|
|
4485
|
+
"label": "Checkout",
|
|
4486
|
+
"icon": "credit-card"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"href": "/orders",
|
|
4490
|
+
"label": "Orders",
|
|
4491
|
+
"icon": "clipboard-list"
|
|
4492
|
+
}
|
|
4493
4493
|
]
|
|
4494
4494
|
}
|
|
4495
4495
|
]
|
|
@@ -4656,8 +4656,8 @@
|
|
|
4656
4656
|
"Order",
|
|
4657
4657
|
{
|
|
4658
4658
|
"emit": {
|
|
4659
|
-
"
|
|
4660
|
-
"
|
|
4659
|
+
"failure": "OrderLoadFailed",
|
|
4660
|
+
"success": "OrderLoaded"
|
|
4661
4661
|
}
|
|
4662
4662
|
}
|
|
4663
4663
|
],
|
|
@@ -4665,9 +4665,12 @@
|
|
|
4665
4665
|
"render-ui",
|
|
4666
4666
|
"modal",
|
|
4667
4667
|
{
|
|
4668
|
-
"
|
|
4668
|
+
"type": "stack",
|
|
4669
4669
|
"children": [
|
|
4670
4670
|
{
|
|
4671
|
+
"type": "stack",
|
|
4672
|
+
"gap": "sm",
|
|
4673
|
+
"direction": "horizontal",
|
|
4671
4674
|
"children": [
|
|
4672
4675
|
{
|
|
4673
4676
|
"type": "icon",
|
|
@@ -4675,19 +4678,15 @@
|
|
|
4675
4678
|
},
|
|
4676
4679
|
{
|
|
4677
4680
|
"content": "Create Order",
|
|
4678
|
-
"
|
|
4679
|
-
"
|
|
4681
|
+
"type": "typography",
|
|
4682
|
+
"variant": "h3"
|
|
4680
4683
|
}
|
|
4681
|
-
]
|
|
4682
|
-
"gap": "sm",
|
|
4683
|
-
"direction": "horizontal",
|
|
4684
|
-
"type": "stack"
|
|
4684
|
+
]
|
|
4685
4685
|
},
|
|
4686
4686
|
{
|
|
4687
4687
|
"type": "divider"
|
|
4688
4688
|
},
|
|
4689
4689
|
{
|
|
4690
|
-
"cancelEvent": "CLOSE",
|
|
4691
4690
|
"fields": [
|
|
4692
4691
|
"productName",
|
|
4693
4692
|
"amount",
|
|
@@ -4695,13 +4694,14 @@
|
|
|
4695
4694
|
"orderDate"
|
|
4696
4695
|
],
|
|
4697
4696
|
"submitEvent": "SAVE",
|
|
4698
|
-
"
|
|
4697
|
+
"entity": "Order",
|
|
4698
|
+
"cancelEvent": "CLOSE",
|
|
4699
4699
|
"mode": "create",
|
|
4700
|
-
"
|
|
4700
|
+
"type": "form-section"
|
|
4701
4701
|
}
|
|
4702
4702
|
],
|
|
4703
|
-
"
|
|
4704
|
-
"
|
|
4703
|
+
"direction": "vertical",
|
|
4704
|
+
"gap": "md"
|
|
4705
4705
|
}
|
|
4706
4706
|
]
|
|
4707
4707
|
]
|
|
@@ -4926,8 +4926,8 @@
|
|
|
4926
4926
|
"Order",
|
|
4927
4927
|
{
|
|
4928
4928
|
"emit": {
|
|
4929
|
-
"
|
|
4930
|
-
"
|
|
4929
|
+
"success": "OrderLoaded",
|
|
4930
|
+
"failure": "OrderLoadFailed"
|
|
4931
4931
|
},
|
|
4932
4932
|
"id": "@payload.id"
|
|
4933
4933
|
}
|
|
@@ -4936,24 +4936,21 @@
|
|
|
4936
4936
|
"render-ui",
|
|
4937
4937
|
"modal",
|
|
4938
4938
|
{
|
|
4939
|
-
"direction": "vertical",
|
|
4940
|
-
"gap": "md",
|
|
4941
|
-
"type": "stack",
|
|
4942
4939
|
"children": [
|
|
4943
4940
|
{
|
|
4944
|
-
"direction": "horizontal",
|
|
4945
4941
|
"children": [
|
|
4946
4942
|
{
|
|
4947
4943
|
"type": "icon",
|
|
4948
4944
|
"name": "edit"
|
|
4949
4945
|
},
|
|
4950
4946
|
{
|
|
4947
|
+
"variant": "h3",
|
|
4951
4948
|
"content": "Edit Order",
|
|
4952
|
-
"type": "typography"
|
|
4953
|
-
"variant": "h3"
|
|
4949
|
+
"type": "typography"
|
|
4954
4950
|
}
|
|
4955
4951
|
],
|
|
4956
4952
|
"type": "stack",
|
|
4953
|
+
"direction": "horizontal",
|
|
4957
4954
|
"gap": "sm"
|
|
4958
4955
|
},
|
|
4959
4956
|
{
|
|
@@ -4962,18 +4959,21 @@
|
|
|
4962
4959
|
{
|
|
4963
4960
|
"cancelEvent": "CLOSE",
|
|
4964
4961
|
"entityId": "@entity.id",
|
|
4965
|
-
"mode": "edit",
|
|
4966
|
-
"type": "form-section",
|
|
4967
|
-
"entity": "Order",
|
|
4968
|
-
"submitEvent": "SAVE",
|
|
4969
4962
|
"fields": [
|
|
4970
4963
|
"productName",
|
|
4971
4964
|
"amount",
|
|
4972
4965
|
"paymentStatus",
|
|
4973
4966
|
"orderDate"
|
|
4974
|
-
]
|
|
4967
|
+
],
|
|
4968
|
+
"entity": "Order",
|
|
4969
|
+
"submitEvent": "SAVE",
|
|
4970
|
+
"mode": "edit",
|
|
4971
|
+
"type": "form-section"
|
|
4975
4972
|
}
|
|
4976
|
-
]
|
|
4973
|
+
],
|
|
4974
|
+
"gap": "md",
|
|
4975
|
+
"type": "stack",
|
|
4976
|
+
"direction": "vertical"
|
|
4977
4977
|
}
|
|
4978
4978
|
]
|
|
4979
4979
|
]
|
|
@@ -5184,22 +5184,26 @@
|
|
|
5184
5184
|
"fetch",
|
|
5185
5185
|
"Order",
|
|
5186
5186
|
{
|
|
5187
|
-
"id": "@payload.id",
|
|
5188
5187
|
"emit": {
|
|
5189
5188
|
"success": "OrderLoaded",
|
|
5190
5189
|
"failure": "OrderLoadFailed"
|
|
5191
|
-
}
|
|
5190
|
+
},
|
|
5191
|
+
"id": "@payload.id"
|
|
5192
5192
|
}
|
|
5193
5193
|
],
|
|
5194
5194
|
[
|
|
5195
5195
|
"render-ui",
|
|
5196
5196
|
"modal",
|
|
5197
5197
|
{
|
|
5198
|
+
"type": "stack",
|
|
5199
|
+
"direction": "vertical",
|
|
5200
|
+
"gap": "md",
|
|
5198
5201
|
"children": [
|
|
5199
5202
|
{
|
|
5203
|
+
"align": "center",
|
|
5200
5204
|
"direction": "horizontal",
|
|
5205
|
+
"type": "stack",
|
|
5201
5206
|
"gap": "sm",
|
|
5202
|
-
"align": "center",
|
|
5203
5207
|
"children": [
|
|
5204
5208
|
{
|
|
5205
5209
|
"name": "eye",
|
|
@@ -5207,68 +5211,66 @@
|
|
|
5207
5211
|
},
|
|
5208
5212
|
{
|
|
5209
5213
|
"content": "@entity.productName",
|
|
5210
|
-
"
|
|
5211
|
-
"
|
|
5214
|
+
"variant": "h3",
|
|
5215
|
+
"type": "typography"
|
|
5212
5216
|
}
|
|
5213
|
-
]
|
|
5214
|
-
"type": "stack"
|
|
5217
|
+
]
|
|
5215
5218
|
},
|
|
5216
5219
|
{
|
|
5217
5220
|
"type": "divider"
|
|
5218
5221
|
},
|
|
5219
5222
|
{
|
|
5220
|
-
"gap": "md",
|
|
5221
5223
|
"type": "stack",
|
|
5222
|
-
"direction": "horizontal",
|
|
5223
5224
|
"children": [
|
|
5224
5225
|
{
|
|
5225
5226
|
"variant": "caption",
|
|
5226
|
-
"
|
|
5227
|
-
"
|
|
5227
|
+
"type": "typography",
|
|
5228
|
+
"content": "Product Name"
|
|
5228
5229
|
},
|
|
5229
5230
|
{
|
|
5231
|
+
"type": "typography",
|
|
5230
5232
|
"variant": "body",
|
|
5231
|
-
"content": "@entity.productName"
|
|
5232
|
-
"type": "typography"
|
|
5233
|
+
"content": "@entity.productName"
|
|
5233
5234
|
}
|
|
5234
|
-
]
|
|
5235
|
+
],
|
|
5236
|
+
"direction": "horizontal",
|
|
5237
|
+
"gap": "md"
|
|
5235
5238
|
},
|
|
5236
5239
|
{
|
|
5237
|
-
"type": "stack",
|
|
5238
|
-
"gap": "md",
|
|
5239
|
-
"direction": "horizontal",
|
|
5240
5240
|
"children": [
|
|
5241
5241
|
{
|
|
5242
|
-
"content": "Amount",
|
|
5243
5242
|
"type": "typography",
|
|
5244
|
-
"variant": "caption"
|
|
5243
|
+
"variant": "caption",
|
|
5244
|
+
"content": "Amount"
|
|
5245
5245
|
},
|
|
5246
5246
|
{
|
|
5247
5247
|
"variant": "body",
|
|
5248
5248
|
"content": "@entity.amount",
|
|
5249
5249
|
"type": "typography"
|
|
5250
5250
|
}
|
|
5251
|
-
]
|
|
5251
|
+
],
|
|
5252
|
+
"type": "stack",
|
|
5253
|
+
"direction": "horizontal",
|
|
5254
|
+
"gap": "md"
|
|
5252
5255
|
},
|
|
5253
5256
|
{
|
|
5254
5257
|
"direction": "horizontal",
|
|
5255
|
-
"gap": "md",
|
|
5256
5258
|
"type": "stack",
|
|
5259
|
+
"gap": "md",
|
|
5257
5260
|
"children": [
|
|
5258
5261
|
{
|
|
5262
|
+
"variant": "caption",
|
|
5259
5263
|
"content": "Payment Status",
|
|
5260
|
-
"type": "typography"
|
|
5261
|
-
"variant": "caption"
|
|
5264
|
+
"type": "typography"
|
|
5262
5265
|
},
|
|
5263
5266
|
{
|
|
5267
|
+
"type": "typography",
|
|
5264
5268
|
"variant": "body",
|
|
5265
|
-
"content": "@entity.paymentStatus"
|
|
5266
|
-
"type": "typography"
|
|
5269
|
+
"content": "@entity.paymentStatus"
|
|
5267
5270
|
}
|
|
5268
5271
|
]
|
|
5269
5272
|
},
|
|
5270
5273
|
{
|
|
5271
|
-
"gap": "md",
|
|
5272
5274
|
"direction": "horizontal",
|
|
5273
5275
|
"type": "stack",
|
|
5274
5276
|
"children": [
|
|
@@ -5278,40 +5280,38 @@
|
|
|
5278
5280
|
"type": "typography"
|
|
5279
5281
|
},
|
|
5280
5282
|
{
|
|
5283
|
+
"content": "@entity.orderDate",
|
|
5281
5284
|
"variant": "body",
|
|
5282
|
-
"type": "typography"
|
|
5283
|
-
"content": "@entity.orderDate"
|
|
5285
|
+
"type": "typography"
|
|
5284
5286
|
}
|
|
5285
|
-
]
|
|
5287
|
+
],
|
|
5288
|
+
"gap": "md"
|
|
5286
5289
|
},
|
|
5287
5290
|
{
|
|
5288
5291
|
"type": "divider"
|
|
5289
5292
|
},
|
|
5290
5293
|
{
|
|
5291
|
-
"direction": "horizontal",
|
|
5292
|
-
"type": "stack",
|
|
5293
5294
|
"gap": "sm",
|
|
5294
5295
|
"justify": "end",
|
|
5296
|
+
"direction": "horizontal",
|
|
5297
|
+
"type": "stack",
|
|
5295
5298
|
"children": [
|
|
5296
5299
|
{
|
|
5297
|
-
"label": "Edit",
|
|
5298
|
-
"variant": "primary",
|
|
5299
|
-
"icon": "edit",
|
|
5300
5300
|
"action": "EDIT",
|
|
5301
|
-
"
|
|
5301
|
+
"icon": "edit",
|
|
5302
|
+
"label": "Edit",
|
|
5303
|
+
"type": "button",
|
|
5304
|
+
"variant": "primary"
|
|
5302
5305
|
},
|
|
5303
5306
|
{
|
|
5307
|
+
"type": "button",
|
|
5304
5308
|
"label": "Close",
|
|
5305
|
-
"variant": "ghost",
|
|
5306
5309
|
"action": "CLOSE",
|
|
5307
|
-
"
|
|
5310
|
+
"variant": "ghost"
|
|
5308
5311
|
}
|
|
5309
5312
|
]
|
|
5310
5313
|
}
|
|
5311
|
-
]
|
|
5312
|
-
"gap": "md",
|
|
5313
|
-
"direction": "vertical",
|
|
5314
|
-
"type": "stack"
|
|
5314
|
+
]
|
|
5315
5315
|
}
|
|
5316
5316
|
]
|
|
5317
5317
|
]
|
|
@@ -5528,11 +5528,11 @@
|
|
|
5528
5528
|
"fetch",
|
|
5529
5529
|
"Order",
|
|
5530
5530
|
{
|
|
5531
|
-
"id": "@payload.id",
|
|
5532
5531
|
"emit": {
|
|
5533
5532
|
"success": "OrderLoaded",
|
|
5534
5533
|
"failure": "OrderLoadFailed"
|
|
5535
|
-
}
|
|
5534
|
+
},
|
|
5535
|
+
"id": "@payload.id"
|
|
5536
5536
|
}
|
|
5537
5537
|
],
|
|
5538
5538
|
[
|
|
@@ -5540,55 +5540,55 @@
|
|
|
5540
5540
|
"modal",
|
|
5541
5541
|
{
|
|
5542
5542
|
"direction": "vertical",
|
|
5543
|
+
"gap": "md",
|
|
5543
5544
|
"children": [
|
|
5544
5545
|
{
|
|
5546
|
+
"gap": "sm",
|
|
5547
|
+
"align": "center",
|
|
5548
|
+
"direction": "horizontal",
|
|
5549
|
+
"type": "stack",
|
|
5545
5550
|
"children": [
|
|
5546
5551
|
{
|
|
5547
5552
|
"name": "alert-triangle",
|
|
5548
5553
|
"type": "icon"
|
|
5549
5554
|
},
|
|
5550
5555
|
{
|
|
5551
|
-
"type": "typography",
|
|
5552
5556
|
"content": "Delete Order",
|
|
5553
|
-
"variant": "h3"
|
|
5557
|
+
"variant": "h3",
|
|
5558
|
+
"type": "typography"
|
|
5554
5559
|
}
|
|
5555
|
-
]
|
|
5556
|
-
"gap": "sm",
|
|
5557
|
-
"direction": "horizontal",
|
|
5558
|
-
"type": "stack",
|
|
5559
|
-
"align": "center"
|
|
5560
|
+
]
|
|
5560
5561
|
},
|
|
5561
5562
|
{
|
|
5562
5563
|
"type": "divider"
|
|
5563
5564
|
},
|
|
5564
5565
|
{
|
|
5565
|
-
"variant": "error",
|
|
5566
5566
|
"message": "This action cannot be undone.",
|
|
5567
|
+
"variant": "error",
|
|
5567
5568
|
"type": "alert"
|
|
5568
5569
|
},
|
|
5569
5570
|
{
|
|
5570
5571
|
"gap": "sm",
|
|
5571
5572
|
"direction": "horizontal",
|
|
5572
|
-
"
|
|
5573
|
+
"justify": "end",
|
|
5573
5574
|
"children": [
|
|
5574
5575
|
{
|
|
5575
|
-
"label": "Cancel",
|
|
5576
|
-
"variant": "ghost",
|
|
5577
5576
|
"action": "CANCEL",
|
|
5578
|
-
"type": "button"
|
|
5577
|
+
"type": "button",
|
|
5578
|
+
"label": "Cancel",
|
|
5579
|
+
"variant": "ghost"
|
|
5579
5580
|
},
|
|
5580
5581
|
{
|
|
5581
5582
|
"icon": "check",
|
|
5582
|
-
"action": "CONFIRM_DELETE",
|
|
5583
5583
|
"type": "button",
|
|
5584
|
-
"
|
|
5585
|
-
"label": "Delete"
|
|
5584
|
+
"action": "CONFIRM_DELETE",
|
|
5585
|
+
"label": "Delete",
|
|
5586
|
+
"variant": "danger"
|
|
5586
5587
|
}
|
|
5587
5588
|
],
|
|
5588
|
-
"
|
|
5589
|
+
"type": "stack"
|
|
5589
5590
|
}
|
|
5590
5591
|
],
|
|
5591
|
-
"gap": "md",
|
|
5592
5592
|
"type": "stack"
|
|
5593
5593
|
}
|
|
5594
5594
|
]
|