@almadar/ui 5.146.3 → 5.148.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/dist/avl/index.cjs +363 -35
- package/dist/avl/index.js +363 -35
- package/dist/{cn-BdGFhYe3.d.cts → cn-BAn68sNO.d.cts} +92 -2
- package/dist/{cn-DNkqAWZK.d.ts → cn-CWxxLkri.d.ts} +92 -2
- package/dist/components/index.cjs +364 -36
- package/dist/components/index.d.cts +99 -175
- package/dist/components/index.d.ts +99 -175
- package/dist/components/index.js +364 -36
- package/dist/lib/index.cjs +104 -0
- package/dist/lib/index.d.cts +2 -1
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/index.js +104 -1
- package/dist/providers/index.cjs +363 -35
- package/dist/providers/index.js +363 -35
- package/dist/runtime/index.cjs +363 -35
- package/dist/runtime/index.js +363 -35
- package/package.json +6 -6
- package/themes/bloomberg-dense.css +266 -229
- package/themes/retro.css +30 -30
|
@@ -9,8 +9,8 @@ import { SExpr } from '@almadar/evaluator';
|
|
|
9
9
|
import { U as UnitAnimationState, F as FacingDirection, S as SpriteSheetUrls, g as SpriteFrameDims, R as ResolvedFrame, h as CanvasLighting, i as CanvasPost, a as IsometricUnit, j as CameraState, k as FieldInfo, l as OrbitalTraitInfo, m as OrbitalPageInfo, T as TraitLevelData, E as ExternalLink } from '../avl-schema-parser-BRJ77Yze.js';
|
|
10
10
|
export { B as BoardTile, G as GameAction, n as GamePhase, o as GameState, p as GameUnit, b as IsometricFeature, I as IsometricTile, P as Position, q as UnitTrait, r as calculateAttackTargets, s as calculateValidMoves, t as createInitialGameState } from '../avl-schema-parser-BRJ77Yze.js';
|
|
11
11
|
import { D as DrawableNode } from '../paintDispatch-Cb_hQj4Y.js';
|
|
12
|
-
import { C as ContentSegment, b as DomLayoutData, d as DomStateNode, V as VisualizerConfig, e as DomTransitionLabel } from '../cn-
|
|
13
|
-
export { n as cn } from '../cn-
|
|
12
|
+
import { C as ContentSegment, b as DomLayoutData, d as DomStateNode, V as VisualizerConfig, e as DomTransitionLabel, L as LessonSegment, U as LessonUserProgress, W as InteractiveOrbitalType } from '../cn-CWxxLkri.js';
|
|
13
|
+
export { X as BloomLevel, Y as BloomQuizBlock, Z as BloomQuizBlockProps, _ as MixedSegment, n as cn, A as parseLessonSegments, $ as parseMarkdownWithCodeBlocks } from '../cn-CWxxLkri.js';
|
|
14
14
|
import { b as SlotContent } from '../useUISlots-BesZYMks.js';
|
|
15
15
|
export { D as DEFAULT_SLOTS, S as SlotAnimation, a as SlotChangeCallback, c as SlotRenderConfig, U as UISlotManager, u as useUISlotManager } from '../useUISlots-BesZYMks.js';
|
|
16
16
|
export { ALMADAR_DND_MIME, AuthContextValue, AuthUser, CanvasGestureCallbacks, CanvasGestureHandlers, CompileResult, CompileStage, DragReorderResult, DraggablePayload, Extension, ExtensionManifest, FileSystemFile, FileSystemStatus, GitHubRepo, GitHubStatus, HistoryChangeSummary, HistoryTimelineItem, I18nContextValue, I18nProvider, InfiniteScrollOptions, InfiniteScrollResult, LongPressHandlers, LongPressOptions, OpenFile, Positioned, PullToRefreshOptions, PullToRefreshResult, QuerySingletonEntity, QuerySingletonResult, QuerySingletonState, QueryState, RenderInterpolationHandle, RenderInterpolationOptions, RevertResult, SelectedFile, SharedEntityStore, SharedEntityStoreContext, SharedEntitySubscriber, SharedEntityWriter, SwipeGestureOptions, SwipeGestureResult, SwipeHandlers, TapRevealOptions, TapRevealResult, TraitListenSpec, TranslateFunction, UseCanvasGesturesOptions, UseCompileResult, UseDraggableOptions, UseDraggableResult, UseDropZoneOptions, UseDropZoneResult, UseExtensionsOptions, UseExtensionsResult, UseFileEditorOptions, UseFileEditorResult, UseFileSystemResult, UseOrbitalHistoryOptions, UseOrbitalHistoryResult, createSharedEntityStore, createTranslate, parseQueryBinding, runTickFrame, useAgentChat, useAuthContext, useCanvasGestures, useCompile, useConnectGitHub, useDeepAgentGeneration, useDisconnectGitHub, useDragReorder, useDraggable, useDropZone, useExtensions, useFileEditor, useFileSystem, useGitHubBranches, useGitHubRepo, useGitHubRepos, useGitHubStatus, useInfiniteScroll, useLongPress, useMediaQuery, useOrbitalHistory, usePreview, usePullToRefresh, useQuerySingleton, useRenderInterpolation, useSharedEntitySnapshot, useSharedEntityStore, useSharedEntityStoreContext, useSwipeGesture, useTapReveal, useTraitListens, useTranslate, useUIEvents, useValidation } from '../hooks/index.js';
|
|
@@ -3911,6 +3911,80 @@ interface BreadcrumbProps {
|
|
|
3911
3911
|
}
|
|
3912
3912
|
declare const Breadcrumb: React__default.FC<BreadcrumbProps>;
|
|
3913
3913
|
|
|
3914
|
+
/**
|
|
3915
|
+
* FilterGroup Molecule Component
|
|
3916
|
+
*
|
|
3917
|
+
* A component for filtering entity data. Composes atoms (Button, Select, Badge, HStack)
|
|
3918
|
+
* and follows the design system using CSS variables.
|
|
3919
|
+
*
|
|
3920
|
+
* Implements the Closed Circuit principle:
|
|
3921
|
+
* - FilterGroup updates QuerySingleton filters via query prop
|
|
3922
|
+
* - FilterGroup emits UI:FILTER events for trait state machines
|
|
3923
|
+
* - entity-list/entity-cards read filtered data via query prop
|
|
3924
|
+
*
|
|
3925
|
+
* Supports Query Singleton pattern via `query` prop for std/Filter behavior.
|
|
3926
|
+
*/
|
|
3927
|
+
|
|
3928
|
+
/**
|
|
3929
|
+
* Layer 2 visual treatment for the filter-group pattern — orthogonal to the
|
|
3930
|
+
* semantic `variant` (which conveys layout / role).
|
|
3931
|
+
*/
|
|
3932
|
+
type FilterGroupLook = "toolbar" | "chips" | "pills" | "popover-trigger" | "inline-column-header";
|
|
3933
|
+
/** Filter definition from schema */
|
|
3934
|
+
interface FilterDefinition {
|
|
3935
|
+
field: string;
|
|
3936
|
+
label: string;
|
|
3937
|
+
/** Filter type - 'text' free-text input, 'date' renders a date picker, 'date-range'/'daterange' renders two date pickers, 'number-range'/'numberrange' renders two range sliders */
|
|
3938
|
+
filterType?: "text" | "select" | "toggle" | "checkbox" | "date" | "daterange" | "date-range" | "numberrange" | "number-range";
|
|
3939
|
+
/** Alias for filterType (schema compatibility) */
|
|
3940
|
+
type?: "text" | "select" | "toggle" | "checkbox" | "date" | "daterange" | "date-range" | "numberrange" | "number-range";
|
|
3941
|
+
/** Options for select/toggle filters */
|
|
3942
|
+
options?: readonly string[];
|
|
3943
|
+
/** Lower bound for numberrange filters */
|
|
3944
|
+
min?: number;
|
|
3945
|
+
/** Upper bound for numberrange filters */
|
|
3946
|
+
max?: number;
|
|
3947
|
+
/** Step increment for numberrange filters */
|
|
3948
|
+
step?: number;
|
|
3949
|
+
}
|
|
3950
|
+
/**
|
|
3951
|
+
* FilterGroup — a panel of filter controls that narrows a collection by field
|
|
3952
|
+
* values.
|
|
3953
|
+
*
|
|
3954
|
+
* @capabilities search refinement panel, facet filters, admin list filters, records filter sidebar, filter chips panel
|
|
3955
|
+
*/
|
|
3956
|
+
interface FilterGroupProps {
|
|
3957
|
+
/** Entity name to filter */
|
|
3958
|
+
entity: string;
|
|
3959
|
+
/** Filter definitions from schema */
|
|
3960
|
+
filters: readonly FilterDefinition[];
|
|
3961
|
+
/** Callback when a filter changes - for EntityStore integration */
|
|
3962
|
+
onFilterChange?: (field: string, value: string | null) => void;
|
|
3963
|
+
/** Callback to clear all filters */
|
|
3964
|
+
onClearAll?: () => void;
|
|
3965
|
+
/** Additional CSS classes */
|
|
3966
|
+
className?: string;
|
|
3967
|
+
/** Variant style */
|
|
3968
|
+
variant?: "default" | "compact" | "pills" | "vertical";
|
|
3969
|
+
/** Show filter icon */
|
|
3970
|
+
showIcon?: boolean;
|
|
3971
|
+
/**
|
|
3972
|
+
* Query singleton binding for state management.
|
|
3973
|
+
* When provided, syncs filter state with the query singleton.
|
|
3974
|
+
* Example: "@TaskQuery"
|
|
3975
|
+
*/
|
|
3976
|
+
query?: string;
|
|
3977
|
+
/** Loading state indicator */
|
|
3978
|
+
isLoading?: boolean;
|
|
3979
|
+
/** Layer 2 visual treatment — orthogonal to the semantic variant. */
|
|
3980
|
+
look?: FilterGroupLook;
|
|
3981
|
+
/** Declarative filter event — emits UI:{event} via eventBus on filter change (alongside canonical UI:FILTER) */
|
|
3982
|
+
event?: EventKey;
|
|
3983
|
+
/** Declarative clear event — emits UI:{clearEvent} via eventBus on clear-all (alongside canonical UI:CLEAR_FILTERS) */
|
|
3984
|
+
clearEvent?: EventKey;
|
|
3985
|
+
}
|
|
3986
|
+
declare const FilterGroup: React__default.FC<FilterGroupProps>;
|
|
3987
|
+
|
|
3914
3988
|
/**
|
|
3915
3989
|
* ButtonGroup Molecule Component
|
|
3916
3990
|
*
|
|
@@ -3935,15 +4009,6 @@ interface ActionButton {
|
|
|
3935
4009
|
/** Button variant - matches Button component variants. Accepts string for schema compatibility. */
|
|
3936
4010
|
variant?: string;
|
|
3937
4011
|
}
|
|
3938
|
-
/** Filter definition for filter-group pattern */
|
|
3939
|
-
interface FilterDefinition$1 {
|
|
3940
|
-
field: string;
|
|
3941
|
-
label: string;
|
|
3942
|
-
/** Filter type (checkbox, select, etc.) */
|
|
3943
|
-
type?: 'checkbox' | 'select' | 'toggle';
|
|
3944
|
-
/** Options for select filters */
|
|
3945
|
-
options?: readonly string[];
|
|
3946
|
-
}
|
|
3947
4012
|
interface ButtonGroupProps {
|
|
3948
4013
|
/**
|
|
3949
4014
|
* Button group content (Button components) - use this OR primary/secondary
|
|
@@ -3980,7 +4045,7 @@ interface ButtonGroupProps {
|
|
|
3980
4045
|
/**
|
|
3981
4046
|
* Filter definitions for filter-group pattern
|
|
3982
4047
|
*/
|
|
3983
|
-
filters?: readonly FilterDefinition
|
|
4048
|
+
filters?: readonly FilterDefinition[];
|
|
3984
4049
|
/**
|
|
3985
4050
|
* Layer 2 visual treatment for the action-cluster (form-actions) pattern.
|
|
3986
4051
|
* @default 'right-aligned-buttons'
|
|
@@ -3989,74 +4054,6 @@ interface ButtonGroupProps {
|
|
|
3989
4054
|
}
|
|
3990
4055
|
declare const ButtonGroup: React__default.FC<ButtonGroupProps>;
|
|
3991
4056
|
|
|
3992
|
-
/**
|
|
3993
|
-
* FilterGroup Molecule Component
|
|
3994
|
-
*
|
|
3995
|
-
* A component for filtering entity data. Composes atoms (Button, Select, Badge, HStack)
|
|
3996
|
-
* and follows the design system using CSS variables.
|
|
3997
|
-
*
|
|
3998
|
-
* Implements the Closed Circuit principle:
|
|
3999
|
-
* - FilterGroup updates QuerySingleton filters via query prop
|
|
4000
|
-
* - FilterGroup emits UI:FILTER events for trait state machines
|
|
4001
|
-
* - entity-list/entity-cards read filtered data via query prop
|
|
4002
|
-
*
|
|
4003
|
-
* Supports Query Singleton pattern via `query` prop for std/Filter behavior.
|
|
4004
|
-
*/
|
|
4005
|
-
|
|
4006
|
-
/**
|
|
4007
|
-
* Layer 2 visual treatment for the filter-group pattern — orthogonal to the
|
|
4008
|
-
* semantic `variant` (which conveys layout / role).
|
|
4009
|
-
*/
|
|
4010
|
-
type FilterGroupLook = "toolbar" | "chips" | "pills" | "popover-trigger" | "inline-column-header";
|
|
4011
|
-
/** Filter definition from schema */
|
|
4012
|
-
interface FilterDefinition {
|
|
4013
|
-
field: string;
|
|
4014
|
-
label: string;
|
|
4015
|
-
/** Filter type - 'text' free-text input, 'date' renders a date picker, 'date-range'/'daterange' renders two date pickers */
|
|
4016
|
-
filterType?: "text" | "select" | "toggle" | "checkbox" | "date" | "daterange" | "date-range";
|
|
4017
|
-
/** Alias for filterType (schema compatibility) */
|
|
4018
|
-
type?: "text" | "select" | "toggle" | "checkbox" | "date" | "daterange" | "date-range";
|
|
4019
|
-
/** Options for select/toggle filters */
|
|
4020
|
-
options?: readonly string[];
|
|
4021
|
-
}
|
|
4022
|
-
/**
|
|
4023
|
-
* FilterGroup — a panel of filter controls that narrows a collection by field
|
|
4024
|
-
* values.
|
|
4025
|
-
*
|
|
4026
|
-
* @capabilities search refinement panel, facet filters, admin list filters, records filter sidebar, filter chips panel
|
|
4027
|
-
*/
|
|
4028
|
-
interface FilterGroupProps {
|
|
4029
|
-
/** Entity name to filter */
|
|
4030
|
-
entity: string;
|
|
4031
|
-
/** Filter definitions from schema */
|
|
4032
|
-
filters: readonly FilterDefinition[];
|
|
4033
|
-
/** Callback when a filter changes - for EntityStore integration */
|
|
4034
|
-
onFilterChange?: (field: string, value: string | null) => void;
|
|
4035
|
-
/** Callback to clear all filters */
|
|
4036
|
-
onClearAll?: () => void;
|
|
4037
|
-
/** Additional CSS classes */
|
|
4038
|
-
className?: string;
|
|
4039
|
-
/** Variant style */
|
|
4040
|
-
variant?: "default" | "compact" | "pills" | "vertical";
|
|
4041
|
-
/** Show filter icon */
|
|
4042
|
-
showIcon?: boolean;
|
|
4043
|
-
/**
|
|
4044
|
-
* Query singleton binding for state management.
|
|
4045
|
-
* When provided, syncs filter state with the query singleton.
|
|
4046
|
-
* Example: "@TaskQuery"
|
|
4047
|
-
*/
|
|
4048
|
-
query?: string;
|
|
4049
|
-
/** Loading state indicator */
|
|
4050
|
-
isLoading?: boolean;
|
|
4051
|
-
/** Layer 2 visual treatment — orthogonal to the semantic variant. */
|
|
4052
|
-
look?: FilterGroupLook;
|
|
4053
|
-
/** Declarative filter event — emits UI:{event} via eventBus on filter change (alongside canonical UI:FILTER) */
|
|
4054
|
-
event?: EventKey;
|
|
4055
|
-
/** Declarative clear event — emits UI:{clearEvent} via eventBus on clear-all (alongside canonical UI:CLEAR_FILTERS) */
|
|
4056
|
-
clearEvent?: EventKey;
|
|
4057
|
-
}
|
|
4058
|
-
declare const FilterGroup: React__default.FC<FilterGroupProps>;
|
|
4059
|
-
|
|
4060
4057
|
/**
|
|
4061
4058
|
* Card Component
|
|
4062
4059
|
*
|
|
@@ -5702,16 +5699,23 @@ declare const EmojiPicker: React__default.FC<EmojiPickerProps>;
|
|
|
5702
5699
|
* FilterGroup / MapView / DataGrid pattern.
|
|
5703
5700
|
*/
|
|
5704
5701
|
|
|
5702
|
+
interface DateRange {
|
|
5703
|
+
from: string;
|
|
5704
|
+
to: string;
|
|
5705
|
+
}
|
|
5705
5706
|
interface DateRangePickerPreset {
|
|
5706
5707
|
/** Display label (e.g. "Last 30 days"). */
|
|
5707
5708
|
label: string;
|
|
5708
5709
|
/** Stable key used for highlighting the active preset. */
|
|
5709
5710
|
value: string;
|
|
5710
|
-
/**
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5711
|
+
/**
|
|
5712
|
+
* Range resolver: a function (JS callers), a literal `{ from, to }`
|
|
5713
|
+
* fixed range, or omitted — then `value` must be a built-in token
|
|
5714
|
+
* ('7d' | '30d' | 'month' | 'quarter' | 'ytd') resolved at click time.
|
|
5715
|
+
* Declarative (.orb) presets use a literal or a token; functions are
|
|
5716
|
+
* not expressible in config data.
|
|
5717
|
+
*/
|
|
5718
|
+
range?: (() => DateRange) | DateRange;
|
|
5715
5719
|
}
|
|
5716
5720
|
interface DateRangePickerProps {
|
|
5717
5721
|
/** Controlled `from` (ISO date YYYY-MM-DD). */
|
|
@@ -6162,6 +6166,15 @@ interface GraphViewProps {
|
|
|
6162
6166
|
showLabels?: boolean;
|
|
6163
6167
|
/** Auto zoom-to-fit after layout settles (default true) */
|
|
6164
6168
|
zoomToFit?: boolean;
|
|
6169
|
+
/**
|
|
6170
|
+
* Layout mode. force = physics simulation (default); flow = layered
|
|
6171
|
+
* left-to-right process flow; tree = top-down hierarchy tiers from the
|
|
6172
|
+
* roots; radial = concentric rings by depth (a pure cycle renders as a
|
|
6173
|
+
* single ring). Non-force layouts are deterministic.
|
|
6174
|
+
* @tier domain
|
|
6175
|
+
* @synonyms layout mode, flow layout, tree layout, radial layout, hierarchy layout
|
|
6176
|
+
*/
|
|
6177
|
+
layout?: 'force' | 'flow' | 'tree' | 'radial';
|
|
6165
6178
|
}
|
|
6166
6179
|
declare const GraphView: React__default.FC<GraphViewProps>;
|
|
6167
6180
|
|
|
@@ -9450,95 +9463,6 @@ interface ConnectionBlockProps {
|
|
|
9450
9463
|
}
|
|
9451
9464
|
declare const ConnectionBlock: React__default.FC<ConnectionBlockProps>;
|
|
9452
9465
|
|
|
9453
|
-
/**
|
|
9454
|
-
* BloomQuizBlock Molecule Component
|
|
9455
|
-
*
|
|
9456
|
-
* Practice Q&A with Bloom's Taxonomy level badge. Emits `UI:ANSWER_BLOOM { index, level }`.
|
|
9457
|
-
*
|
|
9458
|
-
* Event Contract:
|
|
9459
|
-
* - Emits: UI:ANSWER_BLOOM { index, level }
|
|
9460
|
-
* - entityAware: false
|
|
9461
|
-
*/
|
|
9462
|
-
|
|
9463
|
-
type BloomLevel = 'remember' | 'understand' | 'apply' | 'analyze' | 'evaluate' | 'create';
|
|
9464
|
-
interface BloomQuizBlockProps {
|
|
9465
|
-
level: BloomLevel;
|
|
9466
|
-
question: string;
|
|
9467
|
-
answer: string;
|
|
9468
|
-
/** Zero-based index (used in the emitted event payload) */
|
|
9469
|
-
index?: number;
|
|
9470
|
-
/** Whether the learner has already answered */
|
|
9471
|
-
isAnswered?: boolean;
|
|
9472
|
-
/** Event name emitted on first reveal (as `UI:<answerEvent>`). Defaults to 'ANSWER_BLOOM'. */
|
|
9473
|
-
answerEvent?: string;
|
|
9474
|
-
/** Additional CSS classes */
|
|
9475
|
-
className?: string;
|
|
9476
|
-
}
|
|
9477
|
-
declare const BloomQuizBlock: React__default.FC<BloomQuizBlockProps>;
|
|
9478
|
-
|
|
9479
|
-
/**
|
|
9480
|
-
* Utility for lesson-segment parsing: splits a markdown string into alternating
|
|
9481
|
-
* markdown and fenced-code-block segments. Exported so SegmentRenderer and
|
|
9482
|
-
* BloomQuizBlock can reuse without circular imports.
|
|
9483
|
-
*/
|
|
9484
|
-
type MarkdownSegment = {
|
|
9485
|
-
type: 'markdown';
|
|
9486
|
-
content: string;
|
|
9487
|
-
};
|
|
9488
|
-
type CodeSegment = {
|
|
9489
|
-
type: 'code';
|
|
9490
|
-
language: string;
|
|
9491
|
-
content: string;
|
|
9492
|
-
runnable?: boolean;
|
|
9493
|
-
};
|
|
9494
|
-
type MixedSegment = MarkdownSegment | CodeSegment;
|
|
9495
|
-
/** Splits markdown content into markdown and fenced-code-block segments. */
|
|
9496
|
-
declare function parseMarkdownWithCodeBlocks(content: string): MixedSegment[];
|
|
9497
|
-
|
|
9498
|
-
/**
|
|
9499
|
-
* parseLessonSegments — parses lesson markdown with embedded learning-science
|
|
9500
|
-
* XML-style tags into a typed Segment array.
|
|
9501
|
-
*
|
|
9502
|
-
* Supported tags: <activate>, <connect>, <reflect>, <bloom level="...">,
|
|
9503
|
-
* <question>/<answer>, <visualize type="..." description="..." />.
|
|
9504
|
-
*
|
|
9505
|
-
* Tags may be open (unclosed) — the parser falls back to consuming content
|
|
9506
|
-
* until the next recognised tag, a section heading (`\n\n#`), or end-of-input.
|
|
9507
|
-
*/
|
|
9508
|
-
|
|
9509
|
-
type InteractiveOrbitalType = 'algorithms' | 'math' | 'physics' | 'biology' | 'chemistry' | 'probability' | 'freeform';
|
|
9510
|
-
type LessonSegment = MixedSegment | {
|
|
9511
|
-
type: 'quiz';
|
|
9512
|
-
question: string;
|
|
9513
|
-
answer: string;
|
|
9514
|
-
} | {
|
|
9515
|
-
type: 'activate';
|
|
9516
|
-
question: string;
|
|
9517
|
-
} | {
|
|
9518
|
-
type: 'connect';
|
|
9519
|
-
content: string;
|
|
9520
|
-
} | {
|
|
9521
|
-
type: 'reflect';
|
|
9522
|
-
prompt: string;
|
|
9523
|
-
} | {
|
|
9524
|
-
type: 'bloom';
|
|
9525
|
-
level: BloomLevel;
|
|
9526
|
-
question: string;
|
|
9527
|
-
answer: string;
|
|
9528
|
-
} | {
|
|
9529
|
-
type: 'visualization';
|
|
9530
|
-
visualizationType: InteractiveOrbitalType;
|
|
9531
|
-
description: string;
|
|
9532
|
-
};
|
|
9533
|
-
/** User progress state passed into SegmentRenderer. */
|
|
9534
|
-
interface LessonUserProgress {
|
|
9535
|
-
activationResponse?: string;
|
|
9536
|
-
reflectionNotes?: string[];
|
|
9537
|
-
bloomAnswered?: Record<number, boolean>;
|
|
9538
|
-
}
|
|
9539
|
-
/** Parse a lesson string into typed segments. Returns `[]` when input is empty. */
|
|
9540
|
-
declare function parseLessonSegments(lesson: string | undefined): LessonSegment[];
|
|
9541
|
-
|
|
9542
9466
|
type EntityTableLook = "dense" | "spacious" | "striped" | "borderless" | "card-rows";
|
|
9543
9467
|
interface Column<T> {
|
|
9544
9468
|
/** Column identity. Optional because `name` is an accepted alias; the
|
|
@@ -11729,4 +11653,4 @@ interface AboutPageTemplateProps extends TemplateProps<AboutPageEntity> {
|
|
|
11729
11653
|
}
|
|
11730
11654
|
declare const AboutPageTemplate: React__default.FC<AboutPageTemplateProps>;
|
|
11731
11655
|
|
|
11732
|
-
export { ALL_PRESETS, AR_BOOK_FIELDS, type AboutPageEntity, AboutPageTemplate, type AboutPageTemplateProps, Accordion, type AccordionItem, type AccordionProps, Card as ActionCard, type CardProps as ActionCardProps, ActionPalette, type ActionPaletteProps, ActionTile, type ActionTileProps, ActivationBlock, type ActivationBlockProps, Alert, type AlertProps, type AlertVariant, type AlgorithmBar, AlgorithmCanvas, type AlgorithmCanvasProps, type AlgorithmCell, type AlgorithmPointer, AnimatedCounter, type AnimatedCounterProps, AnimatedGraphic, type AnimatedGraphicProps, AnimatedReveal, type AnimatedRevealProps, ArticleSection, type ArticleSectionProps, Aside, type AsideProps, AssetPicker, type AssetPickerProps, AtlasImage, type AtlasImageAsset, type AtlasImageProps, AtlasPanel, type AtlasPanelProps, AuthLayout, type AuthLayoutProps, Avatar, type AvatarProps, type AvatarSize, type AvatarStatus, Badge, type BadgeProps, type BadgeVariant, BehaviorView, type BehaviorViewProps, BiologyCanvas, type BiologyCanvasProps, type BiologyEdge, type BiologyNode, type BlockType, type BloomLevel, BloomQuizBlock, type BloomQuizBlockProps, BookChapterView, type BookChapterViewProps, BookCoverPage, type BookCoverPageProps, type BookFieldMap, BookNavBar, type BookNavBarProps, BookTableOfContents, type BookTableOfContentsProps, BookViewer, type BookViewerProps, Box, type BoxBg, type BoxMargin, type BoxPadding, type BoxProps, type BoxRounded, type BoxShadow, BranchingLogicBuilder, type BranchingLogicBuilderProps, type BranchingQuestion, type BranchingRule, Breadcrumb, type BreadcrumbItem, type BreadcrumbProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, CTABanner, type CTABannerBackground, type CTABannerProps, CalendarGrid, type CalendarGridProps, type CameraMode, CameraState, Canvas, Canvas2D, type Canvas2DProps, type CanvasItemShape, type CanvasItemStatus, type CanvasMode, type CanvasProps, Card$1 as Card, type CardAction, CardBody, CardContent, CardFooter, CardGrid, type CardGridGap, type CardGridProps, CardHeader, type CardProps$1 as CardProps, CardTitle, Carousel, type CarouselProps, CaseStudyCard, type CaseStudyCardProps, CaseStudyOrganism, type CaseStudyOrganismProps, Center, type CenterProps, Chart, type ChartDataPoint, ChartLegend, type ChartLegendItem, type ChartLegendProps, type ChartProps, type ChartSeries, type ChartType, ChatBar, type ChatBarProps, type ChatBarStatus, Checkbox, type CheckboxProps, type ChemistryArrow, type ChemistryAtom, type ChemistryBond, ChemistryCanvas, type ChemistryCanvasProps, ChoiceButton, type ChoiceButtonProps, Coachmark, type CoachmarkAnchor, type CoachmarkPlacement, type CoachmarkProps, CodeBlock, type CodeBlockProps, type CodeLanguage, type CodeLanguageLoader, CodeRunnerPanel, type CodeRunnerPanelProps, type CodeSimulationOutput, type CodeViewerAction, type CodeViewerFile, type CodeViewerMode, CollapsibleSection, type CollapsibleSectionProps, type Column, CommunityLinks, type CommunityLinksProps, type ConditionalContext, ConditionalWrapper, type ConditionalWrapperProps, ConfettiEffect, type ConfettiEffectProps, ConfirmDialog, type ConfirmDialogProps, type ConfirmDialogVariant, ConnectionBlock, type ConnectionBlockProps, Container, type ContainerProps, ContentRenderer, type ContentRendererProps, ContentSection, type ContentSectionBackground, type ContentSectionPadding, type ContentSectionProps, ControlButton, type ControlButtonProps, ControlGrid, type ControlGridButton, type ControlGridKind, type ControlGridProps, type CounterSize, CounterTemplate, type CounterTemplateProps, type CounterVariant, DEFAULT_LIKERT_OPTIONS, DEFAULT_MATRIX_COLUMNS, DIAMOND_TOP_Y, type DPadDirection, DashboardGrid, type DashboardGridCell, type DashboardGridProps, DashboardLayout, type DashboardLayoutProps, DataGrid, type DataGridField, type DataGridItemAction, type DataGridProps, DataList, type DataListField, type DataListItemAction, type DataListProps, DataTable, type DataTableProps, DateRangePicker, type DateRangePickerPreset, type DateRangePickerProps, DateRangeSelector, type DateRangeSelectorOption, type DateRangeSelectorProps, DayCell, type DayCellProps, type DetailField, DetailPanel, type DetailPanelProps, type DetailSection, Dialog, type DialogProps, DialogueBubble, type DialogueBubbleProps, type DiffLine$1 as DiffLine, type DiffLineType, type DiffRevision, type DisplayStateProps, Divider, type DividerOrientation, type DividerProps, DocBreadcrumb, type DocBreadcrumbItem, type DocBreadcrumbProps, DocPagination, type DocPaginationLink, type DocPaginationProps, DocSearch, type DocSearchProps, type DocSearchResult, DocSidebar, type DocSidebarItem, type DocSidebarProps, DocTOC, type DocTOCItem, type DocTOCProps, type DocumentType, DocumentViewer, type DocumentViewerProps, StateMachineView as DomStateMachineVisualizer, type DotSize, type DotState, Drawer, type DrawerPosition, type DrawerProps, type DrawerSize, DrawerSlot, type DrawerSlotProps, ELEMENT_SELECTED_EVENT, EdgeDecoration, type EdgeDecorationProps, type EdgeSide, type EdgeVariant, EditorCheckbox, type EditorCheckboxProps, type EditorMode, EditorSelect, type EditorSelectProps, EditorSlider, type EditorSliderProps, EditorTextInput, type EditorTextInputProps, EditorToolbar, type EditorToolbarProps, EmojiPicker, type EmojiPickerPosition, type EmojiPickerProps, EmptyState, type EmptyStateProps, EntityDisplayEvents, ErrorBoundary, type ErrorBoundaryProps, ErrorState, type ErrorStateProps, FEATURE_COLORS, FEATURE_TYPES, FLOOR_HEIGHT, FacingDirection, FeatureCard, type FeatureCardProps, type FeatureDetailPageEntity, FeatureDetailPageTemplate, type FeatureDetailPageTemplateProps, type FeatureDetailSection, FeatureGrid, FeatureGridOrganism, type FeatureGridOrganismProps, type FeatureGridProps, FileTree, type FileTreeNode, type FileTreeProps, type FilterDefinition, FilterGroup, type FilterGroupProps, type FilterPayload, FilterPill, type FilterPillProps, type FilterPillSize, type FilterPillVariant, Flex, type FlexProps, FlipCard, type FlipCardProps, FlipContainer, type FlipContainerProps, type FloatingAction, FloatingActionButton, type FloatingActionButtonProps, type FooterLinkColumn, type FooterLinkItem, Form, FormActions, type FormActionsProps, FormField, type FormFieldProps, FormLayout, type FormLayoutProps, type FormProps, FormSection$1 as FormSection, FormSectionHeader, type FormSectionHeaderProps, type FormSectionProps, GameAudioToggle, type GameAudioToggleProps, GameHud, type GameHudElement, type GameHudProps, type GameHudStat, GameIcon, type GameIconProps, GameMenu, type GameMenuProps, GameShell, type GameShellProps, GenericAppTemplate, type GenericAppTemplateProps, GeometricPattern, type GeometricPatternProps, GradientDivider, type GradientDividerProps, GraphCanvas, type GraphCanvasProps, type GraphEdge, type GraphNode, type GraphSimilarity, GraphView, type GraphViewEdge, type GraphViewNode, type GraphViewProps, type GraphicAnimation, Grid, GridPicker, type GridPickerCellSize, type GridPickerProps, type GridProps, HStack, type HStackProps, Header, type HeaderProps, HealthBar, type HealthBarProps, HeroOrganism, type HeroOrganismProps, HeroSection, type HeroSectionProps, type HighlightType, IDENTITY_BOOK_FIELDS, Icon, type IconAnimation, type IconInput, IconPicker, type IconPickerProps, type IconProps, type IconSize, ImageSource, type ImportEntityDisplay, ImportPreviewTree, type ImportPreviewTreeProps, type ImportPreviewUnit, ImportProgress, type ImportProgressCounts, type ImportProgressProps, type ImportProgressStep, type ImportSkippedElement, type ImportSourceOption, ImportSourcePicker, type ImportSourcePickerProps, InfiniteScrollSentinel, type InfiniteScrollSentinelProps, Input, InputGroup, type InputGroupProps, type InputProps, InstallBox, type InstallBoxProps, IsometricUnit, JazariStateMachine, type JazariStateMachineProps, JsonTreeEditor, type JsonTreeEditorProps, Label, type LabelProps, type LandingPageEntity, LandingPageTemplate, type LandingPageTemplateProps, type LawReference, LawReferenceTooltip, type LawReferenceTooltipProps, LearningCanvas, type LearningCanvasProps, type LearningPhysicsBody, type LearningPhysicsConstraint, type LearningPoint, type LearningShape, type LearningShapeType, type LessonSegment, type LessonUserProgress, Lightbox, type LightboxImage, type LightboxProps, type LikertOption, LikertScale, type LikertScaleProps, LineChart, type LineChartProps, LinkAction, List, type ListItem, type ListProps, LoadingState, type LoadingStateProps, type MapMarkerData, type MapRouteData, type MapRouteWaypoint, MapView, type MapViewProps, MarkdownContent, type MarkdownContentProps, MarketingFooter, type MarketingFooterProps, MarketingStatCard, type MarketingStatCardProps, MasterDetail, MasterDetailLayout, type MasterDetailLayoutProps, type MasterDetailProps, MathCanvas, type MathCanvasProps, type MathCurve, type MathPoint, type MathVector, type MatrixColumn, MatrixQuestion, type MatrixQuestionProps, type MatrixRow, MediaGallery, type MediaGalleryProps, type MediaItem, Menu, type MenuItem, type MenuOption, type MenuProps, Meter, type MeterAction, type MeterProps, type MeterThreshold, type MeterVariant, type MixedSegment, Modal, type ModalProps, type ModalSize, ModalSlot, type ModalSlotProps, ModuleCard, type ModuleCardProps, type NavItem, Navigation, type NavigationItem, type NavigationProps, NodeSlotEditor, type NodeSlotEditorProps, NotifyListener, NumberStepper, type NumberStepperProps, type NumberStepperSize, OnboardingSpotlight, type OnboardingSpotlightProps, type OptionConstraint, OptionConstraintGroup, type OptionConstraintGroupProps, type OptionConstraintOption, StateMachineView as OrbitalStateMachineView, OrbitalVisualization, type OrbitalVisualizationProps, Overlay, type OverlayProps, type PageBreadcrumb, PageHeader, type PageHeaderProps, PageTransition, type PageTransitionProps, type PaginatePayload, Pagination, type PaginationProps, PatternTile, type PatternTileProps, type PatternVariant, PhysicsCanvas, type PhysicsCanvasProps, type PickerItem, type Platform, Point, Popover, type PopoverProps, PositionedCanvas, type PositionedCanvasProps, Presence, type PresenceAnimation, type PresenceProps, type PresenceResult, PricingCard, type PricingCardProps, PricingGrid, type PricingGridProps, PricingOrganism, type PricingOrganismProps, type PricingPageEntity, PricingPageTemplate, type PricingPageTemplateProps, type PrismLanguageGrammar, ProgressBar, type ProgressBarColor, type ProgressBarProps, type ProgressBarVariant, ProgressDots, type ProgressDotsProps, type Projection, PropertyInspector, type PropertyInspectorProps, PullQuote, type PullQuoteProps, PullToRefresh, type PullToRefreshProps, type QrScanResult, QrScanner, type QrScannerProps, QuizBlock, type QuizBlockProps, Radio, type RadioProps, RangeSlider, type RangeSliderProps, type RangeSliderSize, ReflectionBlock, type ReflectionBlockProps, type RelationOption, RelationSelect, type RelationSelectProps, RepeatableFormSection, type RepeatableFormSectionProps, type RepeatableItem, ReplyTree, type ReplyTreeProps, ResolvedFrame, type RevealAnimation, type RevealTrigger, type RichBlock, RichBlockEditor, type RichBlockEditorProps, type RowAction, type RuleDefinition, type RuleOption, RuntimeDebugger, type RuntimeDebuggerProps, SHEET_COLUMNS, SPRITE_SHEET_LAYOUT, ScaledDiagram, type ScaledDiagramProps, ScoreDisplay, type ScoreDisplayProps, SearchInput, type SearchInputProps, type SearchPayload, Section, SectionHeader, type SectionHeaderProps, type SectionProps, SegmentRenderer, type SegmentRendererProps, Select, type SelectOption, type SelectOptionGroup, type SelectPayload, type SelectProps, SequenceBar, type SequenceBarProps, ServiceCatalog, type ServiceCatalogItem, type ServiceCatalogProps, ShowcaseCard, type ShowcaseCardProps, ShowcaseOrganism, type ShowcaseOrganismProps, SidePanel, type SidePanelProps, type SidePlayer, Sidebar, type SidebarItem, type SidebarProps, SignaturePad, type SignaturePadProps, SimpleGrid, type SimpleGridProps, Skeleton, type SkeletonProps, type SkeletonVariant, SlotContent, SlotContentRenderer, type SlotItemData, SocialProof, type SocialProofItem, type SocialProofProps, type SortPayload, SortableList, type SortableListProps, Spacer, type SpacerProps, type SpacerSize, Sparkline, type SparklineColor, type SparklineProps, Spinner, type SpinnerProps, Split, SplitPane, type SplitPaneProps, type SplitProps, SplitSection, type SplitSectionProps, type SpotlightStep, SpriteFrameDims, SpriteSheetUrls, Stack, type StackAlign, type StackDirection, type StackGap, type StackJustify, type StackProps, StarRating, type StarRatingPrecision, type StarRatingProps, type StarRatingSize, StatBadge, type StatBadgeProps, StatCard, type StatCardProps, type StatCardSize, StatDisplay, type StatDisplayProps, StateGraph, type StateGraphProps, type StateGraphTransition, StateJsonView, type StateJsonViewProps, StateMachineView, type StateMachineViewProps, StateNode, type StateNodeProps, StatsGrid, type StatsGridProps, StatsOrganism, type StatsOrganismProps, StatusBar, type StatusBarProps, StatusDot, type StatusDotProps, type StatusDotSize, type StatusDotStatus, StepFlow, StepFlowOrganism, type StepFlowOrganismProps, type StepFlowProps, type StepItemProps, SubagentTracePanel, type SubagentTracePanelProps, SvgBranch, type SvgBranchProps, SvgConnection, type SvgConnectionProps, SvgFlow, type SvgFlowProps, SvgGrid, type SvgGridProps, SvgLobe, type SvgLobeProps, SvgMesh, type SvgMeshProps, SvgMorph, type SvgMorphProps, SvgNode, type SvgNodeProps, SvgPulse, type SvgPulseProps, SvgRing, type SvgRingProps, SvgShield, type SvgShieldProps, SvgStack, type SvgStackProps, type SwipeAction, SwipeableRow, type SwipeableRowProps, Switch, type SwitchProps, TERRAIN_COLORS, TILE_HEIGHT, TILE_WIDTH, type TabDefinition, type TabItem, TabbedContainer, type TabbedContainerProps, TableView, type TableViewColumn, type TableViewProps, Tabs, type TabsProps, TagCloud, type TagCloudItem, type TagCloudProps, TagInput, type TagInputProps, TeamCard, type TeamCardProps, TeamOrganism, type TeamOrganismProps, type TeamUnitTraits, type TemplateProps, TerrainPalette, type TerrainPaletteProps, TextHighlight, type TextHighlightProps, Textarea, type TextareaProps, ThemeToggle, type ThemeToggleProps, type TileCoord, type TileLayout, TimeSlotCell, type TimeSlotCellProps, Timeline, type TimelineItem, type TimelineItemStatus, type TimelineProps, TimerDisplay, type TimerDisplayProps, Toast, type ToastProps, ToastSlot, type ToastSlotProps, type ToastVariant, Tooltip, type TooltipProps, type TraceDisclosureLevel, TraitFrame, type TraitFrameProps, TraitSlot, type TraitSlotProps, type TraitStateMachineDefinition, TraitStateViewer, type TraitStateViewerProps, type TraitTransition, TransitionArrow, type TransitionArrowProps, type TransitionBundle, type TrendDirection, TrendIndicator, type TrendIndicatorProps, type TrendIndicatorSize, TypewriterText, type TypewriterTextProps, Typography, type TypographyProps, type TypographyVariant, UISlotComponent, UISlotRenderer, type UISlotRendererProps, UiError, UnitAnimationState, UploadDropZone, type UploadDropZoneProps, type UsePresenceOptions, VStack, type VStackProps, type Vec2, VersionDiff, type DiffLine as VersionDiffLine, type VersionDiffProps, ViolationAlert, type ViolationAlertProps, type ViolationRecord, VoteStack, type VoteStackProps, WizardContainer, type WizardContainerProps, WizardNavigation, type WizardNavigationProps, WizardProgress, type WizardProgressProps, type WizardProgressStep, type WizardStep, boardEntity, bool, createUnitAnimationState, getCurrentFrame, getTileDimensions, inferDirection, isoToScreen, makeAsset, makeAssetMap, mapBookData, num, objAvailableActions, objAvailableEvents, objCurrentState, objIcon, objId, objMaxRules, objName, objRules, objStates, parseEditFocus, parseLessonSegments, parseMarkdownWithCodeBlocks, pendulum, projectileMotion, registerCodeLanguageLoader, resolveFieldMap, resolveFrame, resolveSheetDirection, rows, screenToIso, springOscillator, str, tickAnimationState, toCodeLanguage, transitionAnimation, unitHealth, unitPosition, unitTeam, useAnchorRect, useAtlasSliceDataUrl, useCamera, useImageCache, usePresence, useUnitSpriteAtlas, vec2 };
|
|
11656
|
+
export { ALL_PRESETS, AR_BOOK_FIELDS, type AboutPageEntity, AboutPageTemplate, type AboutPageTemplateProps, Accordion, type AccordionItem, type AccordionProps, Card as ActionCard, type CardProps as ActionCardProps, ActionPalette, type ActionPaletteProps, ActionTile, type ActionTileProps, ActivationBlock, type ActivationBlockProps, Alert, type AlertProps, type AlertVariant, type AlgorithmBar, AlgorithmCanvas, type AlgorithmCanvasProps, type AlgorithmCell, type AlgorithmPointer, AnimatedCounter, type AnimatedCounterProps, AnimatedGraphic, type AnimatedGraphicProps, AnimatedReveal, type AnimatedRevealProps, ArticleSection, type ArticleSectionProps, Aside, type AsideProps, AssetPicker, type AssetPickerProps, AtlasImage, type AtlasImageAsset, type AtlasImageProps, AtlasPanel, type AtlasPanelProps, AuthLayout, type AuthLayoutProps, Avatar, type AvatarProps, type AvatarSize, type AvatarStatus, Badge, type BadgeProps, type BadgeVariant, BehaviorView, type BehaviorViewProps, BiologyCanvas, type BiologyCanvasProps, type BiologyEdge, type BiologyNode, type BlockType, BookChapterView, type BookChapterViewProps, BookCoverPage, type BookCoverPageProps, type BookFieldMap, BookNavBar, type BookNavBarProps, BookTableOfContents, type BookTableOfContentsProps, BookViewer, type BookViewerProps, Box, type BoxBg, type BoxMargin, type BoxPadding, type BoxProps, type BoxRounded, type BoxShadow, BranchingLogicBuilder, type BranchingLogicBuilderProps, type BranchingQuestion, type BranchingRule, Breadcrumb, type BreadcrumbItem, type BreadcrumbProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, CTABanner, type CTABannerBackground, type CTABannerProps, CalendarGrid, type CalendarGridProps, type CameraMode, CameraState, Canvas, Canvas2D, type Canvas2DProps, type CanvasItemShape, type CanvasItemStatus, type CanvasMode, type CanvasProps, Card$1 as Card, type CardAction, CardBody, CardContent, CardFooter, CardGrid, type CardGridGap, type CardGridProps, CardHeader, type CardProps$1 as CardProps, CardTitle, Carousel, type CarouselProps, CaseStudyCard, type CaseStudyCardProps, CaseStudyOrganism, type CaseStudyOrganismProps, Center, type CenterProps, Chart, type ChartDataPoint, ChartLegend, type ChartLegendItem, type ChartLegendProps, type ChartProps, type ChartSeries, type ChartType, ChatBar, type ChatBarProps, type ChatBarStatus, Checkbox, type CheckboxProps, type ChemistryArrow, type ChemistryAtom, type ChemistryBond, ChemistryCanvas, type ChemistryCanvasProps, ChoiceButton, type ChoiceButtonProps, Coachmark, type CoachmarkAnchor, type CoachmarkPlacement, type CoachmarkProps, CodeBlock, type CodeBlockProps, type CodeLanguage, type CodeLanguageLoader, CodeRunnerPanel, type CodeRunnerPanelProps, type CodeSimulationOutput, type CodeViewerAction, type CodeViewerFile, type CodeViewerMode, CollapsibleSection, type CollapsibleSectionProps, type Column, CommunityLinks, type CommunityLinksProps, type ConditionalContext, ConditionalWrapper, type ConditionalWrapperProps, ConfettiEffect, type ConfettiEffectProps, ConfirmDialog, type ConfirmDialogProps, type ConfirmDialogVariant, ConnectionBlock, type ConnectionBlockProps, Container, type ContainerProps, ContentRenderer, type ContentRendererProps, ContentSection, type ContentSectionBackground, type ContentSectionPadding, type ContentSectionProps, ControlButton, type ControlButtonProps, ControlGrid, type ControlGridButton, type ControlGridKind, type ControlGridProps, type CounterSize, CounterTemplate, type CounterTemplateProps, type CounterVariant, DEFAULT_LIKERT_OPTIONS, DEFAULT_MATRIX_COLUMNS, DIAMOND_TOP_Y, type DPadDirection, DashboardGrid, type DashboardGridCell, type DashboardGridProps, DashboardLayout, type DashboardLayoutProps, DataGrid, type DataGridField, type DataGridItemAction, type DataGridProps, DataList, type DataListField, type DataListItemAction, type DataListProps, DataTable, type DataTableProps, DateRangePicker, type DateRangePickerPreset, type DateRangePickerProps, DateRangeSelector, type DateRangeSelectorOption, type DateRangeSelectorProps, DayCell, type DayCellProps, type DetailField, DetailPanel, type DetailPanelProps, type DetailSection, Dialog, type DialogProps, DialogueBubble, type DialogueBubbleProps, type DiffLine$1 as DiffLine, type DiffLineType, type DiffRevision, type DisplayStateProps, Divider, type DividerOrientation, type DividerProps, DocBreadcrumb, type DocBreadcrumbItem, type DocBreadcrumbProps, DocPagination, type DocPaginationLink, type DocPaginationProps, DocSearch, type DocSearchProps, type DocSearchResult, DocSidebar, type DocSidebarItem, type DocSidebarProps, DocTOC, type DocTOCItem, type DocTOCProps, type DocumentType, DocumentViewer, type DocumentViewerProps, StateMachineView as DomStateMachineVisualizer, type DotSize, type DotState, Drawer, type DrawerPosition, type DrawerProps, type DrawerSize, DrawerSlot, type DrawerSlotProps, ELEMENT_SELECTED_EVENT, EdgeDecoration, type EdgeDecorationProps, type EdgeSide, type EdgeVariant, EditorCheckbox, type EditorCheckboxProps, type EditorMode, EditorSelect, type EditorSelectProps, EditorSlider, type EditorSliderProps, EditorTextInput, type EditorTextInputProps, EditorToolbar, type EditorToolbarProps, EmojiPicker, type EmojiPickerPosition, type EmojiPickerProps, EmptyState, type EmptyStateProps, EntityDisplayEvents, ErrorBoundary, type ErrorBoundaryProps, ErrorState, type ErrorStateProps, FEATURE_COLORS, FEATURE_TYPES, FLOOR_HEIGHT, FacingDirection, FeatureCard, type FeatureCardProps, type FeatureDetailPageEntity, FeatureDetailPageTemplate, type FeatureDetailPageTemplateProps, type FeatureDetailSection, FeatureGrid, FeatureGridOrganism, type FeatureGridOrganismProps, type FeatureGridProps, FileTree, type FileTreeNode, type FileTreeProps, type FilterDefinition, FilterGroup, type FilterGroupProps, type FilterPayload, FilterPill, type FilterPillProps, type FilterPillSize, type FilterPillVariant, Flex, type FlexProps, FlipCard, type FlipCardProps, FlipContainer, type FlipContainerProps, type FloatingAction, FloatingActionButton, type FloatingActionButtonProps, type FooterLinkColumn, type FooterLinkItem, Form, FormActions, type FormActionsProps, FormField, type FormFieldProps, FormLayout, type FormLayoutProps, type FormProps, FormSection$1 as FormSection, FormSectionHeader, type FormSectionHeaderProps, type FormSectionProps, GameAudioToggle, type GameAudioToggleProps, GameHud, type GameHudElement, type GameHudProps, type GameHudStat, GameIcon, type GameIconProps, GameMenu, type GameMenuProps, GameShell, type GameShellProps, GenericAppTemplate, type GenericAppTemplateProps, GeometricPattern, type GeometricPatternProps, GradientDivider, type GradientDividerProps, GraphCanvas, type GraphCanvasProps, type GraphEdge, type GraphNode, type GraphSimilarity, GraphView, type GraphViewEdge, type GraphViewNode, type GraphViewProps, type GraphicAnimation, Grid, GridPicker, type GridPickerCellSize, type GridPickerProps, type GridProps, HStack, type HStackProps, Header, type HeaderProps, HealthBar, type HealthBarProps, HeroOrganism, type HeroOrganismProps, HeroSection, type HeroSectionProps, type HighlightType, IDENTITY_BOOK_FIELDS, Icon, type IconAnimation, type IconInput, IconPicker, type IconPickerProps, type IconProps, type IconSize, ImageSource, type ImportEntityDisplay, ImportPreviewTree, type ImportPreviewTreeProps, type ImportPreviewUnit, ImportProgress, type ImportProgressCounts, type ImportProgressProps, type ImportProgressStep, type ImportSkippedElement, type ImportSourceOption, ImportSourcePicker, type ImportSourcePickerProps, InfiniteScrollSentinel, type InfiniteScrollSentinelProps, Input, InputGroup, type InputGroupProps, type InputProps, InstallBox, type InstallBoxProps, IsometricUnit, JazariStateMachine, type JazariStateMachineProps, JsonTreeEditor, type JsonTreeEditorProps, Label, type LabelProps, type LandingPageEntity, LandingPageTemplate, type LandingPageTemplateProps, type LawReference, LawReferenceTooltip, type LawReferenceTooltipProps, LearningCanvas, type LearningCanvasProps, type LearningPhysicsBody, type LearningPhysicsConstraint, type LearningPoint, type LearningShape, type LearningShapeType, LessonSegment, LessonUserProgress, Lightbox, type LightboxImage, type LightboxProps, type LikertOption, LikertScale, type LikertScaleProps, LineChart, type LineChartProps, LinkAction, List, type ListItem, type ListProps, LoadingState, type LoadingStateProps, type MapMarkerData, type MapRouteData, type MapRouteWaypoint, MapView, type MapViewProps, MarkdownContent, type MarkdownContentProps, MarketingFooter, type MarketingFooterProps, MarketingStatCard, type MarketingStatCardProps, MasterDetail, MasterDetailLayout, type MasterDetailLayoutProps, type MasterDetailProps, MathCanvas, type MathCanvasProps, type MathCurve, type MathPoint, type MathVector, type MatrixColumn, MatrixQuestion, type MatrixQuestionProps, type MatrixRow, MediaGallery, type MediaGalleryProps, type MediaItem, Menu, type MenuItem, type MenuOption, type MenuProps, Meter, type MeterAction, type MeterProps, type MeterThreshold, type MeterVariant, Modal, type ModalProps, type ModalSize, ModalSlot, type ModalSlotProps, ModuleCard, type ModuleCardProps, type NavItem, Navigation, type NavigationItem, type NavigationProps, NodeSlotEditor, type NodeSlotEditorProps, NotifyListener, NumberStepper, type NumberStepperProps, type NumberStepperSize, OnboardingSpotlight, type OnboardingSpotlightProps, type OptionConstraint, OptionConstraintGroup, type OptionConstraintGroupProps, type OptionConstraintOption, StateMachineView as OrbitalStateMachineView, OrbitalVisualization, type OrbitalVisualizationProps, Overlay, type OverlayProps, type PageBreadcrumb, PageHeader, type PageHeaderProps, PageTransition, type PageTransitionProps, type PaginatePayload, Pagination, type PaginationProps, PatternTile, type PatternTileProps, type PatternVariant, PhysicsCanvas, type PhysicsCanvasProps, type PickerItem, type Platform, Point, Popover, type PopoverProps, PositionedCanvas, type PositionedCanvasProps, Presence, type PresenceAnimation, type PresenceProps, type PresenceResult, PricingCard, type PricingCardProps, PricingGrid, type PricingGridProps, PricingOrganism, type PricingOrganismProps, type PricingPageEntity, PricingPageTemplate, type PricingPageTemplateProps, type PrismLanguageGrammar, ProgressBar, type ProgressBarColor, type ProgressBarProps, type ProgressBarVariant, ProgressDots, type ProgressDotsProps, type Projection, PropertyInspector, type PropertyInspectorProps, PullQuote, type PullQuoteProps, PullToRefresh, type PullToRefreshProps, type QrScanResult, QrScanner, type QrScannerProps, QuizBlock, type QuizBlockProps, Radio, type RadioProps, RangeSlider, type RangeSliderProps, type RangeSliderSize, ReflectionBlock, type ReflectionBlockProps, type RelationOption, RelationSelect, type RelationSelectProps, RepeatableFormSection, type RepeatableFormSectionProps, type RepeatableItem, ReplyTree, type ReplyTreeProps, ResolvedFrame, type RevealAnimation, type RevealTrigger, type RichBlock, RichBlockEditor, type RichBlockEditorProps, type RowAction, type RuleDefinition, type RuleOption, RuntimeDebugger, type RuntimeDebuggerProps, SHEET_COLUMNS, SPRITE_SHEET_LAYOUT, ScaledDiagram, type ScaledDiagramProps, ScoreDisplay, type ScoreDisplayProps, SearchInput, type SearchInputProps, type SearchPayload, Section, SectionHeader, type SectionHeaderProps, type SectionProps, SegmentRenderer, type SegmentRendererProps, Select, type SelectOption, type SelectOptionGroup, type SelectPayload, type SelectProps, SequenceBar, type SequenceBarProps, ServiceCatalog, type ServiceCatalogItem, type ServiceCatalogProps, ShowcaseCard, type ShowcaseCardProps, ShowcaseOrganism, type ShowcaseOrganismProps, SidePanel, type SidePanelProps, type SidePlayer, Sidebar, type SidebarItem, type SidebarProps, SignaturePad, type SignaturePadProps, SimpleGrid, type SimpleGridProps, Skeleton, type SkeletonProps, type SkeletonVariant, SlotContent, SlotContentRenderer, type SlotItemData, SocialProof, type SocialProofItem, type SocialProofProps, type SortPayload, SortableList, type SortableListProps, Spacer, type SpacerProps, type SpacerSize, Sparkline, type SparklineColor, type SparklineProps, Spinner, type SpinnerProps, Split, SplitPane, type SplitPaneProps, type SplitProps, SplitSection, type SplitSectionProps, type SpotlightStep, SpriteFrameDims, SpriteSheetUrls, Stack, type StackAlign, type StackDirection, type StackGap, type StackJustify, type StackProps, StarRating, type StarRatingPrecision, type StarRatingProps, type StarRatingSize, StatBadge, type StatBadgeProps, StatCard, type StatCardProps, type StatCardSize, StatDisplay, type StatDisplayProps, StateGraph, type StateGraphProps, type StateGraphTransition, StateJsonView, type StateJsonViewProps, StateMachineView, type StateMachineViewProps, StateNode, type StateNodeProps, StatsGrid, type StatsGridProps, StatsOrganism, type StatsOrganismProps, StatusBar, type StatusBarProps, StatusDot, type StatusDotProps, type StatusDotSize, type StatusDotStatus, StepFlow, StepFlowOrganism, type StepFlowOrganismProps, type StepFlowProps, type StepItemProps, SubagentTracePanel, type SubagentTracePanelProps, SvgBranch, type SvgBranchProps, SvgConnection, type SvgConnectionProps, SvgFlow, type SvgFlowProps, SvgGrid, type SvgGridProps, SvgLobe, type SvgLobeProps, SvgMesh, type SvgMeshProps, SvgMorph, type SvgMorphProps, SvgNode, type SvgNodeProps, SvgPulse, type SvgPulseProps, SvgRing, type SvgRingProps, SvgShield, type SvgShieldProps, SvgStack, type SvgStackProps, type SwipeAction, SwipeableRow, type SwipeableRowProps, Switch, type SwitchProps, TERRAIN_COLORS, TILE_HEIGHT, TILE_WIDTH, type TabDefinition, type TabItem, TabbedContainer, type TabbedContainerProps, TableView, type TableViewColumn, type TableViewProps, Tabs, type TabsProps, TagCloud, type TagCloudItem, type TagCloudProps, TagInput, type TagInputProps, TeamCard, type TeamCardProps, TeamOrganism, type TeamOrganismProps, type TeamUnitTraits, type TemplateProps, TerrainPalette, type TerrainPaletteProps, TextHighlight, type TextHighlightProps, Textarea, type TextareaProps, ThemeToggle, type ThemeToggleProps, type TileCoord, type TileLayout, TimeSlotCell, type TimeSlotCellProps, Timeline, type TimelineItem, type TimelineItemStatus, type TimelineProps, TimerDisplay, type TimerDisplayProps, Toast, type ToastProps, ToastSlot, type ToastSlotProps, type ToastVariant, Tooltip, type TooltipProps, type TraceDisclosureLevel, TraitFrame, type TraitFrameProps, TraitSlot, type TraitSlotProps, type TraitStateMachineDefinition, TraitStateViewer, type TraitStateViewerProps, type TraitTransition, TransitionArrow, type TransitionArrowProps, type TransitionBundle, type TrendDirection, TrendIndicator, type TrendIndicatorProps, type TrendIndicatorSize, TypewriterText, type TypewriterTextProps, Typography, type TypographyProps, type TypographyVariant, UISlotComponent, UISlotRenderer, type UISlotRendererProps, UiError, UnitAnimationState, UploadDropZone, type UploadDropZoneProps, type UsePresenceOptions, VStack, type VStackProps, type Vec2, VersionDiff, type DiffLine as VersionDiffLine, type VersionDiffProps, ViolationAlert, type ViolationAlertProps, type ViolationRecord, VoteStack, type VoteStackProps, WizardContainer, type WizardContainerProps, WizardNavigation, type WizardNavigationProps, WizardProgress, type WizardProgressProps, type WizardProgressStep, type WizardStep, boardEntity, bool, createUnitAnimationState, getCurrentFrame, getTileDimensions, inferDirection, isoToScreen, makeAsset, makeAssetMap, mapBookData, num, objAvailableActions, objAvailableEvents, objCurrentState, objIcon, objId, objMaxRules, objName, objRules, objStates, parseEditFocus, pendulum, projectileMotion, registerCodeLanguageLoader, resolveFieldMap, resolveFrame, resolveSheetDirection, rows, screenToIso, springOscillator, str, tickAnimationState, toCodeLanguage, transitionAnimation, unitHealth, unitPosition, unitTeam, useAnchorRect, useAtlasSliceDataUrl, useCamera, useImageCache, usePresence, useUnitSpriteAtlas, vec2 };
|