@almadar/std 16.205.0 → 16.206.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
|
@@ -571,8 +571,7 @@
|
|
|
571
571
|
"linkedEntity": "CacheEntry",
|
|
572
572
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
573
573
|
"name": "FetchButton",
|
|
574
|
-
"ref": "Button.traits.ButtonRender"
|
|
575
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
574
|
+
"ref": "Button.traits.ButtonRender"
|
|
576
575
|
},
|
|
577
576
|
{
|
|
578
577
|
"config": {
|
|
@@ -597,8 +596,7 @@
|
|
|
597
596
|
"linkedEntity": "CacheEntry",
|
|
598
597
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
599
598
|
"name": "InvalidateButton",
|
|
600
|
-
"ref": "Button.traits.ButtonRender"
|
|
601
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
599
|
+
"ref": "Button.traits.ButtonRender"
|
|
602
600
|
},
|
|
603
601
|
{
|
|
604
602
|
"config": {
|
|
@@ -623,8 +621,7 @@
|
|
|
623
621
|
"linkedEntity": "CacheEntry",
|
|
624
622
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
625
623
|
"name": "RefreshButton",
|
|
626
|
-
"ref": "Button.traits.ButtonRender"
|
|
627
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
624
|
+
"ref": "Button.traits.ButtonRender"
|
|
628
625
|
},
|
|
629
626
|
{
|
|
630
627
|
"config": {
|
|
@@ -649,8 +646,7 @@
|
|
|
649
646
|
"linkedEntity": "CacheEntry",
|
|
650
647
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
651
648
|
"name": "RetryButton",
|
|
652
|
-
"ref": "Button.traits.ButtonRender"
|
|
653
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
649
|
+
"ref": "Button.traits.ButtonRender"
|
|
654
650
|
},
|
|
655
651
|
{
|
|
656
652
|
"category": "interaction",
|
|
@@ -721,6 +717,20 @@
|
|
|
721
717
|
"type": "number"
|
|
722
718
|
}
|
|
723
719
|
},
|
|
720
|
+
"effectRow": [
|
|
721
|
+
{
|
|
722
|
+
"kind": "fetch",
|
|
723
|
+
"resource": "CacheEntry"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"kind": "persist",
|
|
727
|
+
"resource": "CacheEntry"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"kind": "render-ui",
|
|
731
|
+
"resource": "main"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
724
734
|
"emits": [
|
|
725
735
|
{
|
|
726
736
|
"description": "Indicates a cache entry has been successfully retrieved.",
|
|
@@ -1411,8 +1421,7 @@
|
|
|
1411
1421
|
"linkedEntity": "CacheEntry",
|
|
1412
1422
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1413
1423
|
"name": "InlineIconRender1",
|
|
1414
|
-
"ref": "Icon.traits.IconRender"
|
|
1415
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
1424
|
+
"ref": "Icon.traits.IconRender"
|
|
1416
1425
|
},
|
|
1417
1426
|
{
|
|
1418
1427
|
"config": {
|
|
@@ -1429,16 +1438,14 @@
|
|
|
1429
1438
|
"linkedEntity": "CacheEntry",
|
|
1430
1439
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1431
1440
|
"name": "InlineTypographyRender2",
|
|
1432
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1433
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1441
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1434
1442
|
},
|
|
1435
1443
|
{
|
|
1436
1444
|
"id": "trt_01KY21K6RV4WQSJS26J85497YD",
|
|
1437
1445
|
"linkedEntity": "CacheEntry",
|
|
1438
1446
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1439
1447
|
"name": "InlineDividerRender3",
|
|
1440
|
-
"ref": "Divider.traits.DividerRender"
|
|
1441
|
-
"refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
|
|
1448
|
+
"ref": "Divider.traits.DividerRender"
|
|
1442
1449
|
},
|
|
1443
1450
|
{
|
|
1444
1451
|
"config": {
|
|
@@ -1463,16 +1470,14 @@
|
|
|
1463
1470
|
"linkedEntity": "CacheEntry",
|
|
1464
1471
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1465
1472
|
"name": "InlineEmptyStateRender4",
|
|
1466
|
-
"ref": "EmptyState.traits.EmptyStateRender"
|
|
1467
|
-
"refId": "trt_01KXG04NQT80G92D2D6KWKK04S"
|
|
1473
|
+
"ref": "EmptyState.traits.EmptyStateRender"
|
|
1468
1474
|
},
|
|
1469
1475
|
{
|
|
1470
1476
|
"id": "trt_01KY21K6RVG39HCZQN52PWCKEM",
|
|
1471
1477
|
"linkedEntity": "CacheEntry",
|
|
1472
1478
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1473
1479
|
"name": "InlineSpinnerRender5",
|
|
1474
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
1475
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
1480
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
1476
1481
|
},
|
|
1477
1482
|
{
|
|
1478
1483
|
"config": {
|
|
@@ -1493,8 +1498,7 @@
|
|
|
1493
1498
|
"linkedEntity": "CacheEntry",
|
|
1494
1499
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1495
1500
|
"name": "InlineTypographyRender6",
|
|
1496
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1497
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1501
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1498
1502
|
},
|
|
1499
1503
|
{
|
|
1500
1504
|
"config": {
|
|
@@ -1507,8 +1511,7 @@
|
|
|
1507
1511
|
"linkedEntity": "CacheEntry",
|
|
1508
1512
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1509
1513
|
"name": "InlineIconRender7",
|
|
1510
|
-
"ref": "Icon.traits.IconRender"
|
|
1511
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
1514
|
+
"ref": "Icon.traits.IconRender"
|
|
1512
1515
|
},
|
|
1513
1516
|
{
|
|
1514
1517
|
"config": {
|
|
@@ -1525,8 +1528,7 @@
|
|
|
1525
1528
|
"linkedEntity": "CacheEntry",
|
|
1526
1529
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1527
1530
|
"name": "InlineTypographyRender8",
|
|
1528
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1529
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1531
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1530
1532
|
},
|
|
1531
1533
|
{
|
|
1532
1534
|
"config": {
|
|
@@ -1547,16 +1549,14 @@
|
|
|
1547
1549
|
"linkedEntity": "CacheEntry",
|
|
1548
1550
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1549
1551
|
"name": "InlineStatusDotRender9",
|
|
1550
|
-
"ref": "StatusDot.traits.StatusDotRender"
|
|
1551
|
-
"refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
|
|
1552
|
+
"ref": "StatusDot.traits.StatusDotRender"
|
|
1552
1553
|
},
|
|
1553
1554
|
{
|
|
1554
1555
|
"id": "trt_01KY21K6RV9M61DNR9X6B39M9N",
|
|
1555
1556
|
"linkedEntity": "CacheEntry",
|
|
1556
1557
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1557
1558
|
"name": "InlineDividerRender10",
|
|
1558
|
-
"ref": "Divider.traits.DividerRender"
|
|
1559
|
-
"refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
|
|
1559
|
+
"ref": "Divider.traits.DividerRender"
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
"config": {
|
|
@@ -1569,8 +1569,7 @@
|
|
|
1569
1569
|
"linkedEntity": "CacheEntry",
|
|
1570
1570
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1571
1571
|
"name": "InlineIconRender11",
|
|
1572
|
-
"ref": "Icon.traits.IconRender"
|
|
1573
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
1572
|
+
"ref": "Icon.traits.IconRender"
|
|
1574
1573
|
},
|
|
1575
1574
|
{
|
|
1576
1575
|
"config": {
|
|
@@ -1587,8 +1586,7 @@
|
|
|
1587
1586
|
"linkedEntity": "CacheEntry",
|
|
1588
1587
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1589
1588
|
"name": "InlineTypographyRender12",
|
|
1590
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1591
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1589
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1592
1590
|
},
|
|
1593
1591
|
{
|
|
1594
1592
|
"config": {
|
|
@@ -1601,8 +1599,7 @@
|
|
|
1601
1599
|
"linkedEntity": "CacheEntry",
|
|
1602
1600
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1603
1601
|
"name": "InlineBadgeRender13",
|
|
1604
|
-
"ref": "Badge.traits.BadgeRender"
|
|
1605
|
-
"refId": "trt_01KXG04J66F1NVJTF3ZS57P7K6"
|
|
1602
|
+
"ref": "Badge.traits.BadgeRender"
|
|
1606
1603
|
},
|
|
1607
1604
|
{
|
|
1608
1605
|
"config": {
|
|
@@ -1619,8 +1616,7 @@
|
|
|
1619
1616
|
"linkedEntity": "CacheEntry",
|
|
1620
1617
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1621
1618
|
"name": "InlineTypographyRender14",
|
|
1622
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1623
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1619
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1624
1620
|
},
|
|
1625
1621
|
{
|
|
1626
1622
|
"config": {
|
|
@@ -1637,8 +1633,7 @@
|
|
|
1637
1633
|
"linkedEntity": "CacheEntry",
|
|
1638
1634
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1639
1635
|
"name": "InlineIconRender15",
|
|
1640
|
-
"ref": "Icon.traits.IconRender"
|
|
1641
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
1636
|
+
"ref": "Icon.traits.IconRender"
|
|
1642
1637
|
},
|
|
1643
1638
|
{
|
|
1644
1639
|
"config": {
|
|
@@ -1655,8 +1650,7 @@
|
|
|
1655
1650
|
"linkedEntity": "CacheEntry",
|
|
1656
1651
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1657
1652
|
"name": "InlineTypographyRender16",
|
|
1658
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1659
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1653
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1660
1654
|
},
|
|
1661
1655
|
{
|
|
1662
1656
|
"config": {
|
|
@@ -1677,8 +1671,7 @@
|
|
|
1677
1671
|
"linkedEntity": "CacheEntry",
|
|
1678
1672
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1679
1673
|
"name": "InlineTypographyRender17",
|
|
1680
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1681
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1674
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1682
1675
|
},
|
|
1683
1676
|
{
|
|
1684
1677
|
"config": {
|
|
@@ -1691,8 +1684,7 @@
|
|
|
1691
1684
|
"linkedEntity": "CacheEntry",
|
|
1692
1685
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1693
1686
|
"name": "InlineIconRender18",
|
|
1694
|
-
"ref": "Icon.traits.IconRender"
|
|
1695
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
1687
|
+
"ref": "Icon.traits.IconRender"
|
|
1696
1688
|
},
|
|
1697
1689
|
{
|
|
1698
1690
|
"config": {
|
|
@@ -1709,8 +1701,7 @@
|
|
|
1709
1701
|
"linkedEntity": "CacheEntry",
|
|
1710
1702
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1711
1703
|
"name": "InlineTypographyRender19",
|
|
1712
|
-
"ref": "Typography.traits.TypographyRender"
|
|
1713
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
1704
|
+
"ref": "Typography.traits.TypographyRender"
|
|
1714
1705
|
},
|
|
1715
1706
|
{
|
|
1716
1707
|
"config": {
|
|
@@ -1731,16 +1722,14 @@
|
|
|
1731
1722
|
"linkedEntity": "CacheEntry",
|
|
1732
1723
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1733
1724
|
"name": "InlineStatusDotRender20",
|
|
1734
|
-
"ref": "StatusDot.traits.StatusDotRender"
|
|
1735
|
-
"refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
|
|
1725
|
+
"ref": "StatusDot.traits.StatusDotRender"
|
|
1736
1726
|
},
|
|
1737
1727
|
{
|
|
1738
1728
|
"id": "trt_01KY21K6RVQFD7P2W5K5HX0NPA",
|
|
1739
1729
|
"linkedEntity": "CacheEntry",
|
|
1740
1730
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1741
1731
|
"name": "InlineDividerRender21",
|
|
1742
|
-
"ref": "Divider.traits.DividerRender"
|
|
1743
|
-
"refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
|
|
1732
|
+
"ref": "Divider.traits.DividerRender"
|
|
1744
1733
|
},
|
|
1745
1734
|
{
|
|
1746
1735
|
"config": {
|
|
@@ -1757,32 +1746,28 @@
|
|
|
1757
1746
|
"linkedEntity": "CacheEntry",
|
|
1758
1747
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1759
1748
|
"name": "InlineAlertRender22",
|
|
1760
|
-
"ref": "Alert.traits.AlertRender"
|
|
1761
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
1749
|
+
"ref": "Alert.traits.AlertRender"
|
|
1762
1750
|
},
|
|
1763
1751
|
{
|
|
1764
1752
|
"id": "trt_01KY21K6RVG3KCAAGQJ9JA7ZJA",
|
|
1765
1753
|
"linkedEntity": "CacheEntry",
|
|
1766
1754
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1767
1755
|
"name": "InlineSpinnerRender23",
|
|
1768
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
1769
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
1756
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
1770
1757
|
},
|
|
1771
1758
|
{
|
|
1772
1759
|
"id": "trt_01KY21K6RVSCF6A38ETVH9BP82",
|
|
1773
1760
|
"linkedEntity": "CacheEntry",
|
|
1774
1761
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1775
1762
|
"name": "InlineSpinnerRender24",
|
|
1776
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
1777
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
1763
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
1778
1764
|
},
|
|
1779
1765
|
{
|
|
1780
1766
|
"id": "trt_01KY21K6RVMYR6XTQ684R633YZ",
|
|
1781
1767
|
"linkedEntity": "CacheEntry",
|
|
1782
1768
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1783
1769
|
"name": "InlineSpinnerRender25",
|
|
1784
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
1785
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
1770
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
1786
1771
|
},
|
|
1787
1772
|
{
|
|
1788
1773
|
"config": {
|
|
@@ -1807,16 +1792,14 @@
|
|
|
1807
1792
|
"linkedEntity": "CacheEntry",
|
|
1808
1793
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1809
1794
|
"name": "InlineEmptyStateRender26",
|
|
1810
|
-
"ref": "EmptyState.traits.EmptyStateRender"
|
|
1811
|
-
"refId": "trt_01KXG04NQT80G92D2D6KWKK04S"
|
|
1795
|
+
"ref": "EmptyState.traits.EmptyStateRender"
|
|
1812
1796
|
},
|
|
1813
1797
|
{
|
|
1814
1798
|
"id": "trt_01KY1DXS2KNX0G69Z8Z0JYGQ88",
|
|
1815
1799
|
"linkedEntity": "CacheEntry",
|
|
1816
1800
|
"linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
|
|
1817
1801
|
"name": "InlineSpinnerRender27",
|
|
1818
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
1819
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
1802
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
1820
1803
|
}
|
|
1821
1804
|
],
|
|
1822
1805
|
"uses": [
|
|
@@ -421,6 +421,72 @@
|
|
|
421
421
|
"type": "string"
|
|
422
422
|
}
|
|
423
423
|
},
|
|
424
|
+
"effectRow": [
|
|
425
|
+
{
|
|
426
|
+
"kind": "call-service",
|
|
427
|
+
"resource": "calendar.createEvent"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"kind": "call-service",
|
|
431
|
+
"resource": "calendar.listEvents"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"kind": "emit",
|
|
435
|
+
"resource": "CAL_SYNCED"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"kind": "emit",
|
|
439
|
+
"resource": "PULL_NEXT"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"kind": "fetch",
|
|
443
|
+
"resolved": false,
|
|
444
|
+
"resource": "@config.targetEntity"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "fetch",
|
|
448
|
+
"resolved": false,
|
|
449
|
+
"resource": "@config.targetEntity",
|
|
450
|
+
"site": "tick"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"kind": "fetch",
|
|
454
|
+
"resource": "CalendarEvent"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "persist",
|
|
458
|
+
"resolved": false,
|
|
459
|
+
"resource": "@config.targetEntity"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"kind": "persist",
|
|
463
|
+
"resource": "CalendarEvent"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"kind": "set",
|
|
467
|
+
"resource": "@entity.headId"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"kind": "set",
|
|
471
|
+
"resource": "@entity.lastError"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"kind": "set",
|
|
475
|
+
"resource": "@entity.lastSyncedAt"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"kind": "set",
|
|
479
|
+
"resource": "@entity.pending"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "set",
|
|
483
|
+
"resource": "@entity.syncToken"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"kind": "ticks",
|
|
487
|
+
"site": "tick"
|
|
488
|
+
}
|
|
489
|
+
],
|
|
424
490
|
"emits": [
|
|
425
491
|
{
|
|
426
492
|
"description": "A full push+pull cycle completed; wire to std-notify-on-event or a status surface.",
|
|
@@ -1635,7 +1701,53 @@
|
|
|
1635
1701
|
}
|
|
1636
1702
|
]
|
|
1637
1703
|
}
|
|
1638
|
-
]
|
|
1704
|
+
],
|
|
1705
|
+
"types": {
|
|
1706
|
+
"RemoteEvent": [
|
|
1707
|
+
{
|
|
1708
|
+
"name": "id",
|
|
1709
|
+
"type": "string"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "summary",
|
|
1713
|
+
"type": "string"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "description",
|
|
1717
|
+
"type": "string"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "location",
|
|
1721
|
+
"type": "string"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "start",
|
|
1725
|
+
"type": "string"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "end",
|
|
1729
|
+
"type": "string"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "status",
|
|
1733
|
+
"type": "string"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "updated",
|
|
1737
|
+
"type": "string"
|
|
1738
|
+
}
|
|
1739
|
+
],
|
|
1740
|
+
"TargetRow": [
|
|
1741
|
+
{
|
|
1742
|
+
"name": "id",
|
|
1743
|
+
"type": "string"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "externalEventId",
|
|
1747
|
+
"type": "string"
|
|
1748
|
+
}
|
|
1749
|
+
]
|
|
1750
|
+
}
|
|
1639
1751
|
}
|
|
1640
1752
|
],
|
|
1641
1753
|
"schemaVersion": 1,
|
|
@@ -197,6 +197,38 @@
|
|
|
197
197
|
"type": "entity"
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
|
+
"effectRow": [
|
|
201
|
+
{
|
|
202
|
+
"kind": "emit",
|
|
203
|
+
"resource": "CascadeCompleted"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"kind": "emit",
|
|
207
|
+
"resource": "CascadeRowDeleted"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"kind": "fetch",
|
|
211
|
+
"resolved": false,
|
|
212
|
+
"resource": "@config.dependentEntity"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"kind": "persist",
|
|
216
|
+
"resolved": false,
|
|
217
|
+
"resource": "@config.dependentEntity"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"kind": "set",
|
|
221
|
+
"resource": "@entity.headId"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"kind": "set",
|
|
225
|
+
"resource": "@entity.parentEntity"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"kind": "set",
|
|
229
|
+
"resource": "@entity.parentId"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
200
232
|
"emits": [
|
|
201
233
|
{
|
|
202
234
|
"event": "CascadeRowDeleted",
|
|
@@ -318,8 +318,7 @@
|
|
|
318
318
|
"linkedEntity": "ServiceNode",
|
|
319
319
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
320
320
|
"name": "ShieldIcon",
|
|
321
|
-
"ref": "Icon.traits.IconRender"
|
|
322
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
321
|
+
"ref": "Icon.traits.IconRender"
|
|
323
322
|
},
|
|
324
323
|
{
|
|
325
324
|
"config": {
|
|
@@ -332,8 +331,7 @@
|
|
|
332
331
|
"linkedEntity": "ServiceNode",
|
|
333
332
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
334
333
|
"name": "AlertTriangleIcon",
|
|
335
|
-
"ref": "Icon.traits.IconRender"
|
|
336
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
334
|
+
"ref": "Icon.traits.IconRender"
|
|
337
335
|
},
|
|
338
336
|
{
|
|
339
337
|
"config": {
|
|
@@ -346,8 +344,7 @@
|
|
|
346
344
|
"linkedEntity": "ServiceNode",
|
|
347
345
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
348
346
|
"name": "ActivityIcon",
|
|
349
|
-
"ref": "Icon.traits.IconRender"
|
|
350
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
347
|
+
"ref": "Icon.traits.IconRender"
|
|
351
348
|
},
|
|
352
349
|
{
|
|
353
350
|
"config": {
|
|
@@ -364,8 +361,7 @@
|
|
|
364
361
|
"linkedEntity": "ServiceNode",
|
|
365
362
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
366
363
|
"name": "ServiceNodeLabel",
|
|
367
|
-
"ref": "Typography.traits.TypographyRender"
|
|
368
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
364
|
+
"ref": "Typography.traits.TypographyRender"
|
|
369
365
|
},
|
|
370
366
|
{
|
|
371
367
|
"config": {
|
|
@@ -386,8 +382,7 @@
|
|
|
386
382
|
"linkedEntity": "ServiceNode",
|
|
387
383
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
388
384
|
"name": "ClosedStatusDot",
|
|
389
|
-
"ref": "StatusDot.traits.StatusDotRender"
|
|
390
|
-
"refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
|
|
385
|
+
"ref": "StatusDot.traits.StatusDotRender"
|
|
391
386
|
},
|
|
392
387
|
{
|
|
393
388
|
"config": {
|
|
@@ -408,8 +403,7 @@
|
|
|
408
403
|
"linkedEntity": "ServiceNode",
|
|
409
404
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
410
405
|
"name": "OpenStatusDot",
|
|
411
|
-
"ref": "StatusDot.traits.StatusDotRender"
|
|
412
|
-
"refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
|
|
406
|
+
"ref": "StatusDot.traits.StatusDotRender"
|
|
413
407
|
},
|
|
414
408
|
{
|
|
415
409
|
"config": {
|
|
@@ -430,8 +424,7 @@
|
|
|
430
424
|
"linkedEntity": "ServiceNode",
|
|
431
425
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
432
426
|
"name": "HalfOpenStatusDot",
|
|
433
|
-
"ref": "StatusDot.traits.StatusDotRender"
|
|
434
|
-
"refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
|
|
427
|
+
"ref": "StatusDot.traits.StatusDotRender"
|
|
435
428
|
},
|
|
436
429
|
{
|
|
437
430
|
"config": {
|
|
@@ -448,8 +441,7 @@
|
|
|
448
441
|
"linkedEntity": "ServiceNode",
|
|
449
442
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
450
443
|
"name": "SuccessAlert",
|
|
451
|
-
"ref": "Alert.traits.AlertRender"
|
|
452
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
444
|
+
"ref": "Alert.traits.AlertRender"
|
|
453
445
|
},
|
|
454
446
|
{
|
|
455
447
|
"config": {
|
|
@@ -466,8 +458,7 @@
|
|
|
466
458
|
"linkedEntity": "ServiceNode",
|
|
467
459
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
468
460
|
"name": "ErrorAlert",
|
|
469
|
-
"ref": "Alert.traits.AlertRender"
|
|
470
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
461
|
+
"ref": "Alert.traits.AlertRender"
|
|
471
462
|
},
|
|
472
463
|
{
|
|
473
464
|
"config": {
|
|
@@ -484,8 +475,7 @@
|
|
|
484
475
|
"linkedEntity": "ServiceNode",
|
|
485
476
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
486
477
|
"name": "WarningAlert",
|
|
487
|
-
"ref": "Alert.traits.AlertRender"
|
|
488
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
478
|
+
"ref": "Alert.traits.AlertRender"
|
|
489
479
|
},
|
|
490
480
|
{
|
|
491
481
|
"config": {
|
|
@@ -506,8 +496,7 @@
|
|
|
506
496
|
"linkedEntity": "ServiceNode",
|
|
507
497
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
508
498
|
"name": "FailuresStat",
|
|
509
|
-
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
510
|
-
"refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
|
|
499
|
+
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
511
500
|
},
|
|
512
501
|
{
|
|
513
502
|
"config": {
|
|
@@ -528,8 +517,7 @@
|
|
|
528
517
|
"linkedEntity": "ServiceNode",
|
|
529
518
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
530
519
|
"name": "SuccessesStat",
|
|
531
|
-
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
532
|
-
"refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
|
|
520
|
+
"ref": "StatDisplay.traits.StatDisplayRender"
|
|
533
521
|
},
|
|
534
522
|
{
|
|
535
523
|
"config": {
|
|
@@ -550,8 +538,7 @@
|
|
|
550
538
|
"linkedEntity": "ServiceNode",
|
|
551
539
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
552
540
|
"name": "FailuresMeter",
|
|
553
|
-
"ref": "Meter.traits.MeterRender"
|
|
554
|
-
"refId": "trt_01KXG04Q390S305KZKHGMCH23G"
|
|
541
|
+
"ref": "Meter.traits.MeterRender"
|
|
555
542
|
},
|
|
556
543
|
{
|
|
557
544
|
"config": {
|
|
@@ -576,16 +563,14 @@
|
|
|
576
563
|
"linkedEntity": "ServiceNode",
|
|
577
564
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
578
565
|
"name": "ResetButton",
|
|
579
|
-
"ref": "Button.traits.ButtonRender"
|
|
580
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
566
|
+
"ref": "Button.traits.ButtonRender"
|
|
581
567
|
},
|
|
582
568
|
{
|
|
583
569
|
"id": "trt_01KY1DXS3YBXXV6WWMV2QY33QC",
|
|
584
570
|
"linkedEntity": "ServiceNode",
|
|
585
571
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
586
572
|
"name": "CircuitDivider",
|
|
587
|
-
"ref": "Divider.traits.DividerRender"
|
|
588
|
-
"refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
|
|
573
|
+
"ref": "Divider.traits.DividerRender"
|
|
589
574
|
},
|
|
590
575
|
{
|
|
591
576
|
"config": {
|
|
@@ -605,8 +590,7 @@
|
|
|
605
590
|
"linkedEntity": "ServiceNode",
|
|
606
591
|
"linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
|
|
607
592
|
"name": "StatsGrid",
|
|
608
|
-
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
609
|
-
"refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
|
|
593
|
+
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
610
594
|
},
|
|
611
595
|
{
|
|
612
596
|
"category": "interaction",
|
|
@@ -664,6 +648,28 @@
|
|
|
664
648
|
]
|
|
665
649
|
}
|
|
666
650
|
},
|
|
651
|
+
"effectRow": [
|
|
652
|
+
{
|
|
653
|
+
"kind": "fetch",
|
|
654
|
+
"resource": "ServiceNode"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"kind": "render-ui",
|
|
658
|
+
"resource": "main"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"kind": "set",
|
|
662
|
+
"resource": "@entity.failureCount"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"kind": "set",
|
|
666
|
+
"resource": "@entity.successCount"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"kind": "set",
|
|
670
|
+
"resource": "@entity.threshold"
|
|
671
|
+
}
|
|
672
|
+
],
|
|
667
673
|
"emits": [
|
|
668
674
|
{
|
|
669
675
|
"description": "Signals successful loading of a service node.",
|