@almadar/std 16.28.3 → 16.28.4
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 +79 -79
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors/behaviors-registry.json +7 -7
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/dist/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors-registry.json +7 -7
- package/dist/index.d.ts +2 -2
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/registry/core/atoms/std-board.orb +283 -283
- package/dist/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/registry/core/atoms/std-browse.orb +428 -305
- package/dist/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/registry/core/atoms/std-export.orb +55 -55
- package/dist/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/registry/core/atoms/std-filter.orb +25 -25
- package/dist/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/registry/core/atoms/std-modal.orb +38 -38
- package/dist/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/registry/core/atoms/std-push.orb +47 -47
- package/dist/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/registry/core/atoms/std-related.orb +31 -31
- package/dist/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/registry/core/atoms/std-search.orb +12 -12
- package/dist/registry/core/atoms/std-selection.orb +91 -91
- package/dist/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/registry/core/atoms/std-stats.orb +202 -202
- package/dist/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/registry/core/atoms/std-thread.orb +179 -173
- package/dist/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/registry/core/atoms/std-vote.orb +69 -63
- package/dist/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/registry/core/molecules/std-list.orb +196 -57
- package/dist/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/registry.d.ts +1 -1
- package/dist/{types-DvPJ_FKz.d.ts → types-CdSN5hnD.d.ts} +1 -1
- package/package.json +9 -16
|
@@ -97,16 +97,13 @@
|
|
|
97
97
|
"ref": "AppShell.traits.AppLayout",
|
|
98
98
|
"name": "ContactAppLayout",
|
|
99
99
|
"config": {
|
|
100
|
-
"searchEvent": "CONTACT_SEARCH",
|
|
101
|
-
"notifications": [],
|
|
102
|
-
"notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN",
|
|
103
100
|
"appName": "App",
|
|
104
101
|
"contentTrait": "@trait.ContactCatalog",
|
|
105
102
|
"navItems": [
|
|
106
103
|
{
|
|
107
|
-
"
|
|
104
|
+
"label": "Contacts",
|
|
108
105
|
"href": "/contacts",
|
|
109
|
-
"
|
|
106
|
+
"icon": "users"
|
|
110
107
|
},
|
|
111
108
|
{
|
|
112
109
|
"label": "Items",
|
|
@@ -119,14 +116,14 @@
|
|
|
119
116
|
"label": "Activities"
|
|
120
117
|
},
|
|
121
118
|
{
|
|
122
|
-
"label": "Tasks",
|
|
123
119
|
"icon": "check-square",
|
|
120
|
+
"label": "Tasks",
|
|
124
121
|
"href": "/tasks"
|
|
125
122
|
},
|
|
126
123
|
{
|
|
124
|
+
"icon": "calendar",
|
|
127
125
|
"label": "Calendar",
|
|
128
|
-
"href": "/calendar"
|
|
129
|
-
"icon": "calendar"
|
|
126
|
+
"href": "/calendar"
|
|
130
127
|
},
|
|
131
128
|
{
|
|
132
129
|
"href": "/widgets",
|
|
@@ -135,15 +132,18 @@
|
|
|
135
132
|
},
|
|
136
133
|
{
|
|
137
134
|
"icon": "rss",
|
|
138
|
-
"
|
|
139
|
-
"
|
|
135
|
+
"href": "/feed",
|
|
136
|
+
"label": "Feed"
|
|
140
137
|
},
|
|
141
138
|
{
|
|
142
|
-
"href": "/notes",
|
|
143
139
|
"label": "Notes",
|
|
144
|
-
"icon": "file-text"
|
|
140
|
+
"icon": "file-text",
|
|
141
|
+
"href": "/notes"
|
|
145
142
|
}
|
|
146
|
-
]
|
|
143
|
+
],
|
|
144
|
+
"searchEvent": "CONTACT_SEARCH",
|
|
145
|
+
"notifications": [],
|
|
146
|
+
"notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN"
|
|
147
147
|
},
|
|
148
148
|
"events": {
|
|
149
149
|
"SEARCH": "CONTACT_SEARCH",
|
|
@@ -229,7 +229,13 @@
|
|
|
229
229
|
"name": "Create",
|
|
230
230
|
"description": "Signals the creation of a new record.",
|
|
231
231
|
"synonyms": "new, add, initialize, generate",
|
|
232
|
-
"tier": "essential"
|
|
232
|
+
"tier": "essential",
|
|
233
|
+
"payloadSchema": [
|
|
234
|
+
{
|
|
235
|
+
"name": "source",
|
|
236
|
+
"type": "string"
|
|
237
|
+
}
|
|
238
|
+
]
|
|
233
239
|
}
|
|
234
240
|
],
|
|
235
241
|
"transitions": [
|
|
@@ -242,14 +248,14 @@
|
|
|
242
248
|
"render-ui",
|
|
243
249
|
"main",
|
|
244
250
|
{
|
|
245
|
-
"
|
|
251
|
+
"type": "stack",
|
|
252
|
+
"gap": "lg",
|
|
246
253
|
"children": [
|
|
247
254
|
{
|
|
248
|
-
"
|
|
255
|
+
"gap": "md",
|
|
249
256
|
"children": [
|
|
250
257
|
{
|
|
251
|
-
"
|
|
252
|
-
"direction": "horizontal",
|
|
258
|
+
"type": "stack",
|
|
253
259
|
"children": [
|
|
254
260
|
{
|
|
255
261
|
"name": "users",
|
|
@@ -261,30 +267,31 @@
|
|
|
261
267
|
"variant": "h2"
|
|
262
268
|
}
|
|
263
269
|
],
|
|
264
|
-
"
|
|
265
|
-
"
|
|
270
|
+
"direction": "horizontal",
|
|
271
|
+
"align": "center",
|
|
272
|
+
"gap": "sm"
|
|
266
273
|
},
|
|
267
274
|
{
|
|
268
|
-
"type": "button",
|
|
269
275
|
"label": "New Contact",
|
|
270
|
-
"action": "CREATE",
|
|
271
276
|
"icon": "plus",
|
|
272
|
-
"
|
|
277
|
+
"action": "CREATE",
|
|
278
|
+
"variant": "primary",
|
|
279
|
+
"type": "button"
|
|
273
280
|
}
|
|
274
281
|
],
|
|
275
282
|
"align": "center",
|
|
276
|
-
"type": "stack",
|
|
277
283
|
"direction": "horizontal",
|
|
278
|
-
"
|
|
284
|
+
"justify": "between",
|
|
285
|
+
"type": "stack"
|
|
279
286
|
},
|
|
280
287
|
{
|
|
281
288
|
"type": "divider"
|
|
282
289
|
},
|
|
283
290
|
{
|
|
284
|
-
"direction": "horizontal",
|
|
285
|
-
"align": "center",
|
|
286
291
|
"gap": "md",
|
|
292
|
+
"direction": "horizontal",
|
|
287
293
|
"type": "stack",
|
|
294
|
+
"align": "center",
|
|
288
295
|
"children": [
|
|
289
296
|
"@trait.ContactSearch",
|
|
290
297
|
"@trait.ContactFilter"
|
|
@@ -295,8 +302,7 @@
|
|
|
295
302
|
},
|
|
296
303
|
"@trait.ContactBrowseList"
|
|
297
304
|
],
|
|
298
|
-
"
|
|
299
|
-
"gap": "lg"
|
|
305
|
+
"direction": "vertical"
|
|
300
306
|
}
|
|
301
307
|
]
|
|
302
308
|
]
|
|
@@ -316,24 +322,24 @@
|
|
|
316
322
|
"main",
|
|
317
323
|
{
|
|
318
324
|
"align": "center",
|
|
325
|
+
"className": "py-8",
|
|
319
326
|
"children": [
|
|
320
327
|
{
|
|
321
328
|
"name": "bell",
|
|
322
329
|
"type": "icon"
|
|
323
330
|
},
|
|
324
331
|
{
|
|
325
|
-
"content": "No notifications",
|
|
326
332
|
"variant": "h3",
|
|
333
|
+
"content": "No notifications",
|
|
327
334
|
"type": "typography"
|
|
328
335
|
},
|
|
329
336
|
{
|
|
337
|
+
"variant": "ghost",
|
|
330
338
|
"action": "INIT",
|
|
331
339
|
"type": "button",
|
|
332
|
-
"label": "Back"
|
|
333
|
-
"variant": "ghost"
|
|
340
|
+
"label": "Back"
|
|
334
341
|
}
|
|
335
342
|
],
|
|
336
|
-
"className": "py-8",
|
|
337
343
|
"direction": "vertical",
|
|
338
344
|
"gap": "md",
|
|
339
345
|
"type": "stack"
|
|
@@ -349,8 +355,8 @@
|
|
|
349
355
|
"ref": "Search.traits.SearchResultSearch",
|
|
350
356
|
"name": "ContactSearch",
|
|
351
357
|
"config": {
|
|
352
|
-
"
|
|
353
|
-
"
|
|
358
|
+
"placeholder": "Search contacts…",
|
|
359
|
+
"event": "CONTACT_SEARCH"
|
|
354
360
|
}
|
|
355
361
|
},
|
|
356
362
|
{
|
|
@@ -360,10 +366,10 @@
|
|
|
360
366
|
"event": "CONTACT_FILTER",
|
|
361
367
|
"filters": [
|
|
362
368
|
{
|
|
363
|
-
"field": "company",
|
|
364
|
-
"options": [],
|
|
365
369
|
"label": "Company",
|
|
366
|
-
"
|
|
370
|
+
"field": "company",
|
|
371
|
+
"filterType": "select",
|
|
372
|
+
"options": []
|
|
367
373
|
}
|
|
368
374
|
]
|
|
369
375
|
}
|
|
@@ -376,17 +382,17 @@
|
|
|
376
382
|
"gap": "sm",
|
|
377
383
|
"fields": [
|
|
378
384
|
{
|
|
379
|
-
"icon": "user",
|
|
380
385
|
"name": "name",
|
|
381
|
-
"variant": "h3"
|
|
386
|
+
"variant": "h3",
|
|
387
|
+
"icon": "user"
|
|
382
388
|
},
|
|
383
389
|
{
|
|
384
|
-
"
|
|
385
|
-
"
|
|
390
|
+
"variant": "body",
|
|
391
|
+
"name": "email"
|
|
386
392
|
},
|
|
387
393
|
{
|
|
388
|
-
"
|
|
389
|
-
"
|
|
394
|
+
"name": "phone",
|
|
395
|
+
"variant": "caption"
|
|
390
396
|
},
|
|
391
397
|
{
|
|
392
398
|
"name": "company",
|
|
@@ -399,8 +405,8 @@
|
|
|
399
405
|
],
|
|
400
406
|
"itemActions": [
|
|
401
407
|
{
|
|
402
|
-
"variant": "ghost",
|
|
403
408
|
"label": "View",
|
|
409
|
+
"variant": "ghost",
|
|
404
410
|
"event": "VIEW"
|
|
405
411
|
},
|
|
406
412
|
{
|
|
@@ -409,9 +415,9 @@
|
|
|
409
415
|
"label": "Edit"
|
|
410
416
|
},
|
|
411
417
|
{
|
|
418
|
+
"variant": "danger",
|
|
412
419
|
"label": "Delete",
|
|
413
|
-
"event": "DELETE"
|
|
414
|
-
"variant": "danger"
|
|
420
|
+
"event": "DELETE"
|
|
415
421
|
}
|
|
416
422
|
],
|
|
417
423
|
"cols": 1.0
|
|
@@ -464,7 +470,9 @@
|
|
|
464
470
|
"name": "ContactCreate",
|
|
465
471
|
"linkedEntity": "Contact",
|
|
466
472
|
"config": {
|
|
473
|
+
"icon": "plus-circle",
|
|
467
474
|
"title": "New Contact",
|
|
475
|
+
"mode": "create",
|
|
468
476
|
"fields": [
|
|
469
477
|
"name",
|
|
470
478
|
"email",
|
|
@@ -472,9 +480,7 @@
|
|
|
472
480
|
"company",
|
|
473
481
|
"role",
|
|
474
482
|
"notes"
|
|
475
|
-
]
|
|
476
|
-
"mode": "create",
|
|
477
|
-
"icon": "plus-circle"
|
|
483
|
+
]
|
|
478
484
|
},
|
|
479
485
|
"events": {
|
|
480
486
|
"OPEN": "CREATE"
|
|
@@ -495,6 +501,9 @@
|
|
|
495
501
|
"name": "ContactEdit",
|
|
496
502
|
"linkedEntity": "Contact",
|
|
497
503
|
"config": {
|
|
504
|
+
"icon": "edit",
|
|
505
|
+
"mode": "edit",
|
|
506
|
+
"title": "Edit Contact",
|
|
498
507
|
"fields": [
|
|
499
508
|
"name",
|
|
500
509
|
"email",
|
|
@@ -502,10 +511,7 @@
|
|
|
502
511
|
"company",
|
|
503
512
|
"role",
|
|
504
513
|
"notes"
|
|
505
|
-
]
|
|
506
|
-
"title": "Edit Contact",
|
|
507
|
-
"mode": "edit",
|
|
508
|
-
"icon": "edit"
|
|
514
|
+
]
|
|
509
515
|
},
|
|
510
516
|
"events": {
|
|
511
517
|
"OPEN": "EDIT"
|
|
@@ -526,8 +532,9 @@
|
|
|
526
532
|
"name": "ContactView",
|
|
527
533
|
"linkedEntity": "Contact",
|
|
528
534
|
"config": {
|
|
529
|
-
"
|
|
535
|
+
"icon": "eye",
|
|
530
536
|
"title": "View Contact",
|
|
537
|
+
"mode": "edit",
|
|
531
538
|
"fields": [
|
|
532
539
|
"name",
|
|
533
540
|
"email",
|
|
@@ -535,8 +542,7 @@
|
|
|
535
542
|
"company",
|
|
536
543
|
"role",
|
|
537
544
|
"notes"
|
|
538
|
-
]
|
|
539
|
-
"icon": "eye"
|
|
545
|
+
]
|
|
540
546
|
},
|
|
541
547
|
"events": {
|
|
542
548
|
"OPEN": "VIEW"
|
|
@@ -557,14 +563,14 @@
|
|
|
557
563
|
"name": "ContactDelete",
|
|
558
564
|
"linkedEntity": "Contact",
|
|
559
565
|
"config": {
|
|
560
|
-
"title": "Delete Contact",
|
|
561
566
|
"icon": "alert-triangle",
|
|
562
|
-
"
|
|
563
|
-
"alertMessage": "This action cannot be undone."
|
|
567
|
+
"title": "Delete Contact",
|
|
568
|
+
"alertMessage": "This action cannot be undone.",
|
|
569
|
+
"confirmLabel": "Delete"
|
|
564
570
|
},
|
|
565
571
|
"events": {
|
|
566
|
-
"
|
|
567
|
-
"
|
|
572
|
+
"REQUEST": "DELETE",
|
|
573
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
568
574
|
},
|
|
569
575
|
"listens": [
|
|
570
576
|
{
|
|
@@ -706,21 +712,39 @@
|
|
|
706
712
|
"name": "Contact Created",
|
|
707
713
|
"description": "Signals the creation of a new contact record.",
|
|
708
714
|
"synonyms": "new contact, add contact, contact added",
|
|
709
|
-
"tier": "essential"
|
|
715
|
+
"tier": "essential",
|
|
716
|
+
"payloadSchema": [
|
|
717
|
+
{
|
|
718
|
+
"name": "id",
|
|
719
|
+
"type": "string"
|
|
720
|
+
}
|
|
721
|
+
]
|
|
710
722
|
},
|
|
711
723
|
{
|
|
712
724
|
"key": "CONTACT_UPDATED",
|
|
713
725
|
"name": "Contact Updated",
|
|
714
726
|
"description": "Signals that a contact's details have been modified.",
|
|
715
727
|
"synonyms": "modified, changed, refreshed",
|
|
716
|
-
"tier": "essential"
|
|
728
|
+
"tier": "essential",
|
|
729
|
+
"payloadSchema": [
|
|
730
|
+
{
|
|
731
|
+
"name": "id",
|
|
732
|
+
"type": "string"
|
|
733
|
+
}
|
|
734
|
+
]
|
|
717
735
|
},
|
|
718
736
|
{
|
|
719
737
|
"key": "CONTACT_DELETED",
|
|
720
738
|
"name": "Contact Deleted",
|
|
721
739
|
"description": "Signals a contact record has been removed.",
|
|
722
740
|
"synonyms": "removed, purged, archived",
|
|
723
|
-
"tier": "essential"
|
|
741
|
+
"tier": "essential",
|
|
742
|
+
"payloadSchema": [
|
|
743
|
+
{
|
|
744
|
+
"name": "id",
|
|
745
|
+
"type": "string"
|
|
746
|
+
}
|
|
747
|
+
]
|
|
724
748
|
}
|
|
725
749
|
],
|
|
726
750
|
"transitions": [
|
|
@@ -949,19 +973,6 @@
|
|
|
949
973
|
"ref": "AppShell.traits.AppLayout",
|
|
950
974
|
"name": "ItemAppLayout",
|
|
951
975
|
"config": {
|
|
952
|
-
"appName": "App",
|
|
953
|
-
"contentTrait": "@trait.ItemCatalog",
|
|
954
|
-
"notifications": [],
|
|
955
|
-
"topBarActions": [
|
|
956
|
-
{
|
|
957
|
-
"icon": "shield-check",
|
|
958
|
-
"event": "OPEN_APPROVALS",
|
|
959
|
-
"variant": "default",
|
|
960
|
-
"label": "Approvals"
|
|
961
|
-
}
|
|
962
|
-
],
|
|
963
|
-
"searchEvent": "ITEM_SEARCH",
|
|
964
|
-
"notificationClickEvent": "ITEM_NOTIFICATIONS_OPEN",
|
|
965
976
|
"navItems": [
|
|
966
977
|
{
|
|
967
978
|
"icon": "users",
|
|
@@ -969,8 +980,8 @@
|
|
|
969
980
|
"label": "Contacts"
|
|
970
981
|
},
|
|
971
982
|
{
|
|
972
|
-
"icon": "package",
|
|
973
983
|
"label": "Items",
|
|
984
|
+
"icon": "package",
|
|
974
985
|
"href": "/items"
|
|
975
986
|
},
|
|
976
987
|
{
|
|
@@ -979,31 +990,44 @@
|
|
|
979
990
|
"icon": "activity"
|
|
980
991
|
},
|
|
981
992
|
{
|
|
982
|
-
"href": "/tasks",
|
|
983
993
|
"icon": "check-square",
|
|
984
|
-
"label": "Tasks"
|
|
994
|
+
"label": "Tasks",
|
|
995
|
+
"href": "/tasks"
|
|
985
996
|
},
|
|
986
997
|
{
|
|
987
|
-
"label": "Calendar",
|
|
988
998
|
"href": "/calendar",
|
|
989
|
-
"icon": "calendar"
|
|
999
|
+
"icon": "calendar",
|
|
1000
|
+
"label": "Calendar"
|
|
990
1001
|
},
|
|
991
1002
|
{
|
|
992
|
-
"href": "/widgets",
|
|
993
1003
|
"label": "Dashboard",
|
|
994
|
-
"icon": "layout-dashboard"
|
|
1004
|
+
"icon": "layout-dashboard",
|
|
1005
|
+
"href": "/widgets"
|
|
995
1006
|
},
|
|
996
1007
|
{
|
|
997
|
-
"icon": "rss",
|
|
998
1008
|
"label": "Feed",
|
|
1009
|
+
"icon": "rss",
|
|
999
1010
|
"href": "/feed"
|
|
1000
1011
|
},
|
|
1001
1012
|
{
|
|
1002
1013
|
"href": "/notes",
|
|
1003
|
-
"
|
|
1004
|
-
"
|
|
1014
|
+
"icon": "file-text",
|
|
1015
|
+
"label": "Notes"
|
|
1005
1016
|
}
|
|
1006
|
-
]
|
|
1017
|
+
],
|
|
1018
|
+
"searchEvent": "ITEM_SEARCH",
|
|
1019
|
+
"topBarActions": [
|
|
1020
|
+
{
|
|
1021
|
+
"event": "OPEN_APPROVALS",
|
|
1022
|
+
"icon": "shield-check",
|
|
1023
|
+
"label": "Approvals",
|
|
1024
|
+
"variant": "default"
|
|
1025
|
+
}
|
|
1026
|
+
],
|
|
1027
|
+
"notifications": [],
|
|
1028
|
+
"notificationClickEvent": "ITEM_NOTIFICATIONS_OPEN",
|
|
1029
|
+
"contentTrait": "@trait.ItemCatalog",
|
|
1030
|
+
"appName": "App"
|
|
1007
1031
|
},
|
|
1008
1032
|
"events": {
|
|
1009
1033
|
"SEARCH": "ITEM_SEARCH",
|
|
@@ -1089,7 +1113,13 @@
|
|
|
1089
1113
|
"name": "Create",
|
|
1090
1114
|
"description": "Signals the creation of a new record.",
|
|
1091
1115
|
"synonyms": "new, add, generate, initialize",
|
|
1092
|
-
"tier": "essential"
|
|
1116
|
+
"tier": "essential",
|
|
1117
|
+
"payloadSchema": [
|
|
1118
|
+
{
|
|
1119
|
+
"name": "source",
|
|
1120
|
+
"type": "string"
|
|
1121
|
+
}
|
|
1122
|
+
]
|
|
1093
1123
|
}
|
|
1094
1124
|
],
|
|
1095
1125
|
"transitions": [
|
|
@@ -1102,37 +1132,40 @@
|
|
|
1102
1132
|
"render-ui",
|
|
1103
1133
|
"main",
|
|
1104
1134
|
{
|
|
1135
|
+
"type": "stack",
|
|
1136
|
+
"direction": "vertical",
|
|
1137
|
+
"gap": "lg",
|
|
1105
1138
|
"children": [
|
|
1106
1139
|
{
|
|
1107
1140
|
"align": "center",
|
|
1141
|
+
"direction": "horizontal",
|
|
1108
1142
|
"children": [
|
|
1109
1143
|
{
|
|
1110
1144
|
"children": [
|
|
1111
1145
|
{
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1146
|
+
"type": "icon",
|
|
1147
|
+
"name": "package"
|
|
1114
1148
|
},
|
|
1115
1149
|
{
|
|
1150
|
+
"variant": "h2",
|
|
1116
1151
|
"type": "typography",
|
|
1117
|
-
"content": "Items"
|
|
1118
|
-
"variant": "h2"
|
|
1152
|
+
"content": "Items"
|
|
1119
1153
|
}
|
|
1120
1154
|
],
|
|
1121
|
-
"align": "center",
|
|
1122
|
-
"direction": "horizontal",
|
|
1123
1155
|
"gap": "sm",
|
|
1124
|
-
"
|
|
1156
|
+
"align": "center",
|
|
1157
|
+
"type": "stack",
|
|
1158
|
+
"direction": "horizontal"
|
|
1125
1159
|
},
|
|
1126
1160
|
{
|
|
1127
|
-
"variant": "primary",
|
|
1128
|
-
"type": "button",
|
|
1129
1161
|
"icon": "plus",
|
|
1162
|
+
"action": "CREATE",
|
|
1130
1163
|
"label": "New Item",
|
|
1131
|
-
"
|
|
1164
|
+
"type": "button",
|
|
1165
|
+
"variant": "primary"
|
|
1132
1166
|
}
|
|
1133
1167
|
],
|
|
1134
1168
|
"gap": "md",
|
|
1135
|
-
"direction": "horizontal",
|
|
1136
1169
|
"justify": "between",
|
|
1137
1170
|
"type": "stack"
|
|
1138
1171
|
},
|
|
@@ -1140,20 +1173,17 @@
|
|
|
1140
1173
|
"type": "divider"
|
|
1141
1174
|
},
|
|
1142
1175
|
{
|
|
1176
|
+
"type": "stack",
|
|
1143
1177
|
"children": [
|
|
1144
1178
|
"@trait.ItemSearch",
|
|
1145
1179
|
"@trait.ItemFilter"
|
|
1146
1180
|
],
|
|
1147
1181
|
"direction": "horizontal",
|
|
1148
|
-
"align": "center",
|
|
1149
1182
|
"gap": "md",
|
|
1150
|
-
"
|
|
1183
|
+
"align": "center"
|
|
1151
1184
|
},
|
|
1152
1185
|
"@trait.ItemBrowseList"
|
|
1153
|
-
]
|
|
1154
|
-
"direction": "vertical",
|
|
1155
|
-
"type": "stack",
|
|
1156
|
-
"gap": "lg"
|
|
1186
|
+
]
|
|
1157
1187
|
}
|
|
1158
1188
|
]
|
|
1159
1189
|
]
|
|
@@ -1172,28 +1202,28 @@
|
|
|
1172
1202
|
"render-ui",
|
|
1173
1203
|
"main",
|
|
1174
1204
|
{
|
|
1175
|
-
"
|
|
1205
|
+
"align": "center",
|
|
1206
|
+
"className": "py-8",
|
|
1176
1207
|
"children": [
|
|
1177
1208
|
{
|
|
1178
|
-
"
|
|
1179
|
-
"
|
|
1209
|
+
"type": "icon",
|
|
1210
|
+
"name": "bell"
|
|
1180
1211
|
},
|
|
1181
1212
|
{
|
|
1182
|
-
"content": "No notifications",
|
|
1183
1213
|
"variant": "h3",
|
|
1214
|
+
"content": "No notifications",
|
|
1184
1215
|
"type": "typography"
|
|
1185
1216
|
},
|
|
1186
1217
|
{
|
|
1187
|
-
"type": "button",
|
|
1188
1218
|
"variant": "ghost",
|
|
1189
|
-
"
|
|
1190
|
-
"label": "Back"
|
|
1219
|
+
"type": "button",
|
|
1220
|
+
"label": "Back",
|
|
1221
|
+
"action": "INIT"
|
|
1191
1222
|
}
|
|
1192
1223
|
],
|
|
1193
1224
|
"gap": "md",
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1196
|
-
"className": "py-8"
|
|
1225
|
+
"direction": "vertical",
|
|
1226
|
+
"type": "stack"
|
|
1197
1227
|
}
|
|
1198
1228
|
]
|
|
1199
1229
|
]
|
|
@@ -1216,10 +1246,10 @@
|
|
|
1216
1246
|
"config": {
|
|
1217
1247
|
"filters": [
|
|
1218
1248
|
{
|
|
1219
|
-
"
|
|
1220
|
-
"options": [],
|
|
1249
|
+
"filterType": "select",
|
|
1221
1250
|
"field": "category",
|
|
1222
|
-
"
|
|
1251
|
+
"label": "Category",
|
|
1252
|
+
"options": []
|
|
1223
1253
|
}
|
|
1224
1254
|
],
|
|
1225
1255
|
"event": "ITEM_FILTER"
|
|
@@ -1230,29 +1260,13 @@
|
|
|
1230
1260
|
"name": "ItemBrowseList",
|
|
1231
1261
|
"linkedEntity": "Item",
|
|
1232
1262
|
"config": {
|
|
1233
|
-
"
|
|
1234
|
-
{
|
|
1235
|
-
"event": "VIEW",
|
|
1236
|
-
"label": "View",
|
|
1237
|
-
"variant": "ghost"
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"variant": "ghost",
|
|
1241
|
-
"label": "Edit",
|
|
1242
|
-
"event": "EDIT"
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"label": "Delete",
|
|
1246
|
-
"event": "DELETE",
|
|
1247
|
-
"variant": "danger"
|
|
1248
|
-
}
|
|
1249
|
-
],
|
|
1263
|
+
"gap": "sm",
|
|
1250
1264
|
"cols": 2.0,
|
|
1251
1265
|
"fields": [
|
|
1252
1266
|
{
|
|
1253
|
-
"icon": "package",
|
|
1254
1267
|
"name": "name",
|
|
1255
|
-
"variant": "h3"
|
|
1268
|
+
"variant": "h3",
|
|
1269
|
+
"icon": "package"
|
|
1256
1270
|
},
|
|
1257
1271
|
{
|
|
1258
1272
|
"variant": "body",
|
|
@@ -1263,24 +1277,40 @@
|
|
|
1263
1277
|
"variant": "caption"
|
|
1264
1278
|
},
|
|
1265
1279
|
{
|
|
1266
|
-
"name": "price",
|
|
1267
1280
|
"format": "currency",
|
|
1281
|
+
"name": "price",
|
|
1268
1282
|
"variant": "badge"
|
|
1269
1283
|
},
|
|
1270
1284
|
{
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1285
|
+
"name": "quantity",
|
|
1286
|
+
"variant": "badge"
|
|
1273
1287
|
},
|
|
1274
1288
|
{
|
|
1275
1289
|
"variant": "caption",
|
|
1276
1290
|
"name": "category"
|
|
1277
1291
|
},
|
|
1278
1292
|
{
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1293
|
+
"name": "status",
|
|
1294
|
+
"variant": "badge"
|
|
1281
1295
|
}
|
|
1282
1296
|
],
|
|
1283
|
-
"
|
|
1297
|
+
"itemActions": [
|
|
1298
|
+
{
|
|
1299
|
+
"label": "View",
|
|
1300
|
+
"event": "VIEW",
|
|
1301
|
+
"variant": "ghost"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"variant": "ghost",
|
|
1305
|
+
"label": "Edit",
|
|
1306
|
+
"event": "EDIT"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"label": "Delete",
|
|
1310
|
+
"event": "DELETE",
|
|
1311
|
+
"variant": "danger"
|
|
1312
|
+
}
|
|
1313
|
+
]
|
|
1284
1314
|
},
|
|
1285
1315
|
"listens": [
|
|
1286
1316
|
{
|
|
@@ -1332,6 +1362,7 @@
|
|
|
1332
1362
|
"config": {
|
|
1333
1363
|
"mode": "create",
|
|
1334
1364
|
"icon": "plus-circle",
|
|
1365
|
+
"title": "New Item",
|
|
1335
1366
|
"fields": [
|
|
1336
1367
|
"name",
|
|
1337
1368
|
"description",
|
|
@@ -1339,8 +1370,7 @@
|
|
|
1339
1370
|
"price",
|
|
1340
1371
|
"quantity",
|
|
1341
1372
|
"category"
|
|
1342
|
-
]
|
|
1343
|
-
"title": "New Item"
|
|
1373
|
+
]
|
|
1344
1374
|
},
|
|
1345
1375
|
"events": {
|
|
1346
1376
|
"OPEN": "CREATE"
|
|
@@ -1363,7 +1393,6 @@
|
|
|
1363
1393
|
"config": {
|
|
1364
1394
|
"icon": "edit",
|
|
1365
1395
|
"mode": "edit",
|
|
1366
|
-
"title": "Edit Item",
|
|
1367
1396
|
"fields": [
|
|
1368
1397
|
"name",
|
|
1369
1398
|
"description",
|
|
@@ -1371,7 +1400,8 @@
|
|
|
1371
1400
|
"price",
|
|
1372
1401
|
"quantity",
|
|
1373
1402
|
"category"
|
|
1374
|
-
]
|
|
1403
|
+
],
|
|
1404
|
+
"title": "Edit Item"
|
|
1375
1405
|
},
|
|
1376
1406
|
"events": {
|
|
1377
1407
|
"OPEN": "EDIT"
|
|
@@ -1392,8 +1422,6 @@
|
|
|
1392
1422
|
"name": "ItemView",
|
|
1393
1423
|
"linkedEntity": "Item",
|
|
1394
1424
|
"config": {
|
|
1395
|
-
"title": "View Item",
|
|
1396
|
-
"icon": "eye",
|
|
1397
1425
|
"mode": "edit",
|
|
1398
1426
|
"fields": [
|
|
1399
1427
|
"name",
|
|
@@ -1402,7 +1430,9 @@
|
|
|
1402
1430
|
"price",
|
|
1403
1431
|
"quantity",
|
|
1404
1432
|
"category"
|
|
1405
|
-
]
|
|
1433
|
+
],
|
|
1434
|
+
"icon": "eye",
|
|
1435
|
+
"title": "View Item"
|
|
1406
1436
|
},
|
|
1407
1437
|
"events": {
|
|
1408
1438
|
"OPEN": "VIEW"
|
|
@@ -1423,14 +1453,14 @@
|
|
|
1423
1453
|
"name": "ItemDelete",
|
|
1424
1454
|
"linkedEntity": "Item",
|
|
1425
1455
|
"config": {
|
|
1456
|
+
"icon": "alert-triangle",
|
|
1426
1457
|
"title": "Delete Item",
|
|
1427
1458
|
"confirmLabel": "Delete",
|
|
1428
|
-
"icon": "alert-triangle",
|
|
1429
1459
|
"alertMessage": "This action cannot be undone."
|
|
1430
1460
|
},
|
|
1431
1461
|
"events": {
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1462
|
+
"REQUEST": "DELETE",
|
|
1463
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
1434
1464
|
},
|
|
1435
1465
|
"listens": [
|
|
1436
1466
|
{
|
|
@@ -1597,21 +1627,39 @@
|
|
|
1597
1627
|
"name": "Item Created",
|
|
1598
1628
|
"description": "Signals a new item has been created.",
|
|
1599
1629
|
"synonyms": "added, new, added, instantiate",
|
|
1600
|
-
"tier": "essential"
|
|
1630
|
+
"tier": "essential",
|
|
1631
|
+
"payloadSchema": [
|
|
1632
|
+
{
|
|
1633
|
+
"name": "id",
|
|
1634
|
+
"type": "string"
|
|
1635
|
+
}
|
|
1636
|
+
]
|
|
1601
1637
|
},
|
|
1602
1638
|
{
|
|
1603
1639
|
"key": "ITEM_UPDATED",
|
|
1604
1640
|
"name": "Item Updated",
|
|
1605
1641
|
"description": "Signals that an item's data has been modified and persisted.",
|
|
1606
1642
|
"synonyms": "modified, changed, refreshed, updated",
|
|
1607
|
-
"tier": "essential"
|
|
1643
|
+
"tier": "essential",
|
|
1644
|
+
"payloadSchema": [
|
|
1645
|
+
{
|
|
1646
|
+
"name": "id",
|
|
1647
|
+
"type": "string"
|
|
1648
|
+
}
|
|
1649
|
+
]
|
|
1608
1650
|
},
|
|
1609
1651
|
{
|
|
1610
1652
|
"key": "ITEM_DELETED",
|
|
1611
1653
|
"name": "Item Deleted",
|
|
1612
1654
|
"description": "Signals that an item has been removed.",
|
|
1613
1655
|
"synonyms": "removed, purged, discarded",
|
|
1614
|
-
"tier": "essential"
|
|
1656
|
+
"tier": "essential",
|
|
1657
|
+
"payloadSchema": [
|
|
1658
|
+
{
|
|
1659
|
+
"name": "id",
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
}
|
|
1662
|
+
]
|
|
1615
1663
|
}
|
|
1616
1664
|
],
|
|
1617
1665
|
"transitions": [
|
|
@@ -1742,8 +1790,8 @@
|
|
|
1742
1790
|
"ref": "Erasure.traits.ErasureWorkflow",
|
|
1743
1791
|
"name": "ItemErasure",
|
|
1744
1792
|
"config": {
|
|
1745
|
-
"
|
|
1746
|
-
"
|
|
1793
|
+
"enabled": false,
|
|
1794
|
+
"targetEntity": "Item"
|
|
1747
1795
|
}
|
|
1748
1796
|
},
|
|
1749
1797
|
{
|
|
@@ -1900,8 +1948,8 @@
|
|
|
1900
1948
|
"contentTrait": "@trait.ActivityCatalog",
|
|
1901
1949
|
"navItems": [
|
|
1902
1950
|
{
|
|
1903
|
-
"icon": "users",
|
|
1904
1951
|
"label": "Contacts",
|
|
1952
|
+
"icon": "users",
|
|
1905
1953
|
"href": "/contacts"
|
|
1906
1954
|
},
|
|
1907
1955
|
{
|
|
@@ -1920,9 +1968,9 @@
|
|
|
1920
1968
|
"label": "Tasks"
|
|
1921
1969
|
},
|
|
1922
1970
|
{
|
|
1971
|
+
"label": "Calendar",
|
|
1923
1972
|
"href": "/calendar",
|
|
1924
|
-
"icon": "calendar"
|
|
1925
|
-
"label": "Calendar"
|
|
1973
|
+
"icon": "calendar"
|
|
1926
1974
|
},
|
|
1927
1975
|
{
|
|
1928
1976
|
"label": "Dashboard",
|
|
@@ -1930,20 +1978,20 @@
|
|
|
1930
1978
|
"icon": "layout-dashboard"
|
|
1931
1979
|
},
|
|
1932
1980
|
{
|
|
1933
|
-
"label": "Feed",
|
|
1934
1981
|
"href": "/feed",
|
|
1935
|
-
"icon": "rss"
|
|
1982
|
+
"icon": "rss",
|
|
1983
|
+
"label": "Feed"
|
|
1936
1984
|
},
|
|
1937
1985
|
{
|
|
1938
|
-
"
|
|
1986
|
+
"icon": "file-text",
|
|
1939
1987
|
"href": "/notes",
|
|
1940
|
-
"
|
|
1988
|
+
"label": "Notes"
|
|
1941
1989
|
}
|
|
1942
1990
|
],
|
|
1943
|
-
"searchEvent": "ACTIVITY_SEARCH",
|
|
1944
1991
|
"notificationClickEvent": "ACTIVITY_NOTIFICATIONS_OPEN",
|
|
1945
1992
|
"appName": "App",
|
|
1946
|
-
"notifications": []
|
|
1993
|
+
"notifications": [],
|
|
1994
|
+
"searchEvent": "ACTIVITY_SEARCH"
|
|
1947
1995
|
},
|
|
1948
1996
|
"events": {
|
|
1949
1997
|
"SEARCH": "ACTIVITY_SEARCH",
|
|
@@ -2020,21 +2068,22 @@
|
|
|
2020
2068
|
"render-ui",
|
|
2021
2069
|
"main",
|
|
2022
2070
|
{
|
|
2071
|
+
"gap": "lg",
|
|
2023
2072
|
"children": [
|
|
2024
2073
|
{
|
|
2025
|
-
"type": "stack",
|
|
2026
2074
|
"align": "center",
|
|
2075
|
+
"type": "stack",
|
|
2027
2076
|
"direction": "horizontal",
|
|
2028
2077
|
"gap": "sm",
|
|
2029
2078
|
"children": [
|
|
2030
2079
|
{
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
2080
|
+
"type": "icon",
|
|
2081
|
+
"name": "activity"
|
|
2033
2082
|
},
|
|
2034
2083
|
{
|
|
2035
2084
|
"content": "Activities",
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2085
|
+
"type": "typography",
|
|
2086
|
+
"variant": "h2"
|
|
2038
2087
|
}
|
|
2039
2088
|
]
|
|
2040
2089
|
},
|
|
@@ -2043,9 +2092,8 @@
|
|
|
2043
2092
|
},
|
|
2044
2093
|
"@trait.ActivityBrowseList"
|
|
2045
2094
|
],
|
|
2046
|
-
"
|
|
2047
|
-
"type": "stack"
|
|
2048
|
-
"direction": "vertical"
|
|
2095
|
+
"direction": "vertical",
|
|
2096
|
+
"type": "stack"
|
|
2049
2097
|
}
|
|
2050
2098
|
]
|
|
2051
2099
|
]
|
|
@@ -2064,10 +2112,10 @@
|
|
|
2064
2112
|
"render-ui",
|
|
2065
2113
|
"main",
|
|
2066
2114
|
{
|
|
2115
|
+
"direction": "vertical",
|
|
2067
2116
|
"gap": "md",
|
|
2068
2117
|
"type": "stack",
|
|
2069
2118
|
"align": "center",
|
|
2070
|
-
"className": "py-8",
|
|
2071
2119
|
"children": [
|
|
2072
2120
|
{
|
|
2073
2121
|
"type": "icon",
|
|
@@ -2075,17 +2123,17 @@
|
|
|
2075
2123
|
},
|
|
2076
2124
|
{
|
|
2077
2125
|
"type": "typography",
|
|
2078
|
-
"
|
|
2079
|
-
"
|
|
2126
|
+
"variant": "h3",
|
|
2127
|
+
"content": "No notifications"
|
|
2080
2128
|
},
|
|
2081
2129
|
{
|
|
2130
|
+
"action": "INIT",
|
|
2082
2131
|
"variant": "ghost",
|
|
2083
2132
|
"type": "button",
|
|
2084
|
-
"action": "INIT",
|
|
2085
2133
|
"label": "Back"
|
|
2086
2134
|
}
|
|
2087
2135
|
],
|
|
2088
|
-
"
|
|
2136
|
+
"className": "py-8"
|
|
2089
2137
|
}
|
|
2090
2138
|
]
|
|
2091
2139
|
]
|
|
@@ -2099,49 +2147,49 @@
|
|
|
2099
2147
|
"name": "ActivityBrowseList",
|
|
2100
2148
|
"linkedEntity": "Activity",
|
|
2101
2149
|
"config": {
|
|
2102
|
-
"cols": 1.0,
|
|
2103
|
-
"itemActions": [
|
|
2104
|
-
{
|
|
2105
|
-
"event": "VIEW",
|
|
2106
|
-
"label": "View",
|
|
2107
|
-
"variant": "ghost"
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"event": "EDIT",
|
|
2111
|
-
"label": "Edit",
|
|
2112
|
-
"variant": "ghost"
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"event": "DELETE",
|
|
2116
|
-
"variant": "danger",
|
|
2117
|
-
"label": "Delete"
|
|
2118
|
-
}
|
|
2119
|
-
],
|
|
2120
|
-
"gap": "sm",
|
|
2121
2150
|
"fields": [
|
|
2122
2151
|
{
|
|
2123
|
-
"
|
|
2152
|
+
"name": "title",
|
|
2124
2153
|
"icon": "activity",
|
|
2125
|
-
"
|
|
2154
|
+
"variant": "h4"
|
|
2126
2155
|
},
|
|
2127
2156
|
{
|
|
2128
|
-
"
|
|
2129
|
-
"
|
|
2157
|
+
"name": "type",
|
|
2158
|
+
"variant": "badge"
|
|
2130
2159
|
},
|
|
2131
2160
|
{
|
|
2132
2161
|
"variant": "caption",
|
|
2133
2162
|
"name": "actor"
|
|
2134
2163
|
},
|
|
2135
2164
|
{
|
|
2136
|
-
"format": "date",
|
|
2137
2165
|
"variant": "caption",
|
|
2166
|
+
"format": "date",
|
|
2138
2167
|
"name": "timestamp"
|
|
2139
2168
|
},
|
|
2140
2169
|
{
|
|
2141
2170
|
"name": "status",
|
|
2142
2171
|
"variant": "badge"
|
|
2143
2172
|
}
|
|
2144
|
-
]
|
|
2173
|
+
],
|
|
2174
|
+
"gap": "sm",
|
|
2175
|
+
"itemActions": [
|
|
2176
|
+
{
|
|
2177
|
+
"event": "VIEW",
|
|
2178
|
+
"label": "View",
|
|
2179
|
+
"variant": "ghost"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"event": "EDIT",
|
|
2183
|
+
"label": "Edit",
|
|
2184
|
+
"variant": "ghost"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"label": "Delete",
|
|
2188
|
+
"variant": "danger",
|
|
2189
|
+
"event": "DELETE"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"cols": 1.0
|
|
2145
2193
|
},
|
|
2146
2194
|
"listens": [
|
|
2147
2195
|
{
|
|
@@ -2175,8 +2223,6 @@
|
|
|
2175
2223
|
"name": "ActivityView",
|
|
2176
2224
|
"linkedEntity": "Activity",
|
|
2177
2225
|
"config": {
|
|
2178
|
-
"icon": "eye",
|
|
2179
|
-
"title": "View Activity",
|
|
2180
2226
|
"mode": "edit",
|
|
2181
2227
|
"fields": [
|
|
2182
2228
|
"title",
|
|
@@ -2185,7 +2231,9 @@
|
|
|
2185
2231
|
"timestamp",
|
|
2186
2232
|
"status",
|
|
2187
2233
|
"notes"
|
|
2188
|
-
]
|
|
2234
|
+
],
|
|
2235
|
+
"title": "View Activity",
|
|
2236
|
+
"icon": "eye"
|
|
2189
2237
|
},
|
|
2190
2238
|
"events": {
|
|
2191
2239
|
"OPEN": "VIEW"
|
|
@@ -2207,6 +2255,7 @@
|
|
|
2207
2255
|
"linkedEntity": "Activity",
|
|
2208
2256
|
"config": {
|
|
2209
2257
|
"icon": "edit",
|
|
2258
|
+
"title": "Edit Activity",
|
|
2210
2259
|
"fields": [
|
|
2211
2260
|
"title",
|
|
2212
2261
|
"type",
|
|
@@ -2215,7 +2264,6 @@
|
|
|
2215
2264
|
"status",
|
|
2216
2265
|
"notes"
|
|
2217
2266
|
],
|
|
2218
|
-
"title": "Edit Activity",
|
|
2219
2267
|
"mode": "edit"
|
|
2220
2268
|
},
|
|
2221
2269
|
"events": {
|
|
@@ -2237,10 +2285,10 @@
|
|
|
2237
2285
|
"name": "ActivityDelete",
|
|
2238
2286
|
"linkedEntity": "Activity",
|
|
2239
2287
|
"config": {
|
|
2240
|
-
"
|
|
2288
|
+
"title": "Delete Activity",
|
|
2241
2289
|
"icon": "alert-triangle",
|
|
2242
2290
|
"alertMessage": "This action cannot be undone.",
|
|
2243
|
-
"
|
|
2291
|
+
"confirmLabel": "Delete"
|
|
2244
2292
|
},
|
|
2245
2293
|
"events": {
|
|
2246
2294
|
"REQUEST": "DELETE",
|
|
@@ -2364,21 +2412,39 @@
|
|
|
2364
2412
|
"name": "Activity Created",
|
|
2365
2413
|
"description": "Signals a new activity has been created.",
|
|
2366
2414
|
"synonyms": "new, added, generated",
|
|
2367
|
-
"tier": "essential"
|
|
2415
|
+
"tier": "essential",
|
|
2416
|
+
"payloadSchema": [
|
|
2417
|
+
{
|
|
2418
|
+
"name": "id",
|
|
2419
|
+
"type": "string"
|
|
2420
|
+
}
|
|
2421
|
+
]
|
|
2368
2422
|
},
|
|
2369
2423
|
{
|
|
2370
2424
|
"key": "ACTIVITY_UPDATED",
|
|
2371
2425
|
"name": "Activity Updated",
|
|
2372
2426
|
"description": "Signals that an activity has been modified and saved.",
|
|
2373
2427
|
"synonyms": "modified, changed, updated, refreshed",
|
|
2374
|
-
"tier": "essential"
|
|
2428
|
+
"tier": "essential",
|
|
2429
|
+
"payloadSchema": [
|
|
2430
|
+
{
|
|
2431
|
+
"name": "id",
|
|
2432
|
+
"type": "string"
|
|
2433
|
+
}
|
|
2434
|
+
]
|
|
2375
2435
|
},
|
|
2376
2436
|
{
|
|
2377
2437
|
"key": "ACTIVITY_DELETED",
|
|
2378
2438
|
"name": "Activity Deleted",
|
|
2379
2439
|
"description": "Signals that an activity record has been removed.",
|
|
2380
2440
|
"synonyms": "removed, purged, discarded",
|
|
2381
|
-
"tier": "essential"
|
|
2441
|
+
"tier": "essential",
|
|
2442
|
+
"payloadSchema": [
|
|
2443
|
+
{
|
|
2444
|
+
"name": "id",
|
|
2445
|
+
"type": "string"
|
|
2446
|
+
}
|
|
2447
|
+
]
|
|
2382
2448
|
}
|
|
2383
2449
|
],
|
|
2384
2450
|
"transitions": [
|
|
@@ -2558,16 +2624,16 @@
|
|
|
2558
2624
|
"ref": "AppShell.traits.AppLayout",
|
|
2559
2625
|
"name": "TaskAppLayout",
|
|
2560
2626
|
"config": {
|
|
2561
|
-
"searchEvent": "TASK_SEARCH",
|
|
2562
2627
|
"notifications": [],
|
|
2628
|
+
"searchEvent": "TASK_SEARCH",
|
|
2563
2629
|
"notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
|
|
2564
|
-
"appName": "App",
|
|
2565
2630
|
"contentTrait": "@trait.TaskCatalog",
|
|
2631
|
+
"appName": "App",
|
|
2566
2632
|
"navItems": [
|
|
2567
2633
|
{
|
|
2568
|
-
"icon": "users",
|
|
2569
2634
|
"label": "Contacts",
|
|
2570
|
-
"href": "/contacts"
|
|
2635
|
+
"href": "/contacts",
|
|
2636
|
+
"icon": "users"
|
|
2571
2637
|
},
|
|
2572
2638
|
{
|
|
2573
2639
|
"icon": "package",
|
|
@@ -2575,34 +2641,34 @@
|
|
|
2575
2641
|
"label": "Items"
|
|
2576
2642
|
},
|
|
2577
2643
|
{
|
|
2644
|
+
"icon": "activity",
|
|
2578
2645
|
"label": "Activities",
|
|
2579
|
-
"href": "/activities"
|
|
2580
|
-
"icon": "activity"
|
|
2646
|
+
"href": "/activities"
|
|
2581
2647
|
},
|
|
2582
2648
|
{
|
|
2649
|
+
"href": "/tasks",
|
|
2583
2650
|
"icon": "check-square",
|
|
2584
|
-
"label": "Tasks"
|
|
2585
|
-
"href": "/tasks"
|
|
2651
|
+
"label": "Tasks"
|
|
2586
2652
|
},
|
|
2587
2653
|
{
|
|
2588
|
-
"label": "Calendar",
|
|
2589
2654
|
"href": "/calendar",
|
|
2590
|
-
"icon": "calendar"
|
|
2655
|
+
"icon": "calendar",
|
|
2656
|
+
"label": "Calendar"
|
|
2591
2657
|
},
|
|
2592
2658
|
{
|
|
2593
|
-
"href": "/widgets",
|
|
2594
2659
|
"icon": "layout-dashboard",
|
|
2595
|
-
"label": "Dashboard"
|
|
2660
|
+
"label": "Dashboard",
|
|
2661
|
+
"href": "/widgets"
|
|
2596
2662
|
},
|
|
2597
2663
|
{
|
|
2598
|
-
"
|
|
2664
|
+
"label": "Feed",
|
|
2599
2665
|
"href": "/feed",
|
|
2600
|
-
"
|
|
2666
|
+
"icon": "rss"
|
|
2601
2667
|
},
|
|
2602
2668
|
{
|
|
2603
|
-
"label": "Notes",
|
|
2604
2669
|
"href": "/notes",
|
|
2605
|
-
"icon": "file-text"
|
|
2670
|
+
"icon": "file-text",
|
|
2671
|
+
"label": "Notes"
|
|
2606
2672
|
}
|
|
2607
2673
|
]
|
|
2608
2674
|
},
|
|
@@ -2690,7 +2756,13 @@
|
|
|
2690
2756
|
"name": "Create",
|
|
2691
2757
|
"description": "Indicates a new record has been created.",
|
|
2692
2758
|
"synonyms": "new, add, generate, instantiate",
|
|
2693
|
-
"tier": "essential"
|
|
2759
|
+
"tier": "essential",
|
|
2760
|
+
"payloadSchema": [
|
|
2761
|
+
{
|
|
2762
|
+
"name": "source",
|
|
2763
|
+
"type": "string"
|
|
2764
|
+
}
|
|
2765
|
+
]
|
|
2694
2766
|
}
|
|
2695
2767
|
],
|
|
2696
2768
|
"transitions": [
|
|
@@ -2703,29 +2775,32 @@
|
|
|
2703
2775
|
"render-ui",
|
|
2704
2776
|
"main",
|
|
2705
2777
|
{
|
|
2706
|
-
"
|
|
2778
|
+
"gap": "lg",
|
|
2779
|
+
"type": "stack",
|
|
2707
2780
|
"children": [
|
|
2708
2781
|
{
|
|
2782
|
+
"gap": "md",
|
|
2783
|
+
"direction": "horizontal",
|
|
2709
2784
|
"align": "center",
|
|
2710
2785
|
"justify": "between",
|
|
2711
2786
|
"type": "stack",
|
|
2712
2787
|
"children": [
|
|
2713
2788
|
{
|
|
2714
2789
|
"gap": "sm",
|
|
2715
|
-
"direction": "horizontal",
|
|
2716
2790
|
"children": [
|
|
2717
2791
|
{
|
|
2718
2792
|
"name": "check-square",
|
|
2719
2793
|
"type": "icon"
|
|
2720
2794
|
},
|
|
2721
2795
|
{
|
|
2796
|
+
"type": "typography",
|
|
2722
2797
|
"variant": "h2",
|
|
2723
|
-
"content": "Tasks"
|
|
2724
|
-
"type": "typography"
|
|
2798
|
+
"content": "Tasks"
|
|
2725
2799
|
}
|
|
2726
2800
|
],
|
|
2727
2801
|
"align": "center",
|
|
2728
|
-
"type": "stack"
|
|
2802
|
+
"type": "stack",
|
|
2803
|
+
"direction": "horizontal"
|
|
2729
2804
|
},
|
|
2730
2805
|
{
|
|
2731
2806
|
"type": "button",
|
|
@@ -2734,9 +2809,7 @@
|
|
|
2734
2809
|
"icon": "plus",
|
|
2735
2810
|
"action": "CREATE"
|
|
2736
2811
|
}
|
|
2737
|
-
]
|
|
2738
|
-
"gap": "md",
|
|
2739
|
-
"direction": "horizontal"
|
|
2812
|
+
]
|
|
2740
2813
|
},
|
|
2741
2814
|
{
|
|
2742
2815
|
"type": "divider"
|
|
@@ -2747,8 +2820,7 @@
|
|
|
2747
2820
|
},
|
|
2748
2821
|
"@trait.TaskBrowseList"
|
|
2749
2822
|
],
|
|
2750
|
-
"
|
|
2751
|
-
"type": "stack"
|
|
2823
|
+
"direction": "vertical"
|
|
2752
2824
|
}
|
|
2753
2825
|
]
|
|
2754
2826
|
]
|
|
@@ -2767,25 +2839,25 @@
|
|
|
2767
2839
|
"render-ui",
|
|
2768
2840
|
"main",
|
|
2769
2841
|
{
|
|
2842
|
+
"className": "py-8",
|
|
2843
|
+
"align": "center",
|
|
2770
2844
|
"children": [
|
|
2771
2845
|
{
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
2846
|
+
"type": "icon",
|
|
2847
|
+
"name": "bell"
|
|
2774
2848
|
},
|
|
2775
2849
|
{
|
|
2776
|
-
"
|
|
2850
|
+
"type": "typography",
|
|
2777
2851
|
"variant": "h3",
|
|
2778
|
-
"
|
|
2852
|
+
"content": "No notifications"
|
|
2779
2853
|
},
|
|
2780
2854
|
{
|
|
2781
|
-
"type": "button",
|
|
2782
|
-
"label": "Back",
|
|
2783
2855
|
"action": "INIT",
|
|
2856
|
+
"label": "Back",
|
|
2857
|
+
"type": "button",
|
|
2784
2858
|
"variant": "ghost"
|
|
2785
2859
|
}
|
|
2786
2860
|
],
|
|
2787
|
-
"className": "py-8",
|
|
2788
|
-
"align": "center",
|
|
2789
2861
|
"direction": "vertical",
|
|
2790
2862
|
"gap": "md",
|
|
2791
2863
|
"type": "stack"
|
|
@@ -2809,8 +2881,8 @@
|
|
|
2809
2881
|
"label": "To Do"
|
|
2810
2882
|
},
|
|
2811
2883
|
{
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
2884
|
+
"label": "Doing",
|
|
2885
|
+
"value": "doing"
|
|
2814
2886
|
},
|
|
2815
2887
|
{
|
|
2816
2888
|
"label": "Done",
|
|
@@ -2824,51 +2896,51 @@
|
|
|
2824
2896
|
"name": "TaskBrowseList",
|
|
2825
2897
|
"linkedEntity": "Task",
|
|
2826
2898
|
"config": {
|
|
2827
|
-
"gap": "sm",
|
|
2828
2899
|
"cols": 1.0,
|
|
2829
2900
|
"itemActions": [
|
|
2830
2901
|
{
|
|
2831
|
-
"event": "VIEW",
|
|
2832
2902
|
"variant": "ghost",
|
|
2903
|
+
"event": "VIEW",
|
|
2833
2904
|
"label": "View"
|
|
2834
2905
|
},
|
|
2835
2906
|
{
|
|
2836
|
-
"event": "EDIT",
|
|
2837
2907
|
"label": "Edit",
|
|
2908
|
+
"event": "EDIT",
|
|
2838
2909
|
"variant": "ghost"
|
|
2839
2910
|
},
|
|
2840
2911
|
{
|
|
2912
|
+
"label": "Delete",
|
|
2841
2913
|
"variant": "danger",
|
|
2842
|
-
"event": "DELETE"
|
|
2843
|
-
"label": "Delete"
|
|
2914
|
+
"event": "DELETE"
|
|
2844
2915
|
}
|
|
2845
2916
|
],
|
|
2917
|
+
"gap": "sm",
|
|
2846
2918
|
"fields": [
|
|
2847
2919
|
{
|
|
2848
|
-
"name": "title",
|
|
2849
2920
|
"variant": "h4",
|
|
2850
|
-
"icon": "check-square"
|
|
2921
|
+
"icon": "check-square",
|
|
2922
|
+
"name": "title"
|
|
2851
2923
|
},
|
|
2852
2924
|
{
|
|
2853
2925
|
"name": "description",
|
|
2854
2926
|
"variant": "body"
|
|
2855
2927
|
},
|
|
2856
2928
|
{
|
|
2857
|
-
"
|
|
2858
|
-
"
|
|
2929
|
+
"name": "assignee",
|
|
2930
|
+
"variant": "caption"
|
|
2859
2931
|
},
|
|
2860
2932
|
{
|
|
2861
|
-
"variant": "caption",
|
|
2862
2933
|
"format": "date",
|
|
2863
|
-
"name": "dueDate"
|
|
2934
|
+
"name": "dueDate",
|
|
2935
|
+
"variant": "caption"
|
|
2864
2936
|
},
|
|
2865
2937
|
{
|
|
2866
2938
|
"variant": "badge",
|
|
2867
2939
|
"name": "priority"
|
|
2868
2940
|
},
|
|
2869
2941
|
{
|
|
2870
|
-
"
|
|
2871
|
-
"
|
|
2942
|
+
"variant": "badge",
|
|
2943
|
+
"name": "status"
|
|
2872
2944
|
}
|
|
2873
2945
|
]
|
|
2874
2946
|
},
|
|
@@ -2904,9 +2976,7 @@
|
|
|
2904
2976
|
"name": "TaskCreate",
|
|
2905
2977
|
"linkedEntity": "Task",
|
|
2906
2978
|
"config": {
|
|
2907
|
-
"icon": "plus-circle",
|
|
2908
2979
|
"title": "New Task",
|
|
2909
|
-
"mode": "create",
|
|
2910
2980
|
"fields": [
|
|
2911
2981
|
"title",
|
|
2912
2982
|
"description",
|
|
@@ -2914,7 +2984,9 @@
|
|
|
2914
2984
|
"dueDate",
|
|
2915
2985
|
"priority",
|
|
2916
2986
|
"status"
|
|
2917
|
-
]
|
|
2987
|
+
],
|
|
2988
|
+
"icon": "plus-circle",
|
|
2989
|
+
"mode": "create"
|
|
2918
2990
|
},
|
|
2919
2991
|
"events": {
|
|
2920
2992
|
"OPEN": "CREATE"
|
|
@@ -2943,9 +3015,9 @@
|
|
|
2943
3015
|
"priority",
|
|
2944
3016
|
"status"
|
|
2945
3017
|
],
|
|
2946
|
-
"
|
|
3018
|
+
"title": "Edit Task",
|
|
2947
3019
|
"icon": "edit",
|
|
2948
|
-
"
|
|
3020
|
+
"mode": "edit"
|
|
2949
3021
|
},
|
|
2950
3022
|
"events": {
|
|
2951
3023
|
"OPEN": "EDIT"
|
|
@@ -2967,8 +3039,6 @@
|
|
|
2967
3039
|
"linkedEntity": "Task",
|
|
2968
3040
|
"config": {
|
|
2969
3041
|
"title": "View Task",
|
|
2970
|
-
"icon": "eye",
|
|
2971
|
-
"mode": "edit",
|
|
2972
3042
|
"fields": [
|
|
2973
3043
|
"title",
|
|
2974
3044
|
"description",
|
|
@@ -2976,7 +3046,9 @@
|
|
|
2976
3046
|
"dueDate",
|
|
2977
3047
|
"priority",
|
|
2978
3048
|
"status"
|
|
2979
|
-
]
|
|
3049
|
+
],
|
|
3050
|
+
"mode": "edit",
|
|
3051
|
+
"icon": "eye"
|
|
2980
3052
|
},
|
|
2981
3053
|
"events": {
|
|
2982
3054
|
"OPEN": "VIEW"
|
|
@@ -2999,8 +3071,8 @@
|
|
|
2999
3071
|
"config": {
|
|
3000
3072
|
"icon": "alert-triangle",
|
|
3001
3073
|
"title": "Delete Task",
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
3074
|
+
"confirmLabel": "Delete",
|
|
3075
|
+
"alertMessage": "This action cannot be undone."
|
|
3004
3076
|
},
|
|
3005
3077
|
"events": {
|
|
3006
3078
|
"REQUEST": "DELETE",
|
|
@@ -3146,21 +3218,39 @@
|
|
|
3146
3218
|
"name": "Task Created",
|
|
3147
3219
|
"description": "A new task has been created.",
|
|
3148
3220
|
"synonyms": "new task, task added, task initiation",
|
|
3149
|
-
"tier": "essential"
|
|
3221
|
+
"tier": "essential",
|
|
3222
|
+
"payloadSchema": [
|
|
3223
|
+
{
|
|
3224
|
+
"name": "id",
|
|
3225
|
+
"type": "string"
|
|
3226
|
+
}
|
|
3227
|
+
]
|
|
3150
3228
|
},
|
|
3151
3229
|
{
|
|
3152
3230
|
"key": "TASK_UPDATED",
|
|
3153
3231
|
"name": "Task Updated",
|
|
3154
3232
|
"description": "Signals a task has been modified.",
|
|
3155
3233
|
"synonyms": "modified, changed, altered",
|
|
3156
|
-
"tier": "essential"
|
|
3234
|
+
"tier": "essential",
|
|
3235
|
+
"payloadSchema": [
|
|
3236
|
+
{
|
|
3237
|
+
"name": "id",
|
|
3238
|
+
"type": "string"
|
|
3239
|
+
}
|
|
3240
|
+
]
|
|
3157
3241
|
},
|
|
3158
3242
|
{
|
|
3159
3243
|
"key": "TASK_DELETED",
|
|
3160
3244
|
"name": "Task Deleted",
|
|
3161
3245
|
"description": "Signals that a task has been removed.",
|
|
3162
3246
|
"synonyms": "removed, purged, archived",
|
|
3163
|
-
"tier": "essential"
|
|
3247
|
+
"tier": "essential",
|
|
3248
|
+
"payloadSchema": [
|
|
3249
|
+
{
|
|
3250
|
+
"name": "id",
|
|
3251
|
+
"type": "string"
|
|
3252
|
+
}
|
|
3253
|
+
]
|
|
3164
3254
|
}
|
|
3165
3255
|
],
|
|
3166
3256
|
"transitions": [
|
|
@@ -3354,18 +3444,20 @@
|
|
|
3354
3444
|
"ref": "AppShell.traits.AppLayout",
|
|
3355
3445
|
"name": "CalendarAppLayout",
|
|
3356
3446
|
"config": {
|
|
3357
|
-
"appName": "App",
|
|
3358
3447
|
"notifications": [],
|
|
3448
|
+
"appName": "App",
|
|
3449
|
+
"searchEvent": "CAL_SEARCH",
|
|
3450
|
+
"contentTrait": "@trait.CalendarCatalog",
|
|
3359
3451
|
"navItems": [
|
|
3360
3452
|
{
|
|
3361
|
-
"href": "/contacts",
|
|
3362
3453
|
"icon": "users",
|
|
3363
|
-
"label": "Contacts"
|
|
3454
|
+
"label": "Contacts",
|
|
3455
|
+
"href": "/contacts"
|
|
3364
3456
|
},
|
|
3365
3457
|
{
|
|
3366
3458
|
"icon": "package",
|
|
3367
|
-
"
|
|
3368
|
-
"
|
|
3459
|
+
"label": "Items",
|
|
3460
|
+
"href": "/items"
|
|
3369
3461
|
},
|
|
3370
3462
|
{
|
|
3371
3463
|
"label": "Activities",
|
|
@@ -3374,23 +3466,23 @@
|
|
|
3374
3466
|
},
|
|
3375
3467
|
{
|
|
3376
3468
|
"label": "Tasks",
|
|
3377
|
-
"
|
|
3378
|
-
"
|
|
3469
|
+
"icon": "check-square",
|
|
3470
|
+
"href": "/tasks"
|
|
3379
3471
|
},
|
|
3380
3472
|
{
|
|
3381
3473
|
"href": "/calendar",
|
|
3382
|
-
"
|
|
3383
|
-
"
|
|
3474
|
+
"icon": "calendar",
|
|
3475
|
+
"label": "Calendar"
|
|
3384
3476
|
},
|
|
3385
3477
|
{
|
|
3478
|
+
"label": "Dashboard",
|
|
3386
3479
|
"href": "/widgets",
|
|
3387
|
-
"icon": "layout-dashboard"
|
|
3388
|
-
"label": "Dashboard"
|
|
3480
|
+
"icon": "layout-dashboard"
|
|
3389
3481
|
},
|
|
3390
3482
|
{
|
|
3391
|
-
"label": "Feed",
|
|
3392
3483
|
"href": "/feed",
|
|
3393
|
-
"icon": "rss"
|
|
3484
|
+
"icon": "rss",
|
|
3485
|
+
"label": "Feed"
|
|
3394
3486
|
},
|
|
3395
3487
|
{
|
|
3396
3488
|
"label": "Notes",
|
|
@@ -3398,13 +3490,11 @@
|
|
|
3398
3490
|
"icon": "file-text"
|
|
3399
3491
|
}
|
|
3400
3492
|
],
|
|
3401
|
-
"notificationClickEvent": "CAL_NOTIFICATIONS_OPEN"
|
|
3402
|
-
"searchEvent": "CAL_SEARCH",
|
|
3403
|
-
"contentTrait": "@trait.CalendarCatalog"
|
|
3493
|
+
"notificationClickEvent": "CAL_NOTIFICATIONS_OPEN"
|
|
3404
3494
|
},
|
|
3405
3495
|
"events": {
|
|
3406
|
-
"
|
|
3407
|
-
"
|
|
3496
|
+
"NOTIFY_CLICK": "CAL_NOTIFICATIONS_OPEN",
|
|
3497
|
+
"SEARCH": "CAL_SEARCH"
|
|
3408
3498
|
}
|
|
3409
3499
|
},
|
|
3410
3500
|
{
|
|
@@ -3486,7 +3576,13 @@
|
|
|
3486
3576
|
"name": "Create",
|
|
3487
3577
|
"description": "Signals a new record has been created.",
|
|
3488
3578
|
"synonyms": "new, add, initialize, generate",
|
|
3489
|
-
"tier": "essential"
|
|
3579
|
+
"tier": "essential",
|
|
3580
|
+
"payloadSchema": [
|
|
3581
|
+
{
|
|
3582
|
+
"name": "source",
|
|
3583
|
+
"type": "string"
|
|
3584
|
+
}
|
|
3585
|
+
]
|
|
3490
3586
|
}
|
|
3491
3587
|
],
|
|
3492
3588
|
"transitions": [
|
|
@@ -3499,40 +3595,41 @@
|
|
|
3499
3595
|
"render-ui",
|
|
3500
3596
|
"main",
|
|
3501
3597
|
{
|
|
3598
|
+
"gap": "lg",
|
|
3502
3599
|
"direction": "vertical",
|
|
3503
3600
|
"type": "stack",
|
|
3504
3601
|
"children": [
|
|
3505
3602
|
{
|
|
3506
|
-
"align": "center",
|
|
3507
|
-
"justify": "between",
|
|
3508
3603
|
"children": [
|
|
3509
3604
|
{
|
|
3605
|
+
"align": "center",
|
|
3510
3606
|
"direction": "horizontal",
|
|
3511
|
-
"gap": "sm",
|
|
3512
3607
|
"children": [
|
|
3513
3608
|
{
|
|
3514
|
-
"
|
|
3515
|
-
"
|
|
3609
|
+
"name": "calendar",
|
|
3610
|
+
"type": "icon"
|
|
3516
3611
|
},
|
|
3517
3612
|
{
|
|
3613
|
+
"content": "Calendar",
|
|
3518
3614
|
"type": "typography",
|
|
3519
|
-
"variant": "h2"
|
|
3520
|
-
"content": "Calendar"
|
|
3615
|
+
"variant": "h2"
|
|
3521
3616
|
}
|
|
3522
3617
|
],
|
|
3523
|
-
"
|
|
3618
|
+
"gap": "sm",
|
|
3524
3619
|
"type": "stack"
|
|
3525
3620
|
},
|
|
3526
3621
|
{
|
|
3527
3622
|
"type": "button",
|
|
3528
|
-
"
|
|
3623
|
+
"action": "CREATE",
|
|
3529
3624
|
"icon": "plus",
|
|
3530
|
-
"
|
|
3531
|
-
"
|
|
3625
|
+
"variant": "primary",
|
|
3626
|
+
"label": "New Event"
|
|
3532
3627
|
}
|
|
3533
3628
|
],
|
|
3534
3629
|
"gap": "md",
|
|
3630
|
+
"justify": "between",
|
|
3535
3631
|
"type": "stack",
|
|
3632
|
+
"align": "center",
|
|
3536
3633
|
"direction": "horizontal"
|
|
3537
3634
|
},
|
|
3538
3635
|
{
|
|
@@ -3543,8 +3640,7 @@
|
|
|
3543
3640
|
"type": "divider"
|
|
3544
3641
|
},
|
|
3545
3642
|
"@trait.CalendarBrowseList"
|
|
3546
|
-
]
|
|
3547
|
-
"gap": "lg"
|
|
3643
|
+
]
|
|
3548
3644
|
}
|
|
3549
3645
|
]
|
|
3550
3646
|
]
|
|
@@ -3565,6 +3661,8 @@
|
|
|
3565
3661
|
{
|
|
3566
3662
|
"className": "py-8",
|
|
3567
3663
|
"direction": "vertical",
|
|
3664
|
+
"align": "center",
|
|
3665
|
+
"gap": "md",
|
|
3568
3666
|
"type": "stack",
|
|
3569
3667
|
"children": [
|
|
3570
3668
|
{
|
|
@@ -3572,19 +3670,17 @@
|
|
|
3572
3670
|
"type": "icon"
|
|
3573
3671
|
},
|
|
3574
3672
|
{
|
|
3575
|
-
"type": "typography",
|
|
3576
3673
|
"content": "No notifications",
|
|
3674
|
+
"type": "typography",
|
|
3577
3675
|
"variant": "h3"
|
|
3578
3676
|
},
|
|
3579
3677
|
{
|
|
3580
|
-
"
|
|
3581
|
-
"variant": "ghost",
|
|
3678
|
+
"type": "button",
|
|
3582
3679
|
"action": "INIT",
|
|
3583
|
-
"
|
|
3680
|
+
"variant": "ghost",
|
|
3681
|
+
"label": "Back"
|
|
3584
3682
|
}
|
|
3585
|
-
]
|
|
3586
|
-
"gap": "md",
|
|
3587
|
-
"align": "center"
|
|
3683
|
+
]
|
|
3588
3684
|
}
|
|
3589
3685
|
]
|
|
3590
3686
|
]
|
|
@@ -3597,8 +3693,8 @@
|
|
|
3597
3693
|
"ref": "Calendar.traits.CalendarEventCalendar",
|
|
3598
3694
|
"name": "CalendarView",
|
|
3599
3695
|
"config": {
|
|
3600
|
-
"dateField": "startTime",
|
|
3601
3696
|
"title": "Schedule",
|
|
3697
|
+
"dateField": "startTime",
|
|
3602
3698
|
"labelField": "title"
|
|
3603
3699
|
},
|
|
3604
3700
|
"listens": [
|
|
@@ -3617,35 +3713,34 @@
|
|
|
3617
3713
|
"name": "CalendarBrowseList",
|
|
3618
3714
|
"linkedEntity": "ScheduledEvent",
|
|
3619
3715
|
"config": {
|
|
3716
|
+
"gap": "sm",
|
|
3620
3717
|
"itemActions": [
|
|
3621
3718
|
{
|
|
3622
|
-
"
|
|
3719
|
+
"event": "VIEW",
|
|
3623
3720
|
"label": "View",
|
|
3624
|
-
"
|
|
3721
|
+
"variant": "ghost"
|
|
3625
3722
|
},
|
|
3626
3723
|
{
|
|
3627
3724
|
"event": "EDIT",
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3725
|
+
"variant": "ghost",
|
|
3726
|
+
"label": "Edit"
|
|
3630
3727
|
},
|
|
3631
3728
|
{
|
|
3632
|
-
"variant": "danger",
|
|
3633
3729
|
"event": "DELETE",
|
|
3730
|
+
"variant": "danger",
|
|
3634
3731
|
"label": "Delete"
|
|
3635
3732
|
}
|
|
3636
3733
|
],
|
|
3637
|
-
"cols": 1.0,
|
|
3638
|
-
"gap": "sm",
|
|
3639
3734
|
"fields": [
|
|
3640
3735
|
{
|
|
3641
|
-
"variant": "h4",
|
|
3642
3736
|
"icon": "calendar",
|
|
3737
|
+
"variant": "h4",
|
|
3643
3738
|
"name": "title"
|
|
3644
3739
|
},
|
|
3645
3740
|
{
|
|
3741
|
+
"format": "date",
|
|
3646
3742
|
"name": "startTime",
|
|
3647
|
-
"variant": "caption"
|
|
3648
|
-
"format": "date"
|
|
3743
|
+
"variant": "caption"
|
|
3649
3744
|
},
|
|
3650
3745
|
{
|
|
3651
3746
|
"name": "endTime",
|
|
@@ -3660,7 +3755,8 @@
|
|
|
3660
3755
|
"variant": "caption",
|
|
3661
3756
|
"name": "attendees"
|
|
3662
3757
|
}
|
|
3663
|
-
]
|
|
3758
|
+
],
|
|
3759
|
+
"cols": 1.0
|
|
3664
3760
|
},
|
|
3665
3761
|
"listens": [
|
|
3666
3762
|
{
|
|
@@ -3694,9 +3790,6 @@
|
|
|
3694
3790
|
"name": "CalendarCreate",
|
|
3695
3791
|
"linkedEntity": "ScheduledEvent",
|
|
3696
3792
|
"config": {
|
|
3697
|
-
"icon": "plus-circle",
|
|
3698
|
-
"mode": "create",
|
|
3699
|
-
"title": "New Event",
|
|
3700
3793
|
"fields": [
|
|
3701
3794
|
"title",
|
|
3702
3795
|
"startTime",
|
|
@@ -3704,7 +3797,10 @@
|
|
|
3704
3797
|
"location",
|
|
3705
3798
|
"attendees",
|
|
3706
3799
|
"description"
|
|
3707
|
-
]
|
|
3800
|
+
],
|
|
3801
|
+
"icon": "plus-circle",
|
|
3802
|
+
"title": "New Event",
|
|
3803
|
+
"mode": "create"
|
|
3708
3804
|
},
|
|
3709
3805
|
"events": {
|
|
3710
3806
|
"OPEN": "CREATE"
|
|
@@ -3727,6 +3823,7 @@
|
|
|
3727
3823
|
"config": {
|
|
3728
3824
|
"mode": "edit",
|
|
3729
3825
|
"title": "Edit Event",
|
|
3826
|
+
"icon": "edit",
|
|
3730
3827
|
"fields": [
|
|
3731
3828
|
"title",
|
|
3732
3829
|
"startTime",
|
|
@@ -3734,8 +3831,7 @@
|
|
|
3734
3831
|
"location",
|
|
3735
3832
|
"attendees",
|
|
3736
3833
|
"description"
|
|
3737
|
-
]
|
|
3738
|
-
"icon": "edit"
|
|
3834
|
+
]
|
|
3739
3835
|
},
|
|
3740
3836
|
"events": {
|
|
3741
3837
|
"OPEN": "EDIT"
|
|
@@ -3756,10 +3852,10 @@
|
|
|
3756
3852
|
"name": "CalendarDelete",
|
|
3757
3853
|
"linkedEntity": "ScheduledEvent",
|
|
3758
3854
|
"config": {
|
|
3759
|
-
"title": "Delete Event",
|
|
3760
3855
|
"icon": "alert-triangle",
|
|
3761
3856
|
"alertMessage": "This action cannot be undone.",
|
|
3762
|
-
"confirmLabel": "Delete"
|
|
3857
|
+
"confirmLabel": "Delete",
|
|
3858
|
+
"title": "Delete Event"
|
|
3763
3859
|
},
|
|
3764
3860
|
"events": {
|
|
3765
3861
|
"CONFIRM": "CONFIRM_DELETE",
|
|
@@ -3905,21 +4001,39 @@
|
|
|
3905
4001
|
"name": "Cal Created",
|
|
3906
4002
|
"description": "A new calendar entry has been created.",
|
|
3907
4003
|
"synonyms": "new, added, scheduled",
|
|
3908
|
-
"tier": "essential"
|
|
4004
|
+
"tier": "essential",
|
|
4005
|
+
"payloadSchema": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "id",
|
|
4008
|
+
"type": "string"
|
|
4009
|
+
}
|
|
4010
|
+
]
|
|
3909
4011
|
},
|
|
3910
4012
|
{
|
|
3911
4013
|
"key": "CAL_UPDATED",
|
|
3912
4014
|
"name": "Cal Updated",
|
|
3913
4015
|
"description": "Signals a change or update to calendar data.",
|
|
3914
4016
|
"synonyms": "modified, changed, refreshed",
|
|
3915
|
-
"tier": "essential"
|
|
4017
|
+
"tier": "essential",
|
|
4018
|
+
"payloadSchema": [
|
|
4019
|
+
{
|
|
4020
|
+
"name": "id",
|
|
4021
|
+
"type": "string"
|
|
4022
|
+
}
|
|
4023
|
+
]
|
|
3916
4024
|
},
|
|
3917
4025
|
{
|
|
3918
4026
|
"key": "CAL_DELETED",
|
|
3919
4027
|
"name": "Cal Deleted",
|
|
3920
4028
|
"description": "Signals that a calendar item has been removed.",
|
|
3921
4029
|
"synonyms": "removed, purged, discarded",
|
|
3922
|
-
"tier": "essential"
|
|
4030
|
+
"tier": "essential",
|
|
4031
|
+
"payloadSchema": [
|
|
4032
|
+
{
|
|
4033
|
+
"name": "id",
|
|
4034
|
+
"type": "string"
|
|
4035
|
+
}
|
|
4036
|
+
]
|
|
3923
4037
|
}
|
|
3924
4038
|
],
|
|
3925
4039
|
"transitions": [
|
|
@@ -4107,6 +4221,9 @@
|
|
|
4107
4221
|
"ref": "AppShell.traits.AppLayout",
|
|
4108
4222
|
"name": "WidgetAppLayout",
|
|
4109
4223
|
"config": {
|
|
4224
|
+
"searchEvent": "WIDGET_SEARCH",
|
|
4225
|
+
"appName": "App",
|
|
4226
|
+
"notificationClickEvent": "WIDGET_NOTIFICATIONS_OPEN",
|
|
4110
4227
|
"navItems": [
|
|
4111
4228
|
{
|
|
4112
4229
|
"icon": "users",
|
|
@@ -4114,8 +4231,8 @@
|
|
|
4114
4231
|
"href": "/contacts"
|
|
4115
4232
|
},
|
|
4116
4233
|
{
|
|
4117
|
-
"href": "/items",
|
|
4118
4234
|
"icon": "package",
|
|
4235
|
+
"href": "/items",
|
|
4119
4236
|
"label": "Items"
|
|
4120
4237
|
},
|
|
4121
4238
|
{
|
|
@@ -4124,35 +4241,32 @@
|
|
|
4124
4241
|
"icon": "activity"
|
|
4125
4242
|
},
|
|
4126
4243
|
{
|
|
4127
|
-
"href": "/tasks",
|
|
4128
4244
|
"icon": "check-square",
|
|
4245
|
+
"href": "/tasks",
|
|
4129
4246
|
"label": "Tasks"
|
|
4130
4247
|
},
|
|
4131
4248
|
{
|
|
4132
|
-
"icon": "calendar",
|
|
4133
4249
|
"href": "/calendar",
|
|
4250
|
+
"icon": "calendar",
|
|
4134
4251
|
"label": "Calendar"
|
|
4135
4252
|
},
|
|
4136
4253
|
{
|
|
4137
|
-
"
|
|
4254
|
+
"href": "/widgets",
|
|
4138
4255
|
"label": "Dashboard",
|
|
4139
|
-
"
|
|
4256
|
+
"icon": "layout-dashboard"
|
|
4140
4257
|
},
|
|
4141
4258
|
{
|
|
4142
|
-
"
|
|
4259
|
+
"href": "/feed",
|
|
4143
4260
|
"label": "Feed",
|
|
4144
|
-
"
|
|
4261
|
+
"icon": "rss"
|
|
4145
4262
|
},
|
|
4146
4263
|
{
|
|
4147
|
-
"
|
|
4264
|
+
"href": "/notes",
|
|
4148
4265
|
"icon": "file-text",
|
|
4149
|
-
"
|
|
4266
|
+
"label": "Notes"
|
|
4150
4267
|
}
|
|
4151
4268
|
],
|
|
4152
4269
|
"notifications": [],
|
|
4153
|
-
"notificationClickEvent": "WIDGET_NOTIFICATIONS_OPEN",
|
|
4154
|
-
"appName": "App",
|
|
4155
|
-
"searchEvent": "WIDGET_SEARCH",
|
|
4156
4270
|
"contentTrait": "@trait.WidgetCatalog"
|
|
4157
4271
|
},
|
|
4158
4272
|
"events": {
|
|
@@ -4230,25 +4344,23 @@
|
|
|
4230
4344
|
"render-ui",
|
|
4231
4345
|
"main",
|
|
4232
4346
|
{
|
|
4233
|
-
"direction": "vertical",
|
|
4234
|
-
"type": "stack",
|
|
4235
4347
|
"children": [
|
|
4236
4348
|
{
|
|
4349
|
+
"gap": "sm",
|
|
4350
|
+
"direction": "horizontal",
|
|
4351
|
+
"type": "stack",
|
|
4237
4352
|
"children": [
|
|
4238
4353
|
{
|
|
4239
4354
|
"name": "layout-dashboard",
|
|
4240
4355
|
"type": "icon"
|
|
4241
4356
|
},
|
|
4242
4357
|
{
|
|
4243
|
-
"variant": "h2",
|
|
4244
4358
|
"type": "typography",
|
|
4359
|
+
"variant": "h2",
|
|
4245
4360
|
"content": "Dashboard"
|
|
4246
4361
|
}
|
|
4247
4362
|
],
|
|
4248
|
-
"align": "center"
|
|
4249
|
-
"gap": "sm",
|
|
4250
|
-
"direction": "horizontal",
|
|
4251
|
-
"type": "stack"
|
|
4363
|
+
"align": "center"
|
|
4252
4364
|
},
|
|
4253
4365
|
{
|
|
4254
4366
|
"type": "divider"
|
|
@@ -4260,7 +4372,9 @@
|
|
|
4260
4372
|
},
|
|
4261
4373
|
"@trait.WidgetBrowseList"
|
|
4262
4374
|
],
|
|
4263
|
-
"
|
|
4375
|
+
"direction": "vertical",
|
|
4376
|
+
"gap": "lg",
|
|
4377
|
+
"type": "stack"
|
|
4264
4378
|
}
|
|
4265
4379
|
]
|
|
4266
4380
|
]
|
|
@@ -4279,28 +4393,28 @@
|
|
|
4279
4393
|
"render-ui",
|
|
4280
4394
|
"main",
|
|
4281
4395
|
{
|
|
4396
|
+
"type": "stack",
|
|
4397
|
+
"gap": "md",
|
|
4398
|
+
"direction": "vertical",
|
|
4282
4399
|
"children": [
|
|
4283
4400
|
{
|
|
4284
4401
|
"type": "icon",
|
|
4285
4402
|
"name": "bell"
|
|
4286
4403
|
},
|
|
4287
4404
|
{
|
|
4288
|
-
"type": "typography",
|
|
4289
4405
|
"content": "No notifications",
|
|
4406
|
+
"type": "typography",
|
|
4290
4407
|
"variant": "h3"
|
|
4291
4408
|
},
|
|
4292
4409
|
{
|
|
4293
|
-
"
|
|
4294
|
-
"type": "button",
|
|
4410
|
+
"variant": "ghost",
|
|
4295
4411
|
"action": "INIT",
|
|
4296
|
-
"
|
|
4412
|
+
"label": "Back",
|
|
4413
|
+
"type": "button"
|
|
4297
4414
|
}
|
|
4298
4415
|
],
|
|
4299
|
-
"className": "py-8",
|
|
4300
|
-
"gap": "md",
|
|
4301
4416
|
"align": "center",
|
|
4302
|
-
"
|
|
4303
|
-
"type": "stack"
|
|
4417
|
+
"className": "py-8"
|
|
4304
4418
|
}
|
|
4305
4419
|
]
|
|
4306
4420
|
]
|
|
@@ -4313,24 +4427,24 @@
|
|
|
4313
4427
|
"ref": "Stats.traits.StatsItemStats",
|
|
4314
4428
|
"name": "WidgetStats",
|
|
4315
4429
|
"config": {
|
|
4430
|
+
"title": "Key Metrics",
|
|
4316
4431
|
"metrics": [
|
|
4317
4432
|
{
|
|
4433
|
+
"format": "number",
|
|
4318
4434
|
"label": "Widgets",
|
|
4319
|
-
"icon": "layout-dashboard",
|
|
4320
4435
|
"variant": "primary",
|
|
4321
4436
|
"aggregation": "count",
|
|
4322
|
-
"
|
|
4437
|
+
"icon": "layout-dashboard"
|
|
4323
4438
|
},
|
|
4324
4439
|
{
|
|
4440
|
+
"aggregation": "sum",
|
|
4441
|
+
"variant": "success",
|
|
4325
4442
|
"format": "number",
|
|
4326
4443
|
"icon": "trending-up",
|
|
4327
|
-
"label": "Total Value",
|
|
4328
4444
|
"field": "value",
|
|
4329
|
-
"
|
|
4330
|
-
"variant": "success"
|
|
4445
|
+
"label": "Total Value"
|
|
4331
4446
|
}
|
|
4332
|
-
]
|
|
4333
|
-
"title": "Key Metrics"
|
|
4447
|
+
]
|
|
4334
4448
|
},
|
|
4335
4449
|
"listens": [
|
|
4336
4450
|
{
|
|
@@ -4347,12 +4461,12 @@
|
|
|
4347
4461
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
4348
4462
|
"name": "WidgetGraphs",
|
|
4349
4463
|
"config": {
|
|
4350
|
-
"
|
|
4464
|
+
"chartType": "pie",
|
|
4465
|
+
"aggregation": "count",
|
|
4351
4466
|
"title": "Widgets by type",
|
|
4352
4467
|
"subtitle": "Distribution",
|
|
4353
|
-
"chartType": "pie",
|
|
4354
4468
|
"categoryField": "type",
|
|
4355
|
-
"
|
|
4469
|
+
"height": 240.0,
|
|
4356
4470
|
"showLegend": true
|
|
4357
4471
|
},
|
|
4358
4472
|
"listens": [
|
|
@@ -4371,6 +4485,7 @@
|
|
|
4371
4485
|
"name": "WidgetBrowseList",
|
|
4372
4486
|
"linkedEntity": "Widget",
|
|
4373
4487
|
"config": {
|
|
4488
|
+
"gap": "sm",
|
|
4374
4489
|
"cols": 2.0,
|
|
4375
4490
|
"fields": [
|
|
4376
4491
|
{
|
|
@@ -4387,33 +4502,32 @@
|
|
|
4387
4502
|
"variant": "caption"
|
|
4388
4503
|
},
|
|
4389
4504
|
{
|
|
4390
|
-
"variant": "badge",
|
|
4391
4505
|
"format": "number",
|
|
4392
|
-
"name": "value"
|
|
4506
|
+
"name": "value",
|
|
4507
|
+
"variant": "badge"
|
|
4393
4508
|
},
|
|
4394
4509
|
{
|
|
4395
|
-
"
|
|
4396
|
-
"
|
|
4510
|
+
"variant": "caption",
|
|
4511
|
+
"name": "dataSource"
|
|
4397
4512
|
}
|
|
4398
4513
|
],
|
|
4399
4514
|
"itemActions": [
|
|
4400
4515
|
{
|
|
4401
4516
|
"label": "View",
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4517
|
+
"event": "VIEW",
|
|
4518
|
+
"variant": "ghost"
|
|
4404
4519
|
},
|
|
4405
4520
|
{
|
|
4406
|
-
"variant": "ghost",
|
|
4407
4521
|
"event": "EDIT",
|
|
4408
|
-
"label": "Edit"
|
|
4522
|
+
"label": "Edit",
|
|
4523
|
+
"variant": "ghost"
|
|
4409
4524
|
},
|
|
4410
4525
|
{
|
|
4411
4526
|
"label": "Delete",
|
|
4412
4527
|
"variant": "danger",
|
|
4413
4528
|
"event": "DELETE"
|
|
4414
4529
|
}
|
|
4415
|
-
]
|
|
4416
|
-
"gap": "sm"
|
|
4530
|
+
]
|
|
4417
4531
|
},
|
|
4418
4532
|
"listens": [
|
|
4419
4533
|
{
|
|
@@ -4447,17 +4561,17 @@
|
|
|
4447
4561
|
"name": "WidgetView",
|
|
4448
4562
|
"linkedEntity": "Widget",
|
|
4449
4563
|
"config": {
|
|
4450
|
-
"
|
|
4564
|
+
"title": "View Widget",
|
|
4565
|
+
"mode": "edit",
|
|
4566
|
+
"icon": "eye",
|
|
4567
|
+
"fields": [
|
|
4451
4568
|
"title",
|
|
4452
4569
|
"type",
|
|
4453
4570
|
"label",
|
|
4454
4571
|
"value",
|
|
4455
4572
|
"dataSource",
|
|
4456
4573
|
"refreshInterval"
|
|
4457
|
-
]
|
|
4458
|
-
"mode": "edit",
|
|
4459
|
-
"icon": "eye",
|
|
4460
|
-
"title": "View Widget"
|
|
4574
|
+
]
|
|
4461
4575
|
},
|
|
4462
4576
|
"events": {
|
|
4463
4577
|
"OPEN": "VIEW"
|
|
@@ -4478,6 +4592,7 @@
|
|
|
4478
4592
|
"name": "WidgetEdit",
|
|
4479
4593
|
"linkedEntity": "Widget",
|
|
4480
4594
|
"config": {
|
|
4595
|
+
"mode": "edit",
|
|
4481
4596
|
"title": "Edit Widget",
|
|
4482
4597
|
"fields": [
|
|
4483
4598
|
"title",
|
|
@@ -4487,7 +4602,6 @@
|
|
|
4487
4602
|
"dataSource",
|
|
4488
4603
|
"refreshInterval"
|
|
4489
4604
|
],
|
|
4490
|
-
"mode": "edit",
|
|
4491
4605
|
"icon": "edit"
|
|
4492
4606
|
},
|
|
4493
4607
|
"events": {
|
|
@@ -4509,10 +4623,10 @@
|
|
|
4509
4623
|
"name": "WidgetDelete",
|
|
4510
4624
|
"linkedEntity": "Widget",
|
|
4511
4625
|
"config": {
|
|
4512
|
-
"title": "Delete Widget",
|
|
4513
4626
|
"icon": "alert-triangle",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4627
|
+
"alertMessage": "This action cannot be undone.",
|
|
4628
|
+
"title": "Delete Widget",
|
|
4629
|
+
"confirmLabel": "Delete"
|
|
4516
4630
|
},
|
|
4517
4631
|
"events": {
|
|
4518
4632
|
"CONFIRM": "CONFIRM_DELETE",
|
|
@@ -4636,21 +4750,39 @@
|
|
|
4636
4750
|
"name": "Widget Created",
|
|
4637
4751
|
"description": "A new widget has been generated or added.",
|
|
4638
4752
|
"synonyms": "new, added, generated, created",
|
|
4639
|
-
"tier": "essential"
|
|
4753
|
+
"tier": "essential",
|
|
4754
|
+
"payloadSchema": [
|
|
4755
|
+
{
|
|
4756
|
+
"name": "id",
|
|
4757
|
+
"type": "string"
|
|
4758
|
+
}
|
|
4759
|
+
]
|
|
4640
4760
|
},
|
|
4641
4761
|
{
|
|
4642
4762
|
"key": "WIDGET_UPDATED",
|
|
4643
4763
|
"name": "Widget Updated",
|
|
4644
4764
|
"description": "Signals a widget's data or appearance has been modified.",
|
|
4645
4765
|
"synonyms": "refresh, change, update",
|
|
4646
|
-
"tier": "customization"
|
|
4766
|
+
"tier": "customization",
|
|
4767
|
+
"payloadSchema": [
|
|
4768
|
+
{
|
|
4769
|
+
"name": "id",
|
|
4770
|
+
"type": "string"
|
|
4771
|
+
}
|
|
4772
|
+
]
|
|
4647
4773
|
},
|
|
4648
4774
|
{
|
|
4649
4775
|
"key": "WIDGET_DELETED",
|
|
4650
4776
|
"name": "Widget Deleted",
|
|
4651
4777
|
"description": "Signals a widget has been removed.",
|
|
4652
4778
|
"synonyms": "removed, discarded, purged",
|
|
4653
|
-
"tier": "customization"
|
|
4779
|
+
"tier": "customization",
|
|
4780
|
+
"payloadSchema": [
|
|
4781
|
+
{
|
|
4782
|
+
"name": "id",
|
|
4783
|
+
"type": "string"
|
|
4784
|
+
}
|
|
4785
|
+
]
|
|
4654
4786
|
}
|
|
4655
4787
|
],
|
|
4656
4788
|
"transitions": [
|
|
@@ -4819,6 +4951,8 @@
|
|
|
4819
4951
|
"ref": "AppShell.traits.AppLayout",
|
|
4820
4952
|
"name": "FeedAppLayout",
|
|
4821
4953
|
"config": {
|
|
4954
|
+
"notifications": [],
|
|
4955
|
+
"contentTrait": "@trait.FeedCatalog",
|
|
4822
4956
|
"navItems": [
|
|
4823
4957
|
{
|
|
4824
4958
|
"href": "/contacts",
|
|
@@ -4826,50 +4960,48 @@
|
|
|
4826
4960
|
"label": "Contacts"
|
|
4827
4961
|
},
|
|
4828
4962
|
{
|
|
4829
|
-
"icon": "package",
|
|
4830
4963
|
"href": "/items",
|
|
4964
|
+
"icon": "package",
|
|
4831
4965
|
"label": "Items"
|
|
4832
4966
|
},
|
|
4833
4967
|
{
|
|
4834
|
-
"
|
|
4968
|
+
"label": "Activities",
|
|
4835
4969
|
"href": "/activities",
|
|
4836
|
-
"
|
|
4970
|
+
"icon": "activity"
|
|
4837
4971
|
},
|
|
4838
4972
|
{
|
|
4973
|
+
"icon": "check-square",
|
|
4839
4974
|
"href": "/tasks",
|
|
4840
|
-
"label": "Tasks"
|
|
4841
|
-
"icon": "check-square"
|
|
4975
|
+
"label": "Tasks"
|
|
4842
4976
|
},
|
|
4843
4977
|
{
|
|
4978
|
+
"label": "Calendar",
|
|
4844
4979
|
"icon": "calendar",
|
|
4845
|
-
"href": "/calendar"
|
|
4846
|
-
"label": "Calendar"
|
|
4980
|
+
"href": "/calendar"
|
|
4847
4981
|
},
|
|
4848
4982
|
{
|
|
4849
|
-
"href": "/widgets",
|
|
4850
4983
|
"icon": "layout-dashboard",
|
|
4984
|
+
"href": "/widgets",
|
|
4851
4985
|
"label": "Dashboard"
|
|
4852
4986
|
},
|
|
4853
4987
|
{
|
|
4988
|
+
"label": "Feed",
|
|
4854
4989
|
"icon": "rss",
|
|
4855
|
-
"href": "/feed"
|
|
4856
|
-
"label": "Feed"
|
|
4990
|
+
"href": "/feed"
|
|
4857
4991
|
},
|
|
4858
4992
|
{
|
|
4993
|
+
"label": "Notes",
|
|
4859
4994
|
"href": "/notes",
|
|
4860
|
-
"icon": "file-text"
|
|
4861
|
-
"label": "Notes"
|
|
4995
|
+
"icon": "file-text"
|
|
4862
4996
|
}
|
|
4863
4997
|
],
|
|
4864
|
-
"notificationClickEvent": "FEED_NOTIFICATIONS_OPEN",
|
|
4865
4998
|
"searchEvent": "FEED_SEARCH",
|
|
4866
|
-
"
|
|
4867
|
-
"
|
|
4868
|
-
"appName": "App"
|
|
4999
|
+
"appName": "App",
|
|
5000
|
+
"notificationClickEvent": "FEED_NOTIFICATIONS_OPEN"
|
|
4869
5001
|
},
|
|
4870
5002
|
"events": {
|
|
4871
|
-
"
|
|
4872
|
-
"
|
|
5003
|
+
"NOTIFY_CLICK": "FEED_NOTIFICATIONS_OPEN",
|
|
5004
|
+
"SEARCH": "FEED_SEARCH"
|
|
4873
5005
|
}
|
|
4874
5006
|
},
|
|
4875
5007
|
{
|
|
@@ -4951,7 +5083,13 @@
|
|
|
4951
5083
|
"name": "Create",
|
|
4952
5084
|
"description": "Signals the creation of a new record.",
|
|
4953
5085
|
"synonyms": "new, add, generate, initialize",
|
|
4954
|
-
"tier": "essential"
|
|
5086
|
+
"tier": "essential",
|
|
5087
|
+
"payloadSchema": [
|
|
5088
|
+
{
|
|
5089
|
+
"name": "source",
|
|
5090
|
+
"type": "string"
|
|
5091
|
+
}
|
|
5092
|
+
]
|
|
4955
5093
|
}
|
|
4956
5094
|
],
|
|
4957
5095
|
"transitions": [
|
|
@@ -4966,37 +5104,37 @@
|
|
|
4966
5104
|
{
|
|
4967
5105
|
"children": [
|
|
4968
5106
|
{
|
|
4969
|
-
"justify": "between",
|
|
4970
|
-
"type": "stack",
|
|
4971
|
-
"direction": "horizontal",
|
|
4972
5107
|
"gap": "md",
|
|
4973
5108
|
"children": [
|
|
4974
5109
|
{
|
|
4975
|
-
"
|
|
4976
|
-
"type": "stack",
|
|
5110
|
+
"align": "center",
|
|
4977
5111
|
"children": [
|
|
4978
5112
|
{
|
|
4979
5113
|
"name": "rss",
|
|
4980
5114
|
"type": "icon"
|
|
4981
5115
|
},
|
|
4982
5116
|
{
|
|
4983
|
-
"
|
|
5117
|
+
"type": "typography",
|
|
4984
5118
|
"content": "Feed",
|
|
4985
|
-
"
|
|
5119
|
+
"variant": "h2"
|
|
4986
5120
|
}
|
|
4987
5121
|
],
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
5122
|
+
"direction": "horizontal",
|
|
5123
|
+
"gap": "sm",
|
|
5124
|
+
"type": "stack"
|
|
4990
5125
|
},
|
|
4991
5126
|
{
|
|
5127
|
+
"variant": "primary",
|
|
5128
|
+
"label": "New Post",
|
|
4992
5129
|
"type": "button",
|
|
4993
|
-
"action": "CREATE",
|
|
4994
5130
|
"icon": "plus",
|
|
4995
|
-
"
|
|
4996
|
-
"label": "New Post"
|
|
5131
|
+
"action": "CREATE"
|
|
4997
5132
|
}
|
|
4998
5133
|
],
|
|
4999
|
-
"
|
|
5134
|
+
"direction": "horizontal",
|
|
5135
|
+
"type": "stack",
|
|
5136
|
+
"align": "center",
|
|
5137
|
+
"justify": "between"
|
|
5000
5138
|
},
|
|
5001
5139
|
{
|
|
5002
5140
|
"type": "divider"
|
|
@@ -5004,9 +5142,9 @@
|
|
|
5004
5142
|
"@trait.FeedBrowseList",
|
|
5005
5143
|
"@trait.FeedPagination"
|
|
5006
5144
|
],
|
|
5007
|
-
"direction": "vertical",
|
|
5008
5145
|
"gap": "lg",
|
|
5009
|
-
"type": "stack"
|
|
5146
|
+
"type": "stack",
|
|
5147
|
+
"direction": "vertical"
|
|
5010
5148
|
}
|
|
5011
5149
|
]
|
|
5012
5150
|
]
|
|
@@ -5027,26 +5165,26 @@
|
|
|
5027
5165
|
{
|
|
5028
5166
|
"children": [
|
|
5029
5167
|
{
|
|
5030
|
-
"
|
|
5031
|
-
"
|
|
5168
|
+
"name": "bell",
|
|
5169
|
+
"type": "icon"
|
|
5032
5170
|
},
|
|
5033
5171
|
{
|
|
5034
|
-
"
|
|
5172
|
+
"content": "No notifications",
|
|
5035
5173
|
"type": "typography",
|
|
5036
|
-
"
|
|
5174
|
+
"variant": "h3"
|
|
5037
5175
|
},
|
|
5038
5176
|
{
|
|
5039
5177
|
"action": "INIT",
|
|
5040
|
-
"type": "button",
|
|
5041
5178
|
"variant": "ghost",
|
|
5179
|
+
"type": "button",
|
|
5042
5180
|
"label": "Back"
|
|
5043
5181
|
}
|
|
5044
5182
|
],
|
|
5045
|
-
"direction": "vertical",
|
|
5046
5183
|
"align": "center",
|
|
5184
|
+
"className": "py-8",
|
|
5047
5185
|
"gap": "md",
|
|
5048
5186
|
"type": "stack",
|
|
5049
|
-
"
|
|
5187
|
+
"direction": "vertical"
|
|
5050
5188
|
}
|
|
5051
5189
|
]
|
|
5052
5190
|
]
|
|
@@ -5077,49 +5215,49 @@
|
|
|
5077
5215
|
"name": "FeedBrowseList",
|
|
5078
5216
|
"linkedEntity": "FeedPost",
|
|
5079
5217
|
"config": {
|
|
5080
|
-
"
|
|
5081
|
-
{
|
|
5082
|
-
"event": "VIEW",
|
|
5083
|
-
"label": "View",
|
|
5084
|
-
"variant": "ghost"
|
|
5085
|
-
},
|
|
5086
|
-
{
|
|
5087
|
-
"variant": "ghost",
|
|
5088
|
-
"label": "Edit",
|
|
5089
|
-
"event": "EDIT"
|
|
5090
|
-
},
|
|
5091
|
-
{
|
|
5092
|
-
"variant": "danger",
|
|
5093
|
-
"event": "DELETE",
|
|
5094
|
-
"label": "Delete"
|
|
5095
|
-
}
|
|
5096
|
-
],
|
|
5218
|
+
"gap": "sm",
|
|
5097
5219
|
"cols": 1.0,
|
|
5098
5220
|
"fields": [
|
|
5099
5221
|
{
|
|
5100
5222
|
"icon": "rss",
|
|
5101
|
-
"
|
|
5102
|
-
"
|
|
5223
|
+
"name": "title",
|
|
5224
|
+
"variant": "h3"
|
|
5103
5225
|
},
|
|
5104
5226
|
{
|
|
5105
|
-
"
|
|
5106
|
-
"
|
|
5227
|
+
"variant": "body",
|
|
5228
|
+
"name": "body"
|
|
5107
5229
|
},
|
|
5108
5230
|
{
|
|
5109
|
-
"
|
|
5110
|
-
"
|
|
5231
|
+
"variant": "caption",
|
|
5232
|
+
"name": "author"
|
|
5111
5233
|
},
|
|
5112
5234
|
{
|
|
5113
|
-
"format": "date",
|
|
5114
5235
|
"name": "postedAt",
|
|
5115
|
-
"variant": "caption"
|
|
5236
|
+
"variant": "caption",
|
|
5237
|
+
"format": "date"
|
|
5116
5238
|
},
|
|
5117
5239
|
{
|
|
5118
|
-
"
|
|
5119
|
-
"
|
|
5240
|
+
"variant": "badge",
|
|
5241
|
+
"name": "tags"
|
|
5120
5242
|
}
|
|
5121
5243
|
],
|
|
5122
|
-
"
|
|
5244
|
+
"itemActions": [
|
|
5245
|
+
{
|
|
5246
|
+
"event": "VIEW",
|
|
5247
|
+
"label": "View",
|
|
5248
|
+
"variant": "ghost"
|
|
5249
|
+
},
|
|
5250
|
+
{
|
|
5251
|
+
"label": "Edit",
|
|
5252
|
+
"event": "EDIT",
|
|
5253
|
+
"variant": "ghost"
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"event": "DELETE",
|
|
5257
|
+
"variant": "danger",
|
|
5258
|
+
"label": "Delete"
|
|
5259
|
+
}
|
|
5260
|
+
]
|
|
5123
5261
|
},
|
|
5124
5262
|
"listens": [
|
|
5125
5263
|
{
|
|
@@ -5155,14 +5293,14 @@
|
|
|
5155
5293
|
"config": {
|
|
5156
5294
|
"title": "New Post",
|
|
5157
5295
|
"icon": "plus-circle",
|
|
5158
|
-
"mode": "create",
|
|
5159
5296
|
"fields": [
|
|
5160
5297
|
"title",
|
|
5161
5298
|
"body",
|
|
5162
5299
|
"author",
|
|
5163
5300
|
"postedAt",
|
|
5164
5301
|
"tags"
|
|
5165
|
-
]
|
|
5302
|
+
],
|
|
5303
|
+
"mode": "create"
|
|
5166
5304
|
},
|
|
5167
5305
|
"events": {
|
|
5168
5306
|
"OPEN": "CREATE"
|
|
@@ -5183,8 +5321,7 @@
|
|
|
5183
5321
|
"name": "FeedEdit",
|
|
5184
5322
|
"linkedEntity": "FeedPost",
|
|
5185
5323
|
"config": {
|
|
5186
|
-
"
|
|
5187
|
-
"mode": "edit",
|
|
5324
|
+
"icon": "edit",
|
|
5188
5325
|
"fields": [
|
|
5189
5326
|
"title",
|
|
5190
5327
|
"body",
|
|
@@ -5192,7 +5329,8 @@
|
|
|
5192
5329
|
"postedAt",
|
|
5193
5330
|
"tags"
|
|
5194
5331
|
],
|
|
5195
|
-
"
|
|
5332
|
+
"title": "Edit Post",
|
|
5333
|
+
"mode": "edit"
|
|
5196
5334
|
},
|
|
5197
5335
|
"events": {
|
|
5198
5336
|
"OPEN": "EDIT"
|
|
@@ -5214,13 +5352,13 @@
|
|
|
5214
5352
|
"linkedEntity": "FeedPost",
|
|
5215
5353
|
"config": {
|
|
5216
5354
|
"confirmLabel": "Delete",
|
|
5217
|
-
"
|
|
5355
|
+
"icon": "alert-triangle",
|
|
5218
5356
|
"title": "Delete Post",
|
|
5219
|
-
"
|
|
5357
|
+
"alertMessage": "This action cannot be undone."
|
|
5220
5358
|
},
|
|
5221
5359
|
"events": {
|
|
5222
|
-
"
|
|
5223
|
-
"
|
|
5360
|
+
"REQUEST": "DELETE",
|
|
5361
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
5224
5362
|
},
|
|
5225
5363
|
"listens": [
|
|
5226
5364
|
{
|
|
@@ -5362,21 +5500,39 @@
|
|
|
5362
5500
|
"name": "Feed Created",
|
|
5363
5501
|
"description": "A new feed item has been created.",
|
|
5364
5502
|
"synonyms": "posted, published, added",
|
|
5365
|
-
"tier": "essential"
|
|
5503
|
+
"tier": "essential",
|
|
5504
|
+
"payloadSchema": [
|
|
5505
|
+
{
|
|
5506
|
+
"name": "id",
|
|
5507
|
+
"type": "string"
|
|
5508
|
+
}
|
|
5509
|
+
]
|
|
5366
5510
|
},
|
|
5367
5511
|
{
|
|
5368
5512
|
"key": "FEED_UPDATED",
|
|
5369
5513
|
"name": "Feed Updated",
|
|
5370
5514
|
"description": "Signals that the feed data has been refreshed or modified.",
|
|
5371
5515
|
"synonyms": "refresh, update, new, changed",
|
|
5372
|
-
"tier": "customization"
|
|
5516
|
+
"tier": "customization",
|
|
5517
|
+
"payloadSchema": [
|
|
5518
|
+
{
|
|
5519
|
+
"name": "id",
|
|
5520
|
+
"type": "string"
|
|
5521
|
+
}
|
|
5522
|
+
]
|
|
5373
5523
|
},
|
|
5374
5524
|
{
|
|
5375
5525
|
"key": "FEED_DELETED",
|
|
5376
5526
|
"name": "Feed Deleted",
|
|
5377
5527
|
"description": "Signals a feed item has been removed.",
|
|
5378
5528
|
"synonyms": "removed, purged, archived",
|
|
5379
|
-
"tier": "customization"
|
|
5529
|
+
"tier": "customization",
|
|
5530
|
+
"payloadSchema": [
|
|
5531
|
+
{
|
|
5532
|
+
"name": "id",
|
|
5533
|
+
"type": "string"
|
|
5534
|
+
}
|
|
5535
|
+
]
|
|
5380
5536
|
}
|
|
5381
5537
|
],
|
|
5382
5538
|
"transitions": [
|
|
@@ -5556,33 +5712,33 @@
|
|
|
5556
5712
|
"ref": "AppShell.traits.AppLayout",
|
|
5557
5713
|
"name": "NoteAppLayout",
|
|
5558
5714
|
"config": {
|
|
5559
|
-
"
|
|
5560
|
-
"
|
|
5715
|
+
"notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN",
|
|
5716
|
+
"contentTrait": "@trait.NoteCatalog",
|
|
5561
5717
|
"navItems": [
|
|
5562
5718
|
{
|
|
5563
|
-
"href": "/contacts",
|
|
5564
5719
|
"icon": "users",
|
|
5720
|
+
"href": "/contacts",
|
|
5565
5721
|
"label": "Contacts"
|
|
5566
5722
|
},
|
|
5567
5723
|
{
|
|
5568
|
-
"href": "/items",
|
|
5569
5724
|
"label": "Items",
|
|
5725
|
+
"href": "/items",
|
|
5570
5726
|
"icon": "package"
|
|
5571
5727
|
},
|
|
5572
5728
|
{
|
|
5573
|
-
"icon": "activity",
|
|
5574
5729
|
"label": "Activities",
|
|
5730
|
+
"icon": "activity",
|
|
5575
5731
|
"href": "/activities"
|
|
5576
5732
|
},
|
|
5577
5733
|
{
|
|
5578
|
-
"href": "/tasks",
|
|
5579
5734
|
"icon": "check-square",
|
|
5735
|
+
"href": "/tasks",
|
|
5580
5736
|
"label": "Tasks"
|
|
5581
5737
|
},
|
|
5582
5738
|
{
|
|
5739
|
+
"href": "/calendar",
|
|
5583
5740
|
"label": "Calendar",
|
|
5584
|
-
"icon": "calendar"
|
|
5585
|
-
"href": "/calendar"
|
|
5741
|
+
"icon": "calendar"
|
|
5586
5742
|
},
|
|
5587
5743
|
{
|
|
5588
5744
|
"icon": "layout-dashboard",
|
|
@@ -5595,14 +5751,14 @@
|
|
|
5595
5751
|
"icon": "rss"
|
|
5596
5752
|
},
|
|
5597
5753
|
{
|
|
5598
|
-
"
|
|
5754
|
+
"icon": "file-text",
|
|
5599
5755
|
"label": "Notes",
|
|
5600
|
-
"
|
|
5756
|
+
"href": "/notes"
|
|
5601
5757
|
}
|
|
5602
5758
|
],
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5605
|
-
"
|
|
5759
|
+
"searchEvent": "NOTE_SEARCH",
|
|
5760
|
+
"notifications": [],
|
|
5761
|
+
"appName": "App"
|
|
5606
5762
|
},
|
|
5607
5763
|
"events": {
|
|
5608
5764
|
"SEARCH": "NOTE_SEARCH",
|
|
@@ -5688,7 +5844,13 @@
|
|
|
5688
5844
|
"name": "Create",
|
|
5689
5845
|
"description": "Signals the creation of a new record.",
|
|
5690
5846
|
"synonyms": "new, add, generate, initialize",
|
|
5691
|
-
"tier": "essential"
|
|
5847
|
+
"tier": "essential",
|
|
5848
|
+
"payloadSchema": [
|
|
5849
|
+
{
|
|
5850
|
+
"name": "source",
|
|
5851
|
+
"type": "string"
|
|
5852
|
+
}
|
|
5853
|
+
]
|
|
5692
5854
|
}
|
|
5693
5855
|
],
|
|
5694
5856
|
"transitions": [
|
|
@@ -5702,40 +5864,41 @@
|
|
|
5702
5864
|
"main",
|
|
5703
5865
|
{
|
|
5704
5866
|
"type": "stack",
|
|
5867
|
+
"direction": "vertical",
|
|
5705
5868
|
"gap": "lg",
|
|
5706
5869
|
"children": [
|
|
5707
5870
|
{
|
|
5708
|
-
"gap": "md",
|
|
5709
|
-
"type": "stack",
|
|
5710
5871
|
"direction": "horizontal",
|
|
5711
5872
|
"justify": "between",
|
|
5873
|
+
"type": "stack",
|
|
5712
5874
|
"align": "center",
|
|
5713
5875
|
"children": [
|
|
5714
5876
|
{
|
|
5715
5877
|
"gap": "sm",
|
|
5716
|
-
"align": "center",
|
|
5717
|
-
"direction": "horizontal",
|
|
5718
5878
|
"type": "stack",
|
|
5879
|
+
"align": "center",
|
|
5719
5880
|
"children": [
|
|
5720
5881
|
{
|
|
5721
|
-
"
|
|
5722
|
-
"
|
|
5882
|
+
"name": "file-text",
|
|
5883
|
+
"type": "icon"
|
|
5723
5884
|
},
|
|
5724
5885
|
{
|
|
5886
|
+
"variant": "h2",
|
|
5725
5887
|
"content": "Notes",
|
|
5726
|
-
"type": "typography"
|
|
5727
|
-
"variant": "h2"
|
|
5888
|
+
"type": "typography"
|
|
5728
5889
|
}
|
|
5729
|
-
]
|
|
5890
|
+
],
|
|
5891
|
+
"direction": "horizontal"
|
|
5730
5892
|
},
|
|
5731
5893
|
{
|
|
5894
|
+
"action": "CREATE",
|
|
5732
5895
|
"variant": "primary",
|
|
5733
|
-
"label": "New Note",
|
|
5734
5896
|
"icon": "plus",
|
|
5735
|
-
"
|
|
5897
|
+
"label": "New Note",
|
|
5736
5898
|
"type": "button"
|
|
5737
5899
|
}
|
|
5738
|
-
]
|
|
5900
|
+
],
|
|
5901
|
+
"gap": "md"
|
|
5739
5902
|
},
|
|
5740
5903
|
{
|
|
5741
5904
|
"type": "divider"
|
|
@@ -5745,8 +5908,7 @@
|
|
|
5745
5908
|
"type": "divider"
|
|
5746
5909
|
},
|
|
5747
5910
|
"@trait.NoteBrowseList"
|
|
5748
|
-
]
|
|
5749
|
-
"direction": "vertical"
|
|
5911
|
+
]
|
|
5750
5912
|
}
|
|
5751
5913
|
]
|
|
5752
5914
|
]
|
|
@@ -5765,28 +5927,28 @@
|
|
|
5765
5927
|
"render-ui",
|
|
5766
5928
|
"main",
|
|
5767
5929
|
{
|
|
5768
|
-
"
|
|
5930
|
+
"type": "stack",
|
|
5769
5931
|
"className": "py-8",
|
|
5770
5932
|
"direction": "vertical",
|
|
5771
|
-
"gap": "md",
|
|
5772
|
-
"type": "stack",
|
|
5773
5933
|
"children": [
|
|
5774
5934
|
{
|
|
5775
|
-
"
|
|
5776
|
-
"
|
|
5935
|
+
"name": "bell",
|
|
5936
|
+
"type": "icon"
|
|
5777
5937
|
},
|
|
5778
5938
|
{
|
|
5779
|
-
"variant": "h3",
|
|
5780
5939
|
"type": "typography",
|
|
5940
|
+
"variant": "h3",
|
|
5781
5941
|
"content": "No notifications"
|
|
5782
5942
|
},
|
|
5783
5943
|
{
|
|
5784
|
-
"
|
|
5944
|
+
"action": "INIT",
|
|
5785
5945
|
"type": "button",
|
|
5786
|
-
"
|
|
5787
|
-
"
|
|
5946
|
+
"label": "Back",
|
|
5947
|
+
"variant": "ghost"
|
|
5788
5948
|
}
|
|
5789
|
-
]
|
|
5949
|
+
],
|
|
5950
|
+
"gap": "md",
|
|
5951
|
+
"align": "center"
|
|
5790
5952
|
}
|
|
5791
5953
|
]
|
|
5792
5954
|
]
|
|
@@ -5808,30 +5970,12 @@
|
|
|
5808
5970
|
"name": "NoteBrowseList",
|
|
5809
5971
|
"linkedEntity": "Note",
|
|
5810
5972
|
"config": {
|
|
5811
|
-
"gap": "sm",
|
|
5812
5973
|
"cols": 1.0,
|
|
5813
|
-
"itemActions": [
|
|
5814
|
-
{
|
|
5815
|
-
"event": "VIEW",
|
|
5816
|
-
"label": "View",
|
|
5817
|
-
"variant": "ghost"
|
|
5818
|
-
},
|
|
5819
|
-
{
|
|
5820
|
-
"label": "Edit",
|
|
5821
|
-
"event": "EDIT",
|
|
5822
|
-
"variant": "ghost"
|
|
5823
|
-
},
|
|
5824
|
-
{
|
|
5825
|
-
"label": "Delete",
|
|
5826
|
-
"variant": "danger",
|
|
5827
|
-
"event": "DELETE"
|
|
5828
|
-
}
|
|
5829
|
-
],
|
|
5830
5974
|
"fields": [
|
|
5831
5975
|
{
|
|
5832
|
-
"icon": "file-text",
|
|
5833
5976
|
"name": "title",
|
|
5834
|
-
"variant": "h4"
|
|
5977
|
+
"variant": "h4",
|
|
5978
|
+
"icon": "file-text"
|
|
5835
5979
|
},
|
|
5836
5980
|
{
|
|
5837
5981
|
"variant": "body",
|
|
@@ -5842,9 +5986,27 @@
|
|
|
5842
5986
|
"variant": "badge"
|
|
5843
5987
|
},
|
|
5844
5988
|
{
|
|
5845
|
-
"format": "date",
|
|
5846
5989
|
"name": "updatedAt",
|
|
5847
|
-
"variant": "caption"
|
|
5990
|
+
"variant": "caption",
|
|
5991
|
+
"format": "date"
|
|
5992
|
+
}
|
|
5993
|
+
],
|
|
5994
|
+
"gap": "sm",
|
|
5995
|
+
"itemActions": [
|
|
5996
|
+
{
|
|
5997
|
+
"variant": "ghost",
|
|
5998
|
+
"event": "VIEW",
|
|
5999
|
+
"label": "View"
|
|
6000
|
+
},
|
|
6001
|
+
{
|
|
6002
|
+
"label": "Edit",
|
|
6003
|
+
"variant": "ghost",
|
|
6004
|
+
"event": "EDIT"
|
|
6005
|
+
},
|
|
6006
|
+
{
|
|
6007
|
+
"event": "DELETE",
|
|
6008
|
+
"label": "Delete",
|
|
6009
|
+
"variant": "danger"
|
|
5848
6010
|
}
|
|
5849
6011
|
]
|
|
5850
6012
|
},
|
|
@@ -5888,16 +6050,16 @@
|
|
|
5888
6050
|
"name": "NoteCreate",
|
|
5889
6051
|
"linkedEntity": "Note",
|
|
5890
6052
|
"config": {
|
|
5891
|
-
"title": "New Note",
|
|
5892
6053
|
"mode": "create",
|
|
5893
|
-
"
|
|
6054
|
+
"title": "New Note",
|
|
5894
6055
|
"fields": [
|
|
5895
6056
|
"title",
|
|
5896
6057
|
"body",
|
|
5897
6058
|
"tags",
|
|
5898
6059
|
"createdAt",
|
|
5899
6060
|
"updatedAt"
|
|
5900
|
-
]
|
|
6061
|
+
],
|
|
6062
|
+
"icon": "plus-circle"
|
|
5901
6063
|
},
|
|
5902
6064
|
"events": {
|
|
5903
6065
|
"OPEN": "CREATE"
|
|
@@ -5918,16 +6080,16 @@
|
|
|
5918
6080
|
"name": "NoteEdit",
|
|
5919
6081
|
"linkedEntity": "Note",
|
|
5920
6082
|
"config": {
|
|
5921
|
-
"mode": "edit",
|
|
5922
|
-
"icon": "edit",
|
|
5923
|
-
"title": "Edit Note",
|
|
5924
6083
|
"fields": [
|
|
5925
6084
|
"title",
|
|
5926
6085
|
"body",
|
|
5927
6086
|
"tags",
|
|
5928
6087
|
"createdAt",
|
|
5929
6088
|
"updatedAt"
|
|
5930
|
-
]
|
|
6089
|
+
],
|
|
6090
|
+
"icon": "edit",
|
|
6091
|
+
"title": "Edit Note",
|
|
6092
|
+
"mode": "edit"
|
|
5931
6093
|
},
|
|
5932
6094
|
"events": {
|
|
5933
6095
|
"OPEN": "EDIT"
|
|
@@ -5948,16 +6110,16 @@
|
|
|
5948
6110
|
"name": "NoteView",
|
|
5949
6111
|
"linkedEntity": "Note",
|
|
5950
6112
|
"config": {
|
|
6113
|
+
"icon": "eye",
|
|
5951
6114
|
"title": "View Note",
|
|
6115
|
+
"mode": "edit",
|
|
5952
6116
|
"fields": [
|
|
5953
6117
|
"title",
|
|
5954
6118
|
"body",
|
|
5955
6119
|
"tags",
|
|
5956
6120
|
"createdAt",
|
|
5957
6121
|
"updatedAt"
|
|
5958
|
-
]
|
|
5959
|
-
"mode": "edit",
|
|
5960
|
-
"icon": "eye"
|
|
6122
|
+
]
|
|
5961
6123
|
},
|
|
5962
6124
|
"events": {
|
|
5963
6125
|
"OPEN": "VIEW"
|
|
@@ -5978,10 +6140,10 @@
|
|
|
5978
6140
|
"name": "NoteDelete",
|
|
5979
6141
|
"linkedEntity": "Note",
|
|
5980
6142
|
"config": {
|
|
5981
|
-
"
|
|
5982
|
-
"icon": "alert-triangle",
|
|
6143
|
+
"title": "Delete Note",
|
|
5983
6144
|
"confirmLabel": "Delete",
|
|
5984
|
-
"
|
|
6145
|
+
"alertMessage": "This action cannot be undone.",
|
|
6146
|
+
"icon": "alert-triangle"
|
|
5985
6147
|
},
|
|
5986
6148
|
"events": {
|
|
5987
6149
|
"REQUEST": "DELETE",
|
|
@@ -6127,21 +6289,39 @@
|
|
|
6127
6289
|
"name": "Note Created",
|
|
6128
6290
|
"description": "A new note has been created.",
|
|
6129
6291
|
"synonyms": "new, added, recorded",
|
|
6130
|
-
"tier": "essential"
|
|
6292
|
+
"tier": "essential",
|
|
6293
|
+
"payloadSchema": [
|
|
6294
|
+
{
|
|
6295
|
+
"name": "id",
|
|
6296
|
+
"type": "string"
|
|
6297
|
+
}
|
|
6298
|
+
]
|
|
6131
6299
|
},
|
|
6132
6300
|
{
|
|
6133
6301
|
"key": "NOTE_UPDATED",
|
|
6134
6302
|
"name": "Note Updated",
|
|
6135
6303
|
"description": "Signals that a note has been modified and saved.",
|
|
6136
6304
|
"synonyms": "modified, changed, updated",
|
|
6137
|
-
"tier": "essential"
|
|
6305
|
+
"tier": "essential",
|
|
6306
|
+
"payloadSchema": [
|
|
6307
|
+
{
|
|
6308
|
+
"name": "id",
|
|
6309
|
+
"type": "string"
|
|
6310
|
+
}
|
|
6311
|
+
]
|
|
6138
6312
|
},
|
|
6139
6313
|
{
|
|
6140
6314
|
"key": "NOTE_DELETED",
|
|
6141
6315
|
"name": "Note Deleted",
|
|
6142
6316
|
"description": "Signals a note has been removed.",
|
|
6143
6317
|
"synonyms": "removed, purged, discarded",
|
|
6144
|
-
"tier": "essential"
|
|
6318
|
+
"tier": "essential",
|
|
6319
|
+
"payloadSchema": [
|
|
6320
|
+
{
|
|
6321
|
+
"name": "id",
|
|
6322
|
+
"type": "string"
|
|
6323
|
+
}
|
|
6324
|
+
]
|
|
6145
6325
|
}
|
|
6146
6326
|
],
|
|
6147
6327
|
"transitions": [
|