@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
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"name": "ContactAppLayout",
|
|
103
103
|
"config": {
|
|
104
104
|
"contentTrait": "@trait.ContactCatalog",
|
|
105
|
+
"notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN",
|
|
105
106
|
"navItems": [
|
|
106
107
|
{
|
|
107
108
|
"href": "/contacts",
|
|
@@ -110,24 +111,23 @@
|
|
|
110
111
|
},
|
|
111
112
|
{
|
|
112
113
|
"href": "/deals",
|
|
113
|
-
"
|
|
114
|
-
"
|
|
114
|
+
"icon": "briefcase",
|
|
115
|
+
"label": "Deals"
|
|
115
116
|
},
|
|
116
117
|
{
|
|
117
|
-
"
|
|
118
|
+
"href": "/pipeline",
|
|
118
119
|
"label": "Pipeline",
|
|
119
|
-
"
|
|
120
|
+
"icon": "bar-chart-2"
|
|
120
121
|
},
|
|
121
122
|
{
|
|
122
|
-
"icon": "file-text",
|
|
123
123
|
"href": "/notes",
|
|
124
|
-
"label": "Notes"
|
|
124
|
+
"label": "Notes",
|
|
125
|
+
"icon": "file-text"
|
|
125
126
|
}
|
|
126
127
|
],
|
|
127
|
-
"
|
|
128
|
+
"appName": "CRM",
|
|
128
129
|
"notifications": [],
|
|
129
|
-
"
|
|
130
|
-
"appName": "CRM"
|
|
130
|
+
"searchEvent": "CONTACT_SEARCH"
|
|
131
131
|
},
|
|
132
132
|
"events": {
|
|
133
133
|
"SEARCH": "CONTACT_SEARCH",
|
|
@@ -230,46 +230,43 @@
|
|
|
230
230
|
"render-ui",
|
|
231
231
|
"main",
|
|
232
232
|
{
|
|
233
|
-
"direction": "vertical",
|
|
234
|
-
"type": "stack",
|
|
235
|
-
"gap": "lg",
|
|
236
233
|
"children": [
|
|
237
234
|
{
|
|
235
|
+
"direction": "horizontal",
|
|
236
|
+
"justify": "between",
|
|
238
237
|
"children": [
|
|
239
238
|
{
|
|
240
|
-
"
|
|
239
|
+
"align": "center",
|
|
241
240
|
"direction": "horizontal",
|
|
242
241
|
"type": "stack",
|
|
243
|
-
"
|
|
242
|
+
"gap": "sm",
|
|
244
243
|
"children": [
|
|
245
244
|
{
|
|
246
245
|
"name": "user",
|
|
247
246
|
"type": "icon"
|
|
248
247
|
},
|
|
249
248
|
{
|
|
250
|
-
"variant": "h2",
|
|
251
249
|
"content": "Contacts",
|
|
250
|
+
"variant": "h2",
|
|
252
251
|
"type": "typography"
|
|
253
252
|
}
|
|
254
253
|
]
|
|
255
254
|
},
|
|
256
255
|
{
|
|
257
|
-
"type": "stack",
|
|
258
256
|
"gap": "sm",
|
|
257
|
+
"type": "stack",
|
|
259
258
|
"direction": "horizontal",
|
|
260
259
|
"children": [
|
|
261
260
|
{
|
|
261
|
+
"icon": "plus",
|
|
262
262
|
"label": "New Contact",
|
|
263
|
-
"type": "button",
|
|
264
263
|
"action": "CREATE",
|
|
265
|
-
"
|
|
264
|
+
"type": "button",
|
|
266
265
|
"variant": "primary"
|
|
267
266
|
}
|
|
268
267
|
]
|
|
269
268
|
}
|
|
270
269
|
],
|
|
271
|
-
"direction": "horizontal",
|
|
272
|
-
"justify": "between",
|
|
273
270
|
"align": "center",
|
|
274
271
|
"type": "stack",
|
|
275
272
|
"gap": "md"
|
|
@@ -278,14 +275,14 @@
|
|
|
278
275
|
"type": "divider"
|
|
279
276
|
},
|
|
280
277
|
{
|
|
281
|
-
"type": "stack",
|
|
282
|
-
"gap": "md",
|
|
283
278
|
"children": [
|
|
284
279
|
"@trait.ContactSearch",
|
|
285
280
|
"@trait.ContactFilter"
|
|
286
281
|
],
|
|
287
|
-
"
|
|
288
|
-
"
|
|
282
|
+
"gap": "md",
|
|
283
|
+
"type": "stack",
|
|
284
|
+
"direction": "horizontal",
|
|
285
|
+
"align": "center"
|
|
289
286
|
},
|
|
290
287
|
"@trait.ContactStats",
|
|
291
288
|
"@trait.ContactGraphs",
|
|
@@ -293,7 +290,10 @@
|
|
|
293
290
|
"type": "divider"
|
|
294
291
|
},
|
|
295
292
|
"@trait.ContactBrowseList"
|
|
296
|
-
]
|
|
293
|
+
],
|
|
294
|
+
"type": "stack",
|
|
295
|
+
"direction": "vertical",
|
|
296
|
+
"gap": "lg"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
]
|
|
@@ -312,34 +312,34 @@
|
|
|
312
312
|
"render-ui",
|
|
313
313
|
"main",
|
|
314
314
|
{
|
|
315
|
-
"
|
|
316
|
-
"type": "stack",
|
|
315
|
+
"align": "center",
|
|
317
316
|
"children": [
|
|
318
317
|
{
|
|
319
|
-
"
|
|
320
|
-
"
|
|
318
|
+
"name": "bell",
|
|
319
|
+
"type": "icon"
|
|
321
320
|
},
|
|
322
321
|
{
|
|
323
322
|
"variant": "h3",
|
|
324
|
-
"
|
|
325
|
-
"
|
|
323
|
+
"type": "typography",
|
|
324
|
+
"content": "No notifications"
|
|
326
325
|
},
|
|
327
326
|
{
|
|
327
|
+
"color": "muted",
|
|
328
328
|
"type": "typography",
|
|
329
|
-
"variant": "caption",
|
|
330
329
|
"content": "You're all caught up.",
|
|
331
|
-
"
|
|
330
|
+
"variant": "caption"
|
|
332
331
|
},
|
|
333
332
|
{
|
|
334
|
-
"label": "Back to contacts",
|
|
335
|
-
"variant": "ghost",
|
|
336
333
|
"type": "button",
|
|
337
|
-
"
|
|
334
|
+
"label": "Back to contacts",
|
|
335
|
+
"action": "INIT",
|
|
336
|
+
"variant": "ghost"
|
|
338
337
|
}
|
|
339
338
|
],
|
|
339
|
+
"type": "stack",
|
|
340
|
+
"className": "py-8",
|
|
340
341
|
"gap": "md",
|
|
341
|
-
"direction": "vertical"
|
|
342
|
-
"align": "center"
|
|
342
|
+
"direction": "vertical"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
]
|
|
@@ -352,8 +352,8 @@
|
|
|
352
352
|
"ref": "Search.traits.SearchResultSearch",
|
|
353
353
|
"name": "ContactSearch",
|
|
354
354
|
"config": {
|
|
355
|
-
"
|
|
356
|
-
"
|
|
355
|
+
"event": "CONTACT_SEARCH",
|
|
356
|
+
"placeholder": "Search contacts…"
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
{
|
|
@@ -362,9 +362,6 @@
|
|
|
362
362
|
"config": {
|
|
363
363
|
"filters": [
|
|
364
364
|
{
|
|
365
|
-
"filterType": "select",
|
|
366
|
-
"label": "Industry",
|
|
367
|
-
"field": "industry",
|
|
368
365
|
"options": [
|
|
369
366
|
"technology",
|
|
370
367
|
"finance",
|
|
@@ -372,18 +369,21 @@
|
|
|
372
369
|
"retail",
|
|
373
370
|
"manufacturing",
|
|
374
371
|
"other"
|
|
375
|
-
]
|
|
372
|
+
],
|
|
373
|
+
"filterType": "select",
|
|
374
|
+
"field": "industry",
|
|
375
|
+
"label": "Industry"
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
|
-
"field": "lifecycleStage",
|
|
379
|
-
"label": "Lifecycle Stage",
|
|
380
|
-
"filterType": "select",
|
|
381
378
|
"options": [
|
|
382
379
|
"lead",
|
|
383
380
|
"mql",
|
|
384
381
|
"sql",
|
|
385
382
|
"customer"
|
|
386
|
-
]
|
|
383
|
+
],
|
|
384
|
+
"filterType": "select",
|
|
385
|
+
"label": "Lifecycle Stage",
|
|
386
|
+
"field": "lifecycleStage"
|
|
387
387
|
}
|
|
388
388
|
],
|
|
389
389
|
"event": "CONTACT_FILTER"
|
|
@@ -393,19 +393,18 @@
|
|
|
393
393
|
"ref": "Stats.traits.StatsItemStats",
|
|
394
394
|
"name": "ContactStats",
|
|
395
395
|
"config": {
|
|
396
|
+
"title": "Contacts",
|
|
396
397
|
"metrics": [
|
|
397
398
|
{
|
|
398
|
-
"aggregation": "count",
|
|
399
|
-
"format": "number",
|
|
400
399
|
"icon": "users",
|
|
400
|
+
"variant": "primary",
|
|
401
401
|
"label": "Total",
|
|
402
|
-
"
|
|
402
|
+
"format": "number",
|
|
403
|
+
"aggregation": "count"
|
|
403
404
|
},
|
|
404
405
|
{
|
|
405
|
-
"aggregation": "count",
|
|
406
|
-
"format": "number",
|
|
407
|
-
"variant": "warning",
|
|
408
406
|
"icon": "flame",
|
|
407
|
+
"variant": "warning",
|
|
409
408
|
"filter": [
|
|
410
409
|
"fn",
|
|
411
410
|
"row",
|
|
@@ -415,11 +414,16 @@
|
|
|
415
414
|
"sql"
|
|
416
415
|
]
|
|
417
416
|
],
|
|
417
|
+
"format": "number",
|
|
418
|
+
"aggregation": "count",
|
|
418
419
|
"label": "Hot Leads"
|
|
419
420
|
},
|
|
420
421
|
{
|
|
421
|
-
"
|
|
422
|
+
"format": "number",
|
|
423
|
+
"icon": "check-circle",
|
|
422
424
|
"variant": "success",
|
|
425
|
+
"aggregation": "count",
|
|
426
|
+
"label": "Customers",
|
|
423
427
|
"filter": [
|
|
424
428
|
"fn",
|
|
425
429
|
"row",
|
|
@@ -428,13 +432,9 @@
|
|
|
428
432
|
"@row.lifecycleStage",
|
|
429
433
|
"customer"
|
|
430
434
|
]
|
|
431
|
-
]
|
|
432
|
-
"label": "Customers",
|
|
433
|
-
"format": "number",
|
|
434
|
-
"icon": "check-circle"
|
|
435
|
+
]
|
|
435
436
|
}
|
|
436
|
-
]
|
|
437
|
-
"title": "Contacts"
|
|
437
|
+
]
|
|
438
438
|
},
|
|
439
439
|
"listens": [
|
|
440
440
|
{
|
|
@@ -451,13 +451,13 @@
|
|
|
451
451
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
452
452
|
"name": "ContactGraphs",
|
|
453
453
|
"config": {
|
|
454
|
-
"aggregation": "count",
|
|
455
454
|
"height": 240.0,
|
|
456
|
-
"
|
|
455
|
+
"chartType": "pie",
|
|
456
|
+
"categoryField": "lifecycleStage",
|
|
457
457
|
"title": "Contacts by Lifecycle Stage",
|
|
458
458
|
"subtitle": "Funnel breakdown",
|
|
459
|
-
"
|
|
460
|
-
"
|
|
459
|
+
"aggregation": "count",
|
|
460
|
+
"showLegend": true
|
|
461
461
|
},
|
|
462
462
|
"listens": [
|
|
463
463
|
{
|
|
@@ -475,38 +475,22 @@
|
|
|
475
475
|
"name": "ContactBrowseList",
|
|
476
476
|
"linkedEntity": "Contact",
|
|
477
477
|
"config": {
|
|
478
|
-
"itemActions": [
|
|
479
|
-
{
|
|
480
|
-
"variant": "ghost",
|
|
481
|
-
"event": "VIEW",
|
|
482
|
-
"label": "View"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"label": "Edit",
|
|
486
|
-
"event": "EDIT",
|
|
487
|
-
"variant": "ghost"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"event": "DELETE",
|
|
491
|
-
"variant": "danger",
|
|
492
|
-
"label": "Delete"
|
|
493
|
-
}
|
|
494
|
-
],
|
|
495
|
-
"variant": "card",
|
|
496
478
|
"cols": 1.0,
|
|
479
|
+
"gap": "sm",
|
|
480
|
+
"variant": "card",
|
|
497
481
|
"fields": [
|
|
498
482
|
{
|
|
499
|
-
"variant": "h3",
|
|
500
483
|
"icon": "user",
|
|
501
|
-
"name": "name"
|
|
484
|
+
"name": "name",
|
|
485
|
+
"variant": "h3"
|
|
502
486
|
},
|
|
503
487
|
{
|
|
504
|
-
"
|
|
505
|
-
"
|
|
488
|
+
"variant": "badge",
|
|
489
|
+
"name": "industry"
|
|
506
490
|
},
|
|
507
491
|
{
|
|
508
|
-
"
|
|
509
|
-
"
|
|
492
|
+
"name": "lifecycleStage",
|
|
493
|
+
"variant": "badge"
|
|
510
494
|
},
|
|
511
495
|
{
|
|
512
496
|
"name": "email",
|
|
@@ -517,7 +501,23 @@
|
|
|
517
501
|
"variant": "caption"
|
|
518
502
|
}
|
|
519
503
|
],
|
|
520
|
-
"
|
|
504
|
+
"itemActions": [
|
|
505
|
+
{
|
|
506
|
+
"event": "VIEW",
|
|
507
|
+
"variant": "ghost",
|
|
508
|
+
"label": "View"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"label": "Edit",
|
|
512
|
+
"event": "EDIT",
|
|
513
|
+
"variant": "ghost"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"label": "Delete",
|
|
517
|
+
"event": "DELETE",
|
|
518
|
+
"variant": "danger"
|
|
519
|
+
}
|
|
520
|
+
]
|
|
521
521
|
},
|
|
522
522
|
"listens": [
|
|
523
523
|
{
|
|
@@ -567,9 +567,8 @@
|
|
|
567
567
|
"name": "ContactCreate",
|
|
568
568
|
"linkedEntity": "Contact",
|
|
569
569
|
"config": {
|
|
570
|
-
"title": "New Contact",
|
|
571
|
-
"icon": "plus-circle",
|
|
572
570
|
"mode": "create",
|
|
571
|
+
"title": "New Contact",
|
|
573
572
|
"fields": [
|
|
574
573
|
"name",
|
|
575
574
|
"company",
|
|
@@ -577,7 +576,8 @@
|
|
|
577
576
|
"lifecycleStage",
|
|
578
577
|
"email",
|
|
579
578
|
"phone"
|
|
580
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"icon": "plus-circle"
|
|
581
581
|
},
|
|
582
582
|
"events": {
|
|
583
583
|
"OPEN": "CREATE"
|
|
@@ -599,6 +599,8 @@
|
|
|
599
599
|
"linkedEntity": "Contact",
|
|
600
600
|
"config": {
|
|
601
601
|
"title": "Edit Contact",
|
|
602
|
+
"icon": "edit",
|
|
603
|
+
"mode": "edit",
|
|
602
604
|
"fields": [
|
|
603
605
|
"name",
|
|
604
606
|
"company",
|
|
@@ -606,9 +608,7 @@
|
|
|
606
608
|
"lifecycleStage",
|
|
607
609
|
"email",
|
|
608
610
|
"phone"
|
|
609
|
-
]
|
|
610
|
-
"mode": "edit",
|
|
611
|
-
"icon": "edit"
|
|
611
|
+
]
|
|
612
612
|
},
|
|
613
613
|
"events": {
|
|
614
614
|
"OPEN": "EDIT"
|
|
@@ -629,8 +629,9 @@
|
|
|
629
629
|
"name": "ContactView",
|
|
630
630
|
"linkedEntity": "Contact",
|
|
631
631
|
"config": {
|
|
632
|
-
"mode": "edit",
|
|
633
632
|
"icon": "eye",
|
|
633
|
+
"title": "View Contact",
|
|
634
|
+
"mode": "edit",
|
|
634
635
|
"fields": [
|
|
635
636
|
"name",
|
|
636
637
|
"company",
|
|
@@ -638,8 +639,7 @@
|
|
|
638
639
|
"lifecycleStage",
|
|
639
640
|
"email",
|
|
640
641
|
"phone"
|
|
641
|
-
]
|
|
642
|
-
"title": "View Contact"
|
|
642
|
+
]
|
|
643
643
|
},
|
|
644
644
|
"events": {
|
|
645
645
|
"OPEN": "VIEW"
|
|
@@ -660,10 +660,10 @@
|
|
|
660
660
|
"name": "ContactDelete",
|
|
661
661
|
"linkedEntity": "Contact",
|
|
662
662
|
"config": {
|
|
663
|
-
"confirmLabel": "Delete",
|
|
664
|
-
"title": "Delete Contact",
|
|
665
663
|
"icon": "alert-triangle",
|
|
666
|
-
"
|
|
664
|
+
"title": "Delete Contact",
|
|
665
|
+
"alertMessage": "This action cannot be undone.",
|
|
666
|
+
"confirmLabel": "Delete"
|
|
667
667
|
},
|
|
668
668
|
"events": {
|
|
669
669
|
"REQUEST": "DELETE",
|
|
@@ -948,17 +948,17 @@
|
|
|
948
948
|
"main",
|
|
949
949
|
{
|
|
950
950
|
"direction": "horizontal",
|
|
951
|
-
"type": "stack",
|
|
952
|
-
"gap": "sm",
|
|
953
951
|
"children": [
|
|
954
952
|
{
|
|
955
|
-
"
|
|
953
|
+
"label": "Email Contact",
|
|
954
|
+
"icon": "mail",
|
|
956
955
|
"variant": "ghost",
|
|
957
956
|
"type": "button",
|
|
958
|
-
"
|
|
959
|
-
"icon": "mail"
|
|
957
|
+
"action": "SEND_EMAIL"
|
|
960
958
|
}
|
|
961
|
-
]
|
|
959
|
+
],
|
|
960
|
+
"gap": "sm",
|
|
961
|
+
"type": "stack"
|
|
962
962
|
}
|
|
963
963
|
]
|
|
964
964
|
]
|
|
@@ -973,10 +973,10 @@
|
|
|
973
973
|
"email",
|
|
974
974
|
"send",
|
|
975
975
|
{
|
|
976
|
+
"sender": "noreply@crm.example",
|
|
976
977
|
"subject": "Hello from CRM",
|
|
977
|
-
"body": "Reaching out from your account team.",
|
|
978
978
|
"recipient": "contact@example.com",
|
|
979
|
-
"
|
|
979
|
+
"body": "Reaching out from your account team."
|
|
980
980
|
},
|
|
981
981
|
{
|
|
982
982
|
"emit": {
|
|
@@ -1121,34 +1121,34 @@
|
|
|
1121
1121
|
"name": "DealAppLayout",
|
|
1122
1122
|
"linkedEntity": "Deal",
|
|
1123
1123
|
"config": {
|
|
1124
|
+
"searchEvent": "DEAL_SEARCH",
|
|
1125
|
+
"notificationClickEvent": "DEAL_NOTIFICATIONS_OPEN",
|
|
1124
1126
|
"appName": "CRM",
|
|
1125
|
-
"topBarActions": [],
|
|
1126
1127
|
"navItems": [
|
|
1127
1128
|
{
|
|
1128
|
-
"icon": "users",
|
|
1129
1129
|
"label": "Contacts",
|
|
1130
|
-
"href": "/contacts"
|
|
1130
|
+
"href": "/contacts",
|
|
1131
|
+
"icon": "users"
|
|
1131
1132
|
},
|
|
1132
1133
|
{
|
|
1133
|
-
"icon": "briefcase",
|
|
1134
1134
|
"label": "Deals",
|
|
1135
|
-
"href": "/deals"
|
|
1135
|
+
"href": "/deals",
|
|
1136
|
+
"icon": "briefcase"
|
|
1136
1137
|
},
|
|
1137
1138
|
{
|
|
1138
|
-
"
|
|
1139
|
+
"href": "/pipeline",
|
|
1139
1140
|
"icon": "bar-chart-2",
|
|
1140
|
-
"
|
|
1141
|
+
"label": "Pipeline"
|
|
1141
1142
|
},
|
|
1142
1143
|
{
|
|
1143
|
-
"label": "Notes",
|
|
1144
1144
|
"href": "/notes",
|
|
1145
|
+
"label": "Notes",
|
|
1145
1146
|
"icon": "file-text"
|
|
1146
1147
|
}
|
|
1147
1148
|
],
|
|
1148
|
-
"
|
|
1149
|
+
"topBarActions": [],
|
|
1149
1150
|
"notifications": [],
|
|
1150
|
-
"
|
|
1151
|
-
"notificationClickEvent": "DEAL_NOTIFICATIONS_OPEN"
|
|
1151
|
+
"contentTrait": "@trait.DealCatalog"
|
|
1152
1152
|
},
|
|
1153
1153
|
"events": {
|
|
1154
1154
|
"SEARCH": "DEAL_SEARCH",
|
|
@@ -1197,54 +1197,54 @@
|
|
|
1197
1197
|
"render-ui",
|
|
1198
1198
|
"main",
|
|
1199
1199
|
{
|
|
1200
|
-
"direction": "vertical",
|
|
1201
|
-
"type": "stack",
|
|
1202
1200
|
"children": [
|
|
1203
1201
|
{
|
|
1204
1202
|
"children": [
|
|
1205
1203
|
{
|
|
1206
|
-
"gap": "sm",
|
|
1207
1204
|
"align": "center",
|
|
1208
|
-
"
|
|
1205
|
+
"type": "stack",
|
|
1209
1206
|
"children": [
|
|
1210
1207
|
{
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1208
|
+
"type": "icon",
|
|
1209
|
+
"name": "briefcase"
|
|
1213
1210
|
},
|
|
1214
1211
|
{
|
|
1215
|
-
"variant": "h2",
|
|
1216
1212
|
"type": "typography",
|
|
1217
|
-
"content": "Deals"
|
|
1213
|
+
"content": "Deals",
|
|
1214
|
+
"variant": "h2"
|
|
1218
1215
|
}
|
|
1219
1216
|
],
|
|
1220
|
-
"
|
|
1217
|
+
"direction": "horizontal",
|
|
1218
|
+
"gap": "sm"
|
|
1221
1219
|
},
|
|
1222
1220
|
{
|
|
1223
1221
|
"direction": "horizontal",
|
|
1224
1222
|
"gap": "sm",
|
|
1225
1223
|
"children": [
|
|
1226
1224
|
{
|
|
1227
|
-
"
|
|
1228
|
-
"action": "CREATE",
|
|
1229
|
-
"icon": "plus",
|
|
1225
|
+
"type": "button",
|
|
1230
1226
|
"label": "New Deal",
|
|
1231
|
-
"
|
|
1227
|
+
"action": "CREATE",
|
|
1228
|
+
"variant": "primary",
|
|
1229
|
+
"icon": "plus"
|
|
1232
1230
|
}
|
|
1233
1231
|
],
|
|
1234
1232
|
"type": "stack"
|
|
1235
1233
|
}
|
|
1236
1234
|
],
|
|
1237
|
-
"gap": "md",
|
|
1238
1235
|
"justify": "between",
|
|
1239
1236
|
"direction": "horizontal",
|
|
1240
|
-
"
|
|
1241
|
-
"type": "stack"
|
|
1237
|
+
"gap": "md",
|
|
1238
|
+
"type": "stack",
|
|
1239
|
+
"align": "center"
|
|
1242
1240
|
},
|
|
1243
1241
|
{
|
|
1244
1242
|
"type": "divider"
|
|
1245
1243
|
},
|
|
1246
1244
|
"@trait.DealBrowseList"
|
|
1247
1245
|
],
|
|
1246
|
+
"direction": "vertical",
|
|
1247
|
+
"type": "stack",
|
|
1248
1248
|
"gap": "lg"
|
|
1249
1249
|
}
|
|
1250
1250
|
]
|
|
@@ -1260,52 +1260,52 @@
|
|
|
1260
1260
|
"linkedEntity": "Deal",
|
|
1261
1261
|
"config": {
|
|
1262
1262
|
"cols": 2.0,
|
|
1263
|
-
"itemActions": [
|
|
1264
|
-
{
|
|
1265
|
-
"label": "View",
|
|
1266
|
-
"variant": "ghost",
|
|
1267
|
-
"event": "VIEW"
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"label": "Edit",
|
|
1271
|
-
"event": "EDIT",
|
|
1272
|
-
"variant": "ghost"
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"variant": "danger",
|
|
1276
|
-
"event": "DELETE",
|
|
1277
|
-
"label": "Delete"
|
|
1278
|
-
}
|
|
1279
|
-
],
|
|
1280
1263
|
"fields": [
|
|
1281
1264
|
{
|
|
1282
1265
|
"name": "title",
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1266
|
+
"variant": "h3",
|
|
1267
|
+
"icon": "briefcase"
|
|
1285
1268
|
},
|
|
1286
1269
|
{
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1270
|
+
"name": "stage",
|
|
1271
|
+
"variant": "badge"
|
|
1289
1272
|
},
|
|
1290
1273
|
{
|
|
1291
1274
|
"variant": "h4",
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1275
|
+
"format": "currency",
|
|
1276
|
+
"name": "amount"
|
|
1294
1277
|
},
|
|
1295
1278
|
{
|
|
1296
|
-
"
|
|
1279
|
+
"label": "Contact",
|
|
1297
1280
|
"name": "contactId",
|
|
1298
|
-
"
|
|
1281
|
+
"variant": "caption"
|
|
1299
1282
|
},
|
|
1300
1283
|
{
|
|
1301
|
-
"variant": "caption",
|
|
1302
|
-
"format": "date",
|
|
1303
1284
|
"name": "closedAt",
|
|
1304
|
-
"
|
|
1285
|
+
"format": "date",
|
|
1286
|
+
"label": "Closed At",
|
|
1287
|
+
"variant": "caption"
|
|
1305
1288
|
}
|
|
1306
1289
|
],
|
|
1290
|
+
"variant": "card",
|
|
1307
1291
|
"gap": "md",
|
|
1308
|
-
"
|
|
1292
|
+
"itemActions": [
|
|
1293
|
+
{
|
|
1294
|
+
"label": "View",
|
|
1295
|
+
"event": "VIEW",
|
|
1296
|
+
"variant": "ghost"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"event": "EDIT",
|
|
1300
|
+
"variant": "ghost",
|
|
1301
|
+
"label": "Edit"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"event": "DELETE",
|
|
1305
|
+
"variant": "danger",
|
|
1306
|
+
"label": "Delete"
|
|
1307
|
+
}
|
|
1308
|
+
]
|
|
1309
1309
|
},
|
|
1310
1310
|
"listens": [
|
|
1311
1311
|
{
|
|
@@ -1339,7 +1339,6 @@
|
|
|
1339
1339
|
"name": "DealCreate",
|
|
1340
1340
|
"linkedEntity": "Deal",
|
|
1341
1341
|
"config": {
|
|
1342
|
-
"mode": "create",
|
|
1343
1342
|
"fields": [
|
|
1344
1343
|
"title",
|
|
1345
1344
|
"contactId",
|
|
@@ -1348,7 +1347,8 @@
|
|
|
1348
1347
|
"closedAt"
|
|
1349
1348
|
],
|
|
1350
1349
|
"icon": "plus-circle",
|
|
1351
|
-
"title": "New Deal"
|
|
1350
|
+
"title": "New Deal",
|
|
1351
|
+
"mode": "create"
|
|
1352
1352
|
},
|
|
1353
1353
|
"events": {
|
|
1354
1354
|
"OPEN": "CREATE"
|
|
@@ -1371,14 +1371,14 @@
|
|
|
1371
1371
|
"config": {
|
|
1372
1372
|
"icon": "edit",
|
|
1373
1373
|
"title": "Edit Deal",
|
|
1374
|
+
"mode": "edit",
|
|
1374
1375
|
"fields": [
|
|
1375
1376
|
"title",
|
|
1376
1377
|
"contactId",
|
|
1377
1378
|
"amount",
|
|
1378
1379
|
"stage",
|
|
1379
1380
|
"closedAt"
|
|
1380
|
-
]
|
|
1381
|
-
"mode": "edit"
|
|
1381
|
+
]
|
|
1382
1382
|
},
|
|
1383
1383
|
"events": {
|
|
1384
1384
|
"OPEN": "EDIT"
|
|
@@ -1399,16 +1399,16 @@
|
|
|
1399
1399
|
"name": "DealView",
|
|
1400
1400
|
"linkedEntity": "Deal",
|
|
1401
1401
|
"config": {
|
|
1402
|
+
"title": "View Deal",
|
|
1403
|
+
"mode": "edit",
|
|
1404
|
+
"icon": "eye",
|
|
1402
1405
|
"fields": [
|
|
1403
1406
|
"title",
|
|
1404
1407
|
"contactId",
|
|
1405
1408
|
"amount",
|
|
1406
1409
|
"stage",
|
|
1407
1410
|
"closedAt"
|
|
1408
|
-
]
|
|
1409
|
-
"icon": "eye",
|
|
1410
|
-
"title": "View Deal",
|
|
1411
|
-
"mode": "edit"
|
|
1411
|
+
]
|
|
1412
1412
|
},
|
|
1413
1413
|
"events": {
|
|
1414
1414
|
"OPEN": "VIEW"
|
|
@@ -1429,14 +1429,14 @@
|
|
|
1429
1429
|
"name": "DealDelete",
|
|
1430
1430
|
"linkedEntity": "Deal",
|
|
1431
1431
|
"config": {
|
|
1432
|
-
"confirmLabel": "Delete",
|
|
1433
1432
|
"icon": "alert-triangle",
|
|
1434
1433
|
"title": "Delete Deal",
|
|
1435
|
-
"alertMessage": "This action cannot be undone."
|
|
1434
|
+
"alertMessage": "This action cannot be undone.",
|
|
1435
|
+
"confirmLabel": "Delete"
|
|
1436
1436
|
},
|
|
1437
1437
|
"events": {
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1438
|
+
"REQUEST": "DELETE",
|
|
1439
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
1440
1440
|
},
|
|
1441
1441
|
"listens": [
|
|
1442
1442
|
{
|
|
@@ -1716,34 +1716,34 @@
|
|
|
1716
1716
|
"name": "PipelineAppLayout",
|
|
1717
1717
|
"linkedEntity": "Pipeline",
|
|
1718
1718
|
"config": {
|
|
1719
|
+
"searchEvent": "PIPELINE_SEARCH",
|
|
1720
|
+
"topBarActions": [],
|
|
1721
|
+
"notifications": [],
|
|
1722
|
+
"notificationClickEvent": "PIPELINE_NOTIFICATIONS_OPEN",
|
|
1723
|
+
"contentTrait": "@trait.PipelineDisplay",
|
|
1719
1724
|
"appName": "CRM",
|
|
1720
1725
|
"navItems": [
|
|
1721
1726
|
{
|
|
1722
|
-
"label": "Contacts",
|
|
1723
1727
|
"icon": "users",
|
|
1728
|
+
"label": "Contacts",
|
|
1724
1729
|
"href": "/contacts"
|
|
1725
1730
|
},
|
|
1726
1731
|
{
|
|
1727
|
-
"label": "Deals",
|
|
1728
1732
|
"icon": "briefcase",
|
|
1733
|
+
"label": "Deals",
|
|
1729
1734
|
"href": "/deals"
|
|
1730
1735
|
},
|
|
1731
1736
|
{
|
|
1732
|
-
"href": "/pipeline",
|
|
1733
1737
|
"icon": "bar-chart-2",
|
|
1734
|
-
"label": "Pipeline"
|
|
1738
|
+
"label": "Pipeline",
|
|
1739
|
+
"href": "/pipeline"
|
|
1735
1740
|
},
|
|
1736
1741
|
{
|
|
1737
|
-
"icon": "file-text",
|
|
1738
1742
|
"label": "Notes",
|
|
1743
|
+
"icon": "file-text",
|
|
1739
1744
|
"href": "/notes"
|
|
1740
1745
|
}
|
|
1741
|
-
]
|
|
1742
|
-
"topBarActions": [],
|
|
1743
|
-
"notificationClickEvent": "PIPELINE_NOTIFICATIONS_OPEN",
|
|
1744
|
-
"notifications": [],
|
|
1745
|
-
"contentTrait": "@trait.PipelineDisplay",
|
|
1746
|
-
"searchEvent": "PIPELINE_SEARCH"
|
|
1746
|
+
]
|
|
1747
1747
|
},
|
|
1748
1748
|
"events": {
|
|
1749
1749
|
"SEARCH": "PIPELINE_SEARCH",
|
|
@@ -1862,8 +1862,8 @@
|
|
|
1862
1862
|
"Pipeline",
|
|
1863
1863
|
{
|
|
1864
1864
|
"emit": {
|
|
1865
|
-
"
|
|
1866
|
-
"
|
|
1865
|
+
"failure": "PipelineLoadFailed",
|
|
1866
|
+
"success": "PipelineLoaded"
|
|
1867
1867
|
}
|
|
1868
1868
|
}
|
|
1869
1869
|
],
|
|
@@ -1871,39 +1871,42 @@
|
|
|
1871
1871
|
"render-ui",
|
|
1872
1872
|
"main",
|
|
1873
1873
|
{
|
|
1874
|
+
"direction": "vertical",
|
|
1875
|
+
"gap": "lg",
|
|
1876
|
+
"type": "stack",
|
|
1874
1877
|
"children": [
|
|
1875
1878
|
{
|
|
1876
|
-
"gap": "md",
|
|
1877
1879
|
"children": [
|
|
1878
1880
|
{
|
|
1881
|
+
"direction": "horizontal",
|
|
1882
|
+
"align": "center",
|
|
1883
|
+
"type": "stack",
|
|
1884
|
+
"gap": "sm",
|
|
1879
1885
|
"children": [
|
|
1880
1886
|
{
|
|
1881
|
-
"
|
|
1882
|
-
"
|
|
1887
|
+
"type": "icon",
|
|
1888
|
+
"name": "bar-chart-2"
|
|
1883
1889
|
},
|
|
1884
1890
|
{
|
|
1891
|
+
"type": "typography",
|
|
1885
1892
|
"content": "Pipeline",
|
|
1886
|
-
"variant": "h2"
|
|
1887
|
-
"type": "typography"
|
|
1893
|
+
"variant": "h2"
|
|
1888
1894
|
}
|
|
1889
|
-
]
|
|
1890
|
-
"type": "stack",
|
|
1891
|
-
"direction": "horizontal",
|
|
1892
|
-
"gap": "sm",
|
|
1893
|
-
"align": "center"
|
|
1895
|
+
]
|
|
1894
1896
|
},
|
|
1895
1897
|
{
|
|
1896
|
-
"variant": "secondary",
|
|
1897
1898
|
"type": "button",
|
|
1898
|
-
"icon": "rotate-ccw",
|
|
1899
1899
|
"action": "REFRESH",
|
|
1900
|
+
"variant": "secondary",
|
|
1901
|
+
"icon": "rotate-ccw",
|
|
1900
1902
|
"label": "Refresh"
|
|
1901
1903
|
}
|
|
1902
1904
|
],
|
|
1903
|
-
"
|
|
1904
|
-
"direction": "horizontal",
|
|
1905
|
+
"gap": "md",
|
|
1905
1906
|
"justify": "between",
|
|
1906
|
-
"align": "center"
|
|
1907
|
+
"align": "center",
|
|
1908
|
+
"direction": "horizontal",
|
|
1909
|
+
"type": "stack"
|
|
1907
1910
|
},
|
|
1908
1911
|
{
|
|
1909
1912
|
"type": "divider"
|
|
@@ -1916,30 +1919,27 @@
|
|
|
1916
1919
|
"label": "Total Deals"
|
|
1917
1920
|
},
|
|
1918
1921
|
{
|
|
1919
|
-
"
|
|
1920
|
-
"value": "@entity.totalValue",
|
|
1922
|
+
"format": "currency",
|
|
1921
1923
|
"type": "stat-display",
|
|
1922
|
-
"
|
|
1924
|
+
"value": "@entity.totalValue",
|
|
1925
|
+
"label": "Pipeline Value"
|
|
1923
1926
|
},
|
|
1924
1927
|
{
|
|
1928
|
+
"type": "stat-display",
|
|
1925
1929
|
"label": "Won",
|
|
1926
|
-
"value": "@entity.wonDeals"
|
|
1927
|
-
"type": "stat-display"
|
|
1930
|
+
"value": "@entity.wonDeals"
|
|
1928
1931
|
},
|
|
1929
1932
|
{
|
|
1930
|
-
"format": "percent",
|
|
1931
|
-
"value": "@entity.conversionRate",
|
|
1932
1933
|
"type": "stat-display",
|
|
1933
|
-
"
|
|
1934
|
+
"value": "@entity.conversionRate",
|
|
1935
|
+
"label": "Conversion Rate",
|
|
1936
|
+
"format": "percent"
|
|
1934
1937
|
}
|
|
1935
1938
|
],
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1939
|
+
"cols": 4.0,
|
|
1940
|
+
"type": "simple-grid"
|
|
1938
1941
|
}
|
|
1939
|
-
]
|
|
1940
|
-
"type": "stack",
|
|
1941
|
-
"gap": "lg",
|
|
1942
|
-
"direction": "vertical"
|
|
1942
|
+
]
|
|
1943
1943
|
}
|
|
1944
1944
|
]
|
|
1945
1945
|
]
|
|
@@ -2063,11 +2063,10 @@
|
|
|
2063
2063
|
"name": "NoteAppLayout",
|
|
2064
2064
|
"linkedEntity": "Note",
|
|
2065
2065
|
"config": {
|
|
2066
|
-
"topBarActions": [],
|
|
2067
|
-
"notifications": [],
|
|
2068
2066
|
"appName": "CRM",
|
|
2069
|
-
"contentTrait": "@trait.NoteCatalog",
|
|
2070
2067
|
"notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN",
|
|
2068
|
+
"contentTrait": "@trait.NoteCatalog",
|
|
2069
|
+
"topBarActions": [],
|
|
2071
2070
|
"navItems": [
|
|
2072
2071
|
{
|
|
2073
2072
|
"href": "/contacts",
|
|
@@ -2076,21 +2075,22 @@
|
|
|
2076
2075
|
},
|
|
2077
2076
|
{
|
|
2078
2077
|
"href": "/deals",
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2078
|
+
"label": "Deals",
|
|
2079
|
+
"icon": "briefcase"
|
|
2081
2080
|
},
|
|
2082
2081
|
{
|
|
2083
|
-
"
|
|
2082
|
+
"label": "Pipeline",
|
|
2084
2083
|
"href": "/pipeline",
|
|
2085
|
-
"
|
|
2084
|
+
"icon": "bar-chart-2"
|
|
2086
2085
|
},
|
|
2087
2086
|
{
|
|
2088
|
-
"
|
|
2087
|
+
"label": "Notes",
|
|
2089
2088
|
"icon": "file-text",
|
|
2090
|
-
"
|
|
2089
|
+
"href": "/notes"
|
|
2091
2090
|
}
|
|
2092
2091
|
],
|
|
2093
|
-
"searchEvent": "NOTE_SEARCH"
|
|
2092
|
+
"searchEvent": "NOTE_SEARCH",
|
|
2093
|
+
"notifications": []
|
|
2094
2094
|
},
|
|
2095
2095
|
"events": {
|
|
2096
2096
|
"SEARCH": "NOTE_SEARCH",
|
|
@@ -2139,30 +2139,27 @@
|
|
|
2139
2139
|
"render-ui",
|
|
2140
2140
|
"main",
|
|
2141
2141
|
{
|
|
2142
|
-
"direction": "vertical",
|
|
2143
2142
|
"gap": "lg",
|
|
2143
|
+
"direction": "vertical",
|
|
2144
2144
|
"children": [
|
|
2145
2145
|
{
|
|
2146
|
-
"align": "center",
|
|
2147
|
-
"direction": "horizontal",
|
|
2148
|
-
"type": "stack",
|
|
2149
2146
|
"children": [
|
|
2150
2147
|
{
|
|
2151
2148
|
"type": "stack",
|
|
2152
|
-
"align": "center",
|
|
2153
|
-
"gap": "sm",
|
|
2154
|
-
"direction": "horizontal",
|
|
2155
2149
|
"children": [
|
|
2156
2150
|
{
|
|
2157
|
-
"
|
|
2158
|
-
"
|
|
2151
|
+
"type": "icon",
|
|
2152
|
+
"name": "file-text"
|
|
2159
2153
|
},
|
|
2160
2154
|
{
|
|
2161
|
-
"
|
|
2155
|
+
"content": "Notes",
|
|
2162
2156
|
"variant": "h2",
|
|
2163
|
-
"
|
|
2157
|
+
"type": "typography"
|
|
2164
2158
|
}
|
|
2165
|
-
]
|
|
2159
|
+
],
|
|
2160
|
+
"direction": "horizontal",
|
|
2161
|
+
"gap": "sm",
|
|
2162
|
+
"align": "center"
|
|
2166
2163
|
},
|
|
2167
2164
|
{
|
|
2168
2165
|
"gap": "sm",
|
|
@@ -2171,16 +2168,19 @@
|
|
|
2171
2168
|
"label": "New Note",
|
|
2172
2169
|
"type": "button",
|
|
2173
2170
|
"variant": "primary",
|
|
2174
|
-
"
|
|
2175
|
-
"
|
|
2171
|
+
"action": "CREATE",
|
|
2172
|
+
"icon": "edit"
|
|
2176
2173
|
}
|
|
2177
2174
|
],
|
|
2178
2175
|
"type": "stack",
|
|
2179
2176
|
"direction": "horizontal"
|
|
2180
2177
|
}
|
|
2181
2178
|
],
|
|
2179
|
+
"direction": "horizontal",
|
|
2180
|
+
"justify": "between",
|
|
2181
|
+
"align": "center",
|
|
2182
2182
|
"gap": "md",
|
|
2183
|
-
"
|
|
2183
|
+
"type": "stack"
|
|
2184
2184
|
},
|
|
2185
2185
|
{
|
|
2186
2186
|
"type": "divider"
|
|
@@ -2217,46 +2217,46 @@
|
|
|
2217
2217
|
"label": "View"
|
|
2218
2218
|
},
|
|
2219
2219
|
{
|
|
2220
|
-
"
|
|
2220
|
+
"variant": "ghost",
|
|
2221
2221
|
"label": "Edit",
|
|
2222
|
-
"
|
|
2222
|
+
"event": "EDIT"
|
|
2223
2223
|
},
|
|
2224
2224
|
{
|
|
2225
|
+
"variant": "danger",
|
|
2225
2226
|
"label": "Delete",
|
|
2226
|
-
"event": "DELETE"
|
|
2227
|
-
"variant": "danger"
|
|
2227
|
+
"event": "DELETE"
|
|
2228
2228
|
}
|
|
2229
2229
|
],
|
|
2230
|
+
"gap": "sm",
|
|
2231
|
+
"cols": 1.0,
|
|
2230
2232
|
"fields": [
|
|
2231
2233
|
{
|
|
2232
2234
|
"name": "subject",
|
|
2233
|
-
"
|
|
2234
|
-
"
|
|
2235
|
+
"icon": "file-text",
|
|
2236
|
+
"variant": "h4"
|
|
2235
2237
|
},
|
|
2236
2238
|
{
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2239
|
+
"variant": "badge",
|
|
2240
|
+
"name": "priority"
|
|
2239
2241
|
},
|
|
2240
2242
|
{
|
|
2241
2243
|
"variant": "caption",
|
|
2242
2244
|
"name": "author"
|
|
2243
2245
|
},
|
|
2244
2246
|
{
|
|
2245
|
-
"
|
|
2247
|
+
"name": "followUpAt",
|
|
2246
2248
|
"label": "Follow-Up",
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2249
|
+
"format": "date",
|
|
2250
|
+
"variant": "caption"
|
|
2249
2251
|
},
|
|
2250
2252
|
{
|
|
2251
|
-
"
|
|
2252
|
-
"variant": "caption",
|
|
2253
|
+
"name": "createdAt",
|
|
2253
2254
|
"format": "date",
|
|
2254
|
-
"
|
|
2255
|
+
"variant": "caption",
|
|
2256
|
+
"label": "Created"
|
|
2255
2257
|
}
|
|
2256
2258
|
],
|
|
2257
|
-
"
|
|
2258
|
-
"variant": "card",
|
|
2259
|
-
"gap": "sm"
|
|
2259
|
+
"variant": "card"
|
|
2260
2260
|
},
|
|
2261
2261
|
"listens": [
|
|
2262
2262
|
{
|
|
@@ -2290,9 +2290,9 @@
|
|
|
2290
2290
|
"name": "NoteCalendar",
|
|
2291
2291
|
"linkedEntity": "Note",
|
|
2292
2292
|
"config": {
|
|
2293
|
-
"colorField": "priority",
|
|
2294
2293
|
"dateField": "followUpAt",
|
|
2295
|
-
"titleField": "subject"
|
|
2294
|
+
"titleField": "subject",
|
|
2295
|
+
"colorField": "priority"
|
|
2296
2296
|
}
|
|
2297
2297
|
},
|
|
2298
2298
|
{
|
|
@@ -2300,8 +2300,6 @@
|
|
|
2300
2300
|
"name": "NoteCreate",
|
|
2301
2301
|
"linkedEntity": "Note",
|
|
2302
2302
|
"config": {
|
|
2303
|
-
"icon": "plus-circle",
|
|
2304
|
-
"mode": "create",
|
|
2305
2303
|
"title": "New Note",
|
|
2306
2304
|
"fields": [
|
|
2307
2305
|
"subject",
|
|
@@ -2309,7 +2307,9 @@
|
|
|
2309
2307
|
"author",
|
|
2310
2308
|
"priority",
|
|
2311
2309
|
"followUpAt"
|
|
2312
|
-
]
|
|
2310
|
+
],
|
|
2311
|
+
"mode": "create",
|
|
2312
|
+
"icon": "plus-circle"
|
|
2313
2313
|
},
|
|
2314
2314
|
"events": {
|
|
2315
2315
|
"OPEN": "CREATE"
|
|
@@ -2330,6 +2330,8 @@
|
|
|
2330
2330
|
"name": "NoteEdit",
|
|
2331
2331
|
"linkedEntity": "Note",
|
|
2332
2332
|
"config": {
|
|
2333
|
+
"title": "Edit Note",
|
|
2334
|
+
"icon": "edit",
|
|
2333
2335
|
"fields": [
|
|
2334
2336
|
"subject",
|
|
2335
2337
|
"body",
|
|
@@ -2337,9 +2339,7 @@
|
|
|
2337
2339
|
"priority",
|
|
2338
2340
|
"followUpAt"
|
|
2339
2341
|
],
|
|
2340
|
-
"
|
|
2341
|
-
"mode": "edit",
|
|
2342
|
-
"title": "Edit Note"
|
|
2342
|
+
"mode": "edit"
|
|
2343
2343
|
},
|
|
2344
2344
|
"events": {
|
|
2345
2345
|
"OPEN": "EDIT"
|
|
@@ -2390,10 +2390,10 @@
|
|
|
2390
2390
|
"name": "NoteDelete",
|
|
2391
2391
|
"linkedEntity": "Note",
|
|
2392
2392
|
"config": {
|
|
2393
|
-
"
|
|
2394
|
-
"alertMessage": "This action cannot be undone.",
|
|
2393
|
+
"icon": "alert-triangle",
|
|
2395
2394
|
"confirmLabel": "Delete",
|
|
2396
|
-
"
|
|
2395
|
+
"title": "Delete Note",
|
|
2396
|
+
"alertMessage": "This action cannot be undone."
|
|
2397
2397
|
},
|
|
2398
2398
|
"events": {
|
|
2399
2399
|
"REQUEST": "DELETE",
|
|
@@ -2631,4 +2631,4 @@
|
|
|
2631
2631
|
]
|
|
2632
2632
|
}
|
|
2633
2633
|
]
|
|
2634
|
-
}
|
|
2634
|
+
}
|