@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
|
@@ -121,32 +121,32 @@
|
|
|
121
121
|
"ref": "AppShell.traits.AppLayout",
|
|
122
122
|
"name": "TaskAppLayout",
|
|
123
123
|
"config": {
|
|
124
|
-
"searchEvent": "TASK_SEARCH",
|
|
125
124
|
"notifications": [],
|
|
126
125
|
"contentTrait": "@trait.TaskCatalog",
|
|
126
|
+
"appName": "ProjectManagerApp",
|
|
127
127
|
"navItems": [
|
|
128
128
|
{
|
|
129
|
-
"href": "/tasks",
|
|
130
129
|
"icon": "list-todo",
|
|
130
|
+
"href": "/tasks",
|
|
131
131
|
"label": "Tasks"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
"
|
|
134
|
+
"label": "Sprints",
|
|
135
135
|
"href": "/sprints",
|
|
136
|
-
"
|
|
136
|
+
"icon": "zap"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"icon": "trending-down",
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"label": "Burndown",
|
|
141
|
+
"href": "/burndown"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
|
-
"
|
|
145
|
-
"
|
|
144
|
+
"searchEvent": "TASK_SEARCH",
|
|
145
|
+
"notificationClickEvent": "TASK_NOTIFICATIONS_OPEN"
|
|
146
146
|
},
|
|
147
147
|
"events": {
|
|
148
|
-
"
|
|
149
|
-
"
|
|
148
|
+
"NOTIFY_CLICK": "TASK_NOTIFICATIONS_OPEN",
|
|
149
|
+
"SEARCH": "TASK_SEARCH"
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
{
|
|
@@ -229,62 +229,59 @@
|
|
|
229
229
|
"render-ui",
|
|
230
230
|
"main",
|
|
231
231
|
{
|
|
232
|
-
"type": "stack",
|
|
233
|
-
"gap": "lg",
|
|
234
|
-
"direction": "vertical",
|
|
235
232
|
"children": [
|
|
236
233
|
{
|
|
234
|
+
"type": "stack",
|
|
235
|
+
"gap": "md",
|
|
236
|
+
"direction": "horizontal",
|
|
237
237
|
"justify": "between",
|
|
238
238
|
"align": "center",
|
|
239
239
|
"children": [
|
|
240
240
|
{
|
|
241
241
|
"gap": "sm",
|
|
242
|
-
"align": "center",
|
|
243
|
-
"direction": "horizontal",
|
|
244
242
|
"children": [
|
|
245
243
|
{
|
|
246
244
|
"name": "list-todo",
|
|
247
245
|
"type": "icon"
|
|
248
246
|
},
|
|
249
247
|
{
|
|
250
|
-
"variant": "h2",
|
|
251
248
|
"type": "typography",
|
|
252
|
-
"content": "Tasks"
|
|
249
|
+
"content": "Tasks",
|
|
250
|
+
"variant": "h2"
|
|
253
251
|
}
|
|
254
252
|
],
|
|
255
|
-
"type": "stack"
|
|
253
|
+
"type": "stack",
|
|
254
|
+
"align": "center",
|
|
255
|
+
"direction": "horizontal"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"type": "stack",
|
|
259
|
-
"gap": "sm",
|
|
260
|
-
"direction": "horizontal",
|
|
261
259
|
"children": [
|
|
262
260
|
{
|
|
261
|
+
"label": "New Task",
|
|
263
262
|
"icon": "plus",
|
|
263
|
+
"type": "button",
|
|
264
264
|
"variant": "primary",
|
|
265
|
-
"action": "CREATE"
|
|
266
|
-
"label": "New Task",
|
|
267
|
-
"type": "button"
|
|
265
|
+
"action": "CREATE"
|
|
268
266
|
}
|
|
269
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"direction": "horizontal",
|
|
269
|
+
"gap": "sm"
|
|
270
270
|
}
|
|
271
|
-
]
|
|
272
|
-
"gap": "md",
|
|
273
|
-
"type": "stack",
|
|
274
|
-
"direction": "horizontal"
|
|
271
|
+
]
|
|
275
272
|
},
|
|
276
273
|
{
|
|
277
274
|
"type": "divider"
|
|
278
275
|
},
|
|
279
276
|
{
|
|
277
|
+
"direction": "horizontal",
|
|
278
|
+
"gap": "md",
|
|
279
|
+
"align": "center",
|
|
280
|
+
"type": "stack",
|
|
280
281
|
"children": [
|
|
281
282
|
"@trait.TaskSearch",
|
|
282
283
|
"@trait.TaskFilter"
|
|
283
|
-
]
|
|
284
|
-
"type": "stack",
|
|
285
|
-
"direction": "horizontal",
|
|
286
|
-
"gap": "md",
|
|
287
|
-
"align": "center"
|
|
284
|
+
]
|
|
288
285
|
},
|
|
289
286
|
"@trait.TaskStats",
|
|
290
287
|
"@trait.TaskGraphs",
|
|
@@ -293,7 +290,10 @@
|
|
|
293
290
|
"type": "divider"
|
|
294
291
|
},
|
|
295
292
|
"@trait.TaskBrowseList"
|
|
296
|
-
]
|
|
293
|
+
],
|
|
294
|
+
"type": "stack",
|
|
295
|
+
"direction": "vertical",
|
|
296
|
+
"gap": "lg"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
]
|
|
@@ -312,34 +312,34 @@
|
|
|
312
312
|
"render-ui",
|
|
313
313
|
"main",
|
|
314
314
|
{
|
|
315
|
+
"className": "py-8",
|
|
316
|
+
"type": "stack",
|
|
317
|
+
"direction": "vertical",
|
|
315
318
|
"children": [
|
|
316
319
|
{
|
|
317
320
|
"name": "bell",
|
|
318
321
|
"type": "icon"
|
|
319
322
|
},
|
|
320
323
|
{
|
|
321
|
-
"
|
|
324
|
+
"content": "No notifications",
|
|
322
325
|
"variant": "h3",
|
|
323
|
-
"
|
|
326
|
+
"type": "typography"
|
|
324
327
|
},
|
|
325
328
|
{
|
|
326
329
|
"type": "typography",
|
|
327
330
|
"color": "muted",
|
|
328
|
-
"
|
|
329
|
-
"
|
|
331
|
+
"variant": "caption",
|
|
332
|
+
"content": "You're all caught up."
|
|
330
333
|
},
|
|
331
334
|
{
|
|
332
|
-
"action": "INIT",
|
|
333
335
|
"type": "button",
|
|
336
|
+
"variant": "ghost",
|
|
334
337
|
"label": "Back to tasks",
|
|
335
|
-
"
|
|
338
|
+
"action": "INIT"
|
|
336
339
|
}
|
|
337
340
|
],
|
|
338
|
-
"align": "center",
|
|
339
|
-
"direction": "vertical",
|
|
340
341
|
"gap": "md",
|
|
341
|
-
"
|
|
342
|
-
"type": "stack"
|
|
342
|
+
"align": "center"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
]
|
|
@@ -362,22 +362,23 @@
|
|
|
362
362
|
"config": {
|
|
363
363
|
"filters": [
|
|
364
364
|
{
|
|
365
|
-
"
|
|
366
|
-
"label": "Status",
|
|
365
|
+
"filterType": "select",
|
|
367
366
|
"options": [
|
|
368
367
|
"todo",
|
|
369
368
|
"in-progress",
|
|
370
369
|
"review",
|
|
371
370
|
"done"
|
|
372
371
|
],
|
|
373
|
-
"
|
|
372
|
+
"field": "status",
|
|
373
|
+
"label": "Status"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
-
"filterType": "text",
|
|
377
376
|
"label": "Assignee",
|
|
377
|
+
"filterType": "text",
|
|
378
378
|
"field": "assignee"
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
+
"field": "priority",
|
|
381
382
|
"filterType": "select",
|
|
382
383
|
"label": "Priority",
|
|
383
384
|
"options": [
|
|
@@ -385,13 +386,12 @@
|
|
|
385
386
|
"medium",
|
|
386
387
|
"high",
|
|
387
388
|
"critical"
|
|
388
|
-
]
|
|
389
|
-
"field": "priority"
|
|
389
|
+
]
|
|
390
390
|
},
|
|
391
391
|
{
|
|
392
|
-
"filterType": "text",
|
|
393
392
|
"field": "sprint",
|
|
394
|
-
"label": "Sprint"
|
|
393
|
+
"label": "Sprint",
|
|
394
|
+
"filterType": "text"
|
|
395
395
|
}
|
|
396
396
|
],
|
|
397
397
|
"event": "TASK_FILTER"
|
|
@@ -404,15 +404,16 @@
|
|
|
404
404
|
"title": "Tasks",
|
|
405
405
|
"metrics": [
|
|
406
406
|
{
|
|
407
|
-
"
|
|
407
|
+
"label": "Total",
|
|
408
|
+
"icon": "list-todo",
|
|
408
409
|
"format": "number",
|
|
409
410
|
"variant": "primary",
|
|
410
|
-
"
|
|
411
|
-
"icon": "list-todo"
|
|
411
|
+
"aggregation": "count"
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
|
-
"
|
|
414
|
+
"icon": "circle",
|
|
415
415
|
"label": "Todo",
|
|
416
|
+
"aggregation": "count",
|
|
416
417
|
"variant": "muted",
|
|
417
418
|
"filter": [
|
|
418
419
|
"fn",
|
|
@@ -423,13 +424,12 @@
|
|
|
423
424
|
"todo"
|
|
424
425
|
]
|
|
425
426
|
],
|
|
426
|
-
"
|
|
427
|
-
"aggregation": "count"
|
|
427
|
+
"format": "number"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
|
+
"label": "In Progress",
|
|
430
431
|
"aggregation": "count",
|
|
431
432
|
"icon": "loader",
|
|
432
|
-
"label": "In Progress",
|
|
433
433
|
"variant": "warning",
|
|
434
434
|
"format": "number",
|
|
435
435
|
"filter": [
|
|
@@ -443,6 +443,10 @@
|
|
|
443
443
|
]
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
|
+
"aggregation": "count",
|
|
447
|
+
"icon": "check-circle",
|
|
448
|
+
"variant": "success",
|
|
449
|
+
"format": "number",
|
|
446
450
|
"filter": [
|
|
447
451
|
"fn",
|
|
448
452
|
"row",
|
|
@@ -452,15 +456,10 @@
|
|
|
452
456
|
"done"
|
|
453
457
|
]
|
|
454
458
|
],
|
|
455
|
-
"
|
|
456
|
-
"icon": "check-circle",
|
|
457
|
-
"label": "Done",
|
|
458
|
-
"aggregation": "count",
|
|
459
|
-
"variant": "success"
|
|
459
|
+
"label": "Done"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
|
-
"
|
|
463
|
-
"format": "number",
|
|
462
|
+
"icon": "alert-octagon",
|
|
464
463
|
"filter": [
|
|
465
464
|
"fn",
|
|
466
465
|
"row",
|
|
@@ -471,8 +470,9 @@
|
|
|
471
470
|
]
|
|
472
471
|
],
|
|
473
472
|
"variant": "danger",
|
|
474
|
-
"
|
|
475
|
-
"
|
|
473
|
+
"label": "Critical",
|
|
474
|
+
"format": "number",
|
|
475
|
+
"aggregation": "count"
|
|
476
476
|
}
|
|
477
477
|
]
|
|
478
478
|
},
|
|
@@ -491,13 +491,13 @@
|
|
|
491
491
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
492
492
|
"name": "TaskGraphs",
|
|
493
493
|
"config": {
|
|
494
|
+
"categoryField": "status",
|
|
494
495
|
"aggregation": "count",
|
|
495
496
|
"chartType": "bar",
|
|
496
|
-
"categoryField": "status",
|
|
497
497
|
"height": 240.0,
|
|
498
498
|
"showLegend": false,
|
|
499
|
-
"
|
|
500
|
-
"
|
|
499
|
+
"title": "Tasks by Status",
|
|
500
|
+
"subtitle": "Workload distribution across status buckets"
|
|
501
501
|
},
|
|
502
502
|
"listens": [
|
|
503
503
|
{
|
|
@@ -516,8 +516,8 @@
|
|
|
516
516
|
"linkedEntity": "Task",
|
|
517
517
|
"config": {
|
|
518
518
|
"dateField": "dueDate",
|
|
519
|
-
"
|
|
520
|
-
"
|
|
519
|
+
"titleField": "title",
|
|
520
|
+
"colorField": "priority"
|
|
521
521
|
}
|
|
522
522
|
},
|
|
523
523
|
{
|
|
@@ -525,42 +525,41 @@
|
|
|
525
525
|
"name": "TaskBrowseList",
|
|
526
526
|
"linkedEntity": "Task",
|
|
527
527
|
"config": {
|
|
528
|
-
"gap": "sm",
|
|
529
528
|
"fields": [
|
|
530
529
|
{
|
|
531
530
|
"name": "title",
|
|
532
|
-
"
|
|
533
|
-
"
|
|
531
|
+
"variant": "h3",
|
|
532
|
+
"icon": "list-todo"
|
|
534
533
|
},
|
|
535
534
|
{
|
|
536
535
|
"name": "status",
|
|
537
536
|
"variant": "badge"
|
|
538
537
|
},
|
|
539
538
|
{
|
|
540
|
-
"
|
|
541
|
-
"
|
|
539
|
+
"name": "assignee",
|
|
540
|
+
"variant": "body"
|
|
542
541
|
},
|
|
543
542
|
{
|
|
544
543
|
"name": "priority",
|
|
545
544
|
"variant": "badge"
|
|
546
545
|
},
|
|
547
546
|
{
|
|
548
|
-
"name": "dueDate",
|
|
549
|
-
"variant": "caption",
|
|
550
547
|
"format": "date",
|
|
548
|
+
"variant": "caption",
|
|
549
|
+
"name": "dueDate",
|
|
551
550
|
"label": "Due"
|
|
552
551
|
}
|
|
553
552
|
],
|
|
554
553
|
"itemActions": [
|
|
555
554
|
{
|
|
556
555
|
"label": "View",
|
|
557
|
-
"
|
|
558
|
-
"
|
|
556
|
+
"event": "VIEW",
|
|
557
|
+
"variant": "ghost"
|
|
559
558
|
},
|
|
560
559
|
{
|
|
561
|
-
"event": "EDIT",
|
|
562
560
|
"label": "Edit",
|
|
563
|
-
"variant": "ghost"
|
|
561
|
+
"variant": "ghost",
|
|
562
|
+
"event": "EDIT"
|
|
564
563
|
},
|
|
565
564
|
{
|
|
566
565
|
"label": "Delete",
|
|
@@ -568,7 +567,8 @@
|
|
|
568
567
|
"event": "DELETE"
|
|
569
568
|
}
|
|
570
569
|
],
|
|
571
|
-
"cols": 1.0
|
|
570
|
+
"cols": 1.0,
|
|
571
|
+
"gap": "sm"
|
|
572
572
|
},
|
|
573
573
|
"listens": [
|
|
574
574
|
{
|
|
@@ -618,9 +618,9 @@
|
|
|
618
618
|
"name": "TaskCreate",
|
|
619
619
|
"linkedEntity": "Task",
|
|
620
620
|
"config": {
|
|
621
|
-
"title": "New Task",
|
|
622
|
-
"mode": "create",
|
|
623
621
|
"icon": "plus-circle",
|
|
622
|
+
"mode": "create",
|
|
623
|
+
"title": "New Task",
|
|
624
624
|
"fields": [
|
|
625
625
|
"title",
|
|
626
626
|
"description",
|
|
@@ -651,6 +651,8 @@
|
|
|
651
651
|
"name": "TaskEdit",
|
|
652
652
|
"linkedEntity": "Task",
|
|
653
653
|
"config": {
|
|
654
|
+
"mode": "edit",
|
|
655
|
+
"icon": "edit",
|
|
654
656
|
"fields": [
|
|
655
657
|
"title",
|
|
656
658
|
"description",
|
|
@@ -661,9 +663,7 @@
|
|
|
661
663
|
"storyPoints",
|
|
662
664
|
"dueDate"
|
|
663
665
|
],
|
|
664
|
-
"
|
|
665
|
-
"title": "Edit Task",
|
|
666
|
-
"icon": "edit"
|
|
666
|
+
"title": "Edit Task"
|
|
667
667
|
},
|
|
668
668
|
"events": {
|
|
669
669
|
"OPEN": "EDIT"
|
|
@@ -684,6 +684,9 @@
|
|
|
684
684
|
"name": "TaskView",
|
|
685
685
|
"linkedEntity": "Task",
|
|
686
686
|
"config": {
|
|
687
|
+
"icon": "eye",
|
|
688
|
+
"title": "View Task",
|
|
689
|
+
"mode": "edit",
|
|
687
690
|
"fields": [
|
|
688
691
|
"title",
|
|
689
692
|
"description",
|
|
@@ -693,10 +696,7 @@
|
|
|
693
696
|
"sprint",
|
|
694
697
|
"storyPoints",
|
|
695
698
|
"dueDate"
|
|
696
|
-
]
|
|
697
|
-
"icon": "eye",
|
|
698
|
-
"mode": "edit",
|
|
699
|
-
"title": "View Task"
|
|
699
|
+
]
|
|
700
700
|
},
|
|
701
701
|
"events": {
|
|
702
702
|
"OPEN": "VIEW"
|
|
@@ -717,14 +717,14 @@
|
|
|
717
717
|
"name": "TaskDelete",
|
|
718
718
|
"linkedEntity": "Task",
|
|
719
719
|
"config": {
|
|
720
|
-
"icon": "alert-triangle",
|
|
721
|
-
"confirmLabel": "Delete",
|
|
722
720
|
"alertMessage": "This action cannot be undone.",
|
|
723
|
-
"
|
|
721
|
+
"icon": "alert-triangle",
|
|
722
|
+
"title": "Delete Task",
|
|
723
|
+
"confirmLabel": "Delete"
|
|
724
724
|
},
|
|
725
725
|
"events": {
|
|
726
|
-
"
|
|
727
|
-
"
|
|
726
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
727
|
+
"REQUEST": "DELETE"
|
|
728
728
|
},
|
|
729
729
|
"listens": [
|
|
730
730
|
{
|
|
@@ -1047,27 +1047,27 @@
|
|
|
1047
1047
|
"name": "SprintAppLayout",
|
|
1048
1048
|
"linkedEntity": "Sprint",
|
|
1049
1049
|
"config": {
|
|
1050
|
-
"notifications": [],
|
|
1051
1050
|
"searchEvent": "SPRINT_SEARCH",
|
|
1052
|
-
"appName": "ProjectManagerApp",
|
|
1053
1051
|
"notificationClickEvent": "SPRINT_NOTIFICATIONS_OPEN",
|
|
1052
|
+
"appName": "ProjectManagerApp",
|
|
1054
1053
|
"navItems": [
|
|
1055
1054
|
{
|
|
1056
1055
|
"href": "/tasks",
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1056
|
+
"icon": "list-todo",
|
|
1057
|
+
"label": "Tasks"
|
|
1059
1058
|
},
|
|
1060
1059
|
{
|
|
1061
|
-
"href": "/sprints",
|
|
1062
1060
|
"label": "Sprints",
|
|
1063
|
-
"icon": "zap"
|
|
1061
|
+
"icon": "zap",
|
|
1062
|
+
"href": "/sprints"
|
|
1064
1063
|
},
|
|
1065
1064
|
{
|
|
1065
|
+
"icon": "trending-down",
|
|
1066
1066
|
"label": "Burndown",
|
|
1067
|
-
"href": "/burndown"
|
|
1068
|
-
"icon": "trending-down"
|
|
1067
|
+
"href": "/burndown"
|
|
1069
1068
|
}
|
|
1070
1069
|
],
|
|
1070
|
+
"notifications": [],
|
|
1071
1071
|
"contentTrait": "@trait.SprintCatalog"
|
|
1072
1072
|
},
|
|
1073
1073
|
"events": {
|
|
@@ -1118,54 +1118,54 @@
|
|
|
1118
1118
|
"main",
|
|
1119
1119
|
{
|
|
1120
1120
|
"direction": "vertical",
|
|
1121
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1122
|
+
"type": "stack",
|
|
1121
1123
|
"children": [
|
|
1122
1124
|
{
|
|
1123
|
-
"justify": "between",
|
|
1124
|
-
"type": "stack",
|
|
1125
1125
|
"direction": "horizontal",
|
|
1126
1126
|
"gap": "md",
|
|
1127
|
+
"type": "stack",
|
|
1128
|
+
"align": "center",
|
|
1129
|
+
"justify": "between",
|
|
1127
1130
|
"children": [
|
|
1128
1131
|
{
|
|
1129
|
-
"direction": "horizontal",
|
|
1130
|
-
"align": "center",
|
|
1131
1132
|
"gap": "sm",
|
|
1133
|
+
"align": "center",
|
|
1134
|
+
"type": "stack",
|
|
1132
1135
|
"children": [
|
|
1133
1136
|
{
|
|
1134
1137
|
"type": "icon",
|
|
1135
1138
|
"name": "zap"
|
|
1136
1139
|
},
|
|
1137
1140
|
{
|
|
1138
|
-
"variant": "h2",
|
|
1139
1141
|
"type": "typography",
|
|
1142
|
+
"variant": "h2",
|
|
1140
1143
|
"content": "Sprints"
|
|
1141
1144
|
}
|
|
1142
1145
|
],
|
|
1143
|
-
"
|
|
1146
|
+
"direction": "horizontal"
|
|
1144
1147
|
},
|
|
1145
1148
|
{
|
|
1146
|
-
"gap": "sm",
|
|
1147
|
-
"direction": "horizontal",
|
|
1148
|
-
"type": "stack",
|
|
1149
1149
|
"children": [
|
|
1150
1150
|
{
|
|
1151
|
-
"type": "button",
|
|
1152
|
-
"label": "New Sprint",
|
|
1153
1151
|
"icon": "plus",
|
|
1154
1152
|
"variant": "primary",
|
|
1155
|
-
"action": "CREATE"
|
|
1153
|
+
"action": "CREATE",
|
|
1154
|
+
"label": "New Sprint",
|
|
1155
|
+
"type": "button"
|
|
1156
1156
|
}
|
|
1157
|
-
]
|
|
1157
|
+
],
|
|
1158
|
+
"direction": "horizontal",
|
|
1159
|
+
"type": "stack",
|
|
1160
|
+
"gap": "sm"
|
|
1158
1161
|
}
|
|
1159
|
-
]
|
|
1160
|
-
"align": "center"
|
|
1162
|
+
]
|
|
1161
1163
|
},
|
|
1162
1164
|
{
|
|
1163
1165
|
"type": "divider"
|
|
1164
1166
|
},
|
|
1165
1167
|
"@trait.SprintBrowseList"
|
|
1166
1168
|
],
|
|
1167
|
-
"type": "stack",
|
|
1168
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1169
1169
|
"gap": "lg"
|
|
1170
1170
|
}
|
|
1171
1171
|
]
|
|
@@ -1180,30 +1180,12 @@
|
|
|
1180
1180
|
"name": "SprintBrowseList",
|
|
1181
1181
|
"linkedEntity": "Sprint",
|
|
1182
1182
|
"config": {
|
|
1183
|
-
"itemActions": [
|
|
1184
|
-
{
|
|
1185
|
-
"event": "VIEW",
|
|
1186
|
-
"variant": "ghost",
|
|
1187
|
-
"label": "View"
|
|
1188
|
-
},
|
|
1189
|
-
{
|
|
1190
|
-
"label": "Edit",
|
|
1191
|
-
"event": "EDIT",
|
|
1192
|
-
"variant": "ghost"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"event": "DELETE",
|
|
1196
|
-
"variant": "danger",
|
|
1197
|
-
"label": "Delete"
|
|
1198
|
-
}
|
|
1199
|
-
],
|
|
1200
1183
|
"cols": 1.0,
|
|
1201
|
-
"gap": "sm",
|
|
1202
1184
|
"fields": [
|
|
1203
1185
|
{
|
|
1204
1186
|
"icon": "zap",
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1187
|
+
"name": "name",
|
|
1188
|
+
"variant": "h3"
|
|
1207
1189
|
},
|
|
1208
1190
|
{
|
|
1209
1191
|
"name": "status",
|
|
@@ -1214,10 +1196,10 @@
|
|
|
1214
1196
|
"name": "goal"
|
|
1215
1197
|
},
|
|
1216
1198
|
{
|
|
1217
|
-
"
|
|
1218
|
-
"format": "date",
|
|
1199
|
+
"variant": "caption",
|
|
1219
1200
|
"label": "Start",
|
|
1220
|
-
"
|
|
1201
|
+
"format": "date",
|
|
1202
|
+
"name": "startDate"
|
|
1221
1203
|
},
|
|
1222
1204
|
{
|
|
1223
1205
|
"format": "date",
|
|
@@ -1226,10 +1208,28 @@
|
|
|
1226
1208
|
"variant": "caption"
|
|
1227
1209
|
},
|
|
1228
1210
|
{
|
|
1229
|
-
"
|
|
1211
|
+
"format": "number",
|
|
1230
1212
|
"name": "taskCount",
|
|
1231
1213
|
"label": "Tasks",
|
|
1232
|
-
"
|
|
1214
|
+
"variant": "body"
|
|
1215
|
+
}
|
|
1216
|
+
],
|
|
1217
|
+
"gap": "sm",
|
|
1218
|
+
"itemActions": [
|
|
1219
|
+
{
|
|
1220
|
+
"label": "View",
|
|
1221
|
+
"variant": "ghost",
|
|
1222
|
+
"event": "VIEW"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"event": "EDIT",
|
|
1226
|
+
"label": "Edit",
|
|
1227
|
+
"variant": "ghost"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"label": "Delete",
|
|
1231
|
+
"event": "DELETE",
|
|
1232
|
+
"variant": "danger"
|
|
1233
1233
|
}
|
|
1234
1234
|
]
|
|
1235
1235
|
},
|
|
@@ -1265,7 +1265,6 @@
|
|
|
1265
1265
|
"name": "SprintCreate",
|
|
1266
1266
|
"linkedEntity": "Sprint",
|
|
1267
1267
|
"config": {
|
|
1268
|
-
"icon": "plus-circle",
|
|
1269
1268
|
"mode": "create",
|
|
1270
1269
|
"fields": [
|
|
1271
1270
|
"name",
|
|
@@ -1275,6 +1274,7 @@
|
|
|
1275
1274
|
"status",
|
|
1276
1275
|
"taskCount"
|
|
1277
1276
|
],
|
|
1277
|
+
"icon": "plus-circle",
|
|
1278
1278
|
"title": "New Sprint"
|
|
1279
1279
|
},
|
|
1280
1280
|
"events": {
|
|
@@ -1296,8 +1296,9 @@
|
|
|
1296
1296
|
"name": "SprintEdit",
|
|
1297
1297
|
"linkedEntity": "Sprint",
|
|
1298
1298
|
"config": {
|
|
1299
|
-
"
|
|
1299
|
+
"icon": "edit",
|
|
1300
1300
|
"title": "Edit Sprint",
|
|
1301
|
+
"mode": "edit",
|
|
1301
1302
|
"fields": [
|
|
1302
1303
|
"name",
|
|
1303
1304
|
"startDate",
|
|
@@ -1305,8 +1306,7 @@
|
|
|
1305
1306
|
"goal",
|
|
1306
1307
|
"status",
|
|
1307
1308
|
"taskCount"
|
|
1308
|
-
]
|
|
1309
|
-
"icon": "edit"
|
|
1309
|
+
]
|
|
1310
1310
|
},
|
|
1311
1311
|
"events": {
|
|
1312
1312
|
"OPEN": "EDIT"
|
|
@@ -1327,6 +1327,8 @@
|
|
|
1327
1327
|
"name": "SprintView",
|
|
1328
1328
|
"linkedEntity": "Sprint",
|
|
1329
1329
|
"config": {
|
|
1330
|
+
"title": "View Sprint",
|
|
1331
|
+
"icon": "eye",
|
|
1330
1332
|
"mode": "edit",
|
|
1331
1333
|
"fields": [
|
|
1332
1334
|
"name",
|
|
@@ -1335,9 +1337,7 @@
|
|
|
1335
1337
|
"goal",
|
|
1336
1338
|
"status",
|
|
1337
1339
|
"taskCount"
|
|
1338
|
-
]
|
|
1339
|
-
"title": "View Sprint",
|
|
1340
|
-
"icon": "eye"
|
|
1340
|
+
]
|
|
1341
1341
|
},
|
|
1342
1342
|
"events": {
|
|
1343
1343
|
"OPEN": "VIEW"
|
|
@@ -1358,10 +1358,10 @@
|
|
|
1358
1358
|
"name": "SprintDelete",
|
|
1359
1359
|
"linkedEntity": "Sprint",
|
|
1360
1360
|
"config": {
|
|
1361
|
-
"title": "Delete Sprint",
|
|
1362
|
-
"confirmLabel": "Delete",
|
|
1363
1361
|
"icon": "alert-triangle",
|
|
1364
|
-
"
|
|
1362
|
+
"confirmLabel": "Delete",
|
|
1363
|
+
"alertMessage": "This action cannot be undone.",
|
|
1364
|
+
"title": "Delete Sprint"
|
|
1365
1365
|
},
|
|
1366
1366
|
"events": {
|
|
1367
1367
|
"REQUEST": "DELETE",
|
|
@@ -1645,14 +1645,13 @@
|
|
|
1645
1645
|
"name": "BurndownAppLayout",
|
|
1646
1646
|
"linkedEntity": "Burndown",
|
|
1647
1647
|
"config": {
|
|
1648
|
-
"appName": "ProjectManagerApp",
|
|
1649
|
-
"notifications": [],
|
|
1650
1648
|
"notificationClickEvent": "BURNDOWN_NOTIFICATIONS_OPEN",
|
|
1649
|
+
"contentTrait": "@trait.BurndownDisplay",
|
|
1651
1650
|
"navItems": [
|
|
1652
1651
|
{
|
|
1653
|
-
"
|
|
1652
|
+
"label": "Tasks",
|
|
1654
1653
|
"icon": "list-todo",
|
|
1655
|
-
"
|
|
1654
|
+
"href": "/tasks"
|
|
1656
1655
|
},
|
|
1657
1656
|
{
|
|
1658
1657
|
"label": "Sprints",
|
|
@@ -1660,13 +1659,14 @@
|
|
|
1660
1659
|
"icon": "zap"
|
|
1661
1660
|
},
|
|
1662
1661
|
{
|
|
1662
|
+
"label": "Burndown",
|
|
1663
1663
|
"href": "/burndown",
|
|
1664
|
-
"icon": "trending-down"
|
|
1665
|
-
"label": "Burndown"
|
|
1664
|
+
"icon": "trending-down"
|
|
1666
1665
|
}
|
|
1667
1666
|
],
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1667
|
+
"appName": "ProjectManagerApp",
|
|
1668
|
+
"notifications": [],
|
|
1669
|
+
"searchEvent": "BURNDOWN_SEARCH"
|
|
1670
1670
|
},
|
|
1671
1671
|
"events": {
|
|
1672
1672
|
"SEARCH": "BURNDOWN_SEARCH",
|
|
@@ -1805,33 +1805,31 @@
|
|
|
1805
1805
|
"render-ui",
|
|
1806
1806
|
"main",
|
|
1807
1807
|
{
|
|
1808
|
-
"type": "stack",
|
|
1809
|
-
"direction": "vertical",
|
|
1810
|
-
"className": "max-w-6xl mx-auto w-full",
|
|
1811
1808
|
"gap": "lg",
|
|
1809
|
+
"direction": "vertical",
|
|
1812
1810
|
"children": [
|
|
1813
1811
|
{
|
|
1814
|
-
"gap": "sm",
|
|
1815
|
-
"direction": "horizontal",
|
|
1816
|
-
"align": "center",
|
|
1817
|
-
"type": "stack",
|
|
1818
1812
|
"children": [
|
|
1819
1813
|
{
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1814
|
+
"name": "trending-down",
|
|
1815
|
+
"type": "icon"
|
|
1822
1816
|
},
|
|
1823
1817
|
{
|
|
1824
1818
|
"type": "typography",
|
|
1825
1819
|
"content": "Burndown",
|
|
1826
1820
|
"variant": "h2"
|
|
1827
1821
|
}
|
|
1828
|
-
]
|
|
1822
|
+
],
|
|
1823
|
+
"type": "stack",
|
|
1824
|
+
"direction": "horizontal",
|
|
1825
|
+
"gap": "sm",
|
|
1826
|
+
"align": "center"
|
|
1829
1827
|
},
|
|
1830
1828
|
{
|
|
1831
1829
|
"type": "divider"
|
|
1832
1830
|
},
|
|
1833
1831
|
{
|
|
1834
|
-
"
|
|
1832
|
+
"type": "simple-grid",
|
|
1835
1833
|
"children": [
|
|
1836
1834
|
{
|
|
1837
1835
|
"value": "@entity.totalPoints",
|
|
@@ -1846,9 +1844,9 @@
|
|
|
1846
1844
|
"icon": "check-circle"
|
|
1847
1845
|
},
|
|
1848
1846
|
{
|
|
1847
|
+
"icon": "circle",
|
|
1849
1848
|
"label": "Remaining",
|
|
1850
1849
|
"value": "@entity.remainingPoints",
|
|
1851
|
-
"icon": "circle",
|
|
1852
1850
|
"type": "stat-display"
|
|
1853
1851
|
},
|
|
1854
1852
|
{
|
|
@@ -1858,13 +1856,13 @@
|
|
|
1858
1856
|
"icon": "zap"
|
|
1859
1857
|
},
|
|
1860
1858
|
{
|
|
1859
|
+
"label": "Days Remaining",
|
|
1861
1860
|
"value": "@entity.daysRemaining",
|
|
1862
1861
|
"icon": "calendar",
|
|
1863
|
-
"type": "stat-display"
|
|
1864
|
-
"label": "Days Remaining"
|
|
1862
|
+
"type": "stat-display"
|
|
1865
1863
|
}
|
|
1866
1864
|
],
|
|
1867
|
-
"
|
|
1865
|
+
"cols": 5.0
|
|
1868
1866
|
},
|
|
1869
1867
|
{
|
|
1870
1868
|
"type": "divider"
|
|
@@ -1877,12 +1875,12 @@
|
|
|
1877
1875
|
"date": "Day 1"
|
|
1878
1876
|
},
|
|
1879
1877
|
{
|
|
1880
|
-
"
|
|
1881
|
-
"
|
|
1878
|
+
"value": 92.0,
|
|
1879
|
+
"date": "Day 2"
|
|
1882
1880
|
},
|
|
1883
1881
|
{
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1882
|
+
"value": 85.0,
|
|
1883
|
+
"date": "Day 3"
|
|
1886
1884
|
},
|
|
1887
1885
|
{
|
|
1888
1886
|
"date": "Day 4",
|
|
@@ -1893,48 +1891,50 @@
|
|
|
1893
1891
|
"value": 60.0
|
|
1894
1892
|
},
|
|
1895
1893
|
{
|
|
1896
|
-
"
|
|
1897
|
-
"
|
|
1894
|
+
"date": "Day 6",
|
|
1895
|
+
"value": 45.0
|
|
1898
1896
|
},
|
|
1899
1897
|
{
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
1898
|
+
"value": 30.0,
|
|
1899
|
+
"date": "Day 7"
|
|
1902
1900
|
},
|
|
1903
1901
|
{
|
|
1904
|
-
"
|
|
1905
|
-
"
|
|
1902
|
+
"date": "Day 8",
|
|
1903
|
+
"value": 15.0
|
|
1906
1904
|
}
|
|
1907
1905
|
]
|
|
1908
1906
|
},
|
|
1909
1907
|
{
|
|
1908
|
+
"type": "chart-legend",
|
|
1910
1909
|
"items": [
|
|
1911
1910
|
{
|
|
1912
|
-
"
|
|
1913
|
-
"
|
|
1911
|
+
"color": "primary",
|
|
1912
|
+
"label": "Remaining points"
|
|
1914
1913
|
},
|
|
1915
1914
|
{
|
|
1916
1915
|
"label": "Ideal burndown",
|
|
1917
1916
|
"color": "muted"
|
|
1918
1917
|
}
|
|
1919
|
-
]
|
|
1920
|
-
"type": "chart-legend"
|
|
1918
|
+
]
|
|
1921
1919
|
},
|
|
1922
1920
|
{
|
|
1923
|
-
"direction": "horizontal",
|
|
1924
1921
|
"justify": "end",
|
|
1922
|
+
"direction": "horizontal",
|
|
1923
|
+
"gap": "sm",
|
|
1924
|
+
"type": "stack",
|
|
1925
1925
|
"children": [
|
|
1926
1926
|
{
|
|
1927
|
-
"action": "REFRESH",
|
|
1928
1927
|
"icon": "refresh-cw",
|
|
1929
1928
|
"label": "Refresh",
|
|
1930
1929
|
"variant": "secondary",
|
|
1930
|
+
"action": "REFRESH",
|
|
1931
1931
|
"type": "button"
|
|
1932
1932
|
}
|
|
1933
|
-
]
|
|
1934
|
-
"type": "stack",
|
|
1935
|
-
"gap": "sm"
|
|
1933
|
+
]
|
|
1936
1934
|
}
|
|
1937
|
-
]
|
|
1935
|
+
],
|
|
1936
|
+
"type": "stack",
|
|
1937
|
+
"className": "max-w-6xl mx-auto w-full"
|
|
1938
1938
|
}
|
|
1939
1939
|
]
|
|
1940
1940
|
]
|
|
@@ -1949,8 +1949,8 @@
|
|
|
1949
1949
|
"Burndown",
|
|
1950
1950
|
{
|
|
1951
1951
|
"emit": {
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1952
|
+
"failure": "BurndownLoadFailed",
|
|
1953
|
+
"success": "BurndownLoaded"
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
1956
|
]
|
|
@@ -1982,4 +1982,4 @@
|
|
|
1982
1982
|
]
|
|
1983
1983
|
}
|
|
1984
1984
|
]
|
|
1985
|
-
}
|
|
1985
|
+
}
|