@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
|
@@ -111,32 +111,32 @@
|
|
|
111
111
|
"ref": "AppShell.traits.AppLayout",
|
|
112
112
|
"name": "EventAppLayout",
|
|
113
113
|
"config": {
|
|
114
|
+
"searchEvent": "EVENT_SEARCH",
|
|
115
|
+
"notifications": [],
|
|
114
116
|
"contentTrait": "@trait.EventCatalog",
|
|
117
|
+
"notificationClickEvent": "EVENT_NOTIFICATIONS_OPEN",
|
|
115
118
|
"navItems": [
|
|
116
119
|
{
|
|
117
|
-
"label": "Events",
|
|
118
120
|
"href": "/events",
|
|
119
|
-
"icon": "calendar"
|
|
121
|
+
"icon": "calendar",
|
|
122
|
+
"label": "Events"
|
|
120
123
|
},
|
|
121
124
|
{
|
|
125
|
+
"icon": "ticket",
|
|
122
126
|
"label": "Tickets",
|
|
123
|
-
"href": "/tickets"
|
|
124
|
-
"icon": "ticket"
|
|
127
|
+
"href": "/tickets"
|
|
125
128
|
},
|
|
126
129
|
{
|
|
127
130
|
"label": "Check-in",
|
|
128
|
-
"
|
|
129
|
-
"
|
|
131
|
+
"icon": "qr-code",
|
|
132
|
+
"href": "/checkin"
|
|
130
133
|
},
|
|
131
134
|
{
|
|
132
|
-
"href": "/waitlist",
|
|
133
135
|
"label": "Waitlist",
|
|
136
|
+
"href": "/waitlist",
|
|
134
137
|
"icon": "users"
|
|
135
138
|
}
|
|
136
139
|
],
|
|
137
|
-
"searchEvent": "EVENT_SEARCH",
|
|
138
|
-
"notifications": [],
|
|
139
|
-
"notificationClickEvent": "EVENT_NOTIFICATIONS_OPEN",
|
|
140
140
|
"appName": "EventTicketing"
|
|
141
141
|
},
|
|
142
142
|
"events": {
|
|
@@ -226,37 +226,35 @@
|
|
|
226
226
|
{
|
|
227
227
|
"direction": "vertical",
|
|
228
228
|
"gap": "lg",
|
|
229
|
+
"type": "stack",
|
|
229
230
|
"children": [
|
|
230
231
|
{
|
|
231
|
-
"align": "center",
|
|
232
|
-
"gap": "md",
|
|
233
|
-
"type": "stack",
|
|
234
232
|
"children": [
|
|
235
233
|
{
|
|
236
234
|
"children": [
|
|
237
235
|
{
|
|
238
|
-
"
|
|
239
|
-
"
|
|
236
|
+
"name": "calendar",
|
|
237
|
+
"type": "icon"
|
|
240
238
|
},
|
|
241
239
|
{
|
|
242
|
-
"
|
|
240
|
+
"content": "Events",
|
|
243
241
|
"variant": "h2",
|
|
244
|
-
"
|
|
242
|
+
"type": "typography"
|
|
245
243
|
}
|
|
246
244
|
],
|
|
247
|
-
"
|
|
245
|
+
"type": "stack",
|
|
248
246
|
"direction": "horizontal",
|
|
249
247
|
"gap": "sm",
|
|
250
|
-
"
|
|
248
|
+
"align": "center"
|
|
251
249
|
},
|
|
252
250
|
{
|
|
253
251
|
"children": [
|
|
254
252
|
{
|
|
255
|
-
"type": "button",
|
|
256
253
|
"label": "New Event",
|
|
257
254
|
"variant": "primary",
|
|
258
|
-
"
|
|
259
|
-
"action": "CREATE"
|
|
255
|
+
"type": "button",
|
|
256
|
+
"action": "CREATE",
|
|
257
|
+
"icon": "plus"
|
|
260
258
|
}
|
|
261
259
|
],
|
|
262
260
|
"direction": "horizontal",
|
|
@@ -264,21 +262,24 @@
|
|
|
264
262
|
"gap": "sm"
|
|
265
263
|
}
|
|
266
264
|
],
|
|
265
|
+
"gap": "md",
|
|
267
266
|
"direction": "horizontal",
|
|
268
|
-
"justify": "between"
|
|
267
|
+
"justify": "between",
|
|
268
|
+
"type": "stack",
|
|
269
|
+
"align": "center"
|
|
269
270
|
},
|
|
270
271
|
{
|
|
271
272
|
"type": "divider"
|
|
272
273
|
},
|
|
273
274
|
{
|
|
274
|
-
"gap": "md",
|
|
275
|
-
"type": "stack",
|
|
276
275
|
"align": "center",
|
|
277
276
|
"children": [
|
|
278
277
|
"@trait.EventSearch",
|
|
279
278
|
"@trait.EventFilter"
|
|
280
279
|
],
|
|
281
|
-
"
|
|
280
|
+
"type": "stack",
|
|
281
|
+
"direction": "horizontal",
|
|
282
|
+
"gap": "md"
|
|
282
283
|
},
|
|
283
284
|
"@trait.EventStats",
|
|
284
285
|
{
|
|
@@ -293,13 +294,12 @@
|
|
|
293
294
|
"type": "divider"
|
|
294
295
|
},
|
|
295
296
|
{
|
|
296
|
-
"content": "Advanced Event Admin",
|
|
297
297
|
"variant": "h3",
|
|
298
|
-
"type": "typography"
|
|
298
|
+
"type": "typography",
|
|
299
|
+
"content": "Advanced Event Admin"
|
|
299
300
|
},
|
|
300
301
|
"@trait.EventAdvancedAdmin"
|
|
301
|
-
]
|
|
302
|
-
"type": "stack"
|
|
302
|
+
]
|
|
303
303
|
}
|
|
304
304
|
]
|
|
305
305
|
]
|
|
@@ -319,33 +319,33 @@
|
|
|
319
319
|
"main",
|
|
320
320
|
{
|
|
321
321
|
"className": "py-8",
|
|
322
|
-
"direction": "vertical",
|
|
323
|
-
"type": "stack",
|
|
324
|
-
"gap": "md",
|
|
325
|
-
"align": "center",
|
|
326
322
|
"children": [
|
|
327
323
|
{
|
|
328
|
-
"
|
|
329
|
-
"
|
|
324
|
+
"name": "bell",
|
|
325
|
+
"type": "icon"
|
|
330
326
|
},
|
|
331
327
|
{
|
|
332
|
-
"variant": "h3",
|
|
333
328
|
"type": "typography",
|
|
334
|
-
"content": "No notifications"
|
|
329
|
+
"content": "No notifications",
|
|
330
|
+
"variant": "h3"
|
|
335
331
|
},
|
|
336
332
|
{
|
|
337
|
-
"variant": "caption",
|
|
338
333
|
"type": "typography",
|
|
339
|
-
"
|
|
340
|
-
"content": "You're all caught up."
|
|
334
|
+
"variant": "caption",
|
|
335
|
+
"content": "You're all caught up.",
|
|
336
|
+
"color": "muted"
|
|
341
337
|
},
|
|
342
338
|
{
|
|
343
|
-
"
|
|
339
|
+
"type": "button",
|
|
344
340
|
"label": "Back to events",
|
|
345
|
-
"
|
|
346
|
-
"
|
|
341
|
+
"variant": "ghost",
|
|
342
|
+
"action": "INIT"
|
|
347
343
|
}
|
|
348
|
-
]
|
|
344
|
+
],
|
|
345
|
+
"gap": "md",
|
|
346
|
+
"direction": "vertical",
|
|
347
|
+
"type": "stack",
|
|
348
|
+
"align": "center"
|
|
349
349
|
}
|
|
350
350
|
]
|
|
351
351
|
]
|
|
@@ -358,28 +358,28 @@
|
|
|
358
358
|
"ref": "Search.traits.SearchResultSearch",
|
|
359
359
|
"name": "EventSearch",
|
|
360
360
|
"config": {
|
|
361
|
-
"
|
|
362
|
-
"
|
|
361
|
+
"placeholder": "Search events…",
|
|
362
|
+
"event": "EVENT_SEARCH"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
367
367
|
"name": "EventFilter",
|
|
368
368
|
"config": {
|
|
369
|
-
"event": "EVENT_FILTER",
|
|
370
369
|
"filters": [
|
|
371
370
|
{
|
|
371
|
+
"label": "Status",
|
|
372
|
+
"filterType": "select",
|
|
373
|
+
"field": "status",
|
|
372
374
|
"options": [
|
|
373
375
|
"draft",
|
|
374
376
|
"published",
|
|
375
377
|
"sold-out",
|
|
376
378
|
"cancelled"
|
|
377
|
-
]
|
|
378
|
-
"field": "status",
|
|
379
|
-
"filterType": "select",
|
|
380
|
-
"label": "Status"
|
|
379
|
+
]
|
|
381
380
|
}
|
|
382
|
-
]
|
|
381
|
+
],
|
|
382
|
+
"event": "EVENT_FILTER"
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
385
|
{
|
|
@@ -388,15 +388,16 @@
|
|
|
388
388
|
"config": {
|
|
389
389
|
"metrics": [
|
|
390
390
|
{
|
|
391
|
-
"
|
|
391
|
+
"icon": "calendar",
|
|
392
392
|
"variant": "primary",
|
|
393
|
-
"aggregation": "count",
|
|
394
393
|
"format": "number",
|
|
395
|
-
"
|
|
394
|
+
"label": "Total",
|
|
395
|
+
"aggregation": "count"
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
|
-
"
|
|
398
|
+
"format": "number",
|
|
399
399
|
"aggregation": "count",
|
|
400
|
+
"variant": "success",
|
|
400
401
|
"label": "Published",
|
|
401
402
|
"filter": [
|
|
402
403
|
"fn",
|
|
@@ -407,12 +408,13 @@
|
|
|
407
408
|
"published"
|
|
408
409
|
]
|
|
409
410
|
],
|
|
410
|
-
"
|
|
411
|
-
"variant": "success"
|
|
411
|
+
"icon": "send"
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
414
|
"variant": "warning",
|
|
415
415
|
"format": "number",
|
|
416
|
+
"aggregation": "count",
|
|
417
|
+
"label": "Sold Out",
|
|
416
418
|
"filter": [
|
|
417
419
|
"fn",
|
|
418
420
|
"row",
|
|
@@ -422,17 +424,15 @@
|
|
|
422
424
|
"sold-out"
|
|
423
425
|
]
|
|
424
426
|
],
|
|
425
|
-
"icon": "check-circle"
|
|
426
|
-
"aggregation": "count",
|
|
427
|
-
"label": "Sold Out"
|
|
427
|
+
"icon": "check-circle"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
|
-
"
|
|
430
|
+
"field": "capacity",
|
|
431
431
|
"label": "Capacity",
|
|
432
|
-
"
|
|
432
|
+
"aggregation": "sum",
|
|
433
433
|
"variant": "info",
|
|
434
|
-
"
|
|
435
|
-
"
|
|
434
|
+
"format": "number",
|
|
435
|
+
"icon": "users"
|
|
436
436
|
}
|
|
437
437
|
],
|
|
438
438
|
"title": "Events"
|
|
@@ -453,53 +453,53 @@
|
|
|
453
453
|
"name": "EventBrowseList",
|
|
454
454
|
"linkedEntity": "EventRow",
|
|
455
455
|
"config": {
|
|
456
|
+
"cols": 1.0,
|
|
456
457
|
"fields": [
|
|
457
458
|
{
|
|
458
|
-
"
|
|
459
|
+
"variant": "h3",
|
|
459
460
|
"name": "name",
|
|
460
|
-
"
|
|
461
|
+
"icon": "calendar"
|
|
461
462
|
},
|
|
462
463
|
{
|
|
463
|
-
"
|
|
464
|
-
"
|
|
464
|
+
"variant": "body",
|
|
465
|
+
"name": "venue"
|
|
465
466
|
},
|
|
466
467
|
{
|
|
467
|
-
"
|
|
468
|
+
"format": "date",
|
|
468
469
|
"variant": "caption",
|
|
469
|
-
"
|
|
470
|
+
"name": "startsAt"
|
|
470
471
|
},
|
|
471
472
|
{
|
|
472
|
-
"name": "endsAt",
|
|
473
473
|
"variant": "caption",
|
|
474
|
-
"format": "date"
|
|
474
|
+
"format": "date",
|
|
475
|
+
"name": "endsAt"
|
|
475
476
|
},
|
|
476
477
|
{
|
|
477
478
|
"format": "number",
|
|
478
|
-
"
|
|
479
|
-
"
|
|
479
|
+
"name": "capacity",
|
|
480
|
+
"variant": "body"
|
|
480
481
|
},
|
|
481
482
|
{
|
|
482
483
|
"name": "status",
|
|
483
484
|
"variant": "badge"
|
|
484
485
|
}
|
|
485
486
|
],
|
|
486
|
-
"cols": 1.0,
|
|
487
487
|
"gap": "sm",
|
|
488
488
|
"itemActions": [
|
|
489
489
|
{
|
|
490
|
-
"
|
|
490
|
+
"label": "View",
|
|
491
491
|
"variant": "ghost",
|
|
492
|
-
"
|
|
492
|
+
"event": "VIEW"
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
-
"event": "EDIT",
|
|
496
495
|
"variant": "ghost",
|
|
496
|
+
"event": "EDIT",
|
|
497
497
|
"label": "Edit"
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
|
-
"
|
|
500
|
+
"variant": "danger",
|
|
501
501
|
"event": "DELETE",
|
|
502
|
-
"
|
|
502
|
+
"label": "Delete"
|
|
503
503
|
}
|
|
504
504
|
]
|
|
505
505
|
},
|
|
@@ -593,8 +593,6 @@
|
|
|
593
593
|
"name": "EventCreate",
|
|
594
594
|
"linkedEntity": "EventRow",
|
|
595
595
|
"config": {
|
|
596
|
-
"title": "New Event",
|
|
597
|
-
"icon": "plus-circle",
|
|
598
596
|
"fields": [
|
|
599
597
|
"name",
|
|
600
598
|
"description",
|
|
@@ -605,6 +603,8 @@
|
|
|
605
603
|
"status",
|
|
606
604
|
"organizerId"
|
|
607
605
|
],
|
|
606
|
+
"title": "New Event",
|
|
607
|
+
"icon": "plus-circle",
|
|
608
608
|
"mode": "create"
|
|
609
609
|
},
|
|
610
610
|
"events": {
|
|
@@ -626,8 +626,9 @@
|
|
|
626
626
|
"name": "EventEdit",
|
|
627
627
|
"linkedEntity": "EventRow",
|
|
628
628
|
"config": {
|
|
629
|
-
"mode": "edit",
|
|
630
629
|
"title": "Edit Event",
|
|
630
|
+
"icon": "edit",
|
|
631
|
+
"mode": "edit",
|
|
631
632
|
"fields": [
|
|
632
633
|
"name",
|
|
633
634
|
"description",
|
|
@@ -637,8 +638,7 @@
|
|
|
637
638
|
"capacity",
|
|
638
639
|
"status",
|
|
639
640
|
"organizerId"
|
|
640
|
-
]
|
|
641
|
-
"icon": "edit"
|
|
641
|
+
]
|
|
642
642
|
},
|
|
643
643
|
"events": {
|
|
644
644
|
"OPEN": "EDIT"
|
|
@@ -659,9 +659,6 @@
|
|
|
659
659
|
"name": "EventView",
|
|
660
660
|
"linkedEntity": "EventRow",
|
|
661
661
|
"config": {
|
|
662
|
-
"mode": "edit",
|
|
663
|
-
"icon": "eye",
|
|
664
|
-
"title": "View Event",
|
|
665
662
|
"fields": [
|
|
666
663
|
"name",
|
|
667
664
|
"description",
|
|
@@ -671,7 +668,10 @@
|
|
|
671
668
|
"capacity",
|
|
672
669
|
"status",
|
|
673
670
|
"organizerId"
|
|
674
|
-
]
|
|
671
|
+
],
|
|
672
|
+
"title": "View Event",
|
|
673
|
+
"icon": "eye",
|
|
674
|
+
"mode": "edit"
|
|
675
675
|
},
|
|
676
676
|
"events": {
|
|
677
677
|
"OPEN": "VIEW"
|
|
@@ -693,13 +693,13 @@
|
|
|
693
693
|
"linkedEntity": "EventRow",
|
|
694
694
|
"config": {
|
|
695
695
|
"icon": "alert-triangle",
|
|
696
|
-
"title": "Delete Event",
|
|
697
696
|
"alertMessage": "This action cannot be undone.",
|
|
698
|
-
"confirmLabel": "Delete"
|
|
697
|
+
"confirmLabel": "Delete",
|
|
698
|
+
"title": "Delete Event"
|
|
699
699
|
},
|
|
700
700
|
"events": {
|
|
701
|
-
"
|
|
702
|
-
"
|
|
701
|
+
"REQUEST": "DELETE",
|
|
702
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
703
703
|
},
|
|
704
704
|
"listens": [
|
|
705
705
|
{
|
|
@@ -1036,37 +1036,37 @@
|
|
|
1036
1036
|
"ref": "AppShell.traits.AppLayout",
|
|
1037
1037
|
"name": "TicketAppLayout",
|
|
1038
1038
|
"config": {
|
|
1039
|
-
"contentTrait": "@trait.TicketShop",
|
|
1040
1039
|
"appName": "EventTicketing",
|
|
1040
|
+
"notifications": [],
|
|
1041
|
+
"notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN",
|
|
1041
1042
|
"navItems": [
|
|
1042
1043
|
{
|
|
1043
|
-
"href": "/events",
|
|
1044
1044
|
"icon": "calendar",
|
|
1045
|
+
"href": "/events",
|
|
1045
1046
|
"label": "Events"
|
|
1046
1047
|
},
|
|
1047
1048
|
{
|
|
1049
|
+
"icon": "ticket",
|
|
1048
1050
|
"label": "Tickets",
|
|
1049
|
-
"href": "/tickets"
|
|
1050
|
-
"icon": "ticket"
|
|
1051
|
+
"href": "/tickets"
|
|
1051
1052
|
},
|
|
1052
1053
|
{
|
|
1053
|
-
"icon": "qr-code",
|
|
1054
1054
|
"label": "Check-in",
|
|
1055
|
-
"href": "/checkin"
|
|
1055
|
+
"href": "/checkin",
|
|
1056
|
+
"icon": "qr-code"
|
|
1056
1057
|
},
|
|
1057
1058
|
{
|
|
1058
|
-
"
|
|
1059
|
+
"label": "Waitlist",
|
|
1059
1060
|
"href": "/waitlist",
|
|
1060
|
-
"
|
|
1061
|
+
"icon": "users"
|
|
1061
1062
|
}
|
|
1062
1063
|
],
|
|
1063
|
-
"notifications": [],
|
|
1064
1064
|
"searchEvent": "TICKET_SEARCH",
|
|
1065
|
-
"
|
|
1065
|
+
"contentTrait": "@trait.TicketShop"
|
|
1066
1066
|
},
|
|
1067
1067
|
"events": {
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1068
|
+
"NOTIFY_CLICK": "TICKET_NOTIFICATIONS_OPEN",
|
|
1069
|
+
"SEARCH": "TICKET_SEARCH"
|
|
1070
1070
|
}
|
|
1071
1071
|
},
|
|
1072
1072
|
{
|
|
@@ -1149,16 +1149,19 @@
|
|
|
1149
1149
|
"render-ui",
|
|
1150
1150
|
"main",
|
|
1151
1151
|
{
|
|
1152
|
-
"type": "stack",
|
|
1153
|
-
"gap": "lg",
|
|
1154
1152
|
"direction": "vertical",
|
|
1153
|
+
"gap": "lg",
|
|
1154
|
+
"type": "stack",
|
|
1155
1155
|
"children": [
|
|
1156
1156
|
{
|
|
1157
|
+
"type": "stack",
|
|
1158
|
+
"gap": "md",
|
|
1159
|
+
"direction": "horizontal",
|
|
1157
1160
|
"justify": "between",
|
|
1158
1161
|
"align": "center",
|
|
1159
1162
|
"children": [
|
|
1160
1163
|
{
|
|
1161
|
-
"
|
|
1164
|
+
"type": "stack",
|
|
1162
1165
|
"children": [
|
|
1163
1166
|
{
|
|
1164
1167
|
"name": "ticket",
|
|
@@ -1170,36 +1173,33 @@
|
|
|
1170
1173
|
"type": "typography"
|
|
1171
1174
|
}
|
|
1172
1175
|
],
|
|
1173
|
-
"
|
|
1176
|
+
"direction": "horizontal",
|
|
1174
1177
|
"align": "center",
|
|
1175
1178
|
"gap": "sm"
|
|
1176
1179
|
},
|
|
1177
1180
|
{
|
|
1178
1181
|
"children": [
|
|
1179
1182
|
{
|
|
1180
|
-
"
|
|
1183
|
+
"label": "Issue Ticket",
|
|
1181
1184
|
"type": "button",
|
|
1185
|
+
"action": "ISSUE",
|
|
1182
1186
|
"icon": "plus",
|
|
1183
|
-
"
|
|
1184
|
-
"action": "ISSUE"
|
|
1187
|
+
"variant": "primary"
|
|
1185
1188
|
}
|
|
1186
1189
|
],
|
|
1190
|
+
"type": "stack",
|
|
1187
1191
|
"direction": "horizontal",
|
|
1188
|
-
"gap": "sm"
|
|
1189
|
-
"type": "stack"
|
|
1192
|
+
"gap": "sm"
|
|
1190
1193
|
}
|
|
1191
|
-
]
|
|
1192
|
-
"type": "stack",
|
|
1193
|
-
"direction": "horizontal",
|
|
1194
|
-
"gap": "md"
|
|
1194
|
+
]
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
1197
1197
|
"type": "divider"
|
|
1198
1198
|
},
|
|
1199
1199
|
{
|
|
1200
|
+
"content": "Available Tiers",
|
|
1200
1201
|
"variant": "h3",
|
|
1201
|
-
"type": "typography"
|
|
1202
|
-
"content": "Available Tiers"
|
|
1202
|
+
"type": "typography"
|
|
1203
1203
|
},
|
|
1204
1204
|
"@trait.TicketTierShop",
|
|
1205
1205
|
{
|
|
@@ -1216,8 +1216,8 @@
|
|
|
1216
1216
|
},
|
|
1217
1217
|
{
|
|
1218
1218
|
"type": "typography",
|
|
1219
|
-
"
|
|
1220
|
-
"
|
|
1219
|
+
"content": "Tickets Issued",
|
|
1220
|
+
"variant": "h3"
|
|
1221
1221
|
},
|
|
1222
1222
|
"@trait.TicketBrowseList"
|
|
1223
1223
|
]
|
|
@@ -1267,43 +1267,43 @@
|
|
|
1267
1267
|
"name": "TicketBrowseList",
|
|
1268
1268
|
"linkedEntity": "Ticket",
|
|
1269
1269
|
"config": {
|
|
1270
|
-
"itemActions": [
|
|
1271
|
-
{
|
|
1272
|
-
"label": "View",
|
|
1273
|
-
"event": "VIEW",
|
|
1274
|
-
"variant": "ghost"
|
|
1275
|
-
}
|
|
1276
|
-
],
|
|
1277
|
-
"gap": "sm",
|
|
1278
1270
|
"fields": [
|
|
1279
1271
|
{
|
|
1280
1272
|
"variant": "h4",
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1273
|
+
"icon": "ticket",
|
|
1274
|
+
"name": "holderName"
|
|
1283
1275
|
},
|
|
1284
1276
|
{
|
|
1285
1277
|
"name": "holderEmail",
|
|
1286
1278
|
"variant": "caption"
|
|
1287
1279
|
},
|
|
1288
1280
|
{
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1281
|
+
"name": "tierId",
|
|
1282
|
+
"variant": "badge"
|
|
1291
1283
|
},
|
|
1292
1284
|
{
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1285
|
+
"variant": "body",
|
|
1286
|
+
"name": "qrCode"
|
|
1295
1287
|
},
|
|
1296
1288
|
{
|
|
1297
1289
|
"name": "status",
|
|
1298
1290
|
"variant": "badge"
|
|
1299
1291
|
},
|
|
1300
1292
|
{
|
|
1301
|
-
"format": "date",
|
|
1302
1293
|
"name": "purchasedAt",
|
|
1294
|
+
"format": "date",
|
|
1303
1295
|
"variant": "caption"
|
|
1304
1296
|
}
|
|
1305
1297
|
],
|
|
1306
|
-
"
|
|
1298
|
+
"gap": "sm",
|
|
1299
|
+
"cols": 1.0,
|
|
1300
|
+
"itemActions": [
|
|
1301
|
+
{
|
|
1302
|
+
"event": "VIEW",
|
|
1303
|
+
"variant": "ghost",
|
|
1304
|
+
"label": "View"
|
|
1305
|
+
}
|
|
1306
|
+
]
|
|
1307
1307
|
},
|
|
1308
1308
|
"listens": [
|
|
1309
1309
|
{
|
|
@@ -1532,6 +1532,7 @@
|
|
|
1532
1532
|
"name": "CheckinAppLayout",
|
|
1533
1533
|
"config": {
|
|
1534
1534
|
"searchEvent": "CHECKIN_SEARCH",
|
|
1535
|
+
"appName": "EventTicketing",
|
|
1535
1536
|
"navItems": [
|
|
1536
1537
|
{
|
|
1537
1538
|
"label": "Events",
|
|
@@ -1539,24 +1540,23 @@
|
|
|
1539
1540
|
"icon": "calendar"
|
|
1540
1541
|
},
|
|
1541
1542
|
{
|
|
1542
|
-
"label": "Tickets",
|
|
1543
1543
|
"icon": "ticket",
|
|
1544
|
-
"href": "/tickets"
|
|
1544
|
+
"href": "/tickets",
|
|
1545
|
+
"label": "Tickets"
|
|
1545
1546
|
},
|
|
1546
1547
|
{
|
|
1547
|
-
"
|
|
1548
|
+
"label": "Check-in",
|
|
1548
1549
|
"icon": "qr-code",
|
|
1549
|
-
"
|
|
1550
|
+
"href": "/checkin"
|
|
1550
1551
|
},
|
|
1551
1552
|
{
|
|
1552
|
-
"label": "Waitlist",
|
|
1553
1553
|
"href": "/waitlist",
|
|
1554
|
-
"icon": "users"
|
|
1554
|
+
"icon": "users",
|
|
1555
|
+
"label": "Waitlist"
|
|
1555
1556
|
}
|
|
1556
1557
|
],
|
|
1557
|
-
"appName": "EventTicketing",
|
|
1558
|
-
"contentTrait": "@trait.CheckinDashboard",
|
|
1559
1558
|
"notifications": [],
|
|
1559
|
+
"contentTrait": "@trait.CheckinDashboard",
|
|
1560
1560
|
"notificationClickEvent": "CHECKIN_NOTIFICATIONS_OPEN"
|
|
1561
1561
|
},
|
|
1562
1562
|
"events": {
|
|
@@ -1629,13 +1629,11 @@
|
|
|
1629
1629
|
"main",
|
|
1630
1630
|
{
|
|
1631
1631
|
"type": "stack",
|
|
1632
|
-
"
|
|
1632
|
+
"gap": "lg",
|
|
1633
1633
|
"children": [
|
|
1634
1634
|
{
|
|
1635
|
-
"type": "stack",
|
|
1636
|
-
"direction": "horizontal",
|
|
1637
1635
|
"gap": "sm",
|
|
1638
|
-
"
|
|
1636
|
+
"direction": "horizontal",
|
|
1639
1637
|
"children": [
|
|
1640
1638
|
{
|
|
1641
1639
|
"type": "icon",
|
|
@@ -1643,10 +1641,12 @@
|
|
|
1643
1641
|
},
|
|
1644
1642
|
{
|
|
1645
1643
|
"variant": "h2",
|
|
1646
|
-
"
|
|
1647
|
-
"
|
|
1644
|
+
"content": "Door Check-in",
|
|
1645
|
+
"type": "typography"
|
|
1648
1646
|
}
|
|
1649
|
-
]
|
|
1647
|
+
],
|
|
1648
|
+
"type": "stack",
|
|
1649
|
+
"align": "center"
|
|
1650
1650
|
},
|
|
1651
1651
|
{
|
|
1652
1652
|
"type": "divider"
|
|
@@ -1656,13 +1656,13 @@
|
|
|
1656
1656
|
"type": "divider"
|
|
1657
1657
|
},
|
|
1658
1658
|
{
|
|
1659
|
+
"content": "Attendees",
|
|
1659
1660
|
"variant": "h3",
|
|
1660
|
-
"type": "typography"
|
|
1661
|
-
"content": "Attendees"
|
|
1661
|
+
"type": "typography"
|
|
1662
1662
|
},
|
|
1663
1663
|
"@trait.AttendeeListing"
|
|
1664
1664
|
],
|
|
1665
|
-
"
|
|
1665
|
+
"direction": "vertical"
|
|
1666
1666
|
}
|
|
1667
1667
|
]
|
|
1668
1668
|
]
|
|
@@ -1789,37 +1789,37 @@
|
|
|
1789
1789
|
"ref": "AppShell.traits.AppLayout",
|
|
1790
1790
|
"name": "WaitlistAppLayout",
|
|
1791
1791
|
"config": {
|
|
1792
|
-
"searchEvent": "WAITLIST_SEARCH",
|
|
1793
1792
|
"contentTrait": "@trait.WaitlistDashboard",
|
|
1793
|
+
"searchEvent": "WAITLIST_SEARCH",
|
|
1794
|
+
"notifications": [],
|
|
1794
1795
|
"notificationClickEvent": "WAITLIST_NOTIFICATIONS_OPEN",
|
|
1795
1796
|
"appName": "EventTicketing",
|
|
1796
1797
|
"navItems": [
|
|
1797
1798
|
{
|
|
1798
|
-
"href": "/events",
|
|
1799
1799
|
"icon": "calendar",
|
|
1800
|
-
"label": "Events"
|
|
1800
|
+
"label": "Events",
|
|
1801
|
+
"href": "/events"
|
|
1801
1802
|
},
|
|
1802
1803
|
{
|
|
1803
|
-
"href": "/tickets",
|
|
1804
1804
|
"label": "Tickets",
|
|
1805
|
+
"href": "/tickets",
|
|
1805
1806
|
"icon": "ticket"
|
|
1806
1807
|
},
|
|
1807
1808
|
{
|
|
1808
1809
|
"href": "/checkin",
|
|
1809
|
-
"
|
|
1810
|
-
"
|
|
1810
|
+
"icon": "qr-code",
|
|
1811
|
+
"label": "Check-in"
|
|
1811
1812
|
},
|
|
1812
1813
|
{
|
|
1813
|
-
"icon": "users",
|
|
1814
1814
|
"label": "Waitlist",
|
|
1815
|
-
"href": "/waitlist"
|
|
1815
|
+
"href": "/waitlist",
|
|
1816
|
+
"icon": "users"
|
|
1816
1817
|
}
|
|
1817
|
-
]
|
|
1818
|
-
"notifications": []
|
|
1818
|
+
]
|
|
1819
1819
|
},
|
|
1820
1820
|
"events": {
|
|
1821
|
-
"
|
|
1822
|
-
"
|
|
1821
|
+
"SEARCH": "WAITLIST_SEARCH",
|
|
1822
|
+
"NOTIFY_CLICK": "WAITLIST_NOTIFICATIONS_OPEN"
|
|
1823
1823
|
}
|
|
1824
1824
|
},
|
|
1825
1825
|
{
|
|
@@ -1905,44 +1905,44 @@
|
|
|
1905
1905
|
"direction": "vertical",
|
|
1906
1906
|
"children": [
|
|
1907
1907
|
{
|
|
1908
|
-
"
|
|
1908
|
+
"direction": "horizontal",
|
|
1909
|
+
"gap": "md",
|
|
1910
|
+
"justify": "between",
|
|
1909
1911
|
"children": [
|
|
1910
1912
|
{
|
|
1911
|
-
"direction": "horizontal",
|
|
1912
1913
|
"align": "center",
|
|
1914
|
+
"direction": "horizontal",
|
|
1915
|
+
"gap": "sm",
|
|
1913
1916
|
"children": [
|
|
1914
1917
|
{
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1918
|
+
"type": "icon",
|
|
1919
|
+
"name": "users"
|
|
1917
1920
|
},
|
|
1918
1921
|
{
|
|
1919
1922
|
"type": "typography",
|
|
1920
|
-
"
|
|
1921
|
-
"
|
|
1923
|
+
"content": "Waitlist",
|
|
1924
|
+
"variant": "h2"
|
|
1922
1925
|
}
|
|
1923
1926
|
],
|
|
1924
|
-
"gap": "sm",
|
|
1925
1927
|
"type": "stack"
|
|
1926
1928
|
},
|
|
1927
1929
|
{
|
|
1928
1930
|
"gap": "sm",
|
|
1931
|
+
"type": "stack",
|
|
1929
1932
|
"children": [
|
|
1930
1933
|
{
|
|
1931
1934
|
"label": "Join Waitlist",
|
|
1932
|
-
"
|
|
1933
|
-
"variant": "primary",
|
|
1935
|
+
"type": "button",
|
|
1934
1936
|
"action": "JOIN",
|
|
1935
|
-
"
|
|
1937
|
+
"icon": "user-plus",
|
|
1938
|
+
"variant": "primary"
|
|
1936
1939
|
}
|
|
1937
1940
|
],
|
|
1938
|
-
"type": "stack",
|
|
1939
1941
|
"direction": "horizontal"
|
|
1940
1942
|
}
|
|
1941
1943
|
],
|
|
1942
1944
|
"type": "stack",
|
|
1943
|
-
"
|
|
1944
|
-
"gap": "md",
|
|
1945
|
-
"justify": "between"
|
|
1945
|
+
"align": "center"
|
|
1946
1946
|
},
|
|
1947
1947
|
{
|
|
1948
1948
|
"type": "divider"
|
|
@@ -1952,8 +1952,8 @@
|
|
|
1952
1952
|
"type": "divider"
|
|
1953
1953
|
},
|
|
1954
1954
|
{
|
|
1955
|
-
"type": "typography",
|
|
1956
1955
|
"content": "All Entries",
|
|
1956
|
+
"type": "typography",
|
|
1957
1957
|
"variant": "h3"
|
|
1958
1958
|
},
|
|
1959
1959
|
"@trait.WaitlistBrowseList"
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
"name": "WaitlistBrowseList",
|
|
1991
1991
|
"linkedEntity": "WaitlistRow",
|
|
1992
1992
|
"config": {
|
|
1993
|
-
"
|
|
1993
|
+
"gap": "sm",
|
|
1994
1994
|
"fields": [
|
|
1995
1995
|
{
|
|
1996
1996
|
"name": "position",
|
|
@@ -2005,8 +2005,8 @@
|
|
|
2005
2005
|
"variant": "caption"
|
|
2006
2006
|
},
|
|
2007
2007
|
{
|
|
2008
|
-
"
|
|
2009
|
-
"
|
|
2008
|
+
"name": "status",
|
|
2009
|
+
"variant": "badge"
|
|
2010
2010
|
},
|
|
2011
2011
|
{
|
|
2012
2012
|
"name": "joinedAt",
|
|
@@ -2014,8 +2014,8 @@
|
|
|
2014
2014
|
"format": "date"
|
|
2015
2015
|
}
|
|
2016
2016
|
],
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2017
|
+
"itemActions": [],
|
|
2018
|
+
"cols": 1.0
|
|
2019
2019
|
},
|
|
2020
2020
|
"listens": [
|
|
2021
2021
|
{
|
|
@@ -2033,12 +2033,12 @@
|
|
|
2033
2033
|
"name": "WaitlistJoinModal",
|
|
2034
2034
|
"linkedEntity": "WaitlistRow",
|
|
2035
2035
|
"config": {
|
|
2036
|
-
"icon": "user-plus",
|
|
2037
2036
|
"fields": [
|
|
2038
2037
|
"targetId",
|
|
2039
2038
|
"userId",
|
|
2040
2039
|
"status"
|
|
2041
2040
|
],
|
|
2041
|
+
"icon": "user-plus",
|
|
2042
2042
|
"mode": "create",
|
|
2043
2043
|
"title": "Join Waitlist"
|
|
2044
2044
|
},
|
|
@@ -2167,4 +2167,4 @@
|
|
|
2167
2167
|
]
|
|
2168
2168
|
}
|
|
2169
2169
|
]
|
|
2170
|
-
}
|
|
2170
|
+
}
|