@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
|
@@ -581,6 +581,56 @@
|
|
|
581
581
|
"type": "string"
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
|
+
"effectRow": [
|
|
585
|
+
{
|
|
586
|
+
"kind": "fetch",
|
|
587
|
+
"resource": "EventLogView"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"kind": "persist",
|
|
591
|
+
"resource": "EventLogView"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"kind": "render-ui",
|
|
595
|
+
"resource": "main"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "set",
|
|
599
|
+
"resource": "@entity.allEntries"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"kind": "set",
|
|
603
|
+
"resource": "@entity.backfillDate"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "set",
|
|
607
|
+
"resource": "@entity.backfillDescription"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "set",
|
|
611
|
+
"resource": "@entity.backfillKind"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"kind": "set",
|
|
615
|
+
"resource": "@entity.backfillTitle"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"kind": "set",
|
|
619
|
+
"resource": "@entity.entries"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"kind": "set",
|
|
623
|
+
"resource": "@entity.errorMessage"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"kind": "set",
|
|
627
|
+
"resource": "@entity.filterChips"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"kind": "set",
|
|
631
|
+
"resource": "@entity.filterKind"
|
|
632
|
+
}
|
|
633
|
+
],
|
|
584
634
|
"emits": [
|
|
585
635
|
{
|
|
586
636
|
"description": "Signals a filter has been applied to the event log.",
|
|
@@ -2195,7 +2245,102 @@
|
|
|
2195
2245
|
]
|
|
2196
2246
|
}
|
|
2197
2247
|
}
|
|
2198
|
-
]
|
|
2248
|
+
],
|
|
2249
|
+
"types": {
|
|
2250
|
+
"FilterChip": [
|
|
2251
|
+
{
|
|
2252
|
+
"name": "id",
|
|
2253
|
+
"required": true,
|
|
2254
|
+
"type": "string"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "label",
|
|
2258
|
+
"required": true,
|
|
2259
|
+
"type": "string"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"name": "icon",
|
|
2263
|
+
"type": "string"
|
|
2264
|
+
}
|
|
2265
|
+
],
|
|
2266
|
+
"FilterSpec": [
|
|
2267
|
+
{
|
|
2268
|
+
"name": "field",
|
|
2269
|
+
"required": true,
|
|
2270
|
+
"type": "string"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "label",
|
|
2274
|
+
"type": "string"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "options",
|
|
2278
|
+
"type": "[string]"
|
|
2279
|
+
}
|
|
2280
|
+
],
|
|
2281
|
+
"KindOption": [
|
|
2282
|
+
{
|
|
2283
|
+
"name": "key",
|
|
2284
|
+
"required": true,
|
|
2285
|
+
"type": "string"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "label",
|
|
2289
|
+
"required": true,
|
|
2290
|
+
"type": "string"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "icon",
|
|
2294
|
+
"type": "string"
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"name": "status",
|
|
2298
|
+
"type": "string"
|
|
2299
|
+
}
|
|
2300
|
+
],
|
|
2301
|
+
"LogEntry": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "id",
|
|
2304
|
+
"required": true,
|
|
2305
|
+
"type": "string"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "title",
|
|
2309
|
+
"required": true,
|
|
2310
|
+
"type": "string"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "description",
|
|
2314
|
+
"type": "string"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "date",
|
|
2318
|
+
"type": "string"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "status",
|
|
2322
|
+
"type": "string"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "kind",
|
|
2326
|
+
"type": "string"
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2329
|
+
"ObjectSpec": [
|
|
2330
|
+
{
|
|
2331
|
+
"name": "id",
|
|
2332
|
+
"type": "string"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "label",
|
|
2336
|
+
"type": "string"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"name": "value",
|
|
2340
|
+
"type": "string"
|
|
2341
|
+
}
|
|
2342
|
+
]
|
|
2343
|
+
}
|
|
2199
2344
|
}
|
|
2200
2345
|
],
|
|
2201
2346
|
"schemaVersion": 1,
|
|
@@ -146,8 +146,7 @@
|
|
|
146
146
|
"linkedEntity": "ExportPanel",
|
|
147
147
|
"linkedEntityId": "ent_01KXG04G9QEP94NGAMEV0WVKF8",
|
|
148
148
|
"name": "Button1",
|
|
149
|
-
"ref": "Button.traits.ButtonRender"
|
|
150
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
149
|
+
"ref": "Button.traits.ButtonRender"
|
|
151
150
|
},
|
|
152
151
|
{
|
|
153
152
|
"config": {
|
|
@@ -170,8 +169,7 @@
|
|
|
170
169
|
"linkedEntity": "ExportPanel",
|
|
171
170
|
"linkedEntityId": "ent_01KXG04G9QEP94NGAMEV0WVKF8",
|
|
172
171
|
"name": "Menu1",
|
|
173
|
-
"ref": "Menu.traits.MenuRender"
|
|
174
|
-
"refId": "trt_01KXG04Q03EYTCP5J0MX1ACQH7"
|
|
172
|
+
"ref": "Menu.traits.MenuRender"
|
|
175
173
|
},
|
|
176
174
|
{
|
|
177
175
|
"category": "interaction",
|
|
@@ -258,6 +256,12 @@
|
|
|
258
256
|
"type": "string"
|
|
259
257
|
}
|
|
260
258
|
},
|
|
259
|
+
"effectRow": [
|
|
260
|
+
{
|
|
261
|
+
"kind": "render-ui",
|
|
262
|
+
"resource": "main"
|
|
263
|
+
}
|
|
264
|
+
],
|
|
261
265
|
"emits": [
|
|
262
266
|
{
|
|
263
267
|
"description": "Requests export of data in the picked format. itemId is the format id (matches the FormatOption.id/format of the picked entry).",
|
|
@@ -365,6 +369,33 @@
|
|
|
365
369
|
}
|
|
366
370
|
}
|
|
367
371
|
],
|
|
372
|
+
"types": {
|
|
373
|
+
"FormatOption": [
|
|
374
|
+
{
|
|
375
|
+
"name": "id",
|
|
376
|
+
"required": true,
|
|
377
|
+
"type": "string"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "format",
|
|
381
|
+
"required": true,
|
|
382
|
+
"type": "string"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "label",
|
|
386
|
+
"required": true,
|
|
387
|
+
"type": "string"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "event",
|
|
391
|
+
"type": "string"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "url",
|
|
395
|
+
"type": "string"
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
368
399
|
"uses": [
|
|
369
400
|
{
|
|
370
401
|
"as": "Button",
|
|
@@ -524,6 +524,32 @@
|
|
|
524
524
|
"type": "[TreeNode]"
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
|
+
"effectRow": [
|
|
528
|
+
{
|
|
529
|
+
"kind": "fetch",
|
|
530
|
+
"resource": "StoredFile"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"kind": "render-ui",
|
|
534
|
+
"resource": "main"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"kind": "set",
|
|
538
|
+
"resource": "@entity.folder"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"kind": "set",
|
|
542
|
+
"resource": "@entity.id"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"kind": "set",
|
|
546
|
+
"resource": "@entity.name"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"kind": "set",
|
|
550
|
+
"resource": "@entity.path"
|
|
551
|
+
}
|
|
552
|
+
],
|
|
527
553
|
"emits": [
|
|
528
554
|
{
|
|
529
555
|
"description": "Indicates a file has been selected for viewing.",
|
|
@@ -206,6 +206,28 @@
|
|
|
206
206
|
"type": "[FilterSpec]"
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
+
"effectRow": [
|
|
210
|
+
{
|
|
211
|
+
"kind": "emit",
|
|
212
|
+
"resource": "FILTER"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"kind": "fetch",
|
|
216
|
+
"resource": "FilterTarget"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"kind": "render-ui",
|
|
220
|
+
"resource": "main"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"kind": "set",
|
|
224
|
+
"resource": "@entity.field"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "set",
|
|
228
|
+
"resource": "@entity.value"
|
|
229
|
+
}
|
|
230
|
+
],
|
|
209
231
|
"emits": [
|
|
210
232
|
{
|
|
211
233
|
"description": "Signals a filter has been applied or changed.",
|
|
@@ -398,7 +420,41 @@
|
|
|
398
420
|
]
|
|
399
421
|
}
|
|
400
422
|
}
|
|
401
|
-
]
|
|
423
|
+
],
|
|
424
|
+
"types": {
|
|
425
|
+
"FilterSpec": [
|
|
426
|
+
{
|
|
427
|
+
"name": "field",
|
|
428
|
+
"required": true,
|
|
429
|
+
"type": "string"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "label",
|
|
433
|
+
"required": true,
|
|
434
|
+
"type": "string"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "filterType",
|
|
438
|
+
"type": "string"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "options",
|
|
442
|
+
"type": "[string]"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "min",
|
|
446
|
+
"type": "number"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "max",
|
|
450
|
+
"type": "number"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "step",
|
|
454
|
+
"type": "number"
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
}
|
|
402
458
|
}
|
|
403
459
|
],
|
|
404
460
|
"schemaVersion": 1,
|
|
@@ -366,6 +366,23 @@
|
|
|
366
366
|
"type": "string"
|
|
367
367
|
}
|
|
368
368
|
},
|
|
369
|
+
"effectRow": [
|
|
370
|
+
{
|
|
371
|
+
"kind": "fetch",
|
|
372
|
+
"resource": "FormEntry"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"kind": "notify"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"kind": "persist",
|
|
379
|
+
"resource": "FormEntry"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"kind": "render-ui",
|
|
383
|
+
"resource": "main"
|
|
384
|
+
}
|
|
385
|
+
],
|
|
369
386
|
"emits": [
|
|
370
387
|
{
|
|
371
388
|
"description": "Signals successful loading of form entry data.",
|
|
@@ -829,7 +846,55 @@
|
|
|
829
846
|
]
|
|
830
847
|
}
|
|
831
848
|
}
|
|
832
|
-
]
|
|
849
|
+
],
|
|
850
|
+
"types": {
|
|
851
|
+
"FieldSpec": [
|
|
852
|
+
{
|
|
853
|
+
"name": "name",
|
|
854
|
+
"required": true,
|
|
855
|
+
"type": "string"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "label",
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "variant",
|
|
863
|
+
"type": "string"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "icon",
|
|
867
|
+
"type": "string"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "format",
|
|
871
|
+
"type": "string"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "key",
|
|
875
|
+
"type": "string"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "header",
|
|
879
|
+
"type": "string"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"ValidationSpec": [
|
|
883
|
+
{
|
|
884
|
+
"name": "field",
|
|
885
|
+
"required": true,
|
|
886
|
+
"type": "string"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "rule",
|
|
890
|
+
"type": "string"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "message",
|
|
894
|
+
"type": "string"
|
|
895
|
+
}
|
|
896
|
+
]
|
|
897
|
+
}
|
|
833
898
|
}
|
|
834
899
|
],
|
|
835
900
|
"schemaVersion": 1,
|
|
@@ -290,8 +290,7 @@
|
|
|
290
290
|
"linkedEntity": "GalleryItem",
|
|
291
291
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
292
292
|
"name": "LoadingSpinner",
|
|
293
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
294
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
293
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
295
294
|
},
|
|
296
295
|
{
|
|
297
296
|
"config": {
|
|
@@ -312,8 +311,7 @@
|
|
|
312
311
|
"linkedEntity": "GalleryItem",
|
|
313
312
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
314
313
|
"name": "LoadingCaption",
|
|
315
|
-
"ref": "Typography.traits.TypographyRender"
|
|
316
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
314
|
+
"ref": "Typography.traits.TypographyRender"
|
|
317
315
|
},
|
|
318
316
|
{
|
|
319
317
|
"config": {
|
|
@@ -326,24 +324,21 @@
|
|
|
326
324
|
"linkedEntity": "GalleryItem",
|
|
327
325
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
328
326
|
"name": "GalleryIcon",
|
|
329
|
-
"ref": "Icon.traits.IconRender"
|
|
330
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
327
|
+
"ref": "Icon.traits.IconRender"
|
|
331
328
|
},
|
|
332
329
|
{
|
|
333
330
|
"id": "trt_01KXZ44YBTCWSAFWWCR0675M99",
|
|
334
331
|
"linkedEntity": "GalleryItem",
|
|
335
332
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
336
333
|
"name": "TitleDivider",
|
|
337
|
-
"ref": "Divider.traits.DividerRender"
|
|
338
|
-
"refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
|
|
334
|
+
"ref": "Divider.traits.DividerRender"
|
|
339
335
|
},
|
|
340
336
|
{
|
|
341
337
|
"id": "trt_01KXZ44YBT6MQ6Y0WSJKNZ0M9B",
|
|
342
338
|
"linkedEntity": "GalleryItem",
|
|
343
339
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
344
340
|
"name": "MediaGalleryGrid",
|
|
345
|
-
"ref": "MediaGallery.traits.MediaGalleryRender"
|
|
346
|
-
"refId": "trt_01KXG04STSKR7RB9HG6V6H19XZ"
|
|
341
|
+
"ref": "MediaGallery.traits.MediaGalleryRender"
|
|
347
342
|
},
|
|
348
343
|
{
|
|
349
344
|
"config": {
|
|
@@ -360,8 +355,7 @@
|
|
|
360
355
|
"linkedEntity": "GalleryItem",
|
|
361
356
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
362
357
|
"name": "ErrorAlert",
|
|
363
|
-
"ref": "Alert.traits.AlertRender"
|
|
364
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
358
|
+
"ref": "Alert.traits.AlertRender"
|
|
365
359
|
},
|
|
366
360
|
{
|
|
367
361
|
"config": {
|
|
@@ -374,8 +368,7 @@
|
|
|
374
368
|
"linkedEntity": "GalleryItem",
|
|
375
369
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
376
370
|
"name": "ReloadSpinner",
|
|
377
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
378
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
371
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
379
372
|
},
|
|
380
373
|
{
|
|
381
374
|
"config": {
|
|
@@ -396,8 +389,7 @@
|
|
|
396
389
|
"linkedEntity": "GalleryItem",
|
|
397
390
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
398
391
|
"name": "ReloadCaption",
|
|
399
|
-
"ref": "Typography.traits.TypographyRender"
|
|
400
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
392
|
+
"ref": "Typography.traits.TypographyRender"
|
|
401
393
|
},
|
|
402
394
|
{
|
|
403
395
|
"config": {
|
|
@@ -410,8 +402,7 @@
|
|
|
410
402
|
"linkedEntity": "GalleryItem",
|
|
411
403
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
412
404
|
"name": "RetrySpinner",
|
|
413
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
414
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
405
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
415
406
|
},
|
|
416
407
|
{
|
|
417
408
|
"category": "interaction",
|
|
@@ -510,6 +501,24 @@
|
|
|
510
501
|
"type": "string"
|
|
511
502
|
}
|
|
512
503
|
},
|
|
504
|
+
"effectRow": [
|
|
505
|
+
{
|
|
506
|
+
"kind": "fetch",
|
|
507
|
+
"resource": "GalleryItem"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "render-ui",
|
|
511
|
+
"resource": "main"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "render-ui",
|
|
515
|
+
"resource": "modal"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"kind": "set",
|
|
519
|
+
"resource": "@entity.id"
|
|
520
|
+
}
|
|
521
|
+
],
|
|
513
522
|
"emits": [
|
|
514
523
|
{
|
|
515
524
|
"description": "Signals an item has been selected for viewing.",
|
|
@@ -1254,6 +1263,23 @@
|
|
|
1254
1263
|
}
|
|
1255
1264
|
}
|
|
1256
1265
|
],
|
|
1266
|
+
"types": {
|
|
1267
|
+
"FilterSpec": [
|
|
1268
|
+
{
|
|
1269
|
+
"name": "field",
|
|
1270
|
+
"required": true,
|
|
1271
|
+
"type": "string"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "label",
|
|
1275
|
+
"type": "string"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "options",
|
|
1279
|
+
"type": "[string]"
|
|
1280
|
+
}
|
|
1281
|
+
]
|
|
1282
|
+
},
|
|
1257
1283
|
"uses": [
|
|
1258
1284
|
{
|
|
1259
1285
|
"as": "Spinner",
|
|
@@ -161,6 +161,28 @@
|
|
|
161
161
|
"type": "string"
|
|
162
162
|
}
|
|
163
163
|
},
|
|
164
|
+
"effectRow": [
|
|
165
|
+
{
|
|
166
|
+
"kind": "render-ui",
|
|
167
|
+
"resource": "main"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"kind": "set",
|
|
171
|
+
"resource": "@entity.centerLat"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"kind": "set",
|
|
175
|
+
"resource": "@entity.centerLng"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"kind": "set",
|
|
179
|
+
"resource": "@entity.radiusKm"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"kind": "set",
|
|
183
|
+
"resource": "@entity.searchTerm"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
164
186
|
"emits": [
|
|
165
187
|
{
|
|
166
188
|
"description": "Indicates a search request with location parameters.",
|
|
@@ -341,6 +341,16 @@
|
|
|
341
341
|
"type": "pattern"
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
|
+
"effectRow": [
|
|
345
|
+
{
|
|
346
|
+
"kind": "render-ui",
|
|
347
|
+
"resource": "main"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"kind": "set",
|
|
351
|
+
"resource": "@entity.chartData"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
344
354
|
"entityContract": {
|
|
345
355
|
"provides": [
|
|
346
356
|
"chartData"
|
|
@@ -648,7 +658,67 @@
|
|
|
648
658
|
]
|
|
649
659
|
}
|
|
650
660
|
}
|
|
651
|
-
]
|
|
661
|
+
],
|
|
662
|
+
"types": {
|
|
663
|
+
"ChartPoint": [
|
|
664
|
+
{
|
|
665
|
+
"name": "label",
|
|
666
|
+
"required": true,
|
|
667
|
+
"type": "string"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "value",
|
|
671
|
+
"required": true,
|
|
672
|
+
"type": "number"
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"ObjectSpec": [
|
|
676
|
+
{
|
|
677
|
+
"name": "id",
|
|
678
|
+
"type": "string"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "label",
|
|
682
|
+
"type": "string"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "value",
|
|
686
|
+
"type": "string"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"SeriesSpec": [
|
|
690
|
+
{
|
|
691
|
+
"name": "name",
|
|
692
|
+
"required": true,
|
|
693
|
+
"type": "string"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "data",
|
|
697
|
+
"properties": [
|
|
698
|
+
{
|
|
699
|
+
"name": "label",
|
|
700
|
+
"required": true,
|
|
701
|
+
"type": "string"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "value",
|
|
705
|
+
"required": true,
|
|
706
|
+
"type": "number"
|
|
707
|
+
}
|
|
708
|
+
],
|
|
709
|
+
"required": true,
|
|
710
|
+
"type": "[object]"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "color",
|
|
714
|
+
"type": "string"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "dashed",
|
|
718
|
+
"type": "boolean"
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
}
|
|
652
722
|
}
|
|
653
723
|
],
|
|
654
724
|
"schemaVersion": 1,
|