@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
|
@@ -83,26 +83,27 @@
|
|
|
83
83
|
"ref": "AppShell.traits.AppLayout",
|
|
84
84
|
"name": "ContactAppLayout",
|
|
85
85
|
"config": {
|
|
86
|
+
"notifications": [],
|
|
86
87
|
"notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN",
|
|
87
88
|
"navItems": [
|
|
88
89
|
{
|
|
89
|
-
"label": "Contacts",
|
|
90
90
|
"href": "/contacts",
|
|
91
|
+
"label": "Contacts",
|
|
91
92
|
"icon": "users"
|
|
92
93
|
},
|
|
93
94
|
{
|
|
94
95
|
"label": "Items",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
96
|
+
"href": "/items",
|
|
97
|
+
"icon": "package"
|
|
97
98
|
},
|
|
98
99
|
{
|
|
100
|
+
"icon": "activity",
|
|
99
101
|
"href": "/activities",
|
|
100
|
-
"label": "Activities"
|
|
101
|
-
"icon": "activity"
|
|
102
|
+
"label": "Activities"
|
|
102
103
|
},
|
|
103
104
|
{
|
|
104
|
-
"label": "Tasks",
|
|
105
105
|
"href": "/tasks",
|
|
106
|
+
"label": "Tasks",
|
|
106
107
|
"icon": "check-square"
|
|
107
108
|
},
|
|
108
109
|
{
|
|
@@ -112,28 +113,27 @@
|
|
|
112
113
|
},
|
|
113
114
|
{
|
|
114
115
|
"href": "/widgets",
|
|
115
|
-
"
|
|
116
|
-
"
|
|
116
|
+
"icon": "layout-dashboard",
|
|
117
|
+
"label": "Dashboard"
|
|
117
118
|
},
|
|
118
119
|
{
|
|
119
120
|
"label": "Feed",
|
|
120
|
-
"
|
|
121
|
-
"
|
|
121
|
+
"href": "/feed",
|
|
122
|
+
"icon": "rss"
|
|
122
123
|
},
|
|
123
124
|
{
|
|
125
|
+
"href": "/notes",
|
|
124
126
|
"label": "Notes",
|
|
125
|
-
"icon": "file-text"
|
|
126
|
-
"href": "/notes"
|
|
127
|
+
"icon": "file-text"
|
|
127
128
|
}
|
|
128
129
|
],
|
|
129
|
-
"notifications": [],
|
|
130
130
|
"searchEvent": "CONTACT_SEARCH",
|
|
131
131
|
"contentTrait": "@trait.ContactCatalog",
|
|
132
132
|
"appName": "App"
|
|
133
133
|
},
|
|
134
134
|
"events": {
|
|
135
|
-
"
|
|
136
|
-
"
|
|
135
|
+
"NOTIFY_CLICK": "CONTACT_NOTIFICATIONS_OPEN",
|
|
136
|
+
"SEARCH": "CONTACT_SEARCH"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -216,13 +216,9 @@
|
|
|
216
216
|
"render-ui",
|
|
217
217
|
"main",
|
|
218
218
|
{
|
|
219
|
-
"direction": "vertical",
|
|
220
|
-
"gap": "lg",
|
|
221
|
-
"type": "stack",
|
|
222
219
|
"children": [
|
|
223
220
|
{
|
|
224
|
-
"
|
|
225
|
-
"gap": "md",
|
|
221
|
+
"align": "center",
|
|
226
222
|
"direction": "horizontal",
|
|
227
223
|
"children": [
|
|
228
224
|
{
|
|
@@ -232,45 +228,49 @@
|
|
|
232
228
|
"name": "users"
|
|
233
229
|
},
|
|
234
230
|
{
|
|
231
|
+
"variant": "h2",
|
|
235
232
|
"type": "typography",
|
|
236
|
-
"content": "Contacts"
|
|
237
|
-
"variant": "h2"
|
|
233
|
+
"content": "Contacts"
|
|
238
234
|
}
|
|
239
235
|
],
|
|
240
|
-
"
|
|
241
|
-
"gap": "sm",
|
|
236
|
+
"direction": "horizontal",
|
|
242
237
|
"align": "center",
|
|
243
|
-
"
|
|
238
|
+
"gap": "sm",
|
|
239
|
+
"type": "stack"
|
|
244
240
|
},
|
|
245
241
|
{
|
|
246
|
-
"action": "CREATE",
|
|
247
|
-
"type": "button",
|
|
248
242
|
"variant": "primary",
|
|
243
|
+
"action": "CREATE",
|
|
244
|
+
"label": "New Contact",
|
|
249
245
|
"icon": "plus",
|
|
250
|
-
"
|
|
246
|
+
"type": "button"
|
|
251
247
|
}
|
|
252
248
|
],
|
|
249
|
+
"justify": "between",
|
|
253
250
|
"type": "stack",
|
|
254
|
-
"
|
|
251
|
+
"gap": "md"
|
|
255
252
|
},
|
|
256
253
|
{
|
|
257
254
|
"type": "divider"
|
|
258
255
|
},
|
|
259
256
|
{
|
|
257
|
+
"gap": "md",
|
|
260
258
|
"children": [
|
|
261
259
|
"@trait.ContactSearch",
|
|
262
260
|
"@trait.ContactFilter"
|
|
263
261
|
],
|
|
264
|
-
"direction": "horizontal",
|
|
265
|
-
"type": "stack",
|
|
266
262
|
"align": "center",
|
|
267
|
-
"
|
|
263
|
+
"type": "stack",
|
|
264
|
+
"direction": "horizontal"
|
|
268
265
|
},
|
|
269
266
|
{
|
|
270
267
|
"type": "divider"
|
|
271
268
|
},
|
|
272
269
|
"@trait.ContactBrowseList"
|
|
273
|
-
]
|
|
270
|
+
],
|
|
271
|
+
"type": "stack",
|
|
272
|
+
"gap": "lg",
|
|
273
|
+
"direction": "vertical"
|
|
274
274
|
}
|
|
275
275
|
]
|
|
276
276
|
]
|
|
@@ -289,16 +289,18 @@
|
|
|
289
289
|
"render-ui",
|
|
290
290
|
"main",
|
|
291
291
|
{
|
|
292
|
+
"type": "stack",
|
|
293
|
+
"align": "center",
|
|
292
294
|
"gap": "md",
|
|
293
|
-
"
|
|
295
|
+
"className": "py-8",
|
|
294
296
|
"children": [
|
|
295
297
|
{
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
+
"type": "icon",
|
|
299
|
+
"name": "bell"
|
|
298
300
|
},
|
|
299
301
|
{
|
|
300
|
-
"type": "typography",
|
|
301
302
|
"content": "No notifications",
|
|
303
|
+
"type": "typography",
|
|
302
304
|
"variant": "h3"
|
|
303
305
|
},
|
|
304
306
|
{
|
|
@@ -308,9 +310,7 @@
|
|
|
308
310
|
"variant": "ghost"
|
|
309
311
|
}
|
|
310
312
|
],
|
|
311
|
-
"
|
|
312
|
-
"align": "center",
|
|
313
|
-
"className": "py-8"
|
|
313
|
+
"direction": "vertical"
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
]
|
|
@@ -323,23 +323,23 @@
|
|
|
323
323
|
"ref": "Search.traits.SearchResultSearch",
|
|
324
324
|
"name": "ContactSearch",
|
|
325
325
|
"config": {
|
|
326
|
-
"
|
|
327
|
-
"
|
|
326
|
+
"event": "CONTACT_SEARCH",
|
|
327
|
+
"placeholder": "Search contacts…"
|
|
328
328
|
}
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
332
332
|
"name": "ContactFilter",
|
|
333
333
|
"config": {
|
|
334
|
-
"event": "CONTACT_FILTER",
|
|
335
334
|
"filters": [
|
|
336
335
|
{
|
|
337
|
-
"options": [],
|
|
338
336
|
"label": "Company",
|
|
337
|
+
"options": [],
|
|
339
338
|
"field": "company",
|
|
340
339
|
"filterType": "select"
|
|
341
340
|
}
|
|
342
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"event": "CONTACT_FILTER"
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
345
|
{
|
|
@@ -347,7 +347,6 @@
|
|
|
347
347
|
"name": "ContactBrowseList",
|
|
348
348
|
"linkedEntity": "Contact",
|
|
349
349
|
"config": {
|
|
350
|
-
"cols": 1.0,
|
|
351
350
|
"fields": [
|
|
352
351
|
{
|
|
353
352
|
"variant": "h3",
|
|
@@ -355,12 +354,12 @@
|
|
|
355
354
|
"icon": "user"
|
|
356
355
|
},
|
|
357
356
|
{
|
|
358
|
-
"
|
|
359
|
-
"
|
|
357
|
+
"variant": "body",
|
|
358
|
+
"name": "email"
|
|
360
359
|
},
|
|
361
360
|
{
|
|
362
|
-
"
|
|
363
|
-
"
|
|
361
|
+
"variant": "caption",
|
|
362
|
+
"name": "phone"
|
|
364
363
|
},
|
|
365
364
|
{
|
|
366
365
|
"name": "company",
|
|
@@ -374,21 +373,22 @@
|
|
|
374
373
|
"gap": "sm",
|
|
375
374
|
"itemActions": [
|
|
376
375
|
{
|
|
377
|
-
"event": "VIEW",
|
|
378
376
|
"variant": "ghost",
|
|
379
|
-
"label": "View"
|
|
377
|
+
"label": "View",
|
|
378
|
+
"event": "VIEW"
|
|
380
379
|
},
|
|
381
380
|
{
|
|
382
|
-
"event": "EDIT",
|
|
383
381
|
"variant": "ghost",
|
|
384
|
-
"label": "Edit"
|
|
382
|
+
"label": "Edit",
|
|
383
|
+
"event": "EDIT"
|
|
385
384
|
},
|
|
386
385
|
{
|
|
387
386
|
"label": "Delete",
|
|
388
387
|
"variant": "danger",
|
|
389
388
|
"event": "DELETE"
|
|
390
389
|
}
|
|
391
|
-
]
|
|
390
|
+
],
|
|
391
|
+
"cols": 1.0
|
|
392
392
|
},
|
|
393
393
|
"listens": [
|
|
394
394
|
{
|
|
@@ -438,9 +438,6 @@
|
|
|
438
438
|
"name": "ContactCreate",
|
|
439
439
|
"linkedEntity": "Contact",
|
|
440
440
|
"config": {
|
|
441
|
-
"icon": "plus-circle",
|
|
442
|
-
"title": "New Contact",
|
|
443
|
-
"mode": "create",
|
|
444
441
|
"fields": [
|
|
445
442
|
"name",
|
|
446
443
|
"email",
|
|
@@ -448,7 +445,10 @@
|
|
|
448
445
|
"company",
|
|
449
446
|
"role",
|
|
450
447
|
"notes"
|
|
451
|
-
]
|
|
448
|
+
],
|
|
449
|
+
"icon": "plus-circle",
|
|
450
|
+
"mode": "create",
|
|
451
|
+
"title": "New Contact"
|
|
452
452
|
},
|
|
453
453
|
"events": {
|
|
454
454
|
"OPEN": "CREATE"
|
|
@@ -469,9 +469,9 @@
|
|
|
469
469
|
"name": "ContactEdit",
|
|
470
470
|
"linkedEntity": "Contact",
|
|
471
471
|
"config": {
|
|
472
|
-
"title": "Edit Contact",
|
|
473
472
|
"icon": "edit",
|
|
474
473
|
"mode": "edit",
|
|
474
|
+
"title": "Edit Contact",
|
|
475
475
|
"fields": [
|
|
476
476
|
"name",
|
|
477
477
|
"email",
|
|
@@ -500,9 +500,6 @@
|
|
|
500
500
|
"name": "ContactView",
|
|
501
501
|
"linkedEntity": "Contact",
|
|
502
502
|
"config": {
|
|
503
|
-
"mode": "edit",
|
|
504
|
-
"title": "View Contact",
|
|
505
|
-
"icon": "eye",
|
|
506
503
|
"fields": [
|
|
507
504
|
"name",
|
|
508
505
|
"email",
|
|
@@ -510,7 +507,10 @@
|
|
|
510
507
|
"company",
|
|
511
508
|
"role",
|
|
512
509
|
"notes"
|
|
513
|
-
]
|
|
510
|
+
],
|
|
511
|
+
"icon": "eye",
|
|
512
|
+
"title": "View Contact",
|
|
513
|
+
"mode": "edit"
|
|
514
514
|
},
|
|
515
515
|
"events": {
|
|
516
516
|
"OPEN": "VIEW"
|
|
@@ -531,10 +531,10 @@
|
|
|
531
531
|
"name": "ContactDelete",
|
|
532
532
|
"linkedEntity": "Contact",
|
|
533
533
|
"config": {
|
|
534
|
+
"title": "Delete Contact",
|
|
534
535
|
"alertMessage": "This action cannot be undone.",
|
|
535
536
|
"confirmLabel": "Delete",
|
|
536
|
-
"icon": "alert-triangle"
|
|
537
|
-
"title": "Delete Contact"
|
|
537
|
+
"icon": "alert-triangle"
|
|
538
538
|
},
|
|
539
539
|
"events": {
|
|
540
540
|
"REQUEST": "DELETE",
|
|
@@ -854,33 +854,34 @@
|
|
|
854
854
|
"ref": "AppShell.traits.AppLayout",
|
|
855
855
|
"name": "ItemAppLayout",
|
|
856
856
|
"config": {
|
|
857
|
-
"
|
|
857
|
+
"notifications": [],
|
|
858
858
|
"appName": "App",
|
|
859
|
+
"searchEvent": "ITEM_SEARCH",
|
|
859
860
|
"notificationClickEvent": "ITEM_NOTIFICATIONS_OPEN",
|
|
860
861
|
"navItems": [
|
|
861
862
|
{
|
|
863
|
+
"icon": "users",
|
|
862
864
|
"label": "Contacts",
|
|
863
|
-
"href": "/contacts"
|
|
864
|
-
"icon": "users"
|
|
865
|
+
"href": "/contacts"
|
|
865
866
|
},
|
|
866
867
|
{
|
|
867
868
|
"href": "/items",
|
|
868
|
-
"
|
|
869
|
-
"
|
|
869
|
+
"label": "Items",
|
|
870
|
+
"icon": "package"
|
|
870
871
|
},
|
|
871
872
|
{
|
|
872
|
-
"label": "Activities",
|
|
873
873
|
"href": "/activities",
|
|
874
|
+
"label": "Activities",
|
|
874
875
|
"icon": "activity"
|
|
875
876
|
},
|
|
876
877
|
{
|
|
878
|
+
"href": "/tasks",
|
|
877
879
|
"icon": "check-square",
|
|
878
|
-
"label": "Tasks"
|
|
879
|
-
"href": "/tasks"
|
|
880
|
+
"label": "Tasks"
|
|
880
881
|
},
|
|
881
882
|
{
|
|
882
|
-
"icon": "calendar",
|
|
883
883
|
"label": "Calendar",
|
|
884
|
+
"icon": "calendar",
|
|
884
885
|
"href": "/calendar"
|
|
885
886
|
},
|
|
886
887
|
{
|
|
@@ -890,21 +891,20 @@
|
|
|
890
891
|
},
|
|
891
892
|
{
|
|
892
893
|
"label": "Feed",
|
|
893
|
-
"
|
|
894
|
-
"
|
|
894
|
+
"href": "/feed",
|
|
895
|
+
"icon": "rss"
|
|
895
896
|
},
|
|
896
897
|
{
|
|
897
|
-
"
|
|
898
|
+
"label": "Notes",
|
|
898
899
|
"icon": "file-text",
|
|
899
|
-
"
|
|
900
|
+
"href": "/notes"
|
|
900
901
|
}
|
|
901
902
|
],
|
|
902
|
-
"notifications": [],
|
|
903
903
|
"contentTrait": "@trait.ItemCatalog"
|
|
904
904
|
},
|
|
905
905
|
"events": {
|
|
906
|
-
"
|
|
907
|
-
"
|
|
906
|
+
"NOTIFY_CLICK": "ITEM_NOTIFICATIONS_OPEN",
|
|
907
|
+
"SEARCH": "ITEM_SEARCH"
|
|
908
908
|
}
|
|
909
909
|
},
|
|
910
910
|
{
|
|
@@ -989,56 +989,56 @@
|
|
|
989
989
|
{
|
|
990
990
|
"children": [
|
|
991
991
|
{
|
|
992
|
-
"type": "stack",
|
|
993
|
-
"direction": "horizontal",
|
|
994
|
-
"align": "center",
|
|
995
992
|
"children": [
|
|
996
993
|
{
|
|
994
|
+
"direction": "horizontal",
|
|
995
|
+
"type": "stack",
|
|
996
|
+
"gap": "sm",
|
|
997
|
+
"align": "center",
|
|
997
998
|
"children": [
|
|
998
999
|
{
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1000
|
+
"type": "icon",
|
|
1001
|
+
"name": "package"
|
|
1001
1002
|
},
|
|
1002
1003
|
{
|
|
1003
|
-
"type": "typography",
|
|
1004
1004
|
"variant": "h2",
|
|
1005
|
+
"type": "typography",
|
|
1005
1006
|
"content": "Items"
|
|
1006
1007
|
}
|
|
1007
|
-
]
|
|
1008
|
-
"direction": "horizontal",
|
|
1009
|
-
"type": "stack",
|
|
1010
|
-
"gap": "sm",
|
|
1011
|
-
"align": "center"
|
|
1008
|
+
]
|
|
1012
1009
|
},
|
|
1013
1010
|
{
|
|
1014
|
-
"
|
|
1011
|
+
"icon": "plus",
|
|
1012
|
+
"label": "New Item",
|
|
1015
1013
|
"variant": "primary",
|
|
1016
1014
|
"type": "button",
|
|
1017
|
-
"
|
|
1018
|
-
"icon": "plus"
|
|
1015
|
+
"action": "CREATE"
|
|
1019
1016
|
}
|
|
1020
1017
|
],
|
|
1021
|
-
"
|
|
1022
|
-
"
|
|
1018
|
+
"gap": "md",
|
|
1019
|
+
"type": "stack",
|
|
1020
|
+
"align": "center",
|
|
1021
|
+
"direction": "horizontal",
|
|
1022
|
+
"justify": "between"
|
|
1023
1023
|
},
|
|
1024
1024
|
{
|
|
1025
1025
|
"type": "divider"
|
|
1026
1026
|
},
|
|
1027
1027
|
{
|
|
1028
|
+
"type": "stack",
|
|
1029
|
+
"gap": "md",
|
|
1028
1030
|
"align": "center",
|
|
1029
1031
|
"direction": "horizontal",
|
|
1030
1032
|
"children": [
|
|
1031
1033
|
"@trait.ItemSearch",
|
|
1032
1034
|
"@trait.ItemFilter"
|
|
1033
|
-
]
|
|
1034
|
-
"type": "stack",
|
|
1035
|
-
"gap": "md"
|
|
1035
|
+
]
|
|
1036
1036
|
},
|
|
1037
1037
|
"@trait.ItemBrowseList"
|
|
1038
1038
|
],
|
|
1039
|
+
"gap": "lg",
|
|
1039
1040
|
"type": "stack",
|
|
1040
|
-
"direction": "vertical"
|
|
1041
|
-
"gap": "lg"
|
|
1041
|
+
"direction": "vertical"
|
|
1042
1042
|
}
|
|
1043
1043
|
]
|
|
1044
1044
|
]
|
|
@@ -1057,10 +1057,8 @@
|
|
|
1057
1057
|
"render-ui",
|
|
1058
1058
|
"main",
|
|
1059
1059
|
{
|
|
1060
|
-
"type": "stack",
|
|
1061
|
-
"direction": "vertical",
|
|
1062
|
-
"gap": "md",
|
|
1063
1060
|
"align": "center",
|
|
1061
|
+
"direction": "vertical",
|
|
1064
1062
|
"className": "py-8",
|
|
1065
1063
|
"children": [
|
|
1066
1064
|
{
|
|
@@ -1068,17 +1066,19 @@
|
|
|
1068
1066
|
"type": "icon"
|
|
1069
1067
|
},
|
|
1070
1068
|
{
|
|
1071
|
-
"content": "No notifications",
|
|
1072
1069
|
"type": "typography",
|
|
1073
|
-
"variant": "h3"
|
|
1070
|
+
"variant": "h3",
|
|
1071
|
+
"content": "No notifications"
|
|
1074
1072
|
},
|
|
1075
1073
|
{
|
|
1076
1074
|
"variant": "ghost",
|
|
1077
|
-
"
|
|
1075
|
+
"type": "button",
|
|
1078
1076
|
"action": "INIT",
|
|
1079
|
-
"
|
|
1077
|
+
"label": "Back"
|
|
1080
1078
|
}
|
|
1081
|
-
]
|
|
1079
|
+
],
|
|
1080
|
+
"gap": "md",
|
|
1081
|
+
"type": "stack"
|
|
1082
1082
|
}
|
|
1083
1083
|
]
|
|
1084
1084
|
]
|
|
@@ -1091,23 +1091,23 @@
|
|
|
1091
1091
|
"ref": "Search.traits.SearchResultSearch",
|
|
1092
1092
|
"name": "ItemSearch",
|
|
1093
1093
|
"config": {
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1094
|
+
"event": "ITEM_SEARCH",
|
|
1095
|
+
"placeholder": "Search items…"
|
|
1096
1096
|
}
|
|
1097
1097
|
},
|
|
1098
1098
|
{
|
|
1099
1099
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
1100
1100
|
"name": "ItemFilter",
|
|
1101
1101
|
"config": {
|
|
1102
|
-
"event": "ITEM_FILTER",
|
|
1103
1102
|
"filters": [
|
|
1104
1103
|
{
|
|
1105
|
-
"label": "Category",
|
|
1106
|
-
"options": [],
|
|
1107
1104
|
"filterType": "select",
|
|
1108
|
-
"field": "category"
|
|
1105
|
+
"field": "category",
|
|
1106
|
+
"label": "Category",
|
|
1107
|
+
"options": []
|
|
1109
1108
|
}
|
|
1110
|
-
]
|
|
1109
|
+
],
|
|
1110
|
+
"event": "ITEM_FILTER"
|
|
1111
1111
|
}
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
@@ -1115,15 +1115,17 @@
|
|
|
1115
1115
|
"name": "ItemBrowseList",
|
|
1116
1116
|
"linkedEntity": "Item",
|
|
1117
1117
|
"config": {
|
|
1118
|
+
"gap": "sm",
|
|
1119
|
+
"cols": 2.0,
|
|
1118
1120
|
"fields": [
|
|
1119
1121
|
{
|
|
1120
|
-
"name": "name",
|
|
1121
1122
|
"variant": "h3",
|
|
1122
|
-
"icon": "package"
|
|
1123
|
+
"icon": "package",
|
|
1124
|
+
"name": "name"
|
|
1123
1125
|
},
|
|
1124
1126
|
{
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1127
|
+
"variant": "body",
|
|
1128
|
+
"name": "description"
|
|
1127
1129
|
},
|
|
1128
1130
|
{
|
|
1129
1131
|
"variant": "caption",
|
|
@@ -1135,31 +1137,29 @@
|
|
|
1135
1137
|
"name": "price"
|
|
1136
1138
|
},
|
|
1137
1139
|
{
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1140
|
+
"variant": "badge",
|
|
1141
|
+
"name": "quantity"
|
|
1140
1142
|
},
|
|
1141
1143
|
{
|
|
1142
1144
|
"name": "category",
|
|
1143
1145
|
"variant": "caption"
|
|
1144
1146
|
}
|
|
1145
1147
|
],
|
|
1146
|
-
"gap": "sm",
|
|
1147
|
-
"cols": 2.0,
|
|
1148
1148
|
"itemActions": [
|
|
1149
1149
|
{
|
|
1150
|
-
"
|
|
1150
|
+
"variant": "ghost",
|
|
1151
1151
|
"label": "View",
|
|
1152
|
-
"
|
|
1152
|
+
"event": "VIEW"
|
|
1153
1153
|
},
|
|
1154
1154
|
{
|
|
1155
|
-
"label": "Edit",
|
|
1156
1155
|
"event": "EDIT",
|
|
1157
|
-
"variant": "ghost"
|
|
1156
|
+
"variant": "ghost",
|
|
1157
|
+
"label": "Edit"
|
|
1158
1158
|
},
|
|
1159
1159
|
{
|
|
1160
1160
|
"label": "Delete",
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1161
|
+
"event": "DELETE",
|
|
1162
|
+
"variant": "danger"
|
|
1163
1163
|
}
|
|
1164
1164
|
]
|
|
1165
1165
|
},
|
|
@@ -1243,6 +1243,8 @@
|
|
|
1243
1243
|
"linkedEntity": "Item",
|
|
1244
1244
|
"config": {
|
|
1245
1245
|
"title": "Edit Item",
|
|
1246
|
+
"mode": "edit",
|
|
1247
|
+
"icon": "edit",
|
|
1246
1248
|
"fields": [
|
|
1247
1249
|
"name",
|
|
1248
1250
|
"description",
|
|
@@ -1250,9 +1252,7 @@
|
|
|
1250
1252
|
"price",
|
|
1251
1253
|
"quantity",
|
|
1252
1254
|
"category"
|
|
1253
|
-
]
|
|
1254
|
-
"mode": "edit",
|
|
1255
|
-
"icon": "edit"
|
|
1255
|
+
]
|
|
1256
1256
|
},
|
|
1257
1257
|
"events": {
|
|
1258
1258
|
"OPEN": "EDIT"
|
|
@@ -1273,7 +1273,6 @@
|
|
|
1273
1273
|
"name": "ItemView",
|
|
1274
1274
|
"linkedEntity": "Item",
|
|
1275
1275
|
"config": {
|
|
1276
|
-
"icon": "eye",
|
|
1277
1276
|
"fields": [
|
|
1278
1277
|
"name",
|
|
1279
1278
|
"description",
|
|
@@ -1283,7 +1282,8 @@
|
|
|
1283
1282
|
"category"
|
|
1284
1283
|
],
|
|
1285
1284
|
"mode": "edit",
|
|
1286
|
-
"title": "View Item"
|
|
1285
|
+
"title": "View Item",
|
|
1286
|
+
"icon": "eye"
|
|
1287
1287
|
},
|
|
1288
1288
|
"events": {
|
|
1289
1289
|
"OPEN": "VIEW"
|
|
@@ -1304,14 +1304,14 @@
|
|
|
1304
1304
|
"name": "ItemDelete",
|
|
1305
1305
|
"linkedEntity": "Item",
|
|
1306
1306
|
"config": {
|
|
1307
|
-
"title": "Delete Item",
|
|
1308
|
-
"alertMessage": "This action cannot be undone.",
|
|
1309
1307
|
"icon": "alert-triangle",
|
|
1310
|
-
"confirmLabel": "Delete"
|
|
1308
|
+
"confirmLabel": "Delete",
|
|
1309
|
+
"title": "Delete Item",
|
|
1310
|
+
"alertMessage": "This action cannot be undone."
|
|
1311
1311
|
},
|
|
1312
1312
|
"events": {
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1313
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
1314
|
+
"REQUEST": "DELETE"
|
|
1315
1315
|
},
|
|
1316
1316
|
"listens": [
|
|
1317
1317
|
{
|
|
@@ -1614,6 +1614,8 @@
|
|
|
1614
1614
|
"ref": "AppShell.traits.AppLayout",
|
|
1615
1615
|
"name": "ActivityAppLayout",
|
|
1616
1616
|
"config": {
|
|
1617
|
+
"notificationClickEvent": "ACTIVITY_NOTIFICATIONS_OPEN",
|
|
1618
|
+
"searchEvent": "ACTIVITY_SEARCH",
|
|
1617
1619
|
"navItems": [
|
|
1618
1620
|
{
|
|
1619
1621
|
"href": "/contacts",
|
|
@@ -1621,9 +1623,9 @@
|
|
|
1621
1623
|
"label": "Contacts"
|
|
1622
1624
|
},
|
|
1623
1625
|
{
|
|
1624
|
-
"href": "/items",
|
|
1625
1626
|
"label": "Items",
|
|
1626
|
-
"icon": "package"
|
|
1627
|
+
"icon": "package",
|
|
1628
|
+
"href": "/items"
|
|
1627
1629
|
},
|
|
1628
1630
|
{
|
|
1629
1631
|
"href": "/activities",
|
|
@@ -1636,29 +1638,27 @@
|
|
|
1636
1638
|
"icon": "check-square"
|
|
1637
1639
|
},
|
|
1638
1640
|
{
|
|
1639
|
-
"icon": "calendar",
|
|
1640
1641
|
"href": "/calendar",
|
|
1642
|
+
"icon": "calendar",
|
|
1641
1643
|
"label": "Calendar"
|
|
1642
1644
|
},
|
|
1643
1645
|
{
|
|
1646
|
+
"label": "Dashboard",
|
|
1644
1647
|
"href": "/widgets",
|
|
1645
|
-
"icon": "layout-dashboard"
|
|
1646
|
-
"label": "Dashboard"
|
|
1648
|
+
"icon": "layout-dashboard"
|
|
1647
1649
|
},
|
|
1648
1650
|
{
|
|
1649
|
-
"label": "Feed",
|
|
1650
1651
|
"href": "/feed",
|
|
1651
|
-
"icon": "rss"
|
|
1652
|
+
"icon": "rss",
|
|
1653
|
+
"label": "Feed"
|
|
1652
1654
|
},
|
|
1653
1655
|
{
|
|
1654
|
-
"
|
|
1656
|
+
"icon": "file-text",
|
|
1655
1657
|
"href": "/notes",
|
|
1656
|
-
"
|
|
1658
|
+
"label": "Notes"
|
|
1657
1659
|
}
|
|
1658
1660
|
],
|
|
1659
1661
|
"notifications": [],
|
|
1660
|
-
"notificationClickEvent": "ACTIVITY_NOTIFICATIONS_OPEN",
|
|
1661
|
-
"searchEvent": "ACTIVITY_SEARCH",
|
|
1662
1662
|
"contentTrait": "@trait.ActivityCatalog",
|
|
1663
1663
|
"appName": "App"
|
|
1664
1664
|
},
|
|
@@ -1732,31 +1732,31 @@
|
|
|
1732
1732
|
"main",
|
|
1733
1733
|
{
|
|
1734
1734
|
"type": "stack",
|
|
1735
|
+
"direction": "vertical",
|
|
1735
1736
|
"children": [
|
|
1736
1737
|
{
|
|
1737
|
-
"
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1738
|
+
"type": "stack",
|
|
1739
|
+
"gap": "sm",
|
|
1740
|
+
"direction": "horizontal",
|
|
1741
|
+
"align": "center",
|
|
1742
|
+
"children": [
|
|
1743
|
+
{
|
|
1744
|
+
"type": "icon",
|
|
1745
|
+
"name": "activity"
|
|
1746
|
+
},
|
|
1742
1747
|
{
|
|
1743
1748
|
"variant": "h2",
|
|
1744
|
-
"
|
|
1745
|
-
"
|
|
1749
|
+
"type": "typography",
|
|
1750
|
+
"content": "Activities"
|
|
1746
1751
|
}
|
|
1747
|
-
]
|
|
1748
|
-
"direction": "horizontal",
|
|
1749
|
-
"gap": "sm",
|
|
1750
|
-
"type": "stack",
|
|
1751
|
-
"align": "center"
|
|
1752
|
+
]
|
|
1752
1753
|
},
|
|
1753
1754
|
{
|
|
1754
1755
|
"type": "divider"
|
|
1755
1756
|
},
|
|
1756
1757
|
"@trait.ActivityBrowseList"
|
|
1757
1758
|
],
|
|
1758
|
-
"gap": "lg"
|
|
1759
|
-
"direction": "vertical"
|
|
1759
|
+
"gap": "lg"
|
|
1760
1760
|
}
|
|
1761
1761
|
]
|
|
1762
1762
|
]
|
|
@@ -1775,28 +1775,28 @@
|
|
|
1775
1775
|
"render-ui",
|
|
1776
1776
|
"main",
|
|
1777
1777
|
{
|
|
1778
|
-
"
|
|
1779
|
-
"className": "py-8",
|
|
1778
|
+
"direction": "vertical",
|
|
1780
1779
|
"children": [
|
|
1781
1780
|
{
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1781
|
+
"name": "bell",
|
|
1782
|
+
"type": "icon"
|
|
1784
1783
|
},
|
|
1785
1784
|
{
|
|
1785
|
+
"content": "No notifications",
|
|
1786
1786
|
"variant": "h3",
|
|
1787
|
-
"type": "typography"
|
|
1788
|
-
"content": "No notifications"
|
|
1787
|
+
"type": "typography"
|
|
1789
1788
|
},
|
|
1790
1789
|
{
|
|
1791
|
-
"label": "Back",
|
|
1792
|
-
"type": "button",
|
|
1793
1790
|
"action": "INIT",
|
|
1794
|
-
"
|
|
1791
|
+
"type": "button",
|
|
1792
|
+
"variant": "ghost",
|
|
1793
|
+
"label": "Back"
|
|
1795
1794
|
}
|
|
1796
1795
|
],
|
|
1797
|
-
"
|
|
1796
|
+
"gap": "md",
|
|
1797
|
+
"align": "center",
|
|
1798
1798
|
"type": "stack",
|
|
1799
|
-
"
|
|
1799
|
+
"className": "py-8"
|
|
1800
1800
|
}
|
|
1801
1801
|
]
|
|
1802
1802
|
]
|
|
@@ -1811,20 +1811,19 @@
|
|
|
1811
1811
|
"linkedEntity": "Activity",
|
|
1812
1812
|
"config": {
|
|
1813
1813
|
"cols": 1.0,
|
|
1814
|
-
"gap": "sm",
|
|
1815
1814
|
"fields": [
|
|
1816
1815
|
{
|
|
1816
|
+
"icon": "activity",
|
|
1817
1817
|
"name": "title",
|
|
1818
|
-
"variant": "h4"
|
|
1819
|
-
"icon": "activity"
|
|
1818
|
+
"variant": "h4"
|
|
1820
1819
|
},
|
|
1821
1820
|
{
|
|
1822
1821
|
"variant": "badge",
|
|
1823
1822
|
"name": "type"
|
|
1824
1823
|
},
|
|
1825
1824
|
{
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1825
|
+
"name": "actor",
|
|
1826
|
+
"variant": "caption"
|
|
1828
1827
|
},
|
|
1829
1828
|
{
|
|
1830
1829
|
"format": "date",
|
|
@@ -1838,21 +1837,22 @@
|
|
|
1838
1837
|
],
|
|
1839
1838
|
"itemActions": [
|
|
1840
1839
|
{
|
|
1841
|
-
"variant": "ghost",
|
|
1842
1840
|
"event": "VIEW",
|
|
1841
|
+
"variant": "ghost",
|
|
1843
1842
|
"label": "View"
|
|
1844
1843
|
},
|
|
1845
1844
|
{
|
|
1846
|
-
"variant": "ghost",
|
|
1847
1845
|
"label": "Edit",
|
|
1848
|
-
"event": "EDIT"
|
|
1846
|
+
"event": "EDIT",
|
|
1847
|
+
"variant": "ghost"
|
|
1849
1848
|
},
|
|
1850
1849
|
{
|
|
1851
|
-
"
|
|
1850
|
+
"variant": "danger",
|
|
1852
1851
|
"label": "Delete",
|
|
1853
|
-
"
|
|
1852
|
+
"event": "DELETE"
|
|
1854
1853
|
}
|
|
1855
|
-
]
|
|
1854
|
+
],
|
|
1855
|
+
"gap": "sm"
|
|
1856
1856
|
},
|
|
1857
1857
|
"listens": [
|
|
1858
1858
|
{
|
|
@@ -1886,7 +1886,8 @@
|
|
|
1886
1886
|
"name": "ActivityView",
|
|
1887
1887
|
"linkedEntity": "Activity",
|
|
1888
1888
|
"config": {
|
|
1889
|
-
"
|
|
1889
|
+
"mode": "edit",
|
|
1890
|
+
"icon": "eye",
|
|
1890
1891
|
"fields": [
|
|
1891
1892
|
"title",
|
|
1892
1893
|
"type",
|
|
@@ -1895,8 +1896,7 @@
|
|
|
1895
1896
|
"status",
|
|
1896
1897
|
"notes"
|
|
1897
1898
|
],
|
|
1898
|
-
"
|
|
1899
|
-
"icon": "eye"
|
|
1899
|
+
"title": "View Activity"
|
|
1900
1900
|
},
|
|
1901
1901
|
"events": {
|
|
1902
1902
|
"OPEN": "VIEW"
|
|
@@ -1917,9 +1917,7 @@
|
|
|
1917
1917
|
"name": "ActivityEdit",
|
|
1918
1918
|
"linkedEntity": "Activity",
|
|
1919
1919
|
"config": {
|
|
1920
|
-
"title": "Edit Activity",
|
|
1921
1920
|
"mode": "edit",
|
|
1922
|
-
"icon": "edit",
|
|
1923
1921
|
"fields": [
|
|
1924
1922
|
"title",
|
|
1925
1923
|
"type",
|
|
@@ -1927,7 +1925,9 @@
|
|
|
1927
1925
|
"timestamp",
|
|
1928
1926
|
"status",
|
|
1929
1927
|
"notes"
|
|
1930
|
-
]
|
|
1928
|
+
],
|
|
1929
|
+
"icon": "edit",
|
|
1930
|
+
"title": "Edit Activity"
|
|
1931
1931
|
},
|
|
1932
1932
|
"events": {
|
|
1933
1933
|
"OPEN": "EDIT"
|
|
@@ -1948,10 +1948,10 @@
|
|
|
1948
1948
|
"name": "ActivityDelete",
|
|
1949
1949
|
"linkedEntity": "Activity",
|
|
1950
1950
|
"config": {
|
|
1951
|
-
"
|
|
1952
|
-
"confirmLabel": "Delete",
|
|
1951
|
+
"title": "Delete Activity",
|
|
1953
1952
|
"alertMessage": "This action cannot be undone.",
|
|
1954
|
-
"
|
|
1953
|
+
"icon": "alert-triangle",
|
|
1954
|
+
"confirmLabel": "Delete"
|
|
1955
1955
|
},
|
|
1956
1956
|
"events": {
|
|
1957
1957
|
"REQUEST": "DELETE",
|
|
@@ -2231,22 +2231,21 @@
|
|
|
2231
2231
|
"ref": "AppShell.traits.AppLayout",
|
|
2232
2232
|
"name": "TaskAppLayout",
|
|
2233
2233
|
"config": {
|
|
2234
|
-
"appName": "App",
|
|
2235
2234
|
"navItems": [
|
|
2236
2235
|
{
|
|
2237
2236
|
"href": "/contacts",
|
|
2238
|
-
"
|
|
2239
|
-
"
|
|
2237
|
+
"label": "Contacts",
|
|
2238
|
+
"icon": "users"
|
|
2240
2239
|
},
|
|
2241
2240
|
{
|
|
2242
|
-
"icon": "package",
|
|
2243
2241
|
"href": "/items",
|
|
2242
|
+
"icon": "package",
|
|
2244
2243
|
"label": "Items"
|
|
2245
2244
|
},
|
|
2246
2245
|
{
|
|
2247
2246
|
"label": "Activities",
|
|
2248
|
-
"
|
|
2249
|
-
"
|
|
2247
|
+
"href": "/activities",
|
|
2248
|
+
"icon": "activity"
|
|
2250
2249
|
},
|
|
2251
2250
|
{
|
|
2252
2251
|
"label": "Tasks",
|
|
@@ -2254,34 +2253,35 @@
|
|
|
2254
2253
|
"icon": "check-square"
|
|
2255
2254
|
},
|
|
2256
2255
|
{
|
|
2257
|
-
"label": "Calendar",
|
|
2258
2256
|
"href": "/calendar",
|
|
2259
|
-
"icon": "calendar"
|
|
2257
|
+
"icon": "calendar",
|
|
2258
|
+
"label": "Calendar"
|
|
2260
2259
|
},
|
|
2261
2260
|
{
|
|
2262
2261
|
"label": "Dashboard",
|
|
2263
|
-
"
|
|
2264
|
-
"
|
|
2262
|
+
"href": "/widgets",
|
|
2263
|
+
"icon": "layout-dashboard"
|
|
2265
2264
|
},
|
|
2266
2265
|
{
|
|
2267
|
-
"label": "Feed",
|
|
2268
2266
|
"href": "/feed",
|
|
2269
|
-
"icon": "rss"
|
|
2267
|
+
"icon": "rss",
|
|
2268
|
+
"label": "Feed"
|
|
2270
2269
|
},
|
|
2271
2270
|
{
|
|
2272
2271
|
"icon": "file-text",
|
|
2273
|
-
"
|
|
2274
|
-
"
|
|
2272
|
+
"href": "/notes",
|
|
2273
|
+
"label": "Notes"
|
|
2275
2274
|
}
|
|
2276
2275
|
],
|
|
2277
|
-
"
|
|
2278
|
-
"searchEvent": "TASK_SEARCH",
|
|
2276
|
+
"notifications": [],
|
|
2279
2277
|
"notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
|
|
2280
|
-
"
|
|
2278
|
+
"searchEvent": "TASK_SEARCH",
|
|
2279
|
+
"contentTrait": "@trait.TaskCatalog",
|
|
2280
|
+
"appName": "App"
|
|
2281
2281
|
},
|
|
2282
2282
|
"events": {
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2283
|
+
"SEARCH": "TASK_SEARCH",
|
|
2284
|
+
"NOTIFY_CLICK": "TASK_NOTIFICATIONS_OPEN"
|
|
2285
2285
|
}
|
|
2286
2286
|
},
|
|
2287
2287
|
{
|
|
@@ -2364,40 +2364,39 @@
|
|
|
2364
2364
|
"render-ui",
|
|
2365
2365
|
"main",
|
|
2366
2366
|
{
|
|
2367
|
-
"type": "stack",
|
|
2368
2367
|
"children": [
|
|
2369
2368
|
{
|
|
2370
|
-
"gap": "md",
|
|
2371
|
-
"align": "center",
|
|
2372
2369
|
"justify": "between",
|
|
2370
|
+
"direction": "horizontal",
|
|
2371
|
+
"align": "center",
|
|
2372
|
+
"type": "stack",
|
|
2373
2373
|
"children": [
|
|
2374
2374
|
{
|
|
2375
2375
|
"align": "center",
|
|
2376
|
+
"direction": "horizontal",
|
|
2377
|
+
"gap": "sm",
|
|
2376
2378
|
"type": "stack",
|
|
2377
2379
|
"children": [
|
|
2378
2380
|
{
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2381
|
+
"name": "check-square",
|
|
2382
|
+
"type": "icon"
|
|
2381
2383
|
},
|
|
2382
2384
|
{
|
|
2383
|
-
"
|
|
2385
|
+
"content": "Tasks",
|
|
2384
2386
|
"type": "typography",
|
|
2385
|
-
"
|
|
2387
|
+
"variant": "h2"
|
|
2386
2388
|
}
|
|
2387
|
-
]
|
|
2388
|
-
"direction": "horizontal",
|
|
2389
|
-
"gap": "sm"
|
|
2389
|
+
]
|
|
2390
2390
|
},
|
|
2391
2391
|
{
|
|
2392
|
-
"
|
|
2393
|
-
"icon": "plus",
|
|
2392
|
+
"type": "button",
|
|
2394
2393
|
"label": "New Task",
|
|
2394
|
+
"icon": "plus",
|
|
2395
2395
|
"variant": "primary",
|
|
2396
|
-
"
|
|
2396
|
+
"action": "CREATE"
|
|
2397
2397
|
}
|
|
2398
2398
|
],
|
|
2399
|
-
"
|
|
2400
|
-
"direction": "horizontal"
|
|
2399
|
+
"gap": "md"
|
|
2401
2400
|
},
|
|
2402
2401
|
{
|
|
2403
2402
|
"type": "divider"
|
|
@@ -2408,8 +2407,9 @@
|
|
|
2408
2407
|
},
|
|
2409
2408
|
"@trait.TaskBrowseList"
|
|
2410
2409
|
],
|
|
2411
|
-
"
|
|
2412
|
-
"
|
|
2410
|
+
"gap": "lg",
|
|
2411
|
+
"type": "stack",
|
|
2412
|
+
"direction": "vertical"
|
|
2413
2413
|
}
|
|
2414
2414
|
]
|
|
2415
2415
|
]
|
|
@@ -2428,28 +2428,28 @@
|
|
|
2428
2428
|
"render-ui",
|
|
2429
2429
|
"main",
|
|
2430
2430
|
{
|
|
2431
|
-
"gap": "md",
|
|
2432
|
-
"className": "py-8",
|
|
2433
|
-
"direction": "vertical",
|
|
2434
|
-
"type": "stack",
|
|
2435
|
-
"align": "center",
|
|
2436
2431
|
"children": [
|
|
2437
2432
|
{
|
|
2438
2433
|
"type": "icon",
|
|
2439
2434
|
"name": "bell"
|
|
2440
2435
|
},
|
|
2441
2436
|
{
|
|
2442
|
-
"variant": "h3",
|
|
2443
2437
|
"content": "No notifications",
|
|
2444
|
-
"type": "typography"
|
|
2438
|
+
"type": "typography",
|
|
2439
|
+
"variant": "h3"
|
|
2445
2440
|
},
|
|
2446
2441
|
{
|
|
2447
2442
|
"action": "INIT",
|
|
2448
|
-
"
|
|
2443
|
+
"label": "Back",
|
|
2449
2444
|
"type": "button",
|
|
2450
|
-
"
|
|
2445
|
+
"variant": "ghost"
|
|
2451
2446
|
}
|
|
2452
|
-
]
|
|
2447
|
+
],
|
|
2448
|
+
"direction": "vertical",
|
|
2449
|
+
"className": "py-8",
|
|
2450
|
+
"type": "stack",
|
|
2451
|
+
"gap": "md",
|
|
2452
|
+
"align": "center"
|
|
2453
2453
|
}
|
|
2454
2454
|
]
|
|
2455
2455
|
]
|
|
@@ -2462,7 +2462,6 @@
|
|
|
2462
2462
|
"ref": "Selection.traits.SelectableItemSelection",
|
|
2463
2463
|
"name": "TaskSelection",
|
|
2464
2464
|
"config": {
|
|
2465
|
-
"title": "Filter by status",
|
|
2466
2465
|
"options": [
|
|
2467
2466
|
{
|
|
2468
2467
|
"label": "To Do",
|
|
@@ -2477,7 +2476,8 @@
|
|
|
2477
2476
|
"value": "done"
|
|
2478
2477
|
}
|
|
2479
2478
|
],
|
|
2480
|
-
"event": "TASK_STATUS_SELECT"
|
|
2479
|
+
"event": "TASK_STATUS_SELECT",
|
|
2480
|
+
"title": "Filter by status"
|
|
2481
2481
|
}
|
|
2482
2482
|
},
|
|
2483
2483
|
{
|
|
@@ -2485,52 +2485,52 @@
|
|
|
2485
2485
|
"name": "TaskBrowseList",
|
|
2486
2486
|
"linkedEntity": "Task",
|
|
2487
2487
|
"config": {
|
|
2488
|
-
"cols": 1.0,
|
|
2489
2488
|
"itemActions": [
|
|
2490
2489
|
{
|
|
2491
|
-
"event": "VIEW",
|
|
2492
2490
|
"label": "View",
|
|
2491
|
+
"event": "VIEW",
|
|
2493
2492
|
"variant": "ghost"
|
|
2494
2493
|
},
|
|
2495
2494
|
{
|
|
2496
|
-
"label": "Edit",
|
|
2497
2495
|
"event": "EDIT",
|
|
2496
|
+
"label": "Edit",
|
|
2498
2497
|
"variant": "ghost"
|
|
2499
2498
|
},
|
|
2500
2499
|
{
|
|
2500
|
+
"label": "Delete",
|
|
2501
2501
|
"event": "DELETE",
|
|
2502
|
-
"variant": "danger"
|
|
2503
|
-
"label": "Delete"
|
|
2502
|
+
"variant": "danger"
|
|
2504
2503
|
}
|
|
2505
2504
|
],
|
|
2506
2505
|
"fields": [
|
|
2507
2506
|
{
|
|
2508
|
-
"icon": "check-square",
|
|
2509
2507
|
"variant": "h4",
|
|
2510
|
-
"name": "title"
|
|
2508
|
+
"name": "title",
|
|
2509
|
+
"icon": "check-square"
|
|
2511
2510
|
},
|
|
2512
2511
|
{
|
|
2513
|
-
"
|
|
2514
|
-
"
|
|
2512
|
+
"variant": "body",
|
|
2513
|
+
"name": "description"
|
|
2515
2514
|
},
|
|
2516
2515
|
{
|
|
2517
2516
|
"name": "assignee",
|
|
2518
2517
|
"variant": "caption"
|
|
2519
2518
|
},
|
|
2520
2519
|
{
|
|
2521
|
-
"
|
|
2520
|
+
"variant": "caption",
|
|
2522
2521
|
"format": "date",
|
|
2523
|
-
"
|
|
2522
|
+
"name": "dueDate"
|
|
2524
2523
|
},
|
|
2525
2524
|
{
|
|
2526
|
-
"
|
|
2527
|
-
"
|
|
2525
|
+
"name": "priority",
|
|
2526
|
+
"variant": "badge"
|
|
2528
2527
|
},
|
|
2529
2528
|
{
|
|
2530
2529
|
"variant": "badge",
|
|
2531
2530
|
"name": "status"
|
|
2532
2531
|
}
|
|
2533
2532
|
],
|
|
2533
|
+
"cols": 1.0,
|
|
2534
2534
|
"gap": "sm"
|
|
2535
2535
|
},
|
|
2536
2536
|
"listens": [
|
|
@@ -2565,9 +2565,9 @@
|
|
|
2565
2565
|
"name": "TaskCreate",
|
|
2566
2566
|
"linkedEntity": "Task",
|
|
2567
2567
|
"config": {
|
|
2568
|
-
"title": "New Task",
|
|
2569
2568
|
"mode": "create",
|
|
2570
2569
|
"icon": "plus-circle",
|
|
2570
|
+
"title": "New Task",
|
|
2571
2571
|
"fields": [
|
|
2572
2572
|
"title",
|
|
2573
2573
|
"description",
|
|
@@ -2596,8 +2596,9 @@
|
|
|
2596
2596
|
"name": "TaskEdit",
|
|
2597
2597
|
"linkedEntity": "Task",
|
|
2598
2598
|
"config": {
|
|
2599
|
-
"
|
|
2599
|
+
"title": "Edit Task",
|
|
2600
2600
|
"mode": "edit",
|
|
2601
|
+
"icon": "edit",
|
|
2601
2602
|
"fields": [
|
|
2602
2603
|
"title",
|
|
2603
2604
|
"description",
|
|
@@ -2605,8 +2606,7 @@
|
|
|
2605
2606
|
"dueDate",
|
|
2606
2607
|
"priority",
|
|
2607
2608
|
"status"
|
|
2608
|
-
]
|
|
2609
|
-
"title": "Edit Task"
|
|
2609
|
+
]
|
|
2610
2610
|
},
|
|
2611
2611
|
"events": {
|
|
2612
2612
|
"OPEN": "EDIT"
|
|
@@ -2627,8 +2627,8 @@
|
|
|
2627
2627
|
"name": "TaskView",
|
|
2628
2628
|
"linkedEntity": "Task",
|
|
2629
2629
|
"config": {
|
|
2630
|
-
"title": "View Task",
|
|
2631
2630
|
"icon": "eye",
|
|
2631
|
+
"title": "View Task",
|
|
2632
2632
|
"mode": "edit",
|
|
2633
2633
|
"fields": [
|
|
2634
2634
|
"title",
|
|
@@ -2659,8 +2659,8 @@
|
|
|
2659
2659
|
"linkedEntity": "Task",
|
|
2660
2660
|
"config": {
|
|
2661
2661
|
"icon": "alert-triangle",
|
|
2662
|
-
"title": "Delete Task",
|
|
2663
2662
|
"alertMessage": "This action cannot be undone.",
|
|
2663
|
+
"title": "Delete Task",
|
|
2664
2664
|
"confirmLabel": "Delete"
|
|
2665
2665
|
},
|
|
2666
2666
|
"events": {
|
|
@@ -2975,9 +2975,7 @@
|
|
|
2975
2975
|
"name": "CalendarAppLayout",
|
|
2976
2976
|
"config": {
|
|
2977
2977
|
"contentTrait": "@trait.CalendarCatalog",
|
|
2978
|
-
"notificationClickEvent": "CAL_NOTIFICATIONS_OPEN",
|
|
2979
2978
|
"appName": "App",
|
|
2980
|
-
"searchEvent": "CAL_SEARCH",
|
|
2981
2979
|
"navItems": [
|
|
2982
2980
|
{
|
|
2983
2981
|
"label": "Contacts",
|
|
@@ -2985,14 +2983,14 @@
|
|
|
2985
2983
|
"icon": "users"
|
|
2986
2984
|
},
|
|
2987
2985
|
{
|
|
2988
|
-
"icon": "package",
|
|
2989
2986
|
"label": "Items",
|
|
2987
|
+
"icon": "package",
|
|
2990
2988
|
"href": "/items"
|
|
2991
2989
|
},
|
|
2992
2990
|
{
|
|
2993
|
-
"
|
|
2991
|
+
"label": "Activities",
|
|
2994
2992
|
"icon": "activity",
|
|
2995
|
-
"
|
|
2993
|
+
"href": "/activities"
|
|
2996
2994
|
},
|
|
2997
2995
|
{
|
|
2998
2996
|
"label": "Tasks",
|
|
@@ -3001,26 +2999,28 @@
|
|
|
3001
2999
|
},
|
|
3002
3000
|
{
|
|
3003
3001
|
"icon": "calendar",
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3002
|
+
"href": "/calendar",
|
|
3003
|
+
"label": "Calendar"
|
|
3006
3004
|
},
|
|
3007
3005
|
{
|
|
3006
|
+
"label": "Dashboard",
|
|
3008
3007
|
"href": "/widgets",
|
|
3009
|
-
"icon": "layout-dashboard"
|
|
3010
|
-
"label": "Dashboard"
|
|
3008
|
+
"icon": "layout-dashboard"
|
|
3011
3009
|
},
|
|
3012
3010
|
{
|
|
3013
|
-
"href": "/feed",
|
|
3014
3011
|
"label": "Feed",
|
|
3012
|
+
"href": "/feed",
|
|
3015
3013
|
"icon": "rss"
|
|
3016
3014
|
},
|
|
3017
3015
|
{
|
|
3018
|
-
"icon": "file-text",
|
|
3019
3016
|
"label": "Notes",
|
|
3020
|
-
"href": "/notes"
|
|
3017
|
+
"href": "/notes",
|
|
3018
|
+
"icon": "file-text"
|
|
3021
3019
|
}
|
|
3022
3020
|
],
|
|
3023
|
-
"
|
|
3021
|
+
"notificationClickEvent": "CAL_NOTIFICATIONS_OPEN",
|
|
3022
|
+
"notifications": [],
|
|
3023
|
+
"searchEvent": "CAL_SEARCH"
|
|
3024
3024
|
},
|
|
3025
3025
|
"events": {
|
|
3026
3026
|
"NOTIFY_CLICK": "CAL_NOTIFICATIONS_OPEN",
|
|
@@ -3107,42 +3107,40 @@
|
|
|
3107
3107
|
"render-ui",
|
|
3108
3108
|
"main",
|
|
3109
3109
|
{
|
|
3110
|
-
"direction": "vertical",
|
|
3111
|
-
"type": "stack",
|
|
3112
3110
|
"gap": "lg",
|
|
3113
3111
|
"children": [
|
|
3114
3112
|
{
|
|
3115
|
-
"direction": "horizontal",
|
|
3116
3113
|
"type": "stack",
|
|
3117
|
-
"justify": "between",
|
|
3118
3114
|
"gap": "md",
|
|
3115
|
+
"direction": "horizontal",
|
|
3116
|
+
"align": "center",
|
|
3117
|
+
"justify": "between",
|
|
3119
3118
|
"children": [
|
|
3120
3119
|
{
|
|
3121
3120
|
"gap": "sm",
|
|
3122
|
-
"type": "stack",
|
|
3123
|
-
"direction": "horizontal",
|
|
3124
|
-
"align": "center",
|
|
3125
3121
|
"children": [
|
|
3126
3122
|
{
|
|
3127
3123
|
"type": "icon",
|
|
3128
3124
|
"name": "calendar"
|
|
3129
3125
|
},
|
|
3130
3126
|
{
|
|
3131
|
-
"
|
|
3127
|
+
"type": "typography",
|
|
3132
3128
|
"variant": "h2",
|
|
3133
|
-
"
|
|
3129
|
+
"content": "Calendar"
|
|
3134
3130
|
}
|
|
3135
|
-
]
|
|
3131
|
+
],
|
|
3132
|
+
"type": "stack",
|
|
3133
|
+
"align": "center",
|
|
3134
|
+
"direction": "horizontal"
|
|
3136
3135
|
},
|
|
3137
3136
|
{
|
|
3137
|
+
"variant": "primary",
|
|
3138
3138
|
"type": "button",
|
|
3139
3139
|
"icon": "plus",
|
|
3140
|
-
"label": "New Event",
|
|
3141
3140
|
"action": "CREATE",
|
|
3142
|
-
"
|
|
3141
|
+
"label": "New Event"
|
|
3143
3142
|
}
|
|
3144
|
-
]
|
|
3145
|
-
"align": "center"
|
|
3143
|
+
]
|
|
3146
3144
|
},
|
|
3147
3145
|
{
|
|
3148
3146
|
"type": "divider"
|
|
@@ -3152,7 +3150,9 @@
|
|
|
3152
3150
|
"type": "divider"
|
|
3153
3151
|
},
|
|
3154
3152
|
"@trait.CalendarBrowseList"
|
|
3155
|
-
]
|
|
3153
|
+
],
|
|
3154
|
+
"direction": "vertical",
|
|
3155
|
+
"type": "stack"
|
|
3156
3156
|
}
|
|
3157
3157
|
]
|
|
3158
3158
|
]
|
|
@@ -3171,26 +3171,26 @@
|
|
|
3171
3171
|
"render-ui",
|
|
3172
3172
|
"main",
|
|
3173
3173
|
{
|
|
3174
|
-
"className": "py-8",
|
|
3175
|
-
"type": "stack",
|
|
3176
3174
|
"align": "center",
|
|
3177
3175
|
"children": [
|
|
3178
3176
|
{
|
|
3179
|
-
"
|
|
3180
|
-
"
|
|
3177
|
+
"name": "bell",
|
|
3178
|
+
"type": "icon"
|
|
3181
3179
|
},
|
|
3182
3180
|
{
|
|
3183
|
-
"type": "typography",
|
|
3184
3181
|
"variant": "h3",
|
|
3185
|
-
"content": "No notifications"
|
|
3182
|
+
"content": "No notifications",
|
|
3183
|
+
"type": "typography"
|
|
3186
3184
|
},
|
|
3187
3185
|
{
|
|
3188
|
-
"type": "button",
|
|
3189
|
-
"label": "Back",
|
|
3190
3186
|
"variant": "ghost",
|
|
3191
|
-
"
|
|
3187
|
+
"label": "Back",
|
|
3188
|
+
"action": "INIT",
|
|
3189
|
+
"type": "button"
|
|
3192
3190
|
}
|
|
3193
3191
|
],
|
|
3192
|
+
"type": "stack",
|
|
3193
|
+
"className": "py-8",
|
|
3194
3194
|
"direction": "vertical",
|
|
3195
3195
|
"gap": "md"
|
|
3196
3196
|
}
|
|
@@ -3205,9 +3205,9 @@
|
|
|
3205
3205
|
"ref": "Calendar.traits.CalendarEventCalendar",
|
|
3206
3206
|
"name": "CalendarView",
|
|
3207
3207
|
"config": {
|
|
3208
|
+
"title": "Schedule",
|
|
3208
3209
|
"dateField": "startTime",
|
|
3209
|
-
"labelField": "title"
|
|
3210
|
-
"title": "Schedule"
|
|
3210
|
+
"labelField": "title"
|
|
3211
3211
|
},
|
|
3212
3212
|
"listens": [
|
|
3213
3213
|
{
|
|
@@ -3225,47 +3225,47 @@
|
|
|
3225
3225
|
"name": "CalendarBrowseList",
|
|
3226
3226
|
"linkedEntity": "ScheduledEvent",
|
|
3227
3227
|
"config": {
|
|
3228
|
-
"
|
|
3228
|
+
"itemActions": [
|
|
3229
3229
|
{
|
|
3230
|
-
"
|
|
3231
|
-
"
|
|
3232
|
-
"variant": "
|
|
3230
|
+
"event": "VIEW",
|
|
3231
|
+
"label": "View",
|
|
3232
|
+
"variant": "ghost"
|
|
3233
3233
|
},
|
|
3234
3234
|
{
|
|
3235
|
-
"
|
|
3236
|
-
"
|
|
3237
|
-
"
|
|
3235
|
+
"event": "EDIT",
|
|
3236
|
+
"variant": "ghost",
|
|
3237
|
+
"label": "Edit"
|
|
3238
3238
|
},
|
|
3239
3239
|
{
|
|
3240
|
-
"
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3240
|
+
"event": "DELETE",
|
|
3241
|
+
"variant": "danger",
|
|
3242
|
+
"label": "Delete"
|
|
3243
|
+
}
|
|
3244
|
+
],
|
|
3245
|
+
"cols": 1.0,
|
|
3246
|
+
"fields": [
|
|
3247
|
+
{
|
|
3248
|
+
"variant": "h4",
|
|
3249
|
+
"icon": "calendar",
|
|
3250
|
+
"name": "title"
|
|
3243
3251
|
},
|
|
3244
3252
|
{
|
|
3245
|
-
"
|
|
3246
|
-
"name": "
|
|
3253
|
+
"format": "date",
|
|
3254
|
+
"name": "startTime",
|
|
3255
|
+
"variant": "caption"
|
|
3247
3256
|
},
|
|
3248
3257
|
{
|
|
3249
3258
|
"variant": "caption",
|
|
3250
|
-
"
|
|
3251
|
-
|
|
3252
|
-
],
|
|
3253
|
-
"cols": 1.0,
|
|
3254
|
-
"itemActions": [
|
|
3255
|
-
{
|
|
3256
|
-
"variant": "ghost",
|
|
3257
|
-
"event": "VIEW",
|
|
3258
|
-
"label": "View"
|
|
3259
|
+
"format": "date",
|
|
3260
|
+
"name": "endTime"
|
|
3259
3261
|
},
|
|
3260
3262
|
{
|
|
3261
|
-
"
|
|
3262
|
-
"
|
|
3263
|
-
"event": "EDIT"
|
|
3263
|
+
"name": "location",
|
|
3264
|
+
"variant": "body"
|
|
3264
3265
|
},
|
|
3265
3266
|
{
|
|
3266
|
-
"
|
|
3267
|
-
"variant": "
|
|
3268
|
-
"label": "Delete"
|
|
3267
|
+
"name": "attendees",
|
|
3268
|
+
"variant": "caption"
|
|
3269
3269
|
}
|
|
3270
3270
|
],
|
|
3271
3271
|
"gap": "sm"
|
|
@@ -3304,6 +3304,7 @@
|
|
|
3304
3304
|
"config": {
|
|
3305
3305
|
"title": "New Event",
|
|
3306
3306
|
"mode": "create",
|
|
3307
|
+
"icon": "plus-circle",
|
|
3307
3308
|
"fields": [
|
|
3308
3309
|
"title",
|
|
3309
3310
|
"startTime",
|
|
@@ -3311,8 +3312,7 @@
|
|
|
3311
3312
|
"location",
|
|
3312
3313
|
"attendees",
|
|
3313
3314
|
"description"
|
|
3314
|
-
]
|
|
3315
|
-
"icon": "plus-circle"
|
|
3315
|
+
]
|
|
3316
3316
|
},
|
|
3317
3317
|
"events": {
|
|
3318
3318
|
"OPEN": "CREATE"
|
|
@@ -3333,7 +3333,6 @@
|
|
|
3333
3333
|
"name": "CalendarEdit",
|
|
3334
3334
|
"linkedEntity": "ScheduledEvent",
|
|
3335
3335
|
"config": {
|
|
3336
|
-
"icon": "edit",
|
|
3337
3336
|
"title": "Edit Event",
|
|
3338
3337
|
"fields": [
|
|
3339
3338
|
"title",
|
|
@@ -3343,7 +3342,8 @@
|
|
|
3343
3342
|
"attendees",
|
|
3344
3343
|
"description"
|
|
3345
3344
|
],
|
|
3346
|
-
"mode": "edit"
|
|
3345
|
+
"mode": "edit",
|
|
3346
|
+
"icon": "edit"
|
|
3347
3347
|
},
|
|
3348
3348
|
"events": {
|
|
3349
3349
|
"OPEN": "EDIT"
|
|
@@ -3364,10 +3364,10 @@
|
|
|
3364
3364
|
"name": "CalendarDelete",
|
|
3365
3365
|
"linkedEntity": "ScheduledEvent",
|
|
3366
3366
|
"config": {
|
|
3367
|
-
"icon": "alert-triangle",
|
|
3368
|
-
"alertMessage": "This action cannot be undone.",
|
|
3369
3367
|
"confirmLabel": "Delete",
|
|
3370
|
-
"
|
|
3368
|
+
"icon": "alert-triangle",
|
|
3369
|
+
"title": "Delete Event",
|
|
3370
|
+
"alertMessage": "This action cannot be undone."
|
|
3371
3371
|
},
|
|
3372
3372
|
"events": {
|
|
3373
3373
|
"REQUEST": "DELETE",
|
|
@@ -3676,41 +3676,42 @@
|
|
|
3676
3676
|
"ref": "AppShell.traits.AppLayout",
|
|
3677
3677
|
"name": "WidgetAppLayout",
|
|
3678
3678
|
"config": {
|
|
3679
|
+
"contentTrait": "@trait.WidgetCatalog",
|
|
3679
3680
|
"navItems": [
|
|
3680
3681
|
{
|
|
3681
|
-
"icon": "users",
|
|
3682
3682
|
"label": "Contacts",
|
|
3683
|
+
"icon": "users",
|
|
3683
3684
|
"href": "/contacts"
|
|
3684
3685
|
},
|
|
3685
3686
|
{
|
|
3686
3687
|
"icon": "package",
|
|
3687
|
-
"
|
|
3688
|
-
"
|
|
3688
|
+
"label": "Items",
|
|
3689
|
+
"href": "/items"
|
|
3689
3690
|
},
|
|
3690
3691
|
{
|
|
3691
|
-
"
|
|
3692
|
+
"label": "Activities",
|
|
3692
3693
|
"href": "/activities",
|
|
3693
|
-
"
|
|
3694
|
+
"icon": "activity"
|
|
3694
3695
|
},
|
|
3695
3696
|
{
|
|
3696
|
-
"icon": "check-square",
|
|
3697
3697
|
"label": "Tasks",
|
|
3698
|
+
"icon": "check-square",
|
|
3698
3699
|
"href": "/tasks"
|
|
3699
3700
|
},
|
|
3700
3701
|
{
|
|
3701
|
-
"
|
|
3702
|
+
"href": "/calendar",
|
|
3702
3703
|
"icon": "calendar",
|
|
3703
|
-
"
|
|
3704
|
+
"label": "Calendar"
|
|
3704
3705
|
},
|
|
3705
3706
|
{
|
|
3707
|
+
"href": "/widgets",
|
|
3706
3708
|
"icon": "layout-dashboard",
|
|
3707
|
-
"label": "Dashboard"
|
|
3708
|
-
"href": "/widgets"
|
|
3709
|
+
"label": "Dashboard"
|
|
3709
3710
|
},
|
|
3710
3711
|
{
|
|
3711
|
-
"href": "/feed",
|
|
3712
3712
|
"label": "Feed",
|
|
3713
|
-
"icon": "rss"
|
|
3713
|
+
"icon": "rss",
|
|
3714
|
+
"href": "/feed"
|
|
3714
3715
|
},
|
|
3715
3716
|
{
|
|
3716
3717
|
"href": "/notes",
|
|
@@ -3718,15 +3719,14 @@
|
|
|
3718
3719
|
"icon": "file-text"
|
|
3719
3720
|
}
|
|
3720
3721
|
],
|
|
3722
|
+
"notifications": [],
|
|
3721
3723
|
"notificationClickEvent": "WIDGET_NOTIFICATIONS_OPEN",
|
|
3722
3724
|
"searchEvent": "WIDGET_SEARCH",
|
|
3723
|
-
"appName": "App"
|
|
3724
|
-
"contentTrait": "@trait.WidgetCatalog",
|
|
3725
|
-
"notifications": []
|
|
3725
|
+
"appName": "App"
|
|
3726
3726
|
},
|
|
3727
3727
|
"events": {
|
|
3728
|
-
"
|
|
3729
|
-
"
|
|
3728
|
+
"SEARCH": "WIDGET_SEARCH",
|
|
3729
|
+
"NOTIFY_CLICK": "WIDGET_NOTIFICATIONS_OPEN"
|
|
3730
3730
|
}
|
|
3731
3731
|
},
|
|
3732
3732
|
{
|
|
@@ -3795,21 +3795,21 @@
|
|
|
3795
3795
|
{
|
|
3796
3796
|
"children": [
|
|
3797
3797
|
{
|
|
3798
|
-
"
|
|
3798
|
+
"align": "center",
|
|
3799
|
+
"direction": "horizontal",
|
|
3799
3800
|
"children": [
|
|
3800
3801
|
{
|
|
3801
|
-
"
|
|
3802
|
-
"
|
|
3802
|
+
"type": "icon",
|
|
3803
|
+
"name": "layout-dashboard"
|
|
3803
3804
|
},
|
|
3804
3805
|
{
|
|
3806
|
+
"type": "typography",
|
|
3805
3807
|
"content": "Dashboard",
|
|
3806
|
-
"variant": "h2"
|
|
3807
|
-
"type": "typography"
|
|
3808
|
+
"variant": "h2"
|
|
3808
3809
|
}
|
|
3809
3810
|
],
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3812
|
-
"gap": "sm"
|
|
3811
|
+
"gap": "sm",
|
|
3812
|
+
"type": "stack"
|
|
3813
3813
|
},
|
|
3814
3814
|
{
|
|
3815
3815
|
"type": "divider"
|
|
@@ -3821,9 +3821,9 @@
|
|
|
3821
3821
|
},
|
|
3822
3822
|
"@trait.WidgetBrowseList"
|
|
3823
3823
|
],
|
|
3824
|
-
"gap": "lg",
|
|
3825
3824
|
"direction": "vertical",
|
|
3826
|
-
"type": "stack"
|
|
3825
|
+
"type": "stack",
|
|
3826
|
+
"gap": "lg"
|
|
3827
3827
|
}
|
|
3828
3828
|
]
|
|
3829
3829
|
]
|
|
@@ -3842,9 +3842,9 @@
|
|
|
3842
3842
|
"render-ui",
|
|
3843
3843
|
"main",
|
|
3844
3844
|
{
|
|
3845
|
-
"type": "stack",
|
|
3846
3845
|
"align": "center",
|
|
3847
3846
|
"className": "py-8",
|
|
3847
|
+
"type": "stack",
|
|
3848
3848
|
"gap": "md",
|
|
3849
3849
|
"children": [
|
|
3850
3850
|
{
|
|
@@ -3853,14 +3853,14 @@
|
|
|
3853
3853
|
},
|
|
3854
3854
|
{
|
|
3855
3855
|
"type": "typography",
|
|
3856
|
-
"
|
|
3857
|
-
"
|
|
3856
|
+
"content": "No notifications",
|
|
3857
|
+
"variant": "h3"
|
|
3858
3858
|
},
|
|
3859
3859
|
{
|
|
3860
|
-
"action": "INIT",
|
|
3861
3860
|
"type": "button",
|
|
3861
|
+
"label": "Back",
|
|
3862
3862
|
"variant": "ghost",
|
|
3863
|
-
"
|
|
3863
|
+
"action": "INIT"
|
|
3864
3864
|
}
|
|
3865
3865
|
],
|
|
3866
3866
|
"direction": "vertical"
|
|
@@ -3876,24 +3876,24 @@
|
|
|
3876
3876
|
"ref": "Stats.traits.StatsItemStats",
|
|
3877
3877
|
"name": "WidgetStats",
|
|
3878
3878
|
"config": {
|
|
3879
|
+
"title": "Key Metrics",
|
|
3879
3880
|
"metrics": [
|
|
3880
3881
|
{
|
|
3881
|
-
"aggregation": "count",
|
|
3882
|
-
"variant": "primary",
|
|
3883
3882
|
"format": "number",
|
|
3883
|
+
"icon": "layout-dashboard",
|
|
3884
3884
|
"label": "Widgets",
|
|
3885
|
-
"
|
|
3885
|
+
"variant": "primary",
|
|
3886
|
+
"aggregation": "count"
|
|
3886
3887
|
},
|
|
3887
3888
|
{
|
|
3888
|
-
"
|
|
3889
|
-
"variant": "success",
|
|
3889
|
+
"field": "value",
|
|
3890
3890
|
"format": "number",
|
|
3891
3891
|
"aggregation": "sum",
|
|
3892
|
-
"
|
|
3893
|
-
"icon": "trending-up"
|
|
3892
|
+
"label": "Total Value",
|
|
3893
|
+
"icon": "trending-up",
|
|
3894
|
+
"variant": "success"
|
|
3894
3895
|
}
|
|
3895
|
-
]
|
|
3896
|
-
"title": "Key Metrics"
|
|
3896
|
+
]
|
|
3897
3897
|
},
|
|
3898
3898
|
"listens": [
|
|
3899
3899
|
{
|
|
@@ -3910,11 +3910,11 @@
|
|
|
3910
3910
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
3911
3911
|
"name": "WidgetGraphs",
|
|
3912
3912
|
"config": {
|
|
3913
|
-
"
|
|
3913
|
+
"title": "Widgets by type",
|
|
3914
3914
|
"height": 240.0,
|
|
3915
3915
|
"showLegend": true,
|
|
3916
|
-
"title": "Widgets by type",
|
|
3917
3916
|
"categoryField": "type",
|
|
3917
|
+
"aggregation": "count",
|
|
3918
3918
|
"subtitle": "Distribution",
|
|
3919
3919
|
"chartType": "pie"
|
|
3920
3920
|
},
|
|
@@ -3934,47 +3934,47 @@
|
|
|
3934
3934
|
"name": "WidgetBrowseList",
|
|
3935
3935
|
"linkedEntity": "Widget",
|
|
3936
3936
|
"config": {
|
|
3937
|
-
"gap": "sm",
|
|
3938
3937
|
"cols": 2.0,
|
|
3939
|
-
"
|
|
3938
|
+
"gap": "sm",
|
|
3939
|
+
"itemActions": [
|
|
3940
3940
|
{
|
|
3941
|
-
"
|
|
3942
|
-
"
|
|
3943
|
-
"
|
|
3941
|
+
"event": "VIEW",
|
|
3942
|
+
"variant": "ghost",
|
|
3943
|
+
"label": "View"
|
|
3944
3944
|
},
|
|
3945
3945
|
{
|
|
3946
|
-
"
|
|
3947
|
-
"
|
|
3946
|
+
"label": "Edit",
|
|
3947
|
+
"event": "EDIT",
|
|
3948
|
+
"variant": "ghost"
|
|
3948
3949
|
},
|
|
3949
3950
|
{
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
3951
|
+
"label": "Delete",
|
|
3952
|
+
"event": "DELETE",
|
|
3953
|
+
"variant": "danger"
|
|
3954
|
+
}
|
|
3955
|
+
],
|
|
3956
|
+
"fields": [
|
|
3957
|
+
{
|
|
3958
|
+
"icon": "layout-dashboard",
|
|
3959
|
+
"variant": "h4",
|
|
3960
|
+
"name": "title"
|
|
3952
3961
|
},
|
|
3953
3962
|
{
|
|
3954
|
-
"
|
|
3955
|
-
"name": "
|
|
3956
|
-
"variant": "badge"
|
|
3963
|
+
"variant": "badge",
|
|
3964
|
+
"name": "type"
|
|
3957
3965
|
},
|
|
3958
3966
|
{
|
|
3959
|
-
"name": "
|
|
3967
|
+
"name": "label",
|
|
3960
3968
|
"variant": "caption"
|
|
3961
|
-
}
|
|
3962
|
-
],
|
|
3963
|
-
"itemActions": [
|
|
3964
|
-
{
|
|
3965
|
-
"variant": "ghost",
|
|
3966
|
-
"event": "VIEW",
|
|
3967
|
-
"label": "View"
|
|
3968
3969
|
},
|
|
3969
3970
|
{
|
|
3970
|
-
"variant": "
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3971
|
+
"variant": "badge",
|
|
3972
|
+
"format": "number",
|
|
3973
|
+
"name": "value"
|
|
3973
3974
|
},
|
|
3974
3975
|
{
|
|
3975
|
-
"variant": "
|
|
3976
|
-
"
|
|
3977
|
-
"event": "DELETE"
|
|
3976
|
+
"variant": "caption",
|
|
3977
|
+
"name": "dataSource"
|
|
3978
3978
|
}
|
|
3979
3979
|
]
|
|
3980
3980
|
},
|
|
@@ -4010,9 +4010,6 @@
|
|
|
4010
4010
|
"name": "WidgetView",
|
|
4011
4011
|
"linkedEntity": "Widget",
|
|
4012
4012
|
"config": {
|
|
4013
|
-
"mode": "edit",
|
|
4014
|
-
"icon": "eye",
|
|
4015
|
-
"title": "View Widget",
|
|
4016
4013
|
"fields": [
|
|
4017
4014
|
"title",
|
|
4018
4015
|
"type",
|
|
@@ -4020,7 +4017,10 @@
|
|
|
4020
4017
|
"value",
|
|
4021
4018
|
"dataSource",
|
|
4022
4019
|
"refreshInterval"
|
|
4023
|
-
]
|
|
4020
|
+
],
|
|
4021
|
+
"icon": "eye",
|
|
4022
|
+
"title": "View Widget",
|
|
4023
|
+
"mode": "edit"
|
|
4024
4024
|
},
|
|
4025
4025
|
"events": {
|
|
4026
4026
|
"OPEN": "VIEW"
|
|
@@ -4041,7 +4041,6 @@
|
|
|
4041
4041
|
"name": "WidgetEdit",
|
|
4042
4042
|
"linkedEntity": "Widget",
|
|
4043
4043
|
"config": {
|
|
4044
|
-
"icon": "edit",
|
|
4045
4044
|
"title": "Edit Widget",
|
|
4046
4045
|
"mode": "edit",
|
|
4047
4046
|
"fields": [
|
|
@@ -4051,7 +4050,8 @@
|
|
|
4051
4050
|
"value",
|
|
4052
4051
|
"dataSource",
|
|
4053
4052
|
"refreshInterval"
|
|
4054
|
-
]
|
|
4053
|
+
],
|
|
4054
|
+
"icon": "edit"
|
|
4055
4055
|
},
|
|
4056
4056
|
"events": {
|
|
4057
4057
|
"OPEN": "EDIT"
|
|
@@ -4072,10 +4072,10 @@
|
|
|
4072
4072
|
"name": "WidgetDelete",
|
|
4073
4073
|
"linkedEntity": "Widget",
|
|
4074
4074
|
"config": {
|
|
4075
|
-
"
|
|
4076
|
-
"confirmLabel": "Delete",
|
|
4075
|
+
"icon": "alert-triangle",
|
|
4077
4076
|
"alertMessage": "This action cannot be undone.",
|
|
4078
|
-
"
|
|
4077
|
+
"confirmLabel": "Delete",
|
|
4078
|
+
"title": "Delete Widget"
|
|
4079
4079
|
},
|
|
4080
4080
|
"events": {
|
|
4081
4081
|
"CONFIRM": "CONFIRM_DELETE",
|
|
@@ -4346,9 +4346,9 @@
|
|
|
4346
4346
|
"ref": "AppShell.traits.AppLayout",
|
|
4347
4347
|
"name": "FeedAppLayout",
|
|
4348
4348
|
"config": {
|
|
4349
|
-
"
|
|
4350
|
-
"searchEvent": "FEED_SEARCH",
|
|
4349
|
+
"appName": "App",
|
|
4351
4350
|
"contentTrait": "@trait.FeedCatalog",
|
|
4351
|
+
"searchEvent": "FEED_SEARCH",
|
|
4352
4352
|
"navItems": [
|
|
4353
4353
|
{
|
|
4354
4354
|
"href": "/contacts",
|
|
@@ -4361,19 +4361,19 @@
|
|
|
4361
4361
|
"label": "Items"
|
|
4362
4362
|
},
|
|
4363
4363
|
{
|
|
4364
|
-
"icon": "activity",
|
|
4365
4364
|
"label": "Activities",
|
|
4365
|
+
"icon": "activity",
|
|
4366
4366
|
"href": "/activities"
|
|
4367
4367
|
},
|
|
4368
4368
|
{
|
|
4369
4369
|
"label": "Tasks",
|
|
4370
|
-
"
|
|
4371
|
-
"
|
|
4370
|
+
"href": "/tasks",
|
|
4371
|
+
"icon": "check-square"
|
|
4372
4372
|
},
|
|
4373
4373
|
{
|
|
4374
|
-
"
|
|
4374
|
+
"label": "Calendar",
|
|
4375
4375
|
"href": "/calendar",
|
|
4376
|
-
"
|
|
4376
|
+
"icon": "calendar"
|
|
4377
4377
|
},
|
|
4378
4378
|
{
|
|
4379
4379
|
"label": "Dashboard",
|
|
@@ -4381,9 +4381,9 @@
|
|
|
4381
4381
|
"icon": "layout-dashboard"
|
|
4382
4382
|
},
|
|
4383
4383
|
{
|
|
4384
|
-
"href": "/feed",
|
|
4385
4384
|
"label": "Feed",
|
|
4386
|
-
"icon": "rss"
|
|
4385
|
+
"icon": "rss",
|
|
4386
|
+
"href": "/feed"
|
|
4387
4387
|
},
|
|
4388
4388
|
{
|
|
4389
4389
|
"label": "Notes",
|
|
@@ -4392,11 +4392,11 @@
|
|
|
4392
4392
|
}
|
|
4393
4393
|
],
|
|
4394
4394
|
"notificationClickEvent": "FEED_NOTIFICATIONS_OPEN",
|
|
4395
|
-
"
|
|
4395
|
+
"notifications": []
|
|
4396
4396
|
},
|
|
4397
4397
|
"events": {
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4398
|
+
"SEARCH": "FEED_SEARCH",
|
|
4399
|
+
"NOTIFY_CLICK": "FEED_NOTIFICATIONS_OPEN"
|
|
4400
4400
|
}
|
|
4401
4401
|
},
|
|
4402
4402
|
{
|
|
@@ -4480,13 +4480,17 @@
|
|
|
4480
4480
|
"main",
|
|
4481
4481
|
{
|
|
4482
4482
|
"type": "stack",
|
|
4483
|
-
"
|
|
4483
|
+
"gap": "lg",
|
|
4484
4484
|
"children": [
|
|
4485
4485
|
{
|
|
4486
|
+
"direction": "horizontal",
|
|
4487
|
+
"justify": "between",
|
|
4488
|
+
"type": "stack",
|
|
4489
|
+
"align": "center",
|
|
4490
|
+
"gap": "md",
|
|
4486
4491
|
"children": [
|
|
4487
4492
|
{
|
|
4488
4493
|
"type": "stack",
|
|
4489
|
-
"align": "center",
|
|
4490
4494
|
"direction": "horizontal",
|
|
4491
4495
|
"children": [
|
|
4492
4496
|
{
|
|
@@ -4494,26 +4498,22 @@
|
|
|
4494
4498
|
"name": "rss"
|
|
4495
4499
|
},
|
|
4496
4500
|
{
|
|
4497
|
-
"variant": "h2",
|
|
4498
4501
|
"type": "typography",
|
|
4502
|
+
"variant": "h2",
|
|
4499
4503
|
"content": "Feed"
|
|
4500
4504
|
}
|
|
4501
4505
|
],
|
|
4506
|
+
"align": "center",
|
|
4502
4507
|
"gap": "sm"
|
|
4503
4508
|
},
|
|
4504
4509
|
{
|
|
4505
|
-
"
|
|
4506
|
-
"label": "New Post",
|
|
4507
|
-
"action": "CREATE",
|
|
4510
|
+
"variant": "primary",
|
|
4508
4511
|
"icon": "plus",
|
|
4509
|
-
"
|
|
4512
|
+
"label": "New Post",
|
|
4513
|
+
"type": "button",
|
|
4514
|
+
"action": "CREATE"
|
|
4510
4515
|
}
|
|
4511
|
-
]
|
|
4512
|
-
"type": "stack",
|
|
4513
|
-
"gap": "md",
|
|
4514
|
-
"justify": "between",
|
|
4515
|
-
"direction": "horizontal",
|
|
4516
|
-
"align": "center"
|
|
4516
|
+
]
|
|
4517
4517
|
},
|
|
4518
4518
|
{
|
|
4519
4519
|
"type": "divider"
|
|
@@ -4521,7 +4521,7 @@
|
|
|
4521
4521
|
"@trait.FeedBrowseList",
|
|
4522
4522
|
"@trait.FeedPagination"
|
|
4523
4523
|
],
|
|
4524
|
-
"
|
|
4524
|
+
"direction": "vertical"
|
|
4525
4525
|
}
|
|
4526
4526
|
]
|
|
4527
4527
|
]
|
|
@@ -4540,15 +4540,13 @@
|
|
|
4540
4540
|
"render-ui",
|
|
4541
4541
|
"main",
|
|
4542
4542
|
{
|
|
4543
|
-
"direction": "vertical",
|
|
4544
4543
|
"gap": "md",
|
|
4545
4544
|
"type": "stack",
|
|
4546
4545
|
"align": "center",
|
|
4547
|
-
"className": "py-8",
|
|
4548
4546
|
"children": [
|
|
4549
4547
|
{
|
|
4550
|
-
"
|
|
4551
|
-
"
|
|
4548
|
+
"type": "icon",
|
|
4549
|
+
"name": "bell"
|
|
4552
4550
|
},
|
|
4553
4551
|
{
|
|
4554
4552
|
"type": "typography",
|
|
@@ -4556,12 +4554,14 @@
|
|
|
4556
4554
|
"variant": "h3"
|
|
4557
4555
|
},
|
|
4558
4556
|
{
|
|
4559
|
-
"variant": "ghost",
|
|
4560
|
-
"label": "Back",
|
|
4561
4557
|
"action": "INIT",
|
|
4562
|
-
"type": "button"
|
|
4558
|
+
"type": "button",
|
|
4559
|
+
"variant": "ghost",
|
|
4560
|
+
"label": "Back"
|
|
4563
4561
|
}
|
|
4564
|
-
]
|
|
4562
|
+
],
|
|
4563
|
+
"className": "py-8",
|
|
4564
|
+
"direction": "vertical"
|
|
4565
4565
|
}
|
|
4566
4566
|
]
|
|
4567
4567
|
]
|
|
@@ -4594,9 +4594,9 @@
|
|
|
4594
4594
|
"config": {
|
|
4595
4595
|
"fields": [
|
|
4596
4596
|
{
|
|
4597
|
+
"name": "title",
|
|
4597
4598
|
"variant": "h3",
|
|
4598
|
-
"icon": "rss"
|
|
4599
|
-
"name": "title"
|
|
4599
|
+
"icon": "rss"
|
|
4600
4600
|
},
|
|
4601
4601
|
{
|
|
4602
4602
|
"name": "body",
|
|
@@ -4607,21 +4607,20 @@
|
|
|
4607
4607
|
"variant": "caption"
|
|
4608
4608
|
},
|
|
4609
4609
|
{
|
|
4610
|
-
"format": "date",
|
|
4611
4610
|
"name": "postedAt",
|
|
4611
|
+
"format": "date",
|
|
4612
4612
|
"variant": "caption"
|
|
4613
4613
|
},
|
|
4614
4614
|
{
|
|
4615
|
-
"
|
|
4616
|
-
"
|
|
4615
|
+
"variant": "badge",
|
|
4616
|
+
"name": "tags"
|
|
4617
4617
|
}
|
|
4618
4618
|
],
|
|
4619
|
-
"gap": "sm",
|
|
4620
4619
|
"itemActions": [
|
|
4621
4620
|
{
|
|
4621
|
+
"label": "View",
|
|
4622
4622
|
"event": "VIEW",
|
|
4623
|
-
"variant": "ghost"
|
|
4624
|
-
"label": "View"
|
|
4623
|
+
"variant": "ghost"
|
|
4625
4624
|
},
|
|
4626
4625
|
{
|
|
4627
4626
|
"event": "EDIT",
|
|
@@ -4629,11 +4628,12 @@
|
|
|
4629
4628
|
"variant": "ghost"
|
|
4630
4629
|
},
|
|
4631
4630
|
{
|
|
4632
|
-
"event": "DELETE",
|
|
4633
4631
|
"label": "Delete",
|
|
4632
|
+
"event": "DELETE",
|
|
4634
4633
|
"variant": "danger"
|
|
4635
4634
|
}
|
|
4636
4635
|
],
|
|
4636
|
+
"gap": "sm",
|
|
4637
4637
|
"cols": 1.0
|
|
4638
4638
|
},
|
|
4639
4639
|
"listens": [
|
|
@@ -4668,16 +4668,16 @@
|
|
|
4668
4668
|
"name": "FeedCreate",
|
|
4669
4669
|
"linkedEntity": "FeedPost",
|
|
4670
4670
|
"config": {
|
|
4671
|
+
"title": "New Post",
|
|
4672
|
+
"icon": "plus-circle",
|
|
4673
|
+
"mode": "create",
|
|
4671
4674
|
"fields": [
|
|
4672
4675
|
"title",
|
|
4673
4676
|
"body",
|
|
4674
4677
|
"author",
|
|
4675
4678
|
"postedAt",
|
|
4676
4679
|
"tags"
|
|
4677
|
-
]
|
|
4678
|
-
"icon": "plus-circle",
|
|
4679
|
-
"title": "New Post",
|
|
4680
|
-
"mode": "create"
|
|
4680
|
+
]
|
|
4681
4681
|
},
|
|
4682
4682
|
"events": {
|
|
4683
4683
|
"OPEN": "CREATE"
|
|
@@ -4698,6 +4698,8 @@
|
|
|
4698
4698
|
"name": "FeedEdit",
|
|
4699
4699
|
"linkedEntity": "FeedPost",
|
|
4700
4700
|
"config": {
|
|
4701
|
+
"title": "Edit Post",
|
|
4702
|
+
"icon": "edit",
|
|
4701
4703
|
"fields": [
|
|
4702
4704
|
"title",
|
|
4703
4705
|
"body",
|
|
@@ -4705,8 +4707,6 @@
|
|
|
4705
4707
|
"postedAt",
|
|
4706
4708
|
"tags"
|
|
4707
4709
|
],
|
|
4708
|
-
"title": "Edit Post",
|
|
4709
|
-
"icon": "edit",
|
|
4710
4710
|
"mode": "edit"
|
|
4711
4711
|
},
|
|
4712
4712
|
"events": {
|
|
@@ -4728,9 +4728,9 @@
|
|
|
4728
4728
|
"name": "FeedDelete",
|
|
4729
4729
|
"linkedEntity": "FeedPost",
|
|
4730
4730
|
"config": {
|
|
4731
|
-
"confirmLabel": "Delete",
|
|
4732
4731
|
"title": "Delete Post",
|
|
4733
4732
|
"icon": "alert-triangle",
|
|
4733
|
+
"confirmLabel": "Delete",
|
|
4734
4734
|
"alertMessage": "This action cannot be undone."
|
|
4735
4735
|
},
|
|
4736
4736
|
"events": {
|
|
@@ -5036,43 +5036,42 @@
|
|
|
5036
5036
|
"ref": "AppShell.traits.AppLayout",
|
|
5037
5037
|
"name": "NoteAppLayout",
|
|
5038
5038
|
"config": {
|
|
5039
|
-
"
|
|
5040
|
-
"notifications": [],
|
|
5039
|
+
"contentTrait": "@trait.NoteCatalog",
|
|
5041
5040
|
"navItems": [
|
|
5042
5041
|
{
|
|
5043
|
-
"href": "/contacts",
|
|
5044
5042
|
"icon": "users",
|
|
5045
|
-
"label": "Contacts"
|
|
5043
|
+
"label": "Contacts",
|
|
5044
|
+
"href": "/contacts"
|
|
5046
5045
|
},
|
|
5047
5046
|
{
|
|
5048
|
-
"label": "Items",
|
|
5049
5047
|
"href": "/items",
|
|
5048
|
+
"label": "Items",
|
|
5050
5049
|
"icon": "package"
|
|
5051
5050
|
},
|
|
5052
5051
|
{
|
|
5053
5052
|
"label": "Activities",
|
|
5054
|
-
"
|
|
5055
|
-
"
|
|
5053
|
+
"href": "/activities",
|
|
5054
|
+
"icon": "activity"
|
|
5056
5055
|
},
|
|
5057
5056
|
{
|
|
5058
|
-
"href": "/tasks",
|
|
5059
5057
|
"label": "Tasks",
|
|
5060
|
-
"icon": "check-square"
|
|
5058
|
+
"icon": "check-square",
|
|
5059
|
+
"href": "/tasks"
|
|
5061
5060
|
},
|
|
5062
5061
|
{
|
|
5063
5062
|
"icon": "calendar",
|
|
5064
|
-
"
|
|
5065
|
-
"
|
|
5063
|
+
"href": "/calendar",
|
|
5064
|
+
"label": "Calendar"
|
|
5066
5065
|
},
|
|
5067
5066
|
{
|
|
5068
|
-
"icon": "layout-dashboard",
|
|
5069
5067
|
"label": "Dashboard",
|
|
5070
|
-
"href": "/widgets"
|
|
5068
|
+
"href": "/widgets",
|
|
5069
|
+
"icon": "layout-dashboard"
|
|
5071
5070
|
},
|
|
5072
5071
|
{
|
|
5073
|
-
"
|
|
5072
|
+
"icon": "rss",
|
|
5074
5073
|
"href": "/feed",
|
|
5075
|
-
"
|
|
5074
|
+
"label": "Feed"
|
|
5076
5075
|
},
|
|
5077
5076
|
{
|
|
5078
5077
|
"label": "Notes",
|
|
@@ -5082,7 +5081,8 @@
|
|
|
5082
5081
|
],
|
|
5083
5082
|
"searchEvent": "NOTE_SEARCH",
|
|
5084
5083
|
"appName": "App",
|
|
5085
|
-
"
|
|
5084
|
+
"notifications": [],
|
|
5085
|
+
"notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN"
|
|
5086
5086
|
},
|
|
5087
5087
|
"events": {
|
|
5088
5088
|
"NOTIFY_CLICK": "NOTE_NOTIFICATIONS_OPEN",
|
|
@@ -5169,39 +5169,38 @@
|
|
|
5169
5169
|
"render-ui",
|
|
5170
5170
|
"main",
|
|
5171
5171
|
{
|
|
5172
|
-
"type": "stack",
|
|
5173
5172
|
"direction": "vertical",
|
|
5174
5173
|
"children": [
|
|
5175
5174
|
{
|
|
5176
|
-
"justify": "between",
|
|
5177
|
-
"gap": "md",
|
|
5178
5175
|
"type": "stack",
|
|
5176
|
+
"gap": "md",
|
|
5179
5177
|
"direction": "horizontal",
|
|
5178
|
+
"justify": "between",
|
|
5180
5179
|
"align": "center",
|
|
5181
5180
|
"children": [
|
|
5182
5181
|
{
|
|
5182
|
+
"direction": "horizontal",
|
|
5183
|
+
"type": "stack",
|
|
5184
|
+
"gap": "sm",
|
|
5183
5185
|
"children": [
|
|
5184
5186
|
{
|
|
5185
|
-
"
|
|
5186
|
-
"
|
|
5187
|
+
"name": "file-text",
|
|
5188
|
+
"type": "icon"
|
|
5187
5189
|
},
|
|
5188
5190
|
{
|
|
5189
|
-
"
|
|
5191
|
+
"type": "typography",
|
|
5190
5192
|
"content": "Notes",
|
|
5191
|
-
"
|
|
5193
|
+
"variant": "h2"
|
|
5192
5194
|
}
|
|
5193
5195
|
],
|
|
5194
|
-
"
|
|
5195
|
-
"align": "center",
|
|
5196
|
-
"gap": "sm",
|
|
5197
|
-
"type": "stack"
|
|
5196
|
+
"align": "center"
|
|
5198
5197
|
},
|
|
5199
5198
|
{
|
|
5200
|
-
"label": "New Note",
|
|
5201
|
-
"variant": "primary",
|
|
5202
5199
|
"icon": "plus",
|
|
5200
|
+
"type": "button",
|
|
5203
5201
|
"action": "CREATE",
|
|
5204
|
-
"
|
|
5202
|
+
"label": "New Note",
|
|
5203
|
+
"variant": "primary"
|
|
5205
5204
|
}
|
|
5206
5205
|
]
|
|
5207
5206
|
},
|
|
@@ -5214,7 +5213,8 @@
|
|
|
5214
5213
|
},
|
|
5215
5214
|
"@trait.NoteBrowseList"
|
|
5216
5215
|
],
|
|
5217
|
-
"gap": "lg"
|
|
5216
|
+
"gap": "lg",
|
|
5217
|
+
"type": "stack"
|
|
5218
5218
|
}
|
|
5219
5219
|
]
|
|
5220
5220
|
]
|
|
@@ -5233,28 +5233,28 @@
|
|
|
5233
5233
|
"render-ui",
|
|
5234
5234
|
"main",
|
|
5235
5235
|
{
|
|
5236
|
-
"type": "stack",
|
|
5237
5236
|
"direction": "vertical",
|
|
5238
5237
|
"align": "center",
|
|
5238
|
+
"gap": "md",
|
|
5239
5239
|
"children": [
|
|
5240
5240
|
{
|
|
5241
|
-
"
|
|
5242
|
-
"
|
|
5241
|
+
"name": "bell",
|
|
5242
|
+
"type": "icon"
|
|
5243
5243
|
},
|
|
5244
5244
|
{
|
|
5245
|
+
"type": "typography",
|
|
5245
5246
|
"content": "No notifications",
|
|
5246
|
-
"variant": "h3"
|
|
5247
|
-
"type": "typography"
|
|
5247
|
+
"variant": "h3"
|
|
5248
5248
|
},
|
|
5249
5249
|
{
|
|
5250
|
-
"variant": "ghost",
|
|
5251
|
-
"action": "INIT",
|
|
5252
5250
|
"type": "button",
|
|
5251
|
+
"action": "INIT",
|
|
5252
|
+
"variant": "ghost",
|
|
5253
5253
|
"label": "Back"
|
|
5254
5254
|
}
|
|
5255
5255
|
],
|
|
5256
5256
|
"className": "py-8",
|
|
5257
|
-
"
|
|
5257
|
+
"type": "stack"
|
|
5258
5258
|
}
|
|
5259
5259
|
]
|
|
5260
5260
|
]
|
|
@@ -5276,10 +5276,28 @@
|
|
|
5276
5276
|
"name": "NoteBrowseList",
|
|
5277
5277
|
"linkedEntity": "Note",
|
|
5278
5278
|
"config": {
|
|
5279
|
+
"itemActions": [
|
|
5280
|
+
{
|
|
5281
|
+
"label": "View",
|
|
5282
|
+
"variant": "ghost",
|
|
5283
|
+
"event": "VIEW"
|
|
5284
|
+
},
|
|
5285
|
+
{
|
|
5286
|
+
"label": "Edit",
|
|
5287
|
+
"event": "EDIT",
|
|
5288
|
+
"variant": "ghost"
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"variant": "danger",
|
|
5292
|
+
"label": "Delete",
|
|
5293
|
+
"event": "DELETE"
|
|
5294
|
+
}
|
|
5295
|
+
],
|
|
5296
|
+
"cols": 1.0,
|
|
5279
5297
|
"fields": [
|
|
5280
5298
|
{
|
|
5281
|
-
"icon": "file-text",
|
|
5282
5299
|
"variant": "h4",
|
|
5300
|
+
"icon": "file-text",
|
|
5283
5301
|
"name": "title"
|
|
5284
5302
|
},
|
|
5285
5303
|
{
|
|
@@ -5287,34 +5305,16 @@
|
|
|
5287
5305
|
"variant": "body"
|
|
5288
5306
|
},
|
|
5289
5307
|
{
|
|
5290
|
-
"
|
|
5291
|
-
"
|
|
5308
|
+
"variant": "badge",
|
|
5309
|
+
"name": "tags"
|
|
5292
5310
|
},
|
|
5293
5311
|
{
|
|
5294
5312
|
"format": "date",
|
|
5295
|
-
"
|
|
5296
|
-
"
|
|
5297
|
-
}
|
|
5298
|
-
],
|
|
5299
|
-
"gap": "sm",
|
|
5300
|
-
"itemActions": [
|
|
5301
|
-
{
|
|
5302
|
-
"event": "VIEW",
|
|
5303
|
-
"variant": "ghost",
|
|
5304
|
-
"label": "View"
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"event": "EDIT",
|
|
5308
|
-
"variant": "ghost",
|
|
5309
|
-
"label": "Edit"
|
|
5310
|
-
},
|
|
5311
|
-
{
|
|
5312
|
-
"variant": "danger",
|
|
5313
|
-
"label": "Delete",
|
|
5314
|
-
"event": "DELETE"
|
|
5313
|
+
"variant": "caption",
|
|
5314
|
+
"name": "updatedAt"
|
|
5315
5315
|
}
|
|
5316
5316
|
],
|
|
5317
|
-
"
|
|
5317
|
+
"gap": "sm"
|
|
5318
5318
|
},
|
|
5319
5319
|
"listens": [
|
|
5320
5320
|
{
|
|
@@ -5356,8 +5356,6 @@
|
|
|
5356
5356
|
"name": "NoteCreate",
|
|
5357
5357
|
"linkedEntity": "Note",
|
|
5358
5358
|
"config": {
|
|
5359
|
-
"icon": "plus-circle",
|
|
5360
|
-
"mode": "create",
|
|
5361
5359
|
"fields": [
|
|
5362
5360
|
"title",
|
|
5363
5361
|
"body",
|
|
@@ -5365,6 +5363,8 @@
|
|
|
5365
5363
|
"createdAt",
|
|
5366
5364
|
"updatedAt"
|
|
5367
5365
|
],
|
|
5366
|
+
"mode": "create",
|
|
5367
|
+
"icon": "plus-circle",
|
|
5368
5368
|
"title": "New Note"
|
|
5369
5369
|
},
|
|
5370
5370
|
"events": {
|
|
@@ -5386,6 +5386,7 @@
|
|
|
5386
5386
|
"name": "NoteEdit",
|
|
5387
5387
|
"linkedEntity": "Note",
|
|
5388
5388
|
"config": {
|
|
5389
|
+
"icon": "edit",
|
|
5389
5390
|
"title": "Edit Note",
|
|
5390
5391
|
"fields": [
|
|
5391
5392
|
"title",
|
|
@@ -5394,7 +5395,6 @@
|
|
|
5394
5395
|
"createdAt",
|
|
5395
5396
|
"updatedAt"
|
|
5396
5397
|
],
|
|
5397
|
-
"icon": "edit",
|
|
5398
5398
|
"mode": "edit"
|
|
5399
5399
|
},
|
|
5400
5400
|
"events": {
|
|
@@ -5416,6 +5416,7 @@
|
|
|
5416
5416
|
"name": "NoteView",
|
|
5417
5417
|
"linkedEntity": "Note",
|
|
5418
5418
|
"config": {
|
|
5419
|
+
"mode": "edit",
|
|
5419
5420
|
"fields": [
|
|
5420
5421
|
"title",
|
|
5421
5422
|
"body",
|
|
@@ -5423,9 +5424,8 @@
|
|
|
5423
5424
|
"createdAt",
|
|
5424
5425
|
"updatedAt"
|
|
5425
5426
|
],
|
|
5426
|
-
"
|
|
5427
|
-
"
|
|
5428
|
-
"icon": "eye"
|
|
5427
|
+
"icon": "eye",
|
|
5428
|
+
"title": "View Note"
|
|
5429
5429
|
},
|
|
5430
5430
|
"events": {
|
|
5431
5431
|
"OPEN": "VIEW"
|
|
@@ -5446,14 +5446,14 @@
|
|
|
5446
5446
|
"name": "NoteDelete",
|
|
5447
5447
|
"linkedEntity": "Note",
|
|
5448
5448
|
"config": {
|
|
5449
|
-
"title": "Delete Note",
|
|
5450
5449
|
"confirmLabel": "Delete",
|
|
5451
|
-
"
|
|
5452
|
-
"
|
|
5450
|
+
"icon": "alert-triangle",
|
|
5451
|
+
"title": "Delete Note",
|
|
5452
|
+
"alertMessage": "This action cannot be undone."
|
|
5453
5453
|
},
|
|
5454
5454
|
"events": {
|
|
5455
|
-
"
|
|
5456
|
-
"
|
|
5455
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
5456
|
+
"REQUEST": "DELETE"
|
|
5457
5457
|
},
|
|
5458
5458
|
"listens": [
|
|
5459
5459
|
{
|
|
@@ -5687,4 +5687,4 @@
|
|
|
5687
5687
|
]
|
|
5688
5688
|
}
|
|
5689
5689
|
]
|
|
5690
|
-
}
|
|
5690
|
+
}
|