@almadar/std 14.24.0 → 14.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -814,22 +814,22 @@
|
|
|
814
814
|
"render-ui",
|
|
815
815
|
"main",
|
|
816
816
|
{
|
|
817
|
+
"className": "py-12",
|
|
817
818
|
"children": [
|
|
818
819
|
{
|
|
819
820
|
"type": "spinner"
|
|
820
821
|
},
|
|
821
822
|
{
|
|
823
|
+
"content": "Loading…",
|
|
822
824
|
"type": "typography",
|
|
823
825
|
"variant": "caption",
|
|
824
|
-
"content": "Loading…",
|
|
825
826
|
"color": "muted"
|
|
826
827
|
}
|
|
827
828
|
],
|
|
828
|
-
"className": "py-12",
|
|
829
829
|
"direction": "vertical",
|
|
830
|
-
"gap": "md",
|
|
831
830
|
"type": "stack",
|
|
832
|
-
"align": "center"
|
|
831
|
+
"align": "center",
|
|
832
|
+
"gap": "md"
|
|
833
833
|
}
|
|
834
834
|
]
|
|
835
835
|
]
|
|
@@ -843,36 +843,19 @@
|
|
|
843
843
|
"render-ui",
|
|
844
844
|
"main",
|
|
845
845
|
{
|
|
846
|
-
"
|
|
847
|
-
{
|
|
848
|
-
"href": "/products",
|
|
849
|
-
"label": "Products",
|
|
850
|
-
"icon": "package"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"href": "/login",
|
|
854
|
-
"label": "Login",
|
|
855
|
-
"icon": "layout-list"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"href": "/checkout",
|
|
859
|
-
"label": "Checkout",
|
|
860
|
-
"icon": "credit-card"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"label": "Orders",
|
|
864
|
-
"href": "/orders",
|
|
865
|
-
"icon": "clipboard-list"
|
|
866
|
-
}
|
|
867
|
-
],
|
|
846
|
+
"appName": "ServiceMarketplace",
|
|
868
847
|
"children": [
|
|
869
848
|
{
|
|
870
849
|
"type": "stack",
|
|
850
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
851
|
+
"gap": "lg",
|
|
871
852
|
"children": [
|
|
872
853
|
{
|
|
854
|
+
"justify": "between",
|
|
855
|
+
"type": "stack",
|
|
856
|
+
"gap": "md",
|
|
873
857
|
"children": [
|
|
874
858
|
{
|
|
875
|
-
"direction": "horizontal",
|
|
876
859
|
"children": [
|
|
877
860
|
{
|
|
878
861
|
"type": "icon",
|
|
@@ -880,104 +863,121 @@
|
|
|
880
863
|
},
|
|
881
864
|
{
|
|
882
865
|
"variant": "h2",
|
|
883
|
-
"
|
|
884
|
-
"
|
|
866
|
+
"content": "Products",
|
|
867
|
+
"type": "typography"
|
|
885
868
|
}
|
|
886
869
|
],
|
|
887
|
-
"gap": "sm",
|
|
888
870
|
"type": "stack",
|
|
889
|
-
"
|
|
871
|
+
"gap": "sm",
|
|
872
|
+
"align": "center",
|
|
873
|
+
"direction": "horizontal"
|
|
890
874
|
},
|
|
891
875
|
{
|
|
876
|
+
"direction": "horizontal",
|
|
892
877
|
"gap": "sm",
|
|
893
878
|
"type": "stack",
|
|
894
879
|
"children": [
|
|
895
880
|
{
|
|
896
|
-
"
|
|
881
|
+
"label": "Create Product",
|
|
882
|
+
"action": "CREATE",
|
|
897
883
|
"variant": "primary",
|
|
898
884
|
"icon": "plus",
|
|
899
|
-
"
|
|
900
|
-
"action": "CREATE"
|
|
885
|
+
"type": "button"
|
|
901
886
|
}
|
|
902
|
-
]
|
|
903
|
-
"direction": "horizontal"
|
|
887
|
+
]
|
|
904
888
|
}
|
|
905
889
|
],
|
|
906
|
-
"align": "center",
|
|
907
|
-
"type": "stack",
|
|
908
890
|
"direction": "horizontal",
|
|
909
|
-
"
|
|
910
|
-
"justify": "between"
|
|
891
|
+
"align": "center"
|
|
911
892
|
},
|
|
912
893
|
{
|
|
913
894
|
"type": "divider"
|
|
914
895
|
},
|
|
915
896
|
{
|
|
916
|
-
"itemActions": [
|
|
917
|
-
{
|
|
918
|
-
"label": "View",
|
|
919
|
-
"event": "VIEW",
|
|
920
|
-
"variant": "ghost"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"label": "Edit",
|
|
924
|
-
"event": "EDIT",
|
|
925
|
-
"variant": "ghost"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"label": "Checkout",
|
|
929
|
-
"variant": "primary",
|
|
930
|
-
"event": "CHECKOUT"
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"label": "Delete",
|
|
934
|
-
"variant": "danger",
|
|
935
|
-
"event": "DELETE"
|
|
936
|
-
}
|
|
937
|
-
],
|
|
938
897
|
"entity": "@payload.data",
|
|
939
|
-
"type": "data-grid",
|
|
940
898
|
"fields": [
|
|
941
899
|
{
|
|
942
|
-
"name": "name",
|
|
943
900
|
"label": "Name",
|
|
944
901
|
"variant": "h4",
|
|
902
|
+
"name": "name",
|
|
945
903
|
"icon": "shopping-bag"
|
|
946
904
|
},
|
|
947
905
|
{
|
|
906
|
+
"name": "description",
|
|
948
907
|
"colorMap": {
|
|
949
|
-
"done": "success",
|
|
950
908
|
"cancelled": "destructive",
|
|
951
|
-
"inactive": "neutral",
|
|
952
|
-
"archived": "neutral",
|
|
953
|
-
"error": "destructive",
|
|
954
|
-
"scheduled": "warning",
|
|
955
|
-
"completed": "success",
|
|
956
909
|
"pending": "warning",
|
|
957
|
-
"
|
|
910
|
+
"completed": "success",
|
|
911
|
+
"scheduled": "warning",
|
|
958
912
|
"disabled": "neutral",
|
|
959
|
-
"
|
|
960
|
-
"
|
|
913
|
+
"active": "success",
|
|
914
|
+
"done": "success",
|
|
915
|
+
"archived": "neutral",
|
|
916
|
+
"draft": "warning",
|
|
917
|
+
"inactive": "neutral",
|
|
918
|
+
"error": "destructive",
|
|
919
|
+
"failed": "destructive"
|
|
961
920
|
},
|
|
962
|
-
"
|
|
963
|
-
"
|
|
964
|
-
"variant": "badge"
|
|
921
|
+
"variant": "badge",
|
|
922
|
+
"label": "Description"
|
|
965
923
|
},
|
|
966
924
|
{
|
|
967
|
-
"name": "price",
|
|
968
925
|
"variant": "caption",
|
|
926
|
+
"name": "price",
|
|
969
927
|
"label": "Price"
|
|
970
928
|
}
|
|
929
|
+
],
|
|
930
|
+
"type": "data-grid",
|
|
931
|
+
"itemActions": [
|
|
932
|
+
{
|
|
933
|
+
"event": "VIEW",
|
|
934
|
+
"variant": "ghost",
|
|
935
|
+
"label": "View"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"label": "Edit",
|
|
939
|
+
"event": "EDIT",
|
|
940
|
+
"variant": "ghost"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"event": "CHECKOUT",
|
|
944
|
+
"label": "Checkout",
|
|
945
|
+
"variant": "primary"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"variant": "danger",
|
|
949
|
+
"event": "DELETE",
|
|
950
|
+
"label": "Delete"
|
|
951
|
+
}
|
|
971
952
|
]
|
|
972
953
|
}
|
|
973
954
|
],
|
|
974
|
-
"gap": "lg",
|
|
975
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
976
955
|
"direction": "vertical"
|
|
977
956
|
}
|
|
978
957
|
],
|
|
979
958
|
"type": "dashboard-layout",
|
|
980
|
-
"
|
|
959
|
+
"navItems": [
|
|
960
|
+
{
|
|
961
|
+
"icon": "package",
|
|
962
|
+
"href": "/products",
|
|
963
|
+
"label": "Products"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"href": "/login",
|
|
967
|
+
"icon": "layout-list",
|
|
968
|
+
"label": "Login"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"icon": "credit-card",
|
|
972
|
+
"label": "Checkout",
|
|
973
|
+
"href": "/checkout"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"href": "/orders",
|
|
977
|
+
"icon": "clipboard-list",
|
|
978
|
+
"label": "Orders"
|
|
979
|
+
}
|
|
980
|
+
]
|
|
981
981
|
}
|
|
982
982
|
]
|
|
983
983
|
]
|
|
@@ -999,8 +999,8 @@
|
|
|
999
999
|
"children": [
|
|
1000
1000
|
{
|
|
1001
1001
|
"name": "alert-triangle",
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1002
|
+
"type": "icon",
|
|
1003
|
+
"color": "destructive"
|
|
1004
1004
|
},
|
|
1005
1005
|
{
|
|
1006
1006
|
"content": "Failed to load product",
|
|
@@ -1008,17 +1008,17 @@
|
|
|
1008
1008
|
"variant": "h3"
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
|
-
"type": "typography",
|
|
1012
1011
|
"variant": "body",
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1012
|
+
"color": "muted",
|
|
1013
|
+
"type": "typography",
|
|
1014
|
+
"content": "@payload.error"
|
|
1015
1015
|
},
|
|
1016
1016
|
{
|
|
1017
|
-
"
|
|
1017
|
+
"action": "INIT",
|
|
1018
1018
|
"type": "button",
|
|
1019
1019
|
"icon": "rotate-ccw",
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1020
|
+
"variant": "primary",
|
|
1021
|
+
"label": "Retry"
|
|
1022
1022
|
}
|
|
1023
1023
|
]
|
|
1024
1024
|
}
|
|
@@ -1220,8 +1220,8 @@
|
|
|
1220
1220
|
"Product",
|
|
1221
1221
|
{
|
|
1222
1222
|
"emit": {
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1223
|
+
"failure": "ProductLoadFailed",
|
|
1224
|
+
"success": "ProductLoaded"
|
|
1225
1225
|
}
|
|
1226
1226
|
}
|
|
1227
1227
|
],
|
|
@@ -1229,31 +1229,30 @@
|
|
|
1229
1229
|
"render-ui",
|
|
1230
1230
|
"modal",
|
|
1231
1231
|
{
|
|
1232
|
-
"type": "stack",
|
|
1233
|
-
"direction": "vertical",
|
|
1234
|
-
"gap": "md",
|
|
1235
1232
|
"children": [
|
|
1236
1233
|
{
|
|
1234
|
+
"direction": "horizontal",
|
|
1237
1235
|
"type": "stack",
|
|
1238
|
-
"gap": "sm",
|
|
1239
1236
|
"children": [
|
|
1240
1237
|
{
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1238
|
+
"type": "icon",
|
|
1239
|
+
"name": "plus-circle"
|
|
1243
1240
|
},
|
|
1244
1241
|
{
|
|
1245
1242
|
"content": "Create Product",
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1243
|
+
"variant": "h3",
|
|
1244
|
+
"type": "typography"
|
|
1248
1245
|
}
|
|
1249
1246
|
],
|
|
1250
|
-
"
|
|
1247
|
+
"gap": "sm"
|
|
1251
1248
|
},
|
|
1252
1249
|
{
|
|
1253
1250
|
"type": "divider"
|
|
1254
1251
|
},
|
|
1255
1252
|
{
|
|
1256
|
-
"
|
|
1253
|
+
"submitEvent": "SAVE",
|
|
1254
|
+
"cancelEvent": "CLOSE",
|
|
1255
|
+
"mode": "create",
|
|
1257
1256
|
"fields": [
|
|
1258
1257
|
"name",
|
|
1259
1258
|
"description",
|
|
@@ -1261,11 +1260,12 @@
|
|
|
1261
1260
|
"category",
|
|
1262
1261
|
"inStock"
|
|
1263
1262
|
],
|
|
1264
|
-
"
|
|
1265
|
-
"submitEvent": "SAVE",
|
|
1266
|
-
"cancelEvent": "CLOSE"
|
|
1263
|
+
"type": "form-section"
|
|
1267
1264
|
}
|
|
1268
|
-
]
|
|
1265
|
+
],
|
|
1266
|
+
"type": "stack",
|
|
1267
|
+
"direction": "vertical",
|
|
1268
|
+
"gap": "md"
|
|
1269
1269
|
}
|
|
1270
1270
|
]
|
|
1271
1271
|
]
|
|
@@ -1526,8 +1526,8 @@
|
|
|
1526
1526
|
"Product",
|
|
1527
1527
|
{
|
|
1528
1528
|
"emit": {
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1529
|
+
"failure": "ProductLoadFailed",
|
|
1530
|
+
"success": "ProductLoaded"
|
|
1531
1531
|
}
|
|
1532
1532
|
}
|
|
1533
1533
|
]
|
|
@@ -1543,8 +1543,8 @@
|
|
|
1543
1543
|
"Product",
|
|
1544
1544
|
{
|
|
1545
1545
|
"emit": {
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1546
|
+
"success": "ProductLoaded",
|
|
1547
|
+
"failure": "ProductLoadFailed"
|
|
1548
1548
|
},
|
|
1549
1549
|
"id": "@payload.id"
|
|
1550
1550
|
}
|
|
@@ -1553,31 +1553,34 @@
|
|
|
1553
1553
|
"render-ui",
|
|
1554
1554
|
"modal",
|
|
1555
1555
|
{
|
|
1556
|
+
"direction": "vertical",
|
|
1557
|
+
"type": "stack",
|
|
1558
|
+
"gap": "md",
|
|
1556
1559
|
"children": [
|
|
1557
1560
|
{
|
|
1558
|
-
"gap": "sm",
|
|
1559
1561
|
"direction": "horizontal",
|
|
1562
|
+
"type": "stack",
|
|
1563
|
+
"gap": "sm",
|
|
1560
1564
|
"children": [
|
|
1561
1565
|
{
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1566
|
+
"type": "icon",
|
|
1567
|
+
"name": "edit"
|
|
1564
1568
|
},
|
|
1565
1569
|
{
|
|
1566
|
-
"variant": "h3",
|
|
1567
1570
|
"type": "typography",
|
|
1571
|
+
"variant": "h3",
|
|
1568
1572
|
"content": "Edit Product"
|
|
1569
1573
|
}
|
|
1570
|
-
]
|
|
1571
|
-
"type": "stack"
|
|
1574
|
+
]
|
|
1572
1575
|
},
|
|
1573
1576
|
{
|
|
1574
1577
|
"type": "divider"
|
|
1575
1578
|
},
|
|
1576
1579
|
{
|
|
1577
|
-
"submitEvent": "SAVE",
|
|
1578
|
-
"cancelEvent": "CLOSE",
|
|
1579
|
-
"mode": "edit",
|
|
1580
1580
|
"entity": "@payload.row",
|
|
1581
|
+
"type": "form-section",
|
|
1582
|
+
"cancelEvent": "CLOSE",
|
|
1583
|
+
"submitEvent": "SAVE",
|
|
1581
1584
|
"fields": [
|
|
1582
1585
|
"name",
|
|
1583
1586
|
"description",
|
|
@@ -1585,12 +1588,9 @@
|
|
|
1585
1588
|
"category",
|
|
1586
1589
|
"inStock"
|
|
1587
1590
|
],
|
|
1588
|
-
"
|
|
1591
|
+
"mode": "edit"
|
|
1589
1592
|
}
|
|
1590
|
-
]
|
|
1591
|
-
"type": "stack",
|
|
1592
|
-
"gap": "md",
|
|
1593
|
-
"direction": "vertical"
|
|
1593
|
+
]
|
|
1594
1594
|
}
|
|
1595
1595
|
]
|
|
1596
1596
|
]
|
|
@@ -1631,8 +1631,8 @@
|
|
|
1631
1631
|
"@payload.data",
|
|
1632
1632
|
{
|
|
1633
1633
|
"emit": {
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1634
|
+
"success": "ProductUpdated",
|
|
1635
|
+
"failure": "ProductUpdateFailed"
|
|
1636
1636
|
}
|
|
1637
1637
|
}
|
|
1638
1638
|
],
|
|
@@ -1815,8 +1815,8 @@
|
|
|
1815
1815
|
"Product",
|
|
1816
1816
|
{
|
|
1817
1817
|
"emit": {
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1818
|
+
"failure": "ProductLoadFailed",
|
|
1819
|
+
"success": "ProductLoaded"
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
1822
|
]
|
|
@@ -1831,151 +1831,151 @@
|
|
|
1831
1831
|
"fetch",
|
|
1832
1832
|
"Product",
|
|
1833
1833
|
{
|
|
1834
|
+
"id": "@payload.id",
|
|
1834
1835
|
"emit": {
|
|
1835
1836
|
"success": "ProductLoaded",
|
|
1836
1837
|
"failure": "ProductLoadFailed"
|
|
1837
|
-
}
|
|
1838
|
-
"id": "@payload.id"
|
|
1838
|
+
}
|
|
1839
1839
|
}
|
|
1840
1840
|
],
|
|
1841
1841
|
[
|
|
1842
1842
|
"render-ui",
|
|
1843
1843
|
"modal",
|
|
1844
1844
|
{
|
|
1845
|
+
"direction": "vertical",
|
|
1845
1846
|
"type": "stack",
|
|
1847
|
+
"gap": "md",
|
|
1846
1848
|
"children": [
|
|
1847
1849
|
{
|
|
1848
|
-
"direction": "horizontal",
|
|
1849
|
-
"gap": "sm",
|
|
1850
|
-
"align": "center",
|
|
1851
1850
|
"type": "stack",
|
|
1852
1851
|
"children": [
|
|
1853
1852
|
{
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1853
|
+
"name": "eye",
|
|
1854
|
+
"type": "icon"
|
|
1856
1855
|
},
|
|
1857
1856
|
{
|
|
1858
|
-
"type": "typography",
|
|
1859
1857
|
"variant": "h3",
|
|
1860
|
-
"content": "@entity.name"
|
|
1858
|
+
"content": "@entity.name",
|
|
1859
|
+
"type": "typography"
|
|
1861
1860
|
}
|
|
1862
|
-
]
|
|
1861
|
+
],
|
|
1862
|
+
"direction": "horizontal",
|
|
1863
|
+
"gap": "sm",
|
|
1864
|
+
"align": "center"
|
|
1863
1865
|
},
|
|
1864
1866
|
{
|
|
1865
1867
|
"type": "divider"
|
|
1866
1868
|
},
|
|
1867
1869
|
{
|
|
1870
|
+
"gap": "md",
|
|
1868
1871
|
"type": "stack",
|
|
1869
1872
|
"direction": "horizontal",
|
|
1870
1873
|
"children": [
|
|
1871
1874
|
{
|
|
1872
|
-
"
|
|
1875
|
+
"type": "typography",
|
|
1873
1876
|
"content": "Name",
|
|
1874
|
-
"
|
|
1877
|
+
"variant": "caption"
|
|
1875
1878
|
},
|
|
1876
1879
|
{
|
|
1877
|
-
"
|
|
1880
|
+
"type": "typography",
|
|
1878
1881
|
"variant": "body",
|
|
1879
|
-
"
|
|
1882
|
+
"content": "@entity.name"
|
|
1880
1883
|
}
|
|
1881
|
-
]
|
|
1882
|
-
"gap": "md"
|
|
1884
|
+
]
|
|
1883
1885
|
},
|
|
1884
1886
|
{
|
|
1885
1887
|
"direction": "horizontal",
|
|
1886
|
-
"gap": "md",
|
|
1887
1888
|
"type": "stack",
|
|
1888
1889
|
"children": [
|
|
1889
1890
|
{
|
|
1890
|
-
"variant": "caption",
|
|
1891
1891
|
"content": "Description",
|
|
1892
|
+
"variant": "caption",
|
|
1892
1893
|
"type": "typography"
|
|
1893
1894
|
},
|
|
1894
1895
|
{
|
|
1895
|
-
"variant": "body",
|
|
1896
1896
|
"content": "@entity.description",
|
|
1897
|
+
"variant": "body",
|
|
1897
1898
|
"type": "typography"
|
|
1898
1899
|
}
|
|
1899
|
-
]
|
|
1900
|
+
],
|
|
1901
|
+
"gap": "md"
|
|
1900
1902
|
},
|
|
1901
1903
|
{
|
|
1902
1904
|
"children": [
|
|
1903
1905
|
{
|
|
1904
|
-
"type": "typography",
|
|
1905
1906
|
"variant": "caption",
|
|
1906
|
-
"content": "Price"
|
|
1907
|
+
"content": "Price",
|
|
1908
|
+
"type": "typography"
|
|
1907
1909
|
},
|
|
1908
1910
|
{
|
|
1909
|
-
"content": "@entity.price",
|
|
1910
1911
|
"type": "typography",
|
|
1912
|
+
"content": "@entity.price",
|
|
1911
1913
|
"variant": "body"
|
|
1912
1914
|
}
|
|
1913
1915
|
],
|
|
1914
|
-
"
|
|
1916
|
+
"type": "stack",
|
|
1915
1917
|
"gap": "md",
|
|
1916
|
-
"
|
|
1918
|
+
"direction": "horizontal"
|
|
1917
1919
|
},
|
|
1918
1920
|
{
|
|
1919
1921
|
"type": "stack",
|
|
1920
1922
|
"direction": "horizontal",
|
|
1921
|
-
"gap": "md",
|
|
1922
1923
|
"children": [
|
|
1923
1924
|
{
|
|
1924
|
-
"content": "Category",
|
|
1925
1925
|
"type": "typography",
|
|
1926
|
-
"variant": "caption"
|
|
1926
|
+
"variant": "caption",
|
|
1927
|
+
"content": "Category"
|
|
1927
1928
|
},
|
|
1928
1929
|
{
|
|
1930
|
+
"content": "@entity.category",
|
|
1929
1931
|
"type": "typography",
|
|
1930
|
-
"variant": "body"
|
|
1931
|
-
"content": "@entity.category"
|
|
1932
|
+
"variant": "body"
|
|
1932
1933
|
}
|
|
1933
|
-
]
|
|
1934
|
+
],
|
|
1935
|
+
"gap": "md"
|
|
1934
1936
|
},
|
|
1935
1937
|
{
|
|
1936
|
-
"type": "stack",
|
|
1937
|
-
"direction": "horizontal",
|
|
1938
|
-
"gap": "md",
|
|
1939
1938
|
"children": [
|
|
1940
1939
|
{
|
|
1941
|
-
"variant": "caption",
|
|
1942
1940
|
"content": "In Stock",
|
|
1941
|
+
"variant": "caption",
|
|
1943
1942
|
"type": "typography"
|
|
1944
1943
|
},
|
|
1945
1944
|
{
|
|
1945
|
+
"content": "@entity.inStock",
|
|
1946
1946
|
"type": "typography",
|
|
1947
|
-
"variant": "body"
|
|
1948
|
-
"content": "@entity.inStock"
|
|
1947
|
+
"variant": "body"
|
|
1949
1948
|
}
|
|
1950
|
-
]
|
|
1949
|
+
],
|
|
1950
|
+
"gap": "md",
|
|
1951
|
+
"direction": "horizontal",
|
|
1952
|
+
"type": "stack"
|
|
1951
1953
|
},
|
|
1952
1954
|
{
|
|
1953
1955
|
"type": "divider"
|
|
1954
1956
|
},
|
|
1955
1957
|
{
|
|
1956
|
-
"
|
|
1957
|
-
"justify": "end",
|
|
1958
|
+
"gap": "sm",
|
|
1958
1959
|
"children": [
|
|
1959
1960
|
{
|
|
1960
1961
|
"icon": "edit",
|
|
1961
|
-
"action": "EDIT",
|
|
1962
1962
|
"type": "button",
|
|
1963
|
+
"variant": "primary",
|
|
1963
1964
|
"label": "Edit",
|
|
1964
|
-
"
|
|
1965
|
+
"action": "EDIT"
|
|
1965
1966
|
},
|
|
1966
1967
|
{
|
|
1967
|
-
"label": "Close",
|
|
1968
|
-
"variant": "ghost",
|
|
1969
1968
|
"type": "button",
|
|
1970
|
-
"
|
|
1969
|
+
"label": "Close",
|
|
1970
|
+
"action": "CLOSE",
|
|
1971
|
+
"variant": "ghost"
|
|
1971
1972
|
}
|
|
1972
1973
|
],
|
|
1973
|
-
"
|
|
1974
|
+
"type": "stack",
|
|
1975
|
+
"justify": "end",
|
|
1974
1976
|
"direction": "horizontal"
|
|
1975
1977
|
}
|
|
1976
|
-
]
|
|
1977
|
-
"gap": "md",
|
|
1978
|
-
"direction": "vertical"
|
|
1978
|
+
]
|
|
1979
1979
|
}
|
|
1980
1980
|
]
|
|
1981
1981
|
]
|
|
@@ -2228,8 +2228,8 @@
|
|
|
2228
2228
|
{
|
|
2229
2229
|
"id": "@payload.id",
|
|
2230
2230
|
"emit": {
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2231
|
+
"success": "ProductLoaded",
|
|
2232
|
+
"failure": "ProductLoadFailed"
|
|
2233
2233
|
}
|
|
2234
2234
|
}
|
|
2235
2235
|
],
|
|
@@ -2237,57 +2237,57 @@
|
|
|
2237
2237
|
"render-ui",
|
|
2238
2238
|
"modal",
|
|
2239
2239
|
{
|
|
2240
|
-
"type": "stack",
|
|
2241
|
-
"gap": "md",
|
|
2242
|
-
"direction": "vertical",
|
|
2243
2240
|
"children": [
|
|
2244
2241
|
{
|
|
2245
2242
|
"align": "center",
|
|
2246
|
-
"
|
|
2243
|
+
"type": "stack",
|
|
2247
2244
|
"gap": "sm",
|
|
2248
2245
|
"children": [
|
|
2249
2246
|
{
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2247
|
+
"type": "icon",
|
|
2248
|
+
"name": "alert-triangle"
|
|
2252
2249
|
},
|
|
2253
2250
|
{
|
|
2251
|
+
"type": "typography",
|
|
2254
2252
|
"variant": "h3",
|
|
2255
|
-
"content": "Delete Product"
|
|
2256
|
-
"type": "typography"
|
|
2253
|
+
"content": "Delete Product"
|
|
2257
2254
|
}
|
|
2258
2255
|
],
|
|
2259
|
-
"
|
|
2256
|
+
"direction": "horizontal"
|
|
2260
2257
|
},
|
|
2261
2258
|
{
|
|
2262
2259
|
"type": "divider"
|
|
2263
2260
|
},
|
|
2264
2261
|
{
|
|
2265
|
-
"message": "This action cannot be undone.",
|
|
2266
2262
|
"type": "alert",
|
|
2263
|
+
"message": "This action cannot be undone.",
|
|
2267
2264
|
"variant": "error"
|
|
2268
2265
|
},
|
|
2269
2266
|
{
|
|
2270
|
-
"
|
|
2267
|
+
"type": "stack",
|
|
2268
|
+
"direction": "horizontal",
|
|
2269
|
+
"gap": "sm",
|
|
2271
2270
|
"children": [
|
|
2272
2271
|
{
|
|
2273
|
-
"
|
|
2274
|
-
"action": "CANCEL",
|
|
2272
|
+
"type": "button",
|
|
2275
2273
|
"label": "Cancel",
|
|
2276
|
-
"
|
|
2274
|
+
"variant": "ghost",
|
|
2275
|
+
"action": "CANCEL"
|
|
2277
2276
|
},
|
|
2278
2277
|
{
|
|
2279
2278
|
"variant": "danger",
|
|
2280
|
-
"label": "Delete",
|
|
2281
|
-
"action": "CONFIRM_DELETE",
|
|
2282
2279
|
"icon": "check",
|
|
2283
|
-
"
|
|
2280
|
+
"label": "Delete",
|
|
2281
|
+
"type": "button",
|
|
2282
|
+
"action": "CONFIRM_DELETE"
|
|
2284
2283
|
}
|
|
2285
2284
|
],
|
|
2286
|
-
"
|
|
2287
|
-
"direction": "horizontal",
|
|
2288
|
-
"gap": "sm"
|
|
2285
|
+
"justify": "end"
|
|
2289
2286
|
}
|
|
2290
|
-
]
|
|
2287
|
+
],
|
|
2288
|
+
"gap": "md",
|
|
2289
|
+
"type": "stack",
|
|
2290
|
+
"direction": "vertical"
|
|
2291
2291
|
}
|
|
2292
2292
|
]
|
|
2293
2293
|
]
|
|
@@ -2304,8 +2304,8 @@
|
|
|
2304
2304
|
"@entity.pendingId",
|
|
2305
2305
|
{
|
|
2306
2306
|
"emit": {
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2307
|
+
"success": "ProductDeleted",
|
|
2308
|
+
"failure": "ProductDeleteFailed"
|
|
2309
2309
|
}
|
|
2310
2310
|
}
|
|
2311
2311
|
],
|
|
@@ -2686,22 +2686,21 @@
|
|
|
2686
2686
|
"render-ui",
|
|
2687
2687
|
"main",
|
|
2688
2688
|
{
|
|
2689
|
-
"appName": "ServiceMarketplace",
|
|
2690
2689
|
"navItems": [
|
|
2691
2690
|
{
|
|
2692
|
-
"label": "Products",
|
|
2693
2691
|
"href": "/products",
|
|
2694
|
-
"icon": "package"
|
|
2692
|
+
"icon": "package",
|
|
2693
|
+
"label": "Products"
|
|
2695
2694
|
},
|
|
2696
2695
|
{
|
|
2697
|
-
"
|
|
2696
|
+
"label": "Login",
|
|
2698
2697
|
"icon": "layout-list",
|
|
2699
|
-
"
|
|
2698
|
+
"href": "/login"
|
|
2700
2699
|
},
|
|
2701
2700
|
{
|
|
2702
|
-
"icon": "credit-card",
|
|
2703
2701
|
"href": "/checkout",
|
|
2704
|
-
"label": "Checkout"
|
|
2702
|
+
"label": "Checkout",
|
|
2703
|
+
"icon": "credit-card"
|
|
2705
2704
|
},
|
|
2706
2705
|
{
|
|
2707
2706
|
"href": "/orders",
|
|
@@ -2709,61 +2708,62 @@
|
|
|
2709
2708
|
"label": "Orders"
|
|
2710
2709
|
}
|
|
2711
2710
|
],
|
|
2712
|
-
"type": "dashboard-layout",
|
|
2713
2711
|
"children": [
|
|
2714
2712
|
{
|
|
2713
|
+
"align": "center",
|
|
2715
2714
|
"type": "stack",
|
|
2716
2715
|
"children": [
|
|
2717
2716
|
{
|
|
2718
|
-
"type": "stack",
|
|
2719
|
-
"gap": "md",
|
|
2720
2717
|
"direction": "horizontal",
|
|
2721
2718
|
"align": "center",
|
|
2722
2719
|
"children": [
|
|
2723
2720
|
{
|
|
2724
|
-
"
|
|
2725
|
-
"
|
|
2721
|
+
"name": "lock",
|
|
2722
|
+
"type": "icon"
|
|
2726
2723
|
},
|
|
2727
2724
|
{
|
|
2725
|
+
"variant": "h2",
|
|
2728
2726
|
"content": "Sign In",
|
|
2729
|
-
"type": "typography"
|
|
2730
|
-
"variant": "h2"
|
|
2727
|
+
"type": "typography"
|
|
2731
2728
|
}
|
|
2732
|
-
]
|
|
2729
|
+
],
|
|
2730
|
+
"gap": "md",
|
|
2731
|
+
"type": "stack"
|
|
2733
2732
|
},
|
|
2734
2733
|
{
|
|
2735
2734
|
"type": "divider"
|
|
2736
2735
|
},
|
|
2737
2736
|
{
|
|
2737
|
+
"type": "select",
|
|
2738
2738
|
"options": [
|
|
2739
2739
|
{
|
|
2740
2740
|
"label": "Google",
|
|
2741
2741
|
"value": "google"
|
|
2742
2742
|
},
|
|
2743
2743
|
{
|
|
2744
|
-
"
|
|
2745
|
-
"
|
|
2744
|
+
"value": "github",
|
|
2745
|
+
"label": "GitHub"
|
|
2746
2746
|
},
|
|
2747
2747
|
{
|
|
2748
|
-
"
|
|
2749
|
-
"
|
|
2748
|
+
"label": "Microsoft",
|
|
2749
|
+
"value": "microsoft"
|
|
2750
2750
|
}
|
|
2751
|
-
]
|
|
2752
|
-
"type": "select"
|
|
2751
|
+
]
|
|
2753
2752
|
},
|
|
2754
2753
|
{
|
|
2755
|
-
"variant": "primary",
|
|
2756
|
-
"type": "button",
|
|
2757
|
-
"icon": "log-in",
|
|
2758
2754
|
"action": "LOGIN",
|
|
2759
|
-
"label": "Login"
|
|
2755
|
+
"label": "Login",
|
|
2756
|
+
"type": "button",
|
|
2757
|
+
"variant": "primary",
|
|
2758
|
+
"icon": "log-in"
|
|
2760
2759
|
}
|
|
2761
2760
|
],
|
|
2762
|
-
"
|
|
2763
|
-
"
|
|
2764
|
-
"gap": "lg"
|
|
2761
|
+
"gap": "lg",
|
|
2762
|
+
"direction": "vertical"
|
|
2765
2763
|
}
|
|
2766
|
-
]
|
|
2764
|
+
],
|
|
2765
|
+
"type": "dashboard-layout",
|
|
2766
|
+
"appName": "ServiceMarketplace"
|
|
2767
2767
|
}
|
|
2768
2768
|
]
|
|
2769
2769
|
]
|
|
@@ -2777,25 +2777,16 @@
|
|
|
2777
2777
|
"render-ui",
|
|
2778
2778
|
"main",
|
|
2779
2779
|
{
|
|
2780
|
-
"children": [
|
|
2781
|
-
{
|
|
2782
|
-
"type": "loading-state",
|
|
2783
|
-
"title": "Authorizing...",
|
|
2784
|
-
"message": "Redirecting to provider for authorization."
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"type": "dashboard-layout",
|
|
2788
|
-
"appName": "ServiceMarketplace",
|
|
2789
2780
|
"navItems": [
|
|
2790
2781
|
{
|
|
2791
2782
|
"href": "/products",
|
|
2792
|
-
"
|
|
2793
|
-
"
|
|
2783
|
+
"icon": "package",
|
|
2784
|
+
"label": "Products"
|
|
2794
2785
|
},
|
|
2795
2786
|
{
|
|
2796
|
-
"icon": "layout-list",
|
|
2797
2787
|
"label": "Login",
|
|
2798
|
-
"href": "/login"
|
|
2788
|
+
"href": "/login",
|
|
2789
|
+
"icon": "layout-list"
|
|
2799
2790
|
},
|
|
2800
2791
|
{
|
|
2801
2792
|
"icon": "credit-card",
|
|
@@ -2803,11 +2794,20 @@
|
|
|
2803
2794
|
"href": "/checkout"
|
|
2804
2795
|
},
|
|
2805
2796
|
{
|
|
2806
|
-
"label": "Orders",
|
|
2807
2797
|
"icon": "clipboard-list",
|
|
2798
|
+
"label": "Orders",
|
|
2808
2799
|
"href": "/orders"
|
|
2809
2800
|
}
|
|
2810
|
-
]
|
|
2801
|
+
],
|
|
2802
|
+
"appName": "ServiceMarketplace",
|
|
2803
|
+
"children": [
|
|
2804
|
+
{
|
|
2805
|
+
"message": "Redirecting to provider for authorization.",
|
|
2806
|
+
"title": "Authorizing...",
|
|
2807
|
+
"type": "loading-state"
|
|
2808
|
+
}
|
|
2809
|
+
],
|
|
2810
|
+
"type": "dashboard-layout"
|
|
2811
2811
|
}
|
|
2812
2812
|
],
|
|
2813
2813
|
[
|
|
@@ -2844,34 +2844,11 @@
|
|
|
2844
2844
|
"render-ui",
|
|
2845
2845
|
"main",
|
|
2846
2846
|
{
|
|
2847
|
-
"appName": "ServiceMarketplace",
|
|
2848
|
-
"type": "dashboard-layout",
|
|
2849
|
-
"navItems": [
|
|
2850
|
-
{
|
|
2851
|
-
"href": "/products",
|
|
2852
|
-
"icon": "package",
|
|
2853
|
-
"label": "Products"
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"icon": "layout-list",
|
|
2857
|
-
"label": "Login",
|
|
2858
|
-
"href": "/login"
|
|
2859
|
-
},
|
|
2860
|
-
{
|
|
2861
|
-
"icon": "credit-card",
|
|
2862
|
-
"label": "Checkout",
|
|
2863
|
-
"href": "/checkout"
|
|
2864
|
-
},
|
|
2865
|
-
{
|
|
2866
|
-
"icon": "clipboard-list",
|
|
2867
|
-
"href": "/orders",
|
|
2868
|
-
"label": "Orders"
|
|
2869
|
-
}
|
|
2870
|
-
],
|
|
2871
2847
|
"children": [
|
|
2872
2848
|
{
|
|
2873
|
-
"type": "stack",
|
|
2874
2849
|
"direction": "vertical",
|
|
2850
|
+
"type": "stack",
|
|
2851
|
+
"gap": "lg",
|
|
2875
2852
|
"align": "center",
|
|
2876
2853
|
"children": [
|
|
2877
2854
|
{
|
|
@@ -2879,29 +2856,52 @@
|
|
|
2879
2856
|
"type": "icon"
|
|
2880
2857
|
},
|
|
2881
2858
|
{
|
|
2882
|
-
"
|
|
2859
|
+
"content": "Authorization Required",
|
|
2883
2860
|
"variant": "h2",
|
|
2884
|
-
"
|
|
2861
|
+
"type": "typography"
|
|
2885
2862
|
},
|
|
2886
2863
|
{
|
|
2887
2864
|
"type": "typography",
|
|
2888
|
-
"variant": "body",
|
|
2889
2865
|
"content": "@entity.authUrl",
|
|
2890
|
-
"color": "muted"
|
|
2866
|
+
"color": "muted",
|
|
2867
|
+
"variant": "body"
|
|
2891
2868
|
},
|
|
2892
2869
|
{
|
|
2893
2870
|
"placeholder": "Paste authorization code here",
|
|
2894
2871
|
"type": "input"
|
|
2895
2872
|
},
|
|
2896
2873
|
{
|
|
2897
|
-
"
|
|
2874
|
+
"type": "button",
|
|
2875
|
+
"variant": "primary",
|
|
2898
2876
|
"icon": "check",
|
|
2899
2877
|
"label": "Submit",
|
|
2900
|
-
"
|
|
2901
|
-
"variant": "primary"
|
|
2878
|
+
"action": "CALLBACK"
|
|
2902
2879
|
}
|
|
2903
|
-
]
|
|
2904
|
-
|
|
2880
|
+
]
|
|
2881
|
+
}
|
|
2882
|
+
],
|
|
2883
|
+
"type": "dashboard-layout",
|
|
2884
|
+
"appName": "ServiceMarketplace",
|
|
2885
|
+
"navItems": [
|
|
2886
|
+
{
|
|
2887
|
+
"icon": "package",
|
|
2888
|
+
"label": "Products",
|
|
2889
|
+
"href": "/products"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"label": "Login",
|
|
2893
|
+
"href": "/login",
|
|
2894
|
+
"icon": "layout-list"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"href": "/checkout",
|
|
2898
|
+
"label": "Checkout",
|
|
2899
|
+
"icon": "credit-card"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"label": "Orders",
|
|
2903
|
+
"href": "/orders",
|
|
2904
|
+
"icon": "clipboard-list"
|
|
2905
2905
|
}
|
|
2906
2906
|
]
|
|
2907
2907
|
}
|
|
@@ -2931,64 +2931,64 @@
|
|
|
2931
2931
|
"render-ui",
|
|
2932
2932
|
"main",
|
|
2933
2933
|
{
|
|
2934
|
+
"appName": "ServiceMarketplace",
|
|
2934
2935
|
"children": [
|
|
2935
2936
|
{
|
|
2937
|
+
"gap": "lg",
|
|
2938
|
+
"direction": "vertical",
|
|
2939
|
+
"type": "stack",
|
|
2940
|
+
"align": "center",
|
|
2936
2941
|
"children": [
|
|
2937
2942
|
{
|
|
2938
2943
|
"type": "icon",
|
|
2939
2944
|
"name": "check-circle"
|
|
2940
2945
|
},
|
|
2941
2946
|
{
|
|
2942
|
-
"type": "alert",
|
|
2943
2947
|
"message": "Authenticated successfully",
|
|
2948
|
+
"type": "alert",
|
|
2944
2949
|
"variant": "success"
|
|
2945
2950
|
},
|
|
2946
2951
|
{
|
|
2947
|
-
"type": "stack",
|
|
2948
|
-
"justify": "center",
|
|
2949
|
-
"direction": "horizontal",
|
|
2950
|
-
"gap": "sm",
|
|
2951
2952
|
"children": [
|
|
2952
2953
|
{
|
|
2953
|
-
"type": "button",
|
|
2954
2954
|
"label": "Refresh Token",
|
|
2955
|
-
"action": "REFRESH",
|
|
2956
2955
|
"icon": "refresh-cw",
|
|
2957
|
-
"variant": "ghost"
|
|
2956
|
+
"variant": "ghost",
|
|
2957
|
+
"action": "REFRESH",
|
|
2958
|
+
"type": "button"
|
|
2958
2959
|
},
|
|
2959
2960
|
{
|
|
2960
2961
|
"action": "LOGOUT",
|
|
2961
2962
|
"variant": "ghost",
|
|
2962
|
-
"icon": "log-out",
|
|
2963
2963
|
"label": "Logout",
|
|
2964
|
+
"icon": "log-out",
|
|
2964
2965
|
"type": "button"
|
|
2965
2966
|
}
|
|
2966
|
-
]
|
|
2967
|
+
],
|
|
2968
|
+
"direction": "horizontal",
|
|
2969
|
+
"gap": "sm",
|
|
2970
|
+
"type": "stack",
|
|
2971
|
+
"justify": "center"
|
|
2967
2972
|
}
|
|
2968
|
-
]
|
|
2969
|
-
"type": "stack",
|
|
2970
|
-
"gap": "lg",
|
|
2971
|
-
"align": "center",
|
|
2972
|
-
"direction": "vertical"
|
|
2973
|
+
]
|
|
2973
2974
|
}
|
|
2974
2975
|
],
|
|
2975
2976
|
"type": "dashboard-layout",
|
|
2976
|
-
"appName": "ServiceMarketplace",
|
|
2977
2977
|
"navItems": [
|
|
2978
2978
|
{
|
|
2979
2979
|
"label": "Products",
|
|
2980
|
-
"
|
|
2981
|
-
"
|
|
2980
|
+
"href": "/products",
|
|
2981
|
+
"icon": "package"
|
|
2982
2982
|
},
|
|
2983
2983
|
{
|
|
2984
|
-
"label": "Login",
|
|
2985
2984
|
"href": "/login",
|
|
2986
|
-
"icon": "layout-list"
|
|
2985
|
+
"icon": "layout-list",
|
|
2986
|
+
"label": "Login"
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
|
-
"label": "Checkout",
|
|
2990
2989
|
"icon": "credit-card",
|
|
2991
|
-
"href": "/checkout"
|
|
2990
|
+
"href": "/checkout",
|
|
2991
|
+
"label": "Checkout"
|
|
2992
2992
|
},
|
|
2993
2993
|
{
|
|
2994
2994
|
"label": "Orders",
|
|
@@ -3014,37 +3014,16 @@
|
|
|
3014
3014
|
"render-ui",
|
|
3015
3015
|
"main",
|
|
3016
3016
|
{
|
|
3017
|
-
"type": "dashboard-layout",
|
|
3018
|
-
"navItems": [
|
|
3019
|
-
{
|
|
3020
|
-
"icon": "package",
|
|
3021
|
-
"label": "Products",
|
|
3022
|
-
"href": "/products"
|
|
3023
|
-
},
|
|
3024
|
-
{
|
|
3025
|
-
"label": "Login",
|
|
3026
|
-
"icon": "layout-list",
|
|
3027
|
-
"href": "/login"
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"icon": "credit-card",
|
|
3031
|
-
"href": "/checkout",
|
|
3032
|
-
"label": "Checkout"
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"label": "Orders",
|
|
3036
|
-
"href": "/orders",
|
|
3037
|
-
"icon": "clipboard-list"
|
|
3038
|
-
}
|
|
3039
|
-
],
|
|
3040
|
-
"appName": "ServiceMarketplace",
|
|
3041
3017
|
"children": [
|
|
3042
3018
|
{
|
|
3019
|
+
"type": "stack",
|
|
3020
|
+
"direction": "vertical",
|
|
3021
|
+
"align": "center",
|
|
3043
3022
|
"children": [
|
|
3044
3023
|
{
|
|
3045
3024
|
"title": "Authentication Failed",
|
|
3046
|
-
"type": "error-state",
|
|
3047
3025
|
"message": "@entity.error",
|
|
3026
|
+
"type": "error-state",
|
|
3048
3027
|
"onRetry": "RETRY"
|
|
3049
3028
|
},
|
|
3050
3029
|
{
|
|
@@ -3055,12 +3034,33 @@
|
|
|
3055
3034
|
"label": "Try Again"
|
|
3056
3035
|
}
|
|
3057
3036
|
],
|
|
3058
|
-
"
|
|
3059
|
-
"direction": "vertical",
|
|
3060
|
-
"gap": "lg",
|
|
3061
|
-
"type": "stack"
|
|
3037
|
+
"gap": "lg"
|
|
3062
3038
|
}
|
|
3063
|
-
]
|
|
3039
|
+
],
|
|
3040
|
+
"navItems": [
|
|
3041
|
+
{
|
|
3042
|
+
"label": "Products",
|
|
3043
|
+
"icon": "package",
|
|
3044
|
+
"href": "/products"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"label": "Login",
|
|
3048
|
+
"icon": "layout-list",
|
|
3049
|
+
"href": "/login"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"icon": "credit-card",
|
|
3053
|
+
"label": "Checkout",
|
|
3054
|
+
"href": "/checkout"
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"icon": "clipboard-list",
|
|
3058
|
+
"label": "Orders",
|
|
3059
|
+
"href": "/orders"
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"type": "dashboard-layout",
|
|
3063
|
+
"appName": "ServiceMarketplace"
|
|
3064
3064
|
}
|
|
3065
3065
|
]
|
|
3066
3066
|
]
|
|
@@ -3089,71 +3089,71 @@
|
|
|
3089
3089
|
"render-ui",
|
|
3090
3090
|
"main",
|
|
3091
3091
|
{
|
|
3092
|
-
"navItems": [
|
|
3093
|
-
{
|
|
3094
|
-
"href": "/products",
|
|
3095
|
-
"icon": "package",
|
|
3096
|
-
"label": "Products"
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"icon": "layout-list",
|
|
3100
|
-
"href": "/login",
|
|
3101
|
-
"label": "Login"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"icon": "credit-card",
|
|
3105
|
-
"label": "Checkout",
|
|
3106
|
-
"href": "/checkout"
|
|
3107
|
-
},
|
|
3108
|
-
{
|
|
3109
|
-
"href": "/orders",
|
|
3110
|
-
"label": "Orders",
|
|
3111
|
-
"icon": "clipboard-list"
|
|
3112
|
-
}
|
|
3113
|
-
],
|
|
3114
3092
|
"children": [
|
|
3115
3093
|
{
|
|
3116
|
-
"
|
|
3094
|
+
"direction": "vertical",
|
|
3117
3095
|
"gap": "lg",
|
|
3096
|
+
"align": "center",
|
|
3097
|
+
"type": "stack",
|
|
3118
3098
|
"children": [
|
|
3119
3099
|
{
|
|
3120
3100
|
"type": "icon",
|
|
3121
3101
|
"name": "check-circle"
|
|
3122
3102
|
},
|
|
3123
3103
|
{
|
|
3124
|
-
"
|
|
3104
|
+
"variant": "success",
|
|
3125
3105
|
"type": "alert",
|
|
3126
|
-
"
|
|
3106
|
+
"message": "Authenticated successfully"
|
|
3127
3107
|
},
|
|
3128
3108
|
{
|
|
3109
|
+
"type": "stack",
|
|
3129
3110
|
"direction": "horizontal",
|
|
3130
|
-
"justify": "center",
|
|
3131
3111
|
"children": [
|
|
3132
3112
|
{
|
|
3113
|
+
"action": "REFRESH",
|
|
3114
|
+
"icon": "refresh-cw",
|
|
3133
3115
|
"type": "button",
|
|
3134
3116
|
"variant": "ghost",
|
|
3135
|
-
"label": "Refresh Token"
|
|
3136
|
-
"action": "REFRESH",
|
|
3137
|
-
"icon": "refresh-cw"
|
|
3117
|
+
"label": "Refresh Token"
|
|
3138
3118
|
},
|
|
3139
3119
|
{
|
|
3120
|
+
"icon": "log-out",
|
|
3140
3121
|
"action": "LOGOUT",
|
|
3141
3122
|
"type": "button",
|
|
3142
|
-
"variant": "ghost",
|
|
3143
3123
|
"label": "Logout",
|
|
3144
|
-
"
|
|
3124
|
+
"variant": "ghost"
|
|
3145
3125
|
}
|
|
3146
3126
|
],
|
|
3147
|
-
"
|
|
3127
|
+
"justify": "center",
|
|
3148
3128
|
"gap": "sm"
|
|
3149
3129
|
}
|
|
3150
|
-
]
|
|
3151
|
-
"direction": "vertical",
|
|
3152
|
-
"type": "stack"
|
|
3130
|
+
]
|
|
3153
3131
|
}
|
|
3154
3132
|
],
|
|
3133
|
+
"appName": "ServiceMarketplace",
|
|
3155
3134
|
"type": "dashboard-layout",
|
|
3156
|
-
"
|
|
3135
|
+
"navItems": [
|
|
3136
|
+
{
|
|
3137
|
+
"href": "/products",
|
|
3138
|
+
"icon": "package",
|
|
3139
|
+
"label": "Products"
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"href": "/login",
|
|
3143
|
+
"icon": "layout-list",
|
|
3144
|
+
"label": "Login"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"href": "/checkout",
|
|
3148
|
+
"icon": "credit-card",
|
|
3149
|
+
"label": "Checkout"
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"href": "/orders",
|
|
3153
|
+
"icon": "clipboard-list",
|
|
3154
|
+
"label": "Orders"
|
|
3155
|
+
}
|
|
3156
|
+
]
|
|
3157
3157
|
}
|
|
3158
3158
|
]
|
|
3159
3159
|
]
|
|
@@ -3167,12 +3167,10 @@
|
|
|
3167
3167
|
"render-ui",
|
|
3168
3168
|
"main",
|
|
3169
3169
|
{
|
|
3170
|
-
"type": "dashboard-layout",
|
|
3171
|
-
"appName": "ServiceMarketplace",
|
|
3172
3170
|
"navItems": [
|
|
3173
3171
|
{
|
|
3174
|
-
"icon": "package",
|
|
3175
3172
|
"label": "Products",
|
|
3173
|
+
"icon": "package",
|
|
3176
3174
|
"href": "/products"
|
|
3177
3175
|
},
|
|
3178
3176
|
{
|
|
@@ -3181,23 +3179,25 @@
|
|
|
3181
3179
|
"label": "Login"
|
|
3182
3180
|
},
|
|
3183
3181
|
{
|
|
3182
|
+
"icon": "credit-card",
|
|
3184
3183
|
"label": "Checkout",
|
|
3185
|
-
"href": "/checkout"
|
|
3186
|
-
"icon": "credit-card"
|
|
3184
|
+
"href": "/checkout"
|
|
3187
3185
|
},
|
|
3188
3186
|
{
|
|
3189
|
-
"icon": "clipboard-list",
|
|
3190
3187
|
"label": "Orders",
|
|
3191
|
-
"href": "/orders"
|
|
3188
|
+
"href": "/orders",
|
|
3189
|
+
"icon": "clipboard-list"
|
|
3192
3190
|
}
|
|
3193
3191
|
],
|
|
3192
|
+
"appName": "ServiceMarketplace",
|
|
3194
3193
|
"children": [
|
|
3195
3194
|
{
|
|
3196
3195
|
"type": "loading-state",
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3196
|
+
"title": "Refreshing token...",
|
|
3197
|
+
"message": "Obtaining a new access token."
|
|
3199
3198
|
}
|
|
3200
|
-
]
|
|
3199
|
+
],
|
|
3200
|
+
"type": "dashboard-layout"
|
|
3201
3201
|
}
|
|
3202
3202
|
],
|
|
3203
3203
|
[
|
|
@@ -3230,25 +3230,50 @@
|
|
|
3230
3230
|
"render-ui",
|
|
3231
3231
|
"main",
|
|
3232
3232
|
{
|
|
3233
|
+
"appName": "ServiceMarketplace",
|
|
3234
|
+
"navItems": [
|
|
3235
|
+
{
|
|
3236
|
+
"label": "Products",
|
|
3237
|
+
"href": "/products",
|
|
3238
|
+
"icon": "package"
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"label": "Login",
|
|
3242
|
+
"href": "/login",
|
|
3243
|
+
"icon": "layout-list"
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"label": "Checkout",
|
|
3247
|
+
"href": "/checkout",
|
|
3248
|
+
"icon": "credit-card"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"label": "Orders",
|
|
3252
|
+
"href": "/orders",
|
|
3253
|
+
"icon": "clipboard-list"
|
|
3254
|
+
}
|
|
3255
|
+
],
|
|
3256
|
+
"type": "dashboard-layout",
|
|
3233
3257
|
"children": [
|
|
3234
3258
|
{
|
|
3259
|
+
"align": "center",
|
|
3235
3260
|
"children": [
|
|
3236
3261
|
{
|
|
3237
3262
|
"children": [
|
|
3238
3263
|
{
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3264
|
+
"name": "lock",
|
|
3265
|
+
"type": "icon"
|
|
3241
3266
|
},
|
|
3242
3267
|
{
|
|
3243
|
-
"type": "typography",
|
|
3244
3268
|
"content": "Sign In",
|
|
3269
|
+
"type": "typography",
|
|
3245
3270
|
"variant": "h2"
|
|
3246
3271
|
}
|
|
3247
3272
|
],
|
|
3248
|
-
"gap": "md",
|
|
3249
|
-
"align": "center",
|
|
3250
3273
|
"type": "stack",
|
|
3251
|
-
"direction": "horizontal"
|
|
3274
|
+
"direction": "horizontal",
|
|
3275
|
+
"gap": "md",
|
|
3276
|
+
"align": "center"
|
|
3252
3277
|
},
|
|
3253
3278
|
{
|
|
3254
3279
|
"type": "divider"
|
|
@@ -3260,54 +3285,29 @@
|
|
|
3260
3285
|
"value": "google"
|
|
3261
3286
|
},
|
|
3262
3287
|
{
|
|
3263
|
-
"
|
|
3264
|
-
"
|
|
3288
|
+
"value": "github",
|
|
3289
|
+
"label": "GitHub"
|
|
3265
3290
|
},
|
|
3266
3291
|
{
|
|
3267
|
-
"
|
|
3268
|
-
"
|
|
3292
|
+
"label": "Microsoft",
|
|
3293
|
+
"value": "microsoft"
|
|
3269
3294
|
}
|
|
3270
3295
|
],
|
|
3271
3296
|
"type": "select"
|
|
3272
3297
|
},
|
|
3273
3298
|
{
|
|
3274
|
-
"icon": "log-in",
|
|
3275
3299
|
"label": "Login",
|
|
3276
3300
|
"type": "button",
|
|
3277
3301
|
"action": "LOGIN",
|
|
3278
|
-
"variant": "primary"
|
|
3302
|
+
"variant": "primary",
|
|
3303
|
+
"icon": "log-in"
|
|
3279
3304
|
}
|
|
3280
3305
|
],
|
|
3281
|
-
"gap": "lg",
|
|
3282
|
-
"direction": "vertical",
|
|
3283
3306
|
"type": "stack",
|
|
3284
|
-
"
|
|
3285
|
-
|
|
3286
|
-
],
|
|
3287
|
-
"appName": "ServiceMarketplace",
|
|
3288
|
-
"navItems": [
|
|
3289
|
-
{
|
|
3290
|
-
"icon": "package",
|
|
3291
|
-
"label": "Products",
|
|
3292
|
-
"href": "/products"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"href": "/login",
|
|
3296
|
-
"label": "Login",
|
|
3297
|
-
"icon": "layout-list"
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"href": "/checkout",
|
|
3301
|
-
"icon": "credit-card",
|
|
3302
|
-
"label": "Checkout"
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"icon": "clipboard-list",
|
|
3306
|
-
"label": "Orders",
|
|
3307
|
-
"href": "/orders"
|
|
3307
|
+
"direction": "vertical",
|
|
3308
|
+
"gap": "lg"
|
|
3308
3309
|
}
|
|
3309
|
-
]
|
|
3310
|
-
"type": "dashboard-layout"
|
|
3310
|
+
]
|
|
3311
3311
|
}
|
|
3312
3312
|
]
|
|
3313
3313
|
]
|
|
@@ -3327,11 +3327,10 @@
|
|
|
3327
3327
|
"main",
|
|
3328
3328
|
{
|
|
3329
3329
|
"type": "dashboard-layout",
|
|
3330
|
-
"appName": "ServiceMarketplace",
|
|
3331
3330
|
"navItems": [
|
|
3332
3331
|
{
|
|
3333
|
-
"icon": "package",
|
|
3334
3332
|
"href": "/products",
|
|
3333
|
+
"icon": "package",
|
|
3335
3334
|
"label": "Products"
|
|
3336
3335
|
},
|
|
3337
3336
|
{
|
|
@@ -3340,57 +3339,58 @@
|
|
|
3340
3339
|
"icon": "layout-list"
|
|
3341
3340
|
},
|
|
3342
3341
|
{
|
|
3343
|
-
"icon": "credit-card",
|
|
3344
3342
|
"label": "Checkout",
|
|
3345
|
-
"href": "/checkout"
|
|
3343
|
+
"href": "/checkout",
|
|
3344
|
+
"icon": "credit-card"
|
|
3346
3345
|
},
|
|
3347
3346
|
{
|
|
3347
|
+
"href": "/orders",
|
|
3348
3348
|
"icon": "clipboard-list",
|
|
3349
|
-
"label": "Orders"
|
|
3350
|
-
"href": "/orders"
|
|
3349
|
+
"label": "Orders"
|
|
3351
3350
|
}
|
|
3352
3351
|
],
|
|
3353
3352
|
"children": [
|
|
3354
3353
|
{
|
|
3355
3354
|
"type": "stack",
|
|
3356
|
-
"gap": "lg",
|
|
3357
|
-
"direction": "vertical",
|
|
3358
3355
|
"align": "center",
|
|
3356
|
+
"gap": "lg",
|
|
3359
3357
|
"children": [
|
|
3360
3358
|
{
|
|
3361
3359
|
"name": "check-circle",
|
|
3362
3360
|
"type": "icon"
|
|
3363
3361
|
},
|
|
3364
3362
|
{
|
|
3365
|
-
"type": "alert",
|
|
3366
3363
|
"variant": "success",
|
|
3364
|
+
"type": "alert",
|
|
3367
3365
|
"message": "Authenticated successfully"
|
|
3368
3366
|
},
|
|
3369
3367
|
{
|
|
3370
|
-
"type": "stack",
|
|
3371
|
-
"justify": "center",
|
|
3372
|
-
"gap": "sm",
|
|
3373
3368
|
"direction": "horizontal",
|
|
3374
3369
|
"children": [
|
|
3375
3370
|
{
|
|
3376
|
-
"variant": "ghost",
|
|
3377
3371
|
"icon": "refresh-cw",
|
|
3378
|
-
"
|
|
3372
|
+
"variant": "ghost",
|
|
3373
|
+
"action": "REFRESH",
|
|
3379
3374
|
"label": "Refresh Token",
|
|
3380
|
-
"
|
|
3375
|
+
"type": "button"
|
|
3381
3376
|
},
|
|
3382
3377
|
{
|
|
3383
3378
|
"action": "LOGOUT",
|
|
3384
|
-
"variant": "ghost",
|
|
3385
3379
|
"icon": "log-out",
|
|
3386
3380
|
"type": "button",
|
|
3387
|
-
"label": "Logout"
|
|
3381
|
+
"label": "Logout",
|
|
3382
|
+
"variant": "ghost"
|
|
3388
3383
|
}
|
|
3389
|
-
]
|
|
3384
|
+
],
|
|
3385
|
+
"gap": "sm",
|
|
3386
|
+
"type": "stack",
|
|
3387
|
+
"justify": "center"
|
|
3390
3388
|
}
|
|
3391
|
-
]
|
|
3389
|
+
],
|
|
3390
|
+
"direction": "vertical"
|
|
3392
3391
|
}
|
|
3393
|
-
]
|
|
3392
|
+
],
|
|
3393
|
+
"appName": "ServiceMarketplace"
|
|
3394
3394
|
}
|
|
3395
3395
|
]
|
|
3396
3396
|
]
|
|
@@ -3409,34 +3409,72 @@
|
|
|
3409
3409
|
"render-ui",
|
|
3410
3410
|
"main",
|
|
3411
3411
|
{
|
|
3412
|
+
"navItems": [
|
|
3413
|
+
{
|
|
3414
|
+
"icon": "package",
|
|
3415
|
+
"label": "Products",
|
|
3416
|
+
"href": "/products"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"icon": "layout-list",
|
|
3420
|
+
"href": "/login",
|
|
3421
|
+
"label": "Login"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"href": "/checkout",
|
|
3425
|
+
"label": "Checkout",
|
|
3426
|
+
"icon": "credit-card"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"href": "/orders",
|
|
3430
|
+
"icon": "clipboard-list",
|
|
3431
|
+
"label": "Orders"
|
|
3432
|
+
}
|
|
3433
|
+
],
|
|
3412
3434
|
"children": [
|
|
3413
3435
|
{
|
|
3414
3436
|
"gap": "lg",
|
|
3437
|
+
"type": "stack",
|
|
3438
|
+
"align": "center",
|
|
3415
3439
|
"children": [
|
|
3416
3440
|
{
|
|
3417
|
-
"title": "Authentication Failed",
|
|
3418
|
-
"type": "error-state",
|
|
3419
3441
|
"onRetry": "RETRY",
|
|
3420
|
-
"message": "@entity.error"
|
|
3442
|
+
"message": "@entity.error",
|
|
3443
|
+
"title": "Authentication Failed",
|
|
3444
|
+
"type": "error-state"
|
|
3421
3445
|
},
|
|
3422
3446
|
{
|
|
3423
3447
|
"variant": "primary",
|
|
3424
|
-
"label": "Try Again",
|
|
3425
3448
|
"icon": "rotate-ccw",
|
|
3426
|
-
"
|
|
3427
|
-
"
|
|
3449
|
+
"type": "button",
|
|
3450
|
+
"label": "Try Again",
|
|
3451
|
+
"action": "RETRY"
|
|
3428
3452
|
}
|
|
3429
3453
|
],
|
|
3430
|
-
"align": "center",
|
|
3431
|
-
"type": "stack",
|
|
3432
3454
|
"direction": "vertical"
|
|
3433
3455
|
}
|
|
3434
3456
|
],
|
|
3457
|
+
"appName": "ServiceMarketplace",
|
|
3458
|
+
"type": "dashboard-layout"
|
|
3459
|
+
}
|
|
3460
|
+
]
|
|
3461
|
+
]
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"from": "error",
|
|
3465
|
+
"to": "unauthenticated",
|
|
3466
|
+
"event": "RETRY",
|
|
3467
|
+
"effects": [
|
|
3468
|
+
[
|
|
3469
|
+
"render-ui",
|
|
3470
|
+
"main",
|
|
3471
|
+
{
|
|
3472
|
+
"type": "dashboard-layout",
|
|
3435
3473
|
"navItems": [
|
|
3436
3474
|
{
|
|
3475
|
+
"label": "Products",
|
|
3437
3476
|
"href": "/products",
|
|
3438
|
-
"icon": "package"
|
|
3439
|
-
"label": "Products"
|
|
3477
|
+
"icon": "package"
|
|
3440
3478
|
},
|
|
3441
3479
|
{
|
|
3442
3480
|
"label": "Login",
|
|
@@ -3444,53 +3482,39 @@
|
|
|
3444
3482
|
"icon": "layout-list"
|
|
3445
3483
|
},
|
|
3446
3484
|
{
|
|
3447
|
-
"
|
|
3485
|
+
"href": "/checkout",
|
|
3448
3486
|
"icon": "credit-card",
|
|
3449
|
-
"
|
|
3487
|
+
"label": "Checkout"
|
|
3450
3488
|
},
|
|
3451
3489
|
{
|
|
3490
|
+
"label": "Orders",
|
|
3452
3491
|
"icon": "clipboard-list",
|
|
3453
|
-
"href": "/orders"
|
|
3454
|
-
"label": "Orders"
|
|
3492
|
+
"href": "/orders"
|
|
3455
3493
|
}
|
|
3456
3494
|
],
|
|
3457
|
-
"type": "dashboard-layout",
|
|
3458
|
-
"appName": "ServiceMarketplace"
|
|
3459
|
-
}
|
|
3460
|
-
]
|
|
3461
|
-
]
|
|
3462
|
-
},
|
|
3463
|
-
{
|
|
3464
|
-
"from": "error",
|
|
3465
|
-
"to": "unauthenticated",
|
|
3466
|
-
"event": "RETRY",
|
|
3467
|
-
"effects": [
|
|
3468
|
-
[
|
|
3469
|
-
"render-ui",
|
|
3470
|
-
"main",
|
|
3471
|
-
{
|
|
3472
|
-
"type": "dashboard-layout",
|
|
3473
3495
|
"children": [
|
|
3474
3496
|
{
|
|
3497
|
+
"gap": "lg",
|
|
3475
3498
|
"direction": "vertical",
|
|
3499
|
+
"type": "stack",
|
|
3476
3500
|
"align": "center",
|
|
3477
3501
|
"children": [
|
|
3478
3502
|
{
|
|
3479
|
-
"direction": "horizontal",
|
|
3480
|
-
"gap": "md",
|
|
3481
3503
|
"align": "center",
|
|
3482
3504
|
"children": [
|
|
3483
3505
|
{
|
|
3484
|
-
"
|
|
3485
|
-
"
|
|
3506
|
+
"type": "icon",
|
|
3507
|
+
"name": "lock"
|
|
3486
3508
|
},
|
|
3487
3509
|
{
|
|
3488
|
-
"variant": "h2",
|
|
3489
3510
|
"content": "Sign In",
|
|
3511
|
+
"variant": "h2",
|
|
3490
3512
|
"type": "typography"
|
|
3491
3513
|
}
|
|
3492
3514
|
],
|
|
3493
|
-
"
|
|
3515
|
+
"direction": "horizontal",
|
|
3516
|
+
"type": "stack",
|
|
3517
|
+
"gap": "md"
|
|
3494
3518
|
},
|
|
3495
3519
|
{
|
|
3496
3520
|
"type": "divider"
|
|
@@ -3498,12 +3522,12 @@
|
|
|
3498
3522
|
{
|
|
3499
3523
|
"options": [
|
|
3500
3524
|
{
|
|
3501
|
-
"
|
|
3502
|
-
"
|
|
3525
|
+
"label": "Google",
|
|
3526
|
+
"value": "google"
|
|
3503
3527
|
},
|
|
3504
3528
|
{
|
|
3505
|
-
"
|
|
3506
|
-
"
|
|
3529
|
+
"label": "GitHub",
|
|
3530
|
+
"value": "github"
|
|
3507
3531
|
},
|
|
3508
3532
|
{
|
|
3509
3533
|
"value": "microsoft",
|
|
@@ -3514,36 +3538,12 @@
|
|
|
3514
3538
|
},
|
|
3515
3539
|
{
|
|
3516
3540
|
"type": "button",
|
|
3517
|
-
"action": "LOGIN",
|
|
3518
|
-
"icon": "log-in",
|
|
3519
3541
|
"label": "Login",
|
|
3520
|
-
"variant": "primary"
|
|
3542
|
+
"variant": "primary",
|
|
3543
|
+
"action": "LOGIN",
|
|
3544
|
+
"icon": "log-in"
|
|
3521
3545
|
}
|
|
3522
|
-
]
|
|
3523
|
-
"gap": "lg",
|
|
3524
|
-
"type": "stack"
|
|
3525
|
-
}
|
|
3526
|
-
],
|
|
3527
|
-
"navItems": [
|
|
3528
|
-
{
|
|
3529
|
-
"label": "Products",
|
|
3530
|
-
"href": "/products",
|
|
3531
|
-
"icon": "package"
|
|
3532
|
-
},
|
|
3533
|
-
{
|
|
3534
|
-
"icon": "layout-list",
|
|
3535
|
-
"label": "Login",
|
|
3536
|
-
"href": "/login"
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
"label": "Checkout",
|
|
3540
|
-
"href": "/checkout",
|
|
3541
|
-
"icon": "credit-card"
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"label": "Orders",
|
|
3545
|
-
"href": "/orders",
|
|
3546
|
-
"icon": "clipboard-list"
|
|
3546
|
+
]
|
|
3547
3547
|
}
|
|
3548
3548
|
],
|
|
3549
3549
|
"appName": "ServiceMarketplace"
|
|
@@ -3839,15 +3839,38 @@
|
|
|
3839
3839
|
"render-ui",
|
|
3840
3840
|
"main",
|
|
3841
3841
|
{
|
|
3842
|
+
"type": "dashboard-layout",
|
|
3843
|
+
"navItems": [
|
|
3844
|
+
{
|
|
3845
|
+
"label": "Products",
|
|
3846
|
+
"href": "/products",
|
|
3847
|
+
"icon": "package"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"label": "Login",
|
|
3851
|
+
"icon": "layout-list",
|
|
3852
|
+
"href": "/login"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"icon": "credit-card",
|
|
3856
|
+
"label": "Checkout",
|
|
3857
|
+
"href": "/checkout"
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"href": "/orders",
|
|
3861
|
+
"icon": "clipboard-list",
|
|
3862
|
+
"label": "Orders"
|
|
3863
|
+
}
|
|
3864
|
+
],
|
|
3865
|
+
"appName": "ServiceMarketplace",
|
|
3842
3866
|
"children": [
|
|
3843
3867
|
{
|
|
3844
|
-
"type": "stack",
|
|
3845
3868
|
"align": "center",
|
|
3846
3869
|
"children": [
|
|
3847
3870
|
{
|
|
3848
|
-
"gap": "md",
|
|
3849
|
-
"direction": "horizontal",
|
|
3850
3871
|
"align": "center",
|
|
3872
|
+
"direction": "horizontal",
|
|
3873
|
+
"gap": "md",
|
|
3851
3874
|
"type": "stack",
|
|
3852
3875
|
"children": [
|
|
3853
3876
|
{
|
|
@@ -3865,19 +3888,19 @@
|
|
|
3865
3888
|
"type": "divider"
|
|
3866
3889
|
},
|
|
3867
3890
|
{
|
|
3868
|
-
"
|
|
3891
|
+
"direction": "vertical",
|
|
3869
3892
|
"gap": "md",
|
|
3870
3893
|
"children": [
|
|
3871
3894
|
{
|
|
3872
|
-
"placeholder": "0.00",
|
|
3873
3895
|
"type": "input",
|
|
3874
|
-
"inputType": "number"
|
|
3896
|
+
"inputType": "number",
|
|
3897
|
+
"placeholder": "0.00"
|
|
3875
3898
|
},
|
|
3876
3899
|
{
|
|
3877
3900
|
"options": [
|
|
3878
3901
|
{
|
|
3879
|
-
"
|
|
3880
|
-
"
|
|
3902
|
+
"label": "USD",
|
|
3903
|
+
"value": "usd"
|
|
3881
3904
|
},
|
|
3882
3905
|
{
|
|
3883
3906
|
"label": "EUR",
|
|
@@ -3891,44 +3914,21 @@
|
|
|
3891
3914
|
"type": "select"
|
|
3892
3915
|
}
|
|
3893
3916
|
],
|
|
3894
|
-
"
|
|
3917
|
+
"type": "stack"
|
|
3895
3918
|
},
|
|
3896
3919
|
{
|
|
3920
|
+
"type": "button",
|
|
3897
3921
|
"action": "CREATE_PAYMENT",
|
|
3898
3922
|
"variant": "primary",
|
|
3899
3923
|
"icon": "credit-card",
|
|
3900
|
-
"type": "button",
|
|
3901
3924
|
"label": "Pay"
|
|
3902
3925
|
}
|
|
3903
3926
|
],
|
|
3927
|
+
"gap": "lg",
|
|
3904
3928
|
"direction": "vertical",
|
|
3905
|
-
"
|
|
3906
|
-
}
|
|
3907
|
-
],
|
|
3908
|
-
"type": "dashboard-layout",
|
|
3909
|
-
"navItems": [
|
|
3910
|
-
{
|
|
3911
|
-
"label": "Products",
|
|
3912
|
-
"href": "/products",
|
|
3913
|
-
"icon": "package"
|
|
3914
|
-
},
|
|
3915
|
-
{
|
|
3916
|
-
"label": "Login",
|
|
3917
|
-
"href": "/login",
|
|
3918
|
-
"icon": "layout-list"
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"label": "Checkout",
|
|
3922
|
-
"href": "/checkout",
|
|
3923
|
-
"icon": "credit-card"
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"label": "Orders",
|
|
3927
|
-
"icon": "clipboard-list",
|
|
3928
|
-
"href": "/orders"
|
|
3929
|
+
"type": "stack"
|
|
3929
3930
|
}
|
|
3930
|
-
]
|
|
3931
|
-
"appName": "ServiceMarketplace"
|
|
3931
|
+
]
|
|
3932
3932
|
}
|
|
3933
3933
|
]
|
|
3934
3934
|
]
|
|
@@ -3942,7 +3942,14 @@
|
|
|
3942
3942
|
"render-ui",
|
|
3943
3943
|
"main",
|
|
3944
3944
|
{
|
|
3945
|
-
"
|
|
3945
|
+
"children": [
|
|
3946
|
+
{
|
|
3947
|
+
"title": "Creating payment...",
|
|
3948
|
+
"message": "Setting up your payment intent.",
|
|
3949
|
+
"type": "loading-state"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"appName": "ServiceMarketplace",
|
|
3946
3953
|
"navItems": [
|
|
3947
3954
|
{
|
|
3948
3955
|
"label": "Products",
|
|
@@ -3950,29 +3957,22 @@
|
|
|
3950
3957
|
"icon": "package"
|
|
3951
3958
|
},
|
|
3952
3959
|
{
|
|
3953
|
-
"icon": "layout-list",
|
|
3954
3960
|
"label": "Login",
|
|
3955
|
-
"href": "/login"
|
|
3961
|
+
"href": "/login",
|
|
3962
|
+
"icon": "layout-list"
|
|
3956
3963
|
},
|
|
3957
3964
|
{
|
|
3958
3965
|
"icon": "credit-card",
|
|
3959
|
-
"label": "Checkout",
|
|
3960
|
-
"href": "/checkout"
|
|
3961
|
-
},
|
|
3962
|
-
{
|
|
3963
|
-
"label": "Orders",
|
|
3964
|
-
"href": "/orders",
|
|
3965
|
-
"icon": "clipboard-list"
|
|
3966
|
-
}
|
|
3967
|
-
],
|
|
3968
|
-
"children": [
|
|
3966
|
+
"label": "Checkout",
|
|
3967
|
+
"href": "/checkout"
|
|
3968
|
+
},
|
|
3969
3969
|
{
|
|
3970
|
-
"
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3970
|
+
"icon": "clipboard-list",
|
|
3971
|
+
"label": "Orders",
|
|
3972
|
+
"href": "/orders"
|
|
3973
3973
|
}
|
|
3974
3974
|
],
|
|
3975
|
-
"
|
|
3975
|
+
"type": "dashboard-layout"
|
|
3976
3976
|
}
|
|
3977
3977
|
],
|
|
3978
3978
|
[
|
|
@@ -3980,13 +3980,13 @@
|
|
|
3980
3980
|
"stripe",
|
|
3981
3981
|
"createPaymentIntent",
|
|
3982
3982
|
{
|
|
3983
|
-
"
|
|
3984
|
-
"
|
|
3983
|
+
"currency": "@entity.currency",
|
|
3984
|
+
"amount": "@entity.amount"
|
|
3985
3985
|
},
|
|
3986
3986
|
{
|
|
3987
3987
|
"emit": {
|
|
3988
|
-
"
|
|
3989
|
-
"
|
|
3988
|
+
"success": "ProductStripeCompleted",
|
|
3989
|
+
"failure": "ProductStripeFailed"
|
|
3990
3990
|
}
|
|
3991
3991
|
}
|
|
3992
3992
|
]
|
|
@@ -4011,37 +4011,37 @@
|
|
|
4011
4011
|
"render-ui",
|
|
4012
4012
|
"main",
|
|
4013
4013
|
{
|
|
4014
|
+
"type": "dashboard-layout",
|
|
4015
|
+
"appName": "ServiceMarketplace",
|
|
4016
|
+
"children": [
|
|
4017
|
+
{
|
|
4018
|
+
"type": "loading-state",
|
|
4019
|
+
"message": "Processing your payment.",
|
|
4020
|
+
"title": "Confirming payment..."
|
|
4021
|
+
}
|
|
4022
|
+
],
|
|
4014
4023
|
"navItems": [
|
|
4015
4024
|
{
|
|
4016
4025
|
"label": "Products",
|
|
4017
|
-
"
|
|
4018
|
-
"
|
|
4026
|
+
"href": "/products",
|
|
4027
|
+
"icon": "package"
|
|
4019
4028
|
},
|
|
4020
4029
|
{
|
|
4021
|
-
"label": "Login",
|
|
4022
4030
|
"href": "/login",
|
|
4023
|
-
"icon": "layout-list"
|
|
4031
|
+
"icon": "layout-list",
|
|
4032
|
+
"label": "Login"
|
|
4024
4033
|
},
|
|
4025
4034
|
{
|
|
4026
|
-
"icon": "credit-card",
|
|
4027
4035
|
"label": "Checkout",
|
|
4028
|
-
"href": "/checkout"
|
|
4036
|
+
"href": "/checkout",
|
|
4037
|
+
"icon": "credit-card"
|
|
4029
4038
|
},
|
|
4030
4039
|
{
|
|
4031
|
-
"href": "/orders",
|
|
4032
4040
|
"label": "Orders",
|
|
4041
|
+
"href": "/orders",
|
|
4033
4042
|
"icon": "clipboard-list"
|
|
4034
4043
|
}
|
|
4035
|
-
]
|
|
4036
|
-
"children": [
|
|
4037
|
-
{
|
|
4038
|
-
"type": "loading-state",
|
|
4039
|
-
"message": "Processing your payment.",
|
|
4040
|
-
"title": "Confirming payment..."
|
|
4041
|
-
}
|
|
4042
|
-
],
|
|
4043
|
-
"type": "dashboard-layout",
|
|
4044
|
-
"appName": "ServiceMarketplace"
|
|
4044
|
+
]
|
|
4045
4045
|
}
|
|
4046
4046
|
],
|
|
4047
4047
|
[
|
|
@@ -4074,11 +4074,19 @@
|
|
|
4074
4074
|
"render-ui",
|
|
4075
4075
|
"main",
|
|
4076
4076
|
{
|
|
4077
|
+
"children": [
|
|
4078
|
+
{
|
|
4079
|
+
"title": "Payment Failed",
|
|
4080
|
+
"type": "error-state",
|
|
4081
|
+
"message": "@entity.error",
|
|
4082
|
+
"onRetry": "RETRY"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4077
4085
|
"navItems": [
|
|
4078
4086
|
{
|
|
4079
4087
|
"icon": "package",
|
|
4080
|
-
"
|
|
4081
|
-
"
|
|
4088
|
+
"label": "Products",
|
|
4089
|
+
"href": "/products"
|
|
4082
4090
|
},
|
|
4083
4091
|
{
|
|
4084
4092
|
"label": "Login",
|
|
@@ -4091,21 +4099,13 @@
|
|
|
4091
4099
|
"href": "/checkout"
|
|
4092
4100
|
},
|
|
4093
4101
|
{
|
|
4094
|
-
"
|
|
4102
|
+
"label": "Orders",
|
|
4095
4103
|
"href": "/orders",
|
|
4096
|
-
"
|
|
4097
|
-
}
|
|
4098
|
-
],
|
|
4099
|
-
"type": "dashboard-layout",
|
|
4100
|
-
"children": [
|
|
4101
|
-
{
|
|
4102
|
-
"type": "error-state",
|
|
4103
|
-
"onRetry": "RETRY",
|
|
4104
|
-
"title": "Payment Failed",
|
|
4105
|
-
"message": "@entity.error"
|
|
4104
|
+
"icon": "clipboard-list"
|
|
4106
4105
|
}
|
|
4107
4106
|
],
|
|
4108
|
-
"appName": "ServiceMarketplace"
|
|
4107
|
+
"appName": "ServiceMarketplace",
|
|
4108
|
+
"type": "dashboard-layout"
|
|
4109
4109
|
}
|
|
4110
4110
|
]
|
|
4111
4111
|
]
|
|
@@ -4128,61 +4128,61 @@
|
|
|
4128
4128
|
"render-ui",
|
|
4129
4129
|
"main",
|
|
4130
4130
|
{
|
|
4131
|
+
"appName": "ServiceMarketplace",
|
|
4132
|
+
"navItems": [
|
|
4133
|
+
{
|
|
4134
|
+
"label": "Products",
|
|
4135
|
+
"icon": "package",
|
|
4136
|
+
"href": "/products"
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"label": "Login",
|
|
4140
|
+
"href": "/login",
|
|
4141
|
+
"icon": "layout-list"
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"label": "Checkout",
|
|
4145
|
+
"href": "/checkout",
|
|
4146
|
+
"icon": "credit-card"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"icon": "clipboard-list",
|
|
4150
|
+
"label": "Orders",
|
|
4151
|
+
"href": "/orders"
|
|
4152
|
+
}
|
|
4153
|
+
],
|
|
4131
4154
|
"children": [
|
|
4132
4155
|
{
|
|
4133
|
-
"
|
|
4156
|
+
"gap": "lg",
|
|
4134
4157
|
"type": "stack",
|
|
4158
|
+
"direction": "vertical",
|
|
4135
4159
|
"align": "center",
|
|
4136
4160
|
"children": [
|
|
4137
4161
|
{
|
|
4138
|
-
"
|
|
4139
|
-
"
|
|
4162
|
+
"type": "icon",
|
|
4163
|
+
"name": "check-circle"
|
|
4140
4164
|
},
|
|
4141
4165
|
{
|
|
4142
4166
|
"type": "alert",
|
|
4143
|
-
"
|
|
4144
|
-
"
|
|
4167
|
+
"variant": "success",
|
|
4168
|
+
"message": "Payment successful! Sending receipt..."
|
|
4145
4169
|
},
|
|
4146
4170
|
{
|
|
4147
|
-
"
|
|
4171
|
+
"type": "typography",
|
|
4148
4172
|
"color": "muted",
|
|
4149
4173
|
"variant": "body",
|
|
4150
|
-
"
|
|
4174
|
+
"content": "@entity.paymentIntentId"
|
|
4151
4175
|
},
|
|
4152
4176
|
{
|
|
4153
|
-
"icon": "rotate-ccw",
|
|
4154
|
-
"action": "RESET",
|
|
4155
4177
|
"label": "New Payment",
|
|
4156
4178
|
"type": "button",
|
|
4179
|
+
"icon": "rotate-ccw",
|
|
4180
|
+
"action": "RESET",
|
|
4157
4181
|
"variant": "ghost"
|
|
4158
4182
|
}
|
|
4159
|
-
]
|
|
4160
|
-
"gap": "lg"
|
|
4161
|
-
}
|
|
4162
|
-
],
|
|
4163
|
-
"navItems": [
|
|
4164
|
-
{
|
|
4165
|
-
"href": "/products",
|
|
4166
|
-
"icon": "package",
|
|
4167
|
-
"label": "Products"
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"href": "/login",
|
|
4171
|
-
"icon": "layout-list",
|
|
4172
|
-
"label": "Login"
|
|
4173
|
-
},
|
|
4174
|
-
{
|
|
4175
|
-
"label": "Checkout",
|
|
4176
|
-
"icon": "credit-card",
|
|
4177
|
-
"href": "/checkout"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"href": "/orders",
|
|
4181
|
-
"icon": "clipboard-list",
|
|
4182
|
-
"label": "Orders"
|
|
4183
|
+
]
|
|
4183
4184
|
}
|
|
4184
4185
|
],
|
|
4185
|
-
"appName": "ServiceMarketplace",
|
|
4186
4186
|
"type": "dashboard-layout"
|
|
4187
4187
|
}
|
|
4188
4188
|
]
|
|
@@ -4204,23 +4204,23 @@
|
|
|
4204
4204
|
{
|
|
4205
4205
|
"navItems": [
|
|
4206
4206
|
{
|
|
4207
|
+
"icon": "package",
|
|
4207
4208
|
"label": "Products",
|
|
4208
|
-
"href": "/products"
|
|
4209
|
-
"icon": "package"
|
|
4209
|
+
"href": "/products"
|
|
4210
4210
|
},
|
|
4211
4211
|
{
|
|
4212
|
-
"icon": "layout-list",
|
|
4213
4212
|
"href": "/login",
|
|
4213
|
+
"icon": "layout-list",
|
|
4214
4214
|
"label": "Login"
|
|
4215
4215
|
},
|
|
4216
4216
|
{
|
|
4217
|
+
"icon": "credit-card",
|
|
4217
4218
|
"label": "Checkout",
|
|
4218
|
-
"href": "/checkout"
|
|
4219
|
-
"icon": "credit-card"
|
|
4219
|
+
"href": "/checkout"
|
|
4220
4220
|
},
|
|
4221
4221
|
{
|
|
4222
|
-
"href": "/orders",
|
|
4223
4222
|
"icon": "clipboard-list",
|
|
4223
|
+
"href": "/orders",
|
|
4224
4224
|
"label": "Orders"
|
|
4225
4225
|
}
|
|
4226
4226
|
],
|
|
@@ -4228,10 +4228,10 @@
|
|
|
4228
4228
|
"appName": "ServiceMarketplace",
|
|
4229
4229
|
"children": [
|
|
4230
4230
|
{
|
|
4231
|
-
"onRetry": "RETRY",
|
|
4232
|
-
"title": "Payment Failed",
|
|
4233
4231
|
"type": "error-state",
|
|
4234
|
-
"
|
|
4232
|
+
"title": "Payment Failed",
|
|
4233
|
+
"message": "@entity.error",
|
|
4234
|
+
"onRetry": "RETRY"
|
|
4235
4235
|
}
|
|
4236
4236
|
]
|
|
4237
4237
|
}
|
|
@@ -4247,12 +4247,13 @@
|
|
|
4247
4247
|
"render-ui",
|
|
4248
4248
|
"main",
|
|
4249
4249
|
{
|
|
4250
|
+
"type": "dashboard-layout",
|
|
4250
4251
|
"appName": "ServiceMarketplace",
|
|
4251
4252
|
"navItems": [
|
|
4252
4253
|
{
|
|
4253
|
-
"
|
|
4254
|
+
"icon": "package",
|
|
4254
4255
|
"label": "Products",
|
|
4255
|
-
"
|
|
4256
|
+
"href": "/products"
|
|
4256
4257
|
},
|
|
4257
4258
|
{
|
|
4258
4259
|
"label": "Login",
|
|
@@ -4260,9 +4261,9 @@
|
|
|
4260
4261
|
"icon": "layout-list"
|
|
4261
4262
|
},
|
|
4262
4263
|
{
|
|
4264
|
+
"label": "Checkout",
|
|
4263
4265
|
"href": "/checkout",
|
|
4264
|
-
"icon": "credit-card"
|
|
4265
|
-
"label": "Checkout"
|
|
4266
|
+
"icon": "credit-card"
|
|
4266
4267
|
},
|
|
4267
4268
|
{
|
|
4268
4269
|
"label": "Orders",
|
|
@@ -4272,37 +4273,37 @@
|
|
|
4272
4273
|
],
|
|
4273
4274
|
"children": [
|
|
4274
4275
|
{
|
|
4275
|
-
"
|
|
4276
|
+
"direction": "vertical",
|
|
4276
4277
|
"gap": "lg",
|
|
4277
4278
|
"align": "center",
|
|
4279
|
+
"type": "stack",
|
|
4278
4280
|
"children": [
|
|
4279
4281
|
{
|
|
4282
|
+
"type": "stack",
|
|
4283
|
+
"align": "center",
|
|
4284
|
+
"gap": "md",
|
|
4280
4285
|
"children": [
|
|
4281
4286
|
{
|
|
4282
|
-
"
|
|
4283
|
-
"
|
|
4287
|
+
"type": "icon",
|
|
4288
|
+
"name": "credit-card"
|
|
4284
4289
|
},
|
|
4285
4290
|
{
|
|
4286
|
-
"
|
|
4291
|
+
"variant": "h2",
|
|
4287
4292
|
"type": "typography",
|
|
4288
|
-
"
|
|
4293
|
+
"content": "Payment"
|
|
4289
4294
|
}
|
|
4290
4295
|
],
|
|
4291
|
-
"
|
|
4292
|
-
"direction": "horizontal",
|
|
4293
|
-
"align": "center",
|
|
4294
|
-
"type": "stack"
|
|
4296
|
+
"direction": "horizontal"
|
|
4295
4297
|
},
|
|
4296
4298
|
{
|
|
4297
4299
|
"type": "divider"
|
|
4298
4300
|
},
|
|
4299
4301
|
{
|
|
4300
|
-
"direction": "vertical",
|
|
4301
4302
|
"children": [
|
|
4302
4303
|
{
|
|
4303
|
-
"type": "input",
|
|
4304
4304
|
"inputType": "number",
|
|
4305
|
-
"placeholder": "0.00"
|
|
4305
|
+
"placeholder": "0.00",
|
|
4306
|
+
"type": "input"
|
|
4306
4307
|
},
|
|
4307
4308
|
{
|
|
4308
4309
|
"options": [
|
|
@@ -4311,32 +4312,31 @@
|
|
|
4311
4312
|
"value": "usd"
|
|
4312
4313
|
},
|
|
4313
4314
|
{
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4315
|
+
"label": "EUR",
|
|
4316
|
+
"value": "eur"
|
|
4316
4317
|
},
|
|
4317
4318
|
{
|
|
4318
|
-
"
|
|
4319
|
-
"
|
|
4319
|
+
"label": "GBP",
|
|
4320
|
+
"value": "gbp"
|
|
4320
4321
|
}
|
|
4321
4322
|
],
|
|
4322
4323
|
"type": "select"
|
|
4323
4324
|
}
|
|
4324
4325
|
],
|
|
4325
|
-
"
|
|
4326
|
-
"
|
|
4326
|
+
"type": "stack",
|
|
4327
|
+
"direction": "vertical",
|
|
4328
|
+
"gap": "md"
|
|
4327
4329
|
},
|
|
4328
4330
|
{
|
|
4331
|
+
"type": "button",
|
|
4332
|
+
"icon": "credit-card",
|
|
4329
4333
|
"variant": "primary",
|
|
4330
4334
|
"label": "Pay",
|
|
4331
|
-
"icon": "credit-card",
|
|
4332
|
-
"type": "button",
|
|
4333
4335
|
"action": "CREATE_PAYMENT"
|
|
4334
4336
|
}
|
|
4335
|
-
]
|
|
4336
|
-
"direction": "vertical"
|
|
4337
|
+
]
|
|
4337
4338
|
}
|
|
4338
|
-
]
|
|
4339
|
-
"type": "dashboard-layout"
|
|
4339
|
+
]
|
|
4340
4340
|
}
|
|
4341
4341
|
]
|
|
4342
4342
|
]
|
|
@@ -4350,39 +4350,12 @@
|
|
|
4350
4350
|
"render-ui",
|
|
4351
4351
|
"main",
|
|
4352
4352
|
{
|
|
4353
|
-
"
|
|
4354
|
-
{
|
|
4355
|
-
"label": "Products",
|
|
4356
|
-
"href": "/products",
|
|
4357
|
-
"icon": "package"
|
|
4358
|
-
},
|
|
4359
|
-
{
|
|
4360
|
-
"label": "Login",
|
|
4361
|
-
"href": "/login",
|
|
4362
|
-
"icon": "layout-list"
|
|
4363
|
-
},
|
|
4364
|
-
{
|
|
4365
|
-
"href": "/checkout",
|
|
4366
|
-
"icon": "credit-card",
|
|
4367
|
-
"label": "Checkout"
|
|
4368
|
-
},
|
|
4369
|
-
{
|
|
4370
|
-
"href": "/orders",
|
|
4371
|
-
"icon": "clipboard-list",
|
|
4372
|
-
"label": "Orders"
|
|
4373
|
-
}
|
|
4374
|
-
],
|
|
4375
|
-
"appName": "ServiceMarketplace",
|
|
4353
|
+
"type": "dashboard-layout",
|
|
4376
4354
|
"children": [
|
|
4377
4355
|
{
|
|
4378
|
-
"type": "stack",
|
|
4379
4356
|
"gap": "lg",
|
|
4380
4357
|
"children": [
|
|
4381
4358
|
{
|
|
4382
|
-
"direction": "horizontal",
|
|
4383
|
-
"type": "stack",
|
|
4384
|
-
"gap": "md",
|
|
4385
|
-
"align": "center",
|
|
4386
4359
|
"children": [
|
|
4387
4360
|
{
|
|
4388
4361
|
"name": "credit-card",
|
|
@@ -4393,26 +4366,27 @@
|
|
|
4393
4366
|
"variant": "h2",
|
|
4394
4367
|
"content": "Payment"
|
|
4395
4368
|
}
|
|
4396
|
-
]
|
|
4369
|
+
],
|
|
4370
|
+
"align": "center",
|
|
4371
|
+
"direction": "horizontal",
|
|
4372
|
+
"gap": "md",
|
|
4373
|
+
"type": "stack"
|
|
4397
4374
|
},
|
|
4398
4375
|
{
|
|
4399
4376
|
"type": "divider"
|
|
4400
4377
|
},
|
|
4401
4378
|
{
|
|
4402
|
-
"type": "stack",
|
|
4403
|
-
"gap": "md",
|
|
4404
4379
|
"children": [
|
|
4405
4380
|
{
|
|
4406
4381
|
"type": "input",
|
|
4407
|
-
"
|
|
4408
|
-
"
|
|
4382
|
+
"placeholder": "0.00",
|
|
4383
|
+
"inputType": "number"
|
|
4409
4384
|
},
|
|
4410
4385
|
{
|
|
4411
|
-
"type": "select",
|
|
4412
4386
|
"options": [
|
|
4413
4387
|
{
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4388
|
+
"value": "usd",
|
|
4389
|
+
"label": "USD"
|
|
4416
4390
|
},
|
|
4417
4391
|
{
|
|
4418
4392
|
"value": "eur",
|
|
@@ -4422,24 +4396,50 @@
|
|
|
4422
4396
|
"label": "GBP",
|
|
4423
4397
|
"value": "gbp"
|
|
4424
4398
|
}
|
|
4425
|
-
]
|
|
4399
|
+
],
|
|
4400
|
+
"type": "select"
|
|
4426
4401
|
}
|
|
4427
4402
|
],
|
|
4403
|
+
"gap": "md",
|
|
4404
|
+
"type": "stack",
|
|
4428
4405
|
"direction": "vertical"
|
|
4429
4406
|
},
|
|
4430
4407
|
{
|
|
4431
|
-
"variant": "primary",
|
|
4432
4408
|
"label": "Pay",
|
|
4409
|
+
"variant": "primary",
|
|
4433
4410
|
"action": "CREATE_PAYMENT",
|
|
4434
4411
|
"icon": "credit-card",
|
|
4435
4412
|
"type": "button"
|
|
4436
4413
|
}
|
|
4437
4414
|
],
|
|
4438
4415
|
"align": "center",
|
|
4416
|
+
"type": "stack",
|
|
4439
4417
|
"direction": "vertical"
|
|
4440
4418
|
}
|
|
4441
4419
|
],
|
|
4442
|
-
"
|
|
4420
|
+
"navItems": [
|
|
4421
|
+
{
|
|
4422
|
+
"href": "/products",
|
|
4423
|
+
"icon": "package",
|
|
4424
|
+
"label": "Products"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"href": "/login",
|
|
4428
|
+
"label": "Login",
|
|
4429
|
+
"icon": "layout-list"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"icon": "credit-card",
|
|
4433
|
+
"label": "Checkout",
|
|
4434
|
+
"href": "/checkout"
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"icon": "clipboard-list",
|
|
4438
|
+
"href": "/orders",
|
|
4439
|
+
"label": "Orders"
|
|
4440
|
+
}
|
|
4441
|
+
],
|
|
4442
|
+
"appName": "ServiceMarketplace"
|
|
4443
4443
|
}
|
|
4444
4444
|
]
|
|
4445
4445
|
]
|
|
@@ -4453,22 +4453,23 @@
|
|
|
4453
4453
|
"render-ui",
|
|
4454
4454
|
"main",
|
|
4455
4455
|
{
|
|
4456
|
+
"type": "dashboard-layout",
|
|
4456
4457
|
"appName": "ServiceMarketplace",
|
|
4457
4458
|
"navItems": [
|
|
4458
4459
|
{
|
|
4459
|
-
"label": "Products",
|
|
4460
4460
|
"icon": "package",
|
|
4461
|
+
"label": "Products",
|
|
4461
4462
|
"href": "/products"
|
|
4462
4463
|
},
|
|
4463
4464
|
{
|
|
4464
4465
|
"label": "Login",
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4466
|
+
"icon": "layout-list",
|
|
4467
|
+
"href": "/login"
|
|
4467
4468
|
},
|
|
4468
4469
|
{
|
|
4470
|
+
"href": "/checkout",
|
|
4469
4471
|
"icon": "credit-card",
|
|
4470
|
-
"label": "Checkout"
|
|
4471
|
-
"href": "/checkout"
|
|
4472
|
+
"label": "Checkout"
|
|
4472
4473
|
},
|
|
4473
4474
|
{
|
|
4474
4475
|
"label": "Orders",
|
|
@@ -4478,15 +4479,18 @@
|
|
|
4478
4479
|
],
|
|
4479
4480
|
"children": [
|
|
4480
4481
|
{
|
|
4482
|
+
"direction": "vertical",
|
|
4483
|
+
"gap": "lg",
|
|
4484
|
+
"type": "stack",
|
|
4485
|
+
"align": "center",
|
|
4481
4486
|
"children": [
|
|
4482
4487
|
{
|
|
4483
4488
|
"align": "center",
|
|
4484
|
-
"
|
|
4485
|
-
"type": "stack",
|
|
4489
|
+
"gap": "md",
|
|
4486
4490
|
"children": [
|
|
4487
4491
|
{
|
|
4488
|
-
"
|
|
4489
|
-
"
|
|
4492
|
+
"name": "credit-card",
|
|
4493
|
+
"type": "icon"
|
|
4490
4494
|
},
|
|
4491
4495
|
{
|
|
4492
4496
|
"type": "typography",
|
|
@@ -4494,26 +4498,24 @@
|
|
|
4494
4498
|
"variant": "h2"
|
|
4495
4499
|
}
|
|
4496
4500
|
],
|
|
4497
|
-
"
|
|
4501
|
+
"type": "stack",
|
|
4502
|
+
"direction": "horizontal"
|
|
4498
4503
|
},
|
|
4499
4504
|
{
|
|
4500
4505
|
"type": "divider"
|
|
4501
4506
|
},
|
|
4502
4507
|
{
|
|
4503
|
-
"type": "stack",
|
|
4504
|
-
"direction": "vertical",
|
|
4505
|
-
"gap": "md",
|
|
4506
4508
|
"children": [
|
|
4507
4509
|
{
|
|
4508
|
-
"inputType": "number",
|
|
4509
4510
|
"type": "input",
|
|
4511
|
+
"inputType": "number",
|
|
4510
4512
|
"placeholder": "0.00"
|
|
4511
4513
|
},
|
|
4512
4514
|
{
|
|
4513
4515
|
"options": [
|
|
4514
4516
|
{
|
|
4515
|
-
"
|
|
4516
|
-
"
|
|
4517
|
+
"label": "USD",
|
|
4518
|
+
"value": "usd"
|
|
4517
4519
|
},
|
|
4518
4520
|
{
|
|
4519
4521
|
"label": "EUR",
|
|
@@ -4526,23 +4528,21 @@
|
|
|
4526
4528
|
],
|
|
4527
4529
|
"type": "select"
|
|
4528
4530
|
}
|
|
4529
|
-
]
|
|
4531
|
+
],
|
|
4532
|
+
"gap": "md",
|
|
4533
|
+
"type": "stack",
|
|
4534
|
+
"direction": "vertical"
|
|
4530
4535
|
},
|
|
4531
4536
|
{
|
|
4532
|
-
"variant": "primary",
|
|
4533
4537
|
"label": "Pay",
|
|
4534
4538
|
"icon": "credit-card",
|
|
4535
|
-
"
|
|
4536
|
-
"action": "CREATE_PAYMENT"
|
|
4539
|
+
"variant": "primary",
|
|
4540
|
+
"action": "CREATE_PAYMENT",
|
|
4541
|
+
"type": "button"
|
|
4537
4542
|
}
|
|
4538
|
-
]
|
|
4539
|
-
"direction": "vertical",
|
|
4540
|
-
"gap": "lg",
|
|
4541
|
-
"align": "center",
|
|
4542
|
-
"type": "stack"
|
|
4543
|
+
]
|
|
4543
4544
|
}
|
|
4544
|
-
]
|
|
4545
|
-
"type": "dashboard-layout"
|
|
4545
|
+
]
|
|
4546
4546
|
}
|
|
4547
4547
|
]
|
|
4548
4548
|
]
|
|
@@ -4679,49 +4679,49 @@
|
|
|
4679
4679
|
"main",
|
|
4680
4680
|
{
|
|
4681
4681
|
"type": "dashboard-layout",
|
|
4682
|
-
"
|
|
4682
|
+
"children": [
|
|
4683
|
+
{
|
|
4684
|
+
"type": "stack",
|
|
4685
|
+
"direction": "vertical",
|
|
4686
|
+
"children": [
|
|
4687
|
+
{
|
|
4688
|
+
"name": "mail",
|
|
4689
|
+
"type": "icon"
|
|
4690
|
+
},
|
|
4691
|
+
{
|
|
4692
|
+
"content": "Receipt will be sent after payment.",
|
|
4693
|
+
"color": "muted",
|
|
4694
|
+
"variant": "body",
|
|
4695
|
+
"type": "typography"
|
|
4696
|
+
}
|
|
4697
|
+
],
|
|
4698
|
+
"align": "center",
|
|
4699
|
+
"gap": "md"
|
|
4700
|
+
}
|
|
4701
|
+
],
|
|
4683
4702
|
"navItems": [
|
|
4684
4703
|
{
|
|
4685
4704
|
"label": "Products",
|
|
4686
|
-
"
|
|
4687
|
-
"
|
|
4705
|
+
"icon": "package",
|
|
4706
|
+
"href": "/products"
|
|
4688
4707
|
},
|
|
4689
4708
|
{
|
|
4690
|
-
"
|
|
4709
|
+
"label": "Login",
|
|
4691
4710
|
"href": "/login",
|
|
4692
|
-
"
|
|
4711
|
+
"icon": "layout-list"
|
|
4693
4712
|
},
|
|
4694
4713
|
{
|
|
4695
|
-
"
|
|
4714
|
+
"label": "Checkout",
|
|
4696
4715
|
"href": "/checkout",
|
|
4697
|
-
"
|
|
4716
|
+
"icon": "credit-card"
|
|
4698
4717
|
},
|
|
4699
4718
|
{
|
|
4700
|
-
"label": "Orders",
|
|
4701
4719
|
"href": "/orders",
|
|
4720
|
+
"label": "Orders",
|
|
4702
4721
|
"icon": "clipboard-list"
|
|
4703
4722
|
}
|
|
4704
4723
|
],
|
|
4705
|
-
"
|
|
4706
|
-
{
|
|
4707
|
-
"direction": "vertical",
|
|
4708
|
-
"gap": "md",
|
|
4709
|
-
"align": "center",
|
|
4710
|
-
"type": "stack",
|
|
4711
|
-
"children": [
|
|
4712
|
-
{
|
|
4713
|
-
"type": "icon",
|
|
4714
|
-
"name": "mail"
|
|
4715
|
-
},
|
|
4716
|
-
{
|
|
4717
|
-
"color": "muted",
|
|
4718
|
-
"variant": "body",
|
|
4719
|
-
"type": "typography",
|
|
4720
|
-
"content": "Receipt will be sent after payment."
|
|
4721
|
-
}
|
|
4722
|
-
]
|
|
4723
|
-
}
|
|
4724
|
-
]
|
|
4724
|
+
"appName": "ServiceMarketplace"
|
|
4725
4725
|
}
|
|
4726
4726
|
]
|
|
4727
4727
|
]
|
|
@@ -4735,16 +4735,23 @@
|
|
|
4735
4735
|
"render-ui",
|
|
4736
4736
|
"main",
|
|
4737
4737
|
{
|
|
4738
|
+
"children": [
|
|
4739
|
+
{
|
|
4740
|
+
"title": "Sending receipt...",
|
|
4741
|
+
"message": "Delivering your payment receipt.",
|
|
4742
|
+
"type": "loading-state"
|
|
4743
|
+
}
|
|
4744
|
+
],
|
|
4738
4745
|
"navItems": [
|
|
4739
4746
|
{
|
|
4740
|
-
"label": "Products",
|
|
4741
4747
|
"href": "/products",
|
|
4742
|
-
"icon": "package"
|
|
4748
|
+
"icon": "package",
|
|
4749
|
+
"label": "Products"
|
|
4743
4750
|
},
|
|
4744
4751
|
{
|
|
4745
|
-
"
|
|
4752
|
+
"icon": "layout-list",
|
|
4746
4753
|
"href": "/login",
|
|
4747
|
-
"
|
|
4754
|
+
"label": "Login"
|
|
4748
4755
|
},
|
|
4749
4756
|
{
|
|
4750
4757
|
"label": "Checkout",
|
|
@@ -4752,19 +4759,12 @@
|
|
|
4752
4759
|
"icon": "credit-card"
|
|
4753
4760
|
},
|
|
4754
4761
|
{
|
|
4755
|
-
"icon": "clipboard-list",
|
|
4756
4762
|
"href": "/orders",
|
|
4763
|
+
"icon": "clipboard-list",
|
|
4757
4764
|
"label": "Orders"
|
|
4758
4765
|
}
|
|
4759
4766
|
],
|
|
4760
4767
|
"appName": "ServiceMarketplace",
|
|
4761
|
-
"children": [
|
|
4762
|
-
{
|
|
4763
|
-
"title": "Sending receipt...",
|
|
4764
|
-
"message": "Delivering your payment receipt.",
|
|
4765
|
-
"type": "loading-state"
|
|
4766
|
-
}
|
|
4767
|
-
],
|
|
4768
4768
|
"type": "dashboard-layout"
|
|
4769
4769
|
}
|
|
4770
4770
|
],
|
|
@@ -4773,9 +4773,9 @@
|
|
|
4773
4773
|
"email",
|
|
4774
4774
|
"send",
|
|
4775
4775
|
{
|
|
4776
|
-
"
|
|
4776
|
+
"body": "@entity.body",
|
|
4777
4777
|
"subject": "@entity.subject",
|
|
4778
|
-
"
|
|
4778
|
+
"to": "@entity.to"
|
|
4779
4779
|
},
|
|
4780
4780
|
{
|
|
4781
4781
|
"emit": {
|
|
@@ -4803,46 +4803,46 @@
|
|
|
4803
4803
|
"type": "dashboard-layout",
|
|
4804
4804
|
"children": [
|
|
4805
4805
|
{
|
|
4806
|
-
"type": "stack",
|
|
4807
|
-
"direction": "vertical",
|
|
4808
4806
|
"children": [
|
|
4809
4807
|
{
|
|
4810
4808
|
"type": "icon",
|
|
4811
4809
|
"name": "check-circle"
|
|
4812
4810
|
},
|
|
4813
4811
|
{
|
|
4814
|
-
"
|
|
4812
|
+
"type": "alert",
|
|
4815
4813
|
"variant": "success",
|
|
4816
|
-
"
|
|
4814
|
+
"message": "Receipt sent successfully"
|
|
4817
4815
|
}
|
|
4818
4816
|
],
|
|
4817
|
+
"direction": "vertical",
|
|
4818
|
+
"type": "stack",
|
|
4819
4819
|
"align": "center",
|
|
4820
4820
|
"gap": "md"
|
|
4821
4821
|
}
|
|
4822
4822
|
],
|
|
4823
|
+
"appName": "ServiceMarketplace",
|
|
4823
4824
|
"navItems": [
|
|
4824
4825
|
{
|
|
4825
|
-
"label": "Products",
|
|
4826
4826
|
"icon": "package",
|
|
4827
|
+
"label": "Products",
|
|
4827
4828
|
"href": "/products"
|
|
4828
4829
|
},
|
|
4829
4830
|
{
|
|
4831
|
+
"icon": "layout-list",
|
|
4830
4832
|
"label": "Login",
|
|
4831
|
-
"href": "/login"
|
|
4832
|
-
"icon": "layout-list"
|
|
4833
|
+
"href": "/login"
|
|
4833
4834
|
},
|
|
4834
4835
|
{
|
|
4835
|
-
"label": "Checkout",
|
|
4836
4836
|
"icon": "credit-card",
|
|
4837
|
+
"label": "Checkout",
|
|
4837
4838
|
"href": "/checkout"
|
|
4838
4839
|
},
|
|
4839
4840
|
{
|
|
4840
4841
|
"href": "/orders",
|
|
4841
|
-
"
|
|
4842
|
-
"
|
|
4842
|
+
"label": "Orders",
|
|
4843
|
+
"icon": "clipboard-list"
|
|
4843
4844
|
}
|
|
4844
|
-
]
|
|
4845
|
-
"appName": "ServiceMarketplace"
|
|
4845
|
+
]
|
|
4846
4846
|
}
|
|
4847
4847
|
]
|
|
4848
4848
|
]
|
|
@@ -4861,53 +4861,53 @@
|
|
|
4861
4861
|
"render-ui",
|
|
4862
4862
|
"main",
|
|
4863
4863
|
{
|
|
4864
|
-
"type": "dashboard-layout",
|
|
4865
4864
|
"navItems": [
|
|
4866
4865
|
{
|
|
4867
|
-
"label": "Products",
|
|
4868
4866
|
"href": "/products",
|
|
4867
|
+
"label": "Products",
|
|
4869
4868
|
"icon": "package"
|
|
4870
4869
|
},
|
|
4871
4870
|
{
|
|
4871
|
+
"icon": "layout-list",
|
|
4872
4872
|
"label": "Login",
|
|
4873
|
-
"href": "/login"
|
|
4874
|
-
"icon": "layout-list"
|
|
4873
|
+
"href": "/login"
|
|
4875
4874
|
},
|
|
4876
4875
|
{
|
|
4877
|
-
"
|
|
4876
|
+
"label": "Checkout",
|
|
4878
4877
|
"href": "/checkout",
|
|
4879
|
-
"
|
|
4878
|
+
"icon": "credit-card"
|
|
4880
4879
|
},
|
|
4881
4880
|
{
|
|
4882
4881
|
"label": "Orders",
|
|
4883
|
-
"
|
|
4884
|
-
"
|
|
4882
|
+
"href": "/orders",
|
|
4883
|
+
"icon": "clipboard-list"
|
|
4885
4884
|
}
|
|
4886
4885
|
],
|
|
4887
4886
|
"appName": "ServiceMarketplace",
|
|
4888
4887
|
"children": [
|
|
4889
4888
|
{
|
|
4890
|
-
"gap": "md",
|
|
4891
|
-
"type": "stack",
|
|
4892
|
-
"align": "center",
|
|
4893
|
-
"direction": "vertical",
|
|
4894
4889
|
"children": [
|
|
4895
4890
|
{
|
|
4896
4891
|
"type": "error-state",
|
|
4897
|
-
"title": "Receipt Failed",
|
|
4898
4892
|
"message": "Could not send receipt email.",
|
|
4899
|
-
"onRetry": "RETRY_RECEIPT"
|
|
4893
|
+
"onRetry": "RETRY_RECEIPT",
|
|
4894
|
+
"title": "Receipt Failed"
|
|
4900
4895
|
},
|
|
4901
4896
|
{
|
|
4902
4897
|
"label": "Retry",
|
|
4898
|
+
"icon": "refresh-cw",
|
|
4903
4899
|
"action": "RETRY_RECEIPT",
|
|
4904
4900
|
"type": "button",
|
|
4905
|
-
"variant": "primary"
|
|
4906
|
-
"icon": "refresh-cw"
|
|
4901
|
+
"variant": "primary"
|
|
4907
4902
|
}
|
|
4908
|
-
]
|
|
4903
|
+
],
|
|
4904
|
+
"direction": "vertical",
|
|
4905
|
+
"type": "stack",
|
|
4906
|
+
"gap": "md",
|
|
4907
|
+
"align": "center"
|
|
4909
4908
|
}
|
|
4910
|
-
]
|
|
4909
|
+
],
|
|
4910
|
+
"type": "dashboard-layout"
|
|
4911
4911
|
}
|
|
4912
4912
|
]
|
|
4913
4913
|
]
|
|
@@ -4921,8 +4921,8 @@
|
|
|
4921
4921
|
"render-ui",
|
|
4922
4922
|
"main",
|
|
4923
4923
|
{
|
|
4924
|
-
"
|
|
4925
|
-
"
|
|
4924
|
+
"type": "loading-state",
|
|
4925
|
+
"title": "Resending receipt..."
|
|
4926
4926
|
}
|
|
4927
4927
|
],
|
|
4928
4928
|
[
|
|
@@ -4930,9 +4930,9 @@
|
|
|
4930
4930
|
"email",
|
|
4931
4931
|
"send",
|
|
4932
4932
|
{
|
|
4933
|
-
"body": "@entity.body",
|
|
4934
4933
|
"to": "@entity.to",
|
|
4935
|
-
"subject": "@entity.subject"
|
|
4934
|
+
"subject": "@entity.subject",
|
|
4935
|
+
"body": "@entity.body"
|
|
4936
4936
|
},
|
|
4937
4937
|
{
|
|
4938
4938
|
"emit": {
|
|
@@ -4953,36 +4953,36 @@
|
|
|
4953
4953
|
"main",
|
|
4954
4954
|
{
|
|
4955
4955
|
"type": "dashboard-layout",
|
|
4956
|
+
"appName": "ServiceMarketplace",
|
|
4956
4957
|
"children": [
|
|
4957
4958
|
{
|
|
4958
|
-
"title": "Sending receipt...",
|
|
4959
4959
|
"type": "loading-state",
|
|
4960
|
-
"message": "Delivering your payment receipt."
|
|
4960
|
+
"message": "Delivering your payment receipt.",
|
|
4961
|
+
"title": "Sending receipt..."
|
|
4961
4962
|
}
|
|
4962
4963
|
],
|
|
4963
4964
|
"navItems": [
|
|
4964
4965
|
{
|
|
4966
|
+
"icon": "package",
|
|
4965
4967
|
"href": "/products",
|
|
4966
|
-
"label": "Products"
|
|
4967
|
-
"icon": "package"
|
|
4968
|
+
"label": "Products"
|
|
4968
4969
|
},
|
|
4969
4970
|
{
|
|
4971
|
+
"icon": "layout-list",
|
|
4970
4972
|
"label": "Login",
|
|
4971
|
-
"href": "/login"
|
|
4972
|
-
"icon": "layout-list"
|
|
4973
|
+
"href": "/login"
|
|
4973
4974
|
},
|
|
4974
4975
|
{
|
|
4975
|
-
"label": "Checkout",
|
|
4976
4976
|
"href": "/checkout",
|
|
4977
|
+
"label": "Checkout",
|
|
4977
4978
|
"icon": "credit-card"
|
|
4978
4979
|
},
|
|
4979
4980
|
{
|
|
4980
|
-
"
|
|
4981
|
+
"href": "/orders",
|
|
4981
4982
|
"icon": "clipboard-list",
|
|
4982
|
-
"
|
|
4983
|
+
"label": "Orders"
|
|
4983
4984
|
}
|
|
4984
|
-
]
|
|
4985
|
-
"appName": "ServiceMarketplace"
|
|
4985
|
+
]
|
|
4986
4986
|
}
|
|
4987
4987
|
],
|
|
4988
4988
|
[
|
|
@@ -4990,14 +4990,14 @@
|
|
|
4990
4990
|
"email",
|
|
4991
4991
|
"send",
|
|
4992
4992
|
{
|
|
4993
|
-
"
|
|
4993
|
+
"body": "@entity.body",
|
|
4994
4994
|
"subject": "@entity.subject",
|
|
4995
|
-
"
|
|
4995
|
+
"to": "@entity.to"
|
|
4996
4996
|
},
|
|
4997
4997
|
{
|
|
4998
4998
|
"emit": {
|
|
4999
|
-
"
|
|
5000
|
-
"
|
|
4999
|
+
"success": "ProductEmailCompleted",
|
|
5000
|
+
"failure": "ProductEmailFailed"
|
|
5001
5001
|
}
|
|
5002
5002
|
}
|
|
5003
5003
|
]
|
|
@@ -5297,8 +5297,8 @@
|
|
|
5297
5297
|
"Order",
|
|
5298
5298
|
{
|
|
5299
5299
|
"emit": {
|
|
5300
|
-
"
|
|
5301
|
-
"
|
|
5300
|
+
"failure": "OrderLoadFailed",
|
|
5301
|
+
"success": "OrderLoaded"
|
|
5302
5302
|
}
|
|
5303
5303
|
}
|
|
5304
5304
|
],
|
|
@@ -5306,22 +5306,22 @@
|
|
|
5306
5306
|
"render-ui",
|
|
5307
5307
|
"main",
|
|
5308
5308
|
{
|
|
5309
|
+
"type": "stack",
|
|
5309
5310
|
"direction": "vertical",
|
|
5310
5311
|
"align": "center",
|
|
5311
5312
|
"className": "py-12",
|
|
5312
|
-
"gap": "md",
|
|
5313
5313
|
"children": [
|
|
5314
5314
|
{
|
|
5315
5315
|
"type": "spinner"
|
|
5316
5316
|
},
|
|
5317
5317
|
{
|
|
5318
|
-
"color": "muted",
|
|
5319
5318
|
"content": "Loading…",
|
|
5319
|
+
"type": "typography",
|
|
5320
5320
|
"variant": "caption",
|
|
5321
|
-
"
|
|
5321
|
+
"color": "muted"
|
|
5322
5322
|
}
|
|
5323
5323
|
],
|
|
5324
|
-
"
|
|
5324
|
+
"gap": "md"
|
|
5325
5325
|
}
|
|
5326
5326
|
]
|
|
5327
5327
|
]
|
|
@@ -5335,25 +5335,23 @@
|
|
|
5335
5335
|
"render-ui",
|
|
5336
5336
|
"main",
|
|
5337
5337
|
{
|
|
5338
|
-
"
|
|
5338
|
+
"type": "dashboard-layout",
|
|
5339
5339
|
"children": [
|
|
5340
5340
|
{
|
|
5341
|
-
"
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5341
|
+
"gap": "lg",
|
|
5342
|
+
"direction": "vertical",
|
|
5343
|
+
"type": "stack",
|
|
5344
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
5345
|
+
"children": [
|
|
5346
|
+
{
|
|
5346
5347
|
"align": "center",
|
|
5347
|
-
"
|
|
5348
|
+
"gap": "md",
|
|
5348
5349
|
"children": [
|
|
5349
5350
|
{
|
|
5350
|
-
"type": "stack",
|
|
5351
|
-
"direction": "horizontal",
|
|
5352
|
-
"align": "center",
|
|
5353
5351
|
"children": [
|
|
5354
5352
|
{
|
|
5355
|
-
"
|
|
5356
|
-
"
|
|
5353
|
+
"name": "list",
|
|
5354
|
+
"type": "icon"
|
|
5357
5355
|
},
|
|
5358
5356
|
{
|
|
5359
5357
|
"type": "typography",
|
|
@@ -5361,108 +5359,110 @@
|
|
|
5361
5359
|
"variant": "h2"
|
|
5362
5360
|
}
|
|
5363
5361
|
],
|
|
5364
|
-
"
|
|
5362
|
+
"direction": "horizontal",
|
|
5363
|
+
"gap": "sm",
|
|
5364
|
+
"align": "center",
|
|
5365
|
+
"type": "stack"
|
|
5365
5366
|
},
|
|
5366
5367
|
{
|
|
5368
|
+
"type": "stack",
|
|
5369
|
+
"gap": "sm",
|
|
5367
5370
|
"direction": "horizontal",
|
|
5368
5371
|
"children": [
|
|
5369
5372
|
{
|
|
5370
|
-
"
|
|
5373
|
+
"variant": "primary",
|
|
5371
5374
|
"type": "button",
|
|
5372
5375
|
"action": "CREATE",
|
|
5373
|
-
"
|
|
5374
|
-
"
|
|
5376
|
+
"icon": "plus",
|
|
5377
|
+
"label": "Create Order"
|
|
5375
5378
|
}
|
|
5376
|
-
]
|
|
5377
|
-
"type": "stack",
|
|
5378
|
-
"gap": "sm"
|
|
5379
|
+
]
|
|
5379
5380
|
}
|
|
5380
|
-
]
|
|
5381
|
+
],
|
|
5382
|
+
"justify": "between",
|
|
5383
|
+
"type": "stack",
|
|
5384
|
+
"direction": "horizontal"
|
|
5381
5385
|
},
|
|
5382
5386
|
{
|
|
5383
5387
|
"type": "divider"
|
|
5384
5388
|
},
|
|
5385
5389
|
{
|
|
5390
|
+
"itemActions": [
|
|
5391
|
+
{
|
|
5392
|
+
"label": "View",
|
|
5393
|
+
"event": "VIEW",
|
|
5394
|
+
"variant": "ghost"
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"label": "Edit",
|
|
5398
|
+
"event": "EDIT",
|
|
5399
|
+
"variant": "ghost"
|
|
5400
|
+
},
|
|
5401
|
+
{
|
|
5402
|
+
"label": "Delete",
|
|
5403
|
+
"variant": "danger",
|
|
5404
|
+
"event": "DELETE"
|
|
5405
|
+
}
|
|
5406
|
+
],
|
|
5407
|
+
"type": "data-grid",
|
|
5408
|
+
"entity": "@payload.data",
|
|
5386
5409
|
"fields": [
|
|
5387
5410
|
{
|
|
5388
5411
|
"label": "Product Name",
|
|
5389
|
-
"
|
|
5412
|
+
"icon": "list",
|
|
5390
5413
|
"variant": "h4",
|
|
5391
|
-
"
|
|
5414
|
+
"name": "productName"
|
|
5392
5415
|
},
|
|
5393
5416
|
{
|
|
5417
|
+
"label": "Amount",
|
|
5394
5418
|
"name": "amount",
|
|
5419
|
+
"variant": "badge",
|
|
5395
5420
|
"colorMap": {
|
|
5421
|
+
"done": "success",
|
|
5396
5422
|
"completed": "success",
|
|
5397
|
-
"pending": "warning",
|
|
5398
5423
|
"cancelled": "destructive",
|
|
5399
|
-
"failed": "destructive",
|
|
5400
5424
|
"error": "destructive",
|
|
5401
5425
|
"scheduled": "warning",
|
|
5402
|
-
"
|
|
5403
|
-
"done": "success",
|
|
5404
|
-
"active": "success",
|
|
5426
|
+
"failed": "destructive",
|
|
5405
5427
|
"draft": "warning",
|
|
5428
|
+
"inactive": "neutral",
|
|
5429
|
+
"active": "success",
|
|
5406
5430
|
"archived": "neutral",
|
|
5407
|
-
"
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
"label": "Amount"
|
|
5431
|
+
"disabled": "neutral",
|
|
5432
|
+
"pending": "warning"
|
|
5433
|
+
}
|
|
5411
5434
|
},
|
|
5412
5435
|
{
|
|
5413
5436
|
"label": "Payment Status",
|
|
5414
5437
|
"name": "paymentStatus",
|
|
5415
5438
|
"variant": "caption"
|
|
5416
5439
|
}
|
|
5417
|
-
],
|
|
5418
|
-
"type": "data-grid",
|
|
5419
|
-
"entity": "@payload.data",
|
|
5420
|
-
"itemActions": [
|
|
5421
|
-
{
|
|
5422
|
-
"variant": "ghost",
|
|
5423
|
-
"label": "View",
|
|
5424
|
-
"event": "VIEW"
|
|
5425
|
-
},
|
|
5426
|
-
{
|
|
5427
|
-
"label": "Edit",
|
|
5428
|
-
"event": "EDIT",
|
|
5429
|
-
"variant": "ghost"
|
|
5430
|
-
},
|
|
5431
|
-
{
|
|
5432
|
-
"variant": "danger",
|
|
5433
|
-
"label": "Delete",
|
|
5434
|
-
"event": "DELETE"
|
|
5435
|
-
}
|
|
5436
5440
|
]
|
|
5437
5441
|
}
|
|
5438
|
-
]
|
|
5439
|
-
"direction": "vertical",
|
|
5440
|
-
"type": "stack",
|
|
5441
|
-
"gap": "lg",
|
|
5442
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
5442
|
+
]
|
|
5443
5443
|
}
|
|
5444
5444
|
],
|
|
5445
|
-
"
|
|
5445
|
+
"appName": "ServiceMarketplace",
|
|
5446
5446
|
"navItems": [
|
|
5447
5447
|
{
|
|
5448
|
-
"label": "Products",
|
|
5449
5448
|
"href": "/products",
|
|
5449
|
+
"label": "Products",
|
|
5450
5450
|
"icon": "package"
|
|
5451
5451
|
},
|
|
5452
5452
|
{
|
|
5453
|
-
"
|
|
5453
|
+
"label": "Login",
|
|
5454
5454
|
"icon": "layout-list",
|
|
5455
|
-
"
|
|
5455
|
+
"href": "/login"
|
|
5456
5456
|
},
|
|
5457
5457
|
{
|
|
5458
5458
|
"label": "Checkout",
|
|
5459
|
-
"
|
|
5460
|
-
"
|
|
5459
|
+
"icon": "credit-card",
|
|
5460
|
+
"href": "/checkout"
|
|
5461
5461
|
},
|
|
5462
5462
|
{
|
|
5463
|
-
"label": "Orders",
|
|
5464
5463
|
"href": "/orders",
|
|
5465
|
-
"icon": "clipboard-list"
|
|
5464
|
+
"icon": "clipboard-list",
|
|
5465
|
+
"label": "Orders"
|
|
5466
5466
|
}
|
|
5467
5467
|
]
|
|
5468
5468
|
}
|
|
@@ -5478,16 +5478,11 @@
|
|
|
5478
5478
|
"render-ui",
|
|
5479
5479
|
"main",
|
|
5480
5480
|
{
|
|
5481
|
-
"gap": "md",
|
|
5482
|
-
"align": "center",
|
|
5483
|
-
"direction": "vertical",
|
|
5484
|
-
"type": "stack",
|
|
5485
|
-
"className": "py-12",
|
|
5486
5481
|
"children": [
|
|
5487
5482
|
{
|
|
5483
|
+
"name": "alert-triangle",
|
|
5488
5484
|
"color": "destructive",
|
|
5489
|
-
"type": "icon"
|
|
5490
|
-
"name": "alert-triangle"
|
|
5485
|
+
"type": "icon"
|
|
5491
5486
|
},
|
|
5492
5487
|
{
|
|
5493
5488
|
"content": "Failed to load order",
|
|
@@ -5495,19 +5490,24 @@
|
|
|
5495
5490
|
"variant": "h3"
|
|
5496
5491
|
},
|
|
5497
5492
|
{
|
|
5498
|
-
"type": "typography",
|
|
5499
5493
|
"content": "@payload.error",
|
|
5500
5494
|
"color": "muted",
|
|
5495
|
+
"type": "typography",
|
|
5501
5496
|
"variant": "body"
|
|
5502
5497
|
},
|
|
5503
5498
|
{
|
|
5504
|
-
"action": "INIT",
|
|
5505
5499
|
"icon": "rotate-ccw",
|
|
5506
|
-
"variant": "primary",
|
|
5507
5500
|
"type": "button",
|
|
5508
|
-
"label": "Retry"
|
|
5501
|
+
"label": "Retry",
|
|
5502
|
+
"variant": "primary",
|
|
5503
|
+
"action": "INIT"
|
|
5509
5504
|
}
|
|
5510
|
-
]
|
|
5505
|
+
],
|
|
5506
|
+
"align": "center",
|
|
5507
|
+
"gap": "md",
|
|
5508
|
+
"direction": "vertical",
|
|
5509
|
+
"type": "stack",
|
|
5510
|
+
"className": "py-12"
|
|
5511
5511
|
}
|
|
5512
5512
|
]
|
|
5513
5513
|
]
|
|
@@ -5682,8 +5682,8 @@
|
|
|
5682
5682
|
"Order",
|
|
5683
5683
|
{
|
|
5684
5684
|
"emit": {
|
|
5685
|
-
"
|
|
5686
|
-
"
|
|
5685
|
+
"failure": "OrderLoadFailed",
|
|
5686
|
+
"success": "OrderLoaded"
|
|
5687
5687
|
}
|
|
5688
5688
|
}
|
|
5689
5689
|
]
|
|
@@ -5699,8 +5699,8 @@
|
|
|
5699
5699
|
"Order",
|
|
5700
5700
|
{
|
|
5701
5701
|
"emit": {
|
|
5702
|
-
"
|
|
5703
|
-
"
|
|
5702
|
+
"failure": "OrderLoadFailed",
|
|
5703
|
+
"success": "OrderLoaded"
|
|
5704
5704
|
}
|
|
5705
5705
|
}
|
|
5706
5706
|
],
|
|
@@ -5709,24 +5709,24 @@
|
|
|
5709
5709
|
"modal",
|
|
5710
5710
|
{
|
|
5711
5711
|
"type": "stack",
|
|
5712
|
-
"gap": "md",
|
|
5713
5712
|
"direction": "vertical",
|
|
5713
|
+
"gap": "md",
|
|
5714
5714
|
"children": [
|
|
5715
5715
|
{
|
|
5716
5716
|
"type": "stack",
|
|
5717
|
-
"direction": "horizontal",
|
|
5718
5717
|
"gap": "sm",
|
|
5719
5718
|
"children": [
|
|
5720
5719
|
{
|
|
5721
|
-
"
|
|
5722
|
-
"
|
|
5720
|
+
"type": "icon",
|
|
5721
|
+
"name": "plus-circle"
|
|
5723
5722
|
},
|
|
5724
5723
|
{
|
|
5724
|
+
"type": "typography",
|
|
5725
5725
|
"content": "Create Order",
|
|
5726
|
-
"variant": "h3"
|
|
5727
|
-
"type": "typography"
|
|
5726
|
+
"variant": "h3"
|
|
5728
5727
|
}
|
|
5729
|
-
]
|
|
5728
|
+
],
|
|
5729
|
+
"direction": "horizontal"
|
|
5730
5730
|
},
|
|
5731
5731
|
{
|
|
5732
5732
|
"type": "divider"
|
|
@@ -5995,8 +5995,8 @@
|
|
|
5995
5995
|
"Order",
|
|
5996
5996
|
{
|
|
5997
5997
|
"emit": {
|
|
5998
|
-
"
|
|
5999
|
-
"
|
|
5998
|
+
"failure": "OrderLoadFailed",
|
|
5999
|
+
"success": "OrderLoaded"
|
|
6000
6000
|
}
|
|
6001
6001
|
}
|
|
6002
6002
|
]
|
|
@@ -6011,22 +6011,22 @@
|
|
|
6011
6011
|
"fetch",
|
|
6012
6012
|
"Order",
|
|
6013
6013
|
{
|
|
6014
|
+
"id": "@payload.id",
|
|
6014
6015
|
"emit": {
|
|
6015
6016
|
"success": "OrderLoaded",
|
|
6016
6017
|
"failure": "OrderLoadFailed"
|
|
6017
|
-
}
|
|
6018
|
-
"id": "@payload.id"
|
|
6018
|
+
}
|
|
6019
6019
|
}
|
|
6020
6020
|
],
|
|
6021
6021
|
[
|
|
6022
6022
|
"render-ui",
|
|
6023
6023
|
"modal",
|
|
6024
6024
|
{
|
|
6025
|
+
"type": "stack",
|
|
6026
|
+
"direction": "vertical",
|
|
6025
6027
|
"children": [
|
|
6026
6028
|
{
|
|
6027
|
-
"gap": "sm",
|
|
6028
6029
|
"type": "stack",
|
|
6029
|
-
"direction": "horizontal",
|
|
6030
6030
|
"children": [
|
|
6031
6031
|
{
|
|
6032
6032
|
"name": "edit",
|
|
@@ -6037,27 +6037,27 @@
|
|
|
6037
6037
|
"content": "Edit Order",
|
|
6038
6038
|
"variant": "h3"
|
|
6039
6039
|
}
|
|
6040
|
-
]
|
|
6040
|
+
],
|
|
6041
|
+
"direction": "horizontal",
|
|
6042
|
+
"gap": "sm"
|
|
6041
6043
|
},
|
|
6042
6044
|
{
|
|
6043
6045
|
"type": "divider"
|
|
6044
6046
|
},
|
|
6045
6047
|
{
|
|
6046
|
-
"
|
|
6047
|
-
"type": "form-section",
|
|
6048
|
-
"mode": "edit",
|
|
6048
|
+
"entity": "@payload.row",
|
|
6049
6049
|
"submitEvent": "SAVE",
|
|
6050
|
+
"cancelEvent": "CLOSE",
|
|
6050
6051
|
"fields": [
|
|
6051
6052
|
"productName",
|
|
6052
6053
|
"amount",
|
|
6053
6054
|
"paymentStatus",
|
|
6054
6055
|
"orderDate"
|
|
6055
6056
|
],
|
|
6056
|
-
"
|
|
6057
|
+
"type": "form-section",
|
|
6058
|
+
"mode": "edit"
|
|
6057
6059
|
}
|
|
6058
6060
|
],
|
|
6059
|
-
"direction": "vertical",
|
|
6060
|
-
"type": "stack",
|
|
6061
6061
|
"gap": "md"
|
|
6062
6062
|
}
|
|
6063
6063
|
]
|
|
@@ -6099,8 +6099,8 @@
|
|
|
6099
6099
|
"@payload.data",
|
|
6100
6100
|
{
|
|
6101
6101
|
"emit": {
|
|
6102
|
-
"
|
|
6103
|
-
"
|
|
6102
|
+
"failure": "OrderUpdateFailed",
|
|
6103
|
+
"success": "OrderUpdated"
|
|
6104
6104
|
}
|
|
6105
6105
|
}
|
|
6106
6106
|
],
|
|
@@ -6297,82 +6297,82 @@
|
|
|
6297
6297
|
"render-ui",
|
|
6298
6298
|
"modal",
|
|
6299
6299
|
{
|
|
6300
|
-
"direction": "vertical",
|
|
6301
|
-
"type": "stack",
|
|
6302
6300
|
"gap": "md",
|
|
6303
6301
|
"children": [
|
|
6304
6302
|
{
|
|
6305
6303
|
"type": "stack",
|
|
6306
6304
|
"gap": "sm",
|
|
6305
|
+
"align": "center",
|
|
6306
|
+
"direction": "horizontal",
|
|
6307
6307
|
"children": [
|
|
6308
6308
|
{
|
|
6309
6309
|
"name": "eye",
|
|
6310
6310
|
"type": "icon"
|
|
6311
6311
|
},
|
|
6312
6312
|
{
|
|
6313
|
-
"content": "@entity.productName",
|
|
6314
6313
|
"variant": "h3",
|
|
6315
|
-
"type": "typography"
|
|
6314
|
+
"type": "typography",
|
|
6315
|
+
"content": "@entity.productName"
|
|
6316
6316
|
}
|
|
6317
|
-
]
|
|
6318
|
-
"direction": "horizontal",
|
|
6319
|
-
"align": "center"
|
|
6317
|
+
]
|
|
6320
6318
|
},
|
|
6321
6319
|
{
|
|
6322
6320
|
"type": "divider"
|
|
6323
6321
|
},
|
|
6324
6322
|
{
|
|
6325
|
-
"gap": "md",
|
|
6326
6323
|
"type": "stack",
|
|
6324
|
+
"gap": "md",
|
|
6327
6325
|
"direction": "horizontal",
|
|
6328
6326
|
"children": [
|
|
6329
6327
|
{
|
|
6330
|
-
"
|
|
6328
|
+
"variant": "caption",
|
|
6331
6329
|
"type": "typography",
|
|
6332
|
-
"
|
|
6330
|
+
"content": "Product Name"
|
|
6333
6331
|
},
|
|
6334
6332
|
{
|
|
6335
|
-
"
|
|
6333
|
+
"variant": "body",
|
|
6336
6334
|
"type": "typography",
|
|
6337
|
-
"
|
|
6335
|
+
"content": "@entity.productName"
|
|
6338
6336
|
}
|
|
6339
6337
|
]
|
|
6340
6338
|
},
|
|
6341
6339
|
{
|
|
6342
6340
|
"gap": "md",
|
|
6341
|
+
"direction": "horizontal",
|
|
6343
6342
|
"children": [
|
|
6344
6343
|
{
|
|
6345
|
-
"
|
|
6344
|
+
"content": "Amount",
|
|
6346
6345
|
"variant": "caption",
|
|
6347
|
-
"
|
|
6346
|
+
"type": "typography"
|
|
6348
6347
|
},
|
|
6349
6348
|
{
|
|
6350
|
-
"variant": "body",
|
|
6351
6349
|
"content": "@entity.amount",
|
|
6352
|
-
"type": "typography"
|
|
6350
|
+
"type": "typography",
|
|
6351
|
+
"variant": "body"
|
|
6353
6352
|
}
|
|
6354
6353
|
],
|
|
6355
|
-
"type": "stack"
|
|
6356
|
-
"direction": "horizontal"
|
|
6354
|
+
"type": "stack"
|
|
6357
6355
|
},
|
|
6358
6356
|
{
|
|
6357
|
+
"gap": "md",
|
|
6359
6358
|
"type": "stack",
|
|
6359
|
+
"direction": "horizontal",
|
|
6360
6360
|
"children": [
|
|
6361
6361
|
{
|
|
6362
|
-
"content": "Payment Status",
|
|
6363
6362
|
"variant": "caption",
|
|
6363
|
+
"content": "Payment Status",
|
|
6364
6364
|
"type": "typography"
|
|
6365
6365
|
},
|
|
6366
6366
|
{
|
|
6367
|
-
"
|
|
6367
|
+
"content": "@entity.paymentStatus",
|
|
6368
6368
|
"type": "typography",
|
|
6369
|
-
"
|
|
6369
|
+
"variant": "body"
|
|
6370
6370
|
}
|
|
6371
|
-
]
|
|
6372
|
-
"direction": "horizontal",
|
|
6373
|
-
"gap": "md"
|
|
6371
|
+
]
|
|
6374
6372
|
},
|
|
6375
6373
|
{
|
|
6374
|
+
"direction": "horizontal",
|
|
6375
|
+
"type": "stack",
|
|
6376
6376
|
"gap": "md",
|
|
6377
6377
|
"children": [
|
|
6378
6378
|
{
|
|
@@ -6381,39 +6381,39 @@
|
|
|
6381
6381
|
"type": "typography"
|
|
6382
6382
|
},
|
|
6383
6383
|
{
|
|
6384
|
-
"content": "@entity.orderDate",
|
|
6385
6384
|
"variant": "body",
|
|
6385
|
+
"content": "@entity.orderDate",
|
|
6386
6386
|
"type": "typography"
|
|
6387
6387
|
}
|
|
6388
|
-
]
|
|
6389
|
-
"type": "stack",
|
|
6390
|
-
"direction": "horizontal"
|
|
6388
|
+
]
|
|
6391
6389
|
},
|
|
6392
6390
|
{
|
|
6393
6391
|
"type": "divider"
|
|
6394
6392
|
},
|
|
6395
6393
|
{
|
|
6396
|
-
"justify": "end",
|
|
6397
6394
|
"children": [
|
|
6398
6395
|
{
|
|
6399
|
-
"
|
|
6396
|
+
"type": "button",
|
|
6397
|
+
"action": "EDIT",
|
|
6400
6398
|
"label": "Edit",
|
|
6401
6399
|
"variant": "primary",
|
|
6402
|
-
"
|
|
6403
|
-
"type": "button"
|
|
6400
|
+
"icon": "edit"
|
|
6404
6401
|
},
|
|
6405
6402
|
{
|
|
6406
|
-
"label": "Close",
|
|
6407
|
-
"variant": "ghost",
|
|
6408
6403
|
"type": "button",
|
|
6404
|
+
"variant": "ghost",
|
|
6405
|
+
"label": "Close",
|
|
6409
6406
|
"action": "CLOSE"
|
|
6410
6407
|
}
|
|
6411
6408
|
],
|
|
6412
|
-
"
|
|
6409
|
+
"justify": "end",
|
|
6413
6410
|
"gap": "sm",
|
|
6411
|
+
"direction": "horizontal",
|
|
6414
6412
|
"type": "stack"
|
|
6415
6413
|
}
|
|
6416
|
-
]
|
|
6414
|
+
],
|
|
6415
|
+
"direction": "vertical",
|
|
6416
|
+
"type": "stack"
|
|
6417
6417
|
}
|
|
6418
6418
|
]
|
|
6419
6419
|
]
|
|
@@ -6658,8 +6658,8 @@
|
|
|
6658
6658
|
{
|
|
6659
6659
|
"id": "@payload.id",
|
|
6660
6660
|
"emit": {
|
|
6661
|
-
"
|
|
6662
|
-
"
|
|
6661
|
+
"success": "OrderLoaded",
|
|
6662
|
+
"failure": "OrderLoadFailed"
|
|
6663
6663
|
}
|
|
6664
6664
|
}
|
|
6665
6665
|
],
|
|
@@ -6669,55 +6669,55 @@
|
|
|
6669
6669
|
{
|
|
6670
6670
|
"type": "stack",
|
|
6671
6671
|
"direction": "vertical",
|
|
6672
|
-
"gap": "md",
|
|
6673
6672
|
"children": [
|
|
6674
6673
|
{
|
|
6675
|
-
"
|
|
6674
|
+
"type": "stack",
|
|
6676
6675
|
"align": "center",
|
|
6677
6676
|
"gap": "sm",
|
|
6678
6677
|
"children": [
|
|
6679
6678
|
{
|
|
6680
|
-
"
|
|
6681
|
-
"
|
|
6679
|
+
"type": "icon",
|
|
6680
|
+
"name": "alert-triangle"
|
|
6682
6681
|
},
|
|
6683
6682
|
{
|
|
6683
|
+
"variant": "h3",
|
|
6684
6684
|
"type": "typography",
|
|
6685
|
-
"content": "Delete Order"
|
|
6686
|
-
"variant": "h3"
|
|
6685
|
+
"content": "Delete Order"
|
|
6687
6686
|
}
|
|
6688
6687
|
],
|
|
6689
|
-
"
|
|
6688
|
+
"direction": "horizontal"
|
|
6690
6689
|
},
|
|
6691
6690
|
{
|
|
6692
6691
|
"type": "divider"
|
|
6693
6692
|
},
|
|
6694
6693
|
{
|
|
6695
6694
|
"type": "alert",
|
|
6696
|
-
"
|
|
6697
|
-
"
|
|
6695
|
+
"message": "This action cannot be undone.",
|
|
6696
|
+
"variant": "error"
|
|
6698
6697
|
},
|
|
6699
6698
|
{
|
|
6700
6699
|
"children": [
|
|
6701
6700
|
{
|
|
6702
6701
|
"type": "button",
|
|
6703
|
-
"label": "Cancel",
|
|
6704
6702
|
"action": "CANCEL",
|
|
6703
|
+
"label": "Cancel",
|
|
6705
6704
|
"variant": "ghost"
|
|
6706
6705
|
},
|
|
6707
6706
|
{
|
|
6707
|
+
"icon": "check",
|
|
6708
6708
|
"variant": "danger",
|
|
6709
|
-
"type": "button",
|
|
6710
6709
|
"label": "Delete",
|
|
6711
|
-
"
|
|
6710
|
+
"type": "button",
|
|
6712
6711
|
"action": "CONFIRM_DELETE"
|
|
6713
6712
|
}
|
|
6714
6713
|
],
|
|
6714
|
+
"gap": "sm",
|
|
6715
6715
|
"type": "stack",
|
|
6716
|
-
"justify": "end",
|
|
6717
6716
|
"direction": "horizontal",
|
|
6718
|
-
"
|
|
6717
|
+
"justify": "end"
|
|
6719
6718
|
}
|
|
6720
|
-
]
|
|
6719
|
+
],
|
|
6720
|
+
"gap": "md"
|
|
6721
6721
|
}
|
|
6722
6722
|
]
|
|
6723
6723
|
]
|
|
@@ -6756,8 +6756,8 @@
|
|
|
6756
6756
|
"Order",
|
|
6757
6757
|
{
|
|
6758
6758
|
"emit": {
|
|
6759
|
-
"
|
|
6760
|
-
"
|
|
6759
|
+
"failure": "OrderLoadFailed",
|
|
6760
|
+
"success": "OrderLoaded"
|
|
6761
6761
|
}
|
|
6762
6762
|
}
|
|
6763
6763
|
],
|
|
@@ -6818,8 +6818,8 @@
|
|
|
6818
6818
|
"Order",
|
|
6819
6819
|
{
|
|
6820
6820
|
"emit": {
|
|
6821
|
-
"
|
|
6822
|
-
"
|
|
6821
|
+
"success": "OrderLoaded",
|
|
6822
|
+
"failure": "OrderLoadFailed"
|
|
6823
6823
|
}
|
|
6824
6824
|
}
|
|
6825
6825
|
]
|
|
@@ -6855,4 +6855,4 @@
|
|
|
6855
6855
|
]
|
|
6856
6856
|
}
|
|
6857
6857
|
]
|
|
6858
|
-
}
|
|
6858
|
+
}
|