@almadar/std 16.206.0 → 16.208.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/agent/atoms/std-agent-tool-call.lolo +7 -2
- package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
- package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
- package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
- package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
- package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
- package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
- package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
- package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
- package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
- package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
- package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
- package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
- package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
- package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
- package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
- package/canonical-operators.json +0 -40
- package/dist/behaviors/exports-reader.js +8003 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8003 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8003 -869
- package/dist/behaviors/query.js +8003 -869
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +9 -9
- package/dist/behaviors-registry.json +910 -229
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8003 -891
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +0 -11
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +0 -22
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +0 -11
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +0 -22
- package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
- package/i18n/ar.json +433 -0
- package/i18n/en.json +433 -0
- package/i18n/sl.json +433 -0
- package/package.json +21 -8
|
@@ -131,7 +131,7 @@ declare const StdAgentCompletionAgentCompletionOrbitalManifest: {
|
|
|
131
131
|
}, {
|
|
132
132
|
readonly name: "traitOverrides";
|
|
133
133
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
134
|
-
readonly description: "
|
|
134
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
135
135
|
}];
|
|
136
136
|
traitNames: readonly [];
|
|
137
137
|
inlineTraitNames: readonly ["CompletionGeneration", "CompletionReady"];
|
|
@@ -268,7 +268,7 @@ declare const StdAgentContextAgentContextOrbitalManifest: {
|
|
|
268
268
|
}, {
|
|
269
269
|
readonly name: "traitOverrides";
|
|
270
270
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
271
|
-
readonly description: "
|
|
271
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
272
272
|
}];
|
|
273
273
|
traitNames: readonly [];
|
|
274
274
|
inlineTraitNames: readonly ["ContextCounter", "ContextCompactor", "ContextListener"];
|
|
@@ -404,7 +404,7 @@ declare const StdAgentFixLoopAgentFixLoopOrbitalManifest: {
|
|
|
404
404
|
}, {
|
|
405
405
|
readonly name: "traitOverrides";
|
|
406
406
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
407
|
-
readonly description: "
|
|
407
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
408
408
|
}];
|
|
409
409
|
traitNames: readonly [];
|
|
410
410
|
inlineTraitNames: readonly ["FixLoopExecution", "FixLoopListener"];
|
|
@@ -541,7 +541,7 @@ declare const StdAgentMemoryAgentMemoryOrbitalManifest: {
|
|
|
541
541
|
}, {
|
|
542
542
|
readonly name: "traitOverrides";
|
|
543
543
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
544
|
-
readonly description: "
|
|
544
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
545
545
|
}];
|
|
546
546
|
traitNames: readonly [];
|
|
547
547
|
inlineTraitNames: readonly ["MemoryRecall", "MemoryStore", "MemoryListener"];
|
|
@@ -683,7 +683,7 @@ declare const StdAgentPlannerAgentPlannerOrbitalManifest: {
|
|
|
683
683
|
}, {
|
|
684
684
|
readonly name: "traitOverrides";
|
|
685
685
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
686
|
-
readonly description: "
|
|
686
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
687
687
|
}];
|
|
688
688
|
traitNames: readonly [];
|
|
689
689
|
inlineTraitNames: readonly ["PlannerExecution", "PlannerListener"];
|
|
@@ -827,7 +827,7 @@ declare const StdAgentSessionAgentSessionOrbitalManifest: {
|
|
|
827
827
|
}, {
|
|
828
828
|
readonly name: "traitOverrides";
|
|
829
829
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
830
|
-
readonly description: "
|
|
830
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
831
831
|
}];
|
|
832
832
|
traitNames: readonly [];
|
|
833
833
|
inlineTraitNames: readonly ["SessionReader", "SessionWriter", "SessionListener"];
|
|
@@ -956,7 +956,7 @@ declare const StdAgentToolCallAgentToolCallOrbitalManifest: {
|
|
|
956
956
|
}, {
|
|
957
957
|
readonly name: "traitOverrides";
|
|
958
958
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
959
|
-
readonly description: "
|
|
959
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
960
960
|
}];
|
|
961
961
|
traitNames: readonly [];
|
|
962
962
|
inlineTraitNames: readonly ["ToolCallExecution", "ToolCallReady"];
|
|
@@ -1098,7 +1098,7 @@ declare const StdAgentToolLoopAgentToolLoopOrbitalManifest: {
|
|
|
1098
1098
|
}, {
|
|
1099
1099
|
readonly name: "traitOverrides";
|
|
1100
1100
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
1101
|
-
readonly description: "
|
|
1101
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
1102
1102
|
}];
|
|
1103
1103
|
traitNames: readonly [];
|
|
1104
1104
|
inlineTraitNames: readonly ["ToolLoopExecution", "ToolLoopListener"];
|
|
@@ -1221,7 +1221,7 @@ declare const StdAgentTraceAgentTraceOrbitalManifest: {
|
|
|
1221
1221
|
}, {
|
|
1222
1222
|
readonly name: "traitOverrides";
|
|
1223
1223
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
1224
|
-
readonly description: "
|
|
1224
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
1225
1225
|
}];
|
|
1226
1226
|
traitNames: readonly [];
|
|
1227
1227
|
inlineTraitNames: readonly ["TraceEmitter", "TraceListener"];
|
|
@@ -1352,7 +1352,7 @@ declare const StdAnimTickAnimTickOrbitalManifest: {
|
|
|
1352
1352
|
}, {
|
|
1353
1353
|
readonly name: "traitOverrides";
|
|
1354
1354
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
1355
|
-
readonly description: "
|
|
1355
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
1356
1356
|
}];
|
|
1357
1357
|
traitNames: readonly [];
|
|
1358
1358
|
inlineTraitNames: readonly ["AnimTick"];
|
|
@@ -1538,7 +1538,7 @@ declare const StdAppLayoutAppLayoutOrbitalManifest: {
|
|
|
1538
1538
|
}, {
|
|
1539
1539
|
readonly name: "traitOverrides";
|
|
1540
1540
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
1541
|
-
readonly description: "
|
|
1541
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
1542
1542
|
}];
|
|
1543
1543
|
traitNames: readonly [];
|
|
1544
1544
|
inlineTraitNames: readonly ["AppLayout"];
|
|
@@ -1661,7 +1661,7 @@ declare const StdAppSearchAppSearchOrbitalManifest: {
|
|
|
1661
1661
|
}, {
|
|
1662
1662
|
readonly name: "traitOverrides";
|
|
1663
1663
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
1664
|
-
readonly description: "
|
|
1664
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
1665
1665
|
}];
|
|
1666
1666
|
traitNames: readonly [];
|
|
1667
1667
|
inlineTraitNames: readonly ["AppSearchIdleHint", "AppSearch"];
|
|
@@ -1812,7 +1812,7 @@ declare const StdApprovalGateApprovalGateOrbitalManifest: {
|
|
|
1812
1812
|
}, {
|
|
1813
1813
|
readonly name: "traitOverrides";
|
|
1814
1814
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
1815
|
-
readonly description: "
|
|
1815
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
1816
1816
|
}];
|
|
1817
1817
|
traitNames: readonly ["LoadingSpinner", "ErrorSpinner", "LoadingText", "ShieldCheckIcon", "ApprovalQueueTitle", "DenyReasonTitle", "DenyReasonHint", "CloseButton", "ApprovalDivider", "ErrorAlert"];
|
|
1818
1818
|
inlineTraitNames: readonly ["ApprovalGateReview"];
|
|
@@ -2305,7 +2305,7 @@ declare const StdAuditCaptureAuditCaptureOrbitalManifest: {
|
|
|
2305
2305
|
}, {
|
|
2306
2306
|
readonly name: "traitOverrides";
|
|
2307
2307
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
2308
|
-
readonly description: "
|
|
2308
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
2309
2309
|
}];
|
|
2310
2310
|
traitNames: readonly [];
|
|
2311
2311
|
inlineTraitNames: readonly ["AuditCaptureListener"];
|
|
@@ -2463,7 +2463,7 @@ declare const StdBillableHourBillableHourOrbitalManifest: {
|
|
|
2463
2463
|
}, {
|
|
2464
2464
|
readonly name: "traitOverrides";
|
|
2465
2465
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
2466
|
-
readonly description: "
|
|
2466
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
2467
2467
|
}];
|
|
2468
2468
|
traitNames: readonly ["DenseHoursTable"];
|
|
2469
2469
|
inlineTraitNames: readonly ["BillableHourTimesheet"];
|
|
@@ -2723,7 +2723,7 @@ declare const StdBoardBoardOrbitalManifest: {
|
|
|
2723
2723
|
}, {
|
|
2724
2724
|
readonly name: "traitOverrides";
|
|
2725
2725
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
2726
|
-
readonly description: "
|
|
2726
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
2727
2727
|
}];
|
|
2728
2728
|
traitNames: readonly [];
|
|
2729
2729
|
inlineTraitNames: readonly ["BoardItemBoard"];
|
|
@@ -2872,7 +2872,7 @@ declare const StdBrowseBrowseItemOrbitalManifest: {
|
|
|
2872
2872
|
}, {
|
|
2873
2873
|
readonly name: "traitOverrides";
|
|
2874
2874
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
2875
|
-
readonly description: "
|
|
2875
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
2876
2876
|
}];
|
|
2877
2877
|
traitNames: readonly ["DataGrid1", "DenseTableView", "MasterListView"];
|
|
2878
2878
|
inlineTraitNames: readonly ["BrowseItemBrowse"];
|
|
@@ -3064,7 +3064,7 @@ declare const StdCacheAsideCacheEntryOrbitalManifest: {
|
|
|
3064
3064
|
}, {
|
|
3065
3065
|
readonly name: "traitOverrides";
|
|
3066
3066
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
3067
|
-
readonly description: "
|
|
3067
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
3068
3068
|
}];
|
|
3069
3069
|
traitNames: readonly ["FetchButton", "InvalidateButton", "RefreshButton", "RetryButton", "InlineIconRender1", "InlineTypographyRender2", "InlineDividerRender3", "InlineEmptyStateRender4", "InlineSpinnerRender5", "InlineTypographyRender6", "InlineIconRender7", "InlineTypographyRender8", "InlineStatusDotRender9", "InlineDividerRender10", "InlineIconRender11", "InlineTypographyRender12", "InlineBadgeRender13", "InlineTypographyRender14", "InlineIconRender15", "InlineTypographyRender16", "InlineTypographyRender17", "InlineIconRender18", "InlineTypographyRender19", "InlineStatusDotRender20", "InlineDividerRender21", "InlineAlertRender22", "InlineSpinnerRender23", "InlineSpinnerRender24", "InlineSpinnerRender25", "InlineEmptyStateRender26", "InlineSpinnerRender27"];
|
|
3070
3070
|
inlineTraitNames: readonly ["CacheEntryCacheManager"];
|
|
@@ -3252,7 +3252,7 @@ declare const StdCalendarCalendarEventOrbitalManifest: {
|
|
|
3252
3252
|
}, {
|
|
3253
3253
|
readonly name: "traitOverrides";
|
|
3254
3254
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
3255
|
-
readonly description: "
|
|
3255
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
3256
3256
|
}];
|
|
3257
3257
|
traitNames: readonly [];
|
|
3258
3258
|
inlineTraitNames: readonly ["CalendarEventCalendar"];
|
|
@@ -3475,7 +3475,7 @@ declare const StdCalendarSyncCalendarSyncOrbitalManifest: {
|
|
|
3475
3475
|
}, {
|
|
3476
3476
|
readonly name: "traitOverrides";
|
|
3477
3477
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
3478
|
-
readonly description: "
|
|
3478
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
3479
3479
|
}];
|
|
3480
3480
|
traitNames: readonly [];
|
|
3481
3481
|
inlineTraitNames: readonly ["CalendarSync"];
|
|
@@ -3756,7 +3756,7 @@ declare const StdCascadeOnDeleteCascadeOnDeleteOrbitalManifest: {
|
|
|
3756
3756
|
}, {
|
|
3757
3757
|
readonly name: "traitOverrides";
|
|
3758
3758
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
3759
|
-
readonly description: "
|
|
3759
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
3760
3760
|
}];
|
|
3761
3761
|
traitNames: readonly [];
|
|
3762
3762
|
inlineTraitNames: readonly ["CascadeOnDeleteGate"];
|
|
@@ -4092,7 +4092,7 @@ declare const StdCircuitBreakerServiceNodeOrbitalManifest: {
|
|
|
4092
4092
|
}, {
|
|
4093
4093
|
readonly name: "traitOverrides";
|
|
4094
4094
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
4095
|
-
readonly description: "
|
|
4095
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
4096
4096
|
}];
|
|
4097
4097
|
traitNames: readonly ["ShieldIcon", "AlertTriangleIcon", "ActivityIcon", "ServiceNodeLabel", "ClosedStatusDot", "OpenStatusDot", "HalfOpenStatusDot", "SuccessAlert", "ErrorAlert", "WarningAlert", "FailuresStat", "SuccessesStat", "FailuresMeter", "ResetButton", "CircuitDivider", "StatsGrid"];
|
|
4098
4098
|
inlineTraitNames: readonly ["ServiceNodeCircuitBreaker"];
|
|
@@ -4339,7 +4339,7 @@ declare const StdConfirmationConfirmActionOrbitalManifest: {
|
|
|
4339
4339
|
}, {
|
|
4340
4340
|
readonly name: "traitOverrides";
|
|
4341
4341
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
4342
|
-
readonly description: "
|
|
4342
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
4343
4343
|
}];
|
|
4344
4344
|
traitNames: readonly [];
|
|
4345
4345
|
inlineTraitNames: readonly ["ConfirmActionConfirmation"];
|
|
@@ -4476,7 +4476,7 @@ declare const StdCooldownCooldownOrbitalManifest: {
|
|
|
4476
4476
|
}, {
|
|
4477
4477
|
readonly name: "traitOverrides";
|
|
4478
4478
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
4479
|
-
readonly description: "
|
|
4479
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
4480
4480
|
}];
|
|
4481
4481
|
traitNames: readonly [];
|
|
4482
4482
|
inlineTraitNames: readonly ["Cooldown"];
|
|
@@ -4647,7 +4647,7 @@ declare const StdCrossReferenceCrossReferenceOrbitalManifest: {
|
|
|
4647
4647
|
}, {
|
|
4648
4648
|
readonly name: "traitOverrides";
|
|
4649
4649
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
4650
|
-
readonly description: "
|
|
4650
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
4651
4651
|
}];
|
|
4652
4652
|
traitNames: readonly [];
|
|
4653
4653
|
inlineTraitNames: readonly ["CrossReferenceGate"];
|
|
@@ -4847,7 +4847,7 @@ declare const StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalManifest: {
|
|
|
4847
4847
|
}, {
|
|
4848
4848
|
readonly name: "traitOverrides";
|
|
4849
4849
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
4850
|
-
readonly description: "
|
|
4850
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
4851
4851
|
}];
|
|
4852
4852
|
traitNames: readonly ["SimpleGrid1"];
|
|
4853
4853
|
inlineTraitNames: readonly ["EmptyTile", "DashboardGridEmbedded"];
|
|
@@ -4884,7 +4884,7 @@ type StdDataCollectorEventKey = 'BUFFER_READY' | 'COLLECT' | 'INIT';
|
|
|
4884
4884
|
* Payload shape for the `BUFFER_READY` event.
|
|
4885
4885
|
*/
|
|
4886
4886
|
interface StdDataCollectorBufferReadyPayload {
|
|
4887
|
-
buffer:
|
|
4887
|
+
buffer: unknown;
|
|
4888
4888
|
count: number;
|
|
4889
4889
|
}
|
|
4890
4890
|
/**
|
|
@@ -4985,7 +4985,7 @@ declare const StdDataCollectorMlDataCollectorOrbitalManifest: {
|
|
|
4985
4985
|
}, {
|
|
4986
4986
|
readonly name: "traitOverrides";
|
|
4987
4987
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
4988
|
-
readonly description: "
|
|
4988
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
4989
4989
|
}];
|
|
4990
4990
|
traitNames: readonly [];
|
|
4991
4991
|
inlineTraitNames: readonly ["DataCollectorRun"];
|
|
@@ -5132,7 +5132,7 @@ declare const StdDataErasureDataErasureOrbitalManifest: {
|
|
|
5132
5132
|
}, {
|
|
5133
5133
|
readonly name: "traitOverrides";
|
|
5134
5134
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
5135
|
-
readonly description: "
|
|
5135
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
5136
5136
|
}];
|
|
5137
5137
|
traitNames: readonly ["LoadingSpinner", "ErrorSpinner", "LoadingText", "Trash2Icon", "ErasureRequestsTitle", "CloseButton", "ErasureDivider", "ErrorAlert"];
|
|
5138
5138
|
inlineTraitNames: readonly ["ErasureWorkflow"];
|
|
@@ -5276,7 +5276,7 @@ declare const StdDateRangeDateRangeOrbitalManifest: {
|
|
|
5276
5276
|
}, {
|
|
5277
5277
|
readonly name: "traitOverrides";
|
|
5278
5278
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
5279
|
-
readonly description: "
|
|
5279
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
5280
5280
|
}];
|
|
5281
5281
|
traitNames: readonly [];
|
|
5282
5282
|
inlineTraitNames: readonly ["DateRangeFilter"];
|
|
@@ -5624,7 +5624,7 @@ declare const StdEsignFlowSignatureSessionOrbitalManifest: {
|
|
|
5624
5624
|
}, {
|
|
5625
5625
|
readonly name: "traitOverrides";
|
|
5626
5626
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
5627
|
-
readonly description: "
|
|
5627
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
5628
5628
|
}];
|
|
5629
5629
|
traitNames: readonly ["SignatureSessionCreate", "SignatureSessionDelete"];
|
|
5630
5630
|
inlineTraitNames: readonly ["SignatureSessionBrowse", "SignatureSessionPersistor", "EnvelopeDispatcher"];
|
|
@@ -5773,7 +5773,7 @@ declare const StdEsignRequestESignRequestOrbitalManifest: {
|
|
|
5773
5773
|
}, {
|
|
5774
5774
|
readonly name: "traitOverrides";
|
|
5775
5775
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
5776
|
-
readonly description: "
|
|
5776
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
5777
5777
|
}];
|
|
5778
5778
|
traitNames: readonly ["TitleHeading", "RequestDataGrid", "ErrorAlert"];
|
|
5779
5779
|
inlineTraitNames: readonly ["ESignRequestSigning"];
|
|
@@ -5962,7 +5962,7 @@ declare const StdEventLogEventLogOrbitalManifest: {
|
|
|
5962
5962
|
}, {
|
|
5963
5963
|
readonly name: "traitOverrides";
|
|
5964
5964
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
5965
|
-
readonly description: "
|
|
5965
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
5966
5966
|
}];
|
|
5967
5967
|
traitNames: readonly [];
|
|
5968
5968
|
inlineTraitNames: readonly ["EventLogTimeline"];
|
|
@@ -6098,7 +6098,7 @@ declare const StdExportExportOrbitalManifest: {
|
|
|
6098
6098
|
}, {
|
|
6099
6099
|
readonly name: "traitOverrides";
|
|
6100
6100
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
6101
|
-
readonly description: "
|
|
6101
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
6102
6102
|
}];
|
|
6103
6103
|
traitNames: readonly ["Button1", "Menu1"];
|
|
6104
6104
|
inlineTraitNames: readonly ["ExportMenu"];
|
|
@@ -6299,7 +6299,7 @@ declare const StdFileStoreStoredFileOrbitalManifest: {
|
|
|
6299
6299
|
}, {
|
|
6300
6300
|
readonly name: "traitOverrides";
|
|
6301
6301
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
6302
|
-
readonly description: "
|
|
6302
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
6303
6303
|
}];
|
|
6304
6304
|
traitNames: readonly [];
|
|
6305
6305
|
inlineTraitNames: readonly ["StoredFileStore"];
|
|
@@ -6443,7 +6443,7 @@ declare const StdFilterFilterTargetOrbitalManifest: {
|
|
|
6443
6443
|
}, {
|
|
6444
6444
|
readonly name: "traitOverrides";
|
|
6445
6445
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
6446
|
-
readonly description: "
|
|
6446
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
6447
6447
|
}];
|
|
6448
6448
|
traitNames: readonly [];
|
|
6449
6449
|
inlineTraitNames: readonly ["FilterTargetFilter"];
|
|
@@ -6605,7 +6605,7 @@ declare const StdFormAdvancedFormEntryOrbitalManifest: {
|
|
|
6605
6605
|
}, {
|
|
6606
6606
|
readonly name: "traitOverrides";
|
|
6607
6607
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
6608
|
-
readonly description: "
|
|
6608
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
6609
6609
|
}];
|
|
6610
6610
|
traitNames: readonly [];
|
|
6611
6611
|
inlineTraitNames: readonly ["FormEntryFormAdvanced"];
|
|
@@ -6963,7 +6963,7 @@ declare const StdGalleryGalleryItemOrbitalManifest: {
|
|
|
6963
6963
|
}, {
|
|
6964
6964
|
readonly name: "traitOverrides";
|
|
6965
6965
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
6966
|
-
readonly description: "
|
|
6966
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
6967
6967
|
}];
|
|
6968
6968
|
traitNames: readonly ["LoadingSpinner", "LoadingCaption", "GalleryIcon", "TitleDivider", "MediaGalleryGrid", "ErrorAlert", "ReloadSpinner", "ReloadCaption", "RetrySpinner"];
|
|
6969
6969
|
inlineTraitNames: readonly ["GalleryItemGallery"];
|
|
@@ -7100,7 +7100,7 @@ declare const StdGameClockGameClockOrbitalManifest: {
|
|
|
7100
7100
|
}, {
|
|
7101
7101
|
readonly name: "traitOverrides";
|
|
7102
7102
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
7103
|
-
readonly description: "
|
|
7103
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
7104
7104
|
}];
|
|
7105
7105
|
traitNames: readonly [];
|
|
7106
7106
|
inlineTraitNames: readonly ["GameClock"];
|
|
@@ -7426,7 +7426,7 @@ declare const StdGeosearchGeoSearchResultOrbitalManifest: {
|
|
|
7426
7426
|
}, {
|
|
7427
7427
|
readonly name: "traitOverrides";
|
|
7428
7428
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
7429
|
-
readonly description: "
|
|
7429
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
7430
7430
|
}];
|
|
7431
7431
|
traitNames: readonly [];
|
|
7432
7432
|
inlineTraitNames: readonly ["GeoSearchResultSearch"];
|
|
@@ -7648,7 +7648,7 @@ declare const StdGraphBuilderGraphBuilderOrbitalManifest: {
|
|
|
7648
7648
|
}, {
|
|
7649
7649
|
readonly name: "traitOverrides";
|
|
7650
7650
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
7651
|
-
readonly description: "
|
|
7651
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
7652
7652
|
}];
|
|
7653
7653
|
traitNames: readonly [];
|
|
7654
7654
|
inlineTraitNames: readonly ["GraphBuilderRun"];
|
|
@@ -7815,7 +7815,7 @@ declare const StdGraphsGraphItemOrbitalManifest: {
|
|
|
7815
7815
|
}, {
|
|
7816
7816
|
readonly name: "traitOverrides";
|
|
7817
7817
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
7818
|
-
readonly description: "
|
|
7818
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
7819
7819
|
}];
|
|
7820
7820
|
traitNames: readonly [];
|
|
7821
7821
|
inlineTraitNames: readonly ["GraphItemGraph"];
|
|
@@ -8210,7 +8210,7 @@ declare const StdImageUploadMultiUploadedImageOrbitalManifest: {
|
|
|
8210
8210
|
}, {
|
|
8211
8211
|
readonly name: "traitOverrides";
|
|
8212
8212
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
8213
|
-
readonly description: "
|
|
8213
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
8214
8214
|
}];
|
|
8215
8215
|
traitNames: readonly [];
|
|
8216
8216
|
inlineTraitNames: readonly ["UploadedImageUpload"];
|
|
@@ -11851,7 +11851,7 @@ declare const StdLifecycleLifecycleOrbitalManifest: {
|
|
|
11851
11851
|
}, {
|
|
11852
11852
|
readonly name: "traitOverrides";
|
|
11853
11853
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
11854
|
-
readonly description: "
|
|
11854
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
11855
11855
|
}];
|
|
11856
11856
|
traitNames: readonly [];
|
|
11857
11857
|
inlineTraitNames: readonly ["LifecycleScheduler"];
|
|
@@ -12049,7 +12049,7 @@ declare const StdListListItemOrbitalManifest: {
|
|
|
12049
12049
|
}, {
|
|
12050
12050
|
readonly name: "traitOverrides";
|
|
12051
12051
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
12052
|
-
readonly description: "
|
|
12052
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
12053
12053
|
}];
|
|
12054
12054
|
traitNames: readonly ["ListItemCreate", "ListItemEdit", "ListItemDelete"];
|
|
12055
12055
|
inlineTraitNames: readonly ["ListItemBrowse", "ListItemPersistor"];
|
|
@@ -13325,20 +13325,20 @@ type StdMigrationJobEventKey = 'COMMITTED' | 'DOCUMENTS_LISTED' | 'DOCUMENT_FETC
|
|
|
13325
13325
|
* Payload shape for the `DOCUMENTS_LISTED` event.
|
|
13326
13326
|
*/
|
|
13327
13327
|
interface StdMigrationJobDocumentsListedPayload {
|
|
13328
|
-
documents:
|
|
13328
|
+
documents: unknown;
|
|
13329
13329
|
}
|
|
13330
13330
|
/**
|
|
13331
13331
|
* Payload shape for the `DOCUMENT_FETCHED` event.
|
|
13332
13332
|
*/
|
|
13333
13333
|
interface StdMigrationJobDocumentFetchedPayload {
|
|
13334
|
-
document:
|
|
13334
|
+
document: Record<string, EntityRow>;
|
|
13335
13335
|
}
|
|
13336
13336
|
/**
|
|
13337
13337
|
* Payload shape for the `COMMITTED` event.
|
|
13338
13338
|
*/
|
|
13339
13339
|
interface StdMigrationJobCommittedPayload {
|
|
13340
13340
|
committed: number;
|
|
13341
|
-
failed:
|
|
13341
|
+
failed: unknown;
|
|
13342
13342
|
}
|
|
13343
13343
|
/**
|
|
13344
13344
|
* Payload shape for the `MIGRATION_CALL_FAILED` event.
|
|
@@ -13350,28 +13350,28 @@ interface StdMigrationJobMigrationCallFailedPayload {
|
|
|
13350
13350
|
* Payload shape for the `MIGRATION_FETCHED` event.
|
|
13351
13351
|
*/
|
|
13352
13352
|
interface StdMigrationJobMigrationFetchedPayload {
|
|
13353
|
-
documents:
|
|
13353
|
+
documents: unknown;
|
|
13354
13354
|
}
|
|
13355
13355
|
/**
|
|
13356
13356
|
* Payload shape for the `MIGRATION_DOCUMENT` event.
|
|
13357
13357
|
*/
|
|
13358
13358
|
interface StdMigrationJobMigrationDocumentPayload {
|
|
13359
|
-
document:
|
|
13359
|
+
document: Record<string, EntityRow>;
|
|
13360
13360
|
}
|
|
13361
13361
|
/**
|
|
13362
13362
|
* Payload shape for the `MIGRATION_REVIEW_READY` event.
|
|
13363
13363
|
*/
|
|
13364
13364
|
interface StdMigrationJobMigrationReviewReadyPayload {
|
|
13365
|
-
stats:
|
|
13365
|
+
stats: EntityRow;
|
|
13366
13366
|
units?: EntityRow[];
|
|
13367
13367
|
skipped?: EntityRow[];
|
|
13368
|
-
validationErrors?:
|
|
13368
|
+
validationErrors?: unknown;
|
|
13369
13369
|
}
|
|
13370
13370
|
/**
|
|
13371
13371
|
* Payload shape for the `MIGRATION_COMPLETED` event.
|
|
13372
13372
|
*/
|
|
13373
13373
|
interface StdMigrationJobMigrationCompletedPayload {
|
|
13374
|
-
stats:
|
|
13374
|
+
stats: EntityRow;
|
|
13375
13375
|
}
|
|
13376
13376
|
/**
|
|
13377
13377
|
* Payload shape for the `MIGRATION_FAILED` event.
|
|
@@ -13498,7 +13498,7 @@ declare const StdMigrationJobMigrationJobOrbitalManifest: {
|
|
|
13498
13498
|
}, {
|
|
13499
13499
|
readonly name: "traitOverrides";
|
|
13500
13500
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
13501
|
-
readonly description: "
|
|
13501
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
13502
13502
|
}];
|
|
13503
13503
|
traitNames: readonly [];
|
|
13504
13504
|
inlineTraitNames: readonly ["MigrationJobLifecycle"];
|
|
@@ -13661,7 +13661,7 @@ declare const StdMlClassifyMlClassifyOrbitalManifest: {
|
|
|
13661
13661
|
}, {
|
|
13662
13662
|
readonly name: "traitOverrides";
|
|
13663
13663
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
13664
|
-
readonly description: "
|
|
13664
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
13665
13665
|
}];
|
|
13666
13666
|
traitNames: readonly [];
|
|
13667
13667
|
inlineTraitNames: readonly ["ClassifyRun"];
|
|
@@ -13811,7 +13811,7 @@ declare const StdMlExactCheckMlExactCheckOrbitalManifest: {
|
|
|
13811
13811
|
}, {
|
|
13812
13812
|
readonly name: "traitOverrides";
|
|
13813
13813
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
13814
|
-
readonly description: "
|
|
13814
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
13815
13815
|
}];
|
|
13816
13816
|
traitNames: readonly [];
|
|
13817
13817
|
inlineTraitNames: readonly ["ExactCheckRun"];
|
|
@@ -13871,7 +13871,7 @@ interface StdMlInferInferredPayload {
|
|
|
13871
13871
|
interface StdMlInferInferAbstainedPayload {
|
|
13872
13872
|
reason: string;
|
|
13873
13873
|
violations: EntityRow[];
|
|
13874
|
-
request?:
|
|
13874
|
+
request?: Record<string, EntityRow>;
|
|
13875
13875
|
}
|
|
13876
13876
|
/**
|
|
13877
13877
|
* Typed call-site config block for this trait — every
|
|
@@ -13975,7 +13975,7 @@ declare const StdMlInferMlInferOrbitalManifest: {
|
|
|
13975
13975
|
}, {
|
|
13976
13976
|
readonly name: "traitOverrides";
|
|
13977
13977
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
13978
|
-
readonly description: "
|
|
13978
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
13979
13979
|
}];
|
|
13980
13980
|
traitNames: readonly [];
|
|
13981
13981
|
inlineTraitNames: readonly ["InferenceRun"];
|
|
@@ -14132,7 +14132,7 @@ declare const StdMlLabelCaptureMlLabelCaptureOrbitalManifest: {
|
|
|
14132
14132
|
}, {
|
|
14133
14133
|
readonly name: "traitOverrides";
|
|
14134
14134
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
14135
|
-
readonly description: "
|
|
14135
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
14136
14136
|
}];
|
|
14137
14137
|
traitNames: readonly [];
|
|
14138
14138
|
inlineTraitNames: readonly ["LabelCaptureListener"];
|
|
@@ -14279,7 +14279,7 @@ declare const StdMlLookupMlLookupOrbitalManifest: {
|
|
|
14279
14279
|
}, {
|
|
14280
14280
|
readonly name: "traitOverrides";
|
|
14281
14281
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
14282
|
-
readonly description: "
|
|
14282
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
14283
14283
|
}];
|
|
14284
14284
|
traitNames: readonly [];
|
|
14285
14285
|
inlineTraitNames: readonly ["LookupRun"];
|
|
@@ -14444,7 +14444,7 @@ declare const StdMlPosteriorMlPosteriorOrbitalManifest: {
|
|
|
14444
14444
|
}, {
|
|
14445
14445
|
readonly name: "traitOverrides";
|
|
14446
14446
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
14447
|
-
readonly description: "
|
|
14447
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
14448
14448
|
}];
|
|
14449
14449
|
traitNames: readonly [];
|
|
14450
14450
|
inlineTraitNames: readonly ["PosteriorBelief"];
|
|
@@ -14599,7 +14599,7 @@ declare const StdMlSimilarityMlSimilarityOrbitalManifest: {
|
|
|
14599
14599
|
}, {
|
|
14600
14600
|
readonly name: "traitOverrides";
|
|
14601
14601
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
14602
|
-
readonly description: "
|
|
14602
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
14603
14603
|
}];
|
|
14604
14604
|
traitNames: readonly [];
|
|
14605
14605
|
inlineTraitNames: readonly ["SimilarityRun"];
|
|
@@ -14746,7 +14746,7 @@ declare const StdModQueueModQueueItemOrbitalManifest: {
|
|
|
14746
14746
|
}, {
|
|
14747
14747
|
readonly name: "traitOverrides";
|
|
14748
14748
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
14749
|
-
readonly description: "
|
|
14749
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
14750
14750
|
}];
|
|
14751
14751
|
traitNames: readonly ["LoadingSpinner", "ErrorSpinner", "LoadingText", "ShieldAlertIcon", "ModQueueTitle", "CloseButton", "ModQueueDivider", "ErrorAlert"];
|
|
14752
14752
|
inlineTraitNames: readonly ["ModQueueItemReview"];
|
|
@@ -14908,7 +14908,7 @@ declare const StdModalModalRecordOrbitalManifest: {
|
|
|
14908
14908
|
}, {
|
|
14909
14909
|
readonly name: "traitOverrides";
|
|
14910
14910
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
14911
|
-
readonly description: "
|
|
14911
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
14912
14912
|
}];
|
|
14913
14913
|
traitNames: readonly [];
|
|
14914
14914
|
inlineTraitNames: readonly ["ModalRecordModal"];
|
|
@@ -15344,7 +15344,7 @@ declare const StdMultiPartyFlowMultiPartyFlowOrbitalManifest: {
|
|
|
15344
15344
|
}, {
|
|
15345
15345
|
readonly name: "traitOverrides";
|
|
15346
15346
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
15347
|
-
readonly description: "
|
|
15347
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
15348
15348
|
}];
|
|
15349
15349
|
traitNames: readonly [];
|
|
15350
15350
|
inlineTraitNames: readonly ["MultiPartyTransaction"];
|
|
@@ -15516,7 +15516,7 @@ declare const StdNotificationCenterNotificationCenterOrbitalManifest: {
|
|
|
15516
15516
|
}, {
|
|
15517
15517
|
readonly name: "traitOverrides";
|
|
15518
15518
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
15519
|
-
readonly description: "
|
|
15519
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
15520
15520
|
}];
|
|
15521
15521
|
traitNames: readonly [];
|
|
15522
15522
|
inlineTraitNames: readonly ["PushSubscriber", "PreferenceEditor", "DigestDrain"];
|
|
@@ -15875,7 +15875,7 @@ declare const StdNotifyOnEventNotifyOnEventOrbitalManifest: {
|
|
|
15875
15875
|
}, {
|
|
15876
15876
|
readonly name: "traitOverrides";
|
|
15877
15877
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
15878
|
-
readonly description: "
|
|
15878
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
15879
15879
|
}];
|
|
15880
15880
|
traitNames: readonly [];
|
|
15881
15881
|
inlineTraitNames: readonly ["NotifyOnEventListener"];
|
|
@@ -16267,7 +16267,7 @@ declare const StdPaginationPagedItemOrbitalManifest: {
|
|
|
16267
16267
|
}, {
|
|
16268
16268
|
readonly name: "traitOverrides";
|
|
16269
16269
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
16270
|
-
readonly description: "
|
|
16270
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
16271
16271
|
}];
|
|
16272
16272
|
traitNames: readonly [];
|
|
16273
16273
|
inlineTraitNames: readonly ["PagedItemPagination"];
|
|
@@ -16945,7 +16945,7 @@ declare const StdRateLimiterRateBucketOrbitalManifest: {
|
|
|
16945
16945
|
}, {
|
|
16946
16946
|
readonly name: "traitOverrides";
|
|
16947
16947
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
16948
|
-
readonly description: "
|
|
16948
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
16949
16949
|
}];
|
|
16950
16950
|
traitNames: readonly ["ShieldIcon", "RateBucketTitle", "OpenStatusDot", "ThrottledStatusDot", "RateLimitAlert", "RequestsStat", "WindowStat", "CountMeter", "CountProgressBar", "RequestButton", "ResetButton", "ResetPrimaryButton", "RateBucketDivider", "StatsGrid"];
|
|
16951
16951
|
inlineTraitNames: readonly ["RateBucketRateLimiter"];
|
|
@@ -17153,7 +17153,7 @@ declare const StdRatingReviewRatingReviewOrbitalManifest: {
|
|
|
17153
17153
|
}, {
|
|
17154
17154
|
readonly name: "traitOverrides";
|
|
17155
17155
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
17156
|
-
readonly description: "
|
|
17156
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
17157
17157
|
}];
|
|
17158
17158
|
traitNames: readonly [];
|
|
17159
17159
|
inlineTraitNames: readonly ["RatingReviewBoard", "RatingReviewSubmit"];
|
|
@@ -17386,7 +17386,7 @@ declare const StdRecordDetailRecordItemOrbitalManifest: {
|
|
|
17386
17386
|
}, {
|
|
17387
17387
|
readonly name: "traitOverrides";
|
|
17388
17388
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
17389
|
-
readonly description: "
|
|
17389
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
17390
17390
|
}];
|
|
17391
17391
|
traitNames: readonly [];
|
|
17392
17392
|
inlineTraitNames: readonly ["RecordItemDetail", "RecordItemDetails"];
|
|
@@ -17574,7 +17574,7 @@ declare const StdRecurrenceRecurrenceOrbitalManifest: {
|
|
|
17574
17574
|
}, {
|
|
17575
17575
|
readonly name: "traitOverrides";
|
|
17576
17576
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
17577
|
-
readonly description: "
|
|
17577
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
17578
17578
|
}];
|
|
17579
17579
|
traitNames: readonly [];
|
|
17580
17580
|
inlineTraitNames: readonly ["RecurrenceEditor"];
|
|
@@ -17748,7 +17748,7 @@ declare const StdRelatedRelatedItemOrbitalManifest: {
|
|
|
17748
17748
|
}, {
|
|
17749
17749
|
readonly name: "traitOverrides";
|
|
17750
17750
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
17751
|
-
readonly description: "
|
|
17751
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
17752
17752
|
}];
|
|
17753
17753
|
traitNames: readonly [];
|
|
17754
17754
|
inlineTraitNames: readonly ["RelatedItemList"];
|
|
@@ -17933,7 +17933,7 @@ declare const StdReminderSchedulerReminderSchedulerOrbitalManifest: {
|
|
|
17933
17933
|
}, {
|
|
17934
17934
|
readonly name: "traitOverrides";
|
|
17935
17935
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
17936
|
-
readonly description: "
|
|
17936
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
17937
17937
|
}];
|
|
17938
17938
|
traitNames: readonly [];
|
|
17939
17939
|
inlineTraitNames: readonly ["ReminderScheduler"];
|
|
@@ -18149,7 +18149,7 @@ declare const StdRowAccessControlRowAccessControlOrbitalManifest: {
|
|
|
18149
18149
|
}, {
|
|
18150
18150
|
readonly name: "traitOverrides";
|
|
18151
18151
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
18152
|
-
readonly description: "
|
|
18152
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
18153
18153
|
}];
|
|
18154
18154
|
traitNames: readonly [];
|
|
18155
18155
|
inlineTraitNames: readonly ["RowAccessGate"];
|
|
@@ -18363,7 +18363,7 @@ declare const StdSavedSearchSavedSearchOrbitalManifest: {
|
|
|
18363
18363
|
}, {
|
|
18364
18364
|
readonly name: "traitOverrides";
|
|
18365
18365
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
18366
|
-
readonly description: "
|
|
18366
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
18367
18367
|
}];
|
|
18368
18368
|
traitNames: readonly [];
|
|
18369
18369
|
inlineTraitNames: readonly ["SavedSearchManage"];
|
|
@@ -18510,7 +18510,7 @@ declare const StdScatterScatterItemOrbitalManifest: {
|
|
|
18510
18510
|
}, {
|
|
18511
18511
|
readonly name: "traitOverrides";
|
|
18512
18512
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
18513
|
-
readonly description: "
|
|
18513
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
18514
18514
|
}];
|
|
18515
18515
|
traitNames: readonly [];
|
|
18516
18516
|
inlineTraitNames: readonly ["ScatterItemPlot"];
|
|
@@ -18723,7 +18723,7 @@ declare const StdSearchSearchResultOrbitalManifest: {
|
|
|
18723
18723
|
}, {
|
|
18724
18724
|
readonly name: "traitOverrides";
|
|
18725
18725
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
18726
|
-
readonly description: "
|
|
18726
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
18727
18727
|
}];
|
|
18728
18728
|
traitNames: readonly [];
|
|
18729
18729
|
inlineTraitNames: readonly ["SearchResultSearch"];
|
|
@@ -18879,7 +18879,7 @@ declare const StdSelectionSelectableItemOrbitalManifest: {
|
|
|
18879
18879
|
}, {
|
|
18880
18880
|
readonly name: "traitOverrides";
|
|
18881
18881
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
18882
|
-
readonly description: "
|
|
18882
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
18883
18883
|
}];
|
|
18884
18884
|
traitNames: readonly [];
|
|
18885
18885
|
inlineTraitNames: readonly ["SelectableItemSelection"];
|
|
@@ -19073,7 +19073,7 @@ declare const StdSignatureCaptureSignatureCaptureOrbitalManifest: {
|
|
|
19073
19073
|
}, {
|
|
19074
19074
|
readonly name: "traitOverrides";
|
|
19075
19075
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
19076
|
-
readonly description: "
|
|
19076
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
19077
19077
|
}];
|
|
19078
19078
|
traitNames: readonly [];
|
|
19079
19079
|
inlineTraitNames: readonly ["SignatureCapture"];
|
|
@@ -19222,7 +19222,7 @@ declare const StdStatsStatsItemOrbitalManifest: {
|
|
|
19222
19222
|
}, {
|
|
19223
19223
|
readonly name: "traitOverrides";
|
|
19224
19224
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
19225
|
-
readonly description: "
|
|
19225
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
19226
19226
|
}];
|
|
19227
19227
|
traitNames: readonly [];
|
|
19228
19228
|
inlineTraitNames: readonly ["StatsItemStats"];
|
|
@@ -19401,7 +19401,7 @@ declare const StdStatusLifecycleStatusLifecycleOrbitalManifest: {
|
|
|
19401
19401
|
}, {
|
|
19402
19402
|
readonly name: "traitOverrides";
|
|
19403
19403
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
19404
|
-
readonly description: "
|
|
19404
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
19405
19405
|
}];
|
|
19406
19406
|
traitNames: readonly [];
|
|
19407
19407
|
inlineTraitNames: readonly ["StatusMachine"];
|
|
@@ -19584,7 +19584,7 @@ declare const StdStepFlowStepFlowOrbitalManifest: {
|
|
|
19584
19584
|
}, {
|
|
19585
19585
|
readonly name: "traitOverrides";
|
|
19586
19586
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
19587
|
-
readonly description: "
|
|
19587
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
19588
19588
|
}];
|
|
19589
19589
|
traitNames: readonly [];
|
|
19590
19590
|
inlineTraitNames: readonly ["StepFlowReview"];
|
|
@@ -19871,7 +19871,7 @@ declare const StdTabsTabsItemOrbitalManifest: {
|
|
|
19871
19871
|
}, {
|
|
19872
19872
|
readonly name: "traitOverrides";
|
|
19873
19873
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
19874
|
-
readonly description: "
|
|
19874
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
19875
19875
|
}];
|
|
19876
19876
|
traitNames: readonly [];
|
|
19877
19877
|
inlineTraitNames: readonly ["TabsItemTabs"];
|
|
@@ -20221,7 +20221,7 @@ declare const StdTagTaxonomyTagTaxonomyOrbitalManifest: {
|
|
|
20221
20221
|
}, {
|
|
20222
20222
|
readonly name: "traitOverrides";
|
|
20223
20223
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
20224
|
-
readonly description: "
|
|
20224
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
20225
20225
|
}];
|
|
20226
20226
|
traitNames: readonly [];
|
|
20227
20227
|
inlineTraitNames: readonly ["TagBrowse"];
|
|
@@ -20464,7 +20464,7 @@ declare const StdThreadThreadPostOrbitalManifest: {
|
|
|
20464
20464
|
}, {
|
|
20465
20465
|
readonly name: "traitOverrides";
|
|
20466
20466
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
20467
|
-
readonly description: "
|
|
20467
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
20468
20468
|
}];
|
|
20469
20469
|
traitNames: readonly [];
|
|
20470
20470
|
inlineTraitNames: readonly ["ThreadPostBrowse"];
|
|
@@ -20615,7 +20615,7 @@ declare const StdTokenizerMlTokenizerOrbitalManifest: {
|
|
|
20615
20615
|
}, {
|
|
20616
20616
|
readonly name: "traitOverrides";
|
|
20617
20617
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
20618
|
-
readonly description: "
|
|
20618
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
20619
20619
|
}];
|
|
20620
20620
|
traitNames: readonly [];
|
|
20621
20621
|
inlineTraitNames: readonly ["TokenizerRun"];
|
|
@@ -20808,7 +20808,7 @@ declare const StdTreeTreeNodeOrbitalManifest: {
|
|
|
20808
20808
|
}, {
|
|
20809
20809
|
readonly name: "traitOverrides";
|
|
20810
20810
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
20811
|
-
readonly description: "
|
|
20811
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
20812
20812
|
}];
|
|
20813
20813
|
traitNames: readonly [];
|
|
20814
20814
|
inlineTraitNames: readonly ["TreeBrowse"];
|
|
@@ -21237,7 +21237,7 @@ declare const StdVersionHistoryRevisionOrbitalManifest: {
|
|
|
21237
21237
|
}, {
|
|
21238
21238
|
readonly name: "traitOverrides";
|
|
21239
21239
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
21240
|
-
readonly description: "
|
|
21240
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
21241
21241
|
}];
|
|
21242
21242
|
traitNames: readonly [];
|
|
21243
21243
|
inlineTraitNames: readonly ["RevisionManage"];
|
|
@@ -21419,7 +21419,7 @@ declare const StdVoteVoteOrbitalManifest: {
|
|
|
21419
21419
|
}, {
|
|
21420
21420
|
readonly name: "traitOverrides";
|
|
21421
21421
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
21422
|
-
readonly description: "
|
|
21422
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
21423
21423
|
}];
|
|
21424
21424
|
traitNames: readonly [];
|
|
21425
21425
|
inlineTraitNames: readonly ["VoteCast"];
|
|
@@ -21567,7 +21567,7 @@ declare const StdWeightValidatorMlWeightValidatorOrbitalManifest: {
|
|
|
21567
21567
|
}, {
|
|
21568
21568
|
readonly name: "traitOverrides";
|
|
21569
21569
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
21570
|
-
readonly description: "
|
|
21570
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
21571
21571
|
}];
|
|
21572
21572
|
traitNames: readonly [];
|
|
21573
21573
|
inlineTraitNames: readonly ["WeightValidatorRun"];
|
|
@@ -21740,7 +21740,7 @@ declare const StdWizardWizardOrbitalManifest: {
|
|
|
21740
21740
|
}, {
|
|
21741
21741
|
readonly name: "traitOverrides";
|
|
21742
21742
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
21743
|
-
readonly description: "
|
|
21743
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
21744
21744
|
}];
|
|
21745
21745
|
traitNames: readonly [];
|
|
21746
21746
|
inlineTraitNames: readonly ["WizardForm"];
|
|
@@ -22338,7 +22338,7 @@ interface StdUiAnimatedCounterConfig {
|
|
|
22338
22338
|
prefix?: string;
|
|
22339
22339
|
suffix?: string;
|
|
22340
22340
|
/** Default: `""` */
|
|
22341
|
-
value?:
|
|
22341
|
+
value?: unknown;
|
|
22342
22342
|
}
|
|
22343
22343
|
/**
|
|
22344
22344
|
* Params for the ui-animated-counter descriptor helpers.
|
|
@@ -22418,12 +22418,12 @@ interface StdUiAnimatedGraphicConfig {
|
|
|
22418
22418
|
/** Default: `"cubic-bezier(0.16, 1, 0.3, 1)"` */
|
|
22419
22419
|
easing?: string;
|
|
22420
22420
|
fillColor?: string;
|
|
22421
|
-
height?:
|
|
22421
|
+
height?: unknown;
|
|
22422
22422
|
/** Default: `"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"` */
|
|
22423
22423
|
src?: unknown;
|
|
22424
22424
|
strokeColor?: string;
|
|
22425
22425
|
svgContent?: string;
|
|
22426
|
-
width?:
|
|
22426
|
+
width?: unknown;
|
|
22427
22427
|
}
|
|
22428
22428
|
/**
|
|
22429
22429
|
* Params for the ui-animated-graphic descriptor helpers.
|
|
@@ -22872,7 +22872,7 @@ interface StdUiAvatarConfig {
|
|
|
22872
22872
|
action?: string;
|
|
22873
22873
|
actionPayload?: unknown;
|
|
22874
22874
|
alt?: string;
|
|
22875
|
-
badge?:
|
|
22875
|
+
badge?: unknown;
|
|
22876
22876
|
className?: string;
|
|
22877
22877
|
icon?: unknown;
|
|
22878
22878
|
initials?: string;
|
|
@@ -22955,7 +22955,7 @@ interface StdUiBadgeConfig {
|
|
|
22955
22955
|
className?: string;
|
|
22956
22956
|
icon?: unknown;
|
|
22957
22957
|
iconAsset?: EntityRow;
|
|
22958
|
-
label?:
|
|
22958
|
+
label?: unknown;
|
|
22959
22959
|
/** Default: `""` */
|
|
22960
22960
|
onRemove?: string;
|
|
22961
22961
|
removeLabel?: string;
|
|
@@ -23885,7 +23885,7 @@ interface StdUiCenterConfig {
|
|
|
23885
23885
|
horizontal?: boolean;
|
|
23886
23886
|
/** Default: `false` */
|
|
23887
23887
|
inline?: boolean;
|
|
23888
|
-
minHeight?:
|
|
23888
|
+
minHeight?: unknown;
|
|
23889
23889
|
/** Default: `{}` */
|
|
23890
23890
|
style?: Record<string, TraitConfig>;
|
|
23891
23891
|
/** Default: `true` */
|
|
@@ -25426,7 +25426,7 @@ type StdUiDrawShapeLayerEventKey = 'INIT';
|
|
|
25426
25426
|
* without modifying its state-machine topology.
|
|
25427
25427
|
*/
|
|
25428
25428
|
interface StdUiDrawShapeLayerConfig {
|
|
25429
|
-
/** Default: `[{"anchor":"top-left","animation":{"durationMs":1,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":false},"blendMode":"source-over","blur":1,"d":"D","fill":"Fill","fillPattern":{"alpha":1,"color":"Color","kind":"noise","scale":1,"url":"Url"},"gradient":{"angle":1,"center":{"x":1,"y":1},"from":{"x":1,"y":1},"kind":"linear","radius":1,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":1,"y":1}},"height":1,"offsetX":1,"offsetY":1,"opacity":1,"pivot":{"x":1,"y":1},"points":[{"x":1,"y":1},{"x":2,"y":2}],"position":{"x":1,"y":1,"z":1},"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"shape":"cell","stroke":"Stroke","strokeDash":[1,2],"strokeDashOffset":1,"strokeGradient":{"angle":1,"center":{"x":1,"y":1},"from":{"x":1,"y":1},"kind":"linear","radius":1,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":1,"y":1}},"strokeWidth":1,"type":"draw-shape","width":1},{"anchor":"ground","animation":{"durationMs":2,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":true},"blendMode":"lighter","blur":2,"d":"D 2","fill":"Fill 2","fillPattern":{"alpha":2,"color":"Color 2","kind":"image","scale":2,"url":"Url 2"},"gradient":{"angle":2,"center":{"x":2,"y":2},"from":{"x":2,"y":2},"kind":"radial","radius":2,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":2,"y":2}},"height":2,"offsetX":2,"offsetY":2,"opacity":2,"pivot":{"x":2,"y":2},"points":[{"x":1,"y":1},{"x":2,"y":2}],"position":{"x":2,"y":2,"z":2},"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"shape":"rect","stroke":"Stroke 2","strokeDash":[1,2],"strokeDashOffset":2,"strokeGradient":{"angle":2,"center":{"x":2,"y":2},"from":{"x":2,"y":2},"kind":"radial","radius":2,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":2,"y":2}},"strokeWidth":2,"type":"draw-shape","width":2}]` */
|
|
25429
|
+
/** Default: `[{"anchor":"top-left","animation":{"durationMs":1,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":false},"blendMode":"source-over","blur":1,"d":"D","fill":"Fill","fillPattern":{"alpha":1,"color":"Color","kind":"noise","scale":1,"url":"Url"},"gradient":{"angle":1,"center":{"x":1,"y":1},"from":{"x":1,"y":1},"kind":"linear","radius":1,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":1,"y":1}},"height":1,"id":"Id","offsetX":1,"offsetY":1,"opacity":1,"pivot":{"x":1,"y":1},"points":[{"x":1,"y":1},{"x":2,"y":2}],"position":{"x":1,"y":1,"z":1},"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"shape":"cell","stroke":"Stroke","strokeDash":[1,2],"strokeDashOffset":1,"strokeGradient":{"angle":1,"center":{"x":1,"y":1},"from":{"x":1,"y":1},"kind":"linear","radius":1,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":1,"y":1}},"strokeWidth":1,"type":"draw-shape","width":1},{"anchor":"ground","animation":{"durationMs":2,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":true},"blendMode":"lighter","blur":2,"d":"D 2","fill":"Fill 2","fillPattern":{"alpha":2,"color":"Color 2","kind":"image","scale":2,"url":"Url 2"},"gradient":{"angle":2,"center":{"x":2,"y":2},"from":{"x":2,"y":2},"kind":"radial","radius":2,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":2,"y":2}},"height":2,"id":"Id 2","offsetX":2,"offsetY":2,"opacity":2,"pivot":{"x":2,"y":2},"points":[{"x":1,"y":1},{"x":2,"y":2}],"position":{"x":2,"y":2,"z":2},"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"shape":"rect","stroke":"Stroke 2","strokeDash":[1,2],"strokeDashOffset":2,"strokeGradient":{"angle":2,"center":{"x":2,"y":2},"from":{"x":2,"y":2},"kind":"radial","radius":2,"stops":[{"color":"Color","offset":1},{"color":"Color 2","offset":2}],"to":{"x":2,"y":2}},"strokeWidth":2,"type":"draw-shape","width":2}]` */
|
|
25430
25430
|
items?: EntityRow[];
|
|
25431
25431
|
}
|
|
25432
25432
|
/**
|
|
@@ -25575,7 +25575,7 @@ type StdUiDrawSpriteLayerEventKey = 'INIT';
|
|
|
25575
25575
|
* without modifying its state-machine topology.
|
|
25576
25576
|
*/
|
|
25577
25577
|
interface StdUiDrawSpriteLayerConfig {
|
|
25578
|
-
/** Default: `[{"anchor":"top-left","animation":"Animation","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"clockMs":1,"flipX":false,"frame":{"h":1,"w":1,"x":1,"y":1},"height":1,"loop":false,"opacity":1,"position":{"x":1,"y":1,"z":1},"rotation":1,"shadow":{"blur":1,"color":"Color"},"type":"draw-sprite","width":1},{"anchor":"ground","animation":"Animation 2","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"clockMs":2,"flipX":true,"frame":{"h":2,"w":2,"x":2,"y":2},"height":2,"loop":true,"opacity":2,"position":{"x":2,"y":2,"z":2},"rotation":2,"shadow":{"blur":2,"color":"Color 2"},"type":"draw-sprite","width":2}]` */
|
|
25578
|
+
/** Default: `[{"anchor":"top-left","animation":"Animation","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"clockMs":1,"flipX":false,"frame":{"h":1,"w":1,"x":1,"y":1},"height":1,"id":"Id","loop":false,"opacity":1,"position":{"x":1,"y":1,"z":1},"rotation":1,"shadow":{"blur":1,"color":"Color"},"type":"draw-sprite","width":1},{"anchor":"ground","animation":"Animation 2","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"clockMs":2,"flipX":true,"frame":{"h":2,"w":2,"x":2,"y":2},"height":2,"id":"Id 2","loop":true,"opacity":2,"position":{"x":2,"y":2,"z":2},"rotation":2,"shadow":{"blur":2,"color":"Color 2"},"type":"draw-sprite","width":2}]` */
|
|
25579
25579
|
items?: EntityRow[];
|
|
25580
25580
|
}
|
|
25581
25581
|
/**
|
|
@@ -25725,7 +25725,7 @@ type StdUiDrawTextLayerEventKey = 'INIT';
|
|
|
25725
25725
|
* without modifying its state-machine topology.
|
|
25726
25726
|
*/
|
|
25727
25727
|
interface StdUiDrawTextLayerConfig {
|
|
25728
|
-
/** Default: `[{"align":"center","anchor":"top-left","baseline":"alphabetic","color":"Color","font":"Font","offsetX":1,"offsetY":1,"opacity":1,"position":{"x":1,"y":1,"z":1},"text":"Text","type":"draw-text"},{"align":"end","anchor":"ground","baseline":"bottom","color":"Color 2","font":"Font 2","offsetX":2,"offsetY":2,"opacity":2,"position":{"x":2,"y":2,"z":2},"text":"Text 2","type":"draw-text"}]` */
|
|
25728
|
+
/** Default: `[{"align":"center","anchor":"top-left","baseline":"alphabetic","color":"Color","font":"Font","id":"Id","offsetX":1,"offsetY":1,"opacity":1,"position":{"x":1,"y":1,"z":1},"text":"Text","type":"draw-text"},{"align":"end","anchor":"ground","baseline":"bottom","color":"Color 2","font":"Font 2","id":"Id 2","offsetX":2,"offsetY":2,"opacity":2,"position":{"x":2,"y":2,"z":2},"text":"Text 2","type":"draw-text"}]` */
|
|
25729
25729
|
items?: EntityRow[];
|
|
25730
25730
|
}
|
|
25731
25731
|
/**
|
|
@@ -25882,7 +25882,7 @@ interface StdUiFilterPillConfig {
|
|
|
25882
25882
|
/** Default: `"CLICK"` */
|
|
25883
25883
|
clickEvent?: string;
|
|
25884
25884
|
icon?: unknown;
|
|
25885
|
-
label?:
|
|
25885
|
+
label?: unknown;
|
|
25886
25886
|
/** Default: `"CLICK"` */
|
|
25887
25887
|
onClick?: string;
|
|
25888
25888
|
/** Default: `""` */
|
|
@@ -26945,7 +26945,7 @@ interface StdUiInputConfig {
|
|
|
26945
26945
|
rightIcon?: unknown;
|
|
26946
26946
|
/** Default: `3` */
|
|
26947
26947
|
rows?: number;
|
|
26948
|
-
value?:
|
|
26948
|
+
value?: unknown;
|
|
26949
26949
|
}
|
|
26950
26950
|
/**
|
|
26951
26951
|
* Params for the ui-input descriptor helpers.
|
|
@@ -29406,7 +29406,7 @@ interface StdUiStatBadgeConfig {
|
|
|
29406
29406
|
/** Default: `"md"` */
|
|
29407
29407
|
size?: string;
|
|
29408
29408
|
source?: string;
|
|
29409
|
-
value?:
|
|
29409
|
+
value?: unknown;
|
|
29410
29410
|
/** Default: `"default"` */
|
|
29411
29411
|
variant?: string;
|
|
29412
29412
|
}
|
|
@@ -31554,7 +31554,7 @@ declare const StdUiTimerDisplayTimerDisplayOrbitalManifest: {
|
|
|
31554
31554
|
}, {
|
|
31555
31555
|
readonly name: "traitOverrides";
|
|
31556
31556
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
31557
|
-
readonly description: "
|
|
31557
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
31558
31558
|
}];
|
|
31559
31559
|
traitNames: readonly [];
|
|
31560
31560
|
inlineTraitNames: readonly ["TimerDisplayRender"];
|
|
@@ -32819,7 +32819,7 @@ interface StdUiCarouselConfig {
|
|
|
32819
32819
|
/** Default: `5000` */
|
|
32820
32820
|
autoPlayInterval?: number;
|
|
32821
32821
|
className?: string;
|
|
32822
|
-
/** Default: `[]` */
|
|
32822
|
+
/** Default: `[{"id":"Id","image":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png","title":"Title"},{"id":"Id 2","image":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png","title":"Title 2"}]` */
|
|
32823
32823
|
items?: EntityRow[];
|
|
32824
32824
|
/** Default: `false` */
|
|
32825
32825
|
loop?: boolean;
|
|
@@ -33098,7 +33098,7 @@ interface StdUiCodeBlockConfig {
|
|
|
33098
33098
|
/** Default: `"text"` */
|
|
33099
33099
|
language?: string;
|
|
33100
33100
|
/** Default: `"60vh"` */
|
|
33101
|
-
maxHeight?:
|
|
33101
|
+
maxHeight?: unknown;
|
|
33102
33102
|
/** Default: `"code"` */
|
|
33103
33103
|
mode?: 'code' | 'diff';
|
|
33104
33104
|
/** Default: `["left","right","up","down","word-forward","word-back","word-end","line-start","line-end","first-nonblank","doc-start","doc-end","paragraph-forward","paragraph-back","line","selection","match-bracket"]` */
|
|
@@ -33210,7 +33210,7 @@ interface StdUiCommandPaletteSelectPayload {
|
|
|
33210
33210
|
*/
|
|
33211
33211
|
interface StdUiCommandPaletteConfig {
|
|
33212
33212
|
className?: string;
|
|
33213
|
-
/** Default: `[{"action":"
|
|
33213
|
+
/** Default: `[{"action":"INIT","disabled":false,"group":"Group","icon":"circle","id":"Id","keywords":["Item","Item 2"],"label":"Label","shortcut":"Shortcut"},{"action":"INIT","disabled":true,"group":"Group 2","icon":"circle","id":"Id 2","keywords":["Item","Item 2"],"label":"Label 2","shortcut":"Shortcut 2"}]` */
|
|
33214
33214
|
commands?: EntityRow[];
|
|
33215
33215
|
/** Default: `"No matching commands"` */
|
|
33216
33216
|
emptyLabel?: string;
|
|
@@ -34616,7 +34616,8 @@ interface StdUiDocumentViewerConfig {
|
|
|
34616
34616
|
/** Default: `[]` */
|
|
34617
34617
|
documents?: EntityRow[];
|
|
34618
34618
|
error?: EntityRow;
|
|
34619
|
-
|
|
34619
|
+
/** Default: `600` */
|
|
34620
|
+
height?: unknown;
|
|
34620
34621
|
/** Default: `false` */
|
|
34621
34622
|
isLoading?: boolean;
|
|
34622
34623
|
/** Default: `false` */
|
|
@@ -35445,19 +35446,19 @@ type StdUiFlexEventKey = 'INIT';
|
|
|
35445
35446
|
interface StdUiFlexConfig {
|
|
35446
35447
|
/** Default: `"stretch"` */
|
|
35447
35448
|
align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
|
|
35448
|
-
basis?:
|
|
35449
|
+
basis?: unknown;
|
|
35449
35450
|
children?: PatternValue;
|
|
35450
35451
|
className?: string;
|
|
35451
35452
|
/** Default: `"row"` */
|
|
35452
35453
|
direction?: 'row' | 'row-reverse' | 'col' | 'col-reverse';
|
|
35453
35454
|
/** Default: `"none"` */
|
|
35454
35455
|
gap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
35455
|
-
grow?:
|
|
35456
|
+
grow?: unknown;
|
|
35456
35457
|
/** Default: `false` */
|
|
35457
35458
|
inline?: boolean;
|
|
35458
35459
|
/** Default: `"start"` */
|
|
35459
35460
|
justify?: 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly';
|
|
35460
|
-
shrink?:
|
|
35461
|
+
shrink?: unknown;
|
|
35461
35462
|
/** Default: `"nowrap"` */
|
|
35462
35463
|
wrap?: 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
35463
35464
|
}
|
|
@@ -35685,7 +35686,7 @@ type StdUiFloatingToolbarEventKey = 'INIT';
|
|
|
35685
35686
|
interface StdUiFloatingToolbarConfig {
|
|
35686
35687
|
children?: PatternValue;
|
|
35687
35688
|
className?: string;
|
|
35688
|
-
/** Default: `[{"action":"
|
|
35689
|
+
/** Default: `[{"action":"INIT","active":false,"disabled":false,"icon":"circle","id":"Id","label":"Label","testId":"Test Id"},{"action":"INIT","active":true,"disabled":true,"icon":"circle","id":"Id 2","label":"Label 2","testId":"Test Id 2"}]` */
|
|
35689
35690
|
items?: EntityRow[];
|
|
35690
35691
|
/** Default: `"bottom-center"` */
|
|
35691
35692
|
position?: 'bottom-center' | 'bottom-left' | 'bottom-right' | 'top-center' | 'top-left' | 'top-right';
|
|
@@ -36893,7 +36894,7 @@ interface StdUiInputGroupConfig {
|
|
|
36893
36894
|
rightAddon?: PatternValue;
|
|
36894
36895
|
rightIcon?: unknown;
|
|
36895
36896
|
rows?: number;
|
|
36896
|
-
value?:
|
|
36897
|
+
value?: unknown;
|
|
36897
36898
|
}
|
|
36898
36899
|
/**
|
|
36899
36900
|
* Params for the ui-input-group descriptor helpers.
|
|
@@ -37146,7 +37147,7 @@ interface StdUiLikertScaleConfig {
|
|
|
37146
37147
|
question?: string;
|
|
37147
37148
|
/** Default: `"md"` */
|
|
37148
37149
|
size?: 'sm' | 'md' | 'lg';
|
|
37149
|
-
value?:
|
|
37150
|
+
value?: unknown;
|
|
37150
37151
|
/** Default: `"radios"` */
|
|
37151
37152
|
variant?: 'radios' | 'buttons';
|
|
37152
37153
|
}
|
|
@@ -37976,7 +37977,7 @@ interface StdUiNotificationConfig {
|
|
|
37976
37977
|
/** Default: `"ACTION"` */
|
|
37977
37978
|
actionEvent?: string;
|
|
37978
37979
|
actionLabel?: string;
|
|
37979
|
-
badge?:
|
|
37980
|
+
badge?: unknown;
|
|
37980
37981
|
className?: string;
|
|
37981
37982
|
/** Default: `"DISMISS"` */
|
|
37982
37983
|
dismissEvent?: string;
|
|
@@ -38343,10 +38344,10 @@ interface StdUiPageHeaderConfig {
|
|
|
38343
38344
|
/** Default: `false` */
|
|
38344
38345
|
showBack?: boolean;
|
|
38345
38346
|
status?: EntityRow;
|
|
38346
|
-
subtitle?:
|
|
38347
|
+
subtitle?: unknown;
|
|
38347
38348
|
/** Default: `[]` */
|
|
38348
38349
|
tabs?: EntityRow[];
|
|
38349
|
-
title?:
|
|
38350
|
+
title?: unknown;
|
|
38350
38351
|
}
|
|
38351
38352
|
/**
|
|
38352
38353
|
* Params for the ui-page-header descriptor helpers.
|
|
@@ -40098,7 +40099,8 @@ interface StdUiSimpleGridConfig {
|
|
|
40098
40099
|
/** Default: `"md"` */
|
|
40099
40100
|
gap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
40100
40101
|
maxCols?: number;
|
|
40101
|
-
|
|
40102
|
+
/** Default: `250` */
|
|
40103
|
+
minChildWidth?: unknown;
|
|
40102
40104
|
}
|
|
40103
40105
|
/**
|
|
40104
40106
|
* Params for the ui-simple-grid descriptor helpers.
|
|
@@ -40612,7 +40614,7 @@ interface StdUiStatDisplayConfig {
|
|
|
40612
40614
|
/** Default: `"higher-is-better"` */
|
|
40613
40615
|
trendPolarity?: 'higher-is-better' | 'lower-is-better';
|
|
40614
40616
|
/** Default: `""` */
|
|
40615
|
-
value?:
|
|
40617
|
+
value?: unknown;
|
|
40616
40618
|
/** Default: `"default"` */
|
|
40617
40619
|
variant?: 'default' | 'primary' | 'success' | 'warning' | 'error' | 'info';
|
|
40618
40620
|
}
|
|
@@ -40673,7 +40675,13 @@ declare function stdUiStatDisplay(params: StdUiStatDisplayParams): OrbitalDefini
|
|
|
40673
40675
|
* (transition triggers + emit names). Use as the key type
|
|
40674
40676
|
* when passing an `events:` rename map at the call site.
|
|
40675
40677
|
*/
|
|
40676
|
-
type StdUiSwipeableRowEventKey = 'INIT';
|
|
40678
|
+
type StdUiSwipeableRowEventKey = 'INIT' | 'SwipeableRowLoaded';
|
|
40679
|
+
/**
|
|
40680
|
+
* Payload shape for the `SwipeableRowLoaded` event.
|
|
40681
|
+
*/
|
|
40682
|
+
interface StdUiSwipeableRowSwipeableRowLoadedPayload {
|
|
40683
|
+
data?: EntityRow[];
|
|
40684
|
+
}
|
|
40677
40685
|
/**
|
|
40678
40686
|
* Typed call-site config block for this trait — every
|
|
40679
40687
|
* field maps to a `config { ... }` entry in the source
|
|
@@ -40683,12 +40691,12 @@ type StdUiSwipeableRowEventKey = 'INIT';
|
|
|
40683
40691
|
interface StdUiSwipeableRowConfig {
|
|
40684
40692
|
children?: PatternValue;
|
|
40685
40693
|
className?: string;
|
|
40686
|
-
/** Default: `{}` */
|
|
40687
|
-
itemData?: Record<string, TraitConfig>;
|
|
40688
40694
|
/** Default: `[]` */
|
|
40689
40695
|
leftActions?: EntityRow[];
|
|
40690
40696
|
/** Default: `[]` */
|
|
40691
40697
|
rightActions?: EntityRow[];
|
|
40698
|
+
/** Default: `true` */
|
|
40699
|
+
selfFetch?: boolean;
|
|
40692
40700
|
/** Default: `80` */
|
|
40693
40701
|
threshold?: number;
|
|
40694
40702
|
}
|
|
@@ -41547,7 +41555,7 @@ interface StdUiWizardContainerConfig {
|
|
|
41547
41555
|
compact?: boolean;
|
|
41548
41556
|
/** Default: `"COMPLETE"` */
|
|
41549
41557
|
completeEvent?: string;
|
|
41550
|
-
currentStep?:
|
|
41558
|
+
currentStep?: unknown;
|
|
41551
41559
|
error?: EntityRow;
|
|
41552
41560
|
isLoading?: boolean;
|
|
41553
41561
|
/** Default: `"NEXT"` */
|
|
@@ -41890,7 +41898,7 @@ declare const StdAgentBuilderAgentBuilderOrbitalManifest: {
|
|
|
41890
41898
|
}, {
|
|
41891
41899
|
readonly name: "traitOverrides";
|
|
41892
41900
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
41893
|
-
readonly description: "
|
|
41901
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
41894
41902
|
}];
|
|
41895
41903
|
traitNames: readonly [];
|
|
41896
41904
|
inlineTraitNames: readonly ["BuilderPipeline", "BuilderListener"];
|
|
@@ -42013,7 +42021,7 @@ declare const StdAgentRabitCoordinatorOrbitalManifest: {
|
|
|
42013
42021
|
}, {
|
|
42014
42022
|
readonly name: "traitOverrides";
|
|
42015
42023
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42016
|
-
readonly description: "
|
|
42024
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42017
42025
|
}];
|
|
42018
42026
|
traitNames: readonly [];
|
|
42019
42027
|
inlineTraitNames: readonly ["CoordinatorPipeline", "CoordinatorMonitor", "CoordinatorListener"];
|
|
@@ -42076,7 +42084,7 @@ declare const StdAgentRabitOrbitalProcessOrbitalManifest: {
|
|
|
42076
42084
|
}, {
|
|
42077
42085
|
readonly name: "traitOverrides";
|
|
42078
42086
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42079
|
-
readonly description: "
|
|
42087
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42080
42088
|
}];
|
|
42081
42089
|
traitNames: readonly [];
|
|
42082
42090
|
inlineTraitNames: readonly ["ProcessPipeline", "ProcessDispatcher"];
|
|
@@ -42188,7 +42196,7 @@ declare const StdArcadeBoard3dArcadeBoard3DFrameOrbitalManifest: {
|
|
|
42188
42196
|
}, {
|
|
42189
42197
|
readonly name: "traitOverrides";
|
|
42190
42198
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42191
|
-
readonly description: "
|
|
42199
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42192
42200
|
}];
|
|
42193
42201
|
traitNames: readonly ["HeroAuthority", "PlayEconomy", "FxDecay", "RoundGate"];
|
|
42194
42202
|
inlineTraitNames: readonly ["ArcadeIntent"];
|
|
@@ -42299,7 +42307,7 @@ declare const StdCrewBoard2dCrewBoard2DOrbitalManifest: {
|
|
|
42299
42307
|
}, {
|
|
42300
42308
|
readonly name: "traitOverrides";
|
|
42301
42309
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42302
|
-
readonly description: "
|
|
42310
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42303
42311
|
}];
|
|
42304
42312
|
traitNames: readonly ["CrewAuthority", "FxDecay", "AnimClock"];
|
|
42305
42313
|
inlineTraitNames: readonly ["CrewIntent"];
|
|
@@ -42410,7 +42418,7 @@ declare const StdDungeonBoard2dDungeonBoard2DOrbitalManifest: {
|
|
|
42410
42418
|
}, {
|
|
42411
42419
|
readonly name: "traitOverrides";
|
|
42412
42420
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42413
|
-
readonly description: "
|
|
42421
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42414
42422
|
}];
|
|
42415
42423
|
traitNames: readonly ["HeroAuthority", "Enemies", "Collector", "FxDecay", "RoundGate"];
|
|
42416
42424
|
inlineTraitNames: readonly ["DungeonIntent"];
|
|
@@ -42516,7 +42524,7 @@ declare const StdEscalatingDecisionEscalatingDecisionOrbitalManifest: {
|
|
|
42516
42524
|
}, {
|
|
42517
42525
|
readonly name: "traitOverrides";
|
|
42518
42526
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42519
|
-
readonly description: "
|
|
42527
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42520
42528
|
}];
|
|
42521
42529
|
traitNames: readonly ["ExactRung", "LookupRung", "SimilarityRung", "InferRung", "ClassifyRung"];
|
|
42522
42530
|
inlineTraitNames: readonly ["LadderEntry", "LadderVerdictSink"];
|
|
@@ -42634,7 +42642,7 @@ declare const StdKnowledgeTracingKnowledgeTracingOrbitalManifest: {
|
|
|
42634
42642
|
}, {
|
|
42635
42643
|
readonly name: "traitOverrides";
|
|
42636
42644
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42637
|
-
readonly description: "
|
|
42645
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42638
42646
|
}];
|
|
42639
42647
|
traitNames: readonly ["PosteriorTracker", "Labels"];
|
|
42640
42648
|
inlineTraitNames: readonly ["ObservationRelay"];
|
|
@@ -42745,7 +42753,7 @@ declare const StdMarketBoard3dMarketBoard3DOrbitalManifest: {
|
|
|
42745
42753
|
}, {
|
|
42746
42754
|
readonly name: "traitOverrides";
|
|
42747
42755
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42748
|
-
readonly description: "
|
|
42756
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42749
42757
|
}];
|
|
42750
42758
|
traitNames: readonly ["HeroAuthority", "Patience", "FxDecay", "RoundGate"];
|
|
42751
42759
|
inlineTraitNames: readonly ["MarketIntent"];
|
|
@@ -42856,7 +42864,7 @@ declare const StdObjectiveBoard3dObjectiveBoard3DOrbitalManifest: {
|
|
|
42856
42864
|
}, {
|
|
42857
42865
|
readonly name: "traitOverrides";
|
|
42858
42866
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42859
|
-
readonly description: "
|
|
42867
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42860
42868
|
}];
|
|
42861
42869
|
traitNames: readonly ["HeroAuthority", "Collector", "FxDecay", "RoundGate"];
|
|
42862
42870
|
inlineTraitNames: readonly ["HeroIntent"];
|
|
@@ -42975,7 +42983,7 @@ declare const StdPlatformerBoard2dPlatformerBoard2DOrbitalManifest: {
|
|
|
42975
42983
|
}, {
|
|
42976
42984
|
readonly name: "traitOverrides";
|
|
42977
42985
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
42978
|
-
readonly description: "
|
|
42986
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
42979
42987
|
}];
|
|
42980
42988
|
traitNames: readonly ["BodyAuthority", "FxDecay", "RoundGate"];
|
|
42981
42989
|
inlineTraitNames: readonly ["PlatformerIntent"];
|
|
@@ -43076,7 +43084,7 @@ declare const StdPlatformerPuzzlePlatformerPuzzleOrbitalManifest: {
|
|
|
43076
43084
|
}, {
|
|
43077
43085
|
readonly name: "traitOverrides";
|
|
43078
43086
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43079
|
-
readonly description: "
|
|
43087
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43080
43088
|
}];
|
|
43081
43089
|
traitNames: readonly ["PlatformerPuzzleBody", "PlatformerPuzzlePickup", "PlatformerPuzzleObjective", "PlatformerPuzzleChoice", "PlatformerPuzzleFx", "PlatformerPuzzleNarrative", "PlatformerPuzzleTutorial"];
|
|
43082
43090
|
inlineTraitNames: readonly ["PlatformerPuzzleNoopPreview", "PlatformerPuzzle"];
|
|
@@ -43202,7 +43210,7 @@ declare const StdStatusLifecycleControlStatusLifecycleControlOrbitalManifest: {
|
|
|
43202
43210
|
}, {
|
|
43203
43211
|
readonly name: "traitOverrides";
|
|
43204
43212
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43205
|
-
readonly description: "
|
|
43213
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43206
43214
|
}];
|
|
43207
43215
|
traitNames: readonly ["InlineBadgeRender1"];
|
|
43208
43216
|
inlineTraitNames: readonly ["StatusLifecycleControl"];
|
|
@@ -43313,7 +43321,7 @@ declare const StdSurvivalBoard3dSurvivalBoard3DOrbitalManifest: {
|
|
|
43313
43321
|
}, {
|
|
43314
43322
|
readonly name: "traitOverrides";
|
|
43315
43323
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43316
|
-
readonly description: "
|
|
43324
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43317
43325
|
}];
|
|
43318
43326
|
traitNames: readonly ["HeroAuthority", "Gather", "FxDecay", "Flow"];
|
|
43319
43327
|
inlineTraitNames: readonly ["SurvivalIntent"];
|
|
@@ -43424,7 +43432,7 @@ declare const StdTacticsBoard2dTacticsBoard2DOrbitalManifest: {
|
|
|
43424
43432
|
}, {
|
|
43425
43433
|
readonly name: "traitOverrides";
|
|
43426
43434
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43427
|
-
readonly description: "
|
|
43435
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43428
43436
|
}];
|
|
43429
43437
|
traitNames: readonly ["TacticsAuthority", "FxDecay", "RoundLogic", "ScoreKeeper", "AnimClock", "VectorArt"];
|
|
43430
43438
|
inlineTraitNames: readonly ["PlayerIntent"];
|
|
@@ -43535,7 +43543,7 @@ declare const StdTacticsBoard3dTacticsBoard3DOrbitalManifest: {
|
|
|
43535
43543
|
}, {
|
|
43536
43544
|
readonly name: "traitOverrides";
|
|
43537
43545
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43538
|
-
readonly description: "
|
|
43546
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43539
43547
|
}];
|
|
43540
43548
|
traitNames: readonly ["TacticsAuthority", "FxDecay", "RoundLogic", "VolumetricArt"];
|
|
43541
43549
|
inlineTraitNames: readonly ["PlayerIntent"];
|
|
@@ -43646,7 +43654,7 @@ declare const StdWorldmapBoard2dWorldMapBoard2DOrbitalManifest: {
|
|
|
43646
43654
|
}, {
|
|
43647
43655
|
readonly name: "traitOverrides";
|
|
43648
43656
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43649
|
-
readonly description: "
|
|
43657
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43650
43658
|
}];
|
|
43651
43659
|
traitNames: readonly ["TacticsAuthority", "RoundLogic", "GoldAuthority"];
|
|
43652
43660
|
inlineTraitNames: readonly ["WorldMapIntent"];
|
|
@@ -43763,7 +43771,7 @@ declare const StdUiBookChapterViewBookChapterViewOrbitalManifest: {
|
|
|
43763
43771
|
}, {
|
|
43764
43772
|
readonly name: "traitOverrides";
|
|
43765
43773
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43766
|
-
readonly description: "
|
|
43774
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43767
43775
|
}];
|
|
43768
43776
|
traitNames: readonly [];
|
|
43769
43777
|
inlineTraitNames: readonly ["BookChapterViewRender"];
|
|
@@ -43878,7 +43886,7 @@ declare const StdUiBookCoverPageBookCoverPageOrbitalManifest: {
|
|
|
43878
43886
|
}, {
|
|
43879
43887
|
readonly name: "traitOverrides";
|
|
43880
43888
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43881
|
-
readonly description: "
|
|
43889
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43882
43890
|
}];
|
|
43883
43891
|
traitNames: readonly [];
|
|
43884
43892
|
inlineTraitNames: readonly ["BookCoverPageRender"];
|
|
@@ -43992,7 +44000,7 @@ declare const StdUiBookNavBarBookNavBarOrbitalManifest: {
|
|
|
43992
44000
|
}, {
|
|
43993
44001
|
readonly name: "traitOverrides";
|
|
43994
44002
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
43995
|
-
readonly description: "
|
|
44003
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
43996
44004
|
}];
|
|
43997
44005
|
traitNames: readonly [];
|
|
43998
44006
|
inlineTraitNames: readonly ["BookNavBarRender"];
|
|
@@ -44110,7 +44118,7 @@ declare const StdUiBookTableOfContentsBookTableOfContentsOrbitalManifest: {
|
|
|
44110
44118
|
}, {
|
|
44111
44119
|
readonly name: "traitOverrides";
|
|
44112
44120
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
44113
|
-
readonly description: "
|
|
44121
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
44114
44122
|
}];
|
|
44115
44123
|
traitNames: readonly [];
|
|
44116
44124
|
inlineTraitNames: readonly ["BookTableOfContentsRender"];
|
|
@@ -44241,7 +44249,7 @@ declare const StdUiBookViewerBookViewerOrbitalManifest: {
|
|
|
44241
44249
|
}, {
|
|
44242
44250
|
readonly name: "traitOverrides";
|
|
44243
44251
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
44244
|
-
readonly description: "
|
|
44252
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
44245
44253
|
}];
|
|
44246
44254
|
traitNames: readonly [];
|
|
44247
44255
|
inlineTraitNames: readonly ["BookViewerRender"];
|
|
@@ -44372,7 +44380,7 @@ declare const StdUiCaseStudyOrganismCaseStudyOrganismOrbitalManifest: {
|
|
|
44372
44380
|
}, {
|
|
44373
44381
|
readonly name: "traitOverrides";
|
|
44374
44382
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
44375
|
-
readonly description: "
|
|
44383
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
44376
44384
|
}];
|
|
44377
44385
|
traitNames: readonly [];
|
|
44378
44386
|
inlineTraitNames: readonly ["CaseStudyOrganismRender"];
|
|
@@ -44498,7 +44506,7 @@ declare const StdUiChatBarChatBarOrbitalManifest: {
|
|
|
44498
44506
|
}, {
|
|
44499
44507
|
readonly name: "traitOverrides";
|
|
44500
44508
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
44501
|
-
readonly description: "
|
|
44509
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
44502
44510
|
}];
|
|
44503
44511
|
traitNames: readonly [];
|
|
44504
44512
|
inlineTraitNames: readonly ["ChatBarRender"];
|
|
@@ -44613,7 +44621,7 @@ declare const StdUiCodeRunnerPanelCodeRunnerPanelOrbitalManifest: {
|
|
|
44613
44621
|
}, {
|
|
44614
44622
|
readonly name: "traitOverrides";
|
|
44615
44623
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
44616
|
-
readonly description: "
|
|
44624
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
44617
44625
|
}];
|
|
44618
44626
|
traitNames: readonly [];
|
|
44619
44627
|
inlineTraitNames: readonly ["CodeRunnerPanelRender"];
|
|
@@ -44739,7 +44747,7 @@ declare const StdUiDashboardGridDashboardGridOrbitalManifest: {
|
|
|
44739
44747
|
}, {
|
|
44740
44748
|
readonly name: "traitOverrides";
|
|
44741
44749
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
44742
|
-
readonly description: "
|
|
44750
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
44743
44751
|
}];
|
|
44744
44752
|
traitNames: readonly [];
|
|
44745
44753
|
inlineTraitNames: readonly ["DashboardGridRender"];
|
|
@@ -44898,7 +44906,7 @@ declare const StdUiDetailPanelDetailPanelOrbitalManifest: {
|
|
|
44898
44906
|
}, {
|
|
44899
44907
|
readonly name: "traitOverrides";
|
|
44900
44908
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
44901
|
-
readonly description: "
|
|
44909
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
44902
44910
|
}];
|
|
44903
44911
|
traitNames: readonly [];
|
|
44904
44912
|
inlineTraitNames: readonly ["DetailPanelRender"];
|
|
@@ -45076,7 +45084,7 @@ declare const StdUiDockLayoutDockLayoutOrbitalManifest: {
|
|
|
45076
45084
|
}, {
|
|
45077
45085
|
readonly name: "traitOverrides";
|
|
45078
45086
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
45079
|
-
readonly description: "
|
|
45087
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
45080
45088
|
}];
|
|
45081
45089
|
traitNames: readonly [];
|
|
45082
45090
|
inlineTraitNames: readonly ["DockLayoutRender"];
|
|
@@ -45192,7 +45200,7 @@ declare const StdUiDrawerSlotDrawerSlotOrbitalManifest: {
|
|
|
45192
45200
|
}, {
|
|
45193
45201
|
readonly name: "traitOverrides";
|
|
45194
45202
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
45195
|
-
readonly description: "
|
|
45203
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
45196
45204
|
}];
|
|
45197
45205
|
traitNames: readonly [];
|
|
45198
45206
|
inlineTraitNames: readonly ["DrawerSlotRender"];
|
|
@@ -45349,7 +45357,7 @@ declare const StdUiEntityCardsEntityCardsOrbitalManifest: {
|
|
|
45349
45357
|
}, {
|
|
45350
45358
|
readonly name: "traitOverrides";
|
|
45351
45359
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
45352
|
-
readonly description: "
|
|
45360
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
45353
45361
|
}];
|
|
45354
45362
|
traitNames: readonly [];
|
|
45355
45363
|
inlineTraitNames: readonly ["EntityCardsRender"];
|
|
@@ -45499,7 +45507,7 @@ declare const StdUiEntityListEntityListOrbitalManifest: {
|
|
|
45499
45507
|
}, {
|
|
45500
45508
|
readonly name: "traitOverrides";
|
|
45501
45509
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
45502
|
-
readonly description: "
|
|
45510
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
45503
45511
|
}];
|
|
45504
45512
|
traitNames: readonly [];
|
|
45505
45513
|
inlineTraitNames: readonly ["EntityListRender"];
|
|
@@ -45659,7 +45667,7 @@ declare const StdUiEntityTableEntityTableOrbitalManifest: {
|
|
|
45659
45667
|
}, {
|
|
45660
45668
|
readonly name: "traitOverrides";
|
|
45661
45669
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
45662
|
-
readonly description: "
|
|
45670
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
45663
45671
|
}];
|
|
45664
45672
|
traitNames: readonly [];
|
|
45665
45673
|
inlineTraitNames: readonly ["EntityTableRender"];
|
|
@@ -45792,7 +45800,7 @@ declare const StdUiFeatureGridOrganismFeatureGridOrganismOrbitalManifest: {
|
|
|
45792
45800
|
}, {
|
|
45793
45801
|
readonly name: "traitOverrides";
|
|
45794
45802
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
45795
|
-
readonly description: "
|
|
45803
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
45796
45804
|
}];
|
|
45797
45805
|
traitNames: readonly [];
|
|
45798
45806
|
inlineTraitNames: readonly ["FeatureGridOrganismRender"];
|
|
@@ -45961,7 +45969,7 @@ declare const StdUiFormFormOrbitalManifest: {
|
|
|
45961
45969
|
}, {
|
|
45962
45970
|
readonly name: "traitOverrides";
|
|
45963
45971
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
45964
|
-
readonly description: "
|
|
45972
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
45965
45973
|
}];
|
|
45966
45974
|
traitNames: readonly [];
|
|
45967
45975
|
inlineTraitNames: readonly ["FormRender"];
|
|
@@ -46130,7 +46138,7 @@ declare const StdUiFormSectionFormSectionOrbitalManifest: {
|
|
|
46130
46138
|
}, {
|
|
46131
46139
|
readonly name: "traitOverrides";
|
|
46132
46140
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
46133
|
-
readonly description: "
|
|
46141
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
46134
46142
|
}];
|
|
46135
46143
|
traitNames: readonly [];
|
|
46136
46144
|
inlineTraitNames: readonly ["FormSectionRender"];
|
|
@@ -46260,7 +46268,7 @@ declare const StdUiHeroOrganismHeroOrganismOrbitalManifest: {
|
|
|
46260
46268
|
}, {
|
|
46261
46269
|
readonly name: "traitOverrides";
|
|
46262
46270
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
46263
|
-
readonly description: "
|
|
46271
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
46264
46272
|
}];
|
|
46265
46273
|
traitNames: readonly [];
|
|
46266
46274
|
inlineTraitNames: readonly ["HeroOrganismRender"];
|
|
@@ -46393,7 +46401,7 @@ declare const StdUiMasterDetailMasterDetailOrbitalManifest: {
|
|
|
46393
46401
|
}, {
|
|
46394
46402
|
readonly name: "traitOverrides";
|
|
46395
46403
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
46396
|
-
readonly description: "
|
|
46404
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
46397
46405
|
}];
|
|
46398
46406
|
traitNames: readonly [];
|
|
46399
46407
|
inlineTraitNames: readonly ["MasterDetailRender"];
|
|
@@ -46509,7 +46517,7 @@ declare const StdUiMasterDetailLayoutMasterDetailLayoutOrbitalManifest: {
|
|
|
46509
46517
|
}, {
|
|
46510
46518
|
readonly name: "traitOverrides";
|
|
46511
46519
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
46512
|
-
readonly description: "
|
|
46520
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
46513
46521
|
}];
|
|
46514
46522
|
traitNames: readonly [];
|
|
46515
46523
|
inlineTraitNames: readonly ["MasterDetailLayoutRender"];
|
|
@@ -46661,7 +46669,7 @@ declare const StdUiMediaGalleryMediaGalleryOrbitalManifest: {
|
|
|
46661
46669
|
}, {
|
|
46662
46670
|
readonly name: "traitOverrides";
|
|
46663
46671
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
46664
|
-
readonly description: "
|
|
46672
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
46665
46673
|
}];
|
|
46666
46674
|
traitNames: readonly [];
|
|
46667
46675
|
inlineTraitNames: readonly ["MediaGalleryRender"];
|
|
@@ -46775,7 +46783,7 @@ declare const StdUiModalSlotModalSlotOrbitalManifest: {
|
|
|
46775
46783
|
}, {
|
|
46776
46784
|
readonly name: "traitOverrides";
|
|
46777
46785
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
46778
|
-
readonly description: "
|
|
46786
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
46779
46787
|
}];
|
|
46780
46788
|
traitNames: readonly [];
|
|
46781
46789
|
inlineTraitNames: readonly ["ModalSlotRender"];
|
|
@@ -46906,7 +46914,7 @@ declare const StdUiPricingOrganismPricingOrganismOrbitalManifest: {
|
|
|
46906
46914
|
}, {
|
|
46907
46915
|
readonly name: "traitOverrides";
|
|
46908
46916
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
46909
|
-
readonly description: "
|
|
46917
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
46910
46918
|
}];
|
|
46911
46919
|
traitNames: readonly [];
|
|
46912
46920
|
inlineTraitNames: readonly ["PricingOrganismRender"];
|
|
@@ -47020,7 +47028,7 @@ declare const StdUiRuntimeDebuggerRuntimeDebuggerOrbitalManifest: {
|
|
|
47020
47028
|
}, {
|
|
47021
47029
|
readonly name: "traitOverrides";
|
|
47022
47030
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47023
|
-
readonly description: "
|
|
47031
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47024
47032
|
}];
|
|
47025
47033
|
traitNames: readonly [];
|
|
47026
47034
|
inlineTraitNames: readonly ["RuntimeDebuggerRender"];
|
|
@@ -47131,7 +47139,7 @@ declare const StdUiSegmentRendererSegmentRendererOrbitalManifest: {
|
|
|
47131
47139
|
}, {
|
|
47132
47140
|
readonly name: "traitOverrides";
|
|
47133
47141
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47134
|
-
readonly description: "
|
|
47142
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47135
47143
|
}];
|
|
47136
47144
|
traitNames: readonly [];
|
|
47137
47145
|
inlineTraitNames: readonly ["SegmentRendererRender"];
|
|
@@ -47264,7 +47272,7 @@ declare const StdUiShowcaseOrganismShowcaseOrganismOrbitalManifest: {
|
|
|
47264
47272
|
}, {
|
|
47265
47273
|
readonly name: "traitOverrides";
|
|
47266
47274
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47267
|
-
readonly description: "
|
|
47275
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47268
47276
|
}];
|
|
47269
47277
|
traitNames: readonly [];
|
|
47270
47278
|
inlineTraitNames: readonly ["ShowcaseOrganismRender"];
|
|
@@ -47392,7 +47400,7 @@ declare const StdUiSplitPaneSplitPaneOrbitalManifest: {
|
|
|
47392
47400
|
}, {
|
|
47393
47401
|
readonly name: "traitOverrides";
|
|
47394
47402
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47395
|
-
readonly description: "
|
|
47403
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47396
47404
|
}];
|
|
47397
47405
|
traitNames: readonly [];
|
|
47398
47406
|
inlineTraitNames: readonly ["SplitPaneRender"];
|
|
@@ -47543,7 +47551,7 @@ declare const StdUiStatCardStatCardOrbitalManifest: {
|
|
|
47543
47551
|
}, {
|
|
47544
47552
|
readonly name: "traitOverrides";
|
|
47545
47553
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47546
|
-
readonly description: "
|
|
47554
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47547
47555
|
}];
|
|
47548
47556
|
traitNames: readonly [];
|
|
47549
47557
|
inlineTraitNames: readonly ["StatCardRender"];
|
|
@@ -47652,7 +47660,7 @@ declare const StdUiStateMachineViewStateMachineViewOrbitalManifest: {
|
|
|
47652
47660
|
}, {
|
|
47653
47661
|
readonly name: "traitOverrides";
|
|
47654
47662
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47655
|
-
readonly description: "
|
|
47663
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47656
47664
|
}];
|
|
47657
47665
|
traitNames: readonly [];
|
|
47658
47666
|
inlineTraitNames: readonly ["StateMachineViewRender"];
|
|
@@ -47783,7 +47791,7 @@ declare const StdUiStatsOrganismStatsOrganismOrbitalManifest: {
|
|
|
47783
47791
|
}, {
|
|
47784
47792
|
readonly name: "traitOverrides";
|
|
47785
47793
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47786
|
-
readonly description: "
|
|
47794
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47787
47795
|
}];
|
|
47788
47796
|
traitNames: readonly [];
|
|
47789
47797
|
inlineTraitNames: readonly ["StatsOrganismRender"];
|
|
@@ -47918,7 +47926,7 @@ declare const StdUiStepFlowOrganismStepFlowOrganismOrbitalManifest: {
|
|
|
47918
47926
|
}, {
|
|
47919
47927
|
readonly name: "traitOverrides";
|
|
47920
47928
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
47921
|
-
readonly description: "
|
|
47929
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
47922
47930
|
}];
|
|
47923
47931
|
traitNames: readonly [];
|
|
47924
47932
|
inlineTraitNames: readonly ["StepFlowOrganismRender"];
|
|
@@ -47977,9 +47985,7 @@ interface StdUiSubagentTracePanelConfig {
|
|
|
47977
47985
|
activeFilters?: Record<string, TraitConfig>;
|
|
47978
47986
|
className?: string;
|
|
47979
47987
|
/** Default: `[]` */
|
|
47980
|
-
|
|
47981
|
-
/** Default: `[]` */
|
|
47982
|
-
coordinatorMessages?: unknown;
|
|
47988
|
+
coordinatorMessages?: EntityRow[];
|
|
47983
47989
|
/** Default: `1` */
|
|
47984
47990
|
disclosureLevel?: number;
|
|
47985
47991
|
error?: EntityRow;
|
|
@@ -47999,8 +48005,8 @@ interface StdUiSubagentTracePanelConfig {
|
|
|
47999
48005
|
sortBy?: string;
|
|
48000
48006
|
/** Default: `"asc"` */
|
|
48001
48007
|
sortDirection?: 'asc' | 'desc';
|
|
48002
|
-
/** Default: `[]` */
|
|
48003
|
-
subagents?:
|
|
48008
|
+
/** Default: `[{"durationMs":1,"id":"Id","messages":[{"message":"Message","timestamp":1,"tool":"Tool"},{"message":"Message 2","timestamp":2,"tool":"Tool 2"}],"name":"Name","orbitalName":"Orbital Name","parentId":"Parent Id","role":"Role","status":"running","task":"Task","timeline":[]},{"durationMs":2,"id":"Id 2","messages":[{"message":"Message","timestamp":1,"tool":"Tool"},{"message":"Message 2","timestamp":2,"tool":"Tool 2"}],"name":"Name 2","orbitalName":"Orbital Name 2","parentId":"Parent Id 2","role":"Role 2","status":"complete","task":"Task 2","timeline":[]}]` */
|
|
48009
|
+
subagents?: EntityRow[];
|
|
48004
48010
|
totalCount?: number;
|
|
48005
48011
|
}
|
|
48006
48012
|
/**
|
|
@@ -48059,7 +48065,7 @@ declare const StdUiSubagentTracePanelSubagentTracePanelOrbitalManifest: {
|
|
|
48059
48065
|
}, {
|
|
48060
48066
|
readonly name: "traitOverrides";
|
|
48061
48067
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
48062
|
-
readonly description: "
|
|
48068
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
48063
48069
|
}];
|
|
48064
48070
|
traitNames: readonly [];
|
|
48065
48071
|
inlineTraitNames: readonly ["SubagentTracePanelRender"];
|
|
@@ -48180,7 +48186,7 @@ declare const StdUiTabbedContainerTabbedContainerOrbitalManifest: {
|
|
|
48180
48186
|
}, {
|
|
48181
48187
|
readonly name: "traitOverrides";
|
|
48182
48188
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
48183
|
-
readonly description: "
|
|
48189
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
48184
48190
|
}];
|
|
48185
48191
|
traitNames: readonly [];
|
|
48186
48192
|
inlineTraitNames: readonly ["TabbedContainerRender"];
|
|
@@ -48311,7 +48317,7 @@ declare const StdUiTeamOrganismTeamOrganismOrbitalManifest: {
|
|
|
48311
48317
|
}, {
|
|
48312
48318
|
readonly name: "traitOverrides";
|
|
48313
48319
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
48314
|
-
readonly description: "
|
|
48320
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
48315
48321
|
}];
|
|
48316
48322
|
traitNames: readonly [];
|
|
48317
48323
|
inlineTraitNames: readonly ["TeamOrganismRender"];
|
|
@@ -48445,7 +48451,7 @@ declare const StdUiTimelineTimelineOrbitalManifest: {
|
|
|
48445
48451
|
}, {
|
|
48446
48452
|
readonly name: "traitOverrides";
|
|
48447
48453
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
48448
|
-
readonly description: "
|
|
48454
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
48449
48455
|
}];
|
|
48450
48456
|
traitNames: readonly [];
|
|
48451
48457
|
inlineTraitNames: readonly ["TimelineRender"];
|
|
@@ -48561,7 +48567,7 @@ declare const StdUiToastSlotToastSlotOrbitalManifest: {
|
|
|
48561
48567
|
}, {
|
|
48562
48568
|
readonly name: "traitOverrides";
|
|
48563
48569
|
readonly type: "Partial<Record<TraitName, { config?, linkedEntity?, events?, name?, emitsScope?, listens? }>>";
|
|
48564
|
-
readonly description: "
|
|
48570
|
+
readonly description: ".lolo's native trait-composition surface 1:1: per-imported-trait config, linkedEntity, events, name, emitsScope, listens. effects is excluded (atom-owned; use listens via a sibling trait).";
|
|
48565
48571
|
}];
|
|
48566
48572
|
traitNames: readonly [];
|
|
48567
48573
|
inlineTraitNames: readonly ["ToastSlotRender"];
|
|
@@ -48640,4 +48646,4 @@ declare function getOrbitalFactoryManifest(organism: string, orbitalName: string
|
|
|
48640
48646
|
*/
|
|
48641
48647
|
declare function listOrganismOrbitalManifests(organism: string): OrbitalParamsManifest[];
|
|
48642
48648
|
|
|
48643
|
-
export { StdAgentBuilderAgentBuilderOrbitalManifest, type StdAgentBuilderAgentBuilderOrbitalParams, type StdAgentBuilderBuildCompletePayload, type StdAgentBuilderEventKey, type StdAgentBuilderParams, type StdAgentBuilderPlannedPayload, StdAgentCompletionAgentCompletionOrbitalManifest, type StdAgentCompletionAgentCompletionOrbitalParams, type StdAgentCompletionCompletedPayload, type StdAgentCompletionEventKey, type StdAgentCompletionGeneratedPayload, type StdAgentCompletionParams, StdAgentContextAgentContextOrbitalManifest, type StdAgentContextAgentContextOrbitalParams, type StdAgentContextCountedPayload, type StdAgentContextEventKey, type StdAgentContextParams, type StdAgentContextTokenCountedPayload, StdAgentFixLoopAgentFixLoopOrbitalManifest, type StdAgentFixLoopAgentFixLoopOrbitalParams, type StdAgentFixLoopEventKey, type StdAgentFixLoopFixAppliedPayload, type StdAgentFixLoopParams, type StdAgentFixLoopPromptGeneratedPayload, StdAgentMemoryAgentMemoryOrbitalManifest, type StdAgentMemoryAgentMemoryOrbitalParams, type StdAgentMemoryEventKey, type StdAgentMemoryParams, type StdAgentMemoryRecallCompletePayload, type StdAgentMemoryRecalledPayload, StdAgentPlannerAgentPlannerOrbitalManifest, type StdAgentPlannerAgentPlannerOrbitalParams, type StdAgentPlannerEventKey, type StdAgentPlannerMemoriesRecalledPayload, type StdAgentPlannerParams, type StdAgentPlannerPlanGeneratedPayload, type StdAgentPlannerPlannedPayload, type StdAgentRabitComposedPayload, StdAgentRabitCoordinatorOrbitalManifest, type StdAgentRabitCoordinatorOrbitalParams, type StdAgentRabitDispatchedPayload, type StdAgentRabitEventKey, StdAgentRabitOrbitalProcessOrbitalManifest, type StdAgentRabitOrbitalProcessOrbitalParams, type StdAgentRabitParams, type StdAgentRabitPlannedPayload, type StdAgentRabitRabitDonePayload, StdAgentSessionAgentSessionOrbitalManifest, type StdAgentSessionAgentSessionOrbitalParams, type StdAgentSessionEventKey, type StdAgentSessionHistoryLoadedPayload, type StdAgentSessionParams, type StdAgentSessionSpecLoadedPayload, type StdAgentSessionSpecReadPayload, StdAgentToolCallAgentToolCallOrbitalManifest, type StdAgentToolCallAgentToolCallOrbitalParams, type StdAgentToolCallEventKey, type StdAgentToolCallParams, type StdAgentToolCallToolsCalledPayload, StdAgentToolLoopAgentToolLoopOrbitalManifest, type StdAgentToolLoopAgentToolLoopOrbitalParams, type StdAgentToolLoopEventKey, type StdAgentToolLoopLoopStepPayload, type StdAgentToolLoopParams, type StdAgentToolLoopToolsCalled1Payload, type StdAgentToolLoopToolsCalled2Payload, StdAgentTraceAgentTraceOrbitalManifest, type StdAgentTraceAgentTraceOrbitalParams, type StdAgentTraceEventKey, type StdAgentTraceParams, StdAnimTickAnimTickOrbitalManifest, type StdAnimTickAnimTickOrbitalParams, type StdAnimTickConfig, type StdAnimTickEventKey, type StdAnimTickParams, StdAppLayoutAppLayoutOrbitalManifest, type StdAppLayoutAppLayoutOrbitalParams, type StdAppLayoutAppLayoutStateLoadFailedPayload, type StdAppLayoutAppLayoutStateLoadedPayload, type StdAppLayoutConfig, type StdAppLayoutEventKey, type StdAppLayoutNotifyClickPayload, type StdAppLayoutParams, type StdAppLayoutSearchPayload, StdAppSearchAppSearchOrbitalManifest, type StdAppSearchAppSearchOrbitalParams, type StdAppSearchEventKey, type StdAppSearchParams, StdApprovalGateApprovalGateOrbitalManifest, type StdApprovalGateApprovalGateOrbitalParams, type StdApprovalGateParams, StdArcadeBoard3dArcadeBoard3DFrameOrbitalManifest, type StdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, type StdArcadeBoard3dConfig, type StdArcadeBoard3dParams, type StdArcadeFlowConfig, type StdArcadeFlowEventKey, type StdArcadeFlowGameEndPayload, type StdArcadeFlowParams, type StdArcadePlayBurstPayload, type StdArcadePlayConfig, type StdArcadePlayEventKey, type StdArcadePlayParams, type StdArcadePlayScoreChangedPayload, type StdAreaFillAreaFilledPayload, type StdAreaFillConfig, type StdAreaFillEventKey, type StdAreaFillParams, type StdAudioCueAudioMutedPayload, type StdAudioCueConfig, type StdAudioCueEventKey, type StdAudioCueParams, StdAuditCaptureAuditCaptureOrbitalManifest, type StdAuditCaptureAuditCaptureOrbitalParams, type StdAuditCaptureAuditRecordedPayload, type StdAuditCaptureConfig, type StdAuditCaptureEventKey, type StdAuditCaptureParams, StdBillableHourBillableHourOrbitalManifest, type StdBillableHourBillableHourOrbitalParams, type StdBillableHourConfig, type StdBillableHourListenKey, type StdBillableHourParams, type StdBoardBoardItemDeletedPayload, type StdBoardBoardItemsLoadFailedPayload, type StdBoardBoardItemsLoadedPayload, type StdBoardBoardItemsSaveFailedPayload, type StdBoardBoardItemsSavedPayload, StdBoardBoardOrbitalManifest, type StdBoardBoardOrbitalParams, type StdBoardConfig, type StdBoardDeleteCardPayload, type StdBoardEditCardPayload, type StdBoardEventKey, type StdBoardMoveCardPayload, type StdBoardOpenCardPayload, type StdBoardParams, type StdBoardReorderCardPayload, type StdBoardSaveCardPayload, StdBrowseBrowseItemOrbitalManifest, type StdBrowseBrowseItemOrbitalParams, type StdBrowseConfig, type StdBrowseListenKey, type StdBrowseParams, StdCacheAsideCacheEntryOrbitalManifest, type StdCacheAsideCacheEntryOrbitalParams, type StdCacheAsideConfig, type StdCacheAsideParams, type StdCalendarCalendarEventLoadFailedPayload, type StdCalendarCalendarEventLoadedPayload, StdCalendarCalendarEventOrbitalManifest, type StdCalendarCalendarEventOrbitalParams, type StdCalendarConfig, type StdCalendarEventKey, type StdCalendarParams, type StdCalendarPayload, type StdCalendarSyncCalEventCreatedPayload, type StdCalendarSyncCalRemoteListedPayload, type StdCalendarSyncCalSyncFailedPayload, type StdCalendarSyncCalSyncedPayload, StdCalendarSyncCalendarSyncOrbitalManifest, type StdCalendarSyncCalendarSyncOrbitalParams, type StdCalendarSyncConfig, type StdCalendarSyncEventKey, type StdCalendarSyncParams, type StdCalendarSyncPullNextPayload, type StdCalendarSyncPullSteppedPayload, type StdCalendarSyncPullTargetLoadedPayload, type StdCalendarSyncPushRowsLoadedPayload, type StdCalendarSyncPushSteppedPayload, type StdCameraRigCameraMovedPayload, type StdCameraRigConfig, type StdCameraRigEventKey, type StdCameraRigParams, type StdCascadeOnDeleteCascadeCompletedPayload, type StdCascadeOnDeleteCascadeFailedPayload, StdCascadeOnDeleteCascadeOnDeleteOrbitalManifest, type StdCascadeOnDeleteCascadeOnDeleteOrbitalParams, type StdCascadeOnDeleteCascadeRowDeletedPayload, type StdCascadeOnDeleteCascadeSteppedPayload, type StdCascadeOnDeleteConfig, type StdCascadeOnDeleteDepsLoadedPayload, type StdCascadeOnDeleteEventKey, type StdCascadeOnDeleteParams, type StdChaseAiBurstPayload, type StdChaseAiConfig, type StdChaseAiEventKey, type StdChaseAiParams, type StdChaseAiUnitsChangedPayload, type StdChoiceGateChoiceCorrectPayload, type StdChoiceGateChoiceWrongPayload, type StdChoiceGateConfig, type StdChoiceGateEventKey, type StdChoiceGateParams, type StdCircuitBreakerConfig, type StdCircuitBreakerParams, StdCircuitBreakerServiceNodeOrbitalManifest, type StdCircuitBreakerServiceNodeOrbitalParams, type StdCoefPadCoefPadAppliedPayload, type StdCoefPadConfig, type StdCoefPadEventKey, type StdCoefPadParams, type StdConfirmationConfig, type StdConfirmationConfirmActionLoadFailedPayload, type StdConfirmationConfirmActionLoadedPayload, StdConfirmationConfirmActionOrbitalManifest, type StdConfirmationConfirmActionOrbitalParams, type StdConfirmationConfirmPayload, type StdConfirmationEventKey, type StdConfirmationParams, type StdCooldownConfig, StdCooldownCooldownOrbitalManifest, type StdCooldownCooldownOrbitalParams, type StdCooldownCooldownReadyPayload, type StdCooldownEventKey, type StdCooldownParams, type StdCrewBoard2dConfig, StdCrewBoard2dCrewBoard2DOrbitalManifest, type StdCrewBoard2dCrewBoard2DOrbitalParams, type StdCrewBoard2dParams, StdCrossReferenceCrossReferenceOrbitalManifest, type StdCrossReferenceCrossReferenceOrbitalParams, type StdCrossReferenceEventKey, type StdCrossReferenceLinkCreatedPayload, type StdCrossReferenceLinkOpFailedPayload, type StdCrossReferenceLinkRemovedPayload, type StdCrossReferenceLinksFetchedPayload, type StdCrossReferenceLinksLoadedPayload, type StdCrossReferenceParams, type StdCurveFogConfig, type StdCurveFogEventKey, type StdCurveFogParams, type StdDashboardGridEmbeddedConfig, StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalManifest, type StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, type StdDashboardGridEmbeddedParams, type StdDataCollectorBufferReadyPayload, type StdDataCollectorConfig, type StdDataCollectorEventKey, StdDataCollectorMlDataCollectorOrbitalManifest, type StdDataCollectorMlDataCollectorOrbitalParams, type StdDataCollectorParams, StdDataErasureDataErasureOrbitalManifest, type StdDataErasureDataErasureOrbitalParams, type StdDataErasureParams, type StdDateRangeConfig, type StdDateRangeDateRangeChangedPayload, StdDateRangeDateRangeOrbitalManifest, type StdDateRangeDateRangeOrbitalParams, type StdDateRangeEventKey, type StdDateRangeParams, type StdDetailLayoutConfig, type StdDetailLayoutEventKey, type StdDetailLayoutParams, type StdDungeonBoard2dConfig, StdDungeonBoard2dDungeonBoard2DOrbitalManifest, type StdDungeonBoard2dDungeonBoard2DOrbitalParams, type StdDungeonBoard2dParams, type StdDungeonCombatBurstPayload, type StdDungeonCombatConfig, type StdDungeonCombatDefeatedPayload, type StdDungeonCombatEventKey, type StdDungeonCombatParams, StdEscalatingDecisionEscalatingDecisionOrbitalManifest, type StdEscalatingDecisionEscalatingDecisionOrbitalParams, type StdEscalatingDecisionEventKey, type StdEscalatingDecisionParams, type StdEscalatingDecisionRunExactPayload, type StdEsignFlowCheckEnvelopeStatusPayload, type StdEsignFlowEventKey, type StdEsignFlowListenKey, type StdEsignFlowParams, type StdEsignFlowRequestDeletePayload, type StdEsignFlowResendRequestPayload, type StdEsignFlowSignatureSessionLoadFailedPayload, type StdEsignFlowSignatureSessionLoadedPayload, StdEsignFlowSignatureSessionOrbitalManifest, type StdEsignFlowSignatureSessionOrbitalParams, type StdEsignRequestConfig, StdEsignRequestESignRequestOrbitalManifest, type StdEsignRequestESignRequestOrbitalParams, type StdEsignRequestParams, type StdEventLogApplyFilterPayload, type StdEventLogConfig, type StdEventLogEventKey, type StdEventLogEventLogLoadFailedPayload, type StdEventLogEventLogLoadedPayload, StdEventLogEventLogOrbitalManifest, type StdEventLogEventLogOrbitalParams, type StdEventLogEventLogSaveFailedPayload, type StdEventLogEventLogSavedPayload, type StdEventLogParams, type StdEventLogSaveBackfillPayload, type StdExportConfig, StdExportExportOrbitalManifest, type StdExportExportOrbitalParams, type StdExportParams, type StdFileStoreArchiveFilePayload, type StdFileStoreConfig, type StdFileStoreDownloadFilePayload, type StdFileStoreEventKey, type StdFileStoreOpenFilePayload, type StdFileStoreParams, type StdFileStoreReorderPayload, type StdFileStoreStoredFileLoadFailedPayload, type StdFileStoreStoredFileLoadedPayload, StdFileStoreStoredFileOrbitalManifest, type StdFileStoreStoredFileOrbitalParams, type StdFilterConfig, type StdFilterEventKey, type StdFilterFilterPayload, StdFilterFilterTargetOrbitalManifest, type StdFilterFilterTargetOrbitalParams, type StdFilterParams, type StdFormAdvancedConfig, type StdFormAdvancedEventKey, type StdFormAdvancedFormEntryLoadFailedPayload, type StdFormAdvancedFormEntryLoadedPayload, StdFormAdvancedFormEntryOrbitalManifest, type StdFormAdvancedFormEntryOrbitalParams, type StdFormAdvancedFormEntrySaveFailedPayload, type StdFormAdvancedFormEntrySavedPayload, type StdFormAdvancedParams, type StdFxNarrativeBurstPayload, type StdFxNarrativeConfig, type StdFxNarrativeEventKey, type StdFxNarrativeParams, type StdFxNarrativeShowPayload, type StdFxParticlesConfig, type StdFxParticlesEventKey, type StdFxParticlesParams, type StdFxTrailConfig, type StdFxTrailEventKey, type StdFxTrailParams, StdGalleryGalleryItemOrbitalManifest, type StdGalleryGalleryItemOrbitalParams, type StdGalleryParams, type StdGameClockConfig, type StdGameClockEventKey, StdGameClockGameClockOrbitalManifest, type StdGameClockGameClockOrbitalParams, type StdGameClockGameClockTickedPayload, type StdGameClockParams, type StdGateLockConfig, type StdGateLockEventKey, type StdGateLockGateBlockedPayload, type StdGateLockGateOpenedPayload, type StdGateLockParams, type StdGatherBurstPayload, type StdGatherConfig, type StdGatherEventKey, type StdGatherParams, type StdGatherResourcesPayload, type StdGeosearchConfig, type StdGeosearchEventKey, type StdGeosearchGeoSearchPayload, StdGeosearchGeoSearchResultOrbitalManifest, type StdGeosearchGeoSearchResultOrbitalParams, type StdGeosearchParams, type StdGoldConfig, type StdGoldEventKey, type StdGoldGoldChangedPayload, type StdGoldParams, type StdGraphBuilderConfig, type StdGraphBuilderEventKey, StdGraphBuilderGraphBuilderOrbitalManifest, type StdGraphBuilderGraphBuilderOrbitalParams, type StdGraphBuilderGraphReadyPayload, type StdGraphBuilderParams, type StdGraphsConfig, type StdGraphsEventKey, StdGraphsGraphItemOrbitalManifest, type StdGraphsGraphItemOrbitalParams, type StdGraphsParams, type StdGridTacticsBurstPayload, type StdGridTacticsConfig, type StdGridTacticsEventKey, type StdGridTacticsParams, type StdGridTacticsUnitsChangedPayload, type StdHeroNavConfig, type StdHeroNavEventKey, type StdHeroNavHeroSteppedPayload, type StdHeroNavParams, type StdImageUploadMultiConfig, type StdImageUploadMultiEventKey, type StdImageUploadMultiParams, type StdImageUploadMultiUploadPayload, type StdImageUploadMultiUploadedImageCreatedPayload, type StdImageUploadMultiUploadedImageDeleteFailedPayload, type StdImageUploadMultiUploadedImageDeletedPayload, type StdImageUploadMultiUploadedImageLoadFailedPayload, type StdImageUploadMultiUploadedImageLoadedPayload, StdImageUploadMultiUploadedImageOrbitalManifest, type StdImageUploadMultiUploadedImageOrbitalParams, type StdImageUploadMultiUploadedImageStoredPayload, type StdImageUploadMultiUploadedImageUploadFailedPayload, type StdImportConfig, type StdImportParams, type StdKnowledgeTracingCaptureLabelPayload, type StdKnowledgeTracingEventKey, StdKnowledgeTracingKnowledgeTracingOrbitalManifest, type StdKnowledgeTracingKnowledgeTracingOrbitalParams, type StdKnowledgeTracingListenKey, type StdKnowledgeTracingObservationMadePayload, type StdKnowledgeTracingParams, type StdLearnArrangementArrangementCheckedPayload, type StdLearnArrangementConfig, type StdLearnArrangementEventKey, type StdLearnArrangementLearnRoundCompletePayload, type StdLearnArrangementParams, type StdLearnClassifyClassifyUpdatedPayload, type StdLearnClassifyConfig, type StdLearnClassifyEventKey, type StdLearnClassifyLearnRoundCompletePayload, type StdLearnClassifyParams, type StdLearnCompareComparisonChangedPayload, type StdLearnCompareConfig, type StdLearnCompareEventKey, type StdLearnCompareParams, type StdLearnCoupledSimCoefsChangedPayload, type StdLearnCoupledSimConfig, type StdLearnCoupledSimEventKey, type StdLearnCoupledSimParams, type StdLearnCoupledSimRunToggledPayload, type StdLearnCoupledSimShockAppliedPayload, type StdLearnCoupledSimSimResetPayload, type StdLearnDerivationConfig, type StdLearnDerivationDerivationUpdatedPayload, type StdLearnDerivationEventKey, type StdLearnDerivationLearnRoundCompletePayload, type StdLearnDerivationParams, type StdLearnDiagramConfig, type StdLearnDiagramEventKey, type StdLearnDiagramParams, type StdLearnDiagramPartSelectedPayload, type StdLearnDoserConfig, type StdLearnDoserDoseAddedPayload, type StdLearnDoserDoserUpdatedPayload, type StdLearnDoserEventKey, type StdLearnDoserLearnRoundCompletePayload, type StdLearnDoserParams, type StdLearnEstimateConfig, type StdLearnEstimateEstimateJudgedPayload, type StdLearnEstimateEventKey, type StdLearnEstimateLearnRoundCompletePayload, type StdLearnEstimateParams, type StdLearnEstimatePromptAdvancedPayload, type StdLearnEstimateRoundRestartedPayload, type StdLearnFxCuesBurstPayload, type StdLearnFxCuesConfig, type StdLearnFxCuesEventKey, type StdLearnFxCuesParams, type StdLearnGoalSeekConfig, type StdLearnGoalSeekEventKey, type StdLearnGoalSeekGoalCheckedPayload, type StdLearnGoalSeekGoalResetPayload, type StdLearnGoalSeekLearnRoundCompletePayload, type StdLearnGoalSeekParams, type StdLearnGoalSeekParamsChangedPayload, type StdLearnGridSimCellToggledPayload, type StdLearnGridSimConfig, type StdLearnGridSimEventKey, type StdLearnGridSimGridResetPayload, type StdLearnGridSimGridSteppedPayload, type StdLearnGridSimParams, type StdLearnGridSimRunToggledPayload, type StdLearnHotspotConfig, type StdLearnHotspotEventKey, type StdLearnHotspotLearnRoundCompletePayload, type StdLearnHotspotParams, type StdLearnHotspotPromptAdvancedPayload, type StdLearnHotspotRoundRestartedPayload, type StdLearnHotspotTapJudgedPayload, type StdLearnLiveSimConfig, type StdLearnLiveSimEventKey, type StdLearnLiveSimParams, type StdLearnLiveSimRunToggledPayload, type StdLearnLiveSimSimResetPayload, type StdLearnMeasureConfig, type StdLearnMeasureEventKey, type StdLearnMeasureMeasureResetPayload, type StdLearnMeasureParams, type StdLearnMeasureProbeRecordedPayload, type StdLearnMeasureRunToggledPayload, type StdLearnParamExplorerConfig, type StdLearnParamExplorerEventKey, type StdLearnParamExplorerParams, type StdLearnParamExplorerParamsChangedPayload, type StdLearnPerturbConfig, type StdLearnPerturbEventKey, type StdLearnPerturbParams, type StdLearnPerturbRateChangedPayload, type StdLearnPerturbRunToggledPayload, type StdLearnPerturbSetpointChangedPayload, type StdLearnPerturbShockAppliedPayload, type StdLearnPerturbSimResetPayload, type StdLearnPredictConfig, type StdLearnPredictEventKey, type StdLearnPredictLearnRoundCompletePayload, type StdLearnPredictParams, type StdLearnPredictPredictionCommittedPayload, type StdLearnPredictRoundRestartedPayload, type StdLearnPredictScenarioAdvancedPayload, type StdLearnSampleAccumulatorAccumulatorResetPayload, type StdLearnSampleAccumulatorConfig, type StdLearnSampleAccumulatorEventKey, type StdLearnSampleAccumulatorParams, type StdLearnSampleAccumulatorSamplesDrawnPayload, type StdLearnSandboxConfig, type StdLearnSandboxEventKey, type StdLearnSandboxParams, type StdLearnSandboxSystemChangedPayload, type StdLearnScatterFitConfig, type StdLearnScatterFitEventKey, type StdLearnScatterFitLearnRoundCompletePayload, type StdLearnScatterFitLearnScatterFitUpdatedPayload, type StdLearnScatterFitParams, type StdLearnScenarioChoiceMadePayload, type StdLearnScenarioConfig, type StdLearnScenarioEventKey, type StdLearnScenarioParams, type StdLearnScenarioScenarioRestartedPayload, type StdLearnSim3dConfig, type StdLearnSim3dEventKey, type StdLearnSim3dParams, type StdLearnSim3dSim3dTickPayload, type StdLearnSim3dSim3dUpdatedPayload, type StdLearnSlopeProbeConfig, type StdLearnSlopeProbeEventKey, type StdLearnSlopeProbeParams, type StdLearnSlopeProbeSlopeChangedPayload, type StdLearnSpeedDrillAnswerJudgedPayload, type StdLearnSpeedDrillConfig, type StdLearnSpeedDrillEventKey, type StdLearnSpeedDrillLearnRoundCompletePayload, type StdLearnSpeedDrillParams, type StdLearnSpeedDrillPromptAdvancedPayload, type StdLearnSpeedDrillRoundRestartedPayload, type StdLearnStepperConfig, type StdLearnStepperEventKey, type StdLearnStepperParams, type StdLearnStepperStepperAdvancedPayload, type StdLearnTour3dConfig, type StdLearnTour3dEventKey, type StdLearnTour3dLearnRoundCompletePayload, type StdLearnTour3dParams, type StdLearnTour3dTour3dUpdatedPayload, type StdLearnTracePlayerConfig, type StdLearnTracePlayerEventKey, type StdLearnTracePlayerFrameAdvancedPayload, type StdLearnTracePlayerParams, type StdLearnTracePlayerTraceDonePayload, type StdLearnTransportConfig, type StdLearnTransportEventKey, type StdLearnTransportLearnStepPayload, type StdLearnTransportLearnUpdatedPayload, type StdLearnTransportParams, type StdLearnTreeConfig, type StdLearnTreeEventKey, type StdLearnTreeParams, type StdLearnTreeTreeUpdatedPayload, type StdLifecycleConfig, type StdLifecycleEventKey, StdLifecycleLifecycleOrbitalManifest, type StdLifecycleLifecycleOrbitalParams, type StdLifecycleLifecycleSteppedPayload, type StdLifecycleLifecycleTransitionedPayload, type StdLifecycleParams, type StdLifecycleScanFailedPayload, type StdLifecycleScanRecordsLoadedPayload, type StdListConfig, type StdListDeletePayload, type StdListEditPayload, type StdListEventKey, type StdListListItemLoadFailedPayload, type StdListListItemLoadedPayload, StdListListItemOrbitalManifest, type StdListListItemOrbitalParams, type StdListListenKey, type StdListParams, type StdLivesCheckpointReachedPayload, type StdLivesConfig, type StdLivesEventKey, type StdLivesGameOverPayload, type StdLivesLifeLostPayload, type StdLivesParams, type StdLivesRespawnPayload, type StdLoopLockConfig, type StdLoopLockEventKey, type StdLoopLockLoopUnlockedPayload, type StdLoopLockParams, type StdMarketBoard3dConfig, StdMarketBoard3dMarketBoard3DOrbitalManifest, type StdMarketBoard3dMarketBoard3DOrbitalParams, type StdMarketBoard3dParams, type StdMarketFlowConfig, type StdMarketFlowEventKey, type StdMarketFlowGameEndPayload, type StdMarketFlowParams, type StdMarketingArticleConfig, type StdMarketingArticleParams, type StdMarketingCtaConfig, type StdMarketingCtaCtaPrimaryPayload, type StdMarketingCtaCtaSecondaryPayload, type StdMarketingCtaEventKey, type StdMarketingCtaParams, type StdMarketingFeaturesConfig, type StdMarketingFeaturesEventKey, type StdMarketingFeaturesFeatureClickPayload, type StdMarketingFeaturesParams, type StdMarketingFooterConfig, type StdMarketingFooterParams, type StdMarketingHeroConfig, type StdMarketingHeroCtaPrimaryPayload, type StdMarketingHeroCtaSecondaryPayload, type StdMarketingHeroEventKey, type StdMarketingHeroParams, type StdMarketingNavConfig, type StdMarketingNavEventKey, type StdMarketingNavNavClickPayload, type StdMarketingNavParams, type StdMarketingPricingConfig, type StdMarketingPricingEventKey, type StdMarketingPricingParams, type StdMarketingPricingPlanSelectPayload, type StdMarketingShowcaseConfig, type StdMarketingShowcaseEventKey, type StdMarketingShowcaseParams, type StdMarketingShowcaseShowcaseClickPayload, type StdMarketingSplitConfig, type StdMarketingSplitParams, type StdMarketingStatsConfig, type StdMarketingStatsParams, type StdMarketingStepsConfig, type StdMarketingStepsParams, type StdMarketingTeamConfig, type StdMarketingTeamParams, type StdMeshAssetArtConfig, type StdMeshAssetArtEventKey, type StdMeshAssetArtParams, type StdMigrationJobCommittedPayload, type StdMigrationJobConfig, type StdMigrationJobDocumentFetchedPayload, type StdMigrationJobDocumentsListedPayload, type StdMigrationJobEventKey, type StdMigrationJobMigrationCallFailedPayload, type StdMigrationJobMigrationCompletedPayload, type StdMigrationJobMigrationDocumentPayload, type StdMigrationJobMigrationFailedPayload, type StdMigrationJobMigrationFetchedPayload, StdMigrationJobMigrationJobOrbitalManifest, type StdMigrationJobMigrationJobOrbitalParams, type StdMigrationJobMigrationReviewReadyPayload, type StdMigrationJobParams, type StdMlClassifyClassifiedPayload, type StdMlClassifyClassifiedRawPayload, type StdMlClassifyClassifyCallFailedPayload, type StdMlClassifyClassifyFailedPayload, type StdMlClassifyConfig, type StdMlClassifyEventKey, StdMlClassifyMlClassifyOrbitalManifest, type StdMlClassifyMlClassifyOrbitalParams, type StdMlClassifyParams, type StdMlExactCheckConfig, type StdMlExactCheckEventKey, type StdMlExactCheckExactMatchedPayload, type StdMlExactCheckExactUnmatchedPayload, StdMlExactCheckMlExactCheckOrbitalManifest, type StdMlExactCheckMlExactCheckOrbitalParams, type StdMlExactCheckParams, type StdMlInferConfig, type StdMlInferEventKey, type StdMlInferInferAbstainedPayload, type StdMlInferInferCallFailedPayload, type StdMlInferInferredPayload, type StdMlInferInferredRawPayload, StdMlInferMlInferOrbitalManifest, type StdMlInferMlInferOrbitalParams, type StdMlInferParams, type StdMlLabelCaptureConfig, type StdMlLabelCaptureEventKey, type StdMlLabelCaptureLabelCapturedPayload, StdMlLabelCaptureMlLabelCaptureOrbitalManifest, type StdMlLabelCaptureMlLabelCaptureOrbitalParams, type StdMlLabelCaptureParams, type StdMlLookupConfig, type StdMlLookupEventKey, type StdMlLookupKeyHitPayload, type StdMlLookupKeyMissPayload, StdMlLookupMlLookupOrbitalManifest, type StdMlLookupMlLookupOrbitalParams, type StdMlLookupParams, type StdMlPosteriorConfig, type StdMlPosteriorEventKey, type StdMlPosteriorEvidenceInsufficientPayload, type StdMlPosteriorMasteryReachedPayload, StdMlPosteriorMlPosteriorOrbitalManifest, type StdMlPosteriorMlPosteriorOrbitalParams, type StdMlPosteriorParams, type StdMlPosteriorRemediationNeededPayload, type StdMlSimilarityConfig, type StdMlSimilarityEmbeddedPayload, type StdMlSimilarityEventKey, StdMlSimilarityMlSimilarityOrbitalManifest, type StdMlSimilarityMlSimilarityOrbitalParams, type StdMlSimilarityParams, type StdMlSimilaritySimilarityAbstainedPayload, type StdMlSimilaritySimilarityMatchedPayload, StdModQueueModQueueItemOrbitalManifest, type StdModQueueModQueueItemOrbitalParams, type StdModQueueParams, type StdModalConfig, type StdModalEditorConfig, type StdModalEditorEventKey, type StdModalEditorExCommandPayload, type StdModalEditorInsertTextPayload, type StdModalEditorMotionPayload, type StdModalEditorOperatePayload, type StdModalEditorParams, type StdModalEditorSetModePayload, type StdModalEventKey, type StdModalModalRecordLoadFailedPayload, type StdModalModalRecordLoadedPayload, StdModalModalRecordOrbitalManifest, type StdModalModalRecordOrbitalParams, type StdModalParams, type StdModalSavePayload, type StdMotionBodyBodyMovedPayload, type StdMotionBodyConfig, type StdMotionBodyEventKey, type StdMotionBodyParams, type StdMultiPartyFlowConfig, type StdMultiPartyFlowEventKey, type StdMultiPartyFlowFlowLoadFailedPayload, type StdMultiPartyFlowFlowLoadedPayload, StdMultiPartyFlowMultiPartyFlowOrbitalManifest, type StdMultiPartyFlowMultiPartyFlowOrbitalParams, type StdMultiPartyFlowParams, type StdMultiPartyFlowPartyConfirmPayload, type StdMultiPartyFlowSubmitCancelPayload, type StdMultiPartyFlowSubmitDisputePayload, type StdNotificationCenterEventKey, StdNotificationCenterNotificationCenterOrbitalManifest, type StdNotificationCenterNotificationCenterOrbitalParams, type StdNotificationCenterParams, type StdNotificationCenterPushSaveFailedPayload, type StdNotificationCenterPushSavedPayload, type StdNotificationCenterPushSubscribeFailedPayload, type StdNotificationCenterPushSubscribedPayload, type StdNotificationPanelClosePayload, type StdNotificationPanelConfig, type StdNotificationPanelEventKey, type StdNotificationPanelParams, type StdNotifyOnEventConfig, type StdNotifyOnEventEventKey, type StdNotifyOnEventNotificationDispatchedPayload, type StdNotifyOnEventNotifyCapLoadedPayload, type StdNotifyOnEventNotifyEmailFailedPayload, type StdNotifyOnEventNotifyEmailSentPayload, type StdNotifyOnEventNotifyLookupFailedPayload, StdNotifyOnEventNotifyOnEventOrbitalManifest, type StdNotifyOnEventNotifyOnEventOrbitalParams, type StdNotifyOnEventNotifyPrefsLoadedPayload, type StdNotifyOnEventNotifyPushFailedPayload, type StdNotifyOnEventNotifyPushSentPayload, type StdNotifyOnEventNotifyPushSubsPayload, type StdNotifyOnEventNotifySmsFailedPayload, type StdNotifyOnEventNotifySmsSentPayload, type StdNotifyOnEventNotifyWebhookFailedPayload, type StdNotifyOnEventNotifyWebhookSentPayload, type StdNotifyOnEventParams, type StdObjectiveBoard3dConfig, StdObjectiveBoard3dObjectiveBoard3DOrbitalManifest, type StdObjectiveBoard3dObjectiveBoard3DOrbitalParams, type StdObjectiveBoard3dParams, type StdObjectiveFlowConfig, type StdObjectiveFlowEventKey, type StdObjectiveFlowGameEndPayload, type StdObjectiveFlowParams, type StdObjectiveReachBurstPayload, type StdObjectiveReachConfig, type StdObjectiveReachEventKey, type StdObjectiveReachParams, type StdObjectiveReachProgressPayload, type StdPadLockConfig, type StdPadLockEventKey, type StdPadLockPadGroupCompletedPayload, type StdPadLockParams, type StdPaginationConfig, type StdPaginationEventKey, type StdPaginationPagePayload, type StdPaginationPagedItemLoadedPayload, StdPaginationPagedItemOrbitalManifest, type StdPaginationPagedItemOrbitalParams, type StdPaginationParams, type StdPatienceBurstPayload, type StdPatienceConfig, type StdPatienceCustomerLostPayload, type StdPatienceEventKey, type StdPatienceParams, type StdPatienceServiceChangedPayload, type StdPatrolHazardConfig, type StdPatrolHazardEventKey, type StdPatrolHazardParams, type StdPatrolHazardPatrolHitPayload, type StdPickupCollectPayload, type StdPickupConfig, type StdPickupEventKey, type StdPickupParams, type StdPickupPickedPayload, type StdPlatformerBoard2dConfig, type StdPlatformerBoard2dParams, StdPlatformerBoard2dPlatformerBoard2DOrbitalManifest, type StdPlatformerBoard2dPlatformerBoard2DOrbitalParams, type StdPlatformerBodyBodyFellPayload, type StdPlatformerBodyBodyGoalPayload, type StdPlatformerBodyBodyHazardPayload, type StdPlatformerBodyBodyJumpedPayload, type StdPlatformerBodyBodyLandedPayload, type StdPlatformerBodyBodyMovedPayload, type StdPlatformerBodyBodySkateEndPayload, type StdPlatformerBodyBodySkateStartPayload, type StdPlatformerBodyConfig, type StdPlatformerBodyEventKey, type StdPlatformerBodyParams, type StdPlatformerPuzzleConfig, type StdPlatformerPuzzleParams, StdPlatformerPuzzlePlatformerPuzzleOrbitalManifest, type StdPlatformerPuzzlePlatformerPuzzleOrbitalParams, type StdProductionConfig, type StdProductionEventKey, type StdProductionParams, type StdProductionSpawnPayload, type StdRateLimiterConfig, type StdRateLimiterParams, StdRateLimiterRateBucketOrbitalManifest, type StdRateLimiterRateBucketOrbitalParams, type StdRatingReviewChangeSortPayload, type StdRatingReviewConfig, type StdRatingReviewEventKey, type StdRatingReviewMarkHelpfulPayload, type StdRatingReviewParams, type StdRatingReviewRateDraftPayload, StdRatingReviewRatingReviewOrbitalManifest, type StdRatingReviewRatingReviewOrbitalParams, type StdRatingReviewReviewSaveFailedPayload, type StdRatingReviewReviewSavedPayload, type StdRatingReviewReviewsLoadFailedPayload, type StdRatingReviewReviewsLoadedPayload, type StdRatingReviewSubmitReviewPayload, type StdRecordDetailConfig, type StdRecordDetailContentCommittedPayload, type StdRecordDetailContentSavedPayload, type StdRecordDetailDeletePayload, type StdRecordDetailEditPayload, type StdRecordDetailEventKey, type StdRecordDetailParams, type StdRecordDetailRecordItemLoadFailedPayload, type StdRecordDetailRecordItemLoadedPayload, StdRecordDetailRecordItemOrbitalManifest, type StdRecordDetailRecordItemOrbitalParams, type StdRecordDetailRecordItemSlugLoadedPayload, type StdRecordDetailTitleCommittedPayload, type StdRecurrenceConfig, type StdRecurrenceEventKey, type StdRecurrenceOpenExceptionPayload, type StdRecurrenceParams, type StdRecurrenceRecurrenceLoadFailedPayload, type StdRecurrenceRecurrenceLoadedPayload, StdRecurrenceRecurrenceOrbitalManifest, type StdRecurrenceRecurrenceOrbitalParams, type StdRecurrenceRecurrenceSaveFailedPayload, type StdRecurrenceRecurrenceSavedPayload, type StdRecurrenceRescheduleOccurrencePayload, type StdRecurrenceSaveRulePayload, type StdRecurrenceSkipOccurrencePayload, type StdRelatedConfig, type StdRelatedEventKey, type StdRelatedParams, type StdRelatedRelatedItemLoadFailedPayload, type StdRelatedRelatedItemLoadedPayload, StdRelatedRelatedItemOrbitalManifest, type StdRelatedRelatedItemOrbitalParams, type StdRelatedSelectRelatedPayload, type StdReminderSchedulerConfig, type StdReminderSchedulerEventKey, type StdReminderSchedulerParams, type StdReminderSchedulerReminderDuePayload, StdReminderSchedulerReminderSchedulerOrbitalManifest, type StdReminderSchedulerReminderSchedulerOrbitalParams, type StdReminderSchedulerReminderSteppedPayload, type StdReminderSchedulerScanFailedPayload, type StdReminderSchedulerScanRecordsLoadedPayload, type StdRoundFlowConfig, type StdRoundFlowEventKey, type StdRoundFlowGameEndPayload, type StdRoundFlowParams, type StdRowAccessControlConfig, type StdRowAccessControlEventKey, type StdRowAccessControlParams, StdRowAccessControlRowAccessControlOrbitalManifest, type StdRowAccessControlRowAccessControlOrbitalParams, type StdRowAccessControlRowsFilteredPayload, type StdSavedSearchChangeFrequencyPayload, type StdSavedSearchConfig, type StdSavedSearchDeletePayload, type StdSavedSearchEditPayload, type StdSavedSearchEventKey, type StdSavedSearchParams, type StdSavedSearchRenamePayload, type StdSavedSearchSavedSearchDeletedPayload, type StdSavedSearchSavedSearchLoadFailedPayload, type StdSavedSearchSavedSearchLoadedPayload, StdSavedSearchSavedSearchOrbitalManifest, type StdSavedSearchSavedSearchOrbitalParams, type StdSavedSearchSavedSearchUpdatedPayload, type StdSavedSearchToggleAlertPayload, type StdScatterConfig, type StdScatterEventKey, type StdScatterParams, StdScatterScatterItemOrbitalManifest, type StdScatterScatterItemOrbitalParams, type StdScoreConfig, type StdScoreEventKey, type StdScoreParams, type StdSearchConfig, type StdSearchEventKey, type StdSearchParams, type StdSearchSearchPayload, StdSearchSearchResultOrbitalManifest, type StdSearchSearchResultOrbitalParams, type StdSelectionConfig, type StdSelectionEventKey, type StdSelectionParams, type StdSelectionSelectableItemLoadFailedPayload, type StdSelectionSelectableItemLoadedPayload, StdSelectionSelectableItemOrbitalManifest, type StdSelectionSelectableItemOrbitalParams, type StdSignatureCaptureChangePayload, type StdSignatureCaptureConfig, type StdSignatureCaptureEventKey, type StdSignatureCaptureParams, StdSignatureCaptureSignatureCaptureOrbitalManifest, type StdSignatureCaptureSignatureCaptureOrbitalParams, type StdSignatureCaptureSignatureLoadFailedPayload, type StdSignatureCaptureSignatureLoadedPayload, type StdSignatureCaptureSignatureSubmitFailedPayload, type StdSignatureCaptureSignatureSubmittedPayload, type StdSignatureCaptureSubmitPayload, type StdStatRowsConfig, type StdStatRowsEventKey, type StdStatRowsParams, type StdStatsConfig, type StdStatsEventKey, type StdStatsParams, StdStatsStatsItemOrbitalManifest, type StdStatsStatsItemOrbitalParams, type StdStatusLifecycleConfig, type StdStatusLifecycleControlChangeStatusRequestedPayload, type StdStatusLifecycleControlConfig, type StdStatusLifecycleControlEventKey, type StdStatusLifecycleControlParams, StdStatusLifecycleControlStatusLifecycleControlOrbitalManifest, type StdStatusLifecycleControlStatusLifecycleControlOrbitalParams, type StdStatusLifecycleControlTransitionRequestedPayload, type StdStatusLifecycleEventKey, type StdStatusLifecycleParams, type StdStatusLifecycleStatusChangeFailedPayload, type StdStatusLifecycleStatusChangedPayload, StdStatusLifecycleStatusLifecycleOrbitalManifest, type StdStatusLifecycleStatusLifecycleOrbitalParams, type StdStatusLifecycleStatusPersistedPayload, type StdStepFlowAdvancePayload, type StdStepFlowBackPayload, type StdStepFlowConfig, type StdStepFlowEscalatePayload, type StdStepFlowEventKey, type StdStepFlowParams, type StdStepFlowRejectPayload, type StdStepFlowRestartPayload, StdStepFlowStepFlowOrbitalManifest, type StdStepFlowStepFlowOrbitalParams, type StdStepFlowStepItemsLoadFailedPayload, type StdStepFlowStepItemsLoadedPayload, type StdSurvivalBoard3dConfig, type StdSurvivalBoard3dParams, StdSurvivalBoard3dSurvivalBoard3DOrbitalManifest, type StdSurvivalBoard3dSurvivalBoard3DOrbitalParams, type StdSurvivalFlowConfig, type StdSurvivalFlowEventKey, type StdSurvivalFlowGameEndPayload, type StdSurvivalFlowParams, type StdSvgAssetArtConfig, type StdSvgAssetArtEventKey, type StdSvgAssetArtParams, type StdTabsConfig, type StdTabsEventKey, type StdTabsParams, type StdTabsTabChangedPayload, StdTabsTabsItemOrbitalManifest, type StdTabsTabsItemOrbitalParams, type StdTacticsBoard2dConfig, type StdTacticsBoard2dParams, StdTacticsBoard2dTacticsBoard2DOrbitalManifest, type StdTacticsBoard2dTacticsBoard2DOrbitalParams, type StdTacticsBoard3dConfig, type StdTacticsBoard3dParams, StdTacticsBoard3dTacticsBoard3DOrbitalManifest, type StdTacticsBoard3dTacticsBoard3DOrbitalParams, type StdTagStripAddTagPayload, type StdTagStripConfig, type StdTagStripEventKey, type StdTagStripParams, type StdTagStripRemoveTagPayload, type StdTagStripTagStripAddOptionsPayload, type StdTagStripTagStripLoadFailedPayload, type StdTagStripTagStripOptionsPayload, type StdTagStripTagStripRemoveOptionsPayload, type StdTagStripTagStripTagCreatedPayload, type StdTagStripTagsChangedPayload, type StdTagTaxonomyCommitTagPayload, type StdTagTaxonomyConfig, type StdTagTaxonomyEventKey, type StdTagTaxonomyLevelReloadPayload, type StdTagTaxonomyParams, type StdTagTaxonomySelectTagPayload, type StdTagTaxonomyTagCreateFailedPayload, type StdTagTaxonomyTagCreatedPayload, type StdTagTaxonomyTagLoadFailedPayload, type StdTagTaxonomyTagLoadedPayload, type StdTagTaxonomyTagSelectedPayload, StdTagTaxonomyTagTaxonomyOrbitalManifest, type StdTagTaxonomyTagTaxonomyOrbitalParams, type StdThreadConfig, type StdThreadEditReplyPayload, type StdThreadEventKey, type StdThreadParams, type StdThreadReplyPayload, type StdThreadSelectPayload, type StdThreadThreadPostCreateFailedPayload, type StdThreadThreadPostCreatedPayload, type StdThreadThreadPostLoadFailedPayload, type StdThreadThreadPostLoadedPayload, StdThreadThreadPostOrbitalManifest, type StdThreadThreadPostOrbitalParams, type StdTokenizerConfig, type StdTokenizerEventKey, StdTokenizerMlTokenizerOrbitalManifest, type StdTokenizerMlTokenizerOrbitalParams, type StdTokenizerParams, type StdTokenizerTokenizedPayload, type StdTreeChildRequestedPayload, type StdTreeConfig, type StdTreeEventKey, type StdTreeOpenNodePayload, type StdTreeParams, type StdTreeTreeNodeLoadFailedPayload, type StdTreeTreeNodeLoadedPayload, StdTreeTreeNodeOrbitalManifest, type StdTreeTreeNodeOrbitalParams, type StdTutorialAutodemoConfig, type StdTutorialAutodemoEventKey, type StdTutorialAutodemoParams, type StdTutorialOverlayEventKey, type StdTutorialOverlayParams, type StdUiAccordionConfig, type StdUiAccordionEventKey, type StdUiAccordionItemTogglePayload, type StdUiAccordionParams, type StdUiAccordionTogglePayload, type StdUiActionPaletteConfig, type StdUiActionPaletteEventKey, type StdUiActionPaletteParams, type StdUiActionTileConfig, type StdUiActionTileEventKey, type StdUiActionTileParams, type StdUiActivationBlockConfig, type StdUiActivationBlockEventKey, type StdUiActivationBlockParams, type StdUiAlertConfig, type StdUiAlertEventKey, type StdUiAlertParams, type StdUiAlgoGraphCanvasConfig, type StdUiAlgoGraphCanvasEventKey, type StdUiAlgoGraphCanvasNodeClickPayload, type StdUiAlgoGraphCanvasParams, type StdUiAlgoGraphCanvasShapeClickPayload, type StdUiAlgorithmCanvasConfig, type StdUiAlgorithmCanvasEventKey, type StdUiAlgorithmCanvasParams, type StdUiAlgorithmCanvasShapeClickPayload, type StdUiAnimatedCounterConfig, type StdUiAnimatedCounterEventKey, type StdUiAnimatedCounterParams, type StdUiAnimatedGraphicConfig, type StdUiAnimatedGraphicEventKey, type StdUiAnimatedGraphicParams, type StdUiAnimatedRevealConfig, type StdUiAnimatedRevealEventKey, type StdUiAnimatedRevealParams, type StdUiArticleSectionConfig, type StdUiArticleSectionEventKey, type StdUiArticleSectionParams, type StdUiAsideConfig, type StdUiAsideEventKey, type StdUiAsideParams, type StdUiAtlasImageConfig, type StdUiAtlasImageEventKey, type StdUiAtlasImageParams, type StdUiAtlasPanelConfig, type StdUiAtlasPanelEventKey, type StdUiAtlasPanelParams, type StdUiAvatarConfig, type StdUiAvatarEventKey, type StdUiAvatarParams, type StdUiBadgeConfig, type StdUiBadgeEventKey, type StdUiBadgeParams, type StdUiBehaviorViewConfig, type StdUiBehaviorViewEventKey, type StdUiBehaviorViewParams, type StdUiBiologyCanvasConfig, type StdUiBiologyCanvasEventKey, type StdUiBiologyCanvasParams, type StdUiBiologyCanvasShapeClickPayload, type StdUiBloomQuizBlockConfig, type StdUiBloomQuizBlockEventKey, type StdUiBloomQuizBlockParams, type StdUiBookChapterViewBookChapterViewLoadedPayload, StdUiBookChapterViewBookChapterViewOrbitalManifest, type StdUiBookChapterViewBookChapterViewOrbitalParams, type StdUiBookChapterViewConfig, type StdUiBookChapterViewEventKey, type StdUiBookChapterViewParams, StdUiBookCoverPageBookCoverPageOrbitalManifest, type StdUiBookCoverPageBookCoverPageOrbitalParams, type StdUiBookCoverPageConfig, type StdUiBookCoverPageEventKey, type StdUiBookCoverPageParams, StdUiBookNavBarBookNavBarOrbitalManifest, type StdUiBookNavBarBookNavBarOrbitalParams, type StdUiBookNavBarConfig, type StdUiBookNavBarEventKey, type StdUiBookNavBarParams, type StdUiBookTableOfContentsBookTableOfContentsLoadedPayload, StdUiBookTableOfContentsBookTableOfContentsOrbitalManifest, type StdUiBookTableOfContentsBookTableOfContentsOrbitalParams, type StdUiBookTableOfContentsConfig, type StdUiBookTableOfContentsEventKey, type StdUiBookTableOfContentsParams, type StdUiBookViewerBookViewerLoadedPayload, StdUiBookViewerBookViewerOrbitalManifest, type StdUiBookViewerBookViewerOrbitalParams, type StdUiBookViewerConfig, type StdUiBookViewerEventKey, type StdUiBookViewerParams, type StdUiBoxConfig, type StdUiBoxEventKey, type StdUiBoxHoverPayload, type StdUiBoxParams, type StdUiBranchingLogicBuilderConfig, type StdUiBranchingLogicBuilderEventKey, type StdUiBranchingLogicBuilderParams, type StdUiBranchingLogicBuilderRulesChangePayload, type StdUiBreadcrumbConfig, type StdUiBreadcrumbEventKey, type StdUiBreadcrumbItemPayload, type StdUiBreadcrumbParams, type StdUiButtonConfig, type StdUiButtonEventKey, type StdUiButtonParams, type StdUiCalendarGridCalendarGridLoadedPayload, type StdUiCalendarGridConfig, type StdUiCalendarGridDayClickPayload, type StdUiCalendarGridEventClickPayload, type StdUiCalendarGridEventKey, type StdUiCalendarGridLongPressPayload, type StdUiCalendarGridParams, type StdUiCalendarGridSlotClickPayload, type StdUiCanvas2dConfig, type StdUiCanvas2dEventKey, type StdUiCanvas2dMovePayload, type StdUiCanvas2dParams, type StdUiCanvas2dSelectPayload, type StdUiCanvas2dTileClickPayload, type StdUiCanvas2dTileHoverPayload, type StdUiCanvas2dUnitClickPayload, type StdUiCanvasConfig, type StdUiCanvasEventKey, type StdUiCanvasFeatureClickPayload, type StdUiCanvasMovePayload, type StdUiCanvasParams, type StdUiCanvasSelectPayload, type StdUiCanvasTileClickPayload, type StdUiCanvasTileHoverPayload, type StdUiCanvasUnitClickPayload, type StdUiCardConfig, type StdUiCardEventKey, type StdUiCardParams, type StdUiCarouselConfig, type StdUiCarouselEventKey, type StdUiCarouselParams, type StdUiCarouselSlideChangePayload, type StdUiCaseStudyCardConfig, type StdUiCaseStudyCardEventKey, type StdUiCaseStudyCardParams, type StdUiCaseStudyOrganismCaseStudyOrganismLoadedPayload, StdUiCaseStudyOrganismCaseStudyOrganismOrbitalManifest, type StdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, type StdUiCaseStudyOrganismConfig, type StdUiCaseStudyOrganismEventKey, type StdUiCaseStudyOrganismParams, type StdUiCenterConfig, type StdUiCenterEventKey, type StdUiCenterParams, type StdUiChartConfig, type StdUiChartEventKey, type StdUiChartLegendConfig, type StdUiChartLegendEventKey, type StdUiChartLegendParams, type StdUiChartParams, StdUiChatBarChatBarOrbitalManifest, type StdUiChatBarChatBarOrbitalParams, type StdUiChatBarConfig, type StdUiChatBarEventKey, type StdUiChatBarParams, type StdUiCheckboxConfig, type StdUiCheckboxEventKey, type StdUiCheckboxParams, type StdUiChemistryCanvasConfig, type StdUiChemistryCanvasEventKey, type StdUiChemistryCanvasParams, type StdUiChemistryCanvasShapeClickPayload, type StdUiChoiceButtonConfig, type StdUiChoiceButtonEventKey, type StdUiChoiceButtonParams, type StdUiCodeBlockChangePayload, type StdUiCodeBlockConfig, type StdUiCodeBlockEditorBlurPayload, type StdUiCodeBlockEditorFocusPayload, type StdUiCodeBlockEventKey, type StdUiCodeBlockParams, StdUiCodeRunnerPanelCodeRunnerPanelOrbitalManifest, type StdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, type StdUiCodeRunnerPanelConfig, type StdUiCodeRunnerPanelEventKey, type StdUiCodeRunnerPanelParams, type StdUiCommandPaletteConfig, type StdUiCommandPaletteEventKey, type StdUiCommandPaletteOpenChangePayload, type StdUiCommandPaletteParams, type StdUiCommandPaletteSelectPayload, type StdUiCommunityLinksConfig, type StdUiCommunityLinksEventKey, type StdUiCommunityLinksParams, type StdUiConditionalWrapperConfig, type StdUiConditionalWrapperEventKey, type StdUiConditionalWrapperParams, type StdUiConfettiEffectConfig, type StdUiConfettiEffectEventKey, type StdUiConfettiEffectParams, type StdUiConfirmDialogConfig, type StdUiConfirmDialogEventKey, type StdUiConfirmDialogOpenPayload, type StdUiConfirmDialogParams, type StdUiConnectionBlockConfig, type StdUiConnectionBlockEventKey, type StdUiConnectionBlockParams, type StdUiContainerConfig, type StdUiContainerEventKey, type StdUiContainerParams, type StdUiContentRendererConfig, type StdUiContentRendererEventKey, type StdUiContentRendererParams, type StdUiContentSectionConfig, type StdUiContentSectionEventKey, type StdUiContentSectionParams, type StdUiControlButtonConfig, type StdUiControlButtonEventKey, type StdUiControlButtonParams, type StdUiControlGridActionPayload, type StdUiControlGridConfig, type StdUiControlGridDirectionPayload, type StdUiControlGridEventKey, type StdUiControlGridParams, type StdUiCtaBannerConfig, type StdUiCtaBannerEventKey, type StdUiCtaBannerParams, type StdUiDashboardGridConfig, StdUiDashboardGridDashboardGridOrbitalManifest, type StdUiDashboardGridDashboardGridOrbitalParams, type StdUiDashboardGridEventKey, type StdUiDashboardGridParams, type StdUiDataGridConfig, type StdUiDataGridDataGridLoadedPayload, type StdUiDataGridEventKey, type StdUiDataGridParams, type StdUiDataGridSelectionPayload, type StdUiDataGridViewPayload, type StdUiDataListConfig, type StdUiDataListDataListLoadedPayload, type StdUiDataListEventKey, type StdUiDataListItemClickPayload, type StdUiDataListParams, type StdUiDataListViewPayload, type StdUiDateRangePickerChangePayload, type StdUiDateRangePickerConfig, type StdUiDateRangePickerEventKey, type StdUiDateRangePickerEventPayload, type StdUiDateRangePickerParams, type StdUiDateRangeSelectorConfig, type StdUiDateRangeSelectorEventKey, type StdUiDateRangeSelectorParams, type StdUiDateRangeSelectorSelectPayload, type StdUiDayCellClickPayload, type StdUiDayCellConfig, type StdUiDayCellEventKey, type StdUiDayCellParams, type StdUiDetailPanelConfig, type StdUiDetailPanelDetailPanelLoadedPayload, StdUiDetailPanelDetailPanelOrbitalManifest, type StdUiDetailPanelDetailPanelOrbitalParams, type StdUiDetailPanelEventKey, type StdUiDetailPanelParams, type StdUiDialogConfig, type StdUiDialogEventKey, type StdUiDialogParams, type StdUiDialogueBubbleConfig, type StdUiDialogueBubbleEventKey, type StdUiDialogueBubbleParams, type StdUiDividerConfig, type StdUiDividerEventKey, type StdUiDividerParams, type StdUiDocBreadcrumbConfig, type StdUiDocBreadcrumbEventKey, type StdUiDocBreadcrumbParams, type StdUiDocPaginationConfig, type StdUiDocPaginationEventKey, type StdUiDocPaginationParams, type StdUiDocSearchConfig, type StdUiDocSearchEventKey, type StdUiDocSearchParams, type StdUiDocSidebarConfig, type StdUiDocSidebarEventKey, type StdUiDocSidebarParams, type StdUiDocTocConfig, type StdUiDocTocEventKey, type StdUiDocTocParams, type StdUiDockLayoutBottomPanelCollapsedChangePayload, type StdUiDockLayoutBottomPanelHeightChangePayload, type StdUiDockLayoutConfig, StdUiDockLayoutDockLayoutOrbitalManifest, type StdUiDockLayoutDockLayoutOrbitalParams, type StdUiDockLayoutEventKey, type StdUiDockLayoutParams, type StdUiDockLayoutSecondarySidebarCollapsedChangePayload, type StdUiDockLayoutSidebarCollapsedChangePayload, type StdUiDockLayoutSidebarWidthChangePayload, type StdUiDocumentDetailsConfig, type StdUiDocumentDetailsDocumentDetailsLoadedPayload, type StdUiDocumentDetailsEventKey, type StdUiDocumentDetailsMetaCommitPayload, type StdUiDocumentDetailsParams, type StdUiDocumentDetailsRelationPayload, type StdUiDocumentPanelConfig, type StdUiDocumentPanelContentChangePayload, type StdUiDocumentPanelDonePayload, type StdUiDocumentPanelEditPayload, type StdUiDocumentPanelEventKey, type StdUiDocumentPanelParams, type StdUiDocumentPanelTitleCommitPayload, type StdUiDocumentViewerConfig, type StdUiDocumentViewerEventKey, type StdUiDocumentViewerParams, type StdUiDrawFxLayerConfig, type StdUiDrawFxLayerEventKey, type StdUiDrawFxLayerParams, type StdUiDrawGroupConfig, type StdUiDrawGroupEventKey, type StdUiDrawGroupParams, type StdUiDrawMeshConfig, type StdUiDrawMeshEventKey, type StdUiDrawMeshParams, type StdUiDrawShapeConfig, type StdUiDrawShapeEventKey, type StdUiDrawShapeLayerConfig, type StdUiDrawShapeLayerEventKey, type StdUiDrawShapeLayerParams, type StdUiDrawShapeParams, type StdUiDrawSpriteConfig, type StdUiDrawSpriteEventKey, type StdUiDrawSpriteLayerConfig, type StdUiDrawSpriteLayerEventKey, type StdUiDrawSpriteLayerParams, type StdUiDrawSpriteParams, type StdUiDrawTextConfig, type StdUiDrawTextEventKey, type StdUiDrawTextLayerConfig, type StdUiDrawTextLayerEventKey, type StdUiDrawTextLayerParams, type StdUiDrawTextParams, type StdUiDrawerConfig, type StdUiDrawerEventKey, type StdUiDrawerOpenPayload, type StdUiDrawerParams, type StdUiDrawerSlotConfig, StdUiDrawerSlotDrawerSlotOrbitalManifest, type StdUiDrawerSlotDrawerSlotOrbitalParams, type StdUiDrawerSlotEventKey, type StdUiDrawerSlotParams, type StdUiEdgeDecorationConfig, type StdUiEdgeDecorationEventKey, type StdUiEdgeDecorationParams, type StdUiEmojiPickerConfig, type StdUiEmojiPickerEventKey, type StdUiEmojiPickerParams, type StdUiEmojiPickerPickPayload, type StdUiEmptyStateConfig, type StdUiEmptyStateEventKey, type StdUiEmptyStateParams, type StdUiEntityCardsConfig, type StdUiEntityCardsEntityCardsLoadedPayload, StdUiEntityCardsEntityCardsOrbitalManifest, type StdUiEntityCardsEntityCardsOrbitalParams, type StdUiEntityCardsEventKey, type StdUiEntityCardsParams, type StdUiEntityCardsViewPayload, type StdUiEntityListConfig, type StdUiEntityListEntityListLoadedPayload, StdUiEntityListEntityListOrbitalManifest, type StdUiEntityListEntityListOrbitalParams, type StdUiEntityListEventKey, type StdUiEntityListParams, type StdUiEntityListViewPayload, type StdUiEntityTableConfig, type StdUiEntityTableEntityTableLoadedPayload, StdUiEntityTableEntityTableOrbitalManifest, type StdUiEntityTableEntityTableOrbitalParams, type StdUiEntityTableEventKey, type StdUiEntityTableParams, type StdUiEntityTableViewPayload, type StdUiErrorBoundaryConfig, type StdUiErrorBoundaryEventKey, type StdUiErrorBoundaryParams, type StdUiErrorStateConfig, type StdUiErrorStateEventKey, type StdUiErrorStateParams, type StdUiFeatureCardConfig, type StdUiFeatureCardEventKey, type StdUiFeatureCardParams, type StdUiFeatureGridConfig, type StdUiFeatureGridEventKey, type StdUiFeatureGridOrganismConfig, type StdUiFeatureGridOrganismEventKey, type StdUiFeatureGridOrganismFeatureGridOrganismLoadedPayload, StdUiFeatureGridOrganismFeatureGridOrganismOrbitalManifest, type StdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, type StdUiFeatureGridOrganismParams, type StdUiFeatureGridParams, type StdUiFileTreeConfig, type StdUiFileTreeEventKey, type StdUiFileTreeFileSelectPayload, type StdUiFileTreeParams, type StdUiFilterGroupClearPayload, type StdUiFilterGroupConfig, type StdUiFilterGroupEventKey, type StdUiFilterGroupEventPayload, type StdUiFilterGroupFilterChangePayload, type StdUiFilterGroupParams, type StdUiFilterPillClickPayload, type StdUiFilterPillConfig, type StdUiFilterPillEventKey, type StdUiFilterPillParams, type StdUiFlexConfig, type StdUiFlexEventKey, type StdUiFlexParams, type StdUiFlipCardConfig, type StdUiFlipCardEventKey, type StdUiFlipCardParams, type StdUiFlipContainerConfig, type StdUiFlipContainerEventKey, type StdUiFlipContainerParams, type StdUiFloatingActionButtonConfig, type StdUiFloatingActionButtonEventKey, type StdUiFloatingActionButtonParams, type StdUiFloatingToolbarConfig, type StdUiFloatingToolbarEventKey, type StdUiFloatingToolbarParams, type StdUiFormActionsConfig, type StdUiFormActionsEventKey, type StdUiFormActionsParams, type StdUiFormConfig, type StdUiFormEventKey, type StdUiFormFieldChangePayload, type StdUiFormFieldConfig, type StdUiFormFieldEventKey, type StdUiFormFieldParams, type StdUiFormFormLoadedPayload, StdUiFormFormOrbitalManifest, type StdUiFormFormOrbitalParams, type StdUiFormLayoutConfig, type StdUiFormLayoutEventKey, type StdUiFormLayoutParams, type StdUiFormParams, type StdUiFormSectionConfig, type StdUiFormSectionEventKey, type StdUiFormSectionFieldChangePayload, type StdUiFormSectionFormSectionLoadedPayload, StdUiFormSectionFormSectionOrbitalManifest, type StdUiFormSectionFormSectionOrbitalParams, type StdUiFormSectionHeaderConfig, type StdUiFormSectionHeaderEventKey, type StdUiFormSectionHeaderParams, type StdUiFormSectionParams, type StdUiFormSectionSubmitPayload, type StdUiFormSubmitPayload, type StdUiFxOverlayConfig, type StdUiFxOverlayEventKey, type StdUiFxOverlayParams, type StdUiGameAudioCueConfig, type StdUiGameAudioCueEventKey, type StdUiGameAudioCueParams, type StdUiGameAudioToggleConfig, type StdUiGameAudioToggleEventKey, type StdUiGameAudioToggleParams, type StdUiGameAudioToggleTogglePayload, type StdUiGameHudConfig, type StdUiGameHudEventKey, type StdUiGameHudParams, type StdUiGameIconConfig, type StdUiGameIconEventKey, type StdUiGameIconParams, type StdUiGameMenuConfig, type StdUiGameMenuEventKey, type StdUiGameMenuParams, type StdUiGameMenuSelectPayload, type StdUiGeometricPatternConfig, type StdUiGeometricPatternEventKey, type StdUiGeometricPatternParams, type StdUiGradientDividerConfig, type StdUiGradientDividerEventKey, type StdUiGradientDividerParams, type StdUiGraphCanvasBadgeClickPayload, type StdUiGraphCanvasConfig, type StdUiGraphCanvasEventKey, type StdUiGraphCanvasMarkClickPayload, type StdUiGraphCanvasNodeClickPayload, type StdUiGraphCanvasNodeDoubleClickPayload, type StdUiGraphCanvasParams, type StdUiGraphViewConfig, type StdUiGraphViewEventKey, type StdUiGraphViewNodeClickPayload, type StdUiGraphViewNodeHoverPayload, type StdUiGraphViewParams, type StdUiGridConfig, type StdUiGridEventKey, type StdUiGridParams, type StdUiHeaderConfig, type StdUiHeaderEventKey, type StdUiHeaderParams, type StdUiHeaderSearchPayload, type StdUiHealthBarConfig, type StdUiHealthBarEventKey, type StdUiHealthBarParams, type StdUiHeroOrganismConfig, type StdUiHeroOrganismEventKey, type StdUiHeroOrganismHeroOrganismLoadedPayload, StdUiHeroOrganismHeroOrganismOrbitalManifest, type StdUiHeroOrganismHeroOrganismOrbitalParams, type StdUiHeroOrganismParams, type StdUiHeroSectionConfig, type StdUiHeroSectionEventKey, type StdUiHeroSectionParams, type StdUiHstackConfig, type StdUiHstackEventKey, type StdUiHstackParams, type StdUiIconConfig, type StdUiIconEventKey, type StdUiIconParams, type StdUiImportPreviewTreeConfig, type StdUiImportPreviewTreeEventKey, type StdUiImportPreviewTreeParams, type StdUiImportProgressConfig, type StdUiImportProgressEventKey, type StdUiImportProgressParams, type StdUiImportSourcePickerConfig, type StdUiImportSourcePickerEventKey, type StdUiImportSourcePickerParams, type StdUiImportSourcePickerSelectPayload, type StdUiInfiniteScrollSentinelConfig, type StdUiInfiniteScrollSentinelEventKey, type StdUiInfiniteScrollSentinelParams, type StdUiInputActionPayload, type StdUiInputConfig, type StdUiInputEventKey, type StdUiInputGroupActionPayload, type StdUiInputGroupConfig, type StdUiInputGroupEventKey, type StdUiInputGroupParams, type StdUiInputParams, type StdUiInstallBoxConfig, type StdUiInstallBoxEventKey, type StdUiInstallBoxParams, type StdUiJazariStateMachineConfig, type StdUiJazariStateMachineEventKey, type StdUiJazariStateMachineParams, type StdUiLabelConfig, type StdUiLabelEventKey, type StdUiLabelParams, type StdUiLawReferenceTooltipConfig, type StdUiLawReferenceTooltipEventKey, type StdUiLawReferenceTooltipParams, type StdUiLearningCanvasConfig, type StdUiLearningCanvasEventKey, type StdUiLearningCanvasParams, type StdUiLearningCanvasShapeClickPayload, type StdUiLearningCanvasShapeHoverPayload, type StdUiLightboxConfig, type StdUiLightboxEventKey, type StdUiLightboxIndexChangePayload, type StdUiLightboxOpenPayload, type StdUiLightboxParams, type StdUiLikertScaleChangePayload, type StdUiLikertScaleConfig, type StdUiLikertScaleEventKey, type StdUiLikertScaleParams, type StdUiLineChartConfig, type StdUiLineChartEventKey, type StdUiLineChartParams, type StdUiLoadingStateConfig, type StdUiLoadingStateEventKey, type StdUiLoadingStateParams, type StdUiMapViewConfig, type StdUiMapViewEventKey, type StdUiMapViewMapClickPayload, type StdUiMapViewMarkerClickPayload, type StdUiMapViewParams, type StdUiMarkdownContentConfig, type StdUiMarkdownContentEventKey, type StdUiMarkdownContentParams, type StdUiMarketingFooterConfig, type StdUiMarketingFooterEventKey, type StdUiMarketingFooterParams, type StdUiMarketingStatCardConfig, type StdUiMarketingStatCardEventKey, type StdUiMarketingStatCardParams, type StdUiMasterDetailConfig, type StdUiMasterDetailEventKey, type StdUiMasterDetailLayoutConfig, type StdUiMasterDetailLayoutEventKey, StdUiMasterDetailLayoutMasterDetailLayoutOrbitalManifest, type StdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, type StdUiMasterDetailLayoutParams, type StdUiMasterDetailMasterDetailLoadedPayload, StdUiMasterDetailMasterDetailOrbitalManifest, type StdUiMasterDetailMasterDetailOrbitalParams, type StdUiMasterDetailParams, type StdUiMathCanvasConfig, type StdUiMathCanvasEventKey, type StdUiMathCanvasParams, type StdUiMathCanvasShapeClickPayload, type StdUiMatrixQuestionChangePayload, type StdUiMatrixQuestionConfig, type StdUiMatrixQuestionEventKey, type StdUiMatrixQuestionParams, type StdUiMediaGalleryConfig, type StdUiMediaGalleryEventKey, type StdUiMediaGalleryMediaGalleryLoadedPayload, StdUiMediaGalleryMediaGalleryOrbitalManifest, type StdUiMediaGalleryMediaGalleryOrbitalParams, type StdUiMediaGalleryParams, type StdUiMediaGallerySelectionPayload, type StdUiMenuConfig, type StdUiMenuEventKey, type StdUiMenuParams, type StdUiMeterConfig, type StdUiMeterEventKey, type StdUiMeterParams, type StdUiModalConfig, type StdUiModalEventKey, type StdUiModalOpenPayload, type StdUiModalParams, type StdUiModalSlotConfig, type StdUiModalSlotEventKey, StdUiModalSlotModalSlotOrbitalManifest, type StdUiModalSlotModalSlotOrbitalParams, type StdUiModalSlotParams, type StdUiModuleCardConfig, type StdUiModuleCardEventKey, type StdUiModuleCardParams, type StdUiNavigationConfig, type StdUiNavigationEventKey, type StdUiNavigationParams, type StdUiNotificationConfig, type StdUiNotificationEventKey, type StdUiNotificationParams, type StdUiNumberStepperActionPayload, type StdUiNumberStepperChangePayload, type StdUiNumberStepperConfig, type StdUiNumberStepperEventKey, type StdUiNumberStepperParams, type StdUiOptionConstraintGroupChangePayload, type StdUiOptionConstraintGroupConfig, type StdUiOptionConstraintGroupEventKey, type StdUiOptionConstraintGroupParams, type StdUiOrbitalVisualizationConfig, type StdUiOrbitalVisualizationEventKey, type StdUiOrbitalVisualizationParams, type StdUiOverlayConfig, type StdUiOverlayEventKey, type StdUiOverlayParams, type StdUiPageHeaderConfig, type StdUiPageHeaderEventKey, type StdUiPageHeaderParams, type StdUiPageHeaderTabChangePayload, type StdUiPageTransitionConfig, type StdUiPageTransitionEventKey, type StdUiPageTransitionParams, type StdUiPaginationConfig, type StdUiPaginationEventKey, type StdUiPaginationPageChangePayload, type StdUiPaginationPageSizeChangePayload, type StdUiPaginationParams, type StdUiPatternTileConfig, type StdUiPatternTileEventKey, type StdUiPatternTileParams, type StdUiPhysicsCanvasConfig, type StdUiPhysicsCanvasEventKey, type StdUiPhysicsCanvasParams, type StdUiPhysicsCanvasShapeClickPayload, type StdUiPopoverConfig, type StdUiPopoverEventKey, type StdUiPopoverOpenChangePayload, type StdUiPopoverParams, type StdUiPositionedCanvasConfig, type StdUiPositionedCanvasEventKey, type StdUiPositionedCanvasMovePayload, type StdUiPositionedCanvasParams, type StdUiPositionedCanvasPositionedCanvasLoadedPayload, type StdUiPositionedCanvasSelectPayload, type StdUiPresenceConfig, type StdUiPresenceEventKey, type StdUiPresenceParams, type StdUiPricingCardConfig, type StdUiPricingCardEventKey, type StdUiPricingCardParams, type StdUiPricingGridConfig, type StdUiPricingGridEventKey, type StdUiPricingGridParams, type StdUiPricingOrganismConfig, type StdUiPricingOrganismEventKey, type StdUiPricingOrganismParams, type StdUiPricingOrganismPricingOrganismLoadedPayload, StdUiPricingOrganismPricingOrganismOrbitalManifest, type StdUiPricingOrganismPricingOrganismOrbitalParams, type StdUiProgressBarConfig, type StdUiProgressBarEventKey, type StdUiProgressBarParams, type StdUiProgressDotsConfig, type StdUiProgressDotsDotClickPayload, type StdUiProgressDotsEventKey, type StdUiProgressDotsParams, type StdUiPullQuoteConfig, type StdUiPullQuoteEventKey, type StdUiPullQuoteParams, type StdUiPullToRefreshConfig, type StdUiPullToRefreshEventKey, type StdUiPullToRefreshParams, type StdUiQrScannerConfig, type StdUiQrScannerEventKey, type StdUiQrScannerParams, type StdUiQrScannerScanPayload, type StdUiQuizBlockConfig, type StdUiQuizBlockEventKey, type StdUiQuizBlockParams, type StdUiRadioActionPayload, type StdUiRadioConfig, type StdUiRadioEventKey, type StdUiRadioParams, type StdUiRangeSliderActionPayload, type StdUiRangeSliderChangePayload, type StdUiRangeSliderConfig, type StdUiRangeSliderEventKey, type StdUiRangeSliderParams, type StdUiReflectionBlockConfig, type StdUiReflectionBlockEventKey, type StdUiReflectionBlockParams, type StdUiRelationSelectChangePayload, type StdUiRelationSelectConfig, type StdUiRelationSelectEventKey, type StdUiRelationSelectParams, type StdUiRepeatableFormSectionConfig, type StdUiRepeatableFormSectionEventKey, type StdUiRepeatableFormSectionParams, type StdUiRepeatableFormSectionRemovePayload, type StdUiRepeatableFormSectionReorderPayload, type StdUiReplyTreeConfig, type StdUiReplyTreeContinueThreadPayload, type StdUiReplyTreeEventKey, type StdUiReplyTreeFlagPayload, type StdUiReplyTreeParams, type StdUiReplyTreeReplyPayload, type StdUiReplyTreeReplyTreeLoadedPayload, type StdUiReplyTreeVotePayload, type StdUiRichTextEditorChangePayload, type StdUiRichTextEditorConfig, type StdUiRichTextEditorEventKey, type StdUiRichTextEditorParams, type StdUiRuntimeDebuggerConfig, type StdUiRuntimeDebuggerEventKey, type StdUiRuntimeDebuggerParams, StdUiRuntimeDebuggerRuntimeDebuggerOrbitalManifest, type StdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, type StdUiScaledDiagramConfig, type StdUiScaledDiagramEventKey, type StdUiScaledDiagramParams, type StdUiScoreDisplayConfig, type StdUiScoreDisplayEventKey, type StdUiScoreDisplayParams, type StdUiSearchInputConfig, type StdUiSearchInputEventKey, type StdUiSearchInputEventPayload, type StdUiSearchInputParams, type StdUiSearchInputSearchPayload, type StdUiSectionConfig, type StdUiSectionEventKey, type StdUiSectionHeaderConfig, type StdUiSectionHeaderEventKey, type StdUiSectionHeaderParams, type StdUiSectionParams, type StdUiSegmentRendererConfig, type StdUiSegmentRendererEventKey, type StdUiSegmentRendererParams, StdUiSegmentRendererSegmentRendererOrbitalManifest, type StdUiSegmentRendererSegmentRendererOrbitalParams, type StdUiSelectActionPayload, type StdUiSelectConfig, type StdUiSelectEventKey, type StdUiSelectParams, type StdUiSequenceBarConfig, type StdUiSequenceBarEventKey, type StdUiSequenceBarParams, type StdUiSequenceBarSlotDropPayload, type StdUiSequenceBarSlotRemovePayload, type StdUiServiceCatalogConfig, type StdUiServiceCatalogEventKey, type StdUiServiceCatalogParams, type StdUiShowcaseCardConfig, type StdUiShowcaseCardEventKey, type StdUiShowcaseCardParams, type StdUiShowcaseOrganismConfig, type StdUiShowcaseOrganismEventKey, type StdUiShowcaseOrganismParams, type StdUiShowcaseOrganismShowcaseOrganismLoadedPayload, StdUiShowcaseOrganismShowcaseOrganismOrbitalManifest, type StdUiShowcaseOrganismShowcaseOrganismOrbitalParams, type StdUiSidePanelConfig, type StdUiSidePanelEventKey, type StdUiSidePanelOpenPayload, type StdUiSidePanelParams, type StdUiSidebarCollapseChangePayload, type StdUiSidebarConfig, type StdUiSidebarEventKey, type StdUiSidebarParams, type StdUiSignaturePadChangePayload, type StdUiSignaturePadConfig, type StdUiSignaturePadEventKey, type StdUiSignaturePadParams, type StdUiSignaturePadSignPayload, type StdUiSimpleGridConfig, type StdUiSimpleGridEventKey, type StdUiSimpleGridParams, type StdUiSkeletonConfig, type StdUiSkeletonEventKey, type StdUiSkeletonParams, type StdUiSocialProofConfig, type StdUiSocialProofEventKey, type StdUiSocialProofParams, type StdUiSortableListConfig, type StdUiSortableListEventKey, type StdUiSortableListParams, type StdUiSortableListReorderPayload, type StdUiSortableListSortableListLoadedPayload, type StdUiSpacerConfig, type StdUiSpacerEventKey, type StdUiSpacerParams, type StdUiSparklineConfig, type StdUiSparklineEventKey, type StdUiSparklineParams, type StdUiSpinnerConfig, type StdUiSpinnerEventKey, type StdUiSpinnerParams, type StdUiSplitConfig, type StdUiSplitEventKey, type StdUiSplitPaneConfig, type StdUiSplitPaneEventKey, type StdUiSplitPaneParams, type StdUiSplitPaneRatioChangePayload, StdUiSplitPaneSplitPaneOrbitalManifest, type StdUiSplitPaneSplitPaneOrbitalParams, type StdUiSplitParams, type StdUiSplitSectionConfig, type StdUiSplitSectionEventKey, type StdUiSplitSectionParams, type StdUiStackConfig, type StdUiStackEventKey, type StdUiStackParams, type StdUiStarRatingActionPayload, type StdUiStarRatingChangePayload, type StdUiStarRatingConfig, type StdUiStarRatingEventKey, type StdUiStarRatingParams, type StdUiStatBadgeConfig, type StdUiStatBadgeEventKey, type StdUiStatBadgeParams, type StdUiStatCardConfig, type StdUiStatCardEventKey, type StdUiStatCardParams, type StdUiStatCardStatCardLoadedPayload, StdUiStatCardStatCardOrbitalManifest, type StdUiStatCardStatCardOrbitalParams, type StdUiStatDisplayConfig, type StdUiStatDisplayEventKey, type StdUiStatDisplayParams, type StdUiStateGraphConfig, type StdUiStateGraphEventKey, type StdUiStateGraphNodeClickPayload, type StdUiStateGraphParams, type StdUiStateJsonViewConfig, type StdUiStateJsonViewEventKey, type StdUiStateJsonViewParams, type StdUiStateMachineViewConfig, type StdUiStateMachineViewEventKey, type StdUiStateMachineViewParams, StdUiStateMachineViewStateMachineViewOrbitalManifest, type StdUiStateMachineViewStateMachineViewOrbitalParams, type StdUiStatsGridConfig, type StdUiStatsGridEventKey, type StdUiStatsGridParams, type StdUiStatsOrganismConfig, type StdUiStatsOrganismEventKey, type StdUiStatsOrganismParams, type StdUiStatsOrganismStatsOrganismLoadedPayload, StdUiStatsOrganismStatsOrganismOrbitalManifest, type StdUiStatsOrganismStatsOrganismOrbitalParams, type StdUiStatusDotConfig, type StdUiStatusDotEventKey, type StdUiStatusDotParams, type StdUiStepFlowConfig, type StdUiStepFlowEventKey, type StdUiStepFlowOrganismConfig, type StdUiStepFlowOrganismEventKey, type StdUiStepFlowOrganismParams, type StdUiStepFlowOrganismStepFlowOrganismLoadedPayload, StdUiStepFlowOrganismStepFlowOrganismOrbitalManifest, type StdUiStepFlowOrganismStepFlowOrganismOrbitalParams, type StdUiStepFlowParams, type StdUiSubagentTracePanelConfig, type StdUiSubagentTracePanelEventKey, type StdUiSubagentTracePanelOpenPayload, type StdUiSubagentTracePanelParams, StdUiSubagentTracePanelSubagentTracePanelOrbitalManifest, type StdUiSubagentTracePanelSubagentTracePanelOrbitalParams, type StdUiSvgBranchConfig, type StdUiSvgBranchEventKey, type StdUiSvgBranchParams, type StdUiSvgConnectionConfig, type StdUiSvgConnectionEventKey, type StdUiSvgConnectionParams, type StdUiSvgFlowConfig, type StdUiSvgFlowEventKey, type StdUiSvgFlowParams, type StdUiSvgGridConfig, type StdUiSvgGridEventKey, type StdUiSvgGridParams, type StdUiSvgLobeConfig, type StdUiSvgLobeEventKey, type StdUiSvgLobeParams, type StdUiSvgMeshConfig, type StdUiSvgMeshEventKey, type StdUiSvgMeshParams, type StdUiSvgMorphConfig, type StdUiSvgMorphEventKey, type StdUiSvgMorphParams, type StdUiSvgNodeConfig, type StdUiSvgNodeEventKey, type StdUiSvgNodeParams, type StdUiSvgPulseConfig, type StdUiSvgPulseEventKey, type StdUiSvgPulseParams, type StdUiSvgRingConfig, type StdUiSvgRingEventKey, type StdUiSvgRingParams, type StdUiSvgShieldConfig, type StdUiSvgShieldEventKey, type StdUiSvgShieldParams, type StdUiSvgStackConfig, type StdUiSvgStackEventKey, type StdUiSvgStackParams, type StdUiSwipeableRowConfig, type StdUiSwipeableRowEventKey, type StdUiSwipeableRowParams, type StdUiSwitchChangePayload, type StdUiSwitchConfig, type StdUiSwitchEventKey, type StdUiSwitchParams, type StdUiTabbedContainerConfig, type StdUiTabbedContainerEventKey, type StdUiTabbedContainerParams, type StdUiTabbedContainerTabChangePayload, StdUiTabbedContainerTabbedContainerOrbitalManifest, type StdUiTabbedContainerTabbedContainerOrbitalParams, type StdUiTableViewConfig, type StdUiTableViewEventKey, type StdUiTableViewParams, type StdUiTableViewSelectPayload, type StdUiTableViewSortPayload, type StdUiTableViewTableViewLoadedPayload, type StdUiTableViewViewPayload, type StdUiTabsConfig, type StdUiTabsEventKey, type StdUiTabsParams, type StdUiTabsTabChangePayload, type StdUiTagCloudConfig, type StdUiTagCloudEventKey, type StdUiTagCloudParams, type StdUiTagInputAddPayload, type StdUiTagInputChangePayload, type StdUiTagInputConfig, type StdUiTagInputEventKey, type StdUiTagInputParams, type StdUiTagInputRemovePayload, type StdUiTeamCardConfig, type StdUiTeamCardEventKey, type StdUiTeamCardParams, type StdUiTeamOrganismConfig, type StdUiTeamOrganismEventKey, type StdUiTeamOrganismParams, type StdUiTeamOrganismTeamOrganismLoadedPayload, StdUiTeamOrganismTeamOrganismOrbitalManifest, type StdUiTeamOrganismTeamOrganismOrbitalParams, type StdUiTextHighlightActionPayload, type StdUiTextHighlightConfig, type StdUiTextHighlightEventKey, type StdUiTextHighlightHoverPayload, type StdUiTextHighlightParams, type StdUiTextareaConfig, type StdUiTextareaEventKey, type StdUiTextareaParams, type StdUiThemeToggleConfig, type StdUiThemeToggleEventKey, type StdUiThemeToggleParams, type StdUiTimeSlotCellClickPayload, type StdUiTimeSlotCellConfig, type StdUiTimeSlotCellEventKey, type StdUiTimeSlotCellParams, type StdUiTimelineConfig, type StdUiTimelineEventKey, type StdUiTimelineParams, type StdUiTimelineTimelineLoadedPayload, StdUiTimelineTimelineOrbitalManifest, type StdUiTimelineTimelineOrbitalParams, type StdUiTimelineViewPayload, type StdUiTimerDisplayConfig, type StdUiTimerDisplayEventKey, type StdUiTimerDisplayParams, StdUiTimerDisplayTimerDisplayOrbitalManifest, type StdUiTimerDisplayTimerDisplayOrbitalParams, type StdUiToastSlotConfig, type StdUiToastSlotEventKey, type StdUiToastSlotParams, StdUiToastSlotToastSlotOrbitalManifest, type StdUiToastSlotToastSlotOrbitalParams, type StdUiTooltipConfig, type StdUiTooltipEventKey, type StdUiTooltipParams, type StdUiTraitFrameConfig, type StdUiTraitFrameEventKey, type StdUiTraitFrameParams, type StdUiTraitSlotClickPayload, type StdUiTraitSlotConfig, type StdUiTraitSlotDragStartPayload, type StdUiTraitSlotDropPayload, type StdUiTraitSlotEventKey, type StdUiTraitSlotItemDropPayload, type StdUiTraitSlotParams, type StdUiTrendIndicatorConfig, type StdUiTrendIndicatorEventKey, type StdUiTrendIndicatorParams, type StdUiTypewriterTextConfig, type StdUiTypewriterTextEventKey, type StdUiTypewriterTextParams, type StdUiTypographyConfig, type StdUiTypographyEventKey, type StdUiTypographyParams, type StdUiUploadDropZoneActionPayload, type StdUiUploadDropZoneConfig, type StdUiUploadDropZoneEventKey, type StdUiUploadDropZoneParams, type StdUiVersionDiffConfig, type StdUiVersionDiffEventKey, type StdUiVersionDiffParams, type StdUiVersionDiffRevertPayload, type StdUiVersionDiffSelectAfterPayload, type StdUiVersionDiffSelectBeforePayload, type StdUiViolationAlertConfig, type StdUiViolationAlertEventKey, type StdUiViolationAlertNavigateToFieldPayload, type StdUiViolationAlertParams, type StdUiVoteStackConfig, type StdUiVoteStackEventKey, type StdUiVoteStackParams, type StdUiVoteStackVotePayload, type StdUiVstackConfig, type StdUiVstackEventKey, type StdUiVstackParams, type StdUiWizardContainerBackPayload, type StdUiWizardContainerConfig, type StdUiWizardContainerEventKey, type StdUiWizardContainerNextPayload, type StdUiWizardContainerParams, type StdUiWizardContainerStepChangePayload, type StdUiWizardNavigationBackPayload, type StdUiWizardNavigationCompletePayload, type StdUiWizardNavigationConfig, type StdUiWizardNavigationEventKey, type StdUiWizardNavigationNextPayload, type StdUiWizardNavigationParams, type StdUiWizardProgressConfig, type StdUiWizardProgressEventKey, type StdUiWizardProgressParams, type StdUiWizardProgressStepClickPayload, type StdVelocityGateConfig, type StdVelocityGateEventKey, type StdVelocityGateParams, type StdVelocityGateVelocityGateDeniedPayload, type StdVelocityGateVelocityGateOpenedPayload, type StdVersionHistoryComparePayload, type StdVersionHistoryConfig, type StdVersionHistoryEventKey, type StdVersionHistoryOpenRevisionPayload, type StdVersionHistoryParams, type StdVersionHistoryRevisionLoadFailedPayload, type StdVersionHistoryRevisionLoadedPayload, StdVersionHistoryRevisionOrbitalManifest, type StdVersionHistoryRevisionOrbitalParams, type StdVersionHistoryRevisionRollbackFailedPayload, type StdVersionHistoryRevisionRolledBackPayload, type StdVersionHistoryRollbackPayload, type StdVoteConfig, type StdVoteEventKey, type StdVoteParams, type StdVoteVoteCastFailedPayload, type StdVoteVoteCastedPayload, type StdVoteVoteLoadFailedPayload, type StdVoteVoteLoadedPayload, StdVoteVoteOrbitalManifest, type StdVoteVoteOrbitalParams, type StdVoteVotePayload, type StdWeightValidatorConfig, type StdWeightValidatorEventKey, StdWeightValidatorMlWeightValidatorOrbitalManifest, type StdWeightValidatorMlWeightValidatorOrbitalParams, type StdWeightValidatorParams, type StdWeightValidatorWeightsAcceptedPayload, type StdWeightValidatorWeightsRejectedPayload, type StdWizardAdvancePayload, type StdWizardCancelPayload, type StdWizardConfig, type StdWizardEventKey, type StdWizardParams, type StdWizardWizardLoadFailedPayload, type StdWizardWizardLoadedPayload, StdWizardWizardOrbitalManifest, type StdWizardWizardOrbitalParams, type StdWizardWizardSaveFailedPayload, type StdWizardWizardSavedPayload, type StdWorldmapBoard2dConfig, type StdWorldmapBoard2dParams, StdWorldmapBoard2dWorldMapBoard2DOrbitalManifest, type StdWorldmapBoard2dWorldMapBoard2DOrbitalParams, type StdXpConfig, type StdXpEventKey, type StdXpHealPayload, type StdXpParams, type StdZoneCardConfig, type StdZoneCardEventKey, type StdZoneCardParams, type StdZoneCardZoneChangedPayload, dispatchOrbitalFactory, getOrbitalFactoryManifest, isStdAgentBuilderAgentBuilderOrbitalParams, isStdAgentCompletionAgentCompletionOrbitalParams, isStdAgentContextAgentContextOrbitalParams, isStdAgentFixLoopAgentFixLoopOrbitalParams, isStdAgentMemoryAgentMemoryOrbitalParams, isStdAgentPlannerAgentPlannerOrbitalParams, isStdAgentRabitCoordinatorOrbitalParams, isStdAgentRabitOrbitalProcessOrbitalParams, isStdAgentSessionAgentSessionOrbitalParams, isStdAgentToolCallAgentToolCallOrbitalParams, isStdAgentToolLoopAgentToolLoopOrbitalParams, isStdAgentTraceAgentTraceOrbitalParams, isStdAnimTickAnimTickOrbitalParams, isStdAppLayoutAppLayoutOrbitalParams, isStdAppSearchAppSearchOrbitalParams, isStdApprovalGateApprovalGateOrbitalParams, isStdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, isStdAuditCaptureAuditCaptureOrbitalParams, isStdBillableHourBillableHourOrbitalParams, isStdBoardBoardOrbitalParams, isStdBrowseBrowseItemOrbitalParams, isStdCacheAsideCacheEntryOrbitalParams, isStdCalendarCalendarEventOrbitalParams, isStdCalendarSyncCalendarSyncOrbitalParams, isStdCascadeOnDeleteCascadeOnDeleteOrbitalParams, isStdCircuitBreakerServiceNodeOrbitalParams, isStdConfirmationConfirmActionOrbitalParams, isStdCooldownCooldownOrbitalParams, isStdCrewBoard2dCrewBoard2DOrbitalParams, isStdCrossReferenceCrossReferenceOrbitalParams, isStdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, isStdDataCollectorMlDataCollectorOrbitalParams, isStdDataErasureDataErasureOrbitalParams, isStdDateRangeDateRangeOrbitalParams, isStdDungeonBoard2dDungeonBoard2DOrbitalParams, isStdEscalatingDecisionEscalatingDecisionOrbitalParams, isStdEsignFlowSignatureSessionOrbitalParams, isStdEsignRequestESignRequestOrbitalParams, isStdEventLogEventLogOrbitalParams, isStdExportExportOrbitalParams, isStdFileStoreStoredFileOrbitalParams, isStdFilterFilterTargetOrbitalParams, isStdFormAdvancedFormEntryOrbitalParams, isStdGalleryGalleryItemOrbitalParams, isStdGameClockGameClockOrbitalParams, isStdGeosearchGeoSearchResultOrbitalParams, isStdGraphBuilderGraphBuilderOrbitalParams, isStdGraphsGraphItemOrbitalParams, isStdImageUploadMultiUploadedImageOrbitalParams, isStdKnowledgeTracingKnowledgeTracingOrbitalParams, isStdLifecycleLifecycleOrbitalParams, isStdListListItemOrbitalParams, isStdMarketBoard3dMarketBoard3DOrbitalParams, isStdMigrationJobMigrationJobOrbitalParams, isStdMlClassifyMlClassifyOrbitalParams, isStdMlExactCheckMlExactCheckOrbitalParams, isStdMlInferMlInferOrbitalParams, isStdMlLabelCaptureMlLabelCaptureOrbitalParams, isStdMlLookupMlLookupOrbitalParams, isStdMlPosteriorMlPosteriorOrbitalParams, isStdMlSimilarityMlSimilarityOrbitalParams, isStdModQueueModQueueItemOrbitalParams, isStdModalModalRecordOrbitalParams, isStdMultiPartyFlowMultiPartyFlowOrbitalParams, isStdNotificationCenterNotificationCenterOrbitalParams, isStdNotifyOnEventNotifyOnEventOrbitalParams, isStdObjectiveBoard3dObjectiveBoard3DOrbitalParams, isStdPaginationPagedItemOrbitalParams, isStdPlatformerBoard2dPlatformerBoard2DOrbitalParams, isStdPlatformerPuzzlePlatformerPuzzleOrbitalParams, isStdRateLimiterRateBucketOrbitalParams, isStdRatingReviewRatingReviewOrbitalParams, isStdRecordDetailRecordItemOrbitalParams, isStdRecurrenceRecurrenceOrbitalParams, isStdRelatedRelatedItemOrbitalParams, isStdReminderSchedulerReminderSchedulerOrbitalParams, isStdRowAccessControlRowAccessControlOrbitalParams, isStdSavedSearchSavedSearchOrbitalParams, isStdScatterScatterItemOrbitalParams, isStdSearchSearchResultOrbitalParams, isStdSelectionSelectableItemOrbitalParams, isStdSignatureCaptureSignatureCaptureOrbitalParams, isStdStatsStatsItemOrbitalParams, isStdStatusLifecycleControlStatusLifecycleControlOrbitalParams, isStdStatusLifecycleStatusLifecycleOrbitalParams, isStdStepFlowStepFlowOrbitalParams, isStdSurvivalBoard3dSurvivalBoard3DOrbitalParams, isStdTabsTabsItemOrbitalParams, isStdTacticsBoard2dTacticsBoard2DOrbitalParams, isStdTacticsBoard3dTacticsBoard3DOrbitalParams, isStdTagTaxonomyTagTaxonomyOrbitalParams, isStdThreadThreadPostOrbitalParams, isStdTokenizerMlTokenizerOrbitalParams, isStdTreeTreeNodeOrbitalParams, isStdUiBookChapterViewBookChapterViewOrbitalParams, isStdUiBookCoverPageBookCoverPageOrbitalParams, isStdUiBookNavBarBookNavBarOrbitalParams, isStdUiBookTableOfContentsBookTableOfContentsOrbitalParams, isStdUiBookViewerBookViewerOrbitalParams, isStdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, isStdUiChatBarChatBarOrbitalParams, isStdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, isStdUiDashboardGridDashboardGridOrbitalParams, isStdUiDetailPanelDetailPanelOrbitalParams, isStdUiDockLayoutDockLayoutOrbitalParams, isStdUiDrawerSlotDrawerSlotOrbitalParams, isStdUiEntityCardsEntityCardsOrbitalParams, isStdUiEntityListEntityListOrbitalParams, isStdUiEntityTableEntityTableOrbitalParams, isStdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, isStdUiFormFormOrbitalParams, isStdUiFormSectionFormSectionOrbitalParams, isStdUiHeroOrganismHeroOrganismOrbitalParams, isStdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, isStdUiMasterDetailMasterDetailOrbitalParams, isStdUiMediaGalleryMediaGalleryOrbitalParams, isStdUiModalSlotModalSlotOrbitalParams, isStdUiPricingOrganismPricingOrganismOrbitalParams, isStdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, isStdUiSegmentRendererSegmentRendererOrbitalParams, isStdUiShowcaseOrganismShowcaseOrganismOrbitalParams, isStdUiSplitPaneSplitPaneOrbitalParams, isStdUiStatCardStatCardOrbitalParams, isStdUiStateMachineViewStateMachineViewOrbitalParams, isStdUiStatsOrganismStatsOrganismOrbitalParams, isStdUiStepFlowOrganismStepFlowOrganismOrbitalParams, isStdUiSubagentTracePanelSubagentTracePanelOrbitalParams, isStdUiTabbedContainerTabbedContainerOrbitalParams, isStdUiTeamOrganismTeamOrganismOrbitalParams, isStdUiTimelineTimelineOrbitalParams, isStdUiTimerDisplayTimerDisplayOrbitalParams, isStdUiToastSlotToastSlotOrbitalParams, isStdVersionHistoryRevisionOrbitalParams, isStdVoteVoteOrbitalParams, isStdWeightValidatorMlWeightValidatorOrbitalParams, isStdWizardWizardOrbitalParams, isStdWorldmapBoard2dWorldMapBoard2DOrbitalParams, listOrganismOrbitalManifests, stdAgentBuilder, stdAgentBuilderAgentBuilderOrbital, stdAgentCompletion, stdAgentCompletionAgentCompletionOrbital, stdAgentCompletionCompletionGenerationTrait, stdAgentCompletionCompletionReadyTrait, stdAgentCompletionPage, stdAgentContext, stdAgentContextAgentContextOrbital, stdAgentContextContextCompactorTrait, stdAgentContextContextCounterTrait, stdAgentContextContextListenerTrait, stdAgentContextPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopOrbital, stdAgentFixLoopFixLoopExecutionTrait, stdAgentFixLoopFixLoopListenerTrait, stdAgentFixLoopPage, stdAgentMemory, stdAgentMemoryAgentMemoryOrbital, stdAgentMemoryMemoryListenerTrait, stdAgentMemoryMemoryRecallTrait, stdAgentMemoryMemoryStoreTrait, stdAgentMemoryPage, stdAgentPlanner, stdAgentPlannerAgentPlannerOrbital, stdAgentPlannerPage, stdAgentPlannerPlannerExecutionTrait, stdAgentPlannerPlannerListenerTrait, stdAgentRabit, stdAgentRabitCoordinatorOrbital, stdAgentRabitOrbitalProcessOrbital, stdAgentSession, stdAgentSessionAgentSessionOrbital, stdAgentSessionPage, stdAgentSessionSessionListenerTrait, stdAgentSessionSessionReaderTrait, stdAgentSessionSessionWriterTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallOrbital, stdAgentToolCallPage, stdAgentToolCallToolCallExecutionTrait, stdAgentToolCallToolCallReadyTrait, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopOrbital, stdAgentToolLoopPage, stdAgentToolLoopToolLoopExecutionTrait, stdAgentToolLoopToolLoopListenerTrait, stdAgentTrace, stdAgentTraceAgentTraceOrbital, stdAgentTracePage, stdAgentTraceTraceEmitterTrait, stdAgentTraceTraceListenerTrait, stdAnimTick, stdAnimTickAnimTickOrbital, stdAnimTickPage, stdAnimTickTrait, stdAppLayout, stdAppLayoutAppLayoutOrbital, stdAppLayoutPage, stdAppLayoutTrait, stdAppSearch, stdAppSearchAppSearchIdleHintTrait, stdAppSearchAppSearchOrbital, stdAppSearchAppSearchTrait, stdAppSearchPage, stdApprovalGate, stdApprovalGateApprovalDividerTrait, stdApprovalGateApprovalGateOrbital, stdApprovalGateApprovalGateReviewTrait, stdApprovalGateApprovalQueueTitleTrait, stdApprovalGateCloseButtonTrait, stdApprovalGateDenyReasonHintTrait, stdApprovalGateDenyReasonTitleTrait, stdApprovalGateErrorAlertTrait, stdApprovalGateErrorSpinnerTrait, stdApprovalGateLoadingSpinnerTrait, stdApprovalGateLoadingTextTrait, stdApprovalGatePage, stdApprovalGateShieldCheckIconTrait, stdArcadeBoard3d, stdArcadeBoard3dArcadeBoard3DFrameOrbital, stdArcadeFlow, stdArcadeFlowPage, stdArcadeFlowTrait, stdArcadePlay, stdArcadePlayPage, stdArcadePlayTrait, stdAreaFill, stdAreaFillPage, stdAreaFillTrait, stdAudioCue, stdAudioCuePage, stdAudioCueTrait, stdAuditCapture, stdAuditCaptureAuditCaptureOrbital, stdAuditCapturePage, stdAuditCaptureTrait, stdBillableHour, stdBillableHourBillableHourOrbital, stdBillableHourBillableHourTimesheetTrait, stdBillableHourDenseHoursTableTrait, stdBillableHourPage, stdBoard, stdBoardBoardOrbital, stdBoardPage, stdBoardTrait, stdBrowse, stdBrowseBrowseItemBrowseTrait, stdBrowseBrowseItemOrbital, stdBrowseDataGrid1Trait, stdBrowseDenseTableViewTrait, stdBrowseMasterListViewTrait, stdBrowsePage, stdCacheAside, stdCacheAsideCacheEntryCacheManagerTrait, stdCacheAsideCacheEntryOrbital, stdCacheAsideFetchButtonTrait, stdCacheAsideInlineAlertRender22Trait, stdCacheAsideInlineBadgeRender13Trait, stdCacheAsideInlineDividerRender10Trait, stdCacheAsideInlineDividerRender21Trait, stdCacheAsideInlineDividerRender3Trait, stdCacheAsideInlineEmptyStateRender26Trait, stdCacheAsideInlineEmptyStateRender4Trait, stdCacheAsideInlineIconRender11Trait, stdCacheAsideInlineIconRender15Trait, stdCacheAsideInlineIconRender18Trait, stdCacheAsideInlineIconRender1Trait, stdCacheAsideInlineIconRender7Trait, stdCacheAsideInlineSpinnerRender23Trait, stdCacheAsideInlineSpinnerRender24Trait, stdCacheAsideInlineSpinnerRender25Trait, stdCacheAsideInlineSpinnerRender27Trait, stdCacheAsideInlineSpinnerRender5Trait, stdCacheAsideInlineStatusDotRender20Trait, stdCacheAsideInlineStatusDotRender9Trait, stdCacheAsideInlineTypographyRender12Trait, stdCacheAsideInlineTypographyRender14Trait, stdCacheAsideInlineTypographyRender16Trait, stdCacheAsideInlineTypographyRender17Trait, stdCacheAsideInlineTypographyRender19Trait, stdCacheAsideInlineTypographyRender2Trait, stdCacheAsideInlineTypographyRender6Trait, stdCacheAsideInlineTypographyRender8Trait, stdCacheAsideInvalidateButtonTrait, stdCacheAsidePage, stdCacheAsideRefreshButtonTrait, stdCacheAsideRetryButtonTrait, stdCalendar, stdCalendarCalendarEventOrbital, stdCalendarPage, stdCalendarSync, stdCalendarSyncCalendarSyncOrbital, stdCalendarSyncPage, stdCalendarSyncTrait, stdCalendarTrait, stdCameraRig, stdCameraRigPage, stdCameraRigTrait, stdCascadeOnDelete, stdCascadeOnDeleteCascadeOnDeleteOrbital, stdCascadeOnDeletePage, stdCascadeOnDeleteTrait, stdChaseAi, stdChaseAiPage, stdChaseAiTrait, stdChoiceGate, stdChoiceGatePage, stdChoiceGateTrait, stdCircuitBreaker, stdCircuitBreakerActivityIconTrait, stdCircuitBreakerAlertTriangleIconTrait, stdCircuitBreakerCircuitDividerTrait, stdCircuitBreakerClosedStatusDotTrait, stdCircuitBreakerErrorAlertTrait, stdCircuitBreakerFailuresMeterTrait, stdCircuitBreakerFailuresStatTrait, stdCircuitBreakerHalfOpenStatusDotTrait, stdCircuitBreakerOpenStatusDotTrait, stdCircuitBreakerPage, stdCircuitBreakerResetButtonTrait, stdCircuitBreakerServiceNodeCircuitBreakerTrait, stdCircuitBreakerServiceNodeLabelTrait, stdCircuitBreakerServiceNodeOrbital, stdCircuitBreakerShieldIconTrait, stdCircuitBreakerStatsGridTrait, stdCircuitBreakerSuccessAlertTrait, stdCircuitBreakerSuccessesStatTrait, stdCircuitBreakerWarningAlertTrait, stdCoefPad, stdCoefPadPage, stdCoefPadTrait, stdConfirmation, stdConfirmationConfirmActionOrbital, stdConfirmationPage, stdConfirmationTrait, stdCooldown, stdCooldownCooldownOrbital, stdCooldownPage, stdCooldownTrait, stdCrewBoard2d, stdCrewBoard2dCrewBoard2DOrbital, stdCrossReference, stdCrossReferenceCrossReferenceOrbital, stdCrossReferencePage, stdCrossReferenceTrait, stdCurveFog, stdCurveFogPage, stdCurveFogTrait, stdDashboardGridEmbedded, stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital, stdDashboardGridEmbeddedDashboardGridEmbeddedTrait, stdDashboardGridEmbeddedEmptyTileTrait, stdDashboardGridEmbeddedPage, stdDashboardGridEmbeddedSimpleGrid1Trait, stdDataCollector, stdDataCollectorMlDataCollectorOrbital, stdDataCollectorPage, stdDataCollectorTrait, stdDataErasure, stdDataErasureCloseButtonTrait, stdDataErasureDataErasureOrbital, stdDataErasureErasureDividerTrait, stdDataErasureErasureRequestsTitleTrait, stdDataErasureErasureWorkflowTrait, stdDataErasureErrorAlertTrait, stdDataErasureErrorSpinnerTrait, stdDataErasureLoadingSpinnerTrait, stdDataErasureLoadingTextTrait, stdDataErasurePage, stdDataErasureTrash2IconTrait, stdDateRange, stdDateRangeDateRangeOrbital, stdDateRangePage, stdDateRangeTrait, stdDetailLayout, stdDetailLayoutPage, stdDetailLayoutTrait, stdDungeonBoard2d, stdDungeonBoard2dDungeonBoard2DOrbital, stdDungeonCombat, stdDungeonCombatPage, stdDungeonCombatTrait, stdEscalatingDecision, stdEscalatingDecisionEscalatingDecisionOrbital, stdEsignFlow, stdEsignFlowEnvelopeDispatcherTrait, stdEsignFlowPage, stdEsignFlowSignatureSessionBrowseTrait, stdEsignFlowSignatureSessionCreateTrait, stdEsignFlowSignatureSessionDeleteTrait, stdEsignFlowSignatureSessionOrbital, stdEsignFlowSignatureSessionPersistorTrait, stdEsignRequest, stdEsignRequestESignRequestOrbital, stdEsignRequestESignRequestSigningTrait, stdEsignRequestErrorAlertTrait, stdEsignRequestPage, stdEsignRequestRequestDataGridTrait, stdEsignRequestTitleHeadingTrait, stdEventLog, stdEventLogEventLogOrbital, stdEventLogPage, stdEventLogTrait, stdExport, stdExportButton1Trait, stdExportExportMenuTrait, stdExportExportOrbital, stdExportMenu1Trait, stdExportPage, stdFileStore, stdFileStorePage, stdFileStoreStoredFileOrbital, stdFileStoreTrait, stdFilter, stdFilterFilterTargetOrbital, stdFilterPage, stdFilterTrait, stdFormAdvanced, stdFormAdvancedFormEntryOrbital, stdFormAdvancedPage, stdFormAdvancedTrait, stdFxNarrative, stdFxNarrativePage, stdFxNarrativeTrait, stdFxParticles, stdFxParticlesPage, stdFxParticlesTrait, stdFxTrail, stdFxTrailPage, stdFxTrailTrait, stdGallery, stdGalleryErrorAlertTrait, stdGalleryGalleryIconTrait, stdGalleryGalleryItemGalleryTrait, stdGalleryGalleryItemOrbital, stdGalleryLoadingCaptionTrait, stdGalleryLoadingSpinnerTrait, stdGalleryMediaGalleryGridTrait, stdGalleryPage, stdGalleryReloadCaptionTrait, stdGalleryReloadSpinnerTrait, stdGalleryRetrySpinnerTrait, stdGalleryTitleDividerTrait, stdGameClock, stdGameClockGameClockOrbital, stdGameClockPage, stdGameClockTrait, stdGateLock, stdGateLockPage, stdGateLockTrait, stdGather, stdGatherPage, stdGatherTrait, stdGeosearch, stdGeosearchGeoSearchResultOrbital, stdGeosearchPage, stdGeosearchTrait, stdGold, stdGoldPage, stdGoldTrait, stdGraphBuilder, stdGraphBuilderGraphBuilderOrbital, stdGraphBuilderPage, stdGraphBuilderTrait, stdGraphs, stdGraphsGraphItemOrbital, stdGraphsPage, stdGraphsTrait, stdGridTactics, stdGridTacticsPage, stdGridTacticsTrait, stdHeroNav, stdHeroNavPage, stdHeroNavTrait, stdImageUploadMulti, stdImageUploadMultiPage, stdImageUploadMultiTrait, stdImageUploadMultiUploadedImageOrbital, stdImport, stdImportButton1Trait, stdImportImportMenuTrait, stdImportMenu1Trait, stdImportPage, stdKnowledgeTracing, stdKnowledgeTracingKnowledgeTracingOrbital, stdLearnArrangement, stdLearnArrangementPage, stdLearnArrangementTrait, stdLearnClassify, stdLearnClassifyPage, stdLearnClassifyTrait, stdLearnCompare, stdLearnComparePage, stdLearnCompareTrait, stdLearnCoupledSim, stdLearnCoupledSimPage, stdLearnCoupledSimTrait, stdLearnDerivation, stdLearnDerivationPage, stdLearnDerivationTrait, stdLearnDiagram, stdLearnDiagramPage, stdLearnDiagramTrait, stdLearnDoser, stdLearnDoserPage, stdLearnDoserTrait, stdLearnEstimate, stdLearnEstimatePage, stdLearnEstimateTrait, stdLearnFxCues, stdLearnFxCuesPage, stdLearnFxCuesTrait, stdLearnGoalSeek, stdLearnGoalSeekPage, stdLearnGoalSeekTrait, stdLearnGridSim, stdLearnGridSimPage, stdLearnGridSimTrait, stdLearnHotspot, stdLearnHotspotPage, stdLearnHotspotTrait, stdLearnLiveSim, stdLearnLiveSimPage, stdLearnLiveSimTrait, stdLearnMeasure, stdLearnMeasurePage, stdLearnMeasureTrait, stdLearnParamExplorer, stdLearnParamExplorerPage, stdLearnParamExplorerTrait, stdLearnPerturb, stdLearnPerturbPage, stdLearnPerturbTrait, stdLearnPredict, stdLearnPredictPage, stdLearnPredictTrait, stdLearnSampleAccumulator, stdLearnSampleAccumulatorPage, stdLearnSampleAccumulatorTrait, stdLearnSandbox, stdLearnSandboxPage, stdLearnSandboxTrait, stdLearnScatterFit, stdLearnScatterFitPage, stdLearnScatterFitTrait, stdLearnScenario, stdLearnScenarioPage, stdLearnScenarioTrait, stdLearnSim3d, stdLearnSim3dPage, stdLearnSim3dTrait, stdLearnSlopeProbe, stdLearnSlopeProbePage, stdLearnSlopeProbeTrait, stdLearnSpeedDrill, stdLearnSpeedDrillPage, stdLearnSpeedDrillTrait, stdLearnStepper, stdLearnStepperPage, stdLearnStepperTrait, stdLearnTour3d, stdLearnTour3dPage, stdLearnTour3dTrait, stdLearnTracePlayer, stdLearnTracePlayerPage, stdLearnTracePlayerTrait, stdLearnTransport, stdLearnTransportPage, stdLearnTransportTrait, stdLearnTree, stdLearnTreePage, stdLearnTreeTrait, stdLifecycle, stdLifecycleLifecycleOrbital, stdLifecyclePage, stdLifecycleTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemOrbital, stdListListItemPersistorTrait, stdListPage, stdLives, stdLivesPage, stdLivesTrait, stdLoopLock, stdLoopLockPage, stdLoopLockTrait, stdMarketBoard3d, stdMarketBoard3dMarketBoard3DOrbital, stdMarketFlow, stdMarketFlowPage, stdMarketFlowTrait, stdMarketingArticle, stdMarketingArticlePage, stdMarketingArticleTrait, stdMarketingCta, stdMarketingCtaPage, stdMarketingCtaTrait, stdMarketingFeatures, stdMarketingFeaturesPage, stdMarketingFeaturesTrait, stdMarketingFooter, stdMarketingFooterPage, stdMarketingFooterTrait, stdMarketingHero, stdMarketingHeroPage, stdMarketingHeroTrait, stdMarketingNav, stdMarketingNavPage, stdMarketingNavTrait, stdMarketingPricing, stdMarketingPricingPage, stdMarketingPricingTrait, stdMarketingShowcase, stdMarketingShowcasePage, stdMarketingShowcaseTrait, stdMarketingSplit, stdMarketingSplitPage, stdMarketingSplitTrait, stdMarketingStats, stdMarketingStatsPage, stdMarketingStatsTrait, stdMarketingSteps, stdMarketingStepsPage, stdMarketingStepsTrait, stdMarketingTeam, stdMarketingTeamPage, stdMarketingTeamTrait, stdMeshAssetArt, stdMeshAssetArtPage, stdMeshAssetArtTrait, stdMigrationJob, stdMigrationJobMigrationJobOrbital, stdMigrationJobPage, stdMigrationJobTrait, stdMlClassify, stdMlClassifyMlClassifyOrbital, stdMlClassifyPage, stdMlClassifyTrait, stdMlExactCheck, stdMlExactCheckMlExactCheckOrbital, stdMlExactCheckPage, stdMlExactCheckTrait, stdMlInfer, stdMlInferMlInferOrbital, stdMlInferPage, stdMlInferTrait, stdMlLabelCapture, stdMlLabelCaptureMlLabelCaptureOrbital, stdMlLabelCapturePage, stdMlLabelCaptureTrait, stdMlLookup, stdMlLookupMlLookupOrbital, stdMlLookupPage, stdMlLookupTrait, stdMlPosterior, stdMlPosteriorMlPosteriorOrbital, stdMlPosteriorPage, stdMlPosteriorTrait, stdMlSimilarity, stdMlSimilarityMlSimilarityOrbital, stdMlSimilarityPage, stdMlSimilarityTrait, stdModQueue, stdModQueueCloseButtonTrait, stdModQueueErrorAlertTrait, stdModQueueErrorSpinnerTrait, stdModQueueLoadingSpinnerTrait, stdModQueueLoadingTextTrait, stdModQueueModQueueDividerTrait, stdModQueueModQueueItemOrbital, stdModQueueModQueueItemReviewTrait, stdModQueueModQueueTitleTrait, stdModQueuePage, stdModQueueShieldAlertIconTrait, stdModal, stdModalEditor, stdModalEditorPage, stdModalEditorTrait, stdModalModalRecordOrbital, stdModalPage, stdModalTrait, stdMotionBody, stdMotionBodyPage, stdMotionBodyTrait, stdMultiPartyFlow, stdMultiPartyFlowMultiPartyFlowOrbital, stdMultiPartyFlowPage, stdMultiPartyFlowTrait, stdNotificationCenter, stdNotificationCenterDigestDrainTrait, stdNotificationCenterNotificationCenterOrbital, stdNotificationCenterNotificationDigestPagePage, stdNotificationCenterNotificationPreferencesPagePage, stdNotificationCenterPreferenceEditorTrait, stdNotificationCenterPushSubscribePagePage, stdNotificationCenterPushSubscriberTrait, stdNotificationPanel, stdNotificationPanelPage, stdNotificationPanelTrait, stdNotifyOnEvent, stdNotifyOnEventNotifyOnEventOrbital, stdNotifyOnEventPage, stdNotifyOnEventTrait, stdObjectiveBoard3d, stdObjectiveBoard3dObjectiveBoard3DOrbital, stdObjectiveFlow, stdObjectiveFlowPage, stdObjectiveFlowTrait, stdObjectiveReach, stdObjectiveReachPage, stdObjectiveReachTrait, stdPadLock, stdPadLockPage, stdPadLockTrait, stdPagination, stdPaginationPage, stdPaginationPagedItemOrbital, stdPaginationTrait, stdPatience, stdPatiencePage, stdPatienceTrait, stdPatrolHazard, stdPatrolHazardPage, stdPatrolHazardTrait, stdPickup, stdPickupPage, stdPickupTrait, stdPlatformerBoard2d, stdPlatformerBoard2dPlatformerBoard2DOrbital, stdPlatformerBody, stdPlatformerBodyPage, stdPlatformerBodyTrait, stdPlatformerPuzzle, stdPlatformerPuzzlePlatformerPuzzleOrbital, stdProduction, stdProductionPage, stdProductionTrait, stdRateLimiter, stdRateLimiterCountMeterTrait, stdRateLimiterCountProgressBarTrait, stdRateLimiterOpenStatusDotTrait, stdRateLimiterPage, stdRateLimiterRateBucketDividerTrait, stdRateLimiterRateBucketOrbital, stdRateLimiterRateBucketRateLimiterTrait, stdRateLimiterRateBucketTitleTrait, stdRateLimiterRateLimitAlertTrait, stdRateLimiterRequestButtonTrait, stdRateLimiterRequestsStatTrait, stdRateLimiterResetButtonTrait, stdRateLimiterResetPrimaryButtonTrait, stdRateLimiterShieldIconTrait, stdRateLimiterStatsGridTrait, stdRateLimiterThrottledStatusDotTrait, stdRateLimiterWindowStatTrait, stdRatingReview, stdRatingReviewRatingReviewBoardTrait, stdRatingReviewRatingReviewOrbital, stdRatingReviewRatingReviewPagePage, stdRatingReviewRatingReviewSubmitPagePage, stdRatingReviewRatingReviewSubmitTrait, stdRecordDetail, stdRecordDetailPage, stdRecordDetailRecordItemDetailTrait, stdRecordDetailRecordItemDetailsTrait, stdRecordDetailRecordItemOrbital, stdRecurrence, stdRecurrencePage, stdRecurrenceRecurrenceOrbital, stdRecurrenceTrait, stdRelated, stdRelatedPage, stdRelatedRelatedItemOrbital, stdRelatedTrait, stdReminderScheduler, stdReminderSchedulerPage, stdReminderSchedulerReminderSchedulerOrbital, stdReminderSchedulerTrait, stdRoundFlow, stdRoundFlowPage, stdRoundFlowTrait, stdRowAccessControl, stdRowAccessControlPage, stdRowAccessControlRowAccessControlOrbital, stdRowAccessControlTrait, stdSavedSearch, stdSavedSearchPage, stdSavedSearchSavedSearchOrbital, stdSavedSearchTrait, stdScatter, stdScatterPage, stdScatterScatterItemOrbital, stdScatterTrait, stdScore, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchSearchResultOrbital, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionSelectableItemOrbital, stdSelectionTrait, stdSignatureCapture, stdSignatureCapturePage, stdSignatureCaptureSignatureCaptureOrbital, stdSignatureCaptureTrait, stdStatRows, stdStatRowsPage, stdStatRowsTrait, stdStats, stdStatsPage, stdStatsStatsItemOrbital, stdStatsTrait, stdStatusLifecycle, stdStatusLifecycleControl, stdStatusLifecycleControlStatusLifecycleControlOrbital, stdStatusLifecyclePage, stdStatusLifecycleStatusLifecycleOrbital, stdStatusLifecycleTrait, stdStepFlow, stdStepFlowPage, stdStepFlowStepFlowOrbital, stdStepFlowTrait, stdSurvivalBoard3d, stdSurvivalBoard3dSurvivalBoard3DOrbital, stdSurvivalFlow, stdSurvivalFlowPage, stdSurvivalFlowTrait, stdSvgAssetArt, stdSvgAssetArtPage, stdSvgAssetArtTrait, stdTabs, stdTabsPage, stdTabsTabsItemOrbital, stdTabsTrait, stdTacticsBoard2d, stdTacticsBoard2dTacticsBoard2DOrbital, stdTacticsBoard3d, stdTacticsBoard3dTacticsBoard3DOrbital, stdTagStrip, stdTagStripPage, stdTagStripTrait, stdTagTaxonomy, stdTagTaxonomyPage, stdTagTaxonomyTagTaxonomyOrbital, stdTagTaxonomyTrait, stdThread, stdThreadPage, stdThreadThreadPostOrbital, stdThreadTrait, stdTokenizer, stdTokenizerMlTokenizerOrbital, stdTokenizerPage, stdTokenizerTrait, stdTree, stdTreePage, stdTreeTrait, stdTreeTreeNodeOrbital, stdTutorialAutodemo, stdTutorialAutodemoPage, stdTutorialAutodemoTrait, stdTutorialOverlay, stdTutorialOverlayPage, stdTutorialOverlayTutorialEmptyPreviewTrait, stdTutorialOverlayTutorialOverlayTrait, stdUiAccordion, stdUiAccordionPage, stdUiAccordionTrait, stdUiActionPalette, stdUiActionPalettePage, stdUiActionPaletteTrait, stdUiActionTile, stdUiActionTilePage, stdUiActionTileTrait, stdUiActivationBlock, stdUiActivationBlockPage, stdUiActivationBlockTrait, stdUiAlert, stdUiAlertPage, stdUiAlertTrait, stdUiAlgoGraphCanvas, stdUiAlgoGraphCanvasPage, stdUiAlgoGraphCanvasTrait, stdUiAlgorithmCanvas, stdUiAlgorithmCanvasPage, stdUiAlgorithmCanvasTrait, stdUiAnimatedCounter, stdUiAnimatedCounterPage, stdUiAnimatedCounterTrait, stdUiAnimatedGraphic, stdUiAnimatedGraphicPage, stdUiAnimatedGraphicTrait, stdUiAnimatedReveal, stdUiAnimatedRevealPage, stdUiAnimatedRevealTrait, stdUiArticleSection, stdUiArticleSectionPage, stdUiArticleSectionTrait, stdUiAside, stdUiAsidePage, stdUiAsideTrait, stdUiAtlasImage, stdUiAtlasImagePage, stdUiAtlasImageTrait, stdUiAtlasPanel, stdUiAtlasPanelPage, stdUiAtlasPanelTrait, stdUiAvatar, stdUiAvatarPage, stdUiAvatarTrait, stdUiBadge, stdUiBadgePage, stdUiBadgeTrait, stdUiBehaviorView, stdUiBehaviorViewPage, stdUiBehaviorViewTrait, stdUiBiologyCanvas, stdUiBiologyCanvasPage, stdUiBiologyCanvasTrait, stdUiBloomQuizBlock, stdUiBloomQuizBlockPage, stdUiBloomQuizBlockTrait, stdUiBookChapterView, stdUiBookChapterViewBookChapterViewOrbital, stdUiBookCoverPage, stdUiBookCoverPageBookCoverPageOrbital, stdUiBookNavBar, stdUiBookNavBarBookNavBarOrbital, stdUiBookTableOfContents, stdUiBookTableOfContentsBookTableOfContentsOrbital, stdUiBookViewer, stdUiBookViewerBookViewerOrbital, stdUiBox, stdUiBoxPage, stdUiBoxTrait, stdUiBranchingLogicBuilder, stdUiBranchingLogicBuilderPage, stdUiBranchingLogicBuilderTrait, stdUiBreadcrumb, stdUiBreadcrumbPage, stdUiBreadcrumbTrait, stdUiButton, stdUiButtonPage, stdUiButtonTrait, stdUiCalendarGrid, stdUiCalendarGridPage, stdUiCalendarGridTrait, stdUiCanvas, stdUiCanvas2d, stdUiCanvas2dPage, stdUiCanvas2dTrait, stdUiCanvasPage, stdUiCanvasTrait, stdUiCard, stdUiCardPage, stdUiCardTrait, stdUiCarousel, stdUiCarouselPage, stdUiCarouselTrait, stdUiCaseStudyCard, stdUiCaseStudyCardPage, stdUiCaseStudyCardTrait, stdUiCaseStudyOrganism, stdUiCaseStudyOrganismCaseStudyOrganismOrbital, stdUiCenter, stdUiCenterPage, stdUiCenterTrait, stdUiChart, stdUiChartLegend, stdUiChartLegendPage, stdUiChartLegendTrait, stdUiChartPage, stdUiChartTrait, stdUiChatBar, stdUiChatBarChatBarOrbital, stdUiCheckbox, stdUiCheckboxPage, stdUiCheckboxTrait, stdUiChemistryCanvas, stdUiChemistryCanvasPage, stdUiChemistryCanvasTrait, stdUiChoiceButton, stdUiChoiceButtonPage, stdUiChoiceButtonTrait, stdUiCodeBlock, stdUiCodeBlockPage, stdUiCodeBlockTrait, stdUiCodeRunnerPanel, stdUiCodeRunnerPanelCodeRunnerPanelOrbital, stdUiCommandPalette, stdUiCommandPalettePage, stdUiCommandPaletteTrait, stdUiCommunityLinks, stdUiCommunityLinksPage, stdUiCommunityLinksTrait, stdUiConditionalWrapper, stdUiConditionalWrapperPage, stdUiConditionalWrapperTrait, stdUiConfettiEffect, stdUiConfettiEffectPage, stdUiConfettiEffectTrait, stdUiConfirmDialog, stdUiConfirmDialogPage, stdUiConfirmDialogTrait, stdUiConnectionBlock, stdUiConnectionBlockPage, stdUiConnectionBlockTrait, stdUiContainer, stdUiContainerPage, stdUiContainerTrait, stdUiContentRenderer, stdUiContentRendererPage, stdUiContentRendererTrait, stdUiContentSection, stdUiContentSectionPage, stdUiContentSectionTrait, stdUiControlButton, stdUiControlButtonPage, stdUiControlButtonTrait, stdUiControlGrid, stdUiControlGridPage, stdUiControlGridTrait, stdUiCtaBanner, stdUiCtaBannerPage, stdUiCtaBannerTrait, stdUiDashboardGrid, stdUiDashboardGridDashboardGridOrbital, stdUiDataGrid, stdUiDataGridPage, stdUiDataGridTrait, stdUiDataList, stdUiDataListPage, stdUiDataListTrait, stdUiDateRangePicker, stdUiDateRangePickerPage, stdUiDateRangePickerTrait, stdUiDateRangeSelector, stdUiDateRangeSelectorPage, stdUiDateRangeSelectorTrait, stdUiDayCell, stdUiDayCellPage, stdUiDayCellTrait, stdUiDetailPanel, stdUiDetailPanelDetailPanelOrbital, stdUiDialog, stdUiDialogPage, stdUiDialogTrait, stdUiDialogueBubble, stdUiDialogueBubblePage, stdUiDialogueBubbleTrait, stdUiDivider, stdUiDividerPage, stdUiDividerTrait, stdUiDocBreadcrumb, stdUiDocBreadcrumbPage, stdUiDocBreadcrumbTrait, stdUiDocPagination, stdUiDocPaginationPage, stdUiDocPaginationTrait, stdUiDocSearch, stdUiDocSearchPage, stdUiDocSearchTrait, stdUiDocSidebar, stdUiDocSidebarPage, stdUiDocSidebarTrait, stdUiDocToc, stdUiDocTocPage, stdUiDocTocTrait, stdUiDockLayout, stdUiDockLayoutDockLayoutOrbital, stdUiDocumentDetails, stdUiDocumentDetailsPage, stdUiDocumentDetailsTrait, stdUiDocumentPanel, stdUiDocumentPanelPage, stdUiDocumentPanelTrait, stdUiDocumentViewer, stdUiDocumentViewerPage, stdUiDocumentViewerTrait, stdUiDrawFxLayer, stdUiDrawFxLayerPage, stdUiDrawFxLayerTrait, stdUiDrawGroup, stdUiDrawGroupPage, stdUiDrawGroupTrait, stdUiDrawMesh, stdUiDrawMeshPage, stdUiDrawMeshTrait, stdUiDrawShape, stdUiDrawShapeLayer, stdUiDrawShapeLayerPage, stdUiDrawShapeLayerTrait, stdUiDrawShapePage, stdUiDrawShapeTrait, stdUiDrawSprite, stdUiDrawSpriteLayer, stdUiDrawSpriteLayerPage, stdUiDrawSpriteLayerTrait, stdUiDrawSpritePage, stdUiDrawSpriteTrait, stdUiDrawText, stdUiDrawTextLayer, stdUiDrawTextLayerPage, stdUiDrawTextLayerTrait, stdUiDrawTextPage, stdUiDrawTextTrait, stdUiDrawer, stdUiDrawerPage, stdUiDrawerSlot, stdUiDrawerSlotDrawerSlotOrbital, stdUiDrawerTrait, stdUiEdgeDecoration, stdUiEdgeDecorationPage, stdUiEdgeDecorationTrait, stdUiEmojiPicker, stdUiEmojiPickerPage, stdUiEmojiPickerTrait, stdUiEmptyState, stdUiEmptyStatePage, stdUiEmptyStateTrait, stdUiEntityCards, stdUiEntityCardsEntityCardsOrbital, stdUiEntityList, stdUiEntityListEntityListOrbital, stdUiEntityTable, stdUiEntityTableEntityTableOrbital, stdUiErrorBoundary, stdUiErrorBoundaryPage, stdUiErrorBoundaryTrait, stdUiErrorState, stdUiErrorStatePage, stdUiErrorStateTrait, stdUiFeatureCard, stdUiFeatureCardPage, stdUiFeatureCardTrait, stdUiFeatureGrid, stdUiFeatureGridOrganism, stdUiFeatureGridOrganismFeatureGridOrganismOrbital, stdUiFeatureGridPage, stdUiFeatureGridTrait, stdUiFileTree, stdUiFileTreePage, stdUiFileTreeTrait, stdUiFilterGroup, stdUiFilterGroupPage, stdUiFilterGroupTrait, stdUiFilterPill, stdUiFilterPillPage, stdUiFilterPillTrait, stdUiFlex, stdUiFlexPage, stdUiFlexTrait, stdUiFlipCard, stdUiFlipCardPage, stdUiFlipCardTrait, stdUiFlipContainer, stdUiFlipContainerPage, stdUiFlipContainerTrait, stdUiFloatingActionButton, stdUiFloatingActionButtonPage, stdUiFloatingActionButtonTrait, stdUiFloatingToolbar, stdUiFloatingToolbarPage, stdUiFloatingToolbarTrait, stdUiForm, stdUiFormActions, stdUiFormActionsPage, stdUiFormActionsTrait, stdUiFormField, stdUiFormFieldPage, stdUiFormFieldTrait, stdUiFormFormOrbital, stdUiFormLayout, stdUiFormLayoutPage, stdUiFormLayoutTrait, stdUiFormSection, stdUiFormSectionFormSectionOrbital, stdUiFormSectionHeader, stdUiFormSectionHeaderPage, stdUiFormSectionHeaderTrait, stdUiFxOverlay, stdUiFxOverlayPage, stdUiFxOverlayTrait, stdUiGameAudioCue, stdUiGameAudioCuePage, stdUiGameAudioCueTrait, stdUiGameAudioToggle, stdUiGameAudioTogglePage, stdUiGameAudioToggleTrait, stdUiGameHud, stdUiGameHudPage, stdUiGameHudTrait, stdUiGameIcon, stdUiGameIconPage, stdUiGameIconTrait, stdUiGameMenu, stdUiGameMenuPage, stdUiGameMenuTrait, stdUiGeometricPattern, stdUiGeometricPatternPage, stdUiGeometricPatternTrait, stdUiGradientDivider, stdUiGradientDividerPage, stdUiGradientDividerTrait, stdUiGraphCanvas, stdUiGraphCanvasPage, stdUiGraphCanvasTrait, stdUiGraphView, stdUiGraphViewPage, stdUiGraphViewTrait, stdUiGrid, stdUiGridPage, stdUiGridTrait, stdUiHeader, stdUiHeaderPage, stdUiHeaderTrait, stdUiHealthBar, stdUiHealthBarPage, stdUiHealthBarTrait, stdUiHeroOrganism, stdUiHeroOrganismHeroOrganismOrbital, stdUiHeroSection, stdUiHeroSectionPage, stdUiHeroSectionTrait, stdUiHstack, stdUiHstackPage, stdUiHstackTrait, stdUiIcon, stdUiIconPage, stdUiIconTrait, stdUiImportPreviewTree, stdUiImportPreviewTreePage, stdUiImportPreviewTreeTrait, stdUiImportProgress, stdUiImportProgressPage, stdUiImportProgressTrait, stdUiImportSourcePicker, stdUiImportSourcePickerPage, stdUiImportSourcePickerTrait, stdUiInfiniteScrollSentinel, stdUiInfiniteScrollSentinelPage, stdUiInfiniteScrollSentinelTrait, stdUiInput, stdUiInputGroup, stdUiInputGroupPage, stdUiInputGroupTrait, stdUiInputPage, stdUiInputTrait, stdUiInstallBox, stdUiInstallBoxPage, stdUiInstallBoxTrait, stdUiJazariStateMachine, stdUiJazariStateMachinePage, stdUiJazariStateMachineTrait, stdUiLabel, stdUiLabelPage, stdUiLabelTrait, stdUiLawReferenceTooltip, stdUiLawReferenceTooltipPage, stdUiLawReferenceTooltipTrait, stdUiLearningCanvas, stdUiLearningCanvasPage, stdUiLearningCanvasTrait, stdUiLightbox, stdUiLightboxPage, stdUiLightboxTrait, stdUiLikertScale, stdUiLikertScalePage, stdUiLikertScaleTrait, stdUiLineChart, stdUiLineChartPage, stdUiLineChartTrait, stdUiLoadingState, stdUiLoadingStatePage, stdUiLoadingStateTrait, stdUiMapView, stdUiMapViewPage, stdUiMapViewTrait, stdUiMarkdownContent, stdUiMarkdownContentPage, stdUiMarkdownContentTrait, stdUiMarketingFooter, stdUiMarketingFooterPage, stdUiMarketingFooterTrait, stdUiMarketingStatCard, stdUiMarketingStatCardPage, stdUiMarketingStatCardTrait, stdUiMasterDetail, stdUiMasterDetailLayout, stdUiMasterDetailLayoutMasterDetailLayoutOrbital, stdUiMasterDetailMasterDetailOrbital, stdUiMathCanvas, stdUiMathCanvasPage, stdUiMathCanvasTrait, stdUiMatrixQuestion, stdUiMatrixQuestionPage, stdUiMatrixQuestionTrait, stdUiMediaGallery, stdUiMediaGalleryMediaGalleryOrbital, stdUiMenu, stdUiMenuPage, stdUiMenuTrait, stdUiMeter, stdUiMeterPage, stdUiMeterTrait, stdUiModal, stdUiModalPage, stdUiModalSlot, stdUiModalSlotModalSlotOrbital, stdUiModalTrait, stdUiModuleCard, stdUiModuleCardPage, stdUiModuleCardTrait, stdUiNavigation, stdUiNavigationPage, stdUiNavigationTrait, stdUiNotification, stdUiNotificationPage, stdUiNotificationTrait, stdUiNumberStepper, stdUiNumberStepperPage, stdUiNumberStepperTrait, stdUiOptionConstraintGroup, stdUiOptionConstraintGroupPage, stdUiOptionConstraintGroupTrait, stdUiOrbitalVisualization, stdUiOrbitalVisualizationPage, stdUiOrbitalVisualizationTrait, stdUiOverlay, stdUiOverlayPage, stdUiOverlayTrait, stdUiPageHeader, stdUiPageHeaderPage, stdUiPageHeaderTrait, stdUiPageTransition, stdUiPageTransitionPage, stdUiPageTransitionTrait, stdUiPagination, stdUiPaginationPage, stdUiPaginationTrait, stdUiPatternTile, stdUiPatternTilePage, stdUiPatternTileTrait, stdUiPhysicsCanvas, stdUiPhysicsCanvasPage, stdUiPhysicsCanvasTrait, stdUiPopover, stdUiPopoverPage, stdUiPopoverTrait, stdUiPositionedCanvas, stdUiPositionedCanvasPage, stdUiPositionedCanvasTrait, stdUiPresence, stdUiPresencePage, stdUiPresenceTrait, stdUiPricingCard, stdUiPricingCardPage, stdUiPricingCardTrait, stdUiPricingGrid, stdUiPricingGridPage, stdUiPricingGridTrait, stdUiPricingOrganism, stdUiPricingOrganismPricingOrganismOrbital, stdUiProgressBar, stdUiProgressBarPage, stdUiProgressBarTrait, stdUiProgressDots, stdUiProgressDotsPage, stdUiProgressDotsTrait, stdUiPullQuote, stdUiPullQuotePage, stdUiPullQuoteTrait, stdUiPullToRefresh, stdUiPullToRefreshPage, stdUiPullToRefreshTrait, stdUiQrScanner, stdUiQrScannerPage, stdUiQrScannerTrait, stdUiQuizBlock, stdUiQuizBlockPage, stdUiQuizBlockTrait, stdUiRadio, stdUiRadioPage, stdUiRadioTrait, stdUiRangeSlider, stdUiRangeSliderPage, stdUiRangeSliderTrait, stdUiReflectionBlock, stdUiReflectionBlockPage, stdUiReflectionBlockTrait, stdUiRelationSelect, stdUiRelationSelectPage, stdUiRelationSelectTrait, stdUiRepeatableFormSection, stdUiRepeatableFormSectionPage, stdUiRepeatableFormSectionTrait, stdUiReplyTree, stdUiReplyTreePage, stdUiReplyTreeTrait, stdUiRichTextEditor, stdUiRichTextEditorPage, stdUiRichTextEditorTrait, stdUiRuntimeDebugger, stdUiRuntimeDebuggerRuntimeDebuggerOrbital, stdUiScaledDiagram, stdUiScaledDiagramPage, stdUiScaledDiagramTrait, stdUiScoreDisplay, stdUiScoreDisplayPage, stdUiScoreDisplayTrait, stdUiSearchInput, stdUiSearchInputPage, stdUiSearchInputTrait, stdUiSection, stdUiSectionHeader, stdUiSectionHeaderPage, stdUiSectionHeaderTrait, stdUiSectionPage, stdUiSectionTrait, stdUiSegmentRenderer, stdUiSegmentRendererSegmentRendererOrbital, stdUiSelect, stdUiSelectPage, stdUiSelectTrait, stdUiSequenceBar, stdUiSequenceBarPage, stdUiSequenceBarTrait, stdUiServiceCatalog, stdUiServiceCatalogPage, stdUiServiceCatalogTrait, stdUiShowcaseCard, stdUiShowcaseCardPage, stdUiShowcaseCardTrait, stdUiShowcaseOrganism, stdUiShowcaseOrganismShowcaseOrganismOrbital, stdUiSidePanel, stdUiSidePanelPage, stdUiSidePanelTrait, stdUiSidebar, stdUiSidebarPage, stdUiSidebarTrait, stdUiSignaturePad, stdUiSignaturePadPage, stdUiSignaturePadTrait, stdUiSimpleGrid, stdUiSimpleGridPage, stdUiSimpleGridTrait, stdUiSkeleton, stdUiSkeletonPage, stdUiSkeletonTrait, stdUiSocialProof, stdUiSocialProofPage, stdUiSocialProofTrait, stdUiSortableList, stdUiSortableListPage, stdUiSortableListTrait, stdUiSpacer, stdUiSpacerPage, stdUiSpacerTrait, stdUiSparkline, stdUiSparklinePage, stdUiSparklineTrait, stdUiSpinner, stdUiSpinnerPage, stdUiSpinnerTrait, stdUiSplit, stdUiSplitPage, stdUiSplitPane, stdUiSplitPaneSplitPaneOrbital, stdUiSplitSection, stdUiSplitSectionPage, stdUiSplitSectionTrait, stdUiSplitTrait, stdUiStack, stdUiStackPage, stdUiStackTrait, stdUiStarRating, stdUiStarRatingPage, stdUiStarRatingTrait, stdUiStatBadge, stdUiStatBadgePage, stdUiStatBadgeTrait, stdUiStatCard, stdUiStatCardStatCardOrbital, stdUiStatDisplay, stdUiStatDisplayPage, stdUiStatDisplayTrait, stdUiStateGraph, stdUiStateGraphPage, stdUiStateGraphTrait, stdUiStateJsonView, stdUiStateJsonViewPage, stdUiStateJsonViewTrait, stdUiStateMachineView, stdUiStateMachineViewStateMachineViewOrbital, stdUiStatsGrid, stdUiStatsGridPage, stdUiStatsGridTrait, stdUiStatsOrganism, stdUiStatsOrganismStatsOrganismOrbital, stdUiStatusDot, stdUiStatusDotPage, stdUiStatusDotTrait, stdUiStepFlow, stdUiStepFlowOrganism, stdUiStepFlowOrganismStepFlowOrganismOrbital, stdUiStepFlowPage, stdUiStepFlowTrait, stdUiSubagentTracePanel, stdUiSubagentTracePanelSubagentTracePanelOrbital, stdUiSvgBranch, stdUiSvgBranchPage, stdUiSvgBranchTrait, stdUiSvgConnection, stdUiSvgConnectionPage, stdUiSvgConnectionTrait, stdUiSvgFlow, stdUiSvgFlowPage, stdUiSvgFlowTrait, stdUiSvgGrid, stdUiSvgGridPage, stdUiSvgGridTrait, stdUiSvgLobe, stdUiSvgLobePage, stdUiSvgLobeTrait, stdUiSvgMesh, stdUiSvgMeshPage, stdUiSvgMeshTrait, stdUiSvgMorph, stdUiSvgMorphPage, stdUiSvgMorphTrait, stdUiSvgNode, stdUiSvgNodePage, stdUiSvgNodeTrait, stdUiSvgPulse, stdUiSvgPulsePage, stdUiSvgPulseTrait, stdUiSvgRing, stdUiSvgRingPage, stdUiSvgRingTrait, stdUiSvgShield, stdUiSvgShieldPage, stdUiSvgShieldTrait, stdUiSvgStack, stdUiSvgStackPage, stdUiSvgStackTrait, stdUiSwipeableRow, stdUiSwipeableRowPage, stdUiSwipeableRowTrait, stdUiSwitch, stdUiSwitchPage, stdUiSwitchTrait, stdUiTabbedContainer, stdUiTabbedContainerTabbedContainerOrbital, stdUiTableView, stdUiTableViewPage, stdUiTableViewTrait, stdUiTabs, stdUiTabsPage, stdUiTabsTrait, stdUiTagCloud, stdUiTagCloudPage, stdUiTagCloudTrait, stdUiTagInput, stdUiTagInputPage, stdUiTagInputTrait, stdUiTeamCard, stdUiTeamCardPage, stdUiTeamCardTrait, stdUiTeamOrganism, stdUiTeamOrganismTeamOrganismOrbital, stdUiTextHighlight, stdUiTextHighlightPage, stdUiTextHighlightTrait, stdUiTextarea, stdUiTextareaPage, stdUiTextareaTrait, stdUiThemeToggle, stdUiThemeTogglePage, stdUiThemeToggleTrait, stdUiTimeSlotCell, stdUiTimeSlotCellPage, stdUiTimeSlotCellTrait, stdUiTimeline, stdUiTimelineTimelineOrbital, stdUiTimerDisplay, stdUiTimerDisplayPage, stdUiTimerDisplayTimerDisplayOrbital, stdUiTimerDisplayTrait, stdUiToastSlot, stdUiToastSlotToastSlotOrbital, stdUiTooltip, stdUiTooltipPage, stdUiTooltipTrait, stdUiTraitFrame, stdUiTraitFramePage, stdUiTraitFrameTrait, stdUiTraitSlot, stdUiTraitSlotPage, stdUiTraitSlotTrait, stdUiTrendIndicator, stdUiTrendIndicatorPage, stdUiTrendIndicatorTrait, stdUiTypewriterText, stdUiTypewriterTextPage, stdUiTypewriterTextTrait, stdUiTypography, stdUiTypographyPage, stdUiTypographyTrait, stdUiUploadDropZone, stdUiUploadDropZonePage, stdUiUploadDropZoneTrait, stdUiVersionDiff, stdUiVersionDiffPage, stdUiVersionDiffTrait, stdUiViolationAlert, stdUiViolationAlertPage, stdUiViolationAlertTrait, stdUiVoteStack, stdUiVoteStackPage, stdUiVoteStackTrait, stdUiVstack, stdUiVstackPage, stdUiVstackTrait, stdUiWizardContainer, stdUiWizardContainerPage, stdUiWizardContainerTrait, stdUiWizardNavigation, stdUiWizardNavigationPage, stdUiWizardNavigationTrait, stdUiWizardProgress, stdUiWizardProgressPage, stdUiWizardProgressTrait, stdVelocityGate, stdVelocityGatePage, stdVelocityGateTrait, stdVersionHistory, stdVersionHistoryPage, stdVersionHistoryRevisionOrbital, stdVersionHistoryTrait, stdVote, stdVotePage, stdVoteTrait, stdVoteVoteOrbital, stdWeightValidator, stdWeightValidatorMlWeightValidatorOrbital, stdWeightValidatorPage, stdWeightValidatorTrait, stdWizard, stdWizardPage, stdWizardTrait, stdWizardWizardOrbital, stdWorldmapBoard2d, stdWorldmapBoard2dWorldMapBoard2DOrbital, stdXp, stdXpPage, stdXpTrait, stdZoneCard, stdZoneCardPage, stdZoneCardTrait };
|
|
48649
|
+
export { StdAgentBuilderAgentBuilderOrbitalManifest, type StdAgentBuilderAgentBuilderOrbitalParams, type StdAgentBuilderBuildCompletePayload, type StdAgentBuilderEventKey, type StdAgentBuilderParams, type StdAgentBuilderPlannedPayload, StdAgentCompletionAgentCompletionOrbitalManifest, type StdAgentCompletionAgentCompletionOrbitalParams, type StdAgentCompletionCompletedPayload, type StdAgentCompletionEventKey, type StdAgentCompletionGeneratedPayload, type StdAgentCompletionParams, StdAgentContextAgentContextOrbitalManifest, type StdAgentContextAgentContextOrbitalParams, type StdAgentContextCountedPayload, type StdAgentContextEventKey, type StdAgentContextParams, type StdAgentContextTokenCountedPayload, StdAgentFixLoopAgentFixLoopOrbitalManifest, type StdAgentFixLoopAgentFixLoopOrbitalParams, type StdAgentFixLoopEventKey, type StdAgentFixLoopFixAppliedPayload, type StdAgentFixLoopParams, type StdAgentFixLoopPromptGeneratedPayload, StdAgentMemoryAgentMemoryOrbitalManifest, type StdAgentMemoryAgentMemoryOrbitalParams, type StdAgentMemoryEventKey, type StdAgentMemoryParams, type StdAgentMemoryRecallCompletePayload, type StdAgentMemoryRecalledPayload, StdAgentPlannerAgentPlannerOrbitalManifest, type StdAgentPlannerAgentPlannerOrbitalParams, type StdAgentPlannerEventKey, type StdAgentPlannerMemoriesRecalledPayload, type StdAgentPlannerParams, type StdAgentPlannerPlanGeneratedPayload, type StdAgentPlannerPlannedPayload, type StdAgentRabitComposedPayload, StdAgentRabitCoordinatorOrbitalManifest, type StdAgentRabitCoordinatorOrbitalParams, type StdAgentRabitDispatchedPayload, type StdAgentRabitEventKey, StdAgentRabitOrbitalProcessOrbitalManifest, type StdAgentRabitOrbitalProcessOrbitalParams, type StdAgentRabitParams, type StdAgentRabitPlannedPayload, type StdAgentRabitRabitDonePayload, StdAgentSessionAgentSessionOrbitalManifest, type StdAgentSessionAgentSessionOrbitalParams, type StdAgentSessionEventKey, type StdAgentSessionHistoryLoadedPayload, type StdAgentSessionParams, type StdAgentSessionSpecLoadedPayload, type StdAgentSessionSpecReadPayload, StdAgentToolCallAgentToolCallOrbitalManifest, type StdAgentToolCallAgentToolCallOrbitalParams, type StdAgentToolCallEventKey, type StdAgentToolCallParams, type StdAgentToolCallToolsCalledPayload, StdAgentToolLoopAgentToolLoopOrbitalManifest, type StdAgentToolLoopAgentToolLoopOrbitalParams, type StdAgentToolLoopEventKey, type StdAgentToolLoopLoopStepPayload, type StdAgentToolLoopParams, type StdAgentToolLoopToolsCalled1Payload, type StdAgentToolLoopToolsCalled2Payload, StdAgentTraceAgentTraceOrbitalManifest, type StdAgentTraceAgentTraceOrbitalParams, type StdAgentTraceEventKey, type StdAgentTraceParams, StdAnimTickAnimTickOrbitalManifest, type StdAnimTickAnimTickOrbitalParams, type StdAnimTickConfig, type StdAnimTickEventKey, type StdAnimTickParams, StdAppLayoutAppLayoutOrbitalManifest, type StdAppLayoutAppLayoutOrbitalParams, type StdAppLayoutAppLayoutStateLoadFailedPayload, type StdAppLayoutAppLayoutStateLoadedPayload, type StdAppLayoutConfig, type StdAppLayoutEventKey, type StdAppLayoutNotifyClickPayload, type StdAppLayoutParams, type StdAppLayoutSearchPayload, StdAppSearchAppSearchOrbitalManifest, type StdAppSearchAppSearchOrbitalParams, type StdAppSearchEventKey, type StdAppSearchParams, StdApprovalGateApprovalGateOrbitalManifest, type StdApprovalGateApprovalGateOrbitalParams, type StdApprovalGateParams, StdArcadeBoard3dArcadeBoard3DFrameOrbitalManifest, type StdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, type StdArcadeBoard3dConfig, type StdArcadeBoard3dParams, type StdArcadeFlowConfig, type StdArcadeFlowEventKey, type StdArcadeFlowGameEndPayload, type StdArcadeFlowParams, type StdArcadePlayBurstPayload, type StdArcadePlayConfig, type StdArcadePlayEventKey, type StdArcadePlayParams, type StdArcadePlayScoreChangedPayload, type StdAreaFillAreaFilledPayload, type StdAreaFillConfig, type StdAreaFillEventKey, type StdAreaFillParams, type StdAudioCueAudioMutedPayload, type StdAudioCueConfig, type StdAudioCueEventKey, type StdAudioCueParams, StdAuditCaptureAuditCaptureOrbitalManifest, type StdAuditCaptureAuditCaptureOrbitalParams, type StdAuditCaptureAuditRecordedPayload, type StdAuditCaptureConfig, type StdAuditCaptureEventKey, type StdAuditCaptureParams, StdBillableHourBillableHourOrbitalManifest, type StdBillableHourBillableHourOrbitalParams, type StdBillableHourConfig, type StdBillableHourListenKey, type StdBillableHourParams, type StdBoardBoardItemDeletedPayload, type StdBoardBoardItemsLoadFailedPayload, type StdBoardBoardItemsLoadedPayload, type StdBoardBoardItemsSaveFailedPayload, type StdBoardBoardItemsSavedPayload, StdBoardBoardOrbitalManifest, type StdBoardBoardOrbitalParams, type StdBoardConfig, type StdBoardDeleteCardPayload, type StdBoardEditCardPayload, type StdBoardEventKey, type StdBoardMoveCardPayload, type StdBoardOpenCardPayload, type StdBoardParams, type StdBoardReorderCardPayload, type StdBoardSaveCardPayload, StdBrowseBrowseItemOrbitalManifest, type StdBrowseBrowseItemOrbitalParams, type StdBrowseConfig, type StdBrowseListenKey, type StdBrowseParams, StdCacheAsideCacheEntryOrbitalManifest, type StdCacheAsideCacheEntryOrbitalParams, type StdCacheAsideConfig, type StdCacheAsideParams, type StdCalendarCalendarEventLoadFailedPayload, type StdCalendarCalendarEventLoadedPayload, StdCalendarCalendarEventOrbitalManifest, type StdCalendarCalendarEventOrbitalParams, type StdCalendarConfig, type StdCalendarEventKey, type StdCalendarParams, type StdCalendarPayload, type StdCalendarSyncCalEventCreatedPayload, type StdCalendarSyncCalRemoteListedPayload, type StdCalendarSyncCalSyncFailedPayload, type StdCalendarSyncCalSyncedPayload, StdCalendarSyncCalendarSyncOrbitalManifest, type StdCalendarSyncCalendarSyncOrbitalParams, type StdCalendarSyncConfig, type StdCalendarSyncEventKey, type StdCalendarSyncParams, type StdCalendarSyncPullNextPayload, type StdCalendarSyncPullSteppedPayload, type StdCalendarSyncPullTargetLoadedPayload, type StdCalendarSyncPushRowsLoadedPayload, type StdCalendarSyncPushSteppedPayload, type StdCameraRigCameraMovedPayload, type StdCameraRigConfig, type StdCameraRigEventKey, type StdCameraRigParams, type StdCascadeOnDeleteCascadeCompletedPayload, type StdCascadeOnDeleteCascadeFailedPayload, StdCascadeOnDeleteCascadeOnDeleteOrbitalManifest, type StdCascadeOnDeleteCascadeOnDeleteOrbitalParams, type StdCascadeOnDeleteCascadeRowDeletedPayload, type StdCascadeOnDeleteCascadeSteppedPayload, type StdCascadeOnDeleteConfig, type StdCascadeOnDeleteDepsLoadedPayload, type StdCascadeOnDeleteEventKey, type StdCascadeOnDeleteParams, type StdChaseAiBurstPayload, type StdChaseAiConfig, type StdChaseAiEventKey, type StdChaseAiParams, type StdChaseAiUnitsChangedPayload, type StdChoiceGateChoiceCorrectPayload, type StdChoiceGateChoiceWrongPayload, type StdChoiceGateConfig, type StdChoiceGateEventKey, type StdChoiceGateParams, type StdCircuitBreakerConfig, type StdCircuitBreakerParams, StdCircuitBreakerServiceNodeOrbitalManifest, type StdCircuitBreakerServiceNodeOrbitalParams, type StdCoefPadCoefPadAppliedPayload, type StdCoefPadConfig, type StdCoefPadEventKey, type StdCoefPadParams, type StdConfirmationConfig, type StdConfirmationConfirmActionLoadFailedPayload, type StdConfirmationConfirmActionLoadedPayload, StdConfirmationConfirmActionOrbitalManifest, type StdConfirmationConfirmActionOrbitalParams, type StdConfirmationConfirmPayload, type StdConfirmationEventKey, type StdConfirmationParams, type StdCooldownConfig, StdCooldownCooldownOrbitalManifest, type StdCooldownCooldownOrbitalParams, type StdCooldownCooldownReadyPayload, type StdCooldownEventKey, type StdCooldownParams, type StdCrewBoard2dConfig, StdCrewBoard2dCrewBoard2DOrbitalManifest, type StdCrewBoard2dCrewBoard2DOrbitalParams, type StdCrewBoard2dParams, StdCrossReferenceCrossReferenceOrbitalManifest, type StdCrossReferenceCrossReferenceOrbitalParams, type StdCrossReferenceEventKey, type StdCrossReferenceLinkCreatedPayload, type StdCrossReferenceLinkOpFailedPayload, type StdCrossReferenceLinkRemovedPayload, type StdCrossReferenceLinksFetchedPayload, type StdCrossReferenceLinksLoadedPayload, type StdCrossReferenceParams, type StdCurveFogConfig, type StdCurveFogEventKey, type StdCurveFogParams, type StdDashboardGridEmbeddedConfig, StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalManifest, type StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, type StdDashboardGridEmbeddedParams, type StdDataCollectorBufferReadyPayload, type StdDataCollectorConfig, type StdDataCollectorEventKey, StdDataCollectorMlDataCollectorOrbitalManifest, type StdDataCollectorMlDataCollectorOrbitalParams, type StdDataCollectorParams, StdDataErasureDataErasureOrbitalManifest, type StdDataErasureDataErasureOrbitalParams, type StdDataErasureParams, type StdDateRangeConfig, type StdDateRangeDateRangeChangedPayload, StdDateRangeDateRangeOrbitalManifest, type StdDateRangeDateRangeOrbitalParams, type StdDateRangeEventKey, type StdDateRangeParams, type StdDetailLayoutConfig, type StdDetailLayoutEventKey, type StdDetailLayoutParams, type StdDungeonBoard2dConfig, StdDungeonBoard2dDungeonBoard2DOrbitalManifest, type StdDungeonBoard2dDungeonBoard2DOrbitalParams, type StdDungeonBoard2dParams, type StdDungeonCombatBurstPayload, type StdDungeonCombatConfig, type StdDungeonCombatDefeatedPayload, type StdDungeonCombatEventKey, type StdDungeonCombatParams, StdEscalatingDecisionEscalatingDecisionOrbitalManifest, type StdEscalatingDecisionEscalatingDecisionOrbitalParams, type StdEscalatingDecisionEventKey, type StdEscalatingDecisionParams, type StdEscalatingDecisionRunExactPayload, type StdEsignFlowCheckEnvelopeStatusPayload, type StdEsignFlowEventKey, type StdEsignFlowListenKey, type StdEsignFlowParams, type StdEsignFlowRequestDeletePayload, type StdEsignFlowResendRequestPayload, type StdEsignFlowSignatureSessionLoadFailedPayload, type StdEsignFlowSignatureSessionLoadedPayload, StdEsignFlowSignatureSessionOrbitalManifest, type StdEsignFlowSignatureSessionOrbitalParams, type StdEsignRequestConfig, StdEsignRequestESignRequestOrbitalManifest, type StdEsignRequestESignRequestOrbitalParams, type StdEsignRequestParams, type StdEventLogApplyFilterPayload, type StdEventLogConfig, type StdEventLogEventKey, type StdEventLogEventLogLoadFailedPayload, type StdEventLogEventLogLoadedPayload, StdEventLogEventLogOrbitalManifest, type StdEventLogEventLogOrbitalParams, type StdEventLogEventLogSaveFailedPayload, type StdEventLogEventLogSavedPayload, type StdEventLogParams, type StdEventLogSaveBackfillPayload, type StdExportConfig, StdExportExportOrbitalManifest, type StdExportExportOrbitalParams, type StdExportParams, type StdFileStoreArchiveFilePayload, type StdFileStoreConfig, type StdFileStoreDownloadFilePayload, type StdFileStoreEventKey, type StdFileStoreOpenFilePayload, type StdFileStoreParams, type StdFileStoreReorderPayload, type StdFileStoreStoredFileLoadFailedPayload, type StdFileStoreStoredFileLoadedPayload, StdFileStoreStoredFileOrbitalManifest, type StdFileStoreStoredFileOrbitalParams, type StdFilterConfig, type StdFilterEventKey, type StdFilterFilterPayload, StdFilterFilterTargetOrbitalManifest, type StdFilterFilterTargetOrbitalParams, type StdFilterParams, type StdFormAdvancedConfig, type StdFormAdvancedEventKey, type StdFormAdvancedFormEntryLoadFailedPayload, type StdFormAdvancedFormEntryLoadedPayload, StdFormAdvancedFormEntryOrbitalManifest, type StdFormAdvancedFormEntryOrbitalParams, type StdFormAdvancedFormEntrySaveFailedPayload, type StdFormAdvancedFormEntrySavedPayload, type StdFormAdvancedParams, type StdFxNarrativeBurstPayload, type StdFxNarrativeConfig, type StdFxNarrativeEventKey, type StdFxNarrativeParams, type StdFxNarrativeShowPayload, type StdFxParticlesConfig, type StdFxParticlesEventKey, type StdFxParticlesParams, type StdFxTrailConfig, type StdFxTrailEventKey, type StdFxTrailParams, StdGalleryGalleryItemOrbitalManifest, type StdGalleryGalleryItemOrbitalParams, type StdGalleryParams, type StdGameClockConfig, type StdGameClockEventKey, StdGameClockGameClockOrbitalManifest, type StdGameClockGameClockOrbitalParams, type StdGameClockGameClockTickedPayload, type StdGameClockParams, type StdGateLockConfig, type StdGateLockEventKey, type StdGateLockGateBlockedPayload, type StdGateLockGateOpenedPayload, type StdGateLockParams, type StdGatherBurstPayload, type StdGatherConfig, type StdGatherEventKey, type StdGatherParams, type StdGatherResourcesPayload, type StdGeosearchConfig, type StdGeosearchEventKey, type StdGeosearchGeoSearchPayload, StdGeosearchGeoSearchResultOrbitalManifest, type StdGeosearchGeoSearchResultOrbitalParams, type StdGeosearchParams, type StdGoldConfig, type StdGoldEventKey, type StdGoldGoldChangedPayload, type StdGoldParams, type StdGraphBuilderConfig, type StdGraphBuilderEventKey, StdGraphBuilderGraphBuilderOrbitalManifest, type StdGraphBuilderGraphBuilderOrbitalParams, type StdGraphBuilderGraphReadyPayload, type StdGraphBuilderParams, type StdGraphsConfig, type StdGraphsEventKey, StdGraphsGraphItemOrbitalManifest, type StdGraphsGraphItemOrbitalParams, type StdGraphsParams, type StdGridTacticsBurstPayload, type StdGridTacticsConfig, type StdGridTacticsEventKey, type StdGridTacticsParams, type StdGridTacticsUnitsChangedPayload, type StdHeroNavConfig, type StdHeroNavEventKey, type StdHeroNavHeroSteppedPayload, type StdHeroNavParams, type StdImageUploadMultiConfig, type StdImageUploadMultiEventKey, type StdImageUploadMultiParams, type StdImageUploadMultiUploadPayload, type StdImageUploadMultiUploadedImageCreatedPayload, type StdImageUploadMultiUploadedImageDeleteFailedPayload, type StdImageUploadMultiUploadedImageDeletedPayload, type StdImageUploadMultiUploadedImageLoadFailedPayload, type StdImageUploadMultiUploadedImageLoadedPayload, StdImageUploadMultiUploadedImageOrbitalManifest, type StdImageUploadMultiUploadedImageOrbitalParams, type StdImageUploadMultiUploadedImageStoredPayload, type StdImageUploadMultiUploadedImageUploadFailedPayload, type StdImportConfig, type StdImportParams, type StdKnowledgeTracingCaptureLabelPayload, type StdKnowledgeTracingEventKey, StdKnowledgeTracingKnowledgeTracingOrbitalManifest, type StdKnowledgeTracingKnowledgeTracingOrbitalParams, type StdKnowledgeTracingListenKey, type StdKnowledgeTracingObservationMadePayload, type StdKnowledgeTracingParams, type StdLearnArrangementArrangementCheckedPayload, type StdLearnArrangementConfig, type StdLearnArrangementEventKey, type StdLearnArrangementLearnRoundCompletePayload, type StdLearnArrangementParams, type StdLearnClassifyClassifyUpdatedPayload, type StdLearnClassifyConfig, type StdLearnClassifyEventKey, type StdLearnClassifyLearnRoundCompletePayload, type StdLearnClassifyParams, type StdLearnCompareComparisonChangedPayload, type StdLearnCompareConfig, type StdLearnCompareEventKey, type StdLearnCompareParams, type StdLearnCoupledSimCoefsChangedPayload, type StdLearnCoupledSimConfig, type StdLearnCoupledSimEventKey, type StdLearnCoupledSimParams, type StdLearnCoupledSimRunToggledPayload, type StdLearnCoupledSimShockAppliedPayload, type StdLearnCoupledSimSimResetPayload, type StdLearnDerivationConfig, type StdLearnDerivationDerivationUpdatedPayload, type StdLearnDerivationEventKey, type StdLearnDerivationLearnRoundCompletePayload, type StdLearnDerivationParams, type StdLearnDiagramConfig, type StdLearnDiagramEventKey, type StdLearnDiagramParams, type StdLearnDiagramPartSelectedPayload, type StdLearnDoserConfig, type StdLearnDoserDoseAddedPayload, type StdLearnDoserDoserUpdatedPayload, type StdLearnDoserEventKey, type StdLearnDoserLearnRoundCompletePayload, type StdLearnDoserParams, type StdLearnEstimateConfig, type StdLearnEstimateEstimateJudgedPayload, type StdLearnEstimateEventKey, type StdLearnEstimateLearnRoundCompletePayload, type StdLearnEstimateParams, type StdLearnEstimatePromptAdvancedPayload, type StdLearnEstimateRoundRestartedPayload, type StdLearnFxCuesBurstPayload, type StdLearnFxCuesConfig, type StdLearnFxCuesEventKey, type StdLearnFxCuesParams, type StdLearnGoalSeekConfig, type StdLearnGoalSeekEventKey, type StdLearnGoalSeekGoalCheckedPayload, type StdLearnGoalSeekGoalResetPayload, type StdLearnGoalSeekLearnRoundCompletePayload, type StdLearnGoalSeekParams, type StdLearnGoalSeekParamsChangedPayload, type StdLearnGridSimCellToggledPayload, type StdLearnGridSimConfig, type StdLearnGridSimEventKey, type StdLearnGridSimGridResetPayload, type StdLearnGridSimGridSteppedPayload, type StdLearnGridSimParams, type StdLearnGridSimRunToggledPayload, type StdLearnHotspotConfig, type StdLearnHotspotEventKey, type StdLearnHotspotLearnRoundCompletePayload, type StdLearnHotspotParams, type StdLearnHotspotPromptAdvancedPayload, type StdLearnHotspotRoundRestartedPayload, type StdLearnHotspotTapJudgedPayload, type StdLearnLiveSimConfig, type StdLearnLiveSimEventKey, type StdLearnLiveSimParams, type StdLearnLiveSimRunToggledPayload, type StdLearnLiveSimSimResetPayload, type StdLearnMeasureConfig, type StdLearnMeasureEventKey, type StdLearnMeasureMeasureResetPayload, type StdLearnMeasureParams, type StdLearnMeasureProbeRecordedPayload, type StdLearnMeasureRunToggledPayload, type StdLearnParamExplorerConfig, type StdLearnParamExplorerEventKey, type StdLearnParamExplorerParams, type StdLearnParamExplorerParamsChangedPayload, type StdLearnPerturbConfig, type StdLearnPerturbEventKey, type StdLearnPerturbParams, type StdLearnPerturbRateChangedPayload, type StdLearnPerturbRunToggledPayload, type StdLearnPerturbSetpointChangedPayload, type StdLearnPerturbShockAppliedPayload, type StdLearnPerturbSimResetPayload, type StdLearnPredictConfig, type StdLearnPredictEventKey, type StdLearnPredictLearnRoundCompletePayload, type StdLearnPredictParams, type StdLearnPredictPredictionCommittedPayload, type StdLearnPredictRoundRestartedPayload, type StdLearnPredictScenarioAdvancedPayload, type StdLearnSampleAccumulatorAccumulatorResetPayload, type StdLearnSampleAccumulatorConfig, type StdLearnSampleAccumulatorEventKey, type StdLearnSampleAccumulatorParams, type StdLearnSampleAccumulatorSamplesDrawnPayload, type StdLearnSandboxConfig, type StdLearnSandboxEventKey, type StdLearnSandboxParams, type StdLearnSandboxSystemChangedPayload, type StdLearnScatterFitConfig, type StdLearnScatterFitEventKey, type StdLearnScatterFitLearnRoundCompletePayload, type StdLearnScatterFitLearnScatterFitUpdatedPayload, type StdLearnScatterFitParams, type StdLearnScenarioChoiceMadePayload, type StdLearnScenarioConfig, type StdLearnScenarioEventKey, type StdLearnScenarioParams, type StdLearnScenarioScenarioRestartedPayload, type StdLearnSim3dConfig, type StdLearnSim3dEventKey, type StdLearnSim3dParams, type StdLearnSim3dSim3dTickPayload, type StdLearnSim3dSim3dUpdatedPayload, type StdLearnSlopeProbeConfig, type StdLearnSlopeProbeEventKey, type StdLearnSlopeProbeParams, type StdLearnSlopeProbeSlopeChangedPayload, type StdLearnSpeedDrillAnswerJudgedPayload, type StdLearnSpeedDrillConfig, type StdLearnSpeedDrillEventKey, type StdLearnSpeedDrillLearnRoundCompletePayload, type StdLearnSpeedDrillParams, type StdLearnSpeedDrillPromptAdvancedPayload, type StdLearnSpeedDrillRoundRestartedPayload, type StdLearnStepperConfig, type StdLearnStepperEventKey, type StdLearnStepperParams, type StdLearnStepperStepperAdvancedPayload, type StdLearnTour3dConfig, type StdLearnTour3dEventKey, type StdLearnTour3dLearnRoundCompletePayload, type StdLearnTour3dParams, type StdLearnTour3dTour3dUpdatedPayload, type StdLearnTracePlayerConfig, type StdLearnTracePlayerEventKey, type StdLearnTracePlayerFrameAdvancedPayload, type StdLearnTracePlayerParams, type StdLearnTracePlayerTraceDonePayload, type StdLearnTransportConfig, type StdLearnTransportEventKey, type StdLearnTransportLearnStepPayload, type StdLearnTransportLearnUpdatedPayload, type StdLearnTransportParams, type StdLearnTreeConfig, type StdLearnTreeEventKey, type StdLearnTreeParams, type StdLearnTreeTreeUpdatedPayload, type StdLifecycleConfig, type StdLifecycleEventKey, StdLifecycleLifecycleOrbitalManifest, type StdLifecycleLifecycleOrbitalParams, type StdLifecycleLifecycleSteppedPayload, type StdLifecycleLifecycleTransitionedPayload, type StdLifecycleParams, type StdLifecycleScanFailedPayload, type StdLifecycleScanRecordsLoadedPayload, type StdListConfig, type StdListDeletePayload, type StdListEditPayload, type StdListEventKey, type StdListListItemLoadFailedPayload, type StdListListItemLoadedPayload, StdListListItemOrbitalManifest, type StdListListItemOrbitalParams, type StdListListenKey, type StdListParams, type StdLivesCheckpointReachedPayload, type StdLivesConfig, type StdLivesEventKey, type StdLivesGameOverPayload, type StdLivesLifeLostPayload, type StdLivesParams, type StdLivesRespawnPayload, type StdLoopLockConfig, type StdLoopLockEventKey, type StdLoopLockLoopUnlockedPayload, type StdLoopLockParams, type StdMarketBoard3dConfig, StdMarketBoard3dMarketBoard3DOrbitalManifest, type StdMarketBoard3dMarketBoard3DOrbitalParams, type StdMarketBoard3dParams, type StdMarketFlowConfig, type StdMarketFlowEventKey, type StdMarketFlowGameEndPayload, type StdMarketFlowParams, type StdMarketingArticleConfig, type StdMarketingArticleParams, type StdMarketingCtaConfig, type StdMarketingCtaCtaPrimaryPayload, type StdMarketingCtaCtaSecondaryPayload, type StdMarketingCtaEventKey, type StdMarketingCtaParams, type StdMarketingFeaturesConfig, type StdMarketingFeaturesEventKey, type StdMarketingFeaturesFeatureClickPayload, type StdMarketingFeaturesParams, type StdMarketingFooterConfig, type StdMarketingFooterParams, type StdMarketingHeroConfig, type StdMarketingHeroCtaPrimaryPayload, type StdMarketingHeroCtaSecondaryPayload, type StdMarketingHeroEventKey, type StdMarketingHeroParams, type StdMarketingNavConfig, type StdMarketingNavEventKey, type StdMarketingNavNavClickPayload, type StdMarketingNavParams, type StdMarketingPricingConfig, type StdMarketingPricingEventKey, type StdMarketingPricingParams, type StdMarketingPricingPlanSelectPayload, type StdMarketingShowcaseConfig, type StdMarketingShowcaseEventKey, type StdMarketingShowcaseParams, type StdMarketingShowcaseShowcaseClickPayload, type StdMarketingSplitConfig, type StdMarketingSplitParams, type StdMarketingStatsConfig, type StdMarketingStatsParams, type StdMarketingStepsConfig, type StdMarketingStepsParams, type StdMarketingTeamConfig, type StdMarketingTeamParams, type StdMeshAssetArtConfig, type StdMeshAssetArtEventKey, type StdMeshAssetArtParams, type StdMigrationJobCommittedPayload, type StdMigrationJobConfig, type StdMigrationJobDocumentFetchedPayload, type StdMigrationJobDocumentsListedPayload, type StdMigrationJobEventKey, type StdMigrationJobMigrationCallFailedPayload, type StdMigrationJobMigrationCompletedPayload, type StdMigrationJobMigrationDocumentPayload, type StdMigrationJobMigrationFailedPayload, type StdMigrationJobMigrationFetchedPayload, StdMigrationJobMigrationJobOrbitalManifest, type StdMigrationJobMigrationJobOrbitalParams, type StdMigrationJobMigrationReviewReadyPayload, type StdMigrationJobParams, type StdMlClassifyClassifiedPayload, type StdMlClassifyClassifiedRawPayload, type StdMlClassifyClassifyCallFailedPayload, type StdMlClassifyClassifyFailedPayload, type StdMlClassifyConfig, type StdMlClassifyEventKey, StdMlClassifyMlClassifyOrbitalManifest, type StdMlClassifyMlClassifyOrbitalParams, type StdMlClassifyParams, type StdMlExactCheckConfig, type StdMlExactCheckEventKey, type StdMlExactCheckExactMatchedPayload, type StdMlExactCheckExactUnmatchedPayload, StdMlExactCheckMlExactCheckOrbitalManifest, type StdMlExactCheckMlExactCheckOrbitalParams, type StdMlExactCheckParams, type StdMlInferConfig, type StdMlInferEventKey, type StdMlInferInferAbstainedPayload, type StdMlInferInferCallFailedPayload, type StdMlInferInferredPayload, type StdMlInferInferredRawPayload, StdMlInferMlInferOrbitalManifest, type StdMlInferMlInferOrbitalParams, type StdMlInferParams, type StdMlLabelCaptureConfig, type StdMlLabelCaptureEventKey, type StdMlLabelCaptureLabelCapturedPayload, StdMlLabelCaptureMlLabelCaptureOrbitalManifest, type StdMlLabelCaptureMlLabelCaptureOrbitalParams, type StdMlLabelCaptureParams, type StdMlLookupConfig, type StdMlLookupEventKey, type StdMlLookupKeyHitPayload, type StdMlLookupKeyMissPayload, StdMlLookupMlLookupOrbitalManifest, type StdMlLookupMlLookupOrbitalParams, type StdMlLookupParams, type StdMlPosteriorConfig, type StdMlPosteriorEventKey, type StdMlPosteriorEvidenceInsufficientPayload, type StdMlPosteriorMasteryReachedPayload, StdMlPosteriorMlPosteriorOrbitalManifest, type StdMlPosteriorMlPosteriorOrbitalParams, type StdMlPosteriorParams, type StdMlPosteriorRemediationNeededPayload, type StdMlSimilarityConfig, type StdMlSimilarityEmbeddedPayload, type StdMlSimilarityEventKey, StdMlSimilarityMlSimilarityOrbitalManifest, type StdMlSimilarityMlSimilarityOrbitalParams, type StdMlSimilarityParams, type StdMlSimilaritySimilarityAbstainedPayload, type StdMlSimilaritySimilarityMatchedPayload, StdModQueueModQueueItemOrbitalManifest, type StdModQueueModQueueItemOrbitalParams, type StdModQueueParams, type StdModalConfig, type StdModalEditorConfig, type StdModalEditorEventKey, type StdModalEditorExCommandPayload, type StdModalEditorInsertTextPayload, type StdModalEditorMotionPayload, type StdModalEditorOperatePayload, type StdModalEditorParams, type StdModalEditorSetModePayload, type StdModalEventKey, type StdModalModalRecordLoadFailedPayload, type StdModalModalRecordLoadedPayload, StdModalModalRecordOrbitalManifest, type StdModalModalRecordOrbitalParams, type StdModalParams, type StdModalSavePayload, type StdMotionBodyBodyMovedPayload, type StdMotionBodyConfig, type StdMotionBodyEventKey, type StdMotionBodyParams, type StdMultiPartyFlowConfig, type StdMultiPartyFlowEventKey, type StdMultiPartyFlowFlowLoadFailedPayload, type StdMultiPartyFlowFlowLoadedPayload, StdMultiPartyFlowMultiPartyFlowOrbitalManifest, type StdMultiPartyFlowMultiPartyFlowOrbitalParams, type StdMultiPartyFlowParams, type StdMultiPartyFlowPartyConfirmPayload, type StdMultiPartyFlowSubmitCancelPayload, type StdMultiPartyFlowSubmitDisputePayload, type StdNotificationCenterEventKey, StdNotificationCenterNotificationCenterOrbitalManifest, type StdNotificationCenterNotificationCenterOrbitalParams, type StdNotificationCenterParams, type StdNotificationCenterPushSaveFailedPayload, type StdNotificationCenterPushSavedPayload, type StdNotificationCenterPushSubscribeFailedPayload, type StdNotificationCenterPushSubscribedPayload, type StdNotificationPanelClosePayload, type StdNotificationPanelConfig, type StdNotificationPanelEventKey, type StdNotificationPanelParams, type StdNotifyOnEventConfig, type StdNotifyOnEventEventKey, type StdNotifyOnEventNotificationDispatchedPayload, type StdNotifyOnEventNotifyCapLoadedPayload, type StdNotifyOnEventNotifyEmailFailedPayload, type StdNotifyOnEventNotifyEmailSentPayload, type StdNotifyOnEventNotifyLookupFailedPayload, StdNotifyOnEventNotifyOnEventOrbitalManifest, type StdNotifyOnEventNotifyOnEventOrbitalParams, type StdNotifyOnEventNotifyPrefsLoadedPayload, type StdNotifyOnEventNotifyPushFailedPayload, type StdNotifyOnEventNotifyPushSentPayload, type StdNotifyOnEventNotifyPushSubsPayload, type StdNotifyOnEventNotifySmsFailedPayload, type StdNotifyOnEventNotifySmsSentPayload, type StdNotifyOnEventNotifyWebhookFailedPayload, type StdNotifyOnEventNotifyWebhookSentPayload, type StdNotifyOnEventParams, type StdObjectiveBoard3dConfig, StdObjectiveBoard3dObjectiveBoard3DOrbitalManifest, type StdObjectiveBoard3dObjectiveBoard3DOrbitalParams, type StdObjectiveBoard3dParams, type StdObjectiveFlowConfig, type StdObjectiveFlowEventKey, type StdObjectiveFlowGameEndPayload, type StdObjectiveFlowParams, type StdObjectiveReachBurstPayload, type StdObjectiveReachConfig, type StdObjectiveReachEventKey, type StdObjectiveReachParams, type StdObjectiveReachProgressPayload, type StdPadLockConfig, type StdPadLockEventKey, type StdPadLockPadGroupCompletedPayload, type StdPadLockParams, type StdPaginationConfig, type StdPaginationEventKey, type StdPaginationPagePayload, type StdPaginationPagedItemLoadedPayload, StdPaginationPagedItemOrbitalManifest, type StdPaginationPagedItemOrbitalParams, type StdPaginationParams, type StdPatienceBurstPayload, type StdPatienceConfig, type StdPatienceCustomerLostPayload, type StdPatienceEventKey, type StdPatienceParams, type StdPatienceServiceChangedPayload, type StdPatrolHazardConfig, type StdPatrolHazardEventKey, type StdPatrolHazardParams, type StdPatrolHazardPatrolHitPayload, type StdPickupCollectPayload, type StdPickupConfig, type StdPickupEventKey, type StdPickupParams, type StdPickupPickedPayload, type StdPlatformerBoard2dConfig, type StdPlatformerBoard2dParams, StdPlatformerBoard2dPlatformerBoard2DOrbitalManifest, type StdPlatformerBoard2dPlatformerBoard2DOrbitalParams, type StdPlatformerBodyBodyFellPayload, type StdPlatformerBodyBodyGoalPayload, type StdPlatformerBodyBodyHazardPayload, type StdPlatformerBodyBodyJumpedPayload, type StdPlatformerBodyBodyLandedPayload, type StdPlatformerBodyBodyMovedPayload, type StdPlatformerBodyBodySkateEndPayload, type StdPlatformerBodyBodySkateStartPayload, type StdPlatformerBodyConfig, type StdPlatformerBodyEventKey, type StdPlatformerBodyParams, type StdPlatformerPuzzleConfig, type StdPlatformerPuzzleParams, StdPlatformerPuzzlePlatformerPuzzleOrbitalManifest, type StdPlatformerPuzzlePlatformerPuzzleOrbitalParams, type StdProductionConfig, type StdProductionEventKey, type StdProductionParams, type StdProductionSpawnPayload, type StdRateLimiterConfig, type StdRateLimiterParams, StdRateLimiterRateBucketOrbitalManifest, type StdRateLimiterRateBucketOrbitalParams, type StdRatingReviewChangeSortPayload, type StdRatingReviewConfig, type StdRatingReviewEventKey, type StdRatingReviewMarkHelpfulPayload, type StdRatingReviewParams, type StdRatingReviewRateDraftPayload, StdRatingReviewRatingReviewOrbitalManifest, type StdRatingReviewRatingReviewOrbitalParams, type StdRatingReviewReviewSaveFailedPayload, type StdRatingReviewReviewSavedPayload, type StdRatingReviewReviewsLoadFailedPayload, type StdRatingReviewReviewsLoadedPayload, type StdRatingReviewSubmitReviewPayload, type StdRecordDetailConfig, type StdRecordDetailContentCommittedPayload, type StdRecordDetailContentSavedPayload, type StdRecordDetailDeletePayload, type StdRecordDetailEditPayload, type StdRecordDetailEventKey, type StdRecordDetailParams, type StdRecordDetailRecordItemLoadFailedPayload, type StdRecordDetailRecordItemLoadedPayload, StdRecordDetailRecordItemOrbitalManifest, type StdRecordDetailRecordItemOrbitalParams, type StdRecordDetailRecordItemSlugLoadedPayload, type StdRecordDetailTitleCommittedPayload, type StdRecurrenceConfig, type StdRecurrenceEventKey, type StdRecurrenceOpenExceptionPayload, type StdRecurrenceParams, type StdRecurrenceRecurrenceLoadFailedPayload, type StdRecurrenceRecurrenceLoadedPayload, StdRecurrenceRecurrenceOrbitalManifest, type StdRecurrenceRecurrenceOrbitalParams, type StdRecurrenceRecurrenceSaveFailedPayload, type StdRecurrenceRecurrenceSavedPayload, type StdRecurrenceRescheduleOccurrencePayload, type StdRecurrenceSaveRulePayload, type StdRecurrenceSkipOccurrencePayload, type StdRelatedConfig, type StdRelatedEventKey, type StdRelatedParams, type StdRelatedRelatedItemLoadFailedPayload, type StdRelatedRelatedItemLoadedPayload, StdRelatedRelatedItemOrbitalManifest, type StdRelatedRelatedItemOrbitalParams, type StdRelatedSelectRelatedPayload, type StdReminderSchedulerConfig, type StdReminderSchedulerEventKey, type StdReminderSchedulerParams, type StdReminderSchedulerReminderDuePayload, StdReminderSchedulerReminderSchedulerOrbitalManifest, type StdReminderSchedulerReminderSchedulerOrbitalParams, type StdReminderSchedulerReminderSteppedPayload, type StdReminderSchedulerScanFailedPayload, type StdReminderSchedulerScanRecordsLoadedPayload, type StdRoundFlowConfig, type StdRoundFlowEventKey, type StdRoundFlowGameEndPayload, type StdRoundFlowParams, type StdRowAccessControlConfig, type StdRowAccessControlEventKey, type StdRowAccessControlParams, StdRowAccessControlRowAccessControlOrbitalManifest, type StdRowAccessControlRowAccessControlOrbitalParams, type StdRowAccessControlRowsFilteredPayload, type StdSavedSearchChangeFrequencyPayload, type StdSavedSearchConfig, type StdSavedSearchDeletePayload, type StdSavedSearchEditPayload, type StdSavedSearchEventKey, type StdSavedSearchParams, type StdSavedSearchRenamePayload, type StdSavedSearchSavedSearchDeletedPayload, type StdSavedSearchSavedSearchLoadFailedPayload, type StdSavedSearchSavedSearchLoadedPayload, StdSavedSearchSavedSearchOrbitalManifest, type StdSavedSearchSavedSearchOrbitalParams, type StdSavedSearchSavedSearchUpdatedPayload, type StdSavedSearchToggleAlertPayload, type StdScatterConfig, type StdScatterEventKey, type StdScatterParams, StdScatterScatterItemOrbitalManifest, type StdScatterScatterItemOrbitalParams, type StdScoreConfig, type StdScoreEventKey, type StdScoreParams, type StdSearchConfig, type StdSearchEventKey, type StdSearchParams, type StdSearchSearchPayload, StdSearchSearchResultOrbitalManifest, type StdSearchSearchResultOrbitalParams, type StdSelectionConfig, type StdSelectionEventKey, type StdSelectionParams, type StdSelectionSelectableItemLoadFailedPayload, type StdSelectionSelectableItemLoadedPayload, StdSelectionSelectableItemOrbitalManifest, type StdSelectionSelectableItemOrbitalParams, type StdSignatureCaptureChangePayload, type StdSignatureCaptureConfig, type StdSignatureCaptureEventKey, type StdSignatureCaptureParams, StdSignatureCaptureSignatureCaptureOrbitalManifest, type StdSignatureCaptureSignatureCaptureOrbitalParams, type StdSignatureCaptureSignatureLoadFailedPayload, type StdSignatureCaptureSignatureLoadedPayload, type StdSignatureCaptureSignatureSubmitFailedPayload, type StdSignatureCaptureSignatureSubmittedPayload, type StdSignatureCaptureSubmitPayload, type StdStatRowsConfig, type StdStatRowsEventKey, type StdStatRowsParams, type StdStatsConfig, type StdStatsEventKey, type StdStatsParams, StdStatsStatsItemOrbitalManifest, type StdStatsStatsItemOrbitalParams, type StdStatusLifecycleConfig, type StdStatusLifecycleControlChangeStatusRequestedPayload, type StdStatusLifecycleControlConfig, type StdStatusLifecycleControlEventKey, type StdStatusLifecycleControlParams, StdStatusLifecycleControlStatusLifecycleControlOrbitalManifest, type StdStatusLifecycleControlStatusLifecycleControlOrbitalParams, type StdStatusLifecycleControlTransitionRequestedPayload, type StdStatusLifecycleEventKey, type StdStatusLifecycleParams, type StdStatusLifecycleStatusChangeFailedPayload, type StdStatusLifecycleStatusChangedPayload, StdStatusLifecycleStatusLifecycleOrbitalManifest, type StdStatusLifecycleStatusLifecycleOrbitalParams, type StdStatusLifecycleStatusPersistedPayload, type StdStepFlowAdvancePayload, type StdStepFlowBackPayload, type StdStepFlowConfig, type StdStepFlowEscalatePayload, type StdStepFlowEventKey, type StdStepFlowParams, type StdStepFlowRejectPayload, type StdStepFlowRestartPayload, StdStepFlowStepFlowOrbitalManifest, type StdStepFlowStepFlowOrbitalParams, type StdStepFlowStepItemsLoadFailedPayload, type StdStepFlowStepItemsLoadedPayload, type StdSurvivalBoard3dConfig, type StdSurvivalBoard3dParams, StdSurvivalBoard3dSurvivalBoard3DOrbitalManifest, type StdSurvivalBoard3dSurvivalBoard3DOrbitalParams, type StdSurvivalFlowConfig, type StdSurvivalFlowEventKey, type StdSurvivalFlowGameEndPayload, type StdSurvivalFlowParams, type StdSvgAssetArtConfig, type StdSvgAssetArtEventKey, type StdSvgAssetArtParams, type StdTabsConfig, type StdTabsEventKey, type StdTabsParams, type StdTabsTabChangedPayload, StdTabsTabsItemOrbitalManifest, type StdTabsTabsItemOrbitalParams, type StdTacticsBoard2dConfig, type StdTacticsBoard2dParams, StdTacticsBoard2dTacticsBoard2DOrbitalManifest, type StdTacticsBoard2dTacticsBoard2DOrbitalParams, type StdTacticsBoard3dConfig, type StdTacticsBoard3dParams, StdTacticsBoard3dTacticsBoard3DOrbitalManifest, type StdTacticsBoard3dTacticsBoard3DOrbitalParams, type StdTagStripAddTagPayload, type StdTagStripConfig, type StdTagStripEventKey, type StdTagStripParams, type StdTagStripRemoveTagPayload, type StdTagStripTagStripAddOptionsPayload, type StdTagStripTagStripLoadFailedPayload, type StdTagStripTagStripOptionsPayload, type StdTagStripTagStripRemoveOptionsPayload, type StdTagStripTagStripTagCreatedPayload, type StdTagStripTagsChangedPayload, type StdTagTaxonomyCommitTagPayload, type StdTagTaxonomyConfig, type StdTagTaxonomyEventKey, type StdTagTaxonomyLevelReloadPayload, type StdTagTaxonomyParams, type StdTagTaxonomySelectTagPayload, type StdTagTaxonomyTagCreateFailedPayload, type StdTagTaxonomyTagCreatedPayload, type StdTagTaxonomyTagLoadFailedPayload, type StdTagTaxonomyTagLoadedPayload, type StdTagTaxonomyTagSelectedPayload, StdTagTaxonomyTagTaxonomyOrbitalManifest, type StdTagTaxonomyTagTaxonomyOrbitalParams, type StdThreadConfig, type StdThreadEditReplyPayload, type StdThreadEventKey, type StdThreadParams, type StdThreadReplyPayload, type StdThreadSelectPayload, type StdThreadThreadPostCreateFailedPayload, type StdThreadThreadPostCreatedPayload, type StdThreadThreadPostLoadFailedPayload, type StdThreadThreadPostLoadedPayload, StdThreadThreadPostOrbitalManifest, type StdThreadThreadPostOrbitalParams, type StdTokenizerConfig, type StdTokenizerEventKey, StdTokenizerMlTokenizerOrbitalManifest, type StdTokenizerMlTokenizerOrbitalParams, type StdTokenizerParams, type StdTokenizerTokenizedPayload, type StdTreeChildRequestedPayload, type StdTreeConfig, type StdTreeEventKey, type StdTreeOpenNodePayload, type StdTreeParams, type StdTreeTreeNodeLoadFailedPayload, type StdTreeTreeNodeLoadedPayload, StdTreeTreeNodeOrbitalManifest, type StdTreeTreeNodeOrbitalParams, type StdTutorialAutodemoConfig, type StdTutorialAutodemoEventKey, type StdTutorialAutodemoParams, type StdTutorialOverlayEventKey, type StdTutorialOverlayParams, type StdUiAccordionConfig, type StdUiAccordionEventKey, type StdUiAccordionItemTogglePayload, type StdUiAccordionParams, type StdUiAccordionTogglePayload, type StdUiActionPaletteConfig, type StdUiActionPaletteEventKey, type StdUiActionPaletteParams, type StdUiActionTileConfig, type StdUiActionTileEventKey, type StdUiActionTileParams, type StdUiActivationBlockConfig, type StdUiActivationBlockEventKey, type StdUiActivationBlockParams, type StdUiAlertConfig, type StdUiAlertEventKey, type StdUiAlertParams, type StdUiAlgoGraphCanvasConfig, type StdUiAlgoGraphCanvasEventKey, type StdUiAlgoGraphCanvasNodeClickPayload, type StdUiAlgoGraphCanvasParams, type StdUiAlgoGraphCanvasShapeClickPayload, type StdUiAlgorithmCanvasConfig, type StdUiAlgorithmCanvasEventKey, type StdUiAlgorithmCanvasParams, type StdUiAlgorithmCanvasShapeClickPayload, type StdUiAnimatedCounterConfig, type StdUiAnimatedCounterEventKey, type StdUiAnimatedCounterParams, type StdUiAnimatedGraphicConfig, type StdUiAnimatedGraphicEventKey, type StdUiAnimatedGraphicParams, type StdUiAnimatedRevealConfig, type StdUiAnimatedRevealEventKey, type StdUiAnimatedRevealParams, type StdUiArticleSectionConfig, type StdUiArticleSectionEventKey, type StdUiArticleSectionParams, type StdUiAsideConfig, type StdUiAsideEventKey, type StdUiAsideParams, type StdUiAtlasImageConfig, type StdUiAtlasImageEventKey, type StdUiAtlasImageParams, type StdUiAtlasPanelConfig, type StdUiAtlasPanelEventKey, type StdUiAtlasPanelParams, type StdUiAvatarConfig, type StdUiAvatarEventKey, type StdUiAvatarParams, type StdUiBadgeConfig, type StdUiBadgeEventKey, type StdUiBadgeParams, type StdUiBehaviorViewConfig, type StdUiBehaviorViewEventKey, type StdUiBehaviorViewParams, type StdUiBiologyCanvasConfig, type StdUiBiologyCanvasEventKey, type StdUiBiologyCanvasParams, type StdUiBiologyCanvasShapeClickPayload, type StdUiBloomQuizBlockConfig, type StdUiBloomQuizBlockEventKey, type StdUiBloomQuizBlockParams, type StdUiBookChapterViewBookChapterViewLoadedPayload, StdUiBookChapterViewBookChapterViewOrbitalManifest, type StdUiBookChapterViewBookChapterViewOrbitalParams, type StdUiBookChapterViewConfig, type StdUiBookChapterViewEventKey, type StdUiBookChapterViewParams, StdUiBookCoverPageBookCoverPageOrbitalManifest, type StdUiBookCoverPageBookCoverPageOrbitalParams, type StdUiBookCoverPageConfig, type StdUiBookCoverPageEventKey, type StdUiBookCoverPageParams, StdUiBookNavBarBookNavBarOrbitalManifest, type StdUiBookNavBarBookNavBarOrbitalParams, type StdUiBookNavBarConfig, type StdUiBookNavBarEventKey, type StdUiBookNavBarParams, type StdUiBookTableOfContentsBookTableOfContentsLoadedPayload, StdUiBookTableOfContentsBookTableOfContentsOrbitalManifest, type StdUiBookTableOfContentsBookTableOfContentsOrbitalParams, type StdUiBookTableOfContentsConfig, type StdUiBookTableOfContentsEventKey, type StdUiBookTableOfContentsParams, type StdUiBookViewerBookViewerLoadedPayload, StdUiBookViewerBookViewerOrbitalManifest, type StdUiBookViewerBookViewerOrbitalParams, type StdUiBookViewerConfig, type StdUiBookViewerEventKey, type StdUiBookViewerParams, type StdUiBoxConfig, type StdUiBoxEventKey, type StdUiBoxHoverPayload, type StdUiBoxParams, type StdUiBranchingLogicBuilderConfig, type StdUiBranchingLogicBuilderEventKey, type StdUiBranchingLogicBuilderParams, type StdUiBranchingLogicBuilderRulesChangePayload, type StdUiBreadcrumbConfig, type StdUiBreadcrumbEventKey, type StdUiBreadcrumbItemPayload, type StdUiBreadcrumbParams, type StdUiButtonConfig, type StdUiButtonEventKey, type StdUiButtonParams, type StdUiCalendarGridCalendarGridLoadedPayload, type StdUiCalendarGridConfig, type StdUiCalendarGridDayClickPayload, type StdUiCalendarGridEventClickPayload, type StdUiCalendarGridEventKey, type StdUiCalendarGridLongPressPayload, type StdUiCalendarGridParams, type StdUiCalendarGridSlotClickPayload, type StdUiCanvas2dConfig, type StdUiCanvas2dEventKey, type StdUiCanvas2dMovePayload, type StdUiCanvas2dParams, type StdUiCanvas2dSelectPayload, type StdUiCanvas2dTileClickPayload, type StdUiCanvas2dTileHoverPayload, type StdUiCanvas2dUnitClickPayload, type StdUiCanvasConfig, type StdUiCanvasEventKey, type StdUiCanvasFeatureClickPayload, type StdUiCanvasMovePayload, type StdUiCanvasParams, type StdUiCanvasSelectPayload, type StdUiCanvasTileClickPayload, type StdUiCanvasTileHoverPayload, type StdUiCanvasUnitClickPayload, type StdUiCardConfig, type StdUiCardEventKey, type StdUiCardParams, type StdUiCarouselConfig, type StdUiCarouselEventKey, type StdUiCarouselParams, type StdUiCarouselSlideChangePayload, type StdUiCaseStudyCardConfig, type StdUiCaseStudyCardEventKey, type StdUiCaseStudyCardParams, type StdUiCaseStudyOrganismCaseStudyOrganismLoadedPayload, StdUiCaseStudyOrganismCaseStudyOrganismOrbitalManifest, type StdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, type StdUiCaseStudyOrganismConfig, type StdUiCaseStudyOrganismEventKey, type StdUiCaseStudyOrganismParams, type StdUiCenterConfig, type StdUiCenterEventKey, type StdUiCenterParams, type StdUiChartConfig, type StdUiChartEventKey, type StdUiChartLegendConfig, type StdUiChartLegendEventKey, type StdUiChartLegendParams, type StdUiChartParams, StdUiChatBarChatBarOrbitalManifest, type StdUiChatBarChatBarOrbitalParams, type StdUiChatBarConfig, type StdUiChatBarEventKey, type StdUiChatBarParams, type StdUiCheckboxConfig, type StdUiCheckboxEventKey, type StdUiCheckboxParams, type StdUiChemistryCanvasConfig, type StdUiChemistryCanvasEventKey, type StdUiChemistryCanvasParams, type StdUiChemistryCanvasShapeClickPayload, type StdUiChoiceButtonConfig, type StdUiChoiceButtonEventKey, type StdUiChoiceButtonParams, type StdUiCodeBlockChangePayload, type StdUiCodeBlockConfig, type StdUiCodeBlockEditorBlurPayload, type StdUiCodeBlockEditorFocusPayload, type StdUiCodeBlockEventKey, type StdUiCodeBlockParams, StdUiCodeRunnerPanelCodeRunnerPanelOrbitalManifest, type StdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, type StdUiCodeRunnerPanelConfig, type StdUiCodeRunnerPanelEventKey, type StdUiCodeRunnerPanelParams, type StdUiCommandPaletteConfig, type StdUiCommandPaletteEventKey, type StdUiCommandPaletteOpenChangePayload, type StdUiCommandPaletteParams, type StdUiCommandPaletteSelectPayload, type StdUiCommunityLinksConfig, type StdUiCommunityLinksEventKey, type StdUiCommunityLinksParams, type StdUiConditionalWrapperConfig, type StdUiConditionalWrapperEventKey, type StdUiConditionalWrapperParams, type StdUiConfettiEffectConfig, type StdUiConfettiEffectEventKey, type StdUiConfettiEffectParams, type StdUiConfirmDialogConfig, type StdUiConfirmDialogEventKey, type StdUiConfirmDialogOpenPayload, type StdUiConfirmDialogParams, type StdUiConnectionBlockConfig, type StdUiConnectionBlockEventKey, type StdUiConnectionBlockParams, type StdUiContainerConfig, type StdUiContainerEventKey, type StdUiContainerParams, type StdUiContentRendererConfig, type StdUiContentRendererEventKey, type StdUiContentRendererParams, type StdUiContentSectionConfig, type StdUiContentSectionEventKey, type StdUiContentSectionParams, type StdUiControlButtonConfig, type StdUiControlButtonEventKey, type StdUiControlButtonParams, type StdUiControlGridActionPayload, type StdUiControlGridConfig, type StdUiControlGridDirectionPayload, type StdUiControlGridEventKey, type StdUiControlGridParams, type StdUiCtaBannerConfig, type StdUiCtaBannerEventKey, type StdUiCtaBannerParams, type StdUiDashboardGridConfig, StdUiDashboardGridDashboardGridOrbitalManifest, type StdUiDashboardGridDashboardGridOrbitalParams, type StdUiDashboardGridEventKey, type StdUiDashboardGridParams, type StdUiDataGridConfig, type StdUiDataGridDataGridLoadedPayload, type StdUiDataGridEventKey, type StdUiDataGridParams, type StdUiDataGridSelectionPayload, type StdUiDataGridViewPayload, type StdUiDataListConfig, type StdUiDataListDataListLoadedPayload, type StdUiDataListEventKey, type StdUiDataListItemClickPayload, type StdUiDataListParams, type StdUiDataListViewPayload, type StdUiDateRangePickerChangePayload, type StdUiDateRangePickerConfig, type StdUiDateRangePickerEventKey, type StdUiDateRangePickerEventPayload, type StdUiDateRangePickerParams, type StdUiDateRangeSelectorConfig, type StdUiDateRangeSelectorEventKey, type StdUiDateRangeSelectorParams, type StdUiDateRangeSelectorSelectPayload, type StdUiDayCellClickPayload, type StdUiDayCellConfig, type StdUiDayCellEventKey, type StdUiDayCellParams, type StdUiDetailPanelConfig, type StdUiDetailPanelDetailPanelLoadedPayload, StdUiDetailPanelDetailPanelOrbitalManifest, type StdUiDetailPanelDetailPanelOrbitalParams, type StdUiDetailPanelEventKey, type StdUiDetailPanelParams, type StdUiDialogConfig, type StdUiDialogEventKey, type StdUiDialogParams, type StdUiDialogueBubbleConfig, type StdUiDialogueBubbleEventKey, type StdUiDialogueBubbleParams, type StdUiDividerConfig, type StdUiDividerEventKey, type StdUiDividerParams, type StdUiDocBreadcrumbConfig, type StdUiDocBreadcrumbEventKey, type StdUiDocBreadcrumbParams, type StdUiDocPaginationConfig, type StdUiDocPaginationEventKey, type StdUiDocPaginationParams, type StdUiDocSearchConfig, type StdUiDocSearchEventKey, type StdUiDocSearchParams, type StdUiDocSidebarConfig, type StdUiDocSidebarEventKey, type StdUiDocSidebarParams, type StdUiDocTocConfig, type StdUiDocTocEventKey, type StdUiDocTocParams, type StdUiDockLayoutBottomPanelCollapsedChangePayload, type StdUiDockLayoutBottomPanelHeightChangePayload, type StdUiDockLayoutConfig, StdUiDockLayoutDockLayoutOrbitalManifest, type StdUiDockLayoutDockLayoutOrbitalParams, type StdUiDockLayoutEventKey, type StdUiDockLayoutParams, type StdUiDockLayoutSecondarySidebarCollapsedChangePayload, type StdUiDockLayoutSidebarCollapsedChangePayload, type StdUiDockLayoutSidebarWidthChangePayload, type StdUiDocumentDetailsConfig, type StdUiDocumentDetailsDocumentDetailsLoadedPayload, type StdUiDocumentDetailsEventKey, type StdUiDocumentDetailsMetaCommitPayload, type StdUiDocumentDetailsParams, type StdUiDocumentDetailsRelationPayload, type StdUiDocumentPanelConfig, type StdUiDocumentPanelContentChangePayload, type StdUiDocumentPanelDonePayload, type StdUiDocumentPanelEditPayload, type StdUiDocumentPanelEventKey, type StdUiDocumentPanelParams, type StdUiDocumentPanelTitleCommitPayload, type StdUiDocumentViewerConfig, type StdUiDocumentViewerEventKey, type StdUiDocumentViewerParams, type StdUiDrawFxLayerConfig, type StdUiDrawFxLayerEventKey, type StdUiDrawFxLayerParams, type StdUiDrawGroupConfig, type StdUiDrawGroupEventKey, type StdUiDrawGroupParams, type StdUiDrawMeshConfig, type StdUiDrawMeshEventKey, type StdUiDrawMeshParams, type StdUiDrawShapeConfig, type StdUiDrawShapeEventKey, type StdUiDrawShapeLayerConfig, type StdUiDrawShapeLayerEventKey, type StdUiDrawShapeLayerParams, type StdUiDrawShapeParams, type StdUiDrawSpriteConfig, type StdUiDrawSpriteEventKey, type StdUiDrawSpriteLayerConfig, type StdUiDrawSpriteLayerEventKey, type StdUiDrawSpriteLayerParams, type StdUiDrawSpriteParams, type StdUiDrawTextConfig, type StdUiDrawTextEventKey, type StdUiDrawTextLayerConfig, type StdUiDrawTextLayerEventKey, type StdUiDrawTextLayerParams, type StdUiDrawTextParams, type StdUiDrawerConfig, type StdUiDrawerEventKey, type StdUiDrawerOpenPayload, type StdUiDrawerParams, type StdUiDrawerSlotConfig, StdUiDrawerSlotDrawerSlotOrbitalManifest, type StdUiDrawerSlotDrawerSlotOrbitalParams, type StdUiDrawerSlotEventKey, type StdUiDrawerSlotParams, type StdUiEdgeDecorationConfig, type StdUiEdgeDecorationEventKey, type StdUiEdgeDecorationParams, type StdUiEmojiPickerConfig, type StdUiEmojiPickerEventKey, type StdUiEmojiPickerParams, type StdUiEmojiPickerPickPayload, type StdUiEmptyStateConfig, type StdUiEmptyStateEventKey, type StdUiEmptyStateParams, type StdUiEntityCardsConfig, type StdUiEntityCardsEntityCardsLoadedPayload, StdUiEntityCardsEntityCardsOrbitalManifest, type StdUiEntityCardsEntityCardsOrbitalParams, type StdUiEntityCardsEventKey, type StdUiEntityCardsParams, type StdUiEntityCardsViewPayload, type StdUiEntityListConfig, type StdUiEntityListEntityListLoadedPayload, StdUiEntityListEntityListOrbitalManifest, type StdUiEntityListEntityListOrbitalParams, type StdUiEntityListEventKey, type StdUiEntityListParams, type StdUiEntityListViewPayload, type StdUiEntityTableConfig, type StdUiEntityTableEntityTableLoadedPayload, StdUiEntityTableEntityTableOrbitalManifest, type StdUiEntityTableEntityTableOrbitalParams, type StdUiEntityTableEventKey, type StdUiEntityTableParams, type StdUiEntityTableViewPayload, type StdUiErrorBoundaryConfig, type StdUiErrorBoundaryEventKey, type StdUiErrorBoundaryParams, type StdUiErrorStateConfig, type StdUiErrorStateEventKey, type StdUiErrorStateParams, type StdUiFeatureCardConfig, type StdUiFeatureCardEventKey, type StdUiFeatureCardParams, type StdUiFeatureGridConfig, type StdUiFeatureGridEventKey, type StdUiFeatureGridOrganismConfig, type StdUiFeatureGridOrganismEventKey, type StdUiFeatureGridOrganismFeatureGridOrganismLoadedPayload, StdUiFeatureGridOrganismFeatureGridOrganismOrbitalManifest, type StdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, type StdUiFeatureGridOrganismParams, type StdUiFeatureGridParams, type StdUiFileTreeConfig, type StdUiFileTreeEventKey, type StdUiFileTreeFileSelectPayload, type StdUiFileTreeParams, type StdUiFilterGroupClearPayload, type StdUiFilterGroupConfig, type StdUiFilterGroupEventKey, type StdUiFilterGroupEventPayload, type StdUiFilterGroupFilterChangePayload, type StdUiFilterGroupParams, type StdUiFilterPillClickPayload, type StdUiFilterPillConfig, type StdUiFilterPillEventKey, type StdUiFilterPillParams, type StdUiFlexConfig, type StdUiFlexEventKey, type StdUiFlexParams, type StdUiFlipCardConfig, type StdUiFlipCardEventKey, type StdUiFlipCardParams, type StdUiFlipContainerConfig, type StdUiFlipContainerEventKey, type StdUiFlipContainerParams, type StdUiFloatingActionButtonConfig, type StdUiFloatingActionButtonEventKey, type StdUiFloatingActionButtonParams, type StdUiFloatingToolbarConfig, type StdUiFloatingToolbarEventKey, type StdUiFloatingToolbarParams, type StdUiFormActionsConfig, type StdUiFormActionsEventKey, type StdUiFormActionsParams, type StdUiFormConfig, type StdUiFormEventKey, type StdUiFormFieldChangePayload, type StdUiFormFieldConfig, type StdUiFormFieldEventKey, type StdUiFormFieldParams, type StdUiFormFormLoadedPayload, StdUiFormFormOrbitalManifest, type StdUiFormFormOrbitalParams, type StdUiFormLayoutConfig, type StdUiFormLayoutEventKey, type StdUiFormLayoutParams, type StdUiFormParams, type StdUiFormSectionConfig, type StdUiFormSectionEventKey, type StdUiFormSectionFieldChangePayload, type StdUiFormSectionFormSectionLoadedPayload, StdUiFormSectionFormSectionOrbitalManifest, type StdUiFormSectionFormSectionOrbitalParams, type StdUiFormSectionHeaderConfig, type StdUiFormSectionHeaderEventKey, type StdUiFormSectionHeaderParams, type StdUiFormSectionParams, type StdUiFormSectionSubmitPayload, type StdUiFormSubmitPayload, type StdUiFxOverlayConfig, type StdUiFxOverlayEventKey, type StdUiFxOverlayParams, type StdUiGameAudioCueConfig, type StdUiGameAudioCueEventKey, type StdUiGameAudioCueParams, type StdUiGameAudioToggleConfig, type StdUiGameAudioToggleEventKey, type StdUiGameAudioToggleParams, type StdUiGameAudioToggleTogglePayload, type StdUiGameHudConfig, type StdUiGameHudEventKey, type StdUiGameHudParams, type StdUiGameIconConfig, type StdUiGameIconEventKey, type StdUiGameIconParams, type StdUiGameMenuConfig, type StdUiGameMenuEventKey, type StdUiGameMenuParams, type StdUiGameMenuSelectPayload, type StdUiGeometricPatternConfig, type StdUiGeometricPatternEventKey, type StdUiGeometricPatternParams, type StdUiGradientDividerConfig, type StdUiGradientDividerEventKey, type StdUiGradientDividerParams, type StdUiGraphCanvasBadgeClickPayload, type StdUiGraphCanvasConfig, type StdUiGraphCanvasEventKey, type StdUiGraphCanvasMarkClickPayload, type StdUiGraphCanvasNodeClickPayload, type StdUiGraphCanvasNodeDoubleClickPayload, type StdUiGraphCanvasParams, type StdUiGraphViewConfig, type StdUiGraphViewEventKey, type StdUiGraphViewNodeClickPayload, type StdUiGraphViewNodeHoverPayload, type StdUiGraphViewParams, type StdUiGridConfig, type StdUiGridEventKey, type StdUiGridParams, type StdUiHeaderConfig, type StdUiHeaderEventKey, type StdUiHeaderParams, type StdUiHeaderSearchPayload, type StdUiHealthBarConfig, type StdUiHealthBarEventKey, type StdUiHealthBarParams, type StdUiHeroOrganismConfig, type StdUiHeroOrganismEventKey, type StdUiHeroOrganismHeroOrganismLoadedPayload, StdUiHeroOrganismHeroOrganismOrbitalManifest, type StdUiHeroOrganismHeroOrganismOrbitalParams, type StdUiHeroOrganismParams, type StdUiHeroSectionConfig, type StdUiHeroSectionEventKey, type StdUiHeroSectionParams, type StdUiHstackConfig, type StdUiHstackEventKey, type StdUiHstackParams, type StdUiIconConfig, type StdUiIconEventKey, type StdUiIconParams, type StdUiImportPreviewTreeConfig, type StdUiImportPreviewTreeEventKey, type StdUiImportPreviewTreeParams, type StdUiImportProgressConfig, type StdUiImportProgressEventKey, type StdUiImportProgressParams, type StdUiImportSourcePickerConfig, type StdUiImportSourcePickerEventKey, type StdUiImportSourcePickerParams, type StdUiImportSourcePickerSelectPayload, type StdUiInfiniteScrollSentinelConfig, type StdUiInfiniteScrollSentinelEventKey, type StdUiInfiniteScrollSentinelParams, type StdUiInputActionPayload, type StdUiInputConfig, type StdUiInputEventKey, type StdUiInputGroupActionPayload, type StdUiInputGroupConfig, type StdUiInputGroupEventKey, type StdUiInputGroupParams, type StdUiInputParams, type StdUiInstallBoxConfig, type StdUiInstallBoxEventKey, type StdUiInstallBoxParams, type StdUiJazariStateMachineConfig, type StdUiJazariStateMachineEventKey, type StdUiJazariStateMachineParams, type StdUiLabelConfig, type StdUiLabelEventKey, type StdUiLabelParams, type StdUiLawReferenceTooltipConfig, type StdUiLawReferenceTooltipEventKey, type StdUiLawReferenceTooltipParams, type StdUiLearningCanvasConfig, type StdUiLearningCanvasEventKey, type StdUiLearningCanvasParams, type StdUiLearningCanvasShapeClickPayload, type StdUiLearningCanvasShapeHoverPayload, type StdUiLightboxConfig, type StdUiLightboxEventKey, type StdUiLightboxIndexChangePayload, type StdUiLightboxOpenPayload, type StdUiLightboxParams, type StdUiLikertScaleChangePayload, type StdUiLikertScaleConfig, type StdUiLikertScaleEventKey, type StdUiLikertScaleParams, type StdUiLineChartConfig, type StdUiLineChartEventKey, type StdUiLineChartParams, type StdUiLoadingStateConfig, type StdUiLoadingStateEventKey, type StdUiLoadingStateParams, type StdUiMapViewConfig, type StdUiMapViewEventKey, type StdUiMapViewMapClickPayload, type StdUiMapViewMarkerClickPayload, type StdUiMapViewParams, type StdUiMarkdownContentConfig, type StdUiMarkdownContentEventKey, type StdUiMarkdownContentParams, type StdUiMarketingFooterConfig, type StdUiMarketingFooterEventKey, type StdUiMarketingFooterParams, type StdUiMarketingStatCardConfig, type StdUiMarketingStatCardEventKey, type StdUiMarketingStatCardParams, type StdUiMasterDetailConfig, type StdUiMasterDetailEventKey, type StdUiMasterDetailLayoutConfig, type StdUiMasterDetailLayoutEventKey, StdUiMasterDetailLayoutMasterDetailLayoutOrbitalManifest, type StdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, type StdUiMasterDetailLayoutParams, type StdUiMasterDetailMasterDetailLoadedPayload, StdUiMasterDetailMasterDetailOrbitalManifest, type StdUiMasterDetailMasterDetailOrbitalParams, type StdUiMasterDetailParams, type StdUiMathCanvasConfig, type StdUiMathCanvasEventKey, type StdUiMathCanvasParams, type StdUiMathCanvasShapeClickPayload, type StdUiMatrixQuestionChangePayload, type StdUiMatrixQuestionConfig, type StdUiMatrixQuestionEventKey, type StdUiMatrixQuestionParams, type StdUiMediaGalleryConfig, type StdUiMediaGalleryEventKey, type StdUiMediaGalleryMediaGalleryLoadedPayload, StdUiMediaGalleryMediaGalleryOrbitalManifest, type StdUiMediaGalleryMediaGalleryOrbitalParams, type StdUiMediaGalleryParams, type StdUiMediaGallerySelectionPayload, type StdUiMenuConfig, type StdUiMenuEventKey, type StdUiMenuParams, type StdUiMeterConfig, type StdUiMeterEventKey, type StdUiMeterParams, type StdUiModalConfig, type StdUiModalEventKey, type StdUiModalOpenPayload, type StdUiModalParams, type StdUiModalSlotConfig, type StdUiModalSlotEventKey, StdUiModalSlotModalSlotOrbitalManifest, type StdUiModalSlotModalSlotOrbitalParams, type StdUiModalSlotParams, type StdUiModuleCardConfig, type StdUiModuleCardEventKey, type StdUiModuleCardParams, type StdUiNavigationConfig, type StdUiNavigationEventKey, type StdUiNavigationParams, type StdUiNotificationConfig, type StdUiNotificationEventKey, type StdUiNotificationParams, type StdUiNumberStepperActionPayload, type StdUiNumberStepperChangePayload, type StdUiNumberStepperConfig, type StdUiNumberStepperEventKey, type StdUiNumberStepperParams, type StdUiOptionConstraintGroupChangePayload, type StdUiOptionConstraintGroupConfig, type StdUiOptionConstraintGroupEventKey, type StdUiOptionConstraintGroupParams, type StdUiOrbitalVisualizationConfig, type StdUiOrbitalVisualizationEventKey, type StdUiOrbitalVisualizationParams, type StdUiOverlayConfig, type StdUiOverlayEventKey, type StdUiOverlayParams, type StdUiPageHeaderConfig, type StdUiPageHeaderEventKey, type StdUiPageHeaderParams, type StdUiPageHeaderTabChangePayload, type StdUiPageTransitionConfig, type StdUiPageTransitionEventKey, type StdUiPageTransitionParams, type StdUiPaginationConfig, type StdUiPaginationEventKey, type StdUiPaginationPageChangePayload, type StdUiPaginationPageSizeChangePayload, type StdUiPaginationParams, type StdUiPatternTileConfig, type StdUiPatternTileEventKey, type StdUiPatternTileParams, type StdUiPhysicsCanvasConfig, type StdUiPhysicsCanvasEventKey, type StdUiPhysicsCanvasParams, type StdUiPhysicsCanvasShapeClickPayload, type StdUiPopoverConfig, type StdUiPopoverEventKey, type StdUiPopoverOpenChangePayload, type StdUiPopoverParams, type StdUiPositionedCanvasConfig, type StdUiPositionedCanvasEventKey, type StdUiPositionedCanvasMovePayload, type StdUiPositionedCanvasParams, type StdUiPositionedCanvasPositionedCanvasLoadedPayload, type StdUiPositionedCanvasSelectPayload, type StdUiPresenceConfig, type StdUiPresenceEventKey, type StdUiPresenceParams, type StdUiPricingCardConfig, type StdUiPricingCardEventKey, type StdUiPricingCardParams, type StdUiPricingGridConfig, type StdUiPricingGridEventKey, type StdUiPricingGridParams, type StdUiPricingOrganismConfig, type StdUiPricingOrganismEventKey, type StdUiPricingOrganismParams, type StdUiPricingOrganismPricingOrganismLoadedPayload, StdUiPricingOrganismPricingOrganismOrbitalManifest, type StdUiPricingOrganismPricingOrganismOrbitalParams, type StdUiProgressBarConfig, type StdUiProgressBarEventKey, type StdUiProgressBarParams, type StdUiProgressDotsConfig, type StdUiProgressDotsDotClickPayload, type StdUiProgressDotsEventKey, type StdUiProgressDotsParams, type StdUiPullQuoteConfig, type StdUiPullQuoteEventKey, type StdUiPullQuoteParams, type StdUiPullToRefreshConfig, type StdUiPullToRefreshEventKey, type StdUiPullToRefreshParams, type StdUiQrScannerConfig, type StdUiQrScannerEventKey, type StdUiQrScannerParams, type StdUiQrScannerScanPayload, type StdUiQuizBlockConfig, type StdUiQuizBlockEventKey, type StdUiQuizBlockParams, type StdUiRadioActionPayload, type StdUiRadioConfig, type StdUiRadioEventKey, type StdUiRadioParams, type StdUiRangeSliderActionPayload, type StdUiRangeSliderChangePayload, type StdUiRangeSliderConfig, type StdUiRangeSliderEventKey, type StdUiRangeSliderParams, type StdUiReflectionBlockConfig, type StdUiReflectionBlockEventKey, type StdUiReflectionBlockParams, type StdUiRelationSelectChangePayload, type StdUiRelationSelectConfig, type StdUiRelationSelectEventKey, type StdUiRelationSelectParams, type StdUiRepeatableFormSectionConfig, type StdUiRepeatableFormSectionEventKey, type StdUiRepeatableFormSectionParams, type StdUiRepeatableFormSectionRemovePayload, type StdUiRepeatableFormSectionReorderPayload, type StdUiReplyTreeConfig, type StdUiReplyTreeContinueThreadPayload, type StdUiReplyTreeEventKey, type StdUiReplyTreeFlagPayload, type StdUiReplyTreeParams, type StdUiReplyTreeReplyPayload, type StdUiReplyTreeReplyTreeLoadedPayload, type StdUiReplyTreeVotePayload, type StdUiRichTextEditorChangePayload, type StdUiRichTextEditorConfig, type StdUiRichTextEditorEventKey, type StdUiRichTextEditorParams, type StdUiRuntimeDebuggerConfig, type StdUiRuntimeDebuggerEventKey, type StdUiRuntimeDebuggerParams, StdUiRuntimeDebuggerRuntimeDebuggerOrbitalManifest, type StdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, type StdUiScaledDiagramConfig, type StdUiScaledDiagramEventKey, type StdUiScaledDiagramParams, type StdUiScoreDisplayConfig, type StdUiScoreDisplayEventKey, type StdUiScoreDisplayParams, type StdUiSearchInputConfig, type StdUiSearchInputEventKey, type StdUiSearchInputEventPayload, type StdUiSearchInputParams, type StdUiSearchInputSearchPayload, type StdUiSectionConfig, type StdUiSectionEventKey, type StdUiSectionHeaderConfig, type StdUiSectionHeaderEventKey, type StdUiSectionHeaderParams, type StdUiSectionParams, type StdUiSegmentRendererConfig, type StdUiSegmentRendererEventKey, type StdUiSegmentRendererParams, StdUiSegmentRendererSegmentRendererOrbitalManifest, type StdUiSegmentRendererSegmentRendererOrbitalParams, type StdUiSelectActionPayload, type StdUiSelectConfig, type StdUiSelectEventKey, type StdUiSelectParams, type StdUiSequenceBarConfig, type StdUiSequenceBarEventKey, type StdUiSequenceBarParams, type StdUiSequenceBarSlotDropPayload, type StdUiSequenceBarSlotRemovePayload, type StdUiServiceCatalogConfig, type StdUiServiceCatalogEventKey, type StdUiServiceCatalogParams, type StdUiShowcaseCardConfig, type StdUiShowcaseCardEventKey, type StdUiShowcaseCardParams, type StdUiShowcaseOrganismConfig, type StdUiShowcaseOrganismEventKey, type StdUiShowcaseOrganismParams, type StdUiShowcaseOrganismShowcaseOrganismLoadedPayload, StdUiShowcaseOrganismShowcaseOrganismOrbitalManifest, type StdUiShowcaseOrganismShowcaseOrganismOrbitalParams, type StdUiSidePanelConfig, type StdUiSidePanelEventKey, type StdUiSidePanelOpenPayload, type StdUiSidePanelParams, type StdUiSidebarCollapseChangePayload, type StdUiSidebarConfig, type StdUiSidebarEventKey, type StdUiSidebarParams, type StdUiSignaturePadChangePayload, type StdUiSignaturePadConfig, type StdUiSignaturePadEventKey, type StdUiSignaturePadParams, type StdUiSignaturePadSignPayload, type StdUiSimpleGridConfig, type StdUiSimpleGridEventKey, type StdUiSimpleGridParams, type StdUiSkeletonConfig, type StdUiSkeletonEventKey, type StdUiSkeletonParams, type StdUiSocialProofConfig, type StdUiSocialProofEventKey, type StdUiSocialProofParams, type StdUiSortableListConfig, type StdUiSortableListEventKey, type StdUiSortableListParams, type StdUiSortableListReorderPayload, type StdUiSortableListSortableListLoadedPayload, type StdUiSpacerConfig, type StdUiSpacerEventKey, type StdUiSpacerParams, type StdUiSparklineConfig, type StdUiSparklineEventKey, type StdUiSparklineParams, type StdUiSpinnerConfig, type StdUiSpinnerEventKey, type StdUiSpinnerParams, type StdUiSplitConfig, type StdUiSplitEventKey, type StdUiSplitPaneConfig, type StdUiSplitPaneEventKey, type StdUiSplitPaneParams, type StdUiSplitPaneRatioChangePayload, StdUiSplitPaneSplitPaneOrbitalManifest, type StdUiSplitPaneSplitPaneOrbitalParams, type StdUiSplitParams, type StdUiSplitSectionConfig, type StdUiSplitSectionEventKey, type StdUiSplitSectionParams, type StdUiStackConfig, type StdUiStackEventKey, type StdUiStackParams, type StdUiStarRatingActionPayload, type StdUiStarRatingChangePayload, type StdUiStarRatingConfig, type StdUiStarRatingEventKey, type StdUiStarRatingParams, type StdUiStatBadgeConfig, type StdUiStatBadgeEventKey, type StdUiStatBadgeParams, type StdUiStatCardConfig, type StdUiStatCardEventKey, type StdUiStatCardParams, type StdUiStatCardStatCardLoadedPayload, StdUiStatCardStatCardOrbitalManifest, type StdUiStatCardStatCardOrbitalParams, type StdUiStatDisplayConfig, type StdUiStatDisplayEventKey, type StdUiStatDisplayParams, type StdUiStateGraphConfig, type StdUiStateGraphEventKey, type StdUiStateGraphNodeClickPayload, type StdUiStateGraphParams, type StdUiStateJsonViewConfig, type StdUiStateJsonViewEventKey, type StdUiStateJsonViewParams, type StdUiStateMachineViewConfig, type StdUiStateMachineViewEventKey, type StdUiStateMachineViewParams, StdUiStateMachineViewStateMachineViewOrbitalManifest, type StdUiStateMachineViewStateMachineViewOrbitalParams, type StdUiStatsGridConfig, type StdUiStatsGridEventKey, type StdUiStatsGridParams, type StdUiStatsOrganismConfig, type StdUiStatsOrganismEventKey, type StdUiStatsOrganismParams, type StdUiStatsOrganismStatsOrganismLoadedPayload, StdUiStatsOrganismStatsOrganismOrbitalManifest, type StdUiStatsOrganismStatsOrganismOrbitalParams, type StdUiStatusDotConfig, type StdUiStatusDotEventKey, type StdUiStatusDotParams, type StdUiStepFlowConfig, type StdUiStepFlowEventKey, type StdUiStepFlowOrganismConfig, type StdUiStepFlowOrganismEventKey, type StdUiStepFlowOrganismParams, type StdUiStepFlowOrganismStepFlowOrganismLoadedPayload, StdUiStepFlowOrganismStepFlowOrganismOrbitalManifest, type StdUiStepFlowOrganismStepFlowOrganismOrbitalParams, type StdUiStepFlowParams, type StdUiSubagentTracePanelConfig, type StdUiSubagentTracePanelEventKey, type StdUiSubagentTracePanelOpenPayload, type StdUiSubagentTracePanelParams, StdUiSubagentTracePanelSubagentTracePanelOrbitalManifest, type StdUiSubagentTracePanelSubagentTracePanelOrbitalParams, type StdUiSvgBranchConfig, type StdUiSvgBranchEventKey, type StdUiSvgBranchParams, type StdUiSvgConnectionConfig, type StdUiSvgConnectionEventKey, type StdUiSvgConnectionParams, type StdUiSvgFlowConfig, type StdUiSvgFlowEventKey, type StdUiSvgFlowParams, type StdUiSvgGridConfig, type StdUiSvgGridEventKey, type StdUiSvgGridParams, type StdUiSvgLobeConfig, type StdUiSvgLobeEventKey, type StdUiSvgLobeParams, type StdUiSvgMeshConfig, type StdUiSvgMeshEventKey, type StdUiSvgMeshParams, type StdUiSvgMorphConfig, type StdUiSvgMorphEventKey, type StdUiSvgMorphParams, type StdUiSvgNodeConfig, type StdUiSvgNodeEventKey, type StdUiSvgNodeParams, type StdUiSvgPulseConfig, type StdUiSvgPulseEventKey, type StdUiSvgPulseParams, type StdUiSvgRingConfig, type StdUiSvgRingEventKey, type StdUiSvgRingParams, type StdUiSvgShieldConfig, type StdUiSvgShieldEventKey, type StdUiSvgShieldParams, type StdUiSvgStackConfig, type StdUiSvgStackEventKey, type StdUiSvgStackParams, type StdUiSwipeableRowConfig, type StdUiSwipeableRowEventKey, type StdUiSwipeableRowParams, type StdUiSwipeableRowSwipeableRowLoadedPayload, type StdUiSwitchChangePayload, type StdUiSwitchConfig, type StdUiSwitchEventKey, type StdUiSwitchParams, type StdUiTabbedContainerConfig, type StdUiTabbedContainerEventKey, type StdUiTabbedContainerParams, type StdUiTabbedContainerTabChangePayload, StdUiTabbedContainerTabbedContainerOrbitalManifest, type StdUiTabbedContainerTabbedContainerOrbitalParams, type StdUiTableViewConfig, type StdUiTableViewEventKey, type StdUiTableViewParams, type StdUiTableViewSelectPayload, type StdUiTableViewSortPayload, type StdUiTableViewTableViewLoadedPayload, type StdUiTableViewViewPayload, type StdUiTabsConfig, type StdUiTabsEventKey, type StdUiTabsParams, type StdUiTabsTabChangePayload, type StdUiTagCloudConfig, type StdUiTagCloudEventKey, type StdUiTagCloudParams, type StdUiTagInputAddPayload, type StdUiTagInputChangePayload, type StdUiTagInputConfig, type StdUiTagInputEventKey, type StdUiTagInputParams, type StdUiTagInputRemovePayload, type StdUiTeamCardConfig, type StdUiTeamCardEventKey, type StdUiTeamCardParams, type StdUiTeamOrganismConfig, type StdUiTeamOrganismEventKey, type StdUiTeamOrganismParams, type StdUiTeamOrganismTeamOrganismLoadedPayload, StdUiTeamOrganismTeamOrganismOrbitalManifest, type StdUiTeamOrganismTeamOrganismOrbitalParams, type StdUiTextHighlightActionPayload, type StdUiTextHighlightConfig, type StdUiTextHighlightEventKey, type StdUiTextHighlightHoverPayload, type StdUiTextHighlightParams, type StdUiTextareaConfig, type StdUiTextareaEventKey, type StdUiTextareaParams, type StdUiThemeToggleConfig, type StdUiThemeToggleEventKey, type StdUiThemeToggleParams, type StdUiTimeSlotCellClickPayload, type StdUiTimeSlotCellConfig, type StdUiTimeSlotCellEventKey, type StdUiTimeSlotCellParams, type StdUiTimelineConfig, type StdUiTimelineEventKey, type StdUiTimelineParams, type StdUiTimelineTimelineLoadedPayload, StdUiTimelineTimelineOrbitalManifest, type StdUiTimelineTimelineOrbitalParams, type StdUiTimelineViewPayload, type StdUiTimerDisplayConfig, type StdUiTimerDisplayEventKey, type StdUiTimerDisplayParams, StdUiTimerDisplayTimerDisplayOrbitalManifest, type StdUiTimerDisplayTimerDisplayOrbitalParams, type StdUiToastSlotConfig, type StdUiToastSlotEventKey, type StdUiToastSlotParams, StdUiToastSlotToastSlotOrbitalManifest, type StdUiToastSlotToastSlotOrbitalParams, type StdUiTooltipConfig, type StdUiTooltipEventKey, type StdUiTooltipParams, type StdUiTraitFrameConfig, type StdUiTraitFrameEventKey, type StdUiTraitFrameParams, type StdUiTraitSlotClickPayload, type StdUiTraitSlotConfig, type StdUiTraitSlotDragStartPayload, type StdUiTraitSlotDropPayload, type StdUiTraitSlotEventKey, type StdUiTraitSlotItemDropPayload, type StdUiTraitSlotParams, type StdUiTrendIndicatorConfig, type StdUiTrendIndicatorEventKey, type StdUiTrendIndicatorParams, type StdUiTypewriterTextConfig, type StdUiTypewriterTextEventKey, type StdUiTypewriterTextParams, type StdUiTypographyConfig, type StdUiTypographyEventKey, type StdUiTypographyParams, type StdUiUploadDropZoneActionPayload, type StdUiUploadDropZoneConfig, type StdUiUploadDropZoneEventKey, type StdUiUploadDropZoneParams, type StdUiVersionDiffConfig, type StdUiVersionDiffEventKey, type StdUiVersionDiffParams, type StdUiVersionDiffRevertPayload, type StdUiVersionDiffSelectAfterPayload, type StdUiVersionDiffSelectBeforePayload, type StdUiViolationAlertConfig, type StdUiViolationAlertEventKey, type StdUiViolationAlertNavigateToFieldPayload, type StdUiViolationAlertParams, type StdUiVoteStackConfig, type StdUiVoteStackEventKey, type StdUiVoteStackParams, type StdUiVoteStackVotePayload, type StdUiVstackConfig, type StdUiVstackEventKey, type StdUiVstackParams, type StdUiWizardContainerBackPayload, type StdUiWizardContainerConfig, type StdUiWizardContainerEventKey, type StdUiWizardContainerNextPayload, type StdUiWizardContainerParams, type StdUiWizardContainerStepChangePayload, type StdUiWizardNavigationBackPayload, type StdUiWizardNavigationCompletePayload, type StdUiWizardNavigationConfig, type StdUiWizardNavigationEventKey, type StdUiWizardNavigationNextPayload, type StdUiWizardNavigationParams, type StdUiWizardProgressConfig, type StdUiWizardProgressEventKey, type StdUiWizardProgressParams, type StdUiWizardProgressStepClickPayload, type StdVelocityGateConfig, type StdVelocityGateEventKey, type StdVelocityGateParams, type StdVelocityGateVelocityGateDeniedPayload, type StdVelocityGateVelocityGateOpenedPayload, type StdVersionHistoryComparePayload, type StdVersionHistoryConfig, type StdVersionHistoryEventKey, type StdVersionHistoryOpenRevisionPayload, type StdVersionHistoryParams, type StdVersionHistoryRevisionLoadFailedPayload, type StdVersionHistoryRevisionLoadedPayload, StdVersionHistoryRevisionOrbitalManifest, type StdVersionHistoryRevisionOrbitalParams, type StdVersionHistoryRevisionRollbackFailedPayload, type StdVersionHistoryRevisionRolledBackPayload, type StdVersionHistoryRollbackPayload, type StdVoteConfig, type StdVoteEventKey, type StdVoteParams, type StdVoteVoteCastFailedPayload, type StdVoteVoteCastedPayload, type StdVoteVoteLoadFailedPayload, type StdVoteVoteLoadedPayload, StdVoteVoteOrbitalManifest, type StdVoteVoteOrbitalParams, type StdVoteVotePayload, type StdWeightValidatorConfig, type StdWeightValidatorEventKey, StdWeightValidatorMlWeightValidatorOrbitalManifest, type StdWeightValidatorMlWeightValidatorOrbitalParams, type StdWeightValidatorParams, type StdWeightValidatorWeightsAcceptedPayload, type StdWeightValidatorWeightsRejectedPayload, type StdWizardAdvancePayload, type StdWizardCancelPayload, type StdWizardConfig, type StdWizardEventKey, type StdWizardParams, type StdWizardWizardLoadFailedPayload, type StdWizardWizardLoadedPayload, StdWizardWizardOrbitalManifest, type StdWizardWizardOrbitalParams, type StdWizardWizardSaveFailedPayload, type StdWizardWizardSavedPayload, type StdWorldmapBoard2dConfig, type StdWorldmapBoard2dParams, StdWorldmapBoard2dWorldMapBoard2DOrbitalManifest, type StdWorldmapBoard2dWorldMapBoard2DOrbitalParams, type StdXpConfig, type StdXpEventKey, type StdXpHealPayload, type StdXpParams, type StdZoneCardConfig, type StdZoneCardEventKey, type StdZoneCardParams, type StdZoneCardZoneChangedPayload, dispatchOrbitalFactory, getOrbitalFactoryManifest, isStdAgentBuilderAgentBuilderOrbitalParams, isStdAgentCompletionAgentCompletionOrbitalParams, isStdAgentContextAgentContextOrbitalParams, isStdAgentFixLoopAgentFixLoopOrbitalParams, isStdAgentMemoryAgentMemoryOrbitalParams, isStdAgentPlannerAgentPlannerOrbitalParams, isStdAgentRabitCoordinatorOrbitalParams, isStdAgentRabitOrbitalProcessOrbitalParams, isStdAgentSessionAgentSessionOrbitalParams, isStdAgentToolCallAgentToolCallOrbitalParams, isStdAgentToolLoopAgentToolLoopOrbitalParams, isStdAgentTraceAgentTraceOrbitalParams, isStdAnimTickAnimTickOrbitalParams, isStdAppLayoutAppLayoutOrbitalParams, isStdAppSearchAppSearchOrbitalParams, isStdApprovalGateApprovalGateOrbitalParams, isStdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, isStdAuditCaptureAuditCaptureOrbitalParams, isStdBillableHourBillableHourOrbitalParams, isStdBoardBoardOrbitalParams, isStdBrowseBrowseItemOrbitalParams, isStdCacheAsideCacheEntryOrbitalParams, isStdCalendarCalendarEventOrbitalParams, isStdCalendarSyncCalendarSyncOrbitalParams, isStdCascadeOnDeleteCascadeOnDeleteOrbitalParams, isStdCircuitBreakerServiceNodeOrbitalParams, isStdConfirmationConfirmActionOrbitalParams, isStdCooldownCooldownOrbitalParams, isStdCrewBoard2dCrewBoard2DOrbitalParams, isStdCrossReferenceCrossReferenceOrbitalParams, isStdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, isStdDataCollectorMlDataCollectorOrbitalParams, isStdDataErasureDataErasureOrbitalParams, isStdDateRangeDateRangeOrbitalParams, isStdDungeonBoard2dDungeonBoard2DOrbitalParams, isStdEscalatingDecisionEscalatingDecisionOrbitalParams, isStdEsignFlowSignatureSessionOrbitalParams, isStdEsignRequestESignRequestOrbitalParams, isStdEventLogEventLogOrbitalParams, isStdExportExportOrbitalParams, isStdFileStoreStoredFileOrbitalParams, isStdFilterFilterTargetOrbitalParams, isStdFormAdvancedFormEntryOrbitalParams, isStdGalleryGalleryItemOrbitalParams, isStdGameClockGameClockOrbitalParams, isStdGeosearchGeoSearchResultOrbitalParams, isStdGraphBuilderGraphBuilderOrbitalParams, isStdGraphsGraphItemOrbitalParams, isStdImageUploadMultiUploadedImageOrbitalParams, isStdKnowledgeTracingKnowledgeTracingOrbitalParams, isStdLifecycleLifecycleOrbitalParams, isStdListListItemOrbitalParams, isStdMarketBoard3dMarketBoard3DOrbitalParams, isStdMigrationJobMigrationJobOrbitalParams, isStdMlClassifyMlClassifyOrbitalParams, isStdMlExactCheckMlExactCheckOrbitalParams, isStdMlInferMlInferOrbitalParams, isStdMlLabelCaptureMlLabelCaptureOrbitalParams, isStdMlLookupMlLookupOrbitalParams, isStdMlPosteriorMlPosteriorOrbitalParams, isStdMlSimilarityMlSimilarityOrbitalParams, isStdModQueueModQueueItemOrbitalParams, isStdModalModalRecordOrbitalParams, isStdMultiPartyFlowMultiPartyFlowOrbitalParams, isStdNotificationCenterNotificationCenterOrbitalParams, isStdNotifyOnEventNotifyOnEventOrbitalParams, isStdObjectiveBoard3dObjectiveBoard3DOrbitalParams, isStdPaginationPagedItemOrbitalParams, isStdPlatformerBoard2dPlatformerBoard2DOrbitalParams, isStdPlatformerPuzzlePlatformerPuzzleOrbitalParams, isStdRateLimiterRateBucketOrbitalParams, isStdRatingReviewRatingReviewOrbitalParams, isStdRecordDetailRecordItemOrbitalParams, isStdRecurrenceRecurrenceOrbitalParams, isStdRelatedRelatedItemOrbitalParams, isStdReminderSchedulerReminderSchedulerOrbitalParams, isStdRowAccessControlRowAccessControlOrbitalParams, isStdSavedSearchSavedSearchOrbitalParams, isStdScatterScatterItemOrbitalParams, isStdSearchSearchResultOrbitalParams, isStdSelectionSelectableItemOrbitalParams, isStdSignatureCaptureSignatureCaptureOrbitalParams, isStdStatsStatsItemOrbitalParams, isStdStatusLifecycleControlStatusLifecycleControlOrbitalParams, isStdStatusLifecycleStatusLifecycleOrbitalParams, isStdStepFlowStepFlowOrbitalParams, isStdSurvivalBoard3dSurvivalBoard3DOrbitalParams, isStdTabsTabsItemOrbitalParams, isStdTacticsBoard2dTacticsBoard2DOrbitalParams, isStdTacticsBoard3dTacticsBoard3DOrbitalParams, isStdTagTaxonomyTagTaxonomyOrbitalParams, isStdThreadThreadPostOrbitalParams, isStdTokenizerMlTokenizerOrbitalParams, isStdTreeTreeNodeOrbitalParams, isStdUiBookChapterViewBookChapterViewOrbitalParams, isStdUiBookCoverPageBookCoverPageOrbitalParams, isStdUiBookNavBarBookNavBarOrbitalParams, isStdUiBookTableOfContentsBookTableOfContentsOrbitalParams, isStdUiBookViewerBookViewerOrbitalParams, isStdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, isStdUiChatBarChatBarOrbitalParams, isStdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, isStdUiDashboardGridDashboardGridOrbitalParams, isStdUiDetailPanelDetailPanelOrbitalParams, isStdUiDockLayoutDockLayoutOrbitalParams, isStdUiDrawerSlotDrawerSlotOrbitalParams, isStdUiEntityCardsEntityCardsOrbitalParams, isStdUiEntityListEntityListOrbitalParams, isStdUiEntityTableEntityTableOrbitalParams, isStdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, isStdUiFormFormOrbitalParams, isStdUiFormSectionFormSectionOrbitalParams, isStdUiHeroOrganismHeroOrganismOrbitalParams, isStdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, isStdUiMasterDetailMasterDetailOrbitalParams, isStdUiMediaGalleryMediaGalleryOrbitalParams, isStdUiModalSlotModalSlotOrbitalParams, isStdUiPricingOrganismPricingOrganismOrbitalParams, isStdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, isStdUiSegmentRendererSegmentRendererOrbitalParams, isStdUiShowcaseOrganismShowcaseOrganismOrbitalParams, isStdUiSplitPaneSplitPaneOrbitalParams, isStdUiStatCardStatCardOrbitalParams, isStdUiStateMachineViewStateMachineViewOrbitalParams, isStdUiStatsOrganismStatsOrganismOrbitalParams, isStdUiStepFlowOrganismStepFlowOrganismOrbitalParams, isStdUiSubagentTracePanelSubagentTracePanelOrbitalParams, isStdUiTabbedContainerTabbedContainerOrbitalParams, isStdUiTeamOrganismTeamOrganismOrbitalParams, isStdUiTimelineTimelineOrbitalParams, isStdUiTimerDisplayTimerDisplayOrbitalParams, isStdUiToastSlotToastSlotOrbitalParams, isStdVersionHistoryRevisionOrbitalParams, isStdVoteVoteOrbitalParams, isStdWeightValidatorMlWeightValidatorOrbitalParams, isStdWizardWizardOrbitalParams, isStdWorldmapBoard2dWorldMapBoard2DOrbitalParams, listOrganismOrbitalManifests, stdAgentBuilder, stdAgentBuilderAgentBuilderOrbital, stdAgentCompletion, stdAgentCompletionAgentCompletionOrbital, stdAgentCompletionCompletionGenerationTrait, stdAgentCompletionCompletionReadyTrait, stdAgentCompletionPage, stdAgentContext, stdAgentContextAgentContextOrbital, stdAgentContextContextCompactorTrait, stdAgentContextContextCounterTrait, stdAgentContextContextListenerTrait, stdAgentContextPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopOrbital, stdAgentFixLoopFixLoopExecutionTrait, stdAgentFixLoopFixLoopListenerTrait, stdAgentFixLoopPage, stdAgentMemory, stdAgentMemoryAgentMemoryOrbital, stdAgentMemoryMemoryListenerTrait, stdAgentMemoryMemoryRecallTrait, stdAgentMemoryMemoryStoreTrait, stdAgentMemoryPage, stdAgentPlanner, stdAgentPlannerAgentPlannerOrbital, stdAgentPlannerPage, stdAgentPlannerPlannerExecutionTrait, stdAgentPlannerPlannerListenerTrait, stdAgentRabit, stdAgentRabitCoordinatorOrbital, stdAgentRabitOrbitalProcessOrbital, stdAgentSession, stdAgentSessionAgentSessionOrbital, stdAgentSessionPage, stdAgentSessionSessionListenerTrait, stdAgentSessionSessionReaderTrait, stdAgentSessionSessionWriterTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallOrbital, stdAgentToolCallPage, stdAgentToolCallToolCallExecutionTrait, stdAgentToolCallToolCallReadyTrait, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopOrbital, stdAgentToolLoopPage, stdAgentToolLoopToolLoopExecutionTrait, stdAgentToolLoopToolLoopListenerTrait, stdAgentTrace, stdAgentTraceAgentTraceOrbital, stdAgentTracePage, stdAgentTraceTraceEmitterTrait, stdAgentTraceTraceListenerTrait, stdAnimTick, stdAnimTickAnimTickOrbital, stdAnimTickPage, stdAnimTickTrait, stdAppLayout, stdAppLayoutAppLayoutOrbital, stdAppLayoutPage, stdAppLayoutTrait, stdAppSearch, stdAppSearchAppSearchIdleHintTrait, stdAppSearchAppSearchOrbital, stdAppSearchAppSearchTrait, stdAppSearchPage, stdApprovalGate, stdApprovalGateApprovalDividerTrait, stdApprovalGateApprovalGateOrbital, stdApprovalGateApprovalGateReviewTrait, stdApprovalGateApprovalQueueTitleTrait, stdApprovalGateCloseButtonTrait, stdApprovalGateDenyReasonHintTrait, stdApprovalGateDenyReasonTitleTrait, stdApprovalGateErrorAlertTrait, stdApprovalGateErrorSpinnerTrait, stdApprovalGateLoadingSpinnerTrait, stdApprovalGateLoadingTextTrait, stdApprovalGatePage, stdApprovalGateShieldCheckIconTrait, stdArcadeBoard3d, stdArcadeBoard3dArcadeBoard3DFrameOrbital, stdArcadeFlow, stdArcadeFlowPage, stdArcadeFlowTrait, stdArcadePlay, stdArcadePlayPage, stdArcadePlayTrait, stdAreaFill, stdAreaFillPage, stdAreaFillTrait, stdAudioCue, stdAudioCuePage, stdAudioCueTrait, stdAuditCapture, stdAuditCaptureAuditCaptureOrbital, stdAuditCapturePage, stdAuditCaptureTrait, stdBillableHour, stdBillableHourBillableHourOrbital, stdBillableHourBillableHourTimesheetTrait, stdBillableHourDenseHoursTableTrait, stdBillableHourPage, stdBoard, stdBoardBoardOrbital, stdBoardPage, stdBoardTrait, stdBrowse, stdBrowseBrowseItemBrowseTrait, stdBrowseBrowseItemOrbital, stdBrowseDataGrid1Trait, stdBrowseDenseTableViewTrait, stdBrowseMasterListViewTrait, stdBrowsePage, stdCacheAside, stdCacheAsideCacheEntryCacheManagerTrait, stdCacheAsideCacheEntryOrbital, stdCacheAsideFetchButtonTrait, stdCacheAsideInlineAlertRender22Trait, stdCacheAsideInlineBadgeRender13Trait, stdCacheAsideInlineDividerRender10Trait, stdCacheAsideInlineDividerRender21Trait, stdCacheAsideInlineDividerRender3Trait, stdCacheAsideInlineEmptyStateRender26Trait, stdCacheAsideInlineEmptyStateRender4Trait, stdCacheAsideInlineIconRender11Trait, stdCacheAsideInlineIconRender15Trait, stdCacheAsideInlineIconRender18Trait, stdCacheAsideInlineIconRender1Trait, stdCacheAsideInlineIconRender7Trait, stdCacheAsideInlineSpinnerRender23Trait, stdCacheAsideInlineSpinnerRender24Trait, stdCacheAsideInlineSpinnerRender25Trait, stdCacheAsideInlineSpinnerRender27Trait, stdCacheAsideInlineSpinnerRender5Trait, stdCacheAsideInlineStatusDotRender20Trait, stdCacheAsideInlineStatusDotRender9Trait, stdCacheAsideInlineTypographyRender12Trait, stdCacheAsideInlineTypographyRender14Trait, stdCacheAsideInlineTypographyRender16Trait, stdCacheAsideInlineTypographyRender17Trait, stdCacheAsideInlineTypographyRender19Trait, stdCacheAsideInlineTypographyRender2Trait, stdCacheAsideInlineTypographyRender6Trait, stdCacheAsideInlineTypographyRender8Trait, stdCacheAsideInvalidateButtonTrait, stdCacheAsidePage, stdCacheAsideRefreshButtonTrait, stdCacheAsideRetryButtonTrait, stdCalendar, stdCalendarCalendarEventOrbital, stdCalendarPage, stdCalendarSync, stdCalendarSyncCalendarSyncOrbital, stdCalendarSyncPage, stdCalendarSyncTrait, stdCalendarTrait, stdCameraRig, stdCameraRigPage, stdCameraRigTrait, stdCascadeOnDelete, stdCascadeOnDeleteCascadeOnDeleteOrbital, stdCascadeOnDeletePage, stdCascadeOnDeleteTrait, stdChaseAi, stdChaseAiPage, stdChaseAiTrait, stdChoiceGate, stdChoiceGatePage, stdChoiceGateTrait, stdCircuitBreaker, stdCircuitBreakerActivityIconTrait, stdCircuitBreakerAlertTriangleIconTrait, stdCircuitBreakerCircuitDividerTrait, stdCircuitBreakerClosedStatusDotTrait, stdCircuitBreakerErrorAlertTrait, stdCircuitBreakerFailuresMeterTrait, stdCircuitBreakerFailuresStatTrait, stdCircuitBreakerHalfOpenStatusDotTrait, stdCircuitBreakerOpenStatusDotTrait, stdCircuitBreakerPage, stdCircuitBreakerResetButtonTrait, stdCircuitBreakerServiceNodeCircuitBreakerTrait, stdCircuitBreakerServiceNodeLabelTrait, stdCircuitBreakerServiceNodeOrbital, stdCircuitBreakerShieldIconTrait, stdCircuitBreakerStatsGridTrait, stdCircuitBreakerSuccessAlertTrait, stdCircuitBreakerSuccessesStatTrait, stdCircuitBreakerWarningAlertTrait, stdCoefPad, stdCoefPadPage, stdCoefPadTrait, stdConfirmation, stdConfirmationConfirmActionOrbital, stdConfirmationPage, stdConfirmationTrait, stdCooldown, stdCooldownCooldownOrbital, stdCooldownPage, stdCooldownTrait, stdCrewBoard2d, stdCrewBoard2dCrewBoard2DOrbital, stdCrossReference, stdCrossReferenceCrossReferenceOrbital, stdCrossReferencePage, stdCrossReferenceTrait, stdCurveFog, stdCurveFogPage, stdCurveFogTrait, stdDashboardGridEmbedded, stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital, stdDashboardGridEmbeddedDashboardGridEmbeddedTrait, stdDashboardGridEmbeddedEmptyTileTrait, stdDashboardGridEmbeddedPage, stdDashboardGridEmbeddedSimpleGrid1Trait, stdDataCollector, stdDataCollectorMlDataCollectorOrbital, stdDataCollectorPage, stdDataCollectorTrait, stdDataErasure, stdDataErasureCloseButtonTrait, stdDataErasureDataErasureOrbital, stdDataErasureErasureDividerTrait, stdDataErasureErasureRequestsTitleTrait, stdDataErasureErasureWorkflowTrait, stdDataErasureErrorAlertTrait, stdDataErasureErrorSpinnerTrait, stdDataErasureLoadingSpinnerTrait, stdDataErasureLoadingTextTrait, stdDataErasurePage, stdDataErasureTrash2IconTrait, stdDateRange, stdDateRangeDateRangeOrbital, stdDateRangePage, stdDateRangeTrait, stdDetailLayout, stdDetailLayoutPage, stdDetailLayoutTrait, stdDungeonBoard2d, stdDungeonBoard2dDungeonBoard2DOrbital, stdDungeonCombat, stdDungeonCombatPage, stdDungeonCombatTrait, stdEscalatingDecision, stdEscalatingDecisionEscalatingDecisionOrbital, stdEsignFlow, stdEsignFlowEnvelopeDispatcherTrait, stdEsignFlowPage, stdEsignFlowSignatureSessionBrowseTrait, stdEsignFlowSignatureSessionCreateTrait, stdEsignFlowSignatureSessionDeleteTrait, stdEsignFlowSignatureSessionOrbital, stdEsignFlowSignatureSessionPersistorTrait, stdEsignRequest, stdEsignRequestESignRequestOrbital, stdEsignRequestESignRequestSigningTrait, stdEsignRequestErrorAlertTrait, stdEsignRequestPage, stdEsignRequestRequestDataGridTrait, stdEsignRequestTitleHeadingTrait, stdEventLog, stdEventLogEventLogOrbital, stdEventLogPage, stdEventLogTrait, stdExport, stdExportButton1Trait, stdExportExportMenuTrait, stdExportExportOrbital, stdExportMenu1Trait, stdExportPage, stdFileStore, stdFileStorePage, stdFileStoreStoredFileOrbital, stdFileStoreTrait, stdFilter, stdFilterFilterTargetOrbital, stdFilterPage, stdFilterTrait, stdFormAdvanced, stdFormAdvancedFormEntryOrbital, stdFormAdvancedPage, stdFormAdvancedTrait, stdFxNarrative, stdFxNarrativePage, stdFxNarrativeTrait, stdFxParticles, stdFxParticlesPage, stdFxParticlesTrait, stdFxTrail, stdFxTrailPage, stdFxTrailTrait, stdGallery, stdGalleryErrorAlertTrait, stdGalleryGalleryIconTrait, stdGalleryGalleryItemGalleryTrait, stdGalleryGalleryItemOrbital, stdGalleryLoadingCaptionTrait, stdGalleryLoadingSpinnerTrait, stdGalleryMediaGalleryGridTrait, stdGalleryPage, stdGalleryReloadCaptionTrait, stdGalleryReloadSpinnerTrait, stdGalleryRetrySpinnerTrait, stdGalleryTitleDividerTrait, stdGameClock, stdGameClockGameClockOrbital, stdGameClockPage, stdGameClockTrait, stdGateLock, stdGateLockPage, stdGateLockTrait, stdGather, stdGatherPage, stdGatherTrait, stdGeosearch, stdGeosearchGeoSearchResultOrbital, stdGeosearchPage, stdGeosearchTrait, stdGold, stdGoldPage, stdGoldTrait, stdGraphBuilder, stdGraphBuilderGraphBuilderOrbital, stdGraphBuilderPage, stdGraphBuilderTrait, stdGraphs, stdGraphsGraphItemOrbital, stdGraphsPage, stdGraphsTrait, stdGridTactics, stdGridTacticsPage, stdGridTacticsTrait, stdHeroNav, stdHeroNavPage, stdHeroNavTrait, stdImageUploadMulti, stdImageUploadMultiPage, stdImageUploadMultiTrait, stdImageUploadMultiUploadedImageOrbital, stdImport, stdImportButton1Trait, stdImportImportMenuTrait, stdImportMenu1Trait, stdImportPage, stdKnowledgeTracing, stdKnowledgeTracingKnowledgeTracingOrbital, stdLearnArrangement, stdLearnArrangementPage, stdLearnArrangementTrait, stdLearnClassify, stdLearnClassifyPage, stdLearnClassifyTrait, stdLearnCompare, stdLearnComparePage, stdLearnCompareTrait, stdLearnCoupledSim, stdLearnCoupledSimPage, stdLearnCoupledSimTrait, stdLearnDerivation, stdLearnDerivationPage, stdLearnDerivationTrait, stdLearnDiagram, stdLearnDiagramPage, stdLearnDiagramTrait, stdLearnDoser, stdLearnDoserPage, stdLearnDoserTrait, stdLearnEstimate, stdLearnEstimatePage, stdLearnEstimateTrait, stdLearnFxCues, stdLearnFxCuesPage, stdLearnFxCuesTrait, stdLearnGoalSeek, stdLearnGoalSeekPage, stdLearnGoalSeekTrait, stdLearnGridSim, stdLearnGridSimPage, stdLearnGridSimTrait, stdLearnHotspot, stdLearnHotspotPage, stdLearnHotspotTrait, stdLearnLiveSim, stdLearnLiveSimPage, stdLearnLiveSimTrait, stdLearnMeasure, stdLearnMeasurePage, stdLearnMeasureTrait, stdLearnParamExplorer, stdLearnParamExplorerPage, stdLearnParamExplorerTrait, stdLearnPerturb, stdLearnPerturbPage, stdLearnPerturbTrait, stdLearnPredict, stdLearnPredictPage, stdLearnPredictTrait, stdLearnSampleAccumulator, stdLearnSampleAccumulatorPage, stdLearnSampleAccumulatorTrait, stdLearnSandbox, stdLearnSandboxPage, stdLearnSandboxTrait, stdLearnScatterFit, stdLearnScatterFitPage, stdLearnScatterFitTrait, stdLearnScenario, stdLearnScenarioPage, stdLearnScenarioTrait, stdLearnSim3d, stdLearnSim3dPage, stdLearnSim3dTrait, stdLearnSlopeProbe, stdLearnSlopeProbePage, stdLearnSlopeProbeTrait, stdLearnSpeedDrill, stdLearnSpeedDrillPage, stdLearnSpeedDrillTrait, stdLearnStepper, stdLearnStepperPage, stdLearnStepperTrait, stdLearnTour3d, stdLearnTour3dPage, stdLearnTour3dTrait, stdLearnTracePlayer, stdLearnTracePlayerPage, stdLearnTracePlayerTrait, stdLearnTransport, stdLearnTransportPage, stdLearnTransportTrait, stdLearnTree, stdLearnTreePage, stdLearnTreeTrait, stdLifecycle, stdLifecycleLifecycleOrbital, stdLifecyclePage, stdLifecycleTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemOrbital, stdListListItemPersistorTrait, stdListPage, stdLives, stdLivesPage, stdLivesTrait, stdLoopLock, stdLoopLockPage, stdLoopLockTrait, stdMarketBoard3d, stdMarketBoard3dMarketBoard3DOrbital, stdMarketFlow, stdMarketFlowPage, stdMarketFlowTrait, stdMarketingArticle, stdMarketingArticlePage, stdMarketingArticleTrait, stdMarketingCta, stdMarketingCtaPage, stdMarketingCtaTrait, stdMarketingFeatures, stdMarketingFeaturesPage, stdMarketingFeaturesTrait, stdMarketingFooter, stdMarketingFooterPage, stdMarketingFooterTrait, stdMarketingHero, stdMarketingHeroPage, stdMarketingHeroTrait, stdMarketingNav, stdMarketingNavPage, stdMarketingNavTrait, stdMarketingPricing, stdMarketingPricingPage, stdMarketingPricingTrait, stdMarketingShowcase, stdMarketingShowcasePage, stdMarketingShowcaseTrait, stdMarketingSplit, stdMarketingSplitPage, stdMarketingSplitTrait, stdMarketingStats, stdMarketingStatsPage, stdMarketingStatsTrait, stdMarketingSteps, stdMarketingStepsPage, stdMarketingStepsTrait, stdMarketingTeam, stdMarketingTeamPage, stdMarketingTeamTrait, stdMeshAssetArt, stdMeshAssetArtPage, stdMeshAssetArtTrait, stdMigrationJob, stdMigrationJobMigrationJobOrbital, stdMigrationJobPage, stdMigrationJobTrait, stdMlClassify, stdMlClassifyMlClassifyOrbital, stdMlClassifyPage, stdMlClassifyTrait, stdMlExactCheck, stdMlExactCheckMlExactCheckOrbital, stdMlExactCheckPage, stdMlExactCheckTrait, stdMlInfer, stdMlInferMlInferOrbital, stdMlInferPage, stdMlInferTrait, stdMlLabelCapture, stdMlLabelCaptureMlLabelCaptureOrbital, stdMlLabelCapturePage, stdMlLabelCaptureTrait, stdMlLookup, stdMlLookupMlLookupOrbital, stdMlLookupPage, stdMlLookupTrait, stdMlPosterior, stdMlPosteriorMlPosteriorOrbital, stdMlPosteriorPage, stdMlPosteriorTrait, stdMlSimilarity, stdMlSimilarityMlSimilarityOrbital, stdMlSimilarityPage, stdMlSimilarityTrait, stdModQueue, stdModQueueCloseButtonTrait, stdModQueueErrorAlertTrait, stdModQueueErrorSpinnerTrait, stdModQueueLoadingSpinnerTrait, stdModQueueLoadingTextTrait, stdModQueueModQueueDividerTrait, stdModQueueModQueueItemOrbital, stdModQueueModQueueItemReviewTrait, stdModQueueModQueueTitleTrait, stdModQueuePage, stdModQueueShieldAlertIconTrait, stdModal, stdModalEditor, stdModalEditorPage, stdModalEditorTrait, stdModalModalRecordOrbital, stdModalPage, stdModalTrait, stdMotionBody, stdMotionBodyPage, stdMotionBodyTrait, stdMultiPartyFlow, stdMultiPartyFlowMultiPartyFlowOrbital, stdMultiPartyFlowPage, stdMultiPartyFlowTrait, stdNotificationCenter, stdNotificationCenterDigestDrainTrait, stdNotificationCenterNotificationCenterOrbital, stdNotificationCenterNotificationDigestPagePage, stdNotificationCenterNotificationPreferencesPagePage, stdNotificationCenterPreferenceEditorTrait, stdNotificationCenterPushSubscribePagePage, stdNotificationCenterPushSubscriberTrait, stdNotificationPanel, stdNotificationPanelPage, stdNotificationPanelTrait, stdNotifyOnEvent, stdNotifyOnEventNotifyOnEventOrbital, stdNotifyOnEventPage, stdNotifyOnEventTrait, stdObjectiveBoard3d, stdObjectiveBoard3dObjectiveBoard3DOrbital, stdObjectiveFlow, stdObjectiveFlowPage, stdObjectiveFlowTrait, stdObjectiveReach, stdObjectiveReachPage, stdObjectiveReachTrait, stdPadLock, stdPadLockPage, stdPadLockTrait, stdPagination, stdPaginationPage, stdPaginationPagedItemOrbital, stdPaginationTrait, stdPatience, stdPatiencePage, stdPatienceTrait, stdPatrolHazard, stdPatrolHazardPage, stdPatrolHazardTrait, stdPickup, stdPickupPage, stdPickupTrait, stdPlatformerBoard2d, stdPlatformerBoard2dPlatformerBoard2DOrbital, stdPlatformerBody, stdPlatformerBodyPage, stdPlatformerBodyTrait, stdPlatformerPuzzle, stdPlatformerPuzzlePlatformerPuzzleOrbital, stdProduction, stdProductionPage, stdProductionTrait, stdRateLimiter, stdRateLimiterCountMeterTrait, stdRateLimiterCountProgressBarTrait, stdRateLimiterOpenStatusDotTrait, stdRateLimiterPage, stdRateLimiterRateBucketDividerTrait, stdRateLimiterRateBucketOrbital, stdRateLimiterRateBucketRateLimiterTrait, stdRateLimiterRateBucketTitleTrait, stdRateLimiterRateLimitAlertTrait, stdRateLimiterRequestButtonTrait, stdRateLimiterRequestsStatTrait, stdRateLimiterResetButtonTrait, stdRateLimiterResetPrimaryButtonTrait, stdRateLimiterShieldIconTrait, stdRateLimiterStatsGridTrait, stdRateLimiterThrottledStatusDotTrait, stdRateLimiterWindowStatTrait, stdRatingReview, stdRatingReviewRatingReviewBoardTrait, stdRatingReviewRatingReviewOrbital, stdRatingReviewRatingReviewPagePage, stdRatingReviewRatingReviewSubmitPagePage, stdRatingReviewRatingReviewSubmitTrait, stdRecordDetail, stdRecordDetailPage, stdRecordDetailRecordItemDetailTrait, stdRecordDetailRecordItemDetailsTrait, stdRecordDetailRecordItemOrbital, stdRecurrence, stdRecurrencePage, stdRecurrenceRecurrenceOrbital, stdRecurrenceTrait, stdRelated, stdRelatedPage, stdRelatedRelatedItemOrbital, stdRelatedTrait, stdReminderScheduler, stdReminderSchedulerPage, stdReminderSchedulerReminderSchedulerOrbital, stdReminderSchedulerTrait, stdRoundFlow, stdRoundFlowPage, stdRoundFlowTrait, stdRowAccessControl, stdRowAccessControlPage, stdRowAccessControlRowAccessControlOrbital, stdRowAccessControlTrait, stdSavedSearch, stdSavedSearchPage, stdSavedSearchSavedSearchOrbital, stdSavedSearchTrait, stdScatter, stdScatterPage, stdScatterScatterItemOrbital, stdScatterTrait, stdScore, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchSearchResultOrbital, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionSelectableItemOrbital, stdSelectionTrait, stdSignatureCapture, stdSignatureCapturePage, stdSignatureCaptureSignatureCaptureOrbital, stdSignatureCaptureTrait, stdStatRows, stdStatRowsPage, stdStatRowsTrait, stdStats, stdStatsPage, stdStatsStatsItemOrbital, stdStatsTrait, stdStatusLifecycle, stdStatusLifecycleControl, stdStatusLifecycleControlStatusLifecycleControlOrbital, stdStatusLifecyclePage, stdStatusLifecycleStatusLifecycleOrbital, stdStatusLifecycleTrait, stdStepFlow, stdStepFlowPage, stdStepFlowStepFlowOrbital, stdStepFlowTrait, stdSurvivalBoard3d, stdSurvivalBoard3dSurvivalBoard3DOrbital, stdSurvivalFlow, stdSurvivalFlowPage, stdSurvivalFlowTrait, stdSvgAssetArt, stdSvgAssetArtPage, stdSvgAssetArtTrait, stdTabs, stdTabsPage, stdTabsTabsItemOrbital, stdTabsTrait, stdTacticsBoard2d, stdTacticsBoard2dTacticsBoard2DOrbital, stdTacticsBoard3d, stdTacticsBoard3dTacticsBoard3DOrbital, stdTagStrip, stdTagStripPage, stdTagStripTrait, stdTagTaxonomy, stdTagTaxonomyPage, stdTagTaxonomyTagTaxonomyOrbital, stdTagTaxonomyTrait, stdThread, stdThreadPage, stdThreadThreadPostOrbital, stdThreadTrait, stdTokenizer, stdTokenizerMlTokenizerOrbital, stdTokenizerPage, stdTokenizerTrait, stdTree, stdTreePage, stdTreeTrait, stdTreeTreeNodeOrbital, stdTutorialAutodemo, stdTutorialAutodemoPage, stdTutorialAutodemoTrait, stdTutorialOverlay, stdTutorialOverlayPage, stdTutorialOverlayTutorialEmptyPreviewTrait, stdTutorialOverlayTutorialOverlayTrait, stdUiAccordion, stdUiAccordionPage, stdUiAccordionTrait, stdUiActionPalette, stdUiActionPalettePage, stdUiActionPaletteTrait, stdUiActionTile, stdUiActionTilePage, stdUiActionTileTrait, stdUiActivationBlock, stdUiActivationBlockPage, stdUiActivationBlockTrait, stdUiAlert, stdUiAlertPage, stdUiAlertTrait, stdUiAlgoGraphCanvas, stdUiAlgoGraphCanvasPage, stdUiAlgoGraphCanvasTrait, stdUiAlgorithmCanvas, stdUiAlgorithmCanvasPage, stdUiAlgorithmCanvasTrait, stdUiAnimatedCounter, stdUiAnimatedCounterPage, stdUiAnimatedCounterTrait, stdUiAnimatedGraphic, stdUiAnimatedGraphicPage, stdUiAnimatedGraphicTrait, stdUiAnimatedReveal, stdUiAnimatedRevealPage, stdUiAnimatedRevealTrait, stdUiArticleSection, stdUiArticleSectionPage, stdUiArticleSectionTrait, stdUiAside, stdUiAsidePage, stdUiAsideTrait, stdUiAtlasImage, stdUiAtlasImagePage, stdUiAtlasImageTrait, stdUiAtlasPanel, stdUiAtlasPanelPage, stdUiAtlasPanelTrait, stdUiAvatar, stdUiAvatarPage, stdUiAvatarTrait, stdUiBadge, stdUiBadgePage, stdUiBadgeTrait, stdUiBehaviorView, stdUiBehaviorViewPage, stdUiBehaviorViewTrait, stdUiBiologyCanvas, stdUiBiologyCanvasPage, stdUiBiologyCanvasTrait, stdUiBloomQuizBlock, stdUiBloomQuizBlockPage, stdUiBloomQuizBlockTrait, stdUiBookChapterView, stdUiBookChapterViewBookChapterViewOrbital, stdUiBookCoverPage, stdUiBookCoverPageBookCoverPageOrbital, stdUiBookNavBar, stdUiBookNavBarBookNavBarOrbital, stdUiBookTableOfContents, stdUiBookTableOfContentsBookTableOfContentsOrbital, stdUiBookViewer, stdUiBookViewerBookViewerOrbital, stdUiBox, stdUiBoxPage, stdUiBoxTrait, stdUiBranchingLogicBuilder, stdUiBranchingLogicBuilderPage, stdUiBranchingLogicBuilderTrait, stdUiBreadcrumb, stdUiBreadcrumbPage, stdUiBreadcrumbTrait, stdUiButton, stdUiButtonPage, stdUiButtonTrait, stdUiCalendarGrid, stdUiCalendarGridPage, stdUiCalendarGridTrait, stdUiCanvas, stdUiCanvas2d, stdUiCanvas2dPage, stdUiCanvas2dTrait, stdUiCanvasPage, stdUiCanvasTrait, stdUiCard, stdUiCardPage, stdUiCardTrait, stdUiCarousel, stdUiCarouselPage, stdUiCarouselTrait, stdUiCaseStudyCard, stdUiCaseStudyCardPage, stdUiCaseStudyCardTrait, stdUiCaseStudyOrganism, stdUiCaseStudyOrganismCaseStudyOrganismOrbital, stdUiCenter, stdUiCenterPage, stdUiCenterTrait, stdUiChart, stdUiChartLegend, stdUiChartLegendPage, stdUiChartLegendTrait, stdUiChartPage, stdUiChartTrait, stdUiChatBar, stdUiChatBarChatBarOrbital, stdUiCheckbox, stdUiCheckboxPage, stdUiCheckboxTrait, stdUiChemistryCanvas, stdUiChemistryCanvasPage, stdUiChemistryCanvasTrait, stdUiChoiceButton, stdUiChoiceButtonPage, stdUiChoiceButtonTrait, stdUiCodeBlock, stdUiCodeBlockPage, stdUiCodeBlockTrait, stdUiCodeRunnerPanel, stdUiCodeRunnerPanelCodeRunnerPanelOrbital, stdUiCommandPalette, stdUiCommandPalettePage, stdUiCommandPaletteTrait, stdUiCommunityLinks, stdUiCommunityLinksPage, stdUiCommunityLinksTrait, stdUiConditionalWrapper, stdUiConditionalWrapperPage, stdUiConditionalWrapperTrait, stdUiConfettiEffect, stdUiConfettiEffectPage, stdUiConfettiEffectTrait, stdUiConfirmDialog, stdUiConfirmDialogPage, stdUiConfirmDialogTrait, stdUiConnectionBlock, stdUiConnectionBlockPage, stdUiConnectionBlockTrait, stdUiContainer, stdUiContainerPage, stdUiContainerTrait, stdUiContentRenderer, stdUiContentRendererPage, stdUiContentRendererTrait, stdUiContentSection, stdUiContentSectionPage, stdUiContentSectionTrait, stdUiControlButton, stdUiControlButtonPage, stdUiControlButtonTrait, stdUiControlGrid, stdUiControlGridPage, stdUiControlGridTrait, stdUiCtaBanner, stdUiCtaBannerPage, stdUiCtaBannerTrait, stdUiDashboardGrid, stdUiDashboardGridDashboardGridOrbital, stdUiDataGrid, stdUiDataGridPage, stdUiDataGridTrait, stdUiDataList, stdUiDataListPage, stdUiDataListTrait, stdUiDateRangePicker, stdUiDateRangePickerPage, stdUiDateRangePickerTrait, stdUiDateRangeSelector, stdUiDateRangeSelectorPage, stdUiDateRangeSelectorTrait, stdUiDayCell, stdUiDayCellPage, stdUiDayCellTrait, stdUiDetailPanel, stdUiDetailPanelDetailPanelOrbital, stdUiDialog, stdUiDialogPage, stdUiDialogTrait, stdUiDialogueBubble, stdUiDialogueBubblePage, stdUiDialogueBubbleTrait, stdUiDivider, stdUiDividerPage, stdUiDividerTrait, stdUiDocBreadcrumb, stdUiDocBreadcrumbPage, stdUiDocBreadcrumbTrait, stdUiDocPagination, stdUiDocPaginationPage, stdUiDocPaginationTrait, stdUiDocSearch, stdUiDocSearchPage, stdUiDocSearchTrait, stdUiDocSidebar, stdUiDocSidebarPage, stdUiDocSidebarTrait, stdUiDocToc, stdUiDocTocPage, stdUiDocTocTrait, stdUiDockLayout, stdUiDockLayoutDockLayoutOrbital, stdUiDocumentDetails, stdUiDocumentDetailsPage, stdUiDocumentDetailsTrait, stdUiDocumentPanel, stdUiDocumentPanelPage, stdUiDocumentPanelTrait, stdUiDocumentViewer, stdUiDocumentViewerPage, stdUiDocumentViewerTrait, stdUiDrawFxLayer, stdUiDrawFxLayerPage, stdUiDrawFxLayerTrait, stdUiDrawGroup, stdUiDrawGroupPage, stdUiDrawGroupTrait, stdUiDrawMesh, stdUiDrawMeshPage, stdUiDrawMeshTrait, stdUiDrawShape, stdUiDrawShapeLayer, stdUiDrawShapeLayerPage, stdUiDrawShapeLayerTrait, stdUiDrawShapePage, stdUiDrawShapeTrait, stdUiDrawSprite, stdUiDrawSpriteLayer, stdUiDrawSpriteLayerPage, stdUiDrawSpriteLayerTrait, stdUiDrawSpritePage, stdUiDrawSpriteTrait, stdUiDrawText, stdUiDrawTextLayer, stdUiDrawTextLayerPage, stdUiDrawTextLayerTrait, stdUiDrawTextPage, stdUiDrawTextTrait, stdUiDrawer, stdUiDrawerPage, stdUiDrawerSlot, stdUiDrawerSlotDrawerSlotOrbital, stdUiDrawerTrait, stdUiEdgeDecoration, stdUiEdgeDecorationPage, stdUiEdgeDecorationTrait, stdUiEmojiPicker, stdUiEmojiPickerPage, stdUiEmojiPickerTrait, stdUiEmptyState, stdUiEmptyStatePage, stdUiEmptyStateTrait, stdUiEntityCards, stdUiEntityCardsEntityCardsOrbital, stdUiEntityList, stdUiEntityListEntityListOrbital, stdUiEntityTable, stdUiEntityTableEntityTableOrbital, stdUiErrorBoundary, stdUiErrorBoundaryPage, stdUiErrorBoundaryTrait, stdUiErrorState, stdUiErrorStatePage, stdUiErrorStateTrait, stdUiFeatureCard, stdUiFeatureCardPage, stdUiFeatureCardTrait, stdUiFeatureGrid, stdUiFeatureGridOrganism, stdUiFeatureGridOrganismFeatureGridOrganismOrbital, stdUiFeatureGridPage, stdUiFeatureGridTrait, stdUiFileTree, stdUiFileTreePage, stdUiFileTreeTrait, stdUiFilterGroup, stdUiFilterGroupPage, stdUiFilterGroupTrait, stdUiFilterPill, stdUiFilterPillPage, stdUiFilterPillTrait, stdUiFlex, stdUiFlexPage, stdUiFlexTrait, stdUiFlipCard, stdUiFlipCardPage, stdUiFlipCardTrait, stdUiFlipContainer, stdUiFlipContainerPage, stdUiFlipContainerTrait, stdUiFloatingActionButton, stdUiFloatingActionButtonPage, stdUiFloatingActionButtonTrait, stdUiFloatingToolbar, stdUiFloatingToolbarPage, stdUiFloatingToolbarTrait, stdUiForm, stdUiFormActions, stdUiFormActionsPage, stdUiFormActionsTrait, stdUiFormField, stdUiFormFieldPage, stdUiFormFieldTrait, stdUiFormFormOrbital, stdUiFormLayout, stdUiFormLayoutPage, stdUiFormLayoutTrait, stdUiFormSection, stdUiFormSectionFormSectionOrbital, stdUiFormSectionHeader, stdUiFormSectionHeaderPage, stdUiFormSectionHeaderTrait, stdUiFxOverlay, stdUiFxOverlayPage, stdUiFxOverlayTrait, stdUiGameAudioCue, stdUiGameAudioCuePage, stdUiGameAudioCueTrait, stdUiGameAudioToggle, stdUiGameAudioTogglePage, stdUiGameAudioToggleTrait, stdUiGameHud, stdUiGameHudPage, stdUiGameHudTrait, stdUiGameIcon, stdUiGameIconPage, stdUiGameIconTrait, stdUiGameMenu, stdUiGameMenuPage, stdUiGameMenuTrait, stdUiGeometricPattern, stdUiGeometricPatternPage, stdUiGeometricPatternTrait, stdUiGradientDivider, stdUiGradientDividerPage, stdUiGradientDividerTrait, stdUiGraphCanvas, stdUiGraphCanvasPage, stdUiGraphCanvasTrait, stdUiGraphView, stdUiGraphViewPage, stdUiGraphViewTrait, stdUiGrid, stdUiGridPage, stdUiGridTrait, stdUiHeader, stdUiHeaderPage, stdUiHeaderTrait, stdUiHealthBar, stdUiHealthBarPage, stdUiHealthBarTrait, stdUiHeroOrganism, stdUiHeroOrganismHeroOrganismOrbital, stdUiHeroSection, stdUiHeroSectionPage, stdUiHeroSectionTrait, stdUiHstack, stdUiHstackPage, stdUiHstackTrait, stdUiIcon, stdUiIconPage, stdUiIconTrait, stdUiImportPreviewTree, stdUiImportPreviewTreePage, stdUiImportPreviewTreeTrait, stdUiImportProgress, stdUiImportProgressPage, stdUiImportProgressTrait, stdUiImportSourcePicker, stdUiImportSourcePickerPage, stdUiImportSourcePickerTrait, stdUiInfiniteScrollSentinel, stdUiInfiniteScrollSentinelPage, stdUiInfiniteScrollSentinelTrait, stdUiInput, stdUiInputGroup, stdUiInputGroupPage, stdUiInputGroupTrait, stdUiInputPage, stdUiInputTrait, stdUiInstallBox, stdUiInstallBoxPage, stdUiInstallBoxTrait, stdUiJazariStateMachine, stdUiJazariStateMachinePage, stdUiJazariStateMachineTrait, stdUiLabel, stdUiLabelPage, stdUiLabelTrait, stdUiLawReferenceTooltip, stdUiLawReferenceTooltipPage, stdUiLawReferenceTooltipTrait, stdUiLearningCanvas, stdUiLearningCanvasPage, stdUiLearningCanvasTrait, stdUiLightbox, stdUiLightboxPage, stdUiLightboxTrait, stdUiLikertScale, stdUiLikertScalePage, stdUiLikertScaleTrait, stdUiLineChart, stdUiLineChartPage, stdUiLineChartTrait, stdUiLoadingState, stdUiLoadingStatePage, stdUiLoadingStateTrait, stdUiMapView, stdUiMapViewPage, stdUiMapViewTrait, stdUiMarkdownContent, stdUiMarkdownContentPage, stdUiMarkdownContentTrait, stdUiMarketingFooter, stdUiMarketingFooterPage, stdUiMarketingFooterTrait, stdUiMarketingStatCard, stdUiMarketingStatCardPage, stdUiMarketingStatCardTrait, stdUiMasterDetail, stdUiMasterDetailLayout, stdUiMasterDetailLayoutMasterDetailLayoutOrbital, stdUiMasterDetailMasterDetailOrbital, stdUiMathCanvas, stdUiMathCanvasPage, stdUiMathCanvasTrait, stdUiMatrixQuestion, stdUiMatrixQuestionPage, stdUiMatrixQuestionTrait, stdUiMediaGallery, stdUiMediaGalleryMediaGalleryOrbital, stdUiMenu, stdUiMenuPage, stdUiMenuTrait, stdUiMeter, stdUiMeterPage, stdUiMeterTrait, stdUiModal, stdUiModalPage, stdUiModalSlot, stdUiModalSlotModalSlotOrbital, stdUiModalTrait, stdUiModuleCard, stdUiModuleCardPage, stdUiModuleCardTrait, stdUiNavigation, stdUiNavigationPage, stdUiNavigationTrait, stdUiNotification, stdUiNotificationPage, stdUiNotificationTrait, stdUiNumberStepper, stdUiNumberStepperPage, stdUiNumberStepperTrait, stdUiOptionConstraintGroup, stdUiOptionConstraintGroupPage, stdUiOptionConstraintGroupTrait, stdUiOrbitalVisualization, stdUiOrbitalVisualizationPage, stdUiOrbitalVisualizationTrait, stdUiOverlay, stdUiOverlayPage, stdUiOverlayTrait, stdUiPageHeader, stdUiPageHeaderPage, stdUiPageHeaderTrait, stdUiPageTransition, stdUiPageTransitionPage, stdUiPageTransitionTrait, stdUiPagination, stdUiPaginationPage, stdUiPaginationTrait, stdUiPatternTile, stdUiPatternTilePage, stdUiPatternTileTrait, stdUiPhysicsCanvas, stdUiPhysicsCanvasPage, stdUiPhysicsCanvasTrait, stdUiPopover, stdUiPopoverPage, stdUiPopoverTrait, stdUiPositionedCanvas, stdUiPositionedCanvasPage, stdUiPositionedCanvasTrait, stdUiPresence, stdUiPresencePage, stdUiPresenceTrait, stdUiPricingCard, stdUiPricingCardPage, stdUiPricingCardTrait, stdUiPricingGrid, stdUiPricingGridPage, stdUiPricingGridTrait, stdUiPricingOrganism, stdUiPricingOrganismPricingOrganismOrbital, stdUiProgressBar, stdUiProgressBarPage, stdUiProgressBarTrait, stdUiProgressDots, stdUiProgressDotsPage, stdUiProgressDotsTrait, stdUiPullQuote, stdUiPullQuotePage, stdUiPullQuoteTrait, stdUiPullToRefresh, stdUiPullToRefreshPage, stdUiPullToRefreshTrait, stdUiQrScanner, stdUiQrScannerPage, stdUiQrScannerTrait, stdUiQuizBlock, stdUiQuizBlockPage, stdUiQuizBlockTrait, stdUiRadio, stdUiRadioPage, stdUiRadioTrait, stdUiRangeSlider, stdUiRangeSliderPage, stdUiRangeSliderTrait, stdUiReflectionBlock, stdUiReflectionBlockPage, stdUiReflectionBlockTrait, stdUiRelationSelect, stdUiRelationSelectPage, stdUiRelationSelectTrait, stdUiRepeatableFormSection, stdUiRepeatableFormSectionPage, stdUiRepeatableFormSectionTrait, stdUiReplyTree, stdUiReplyTreePage, stdUiReplyTreeTrait, stdUiRichTextEditor, stdUiRichTextEditorPage, stdUiRichTextEditorTrait, stdUiRuntimeDebugger, stdUiRuntimeDebuggerRuntimeDebuggerOrbital, stdUiScaledDiagram, stdUiScaledDiagramPage, stdUiScaledDiagramTrait, stdUiScoreDisplay, stdUiScoreDisplayPage, stdUiScoreDisplayTrait, stdUiSearchInput, stdUiSearchInputPage, stdUiSearchInputTrait, stdUiSection, stdUiSectionHeader, stdUiSectionHeaderPage, stdUiSectionHeaderTrait, stdUiSectionPage, stdUiSectionTrait, stdUiSegmentRenderer, stdUiSegmentRendererSegmentRendererOrbital, stdUiSelect, stdUiSelectPage, stdUiSelectTrait, stdUiSequenceBar, stdUiSequenceBarPage, stdUiSequenceBarTrait, stdUiServiceCatalog, stdUiServiceCatalogPage, stdUiServiceCatalogTrait, stdUiShowcaseCard, stdUiShowcaseCardPage, stdUiShowcaseCardTrait, stdUiShowcaseOrganism, stdUiShowcaseOrganismShowcaseOrganismOrbital, stdUiSidePanel, stdUiSidePanelPage, stdUiSidePanelTrait, stdUiSidebar, stdUiSidebarPage, stdUiSidebarTrait, stdUiSignaturePad, stdUiSignaturePadPage, stdUiSignaturePadTrait, stdUiSimpleGrid, stdUiSimpleGridPage, stdUiSimpleGridTrait, stdUiSkeleton, stdUiSkeletonPage, stdUiSkeletonTrait, stdUiSocialProof, stdUiSocialProofPage, stdUiSocialProofTrait, stdUiSortableList, stdUiSortableListPage, stdUiSortableListTrait, stdUiSpacer, stdUiSpacerPage, stdUiSpacerTrait, stdUiSparkline, stdUiSparklinePage, stdUiSparklineTrait, stdUiSpinner, stdUiSpinnerPage, stdUiSpinnerTrait, stdUiSplit, stdUiSplitPage, stdUiSplitPane, stdUiSplitPaneSplitPaneOrbital, stdUiSplitSection, stdUiSplitSectionPage, stdUiSplitSectionTrait, stdUiSplitTrait, stdUiStack, stdUiStackPage, stdUiStackTrait, stdUiStarRating, stdUiStarRatingPage, stdUiStarRatingTrait, stdUiStatBadge, stdUiStatBadgePage, stdUiStatBadgeTrait, stdUiStatCard, stdUiStatCardStatCardOrbital, stdUiStatDisplay, stdUiStatDisplayPage, stdUiStatDisplayTrait, stdUiStateGraph, stdUiStateGraphPage, stdUiStateGraphTrait, stdUiStateJsonView, stdUiStateJsonViewPage, stdUiStateJsonViewTrait, stdUiStateMachineView, stdUiStateMachineViewStateMachineViewOrbital, stdUiStatsGrid, stdUiStatsGridPage, stdUiStatsGridTrait, stdUiStatsOrganism, stdUiStatsOrganismStatsOrganismOrbital, stdUiStatusDot, stdUiStatusDotPage, stdUiStatusDotTrait, stdUiStepFlow, stdUiStepFlowOrganism, stdUiStepFlowOrganismStepFlowOrganismOrbital, stdUiStepFlowPage, stdUiStepFlowTrait, stdUiSubagentTracePanel, stdUiSubagentTracePanelSubagentTracePanelOrbital, stdUiSvgBranch, stdUiSvgBranchPage, stdUiSvgBranchTrait, stdUiSvgConnection, stdUiSvgConnectionPage, stdUiSvgConnectionTrait, stdUiSvgFlow, stdUiSvgFlowPage, stdUiSvgFlowTrait, stdUiSvgGrid, stdUiSvgGridPage, stdUiSvgGridTrait, stdUiSvgLobe, stdUiSvgLobePage, stdUiSvgLobeTrait, stdUiSvgMesh, stdUiSvgMeshPage, stdUiSvgMeshTrait, stdUiSvgMorph, stdUiSvgMorphPage, stdUiSvgMorphTrait, stdUiSvgNode, stdUiSvgNodePage, stdUiSvgNodeTrait, stdUiSvgPulse, stdUiSvgPulsePage, stdUiSvgPulseTrait, stdUiSvgRing, stdUiSvgRingPage, stdUiSvgRingTrait, stdUiSvgShield, stdUiSvgShieldPage, stdUiSvgShieldTrait, stdUiSvgStack, stdUiSvgStackPage, stdUiSvgStackTrait, stdUiSwipeableRow, stdUiSwipeableRowPage, stdUiSwipeableRowTrait, stdUiSwitch, stdUiSwitchPage, stdUiSwitchTrait, stdUiTabbedContainer, stdUiTabbedContainerTabbedContainerOrbital, stdUiTableView, stdUiTableViewPage, stdUiTableViewTrait, stdUiTabs, stdUiTabsPage, stdUiTabsTrait, stdUiTagCloud, stdUiTagCloudPage, stdUiTagCloudTrait, stdUiTagInput, stdUiTagInputPage, stdUiTagInputTrait, stdUiTeamCard, stdUiTeamCardPage, stdUiTeamCardTrait, stdUiTeamOrganism, stdUiTeamOrganismTeamOrganismOrbital, stdUiTextHighlight, stdUiTextHighlightPage, stdUiTextHighlightTrait, stdUiTextarea, stdUiTextareaPage, stdUiTextareaTrait, stdUiThemeToggle, stdUiThemeTogglePage, stdUiThemeToggleTrait, stdUiTimeSlotCell, stdUiTimeSlotCellPage, stdUiTimeSlotCellTrait, stdUiTimeline, stdUiTimelineTimelineOrbital, stdUiTimerDisplay, stdUiTimerDisplayPage, stdUiTimerDisplayTimerDisplayOrbital, stdUiTimerDisplayTrait, stdUiToastSlot, stdUiToastSlotToastSlotOrbital, stdUiTooltip, stdUiTooltipPage, stdUiTooltipTrait, stdUiTraitFrame, stdUiTraitFramePage, stdUiTraitFrameTrait, stdUiTraitSlot, stdUiTraitSlotPage, stdUiTraitSlotTrait, stdUiTrendIndicator, stdUiTrendIndicatorPage, stdUiTrendIndicatorTrait, stdUiTypewriterText, stdUiTypewriterTextPage, stdUiTypewriterTextTrait, stdUiTypography, stdUiTypographyPage, stdUiTypographyTrait, stdUiUploadDropZone, stdUiUploadDropZonePage, stdUiUploadDropZoneTrait, stdUiVersionDiff, stdUiVersionDiffPage, stdUiVersionDiffTrait, stdUiViolationAlert, stdUiViolationAlertPage, stdUiViolationAlertTrait, stdUiVoteStack, stdUiVoteStackPage, stdUiVoteStackTrait, stdUiVstack, stdUiVstackPage, stdUiVstackTrait, stdUiWizardContainer, stdUiWizardContainerPage, stdUiWizardContainerTrait, stdUiWizardNavigation, stdUiWizardNavigationPage, stdUiWizardNavigationTrait, stdUiWizardProgress, stdUiWizardProgressPage, stdUiWizardProgressTrait, stdVelocityGate, stdVelocityGatePage, stdVelocityGateTrait, stdVersionHistory, stdVersionHistoryPage, stdVersionHistoryRevisionOrbital, stdVersionHistoryTrait, stdVote, stdVotePage, stdVoteTrait, stdVoteVoteOrbital, stdWeightValidator, stdWeightValidatorMlWeightValidatorOrbital, stdWeightValidatorPage, stdWeightValidatorTrait, stdWizard, stdWizardPage, stdWizardTrait, stdWizardWizardOrbital, stdWorldmapBoard2d, stdWorldmapBoard2dWorldMapBoard2DOrbital, stdXp, stdXpPage, stdXpTrait, stdZoneCard, stdZoneCardPage, stdZoneCardTrait };
|