@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
|
@@ -107,33 +107,33 @@
|
|
|
107
107
|
"ref": "AppShell.traits.AppLayout",
|
|
108
108
|
"name": "ArticleAppLayout",
|
|
109
109
|
"config": {
|
|
110
|
+
"notificationClickEvent": "ARTICLE_NOTIFICATIONS_OPEN",
|
|
110
111
|
"searchEvent": "ARTICLE_SEARCH",
|
|
111
|
-
"notifications": [],
|
|
112
|
-
"appName": "CmsApp",
|
|
113
112
|
"contentTrait": "@trait.ArticleCatalog",
|
|
114
113
|
"navItems": [
|
|
115
114
|
{
|
|
116
115
|
"label": "CMS Hub",
|
|
117
|
-
"
|
|
118
|
-
"
|
|
116
|
+
"icon": "layout-grid",
|
|
117
|
+
"href": "/cms-hub"
|
|
119
118
|
},
|
|
120
119
|
{
|
|
121
120
|
"icon": "file-text",
|
|
122
|
-
"
|
|
123
|
-
"
|
|
121
|
+
"label": "Articles",
|
|
122
|
+
"href": "/articles"
|
|
124
123
|
},
|
|
125
124
|
{
|
|
125
|
+
"icon": "image",
|
|
126
126
|
"label": "Media",
|
|
127
|
-
"href": "/media"
|
|
128
|
-
"icon": "image"
|
|
127
|
+
"href": "/media"
|
|
129
128
|
},
|
|
130
129
|
{
|
|
131
130
|
"label": "Categories",
|
|
132
|
-
"
|
|
133
|
-
"
|
|
131
|
+
"icon": "folder",
|
|
132
|
+
"href": "/categories"
|
|
134
133
|
}
|
|
135
134
|
],
|
|
136
|
-
"
|
|
135
|
+
"appName": "CmsApp",
|
|
136
|
+
"notifications": []
|
|
137
137
|
},
|
|
138
138
|
"events": {
|
|
139
139
|
"SEARCH": "ARTICLE_SEARCH",
|
|
@@ -220,18 +220,23 @@
|
|
|
220
220
|
"render-ui",
|
|
221
221
|
"main",
|
|
222
222
|
{
|
|
223
|
-
"
|
|
223
|
+
"gap": "lg",
|
|
224
224
|
"direction": "vertical",
|
|
225
|
+
"type": "stack",
|
|
225
226
|
"children": [
|
|
226
227
|
{
|
|
227
228
|
"justify": "between",
|
|
228
229
|
"align": "center",
|
|
230
|
+
"direction": "horizontal",
|
|
229
231
|
"children": [
|
|
230
232
|
{
|
|
233
|
+
"align": "center",
|
|
234
|
+
"gap": "sm",
|
|
235
|
+
"type": "stack",
|
|
231
236
|
"children": [
|
|
232
237
|
{
|
|
233
|
-
"
|
|
234
|
-
"
|
|
238
|
+
"name": "file-text",
|
|
239
|
+
"type": "icon"
|
|
235
240
|
},
|
|
236
241
|
{
|
|
237
242
|
"type": "typography",
|
|
@@ -239,27 +244,23 @@
|
|
|
239
244
|
"content": "Articles"
|
|
240
245
|
}
|
|
241
246
|
],
|
|
242
|
-
"
|
|
243
|
-
"align": "center",
|
|
244
|
-
"direction": "horizontal",
|
|
245
|
-
"type": "stack"
|
|
247
|
+
"direction": "horizontal"
|
|
246
248
|
},
|
|
247
249
|
{
|
|
250
|
+
"direction": "horizontal",
|
|
248
251
|
"gap": "sm",
|
|
252
|
+
"type": "stack",
|
|
249
253
|
"children": [
|
|
250
254
|
{
|
|
251
|
-
"
|
|
252
|
-
"variant": "primary",
|
|
255
|
+
"type": "button",
|
|
253
256
|
"label": "Create Article",
|
|
254
|
-
"
|
|
255
|
-
"
|
|
257
|
+
"variant": "primary",
|
|
258
|
+
"icon": "plus",
|
|
259
|
+
"action": "CREATE"
|
|
256
260
|
}
|
|
257
|
-
]
|
|
258
|
-
"direction": "horizontal",
|
|
259
|
-
"type": "stack"
|
|
261
|
+
]
|
|
260
262
|
}
|
|
261
263
|
],
|
|
262
|
-
"direction": "horizontal",
|
|
263
264
|
"gap": "md",
|
|
264
265
|
"type": "stack"
|
|
265
266
|
},
|
|
@@ -268,18 +269,17 @@
|
|
|
268
269
|
},
|
|
269
270
|
{
|
|
270
271
|
"direction": "horizontal",
|
|
271
|
-
"gap": "sm",
|
|
272
272
|
"children": [
|
|
273
273
|
"@trait.ArticleSearch",
|
|
274
274
|
"@trait.ArticleFilter"
|
|
275
275
|
],
|
|
276
|
-
"type": "stack"
|
|
276
|
+
"type": "stack",
|
|
277
|
+
"gap": "sm"
|
|
277
278
|
},
|
|
278
279
|
"@trait.ArticleStats",
|
|
279
280
|
"@trait.ArticleGraphs",
|
|
280
281
|
"@trait.ArticleBrowseList"
|
|
281
|
-
]
|
|
282
|
-
"gap": "lg"
|
|
282
|
+
]
|
|
283
283
|
}
|
|
284
284
|
]
|
|
285
285
|
]
|
|
@@ -298,34 +298,34 @@
|
|
|
298
298
|
"render-ui",
|
|
299
299
|
"main",
|
|
300
300
|
{
|
|
301
|
+
"gap": "md",
|
|
301
302
|
"children": [
|
|
302
303
|
{
|
|
303
|
-
"
|
|
304
|
-
"
|
|
304
|
+
"name": "bell",
|
|
305
|
+
"type": "icon"
|
|
305
306
|
},
|
|
306
307
|
{
|
|
307
308
|
"content": "No notifications",
|
|
308
|
-
"
|
|
309
|
-
"
|
|
309
|
+
"type": "typography",
|
|
310
|
+
"variant": "h3"
|
|
310
311
|
},
|
|
311
312
|
{
|
|
312
|
-
"
|
|
313
|
-
"color": "muted",
|
|
313
|
+
"content": "You're all caught up.",
|
|
314
314
|
"variant": "caption",
|
|
315
|
-
"
|
|
315
|
+
"color": "muted",
|
|
316
|
+
"type": "typography"
|
|
316
317
|
},
|
|
317
318
|
{
|
|
318
|
-
"variant": "ghost",
|
|
319
|
-
"label": "Back to articles",
|
|
320
319
|
"action": "INIT",
|
|
321
|
-
"type": "button"
|
|
320
|
+
"type": "button",
|
|
321
|
+
"variant": "ghost",
|
|
322
|
+
"label": "Back to articles"
|
|
322
323
|
}
|
|
323
324
|
],
|
|
324
|
-
"type": "stack",
|
|
325
325
|
"direction": "vertical",
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
326
|
+
"type": "stack",
|
|
327
|
+
"className": "py-8",
|
|
328
|
+
"align": "center"
|
|
329
329
|
}
|
|
330
330
|
]
|
|
331
331
|
]
|
|
@@ -339,19 +339,16 @@
|
|
|
339
339
|
"name": "ArticleBrowseList",
|
|
340
340
|
"linkedEntity": "Article",
|
|
341
341
|
"config": {
|
|
342
|
-
"imageField": "heroImage",
|
|
343
|
-
"gap": "sm",
|
|
344
|
-
"variant": "card",
|
|
345
342
|
"itemActions": [
|
|
346
343
|
{
|
|
344
|
+
"label": "View",
|
|
347
345
|
"event": "VIEW",
|
|
348
|
-
"variant": "ghost"
|
|
349
|
-
"label": "View"
|
|
346
|
+
"variant": "ghost"
|
|
350
347
|
},
|
|
351
348
|
{
|
|
349
|
+
"variant": "ghost",
|
|
352
350
|
"event": "EDIT",
|
|
353
|
-
"label": "Edit"
|
|
354
|
-
"variant": "ghost"
|
|
351
|
+
"label": "Edit"
|
|
355
352
|
},
|
|
356
353
|
{
|
|
357
354
|
"event": "DELETE",
|
|
@@ -361,9 +358,9 @@
|
|
|
361
358
|
],
|
|
362
359
|
"fields": [
|
|
363
360
|
{
|
|
361
|
+
"variant": "h3",
|
|
364
362
|
"icon": "file-text",
|
|
365
|
-
"name": "title"
|
|
366
|
-
"variant": "h3"
|
|
363
|
+
"name": "title"
|
|
367
364
|
},
|
|
368
365
|
{
|
|
369
366
|
"name": "status",
|
|
@@ -382,7 +379,10 @@
|
|
|
382
379
|
"variant": "caption"
|
|
383
380
|
}
|
|
384
381
|
],
|
|
385
|
-
"
|
|
382
|
+
"gap": "sm",
|
|
383
|
+
"variant": "card",
|
|
384
|
+
"cols": 1.0,
|
|
385
|
+
"imageField": "heroImage"
|
|
386
386
|
},
|
|
387
387
|
"listens": [
|
|
388
388
|
{
|
|
@@ -425,8 +425,8 @@
|
|
|
425
425
|
"config": {
|
|
426
426
|
"facets": [
|
|
427
427
|
{
|
|
428
|
-
"label": "Status",
|
|
429
428
|
"field": "status",
|
|
429
|
+
"label": "Status",
|
|
430
430
|
"values": [
|
|
431
431
|
"draft",
|
|
432
432
|
"published",
|
|
@@ -434,8 +434,8 @@
|
|
|
434
434
|
]
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
"label": "Category",
|
|
438
437
|
"field": "category",
|
|
438
|
+
"label": "Category",
|
|
439
439
|
"values": []
|
|
440
440
|
}
|
|
441
441
|
]
|
|
@@ -451,11 +451,11 @@
|
|
|
451
451
|
"label": "Total"
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
|
-
"aggregation": "count",
|
|
455
454
|
"filter": {
|
|
456
455
|
"status": "published"
|
|
457
456
|
},
|
|
458
|
-
"label": "Published"
|
|
457
|
+
"label": "Published",
|
|
458
|
+
"aggregation": "count"
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
"aggregation": "count",
|
|
@@ -481,9 +481,9 @@
|
|
|
481
481
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
482
482
|
"name": "ArticleGraphs",
|
|
483
483
|
"config": {
|
|
484
|
-
"
|
|
484
|
+
"title": "Articles by Status",
|
|
485
485
|
"categoryField": "status",
|
|
486
|
-
"
|
|
486
|
+
"chartType": "pie"
|
|
487
487
|
},
|
|
488
488
|
"listens": [
|
|
489
489
|
{
|
|
@@ -503,7 +503,6 @@
|
|
|
503
503
|
"config": {
|
|
504
504
|
"title": "Create Article",
|
|
505
505
|
"mode": "create",
|
|
506
|
-
"icon": "plus-circle",
|
|
507
506
|
"fields": [
|
|
508
507
|
"title",
|
|
509
508
|
"slug",
|
|
@@ -513,7 +512,8 @@
|
|
|
513
512
|
"status",
|
|
514
513
|
"publishedAt",
|
|
515
514
|
"heroImage"
|
|
516
|
-
]
|
|
515
|
+
],
|
|
516
|
+
"icon": "plus-circle"
|
|
517
517
|
},
|
|
518
518
|
"events": {
|
|
519
519
|
"OPEN": "CREATE"
|
|
@@ -534,6 +534,8 @@
|
|
|
534
534
|
"name": "ArticleEdit",
|
|
535
535
|
"linkedEntity": "Article",
|
|
536
536
|
"config": {
|
|
537
|
+
"mode": "edit",
|
|
538
|
+
"icon": "edit",
|
|
537
539
|
"fields": [
|
|
538
540
|
"title",
|
|
539
541
|
"slug",
|
|
@@ -544,8 +546,6 @@
|
|
|
544
546
|
"publishedAt",
|
|
545
547
|
"heroImage"
|
|
546
548
|
],
|
|
547
|
-
"mode": "edit",
|
|
548
|
-
"icon": "edit",
|
|
549
549
|
"title": "Edit Article"
|
|
550
550
|
},
|
|
551
551
|
"events": {
|
|
@@ -568,6 +568,7 @@
|
|
|
568
568
|
"linkedEntity": "Article",
|
|
569
569
|
"config": {
|
|
570
570
|
"icon": "eye",
|
|
571
|
+
"mode": "view",
|
|
571
572
|
"fields": [
|
|
572
573
|
"title",
|
|
573
574
|
"slug",
|
|
@@ -578,8 +579,7 @@
|
|
|
578
579
|
"publishedAt",
|
|
579
580
|
"heroImage"
|
|
580
581
|
],
|
|
581
|
-
"title": "View Article"
|
|
582
|
-
"mode": "view"
|
|
582
|
+
"title": "View Article"
|
|
583
583
|
},
|
|
584
584
|
"events": {
|
|
585
585
|
"OPEN": "VIEW"
|
|
@@ -716,23 +716,23 @@
|
|
|
716
716
|
"render-ui",
|
|
717
717
|
"main",
|
|
718
718
|
{
|
|
719
|
-
"type": "stack",
|
|
720
719
|
"direction": "vertical",
|
|
721
|
-
"gap": "sm",
|
|
722
720
|
"children": [
|
|
723
721
|
{
|
|
724
|
-
"placeholder": "Paste hero image URL...",
|
|
725
722
|
"inputType": "text",
|
|
726
|
-
"type": "input"
|
|
723
|
+
"type": "input",
|
|
724
|
+
"placeholder": "Paste hero image URL..."
|
|
727
725
|
},
|
|
728
726
|
{
|
|
729
727
|
"type": "button",
|
|
730
|
-
"
|
|
731
|
-
"icon": "upload",
|
|
728
|
+
"action": "UPLOAD",
|
|
732
729
|
"label": "Upload Hero",
|
|
733
|
-
"
|
|
730
|
+
"icon": "upload",
|
|
731
|
+
"variant": "secondary"
|
|
734
732
|
}
|
|
735
|
-
]
|
|
733
|
+
],
|
|
734
|
+
"type": "stack",
|
|
735
|
+
"gap": "sm"
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
]
|
|
@@ -747,14 +747,14 @@
|
|
|
747
747
|
"storage",
|
|
748
748
|
"upload",
|
|
749
749
|
{
|
|
750
|
-
"acl": "public",
|
|
751
750
|
"bucket": "articles",
|
|
751
|
+
"acl": "public",
|
|
752
752
|
"file": "@payload.file"
|
|
753
753
|
},
|
|
754
754
|
{
|
|
755
755
|
"emit": {
|
|
756
|
-
"
|
|
757
|
-
"
|
|
756
|
+
"success": "ArticleHeroUploaded",
|
|
757
|
+
"failure": "ArticleHeroUploadFailed"
|
|
758
758
|
}
|
|
759
759
|
}
|
|
760
760
|
]
|
|
@@ -1080,26 +1080,26 @@
|
|
|
1080
1080
|
"icon": "layout-grid"
|
|
1081
1081
|
},
|
|
1082
1082
|
{
|
|
1083
|
-
"
|
|
1083
|
+
"href": "/articles",
|
|
1084
1084
|
"label": "Articles",
|
|
1085
|
-
"
|
|
1085
|
+
"icon": "file-text"
|
|
1086
1086
|
},
|
|
1087
1087
|
{
|
|
1088
|
-
"icon": "image",
|
|
1089
1088
|
"label": "Media",
|
|
1089
|
+
"icon": "image",
|
|
1090
1090
|
"href": "/media"
|
|
1091
1091
|
},
|
|
1092
1092
|
{
|
|
1093
|
-
"
|
|
1093
|
+
"icon": "folder",
|
|
1094
1094
|
"label": "Categories",
|
|
1095
|
-
"
|
|
1095
|
+
"href": "/categories"
|
|
1096
1096
|
}
|
|
1097
1097
|
],
|
|
1098
|
-
"
|
|
1098
|
+
"appName": "CmsApp",
|
|
1099
1099
|
"notifications": [],
|
|
1100
|
-
"notificationClickEvent": "MEDIA_NOTIFICATIONS_OPEN",
|
|
1101
1100
|
"contentTrait": "@trait.MediaCatalog",
|
|
1102
|
-
"
|
|
1101
|
+
"searchEvent": "MEDIA_SEARCH",
|
|
1102
|
+
"notificationClickEvent": "MEDIA_NOTIFICATIONS_OPEN"
|
|
1103
1103
|
},
|
|
1104
1104
|
"events": {
|
|
1105
1105
|
"SEARCH": "MEDIA_SEARCH",
|
|
@@ -1148,18 +1148,15 @@
|
|
|
1148
1148
|
"render-ui",
|
|
1149
1149
|
"main",
|
|
1150
1150
|
{
|
|
1151
|
-
"type": "dashboard-layout",
|
|
1152
1151
|
"children": [
|
|
1153
1152
|
{
|
|
1153
|
+
"type": "stack",
|
|
1154
|
+
"direction": "vertical",
|
|
1154
1155
|
"children": [
|
|
1155
1156
|
{
|
|
1156
|
-
"gap": "md",
|
|
1157
|
-
"justify": "between",
|
|
1158
1157
|
"children": [
|
|
1159
1158
|
{
|
|
1160
|
-
"direction": "horizontal",
|
|
1161
1159
|
"type": "stack",
|
|
1162
|
-
"gap": "sm",
|
|
1163
1160
|
"children": [
|
|
1164
1161
|
{
|
|
1165
1162
|
"type": "icon",
|
|
@@ -1171,26 +1168,30 @@
|
|
|
1171
1168
|
"content": "Media Library"
|
|
1172
1169
|
}
|
|
1173
1170
|
],
|
|
1171
|
+
"direction": "horizontal",
|
|
1172
|
+
"gap": "sm",
|
|
1174
1173
|
"align": "center"
|
|
1175
1174
|
},
|
|
1176
1175
|
{
|
|
1176
|
+
"direction": "horizontal",
|
|
1177
|
+
"type": "stack",
|
|
1177
1178
|
"gap": "sm",
|
|
1178
1179
|
"children": [
|
|
1179
1180
|
{
|
|
1180
|
-
"icon": "plus",
|
|
1181
|
-
"type": "button",
|
|
1182
1181
|
"label": "Create MediaAsset",
|
|
1182
|
+
"action": "CREATE",
|
|
1183
1183
|
"variant": "secondary",
|
|
1184
|
-
"
|
|
1184
|
+
"type": "button",
|
|
1185
|
+
"icon": "plus"
|
|
1185
1186
|
}
|
|
1186
|
-
]
|
|
1187
|
-
"direction": "horizontal",
|
|
1188
|
-
"type": "stack"
|
|
1187
|
+
]
|
|
1189
1188
|
}
|
|
1190
1189
|
],
|
|
1191
|
-
"
|
|
1190
|
+
"type": "stack",
|
|
1192
1191
|
"align": "center",
|
|
1193
|
-
"
|
|
1192
|
+
"gap": "md",
|
|
1193
|
+
"direction": "horizontal",
|
|
1194
|
+
"justify": "between"
|
|
1194
1195
|
},
|
|
1195
1196
|
{
|
|
1196
1197
|
"type": "divider"
|
|
@@ -1198,32 +1199,31 @@
|
|
|
1198
1199
|
"@trait.MediaUpload",
|
|
1199
1200
|
"@trait.MediaAssetGallery"
|
|
1200
1201
|
],
|
|
1201
|
-
"type": "stack",
|
|
1202
1202
|
"gap": "lg",
|
|
1203
|
-
"direction": "vertical",
|
|
1204
1203
|
"className": "max-w-5xl mx-auto w-full"
|
|
1205
1204
|
}
|
|
1206
1205
|
],
|
|
1207
1206
|
"appName": "CmsApp",
|
|
1207
|
+
"type": "dashboard-layout",
|
|
1208
1208
|
"navItems": [
|
|
1209
1209
|
{
|
|
1210
|
-
"href": "/cms-hub",
|
|
1211
1210
|
"label": "CMS Hub",
|
|
1212
|
-
"icon": "layout-grid"
|
|
1211
|
+
"icon": "layout-grid",
|
|
1212
|
+
"href": "/cms-hub"
|
|
1213
1213
|
},
|
|
1214
1214
|
{
|
|
1215
|
-
"label": "Articles",
|
|
1216
1215
|
"href": "/articles",
|
|
1217
|
-
"icon": "file-text"
|
|
1216
|
+
"icon": "file-text",
|
|
1217
|
+
"label": "Articles"
|
|
1218
1218
|
},
|
|
1219
1219
|
{
|
|
1220
|
+
"label": "Media",
|
|
1220
1221
|
"href": "/media",
|
|
1221
|
-
"icon": "image"
|
|
1222
|
-
"label": "Media"
|
|
1222
|
+
"icon": "image"
|
|
1223
1223
|
},
|
|
1224
1224
|
{
|
|
1225
|
-
"icon": "folder",
|
|
1226
1225
|
"label": "Categories",
|
|
1226
|
+
"icon": "folder",
|
|
1227
1227
|
"href": "/categories"
|
|
1228
1228
|
}
|
|
1229
1229
|
]
|
|
@@ -1240,10 +1240,10 @@
|
|
|
1240
1240
|
"name": "MediaAssetGallery",
|
|
1241
1241
|
"linkedEntity": "MediaAsset",
|
|
1242
1242
|
"config": {
|
|
1243
|
-
"titleField": "name",
|
|
1244
|
-
"cols": 4.0,
|
|
1245
1243
|
"gap": "md",
|
|
1246
|
-
"imageField": "url"
|
|
1244
|
+
"imageField": "url",
|
|
1245
|
+
"titleField": "name",
|
|
1246
|
+
"cols": 4.0
|
|
1247
1247
|
},
|
|
1248
1248
|
"listens": [
|
|
1249
1249
|
{
|
|
@@ -1407,24 +1407,24 @@
|
|
|
1407
1407
|
"render-ui",
|
|
1408
1408
|
"main",
|
|
1409
1409
|
{
|
|
1410
|
-
"direction": "vertical",
|
|
1411
1410
|
"gap": "sm",
|
|
1411
|
+
"type": "stack",
|
|
1412
|
+
"align": "center",
|
|
1412
1413
|
"children": [
|
|
1413
1414
|
{
|
|
1414
|
-
"type": "input",
|
|
1415
1415
|
"inputType": "text",
|
|
1416
|
-
"placeholder": "Paste file URL..."
|
|
1416
|
+
"placeholder": "Paste file URL...",
|
|
1417
|
+
"type": "input"
|
|
1417
1418
|
},
|
|
1418
1419
|
{
|
|
1420
|
+
"action": "UPLOAD",
|
|
1419
1421
|
"variant": "primary",
|
|
1420
1422
|
"type": "button",
|
|
1421
|
-
"
|
|
1422
|
-
"icon": "upload"
|
|
1423
|
-
"label": "Upload File"
|
|
1423
|
+
"label": "Upload File",
|
|
1424
|
+
"icon": "upload"
|
|
1424
1425
|
}
|
|
1425
1426
|
],
|
|
1426
|
-
"
|
|
1427
|
-
"align": "center"
|
|
1427
|
+
"direction": "vertical"
|
|
1428
1428
|
}
|
|
1429
1429
|
]
|
|
1430
1430
|
]
|
|
@@ -1439,14 +1439,14 @@
|
|
|
1439
1439
|
"storage",
|
|
1440
1440
|
"upload",
|
|
1441
1441
|
{
|
|
1442
|
-
"acl": "public",
|
|
1443
1442
|
"file": "@payload.file",
|
|
1444
|
-
"bucket": "media"
|
|
1443
|
+
"bucket": "media",
|
|
1444
|
+
"acl": "public"
|
|
1445
1445
|
},
|
|
1446
1446
|
{
|
|
1447
1447
|
"emit": {
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1448
|
+
"success": "StorageUploaded",
|
|
1449
|
+
"failure": "MediaUploadFailed"
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|
|
1452
1452
|
],
|
|
@@ -1454,9 +1454,9 @@
|
|
|
1454
1454
|
"render-ui",
|
|
1455
1455
|
"main",
|
|
1456
1456
|
{
|
|
1457
|
+
"message": "Uploading file to storage.",
|
|
1457
1458
|
"type": "loading-state",
|
|
1458
|
-
"title": "Uploading..."
|
|
1459
|
-
"message": "Uploading file to storage."
|
|
1459
|
+
"title": "Uploading..."
|
|
1460
1460
|
}
|
|
1461
1461
|
]
|
|
1462
1462
|
]
|
|
@@ -1471,9 +1471,9 @@
|
|
|
1471
1471
|
"create",
|
|
1472
1472
|
"MediaAsset",
|
|
1473
1473
|
{
|
|
1474
|
-
"name": "@payload.id",
|
|
1475
1474
|
"url": "@payload.url",
|
|
1476
|
-
"type": "image"
|
|
1475
|
+
"type": "image",
|
|
1476
|
+
"name": "@payload.id"
|
|
1477
1477
|
},
|
|
1478
1478
|
{
|
|
1479
1479
|
"emit": {
|
|
@@ -1494,27 +1494,27 @@
|
|
|
1494
1494
|
"render-ui",
|
|
1495
1495
|
"main",
|
|
1496
1496
|
{
|
|
1497
|
+
"gap": "sm",
|
|
1498
|
+
"type": "stack",
|
|
1497
1499
|
"align": "center",
|
|
1500
|
+
"direction": "vertical",
|
|
1498
1501
|
"children": [
|
|
1499
1502
|
{
|
|
1500
1503
|
"type": "icon",
|
|
1501
1504
|
"name": "check-circle"
|
|
1502
1505
|
},
|
|
1503
1506
|
{
|
|
1504
|
-
"
|
|
1507
|
+
"variant": "success",
|
|
1505
1508
|
"type": "alert",
|
|
1506
|
-
"
|
|
1509
|
+
"message": "Upload complete."
|
|
1507
1510
|
},
|
|
1508
1511
|
{
|
|
1509
|
-
"
|
|
1510
|
-
"action": "INIT",
|
|
1512
|
+
"label": "Upload Another",
|
|
1511
1513
|
"variant": "ghost",
|
|
1512
|
-
"
|
|
1514
|
+
"type": "button",
|
|
1515
|
+
"action": "INIT"
|
|
1513
1516
|
}
|
|
1514
|
-
]
|
|
1515
|
-
"type": "stack",
|
|
1516
|
-
"gap": "sm",
|
|
1517
|
-
"direction": "vertical"
|
|
1517
|
+
]
|
|
1518
1518
|
}
|
|
1519
1519
|
]
|
|
1520
1520
|
]
|
|
@@ -1528,10 +1528,10 @@
|
|
|
1528
1528
|
"render-ui",
|
|
1529
1529
|
"main",
|
|
1530
1530
|
{
|
|
1531
|
-
"type": "error-state",
|
|
1532
|
-
"title": "Upload Failed",
|
|
1533
1531
|
"onRetry": "INIT",
|
|
1534
|
-
"
|
|
1532
|
+
"title": "Upload Failed",
|
|
1533
|
+
"message": "@payload.error",
|
|
1534
|
+
"type": "error-state"
|
|
1535
1535
|
}
|
|
1536
1536
|
]
|
|
1537
1537
|
]
|
|
@@ -1545,15 +1545,15 @@
|
|
|
1545
1545
|
"name": "MediaAssetCreate",
|
|
1546
1546
|
"linkedEntity": "MediaAsset",
|
|
1547
1547
|
"config": {
|
|
1548
|
-
"
|
|
1548
|
+
"title": "Add Media Asset",
|
|
1549
1549
|
"icon": "plus-circle",
|
|
1550
|
+
"mode": "create",
|
|
1550
1551
|
"fields": [
|
|
1551
1552
|
"name",
|
|
1552
1553
|
"altText",
|
|
1553
1554
|
"type",
|
|
1554
1555
|
"url"
|
|
1555
|
-
]
|
|
1556
|
-
"title": "Add Media Asset"
|
|
1556
|
+
]
|
|
1557
1557
|
},
|
|
1558
1558
|
"events": {
|
|
1559
1559
|
"OPEN": "CREATE"
|
|
@@ -1575,8 +1575,8 @@
|
|
|
1575
1575
|
"linkedEntity": "MediaAsset",
|
|
1576
1576
|
"config": {
|
|
1577
1577
|
"title": "View Media Asset",
|
|
1578
|
-
"mode": "view",
|
|
1579
1578
|
"icon": "eye",
|
|
1579
|
+
"mode": "view",
|
|
1580
1580
|
"fields": [
|
|
1581
1581
|
"name",
|
|
1582
1582
|
"altText",
|
|
@@ -1789,37 +1789,37 @@
|
|
|
1789
1789
|
"name": "CategoryAppLayout",
|
|
1790
1790
|
"linkedEntity": "Category",
|
|
1791
1791
|
"config": {
|
|
1792
|
-
"searchEvent": "CATEGORY_SEARCH",
|
|
1793
1792
|
"notifications": [],
|
|
1794
1793
|
"notificationClickEvent": "CATEGORY_NOTIFICATIONS_OPEN",
|
|
1794
|
+
"searchEvent": "CATEGORY_SEARCH",
|
|
1795
|
+
"appName": "CmsApp",
|
|
1796
|
+
"contentTrait": "@trait.CategoryCatalog",
|
|
1795
1797
|
"navItems": [
|
|
1796
1798
|
{
|
|
1797
|
-
"label": "CMS Hub",
|
|
1798
1799
|
"href": "/cms-hub",
|
|
1799
|
-
"icon": "layout-grid"
|
|
1800
|
+
"icon": "layout-grid",
|
|
1801
|
+
"label": "CMS Hub"
|
|
1800
1802
|
},
|
|
1801
1803
|
{
|
|
1802
|
-
"href": "/articles",
|
|
1803
1804
|
"icon": "file-text",
|
|
1805
|
+
"href": "/articles",
|
|
1804
1806
|
"label": "Articles"
|
|
1805
1807
|
},
|
|
1806
1808
|
{
|
|
1807
1809
|
"label": "Media",
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1810
|
+
"href": "/media",
|
|
1811
|
+
"icon": "image"
|
|
1810
1812
|
},
|
|
1811
1813
|
{
|
|
1812
|
-
"href": "/categories",
|
|
1813
1814
|
"icon": "folder",
|
|
1814
|
-
"label": "Categories"
|
|
1815
|
+
"label": "Categories",
|
|
1816
|
+
"href": "/categories"
|
|
1815
1817
|
}
|
|
1816
|
-
]
|
|
1817
|
-
"contentTrait": "@trait.CategoryCatalog",
|
|
1818
|
-
"appName": "CmsApp"
|
|
1818
|
+
]
|
|
1819
1819
|
},
|
|
1820
1820
|
"events": {
|
|
1821
|
-
"
|
|
1822
|
-
"
|
|
1821
|
+
"NOTIFY_CLICK": "CATEGORY_NOTIFICATIONS_OPEN",
|
|
1822
|
+
"SEARCH": "CATEGORY_SEARCH"
|
|
1823
1823
|
}
|
|
1824
1824
|
},
|
|
1825
1825
|
{
|
|
@@ -1864,48 +1864,46 @@
|
|
|
1864
1864
|
"render-ui",
|
|
1865
1865
|
"main",
|
|
1866
1866
|
{
|
|
1867
|
-
"appName": "CmsApp",
|
|
1868
1867
|
"type": "dashboard-layout",
|
|
1869
1868
|
"navItems": [
|
|
1870
1869
|
{
|
|
1871
1870
|
"href": "/cms-hub",
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1871
|
+
"label": "CMS Hub",
|
|
1872
|
+
"icon": "layout-grid"
|
|
1874
1873
|
},
|
|
1875
1874
|
{
|
|
1875
|
+
"href": "/articles",
|
|
1876
1876
|
"icon": "file-text",
|
|
1877
|
-
"label": "Articles"
|
|
1878
|
-
"href": "/articles"
|
|
1877
|
+
"label": "Articles"
|
|
1879
1878
|
},
|
|
1880
1879
|
{
|
|
1880
|
+
"label": "Media",
|
|
1881
1881
|
"href": "/media",
|
|
1882
|
-
"icon": "image"
|
|
1883
|
-
"label": "Media"
|
|
1882
|
+
"icon": "image"
|
|
1884
1883
|
},
|
|
1885
1884
|
{
|
|
1886
|
-
"icon": "folder",
|
|
1887
1885
|
"label": "Categories",
|
|
1888
|
-
"href": "/categories"
|
|
1886
|
+
"href": "/categories",
|
|
1887
|
+
"icon": "folder"
|
|
1889
1888
|
}
|
|
1890
1889
|
],
|
|
1891
1890
|
"children": [
|
|
1892
1891
|
{
|
|
1893
|
-
"gap": "lg",
|
|
1894
|
-
"direction": "vertical",
|
|
1895
1892
|
"className": "max-w-5xl mx-auto w-full",
|
|
1893
|
+
"gap": "lg",
|
|
1894
|
+
"type": "stack",
|
|
1896
1895
|
"children": [
|
|
1897
1896
|
{
|
|
1898
|
-
"gap": "md",
|
|
1899
|
-
"type": "stack",
|
|
1900
1897
|
"direction": "horizontal",
|
|
1898
|
+
"type": "stack",
|
|
1901
1899
|
"justify": "between",
|
|
1902
1900
|
"children": [
|
|
1903
1901
|
{
|
|
1904
|
-
"
|
|
1902
|
+
"gap": "sm",
|
|
1905
1903
|
"children": [
|
|
1906
1904
|
{
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1905
|
+
"type": "icon",
|
|
1906
|
+
"name": "folder"
|
|
1909
1907
|
},
|
|
1910
1908
|
{
|
|
1911
1909
|
"type": "typography",
|
|
@@ -1913,35 +1911,37 @@
|
|
|
1913
1911
|
"variant": "h2"
|
|
1914
1912
|
}
|
|
1915
1913
|
],
|
|
1916
|
-
"gap": "sm",
|
|
1917
1914
|
"type": "stack",
|
|
1915
|
+
"align": "center",
|
|
1918
1916
|
"direction": "horizontal"
|
|
1919
1917
|
},
|
|
1920
1918
|
{
|
|
1921
|
-
"type": "stack",
|
|
1922
|
-
"direction": "horizontal",
|
|
1923
|
-
"gap": "sm",
|
|
1924
1919
|
"children": [
|
|
1925
1920
|
{
|
|
1926
|
-
"label": "Create Category",
|
|
1927
1921
|
"type": "button",
|
|
1928
1922
|
"variant": "primary",
|
|
1929
1923
|
"action": "CREATE",
|
|
1924
|
+
"label": "Create Category",
|
|
1930
1925
|
"icon": "plus"
|
|
1931
1926
|
}
|
|
1932
|
-
]
|
|
1927
|
+
],
|
|
1928
|
+
"gap": "sm",
|
|
1929
|
+
"direction": "horizontal",
|
|
1930
|
+
"type": "stack"
|
|
1933
1931
|
}
|
|
1934
1932
|
],
|
|
1935
|
-
"align": "center"
|
|
1933
|
+
"align": "center",
|
|
1934
|
+
"gap": "md"
|
|
1936
1935
|
},
|
|
1937
1936
|
{
|
|
1938
1937
|
"type": "divider"
|
|
1939
1938
|
},
|
|
1940
1939
|
"@trait.CategoryBrowseList"
|
|
1941
1940
|
],
|
|
1942
|
-
"
|
|
1941
|
+
"direction": "vertical"
|
|
1943
1942
|
}
|
|
1944
|
-
]
|
|
1943
|
+
],
|
|
1944
|
+
"appName": "CmsApp"
|
|
1945
1945
|
}
|
|
1946
1946
|
]
|
|
1947
1947
|
]
|
|
@@ -1955,35 +1955,20 @@
|
|
|
1955
1955
|
"name": "CategoryBrowseList",
|
|
1956
1956
|
"linkedEntity": "Category",
|
|
1957
1957
|
"config": {
|
|
1958
|
-
"
|
|
1959
|
-
|
|
1960
|
-
"event": "VIEW",
|
|
1961
|
-
"label": "View",
|
|
1962
|
-
"variant": "ghost"
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
"label": "Edit",
|
|
1966
|
-
"event": "EDIT",
|
|
1967
|
-
"variant": "ghost"
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"variant": "danger",
|
|
1971
|
-
"label": "Delete",
|
|
1972
|
-
"event": "DELETE"
|
|
1973
|
-
}
|
|
1974
|
-
],
|
|
1958
|
+
"cols": 1.0,
|
|
1959
|
+
"gap": "sm",
|
|
1975
1960
|
"variant": "card",
|
|
1976
1961
|
"fields": [
|
|
1977
1962
|
{
|
|
1978
|
-
"name": "name",
|
|
1979
1963
|
"icon": "folder",
|
|
1964
|
+
"name": "name",
|
|
1980
1965
|
"variant": "h3"
|
|
1981
1966
|
},
|
|
1982
1967
|
{
|
|
1983
1968
|
"variant": "badge",
|
|
1984
|
-
"label": "Articles",
|
|
1985
1969
|
"name": "articleCount",
|
|
1986
|
-
"format": "number"
|
|
1970
|
+
"format": "number",
|
|
1971
|
+
"label": "Articles"
|
|
1987
1972
|
},
|
|
1988
1973
|
{
|
|
1989
1974
|
"name": "description",
|
|
@@ -1994,8 +1979,23 @@
|
|
|
1994
1979
|
"name": "slug"
|
|
1995
1980
|
}
|
|
1996
1981
|
],
|
|
1997
|
-
"
|
|
1998
|
-
|
|
1982
|
+
"itemActions": [
|
|
1983
|
+
{
|
|
1984
|
+
"label": "View",
|
|
1985
|
+
"event": "VIEW",
|
|
1986
|
+
"variant": "ghost"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"event": "EDIT",
|
|
1990
|
+
"variant": "ghost",
|
|
1991
|
+
"label": "Edit"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"variant": "danger",
|
|
1995
|
+
"event": "DELETE",
|
|
1996
|
+
"label": "Delete"
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1999
1999
|
},
|
|
2000
2000
|
"listens": [
|
|
2001
2001
|
{
|
|
@@ -2029,16 +2029,16 @@
|
|
|
2029
2029
|
"name": "CategoryCreate",
|
|
2030
2030
|
"linkedEntity": "Category",
|
|
2031
2031
|
"config": {
|
|
2032
|
+
"mode": "create",
|
|
2033
|
+
"title": "Create Category",
|
|
2034
|
+
"icon": "plus-circle",
|
|
2032
2035
|
"fields": [
|
|
2033
2036
|
"name",
|
|
2034
2037
|
"slug",
|
|
2035
2038
|
"description",
|
|
2036
2039
|
"parentCategory",
|
|
2037
2040
|
"articleCount"
|
|
2038
|
-
]
|
|
2039
|
-
"mode": "create",
|
|
2040
|
-
"title": "Create Category",
|
|
2041
|
-
"icon": "plus-circle"
|
|
2041
|
+
]
|
|
2042
2042
|
},
|
|
2043
2043
|
"events": {
|
|
2044
2044
|
"OPEN": "CREATE"
|
|
@@ -2059,16 +2059,16 @@
|
|
|
2059
2059
|
"name": "CategoryEdit",
|
|
2060
2060
|
"linkedEntity": "Category",
|
|
2061
2061
|
"config": {
|
|
2062
|
-
"mode": "edit",
|
|
2063
|
-
"icon": "edit",
|
|
2064
|
-
"title": "Edit Category",
|
|
2065
2062
|
"fields": [
|
|
2066
2063
|
"name",
|
|
2067
2064
|
"slug",
|
|
2068
2065
|
"description",
|
|
2069
2066
|
"parentCategory",
|
|
2070
2067
|
"articleCount"
|
|
2071
|
-
]
|
|
2068
|
+
],
|
|
2069
|
+
"mode": "edit",
|
|
2070
|
+
"title": "Edit Category",
|
|
2071
|
+
"icon": "edit"
|
|
2072
2072
|
},
|
|
2073
2073
|
"events": {
|
|
2074
2074
|
"OPEN": "EDIT"
|
|
@@ -2089,6 +2089,8 @@
|
|
|
2089
2089
|
"name": "CategoryView",
|
|
2090
2090
|
"linkedEntity": "Category",
|
|
2091
2091
|
"config": {
|
|
2092
|
+
"icon": "eye",
|
|
2093
|
+
"title": "View Category",
|
|
2092
2094
|
"mode": "view",
|
|
2093
2095
|
"fields": [
|
|
2094
2096
|
"name",
|
|
@@ -2096,9 +2098,7 @@
|
|
|
2096
2098
|
"description",
|
|
2097
2099
|
"parentCategory",
|
|
2098
2100
|
"articleCount"
|
|
2099
|
-
]
|
|
2100
|
-
"icon": "eye",
|
|
2101
|
-
"title": "View Category"
|
|
2101
|
+
]
|
|
2102
2102
|
},
|
|
2103
2103
|
"events": {
|
|
2104
2104
|
"OPEN": "VIEW"
|
|
@@ -2119,8 +2119,8 @@
|
|
|
2119
2119
|
"name": "CategoryDelete",
|
|
2120
2120
|
"linkedEntity": "Category",
|
|
2121
2121
|
"config": {
|
|
2122
|
-
"icon": "alert-triangle",
|
|
2123
2122
|
"title": "Delete Category",
|
|
2123
|
+
"icon": "alert-triangle",
|
|
2124
2124
|
"alertMessage": "This action cannot be undone.",
|
|
2125
2125
|
"confirmLabel": "Delete"
|
|
2126
2126
|
},
|
|
@@ -2424,20 +2424,21 @@
|
|
|
2424
2424
|
"name": "CmsHubAppLayout",
|
|
2425
2425
|
"linkedEntity": "HubArticle",
|
|
2426
2426
|
"config": {
|
|
2427
|
-
"notifications": [],
|
|
2428
|
-
"notificationClickEvent": "CMS_HUB_NOTIFICATIONS_OPEN",
|
|
2429
2427
|
"contentTrait": "@trait.CmsHubDisplay",
|
|
2428
|
+
"searchEvent": "CMS_HUB_SEARCH",
|
|
2429
|
+
"notificationClickEvent": "CMS_HUB_NOTIFICATIONS_OPEN",
|
|
2430
|
+
"notifications": [],
|
|
2430
2431
|
"appName": "CmsApp",
|
|
2431
2432
|
"navItems": [
|
|
2432
2433
|
{
|
|
2433
|
-
"label": "CMS Hub",
|
|
2434
2434
|
"icon": "layout-grid",
|
|
2435
|
+
"label": "CMS Hub",
|
|
2435
2436
|
"href": "/cms-hub"
|
|
2436
2437
|
},
|
|
2437
2438
|
{
|
|
2438
|
-
"href": "/articles",
|
|
2439
2439
|
"icon": "file-text",
|
|
2440
|
-
"label": "Articles"
|
|
2440
|
+
"label": "Articles",
|
|
2441
|
+
"href": "/articles"
|
|
2441
2442
|
},
|
|
2442
2443
|
{
|
|
2443
2444
|
"icon": "image",
|
|
@@ -2446,15 +2447,14 @@
|
|
|
2446
2447
|
},
|
|
2447
2448
|
{
|
|
2448
2449
|
"label": "Categories",
|
|
2449
|
-
"
|
|
2450
|
-
"
|
|
2450
|
+
"icon": "folder",
|
|
2451
|
+
"href": "/categories"
|
|
2451
2452
|
}
|
|
2452
|
-
]
|
|
2453
|
-
"searchEvent": "CMS_HUB_SEARCH"
|
|
2453
|
+
]
|
|
2454
2454
|
},
|
|
2455
2455
|
"events": {
|
|
2456
|
-
"
|
|
2457
|
-
"
|
|
2456
|
+
"NOTIFY_CLICK": "CMS_HUB_NOTIFICATIONS_OPEN",
|
|
2457
|
+
"SEARCH": "CMS_HUB_SEARCH"
|
|
2458
2458
|
}
|
|
2459
2459
|
},
|
|
2460
2460
|
{
|
|
@@ -2485,37 +2485,34 @@
|
|
|
2485
2485
|
{
|
|
2486
2486
|
"navItems": [
|
|
2487
2487
|
{
|
|
2488
|
-
"
|
|
2488
|
+
"href": "/cms-hub",
|
|
2489
2489
|
"label": "CMS Hub",
|
|
2490
|
-
"
|
|
2490
|
+
"icon": "layout-grid"
|
|
2491
2491
|
},
|
|
2492
2492
|
{
|
|
2493
2493
|
"href": "/articles",
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2494
|
+
"icon": "file-text",
|
|
2495
|
+
"label": "Articles"
|
|
2496
2496
|
},
|
|
2497
2497
|
{
|
|
2498
|
+
"icon": "image",
|
|
2498
2499
|
"href": "/media",
|
|
2499
|
-
"label": "Media"
|
|
2500
|
-
"icon": "image"
|
|
2500
|
+
"label": "Media"
|
|
2501
2501
|
},
|
|
2502
2502
|
{
|
|
2503
|
+
"href": "/categories",
|
|
2503
2504
|
"icon": "folder",
|
|
2504
|
-
"label": "Categories"
|
|
2505
|
-
"href": "/categories"
|
|
2505
|
+
"label": "Categories"
|
|
2506
2506
|
}
|
|
2507
2507
|
],
|
|
2508
|
-
"appName": "CmsApp",
|
|
2509
2508
|
"children": [
|
|
2510
2509
|
{
|
|
2511
|
-
"type": "stack",
|
|
2512
2510
|
"gap": "lg",
|
|
2513
2511
|
"direction": "vertical",
|
|
2514
2512
|
"className": "max-w-5xl mx-auto w-full",
|
|
2515
2513
|
"children": [
|
|
2516
2514
|
{
|
|
2517
|
-
"
|
|
2518
|
-
"align": "center",
|
|
2515
|
+
"direction": "horizontal",
|
|
2519
2516
|
"children": [
|
|
2520
2517
|
{
|
|
2521
2518
|
"name": "layout-grid",
|
|
@@ -2523,11 +2520,12 @@
|
|
|
2523
2520
|
},
|
|
2524
2521
|
{
|
|
2525
2522
|
"content": "CMS Hub",
|
|
2526
|
-
"
|
|
2527
|
-
"
|
|
2523
|
+
"variant": "h2",
|
|
2524
|
+
"type": "typography"
|
|
2528
2525
|
}
|
|
2529
2526
|
],
|
|
2530
|
-
"
|
|
2527
|
+
"align": "center",
|
|
2528
|
+
"gap": "sm",
|
|
2531
2529
|
"type": "stack"
|
|
2532
2530
|
},
|
|
2533
2531
|
{
|
|
@@ -2535,14 +2533,16 @@
|
|
|
2535
2533
|
},
|
|
2536
2534
|
{
|
|
2537
2535
|
"type": "typography",
|
|
2536
|
+
"color": "muted",
|
|
2538
2537
|
"content": "Recent articles across the platform",
|
|
2539
|
-
"variant": "caption"
|
|
2540
|
-
"color": "muted"
|
|
2538
|
+
"variant": "caption"
|
|
2541
2539
|
},
|
|
2542
2540
|
"@trait.HubBrowseList"
|
|
2543
|
-
]
|
|
2541
|
+
],
|
|
2542
|
+
"type": "stack"
|
|
2544
2543
|
}
|
|
2545
2544
|
],
|
|
2545
|
+
"appName": "CmsApp",
|
|
2546
2546
|
"type": "dashboard-layout"
|
|
2547
2547
|
}
|
|
2548
2548
|
]
|
|
@@ -2557,6 +2557,8 @@
|
|
|
2557
2557
|
"name": "HubBrowseList",
|
|
2558
2558
|
"linkedEntity": "HubArticle",
|
|
2559
2559
|
"config": {
|
|
2560
|
+
"itemActions": [],
|
|
2561
|
+
"gap": "sm",
|
|
2560
2562
|
"fields": [
|
|
2561
2563
|
{
|
|
2562
2564
|
"icon": "file-text",
|
|
@@ -2564,23 +2566,21 @@
|
|
|
2564
2566
|
"variant": "h3"
|
|
2565
2567
|
},
|
|
2566
2568
|
{
|
|
2567
|
-
"
|
|
2568
|
-
"
|
|
2569
|
+
"variant": "badge",
|
|
2570
|
+
"name": "status"
|
|
2569
2571
|
},
|
|
2570
2572
|
{
|
|
2571
|
-
"
|
|
2572
|
-
"
|
|
2573
|
+
"name": "author",
|
|
2574
|
+
"variant": "caption"
|
|
2573
2575
|
},
|
|
2574
2576
|
{
|
|
2575
2577
|
"name": "category",
|
|
2576
2578
|
"variant": "badge"
|
|
2577
2579
|
}
|
|
2578
2580
|
],
|
|
2579
|
-
"variant": "card",
|
|
2580
|
-
"cols": 1.0,
|
|
2581
2581
|
"imageField": "heroImage",
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2582
|
+
"variant": "card",
|
|
2583
|
+
"cols": 1.0
|
|
2584
2584
|
}
|
|
2585
2585
|
}
|
|
2586
2586
|
],
|
|
@@ -2603,4 +2603,4 @@
|
|
|
2603
2603
|
]
|
|
2604
2604
|
}
|
|
2605
2605
|
]
|
|
2606
|
-
}
|
|
2606
|
+
}
|