@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
|
@@ -1078,6 +1078,52 @@
|
|
|
1078
1078
|
"type": "string"
|
|
1079
1079
|
}
|
|
1080
1080
|
},
|
|
1081
|
+
"effectRow": [
|
|
1082
|
+
{
|
|
1083
|
+
"kind": "fetch",
|
|
1084
|
+
"resource": "BoardView"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "persist",
|
|
1088
|
+
"resource": "BoardView"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "render-ui",
|
|
1092
|
+
"resource": "main"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"kind": "set",
|
|
1096
|
+
"resource": "@entity.boards"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "set",
|
|
1100
|
+
"resource": "@entity.currentDescription"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "set",
|
|
1104
|
+
"resource": "@entity.currentId"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"kind": "set",
|
|
1108
|
+
"resource": "@entity.currentNotes"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"kind": "set",
|
|
1112
|
+
"resource": "@entity.currentRow"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "set",
|
|
1116
|
+
"resource": "@entity.currentStage"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "set",
|
|
1120
|
+
"resource": "@entity.currentTitle"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"kind": "set",
|
|
1124
|
+
"resource": "@entity.errorMessage"
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1081
1127
|
"emits": [
|
|
1082
1128
|
{
|
|
1083
1129
|
"description": "Indicates a card within the board has been selected.",
|
|
@@ -2572,7 +2618,140 @@
|
|
|
2572
2618
|
]
|
|
2573
2619
|
}
|
|
2574
2620
|
}
|
|
2575
|
-
]
|
|
2621
|
+
],
|
|
2622
|
+
"types": {
|
|
2623
|
+
"BoardColumn": [
|
|
2624
|
+
{
|
|
2625
|
+
"name": "key",
|
|
2626
|
+
"required": true,
|
|
2627
|
+
"type": "string"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"name": "label",
|
|
2631
|
+
"required": true,
|
|
2632
|
+
"type": "string"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "icon",
|
|
2636
|
+
"type": "string"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"name": "variant",
|
|
2640
|
+
"type": "string"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "count",
|
|
2644
|
+
"type": "number"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "items",
|
|
2648
|
+
"properties": [
|
|
2649
|
+
{
|
|
2650
|
+
"name": "id",
|
|
2651
|
+
"required": true,
|
|
2652
|
+
"type": "string"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"name": "title",
|
|
2656
|
+
"type": "string"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "description",
|
|
2660
|
+
"type": "string"
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"name": "stage",
|
|
2664
|
+
"type": "string"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "notes",
|
|
2668
|
+
"type": "string"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "position",
|
|
2672
|
+
"type": "number"
|
|
2673
|
+
}
|
|
2674
|
+
],
|
|
2675
|
+
"type": "[object]"
|
|
2676
|
+
}
|
|
2677
|
+
],
|
|
2678
|
+
"BoardItem": [
|
|
2679
|
+
{
|
|
2680
|
+
"name": "id",
|
|
2681
|
+
"required": true,
|
|
2682
|
+
"type": "string"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"name": "title",
|
|
2686
|
+
"type": "string"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "description",
|
|
2690
|
+
"type": "string"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "stage",
|
|
2694
|
+
"type": "string"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "notes",
|
|
2698
|
+
"type": "string"
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"name": "position",
|
|
2702
|
+
"type": "number"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"ColumnSpec": [
|
|
2706
|
+
{
|
|
2707
|
+
"name": "key",
|
|
2708
|
+
"required": true,
|
|
2709
|
+
"type": "string"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "label",
|
|
2713
|
+
"required": true,
|
|
2714
|
+
"type": "string"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "icon",
|
|
2718
|
+
"type": "string"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "variant",
|
|
2722
|
+
"type": "string"
|
|
2723
|
+
}
|
|
2724
|
+
],
|
|
2725
|
+
"FilterSpec": [
|
|
2726
|
+
{
|
|
2727
|
+
"name": "field",
|
|
2728
|
+
"required": true,
|
|
2729
|
+
"type": "string"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "label",
|
|
2733
|
+
"type": "string"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"name": "options",
|
|
2737
|
+
"type": "[string]"
|
|
2738
|
+
}
|
|
2739
|
+
],
|
|
2740
|
+
"ObjectSpec": [
|
|
2741
|
+
{
|
|
2742
|
+
"name": "id",
|
|
2743
|
+
"type": "string"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "label",
|
|
2747
|
+
"type": "string"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"name": "value",
|
|
2751
|
+
"type": "string"
|
|
2752
|
+
}
|
|
2753
|
+
]
|
|
2754
|
+
}
|
|
2576
2755
|
}
|
|
2577
2756
|
],
|
|
2578
2757
|
"schemaVersion": 1,
|
|
@@ -260,8 +260,7 @@
|
|
|
260
260
|
}
|
|
261
261
|
],
|
|
262
262
|
"name": "DataGrid1",
|
|
263
|
-
"ref": "DataGrid.traits.DataGridRender"
|
|
264
|
-
"refId": "trt_01KXG04N8B3PF7M8CWQWG5WQ60"
|
|
263
|
+
"ref": "DataGrid.traits.DataGridRender"
|
|
265
264
|
},
|
|
266
265
|
{
|
|
267
266
|
"config": {
|
|
@@ -316,8 +315,7 @@
|
|
|
316
315
|
}
|
|
317
316
|
],
|
|
318
317
|
"name": "DenseTableView",
|
|
319
|
-
"ref": "TableView.traits.TableViewRender"
|
|
320
|
-
"refId": "trt_01KXG04RSAMGZ70BX7E6M2EKPH"
|
|
318
|
+
"ref": "TableView.traits.TableViewRender"
|
|
321
319
|
},
|
|
322
320
|
{
|
|
323
321
|
"config": {
|
|
@@ -360,8 +358,7 @@
|
|
|
360
358
|
}
|
|
361
359
|
],
|
|
362
360
|
"name": "MasterListView",
|
|
363
|
-
"ref": "DataList.traits.DataListRender"
|
|
364
|
-
"refId": "trt_01KXG04N9J0KFPA1X4BBQX9057"
|
|
361
|
+
"ref": "DataList.traits.DataListRender"
|
|
365
362
|
},
|
|
366
363
|
{
|
|
367
364
|
"category": "interaction",
|
|
@@ -1559,6 +1556,16 @@
|
|
|
1559
1556
|
"type": "pattern"
|
|
1560
1557
|
}
|
|
1561
1558
|
},
|
|
1559
|
+
"effectRow": [
|
|
1560
|
+
{
|
|
1561
|
+
"kind": "fetch",
|
|
1562
|
+
"resource": "BrowseItem"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"kind": "render-ui",
|
|
1566
|
+
"resource": "main"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1562
1569
|
"emits": [
|
|
1563
1570
|
{
|
|
1564
1571
|
"description": "Signals that a browse item has been successfully loaded.",
|
|
@@ -2566,6 +2573,136 @@
|
|
|
2566
2573
|
}
|
|
2567
2574
|
}
|
|
2568
2575
|
],
|
|
2576
|
+
"types": {
|
|
2577
|
+
"BrowseDetailAction": [
|
|
2578
|
+
{
|
|
2579
|
+
"name": "label",
|
|
2580
|
+
"required": true,
|
|
2581
|
+
"type": "string"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"name": "event",
|
|
2585
|
+
"required": true,
|
|
2586
|
+
"type": "event"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "icon",
|
|
2590
|
+
"type": "string"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"name": "variant",
|
|
2594
|
+
"type": "string"
|
|
2595
|
+
}
|
|
2596
|
+
],
|
|
2597
|
+
"ColumnSpec": [
|
|
2598
|
+
{
|
|
2599
|
+
"name": "key",
|
|
2600
|
+
"required": true,
|
|
2601
|
+
"type": "string"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "field",
|
|
2605
|
+
"type": "string"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "header",
|
|
2609
|
+
"type": "string"
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"name": "width",
|
|
2613
|
+
"type": "string"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "align",
|
|
2617
|
+
"type": "string"
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "className",
|
|
2621
|
+
"type": "string"
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"name": "weight",
|
|
2625
|
+
"type": "string"
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"name": "format",
|
|
2629
|
+
"type": "string"
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "icon",
|
|
2633
|
+
"type": "string"
|
|
2634
|
+
}
|
|
2635
|
+
],
|
|
2636
|
+
"FieldSpec": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "name",
|
|
2639
|
+
"required": true,
|
|
2640
|
+
"type": "string"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "label",
|
|
2644
|
+
"type": "string"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "variant",
|
|
2648
|
+
"type": "string"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "icon",
|
|
2652
|
+
"type": "string"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"name": "format",
|
|
2656
|
+
"type": "string"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "key",
|
|
2660
|
+
"type": "string"
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"name": "header",
|
|
2664
|
+
"type": "string"
|
|
2665
|
+
}
|
|
2666
|
+
],
|
|
2667
|
+
"FilterSpec": [
|
|
2668
|
+
{
|
|
2669
|
+
"name": "field",
|
|
2670
|
+
"required": true,
|
|
2671
|
+
"type": "string"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "label",
|
|
2675
|
+
"type": "string"
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"name": "options",
|
|
2679
|
+
"type": "[string]"
|
|
2680
|
+
}
|
|
2681
|
+
],
|
|
2682
|
+
"ItemAction": [
|
|
2683
|
+
{
|
|
2684
|
+
"name": "label",
|
|
2685
|
+
"required": true,
|
|
2686
|
+
"type": "string"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "event",
|
|
2690
|
+
"type": "event"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "navigatesTo",
|
|
2694
|
+
"type": "string"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "variant",
|
|
2698
|
+
"type": "string"
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"name": "icon",
|
|
2702
|
+
"type": "string"
|
|
2703
|
+
}
|
|
2704
|
+
]
|
|
2705
|
+
},
|
|
2569
2706
|
"uses": [
|
|
2570
2707
|
{
|
|
2571
2708
|
"as": "Typography",
|
|
@@ -928,6 +928,24 @@
|
|
|
928
928
|
"type": "render-ui"
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
|
+
"effectRow": [
|
|
932
|
+
{
|
|
933
|
+
"kind": "fetch",
|
|
934
|
+
"resource": "CalendarEvent"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"kind": "render-ui",
|
|
938
|
+
"resource": "main"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"kind": "set",
|
|
942
|
+
"resource": "@entity.selectedRange"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"kind": "set",
|
|
946
|
+
"resource": "@entity.weekAnchor"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
931
949
|
"emits": [
|
|
932
950
|
{
|
|
933
951
|
"description": "Indicates that calendar events have been successfully retrieved.",
|
|
@@ -1602,7 +1620,47 @@
|
|
|
1602
1620
|
]
|
|
1603
1621
|
}
|
|
1604
1622
|
}
|
|
1605
|
-
]
|
|
1623
|
+
],
|
|
1624
|
+
"types": {
|
|
1625
|
+
"FilterSpec": [
|
|
1626
|
+
{
|
|
1627
|
+
"name": "field",
|
|
1628
|
+
"required": true,
|
|
1629
|
+
"type": "string"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "label",
|
|
1633
|
+
"type": "string"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "options",
|
|
1637
|
+
"type": "[string]"
|
|
1638
|
+
}
|
|
1639
|
+
],
|
|
1640
|
+
"ItemAction": [
|
|
1641
|
+
{
|
|
1642
|
+
"name": "label",
|
|
1643
|
+
"required": true,
|
|
1644
|
+
"type": "string"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "event",
|
|
1648
|
+
"type": "event"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "navigatesTo",
|
|
1652
|
+
"type": "string"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "variant",
|
|
1656
|
+
"type": "string"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "icon",
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
}
|
|
1662
|
+
]
|
|
1663
|
+
}
|
|
1606
1664
|
}
|
|
1607
1665
|
],
|
|
1608
1666
|
"schemaVersion": 1,
|
|
@@ -197,6 +197,24 @@
|
|
|
197
197
|
"type": "string"
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
|
+
"effectRow": [
|
|
201
|
+
{
|
|
202
|
+
"kind": "fetch",
|
|
203
|
+
"resource": "ConfirmAction"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"kind": "render-ui",
|
|
207
|
+
"resource": "modal"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"kind": "set",
|
|
211
|
+
"resource": "@entity.name"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"kind": "set",
|
|
215
|
+
"resource": "@entity.pendingId"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
200
218
|
"emits": [
|
|
201
219
|
{
|
|
202
220
|
"description": "Indicates the user has approved the action.",
|
|
@@ -130,11 +130,16 @@
|
|
|
130
130
|
"linkedEntity": "DashboardGridEmbeddedData",
|
|
131
131
|
"linkedEntityId": "ent_01KXG04G02KY54SX7VCED85JZR",
|
|
132
132
|
"name": "SimpleGrid1",
|
|
133
|
-
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
134
|
-
"refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
|
|
133
|
+
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
135
134
|
},
|
|
136
135
|
{
|
|
137
136
|
"category": "interaction",
|
|
137
|
+
"effectRow": [
|
|
138
|
+
{
|
|
139
|
+
"kind": "render-ui",
|
|
140
|
+
"resource": "main"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
138
143
|
"entityRefIds": {
|
|
139
144
|
"DashboardGridEmbeddedData": "ent_01KXG04G02KY54SX7VCED85JZR"
|
|
140
145
|
},
|
|
@@ -344,6 +349,12 @@
|
|
|
344
349
|
"type": "trait"
|
|
345
350
|
}
|
|
346
351
|
},
|
|
352
|
+
"effectRow": [
|
|
353
|
+
{
|
|
354
|
+
"kind": "render-ui",
|
|
355
|
+
"resource": "main"
|
|
356
|
+
}
|
|
357
|
+
],
|
|
347
358
|
"entityRefIds": {
|
|
348
359
|
"DashboardGridEmbeddedData": "ent_01KXG04G02KY54SX7VCED85JZR"
|
|
349
360
|
},
|
|
@@ -140,6 +140,20 @@
|
|
|
140
140
|
"type": "string"
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
|
+
"effectRow": [
|
|
144
|
+
{
|
|
145
|
+
"kind": "render-ui",
|
|
146
|
+
"resource": "main"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"kind": "set",
|
|
150
|
+
"resource": "@entity.from"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"kind": "set",
|
|
154
|
+
"resource": "@entity.to"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
143
157
|
"emits": [
|
|
144
158
|
{
|
|
145
159
|
"description": "Signals a change in the selected date range.",
|
|
@@ -113,6 +113,19 @@
|
|
|
113
113
|
"type": "trait"
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
+
"effectRow": [
|
|
117
|
+
{
|
|
118
|
+
"kind": "navigate",
|
|
119
|
+
"resource": "@payload.href"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"kind": "navigate-back"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"kind": "render-ui",
|
|
126
|
+
"resource": "main"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
116
129
|
"emits": [
|
|
117
130
|
{
|
|
118
131
|
"description": "The shell's back affordance was pressed; the layout pops the navigation stack.",
|
|
@@ -401,6 +401,16 @@
|
|
|
401
401
|
"traits": [
|
|
402
402
|
{
|
|
403
403
|
"category": "interaction",
|
|
404
|
+
"effectRow": [
|
|
405
|
+
{
|
|
406
|
+
"kind": "fetch",
|
|
407
|
+
"resource": "SignatureSession"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "render-ui",
|
|
411
|
+
"resource": "main"
|
|
412
|
+
}
|
|
413
|
+
],
|
|
404
414
|
"emits": [
|
|
405
415
|
{
|
|
406
416
|
"description": "Indicates a new signature request has been initiated.",
|
|
@@ -1267,8 +1277,7 @@
|
|
|
1267
1277
|
}
|
|
1268
1278
|
],
|
|
1269
1279
|
"name": "SignatureSessionCreate",
|
|
1270
|
-
"ref": "Modal.traits.ModalRecordModal"
|
|
1271
|
-
"refId": "trt_01KXG04GVS1W2103BQKJT7KZRZ"
|
|
1280
|
+
"ref": "Modal.traits.ModalRecordModal"
|
|
1272
1281
|
},
|
|
1273
1282
|
{
|
|
1274
1283
|
"config": {
|
|
@@ -1307,11 +1316,16 @@
|
|
|
1307
1316
|
}
|
|
1308
1317
|
],
|
|
1309
1318
|
"name": "SignatureSessionDelete",
|
|
1310
|
-
"ref": "Confirmation.traits.ConfirmActionConfirmation"
|
|
1311
|
-
"refId": "trt_01KXG04FYBTTTS73WNZ70BHYG3"
|
|
1319
|
+
"ref": "Confirmation.traits.ConfirmActionConfirmation"
|
|
1312
1320
|
},
|
|
1313
1321
|
{
|
|
1314
1322
|
"category": "lifecycle",
|
|
1323
|
+
"effectRow": [
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "persist",
|
|
1326
|
+
"resource": "SignatureSession"
|
|
1327
|
+
}
|
|
1328
|
+
],
|
|
1315
1329
|
"emits": [
|
|
1316
1330
|
{
|
|
1317
1331
|
"description": "A new signature session has been initialized.",
|
|
@@ -1565,6 +1579,27 @@
|
|
|
1565
1579
|
},
|
|
1566
1580
|
{
|
|
1567
1581
|
"category": "lifecycle",
|
|
1582
|
+
"effectRow": [
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "call-service",
|
|
1585
|
+
"resource": "esign.getEnvelopeStatus"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"kind": "call-service",
|
|
1589
|
+
"resource": "esign.sendEnvelope"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "notify"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "persist",
|
|
1596
|
+
"resource": "SignatureSession"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "set",
|
|
1600
|
+
"resource": "@entity.id"
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1568
1603
|
"emits": [
|
|
1569
1604
|
{
|
|
1570
1605
|
"description": "The provider accepted the envelope; carries its id.",
|
|
@@ -221,8 +221,7 @@
|
|
|
221
221
|
"linkedEntity": "ESignRequest",
|
|
222
222
|
"linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
|
|
223
223
|
"name": "TitleHeading",
|
|
224
|
-
"ref": "Typography.traits.TypographyRender"
|
|
225
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
224
|
+
"ref": "Typography.traits.TypographyRender"
|
|
226
225
|
},
|
|
227
226
|
{
|
|
228
227
|
"config": {
|
|
@@ -280,8 +279,7 @@
|
|
|
280
279
|
"linkedEntity": "ESignRequest",
|
|
281
280
|
"linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
|
|
282
281
|
"name": "RequestDataGrid",
|
|
283
|
-
"ref": "DataGrid.traits.DataGridRender"
|
|
284
|
-
"refId": "trt_01KXG04N8B3PF7M8CWQWG5WQ60"
|
|
282
|
+
"ref": "DataGrid.traits.DataGridRender"
|
|
285
283
|
},
|
|
286
284
|
{
|
|
287
285
|
"config": {
|
|
@@ -302,8 +300,7 @@
|
|
|
302
300
|
"linkedEntity": "ESignRequest",
|
|
303
301
|
"linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
|
|
304
302
|
"name": "ErrorAlert",
|
|
305
|
-
"ref": "Alert.traits.AlertRender"
|
|
306
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
303
|
+
"ref": "Alert.traits.AlertRender"
|
|
307
304
|
},
|
|
308
305
|
{
|
|
309
306
|
"category": "interaction",
|
|
@@ -330,6 +327,23 @@
|
|
|
330
327
|
"type": "string"
|
|
331
328
|
}
|
|
332
329
|
},
|
|
330
|
+
"effectRow": [
|
|
331
|
+
{
|
|
332
|
+
"kind": "fetch",
|
|
333
|
+
"resource": "ESignRequest"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"kind": "notify"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "render-ui",
|
|
340
|
+
"resource": "main"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"kind": "set",
|
|
344
|
+
"resource": "@entity.id"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
333
347
|
"emits": [
|
|
334
348
|
{
|
|
335
349
|
"description": "Signals a request has been sent for signature.",
|