@almadar/std 16.205.0 → 16.207.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +265 -13
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +5 -5
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/std-area-fill.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-coef-pad.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +10 -3
- package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +9 -3
- package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +29 -5
- package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +36 -14
- package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +7 -3
- package/behaviors/lolo/ui/learning/atoms/std-learn-slope-probe.lolo +12 -6
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +27 -0
- package/behaviors/registry/agent/atoms/std-agent-context.orb +47 -0
- package/behaviors/registry/agent/atoms/std-agent-fix-loop.orb +57 -1
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +88 -1
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +58 -1
- package/behaviors/registry/agent/atoms/std-agent-session.orb +95 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +74 -1
- package/behaviors/registry/agent/atoms/std-agent-trace.orb +38 -0
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +70 -1
- package/behaviors/registry/agent/organisms/std-agent-rabit.orb +239 -2
- package/behaviors/registry/infra/atoms/std-anim-tick.orb +24 -0
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +73 -20
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +38 -0
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +45 -62
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +113 -1
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +32 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +38 -32
- package/behaviors/registry/infra/atoms/std-cooldown.orb +28 -0
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +55 -1
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -16
- package/behaviors/registry/infra/atoms/std-game-clock.orb +20 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +165 -1
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +23 -16
- package/behaviors/registry/infra/atoms/std-notification-center.orb +119 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +162 -1
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +32 -28
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +30 -0
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +58 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +34 -1
- package/behaviors/registry/infra/organisms/std-status-lifecycle-control.orb +33 -2
- package/behaviors/registry/ml/atoms/std-data-collector.orb +18 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +41 -1
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +67 -1
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +125 -1
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +34 -0
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-posterior.orb +42 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +82 -1
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +30 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +60 -1
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +122 -13
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +51 -4
- package/behaviors/registry/ui/avl/atoms/ui-behavior-view.orb +6 -0
- package/behaviors/registry/ui/avl/atoms/ui-module-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +110 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +119 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +180 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +143 -6
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +59 -1
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +13 -2
- package/behaviors/registry/ui/core/atoms/std-date-range.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-detail-layout.orb +13 -0
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +39 -4
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +20 -6
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +146 -1
- package/behaviors/registry/ui/core/atoms/std-export.orb +35 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-filter.orb +57 -1
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +66 -1
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +44 -18
- package/behaviors/registry/ui/core/atoms/std-geosearch.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-graphs.orb +71 -1
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +67 -1
- package/behaviors/registry/ui/core/atoms/std-import.orb +69 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +36 -6
- package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1865 -169
- package/behaviors/registry/ui/core/atoms/std-modal.orb +44 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +201 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +24 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +159 -1
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +144 -1
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +103 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-scatter.orb +51 -1
- package/behaviors/registry/ui/core/atoms/std-search.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-selection.orb +28 -1
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-stats.orb +153 -1
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +154 -1
- package/behaviors/registry/ui/core/atoms/std-tabs.orb +41 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +34 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +48 -1
- package/behaviors/registry/ui/core/atoms/std-thread.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-tree.orb +36 -1
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +54 -0
- package/behaviors/registry/ui/core/atoms/std-vote.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +130 -1
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-box.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-button.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-center.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-hstack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-input.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-label.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-presence.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-select.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-vstack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/std-stat-rows.orb +24 -1
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-activation-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-bloom-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +38 -4
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-connection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +10 -1
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-fx-overlay.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +21 -0
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-transition.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reflection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-split.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-code-runner-panel.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-dock-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +6 -0
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +89 -1
- package/behaviors/registry/ui/game/atoms/std-area-fill.orb +219 -4
- package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +30 -0
- package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +63 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +133 -1
- package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +122 -3
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +159 -3
- package/behaviors/registry/ui/game/atoms/std-curve-fog.orb +26 -1
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +150 -1
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +18 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +15 -0
- package/behaviors/registry/ui/game/atoms/std-fx-trail.orb +40 -1
- package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +120 -3
- package/behaviors/registry/ui/game/atoms/std-gather.orb +180 -1
- package/behaviors/registry/ui/game/atoms/std-gold.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +130 -1
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +92 -1
- package/behaviors/registry/ui/game/atoms/std-lives.orb +38 -0
- package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +117 -3
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-motion-body.orb +68 -1
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +184 -1
- package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +118 -3
- package/behaviors/registry/ui/game/atoms/std-patience.orb +215 -1
- package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +161 -3
- package/behaviors/registry/ui/game/atoms/std-pickup.orb +387 -24
- package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +505 -17
- package/behaviors/registry/ui/game/atoms/std-production.orb +14 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-tutorial-autodemo.orb +117 -1
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +36 -0
- package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +140 -3
- package/behaviors/registry/ui/game/atoms/std-xp.orb +22 -0
- package/behaviors/registry/ui/game/atoms/std-zone-card.orb +70 -1
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-graph.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-json-view.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-timer-display.orb +84 -1
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +10 -0
- package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +567 -8
- package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +545 -6
- package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +804 -10
- package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +597 -8
- package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +565 -8
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +561 -6
- package/behaviors/registry/ui/game/organisms/std-platformer-puzzle.orb +12 -0
- package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +551 -8
- package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +667 -12
- package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +707 -8
- package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +506 -6
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +115 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-arrangement.orb +201 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +325 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +108 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +147 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +190 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-diagram.orb +111 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +164 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +169 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +128 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +123 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +178 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-live-sim.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +145 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-param-explorer.orb +100 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +133 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +247 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sample-accumulator.orb +180 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sandbox.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +206 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +129 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +53 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-slope-probe.orb +168 -8
- package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-stepper.orb +254 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +315 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-trace-player.orb +131 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +57 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +214 -1
- package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-cta.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-features.orb +37 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +52 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-hero.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-nav.orb +25 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-pricing.orb +59 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-showcase.orb +62 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +15 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +28 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +33 -2
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-article-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-case-study-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-community-links.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-cta-banner.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-feature-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-geometric-pattern.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-hero-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-install-box.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-footer.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pull-quote.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-service-catalog.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-showcase-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-split-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-stats-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-step-flow.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-tag-cloud.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-team-card.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +6 -0
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +10 -0
- package/dist/behaviors/exports-reader.js +3799 -3
- package/dist/behaviors/functions/index.d.ts +59 -31
- package/dist/behaviors/functions/index.js +3799 -3
- package/dist/behaviors/index.js +3799 -3
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +3799 -3
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +25 -25
- package/dist/behaviors-registry.json +9320 -88
- package/dist/index.js +3799 -3
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -260,6 +260,28 @@
|
|
|
260
260
|
"type": "string"
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
|
+
"effectRow": [
|
|
264
|
+
{
|
|
265
|
+
"kind": "fetch",
|
|
266
|
+
"resource": "ModalRecord"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"kind": "notify"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "render-ui",
|
|
273
|
+
"resolved": false,
|
|
274
|
+
"resource": "@config.detailSlot"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"kind": "set",
|
|
278
|
+
"resource": "@entity.id"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"kind": "set",
|
|
282
|
+
"resource": "@entity.seedRow"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
263
285
|
"emits": [
|
|
264
286
|
{
|
|
265
287
|
"description": "Indicates a successful data save operation.",
|
|
@@ -655,7 +677,28 @@
|
|
|
655
677
|
]
|
|
656
678
|
}
|
|
657
679
|
}
|
|
658
|
-
]
|
|
680
|
+
],
|
|
681
|
+
"types": {
|
|
682
|
+
"ModalFieldOverride": [
|
|
683
|
+
{
|
|
684
|
+
"name": "name",
|
|
685
|
+
"required": true,
|
|
686
|
+
"type": "string"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "label",
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "placeholder",
|
|
694
|
+
"type": "string"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "hint",
|
|
698
|
+
"type": "string"
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
}
|
|
659
702
|
}
|
|
660
703
|
],
|
|
661
704
|
"schemaVersion": 1,
|
|
@@ -589,6 +589,80 @@
|
|
|
589
589
|
"type": "string"
|
|
590
590
|
}
|
|
591
591
|
},
|
|
592
|
+
"effectRow": [
|
|
593
|
+
{
|
|
594
|
+
"kind": "fetch",
|
|
595
|
+
"resource": "MultiPartyView"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "render-ui",
|
|
599
|
+
"resource": "main"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"kind": "set",
|
|
603
|
+
"resource": "@entity.audit"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "set",
|
|
607
|
+
"resource": "@entity.cancelReason"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "set",
|
|
611
|
+
"resource": "@entity.currentActionDescription"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"kind": "set",
|
|
615
|
+
"resource": "@entity.currentActionIcon"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"kind": "set",
|
|
619
|
+
"resource": "@entity.currentActionLabel"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"kind": "set",
|
|
623
|
+
"resource": "@entity.currentPartyActor"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"kind": "set",
|
|
627
|
+
"resource": "@entity.currentPartyIcon"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"kind": "set",
|
|
631
|
+
"resource": "@entity.currentPartyId"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"kind": "set",
|
|
635
|
+
"resource": "@entity.currentPartyIndex"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "set",
|
|
639
|
+
"resource": "@entity.currentPartyTitle"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "set",
|
|
643
|
+
"resource": "@entity.currentStepLabel"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "set",
|
|
647
|
+
"resource": "@entity.disputeReason"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"kind": "set",
|
|
651
|
+
"resource": "@entity.errorMessage"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "set",
|
|
655
|
+
"resource": "@entity.parties"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"kind": "set",
|
|
659
|
+
"resource": "@entity.reason"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "set",
|
|
663
|
+
"resource": "@entity.totalParties"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
592
666
|
"emits": [
|
|
593
667
|
{
|
|
594
668
|
"description": "Signals a party's acceptance or agreement within the flow.",
|
|
@@ -2982,7 +3056,133 @@
|
|
|
2982
3056
|
]
|
|
2983
3057
|
}
|
|
2984
3058
|
}
|
|
2985
|
-
]
|
|
3059
|
+
],
|
|
3060
|
+
"types": {
|
|
3061
|
+
"AuditEvent": [
|
|
3062
|
+
{
|
|
3063
|
+
"name": "id",
|
|
3064
|
+
"required": true,
|
|
3065
|
+
"type": "string"
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
"name": "title",
|
|
3069
|
+
"required": true,
|
|
3070
|
+
"type": "string"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"name": "description",
|
|
3074
|
+
"type": "string"
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"name": "timestamp",
|
|
3078
|
+
"type": "string"
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"name": "status",
|
|
3082
|
+
"type": "string"
|
|
3083
|
+
}
|
|
3084
|
+
],
|
|
3085
|
+
"ObjectSpec": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "id",
|
|
3088
|
+
"type": "string"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "label",
|
|
3092
|
+
"type": "string"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "value",
|
|
3096
|
+
"type": "string"
|
|
3097
|
+
}
|
|
3098
|
+
],
|
|
3099
|
+
"PartySpec": [
|
|
3100
|
+
{
|
|
3101
|
+
"name": "id",
|
|
3102
|
+
"type": "string"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "key",
|
|
3106
|
+
"type": "string"
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"name": "name",
|
|
3110
|
+
"type": "string"
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"name": "label",
|
|
3114
|
+
"type": "string"
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "title",
|
|
3118
|
+
"type": "string"
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "role",
|
|
3122
|
+
"type": "string"
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "description",
|
|
3126
|
+
"type": "string"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"name": "icon",
|
|
3130
|
+
"type": "string"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "actionLabel",
|
|
3134
|
+
"type": "string"
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"name": "actionIcon",
|
|
3138
|
+
"type": "string"
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "actionDescription",
|
|
3142
|
+
"type": "string"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"name": "actor",
|
|
3146
|
+
"type": "string"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"name": "stepLabel",
|
|
3150
|
+
"type": "string"
|
|
3151
|
+
}
|
|
3152
|
+
],
|
|
3153
|
+
"PartyView": [
|
|
3154
|
+
{
|
|
3155
|
+
"name": "id",
|
|
3156
|
+
"required": true,
|
|
3157
|
+
"type": "string"
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"name": "title",
|
|
3161
|
+
"required": true,
|
|
3162
|
+
"type": "string"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"name": "description",
|
|
3166
|
+
"type": "string"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "icon",
|
|
3170
|
+
"type": "string"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"name": "actionLabel",
|
|
3174
|
+
"type": "string"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "actionIcon",
|
|
3178
|
+
"type": "string"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "actor",
|
|
3182
|
+
"type": "string"
|
|
3183
|
+
}
|
|
3184
|
+
]
|
|
3185
|
+
}
|
|
2986
3186
|
}
|
|
2987
3187
|
],
|
|
2988
3188
|
"schemaVersion": 1,
|
|
@@ -166,6 +166,13 @@
|
|
|
166
166
|
"type": "string"
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
|
+
"effectRow": [
|
|
170
|
+
{
|
|
171
|
+
"kind": "render-ui",
|
|
172
|
+
"resolved": false,
|
|
173
|
+
"resource": "@config.panelSlot"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
169
176
|
"emits": [
|
|
170
177
|
{
|
|
171
178
|
"description": "The viewer dismissed the notification overlay.",
|
|
@@ -379,7 +386,23 @@
|
|
|
379
386
|
]
|
|
380
387
|
}
|
|
381
388
|
}
|
|
382
|
-
]
|
|
389
|
+
],
|
|
390
|
+
"types": {
|
|
391
|
+
"NotificationSpec": [
|
|
392
|
+
{
|
|
393
|
+
"name": "id",
|
|
394
|
+
"type": "string"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "message",
|
|
398
|
+
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "variant",
|
|
402
|
+
"type": "string"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
}
|
|
383
406
|
}
|
|
384
407
|
],
|
|
385
408
|
"schemaVersion": 1,
|
|
@@ -137,6 +137,24 @@
|
|
|
137
137
|
"type": "number"
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
|
+
"effectRow": [
|
|
141
|
+
{
|
|
142
|
+
"kind": "fetch",
|
|
143
|
+
"resource": "PagedItem"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"kind": "render-ui",
|
|
147
|
+
"resource": "main"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"kind": "set",
|
|
151
|
+
"resource": "@entity.currentPage"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"kind": "set",
|
|
155
|
+
"resource": "@entity.totalPages"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
140
158
|
"emits": [
|
|
141
159
|
{
|
|
142
160
|
"description": "Indicates a change in the currently displayed page.",
|
|
@@ -365,7 +383,23 @@
|
|
|
365
383
|
]
|
|
366
384
|
}
|
|
367
385
|
}
|
|
368
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"types": {
|
|
388
|
+
"ObjectSpec": [
|
|
389
|
+
{
|
|
390
|
+
"name": "id",
|
|
391
|
+
"type": "string"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "label",
|
|
395
|
+
"type": "string"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "value",
|
|
399
|
+
"type": "string"
|
|
400
|
+
}
|
|
401
|
+
]
|
|
402
|
+
}
|
|
369
403
|
}
|
|
370
404
|
],
|
|
371
405
|
"schemaVersion": 1,
|
|
@@ -575,6 +575,56 @@
|
|
|
575
575
|
"type": "string"
|
|
576
576
|
}
|
|
577
577
|
},
|
|
578
|
+
"effectRow": [
|
|
579
|
+
{
|
|
580
|
+
"kind": "fetch",
|
|
581
|
+
"resource": "ReviewView"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"kind": "persist",
|
|
585
|
+
"resource": "ReviewView"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"kind": "render-ui",
|
|
589
|
+
"resource": "main"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"kind": "set",
|
|
593
|
+
"resource": "@entity.averageRating"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"kind": "set",
|
|
597
|
+
"resource": "@entity.currentSort"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"kind": "set",
|
|
601
|
+
"resource": "@entity.draftComment"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"kind": "set",
|
|
605
|
+
"resource": "@entity.draftRating"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"kind": "set",
|
|
609
|
+
"resource": "@entity.errorMessage"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"kind": "set",
|
|
613
|
+
"resource": "@entity.reviews"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"kind": "set",
|
|
617
|
+
"resource": "@entity.reviewsSource"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"kind": "set",
|
|
621
|
+
"resource": "@entity.starDistribution"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"kind": "set",
|
|
625
|
+
"resource": "@entity.totalReviews"
|
|
626
|
+
}
|
|
627
|
+
],
|
|
578
628
|
"emits": [
|
|
579
629
|
{
|
|
580
630
|
"description": "Initiates the review composition flow.",
|
|
@@ -2750,6 +2800,28 @@
|
|
|
2750
2800
|
"type": "string"
|
|
2751
2801
|
}
|
|
2752
2802
|
},
|
|
2803
|
+
"effectRow": [
|
|
2804
|
+
{
|
|
2805
|
+
"kind": "persist",
|
|
2806
|
+
"resource": "ReviewView"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "render-ui",
|
|
2810
|
+
"resource": "main"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"kind": "set",
|
|
2814
|
+
"resource": "@entity.draftComment"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"kind": "set",
|
|
2818
|
+
"resource": "@entity.draftRating"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"kind": "set",
|
|
2822
|
+
"resource": "@entity.errorMessage"
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2753
2825
|
"emits": [
|
|
2754
2826
|
{
|
|
2755
2827
|
"description": "Signals a review draft has been created or updated.",
|
|
@@ -3384,7 +3456,93 @@
|
|
|
3384
3456
|
]
|
|
3385
3457
|
}
|
|
3386
3458
|
}
|
|
3387
|
-
]
|
|
3459
|
+
],
|
|
3460
|
+
"types": {
|
|
3461
|
+
"ObjectSpec": [
|
|
3462
|
+
{
|
|
3463
|
+
"name": "id",
|
|
3464
|
+
"type": "string"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "label",
|
|
3468
|
+
"type": "string"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "value",
|
|
3472
|
+
"type": "string"
|
|
3473
|
+
}
|
|
3474
|
+
],
|
|
3475
|
+
"ReviewRow": [
|
|
3476
|
+
{
|
|
3477
|
+
"name": "id",
|
|
3478
|
+
"required": true,
|
|
3479
|
+
"type": "string"
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "rating",
|
|
3483
|
+
"type": "number"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "comment",
|
|
3487
|
+
"type": "string"
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"name": "authorName",
|
|
3491
|
+
"type": "string"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "avatarIcon",
|
|
3495
|
+
"type": "string"
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "createdAt",
|
|
3499
|
+
"type": "string"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"name": "helpful",
|
|
3503
|
+
"type": "number"
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"SortOption": [
|
|
3507
|
+
{
|
|
3508
|
+
"name": "id",
|
|
3509
|
+
"required": true,
|
|
3510
|
+
"type": "string"
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"name": "label",
|
|
3514
|
+
"required": true,
|
|
3515
|
+
"type": "string"
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"name": "icon",
|
|
3519
|
+
"type": "string"
|
|
3520
|
+
}
|
|
3521
|
+
],
|
|
3522
|
+
"StarBar": [
|
|
3523
|
+
{
|
|
3524
|
+
"name": "label",
|
|
3525
|
+
"required": true,
|
|
3526
|
+
"type": "string"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "percentage",
|
|
3530
|
+
"type": "number"
|
|
3531
|
+
}
|
|
3532
|
+
],
|
|
3533
|
+
"StarBucket": [
|
|
3534
|
+
{
|
|
3535
|
+
"name": "label",
|
|
3536
|
+
"required": true,
|
|
3537
|
+
"type": "string"
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "percentage",
|
|
3541
|
+
"required": true,
|
|
3542
|
+
"type": "number"
|
|
3543
|
+
}
|
|
3544
|
+
]
|
|
3545
|
+
}
|
|
3388
3546
|
}
|
|
3389
3547
|
],
|
|
3390
3548
|
"schemaVersion": 1,
|
|
@@ -749,6 +749,60 @@
|
|
|
749
749
|
"type": "string"
|
|
750
750
|
}
|
|
751
751
|
},
|
|
752
|
+
"effectRow": [
|
|
753
|
+
{
|
|
754
|
+
"kind": "emit",
|
|
755
|
+
"resource": "CONTENT_COMMITTED"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"kind": "emit",
|
|
759
|
+
"resource": "CONTENT_SAVED"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"kind": "fetch",
|
|
763
|
+
"resource": "RecordItem"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"kind": "render-ui",
|
|
767
|
+
"resource": "main"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"kind": "set",
|
|
771
|
+
"resource": "@entity.content"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"kind": "set",
|
|
775
|
+
"resource": "@entity.coverUrl"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"kind": "set",
|
|
779
|
+
"resource": "@entity.description"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"kind": "set",
|
|
783
|
+
"resource": "@entity.iconName"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"kind": "set",
|
|
787
|
+
"resource": "@entity.id"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "set",
|
|
791
|
+
"resource": "@entity.loadedRow"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"kind": "set",
|
|
795
|
+
"resource": "@entity.name"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"kind": "set",
|
|
799
|
+
"resource": "@entity.openDraft"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"kind": "set",
|
|
803
|
+
"resource": "@entity.slug"
|
|
804
|
+
}
|
|
805
|
+
],
|
|
752
806
|
"emits": [
|
|
753
807
|
{
|
|
754
808
|
"description": "Signals that the record has been successfully loaded.",
|
|
@@ -3457,6 +3511,20 @@
|
|
|
3457
3511
|
"type": "[MetaFieldSpec]"
|
|
3458
3512
|
}
|
|
3459
3513
|
},
|
|
3514
|
+
"effectRow": [
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "emit",
|
|
3517
|
+
"resource": "META_SAVED"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"kind": "render-ui",
|
|
3521
|
+
"resource": "drawer"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "set",
|
|
3525
|
+
"resource": "@entity.loadedRow"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3460
3528
|
"emits": [
|
|
3461
3529
|
{
|
|
3462
3530
|
"description": "A property in the settings rail committed in place; patch carries the row id plus the one changed field, ready to hand straight to a persist update. Quiet contract: the host persists without refetching or repainting the open document.",
|
|
@@ -3952,7 +4020,82 @@
|
|
|
3952
4020
|
]
|
|
3953
4021
|
}
|
|
3954
4022
|
}
|
|
3955
|
-
]
|
|
4023
|
+
],
|
|
4024
|
+
"types": {
|
|
4025
|
+
"MetaFieldSpec": [
|
|
4026
|
+
{
|
|
4027
|
+
"name": "key",
|
|
4028
|
+
"required": true,
|
|
4029
|
+
"type": "string"
|
|
4030
|
+
},
|
|
4031
|
+
{
|
|
4032
|
+
"name": "label",
|
|
4033
|
+
"type": "string"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "kind",
|
|
4037
|
+
"type": "string"
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "options",
|
|
4041
|
+
"type": "[string]"
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"name": "icon",
|
|
4045
|
+
"type": "string"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "format",
|
|
4049
|
+
"type": "string"
|
|
4050
|
+
}
|
|
4051
|
+
],
|
|
4052
|
+
"RecordAction": [
|
|
4053
|
+
{
|
|
4054
|
+
"name": "label",
|
|
4055
|
+
"required": true,
|
|
4056
|
+
"type": "string"
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"name": "event",
|
|
4060
|
+
"required": true,
|
|
4061
|
+
"type": "event"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"name": "icon",
|
|
4065
|
+
"type": "string"
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "variant",
|
|
4069
|
+
"type": "string"
|
|
4070
|
+
}
|
|
4071
|
+
],
|
|
4072
|
+
"RecordFieldSpec": [
|
|
4073
|
+
{
|
|
4074
|
+
"name": "key",
|
|
4075
|
+
"required": true,
|
|
4076
|
+
"type": "string"
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"name": "header",
|
|
4080
|
+
"type": "string"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "format",
|
|
4084
|
+
"type": "string"
|
|
4085
|
+
}
|
|
4086
|
+
],
|
|
4087
|
+
"RecordSection": [
|
|
4088
|
+
{
|
|
4089
|
+
"name": "title",
|
|
4090
|
+
"required": true,
|
|
4091
|
+
"type": "string"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"name": "fields",
|
|
4095
|
+
"type": "[string]"
|
|
4096
|
+
}
|
|
4097
|
+
]
|
|
4098
|
+
}
|
|
3956
4099
|
}
|
|
3957
4100
|
],
|
|
3958
4101
|
"schemaVersion": 1,
|