@almadar/ui 5.134.0 → 5.136.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/{TraitProvider-Ch79cUcb.d.cts → EntityBindingContext-CD9ZoXb4.d.cts} +30 -2
- package/dist/{TraitProvider-Ch79cUcb.d.ts → EntityBindingContext-CD9ZoXb4.d.ts} +30 -2
- package/dist/avl/index.cjs +819 -429
- package/dist/avl/index.js +820 -430
- package/dist/{cn-Dm0VrLRG.d.ts → cn-CCaph5o9.d.ts} +1 -1
- package/dist/{cn-D3H9UzCW.d.cts → cn-CL0kdshO.d.cts} +1 -1
- package/dist/components/index.cjs +1649 -1482
- package/dist/components/index.d.cts +105 -202
- package/dist/components/index.d.ts +105 -202
- package/dist/components/index.js +705 -533
- package/dist/lib/drawable/three/index.cjs +16 -0
- package/dist/lib/drawable/three/index.d.cts +1 -1
- package/dist/lib/drawable/three/index.d.ts +1 -1
- package/dist/lib/drawable/three/index.js +16 -0
- package/dist/lib/index.cjs +28 -0
- package/dist/lib/index.d.cts +21 -3
- package/dist/lib/index.d.ts +21 -3
- package/dist/lib/index.js +27 -1
- package/dist/marketing/index.cjs +1 -0
- package/dist/marketing/index.js +1 -0
- package/dist/{paintDispatch-BXJgISot.d.cts → paintDispatch-DXygiK7M.d.cts} +39 -10
- package/dist/{paintDispatch-BXJgISot.d.ts → paintDispatch-DXygiK7M.d.ts} +39 -10
- package/dist/providers/index.cjs +701 -323
- package/dist/providers/index.d.cts +3 -3
- package/dist/providers/index.d.ts +3 -3
- package/dist/providers/index.js +698 -322
- package/dist/runtime/index.cjs +819 -429
- package/dist/runtime/index.d.cts +5 -2
- package/dist/runtime/index.d.ts +5 -2
- package/dist/runtime/index.js +820 -430
- package/package.json +6 -5
|
@@ -8,9 +8,9 @@ export { A as AudioManifest, G as GameAudioContext, a as GameAudioContextValue,
|
|
|
8
8
|
import { SExpr } from '@almadar/evaluator';
|
|
9
9
|
import { U as UnitAnimationState, F as FacingDirection, S as SpriteSheetUrls, d as SpriteFrameDims, R as ResolvedFrame, a as IsometricUnit, C as CameraState, e as FieldInfo, f as OrbitalTraitInfo, g as OrbitalPageInfo, T as TraitLevelData, E as ExternalLink } from '../avl-schema-parser-B8Onmfsu.js';
|
|
10
10
|
export { B as BoardTile, G as GameAction, h as GamePhase, i as GameState, j as GameUnit, b as IsometricFeature, I as IsometricTile, P as Position, k as UnitTrait, l as calculateAttackTargets, m as calculateValidMoves, n as createInitialGameState } from '../avl-schema-parser-B8Onmfsu.js';
|
|
11
|
-
import { D as DrawableNode } from '../paintDispatch-
|
|
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-
|
|
11
|
+
import { D as DrawableNode } from '../paintDispatch-DXygiK7M.js';
|
|
12
|
+
import { C as ContentSegment, b as DomLayoutData, d as DomStateNode, V as VisualizerConfig, e as DomTransitionLabel } from '../cn-CCaph5o9.js';
|
|
13
|
+
export { n as cn } from '../cn-CCaph5o9.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';
|
|
@@ -1960,12 +1960,14 @@ type TileLayout = 'isometric' | 'hex' | 'flat';
|
|
|
1960
1960
|
*
|
|
1961
1961
|
* @param tileX - Grid X (col) coordinate
|
|
1962
1962
|
* @param tileY - Grid Y (row) coordinate
|
|
1963
|
-
* @param
|
|
1963
|
+
* @param cellWidth - Cell width in the caller's coordinate space (tile-space for
|
|
1964
|
+
* forward projection, on-screen px for inverse hit-testing). The 2:1 diamond / hex
|
|
1965
|
+
* row stride derive from it (`floorHeight = cellWidth / 2`).
|
|
1964
1966
|
* @param baseOffsetX - Horizontal offset to center the grid
|
|
1965
1967
|
* @param layout - Tile layout mode (default: 'isometric')
|
|
1966
1968
|
* @returns Screen position { x, y } of the tile's top-left corner
|
|
1967
1969
|
*/
|
|
1968
|
-
declare function isoToScreen(tileX: number, tileY: number,
|
|
1970
|
+
declare function isoToScreen(tileX: number, tileY: number, cellWidth: number, baseOffsetX: number, layout?: TileLayout): {
|
|
1969
1971
|
x: number;
|
|
1970
1972
|
y: number;
|
|
1971
1973
|
};
|
|
@@ -1976,12 +1978,13 @@ declare function isoToScreen(tileX: number, tileY: number, scale: number, baseOf
|
|
|
1976
1978
|
*
|
|
1977
1979
|
* @param screenX - Screen X in pixels
|
|
1978
1980
|
* @param screenY - Screen Y in pixels
|
|
1979
|
-
* @param
|
|
1981
|
+
* @param cellWidth - On-screen cell width in px (must match the forward projection's
|
|
1982
|
+
* `cellWidth × zoom` so the inverse is consistent).
|
|
1980
1983
|
* @param baseOffsetX - Horizontal offset used in isoToScreen
|
|
1981
1984
|
* @param layout - Tile layout mode (default: 'isometric')
|
|
1982
1985
|
* @returns Snapped grid position { x, y }
|
|
1983
1986
|
*/
|
|
1984
|
-
declare function screenToIso(screenX: number, screenY: number,
|
|
1987
|
+
declare function screenToIso(screenX: number, screenY: number, cellWidth: number, baseOffsetX: number, layout?: TileLayout): {
|
|
1985
1988
|
x: number;
|
|
1986
1989
|
y: number;
|
|
1987
1990
|
};
|
|
@@ -2221,108 +2224,6 @@ declare namespace ChoiceButton {
|
|
|
2221
2224
|
var displayName: string;
|
|
2222
2225
|
}
|
|
2223
2226
|
|
|
2224
|
-
/**
|
|
2225
|
-
* `svg-draw-shape` — ONE SVG element (real SVG DOM, not a canvas painter).
|
|
2226
|
-
*
|
|
2227
|
-
* Usable only inside an `svg-stage`: `x`/`y` (and all geometry props) are
|
|
2228
|
-
* grid-cell units, scaled by the stage's `tileSize` via `SvgStageContext`
|
|
2229
|
-
* (default 1 outside a stage, so it degrades to raw viewBox units). Renders a
|
|
2230
|
-
* `<g transform="translate(x y)">` wrapping the element so shapes compose
|
|
2231
|
-
* inside `svg-draw-group`s intuitively; `points`/`d` are authored in viewBox
|
|
2232
|
-
* units relative to that translated origin and passed through unscaled.
|
|
2233
|
-
*/
|
|
2234
|
-
|
|
2235
|
-
interface SvgDrawShapeProps {
|
|
2236
|
-
shape: 'rect' | 'circle' | 'ellipse' | 'polygon' | 'polyline' | 'path' | 'line';
|
|
2237
|
-
/** Grid-cell x of the element's translated origin. */
|
|
2238
|
-
x: number;
|
|
2239
|
-
/** Grid-cell y of the element's translated origin. */
|
|
2240
|
-
y: number;
|
|
2241
|
-
/** Rect width in cell units. */
|
|
2242
|
-
width?: number;
|
|
2243
|
-
/** Rect height in cell units. */
|
|
2244
|
-
height?: number;
|
|
2245
|
-
/** Circle radius / ellipse horizontal radius in cell units. */
|
|
2246
|
-
radius?: number;
|
|
2247
|
-
/** Ellipse vertical radius in cell units; omitted → `radius` (a circle). */
|
|
2248
|
-
radiusY?: number;
|
|
2249
|
-
/** Polygon/polyline points, viewBox units relative to the translated origin. */
|
|
2250
|
-
points?: string;
|
|
2251
|
-
/** Path data, viewBox units relative to the translated origin. */
|
|
2252
|
-
d?: string;
|
|
2253
|
-
/** Line end x in cell units. */
|
|
2254
|
-
x2?: number;
|
|
2255
|
-
/** Line end y in cell units. */
|
|
2256
|
-
y2?: number;
|
|
2257
|
-
fill?: string;
|
|
2258
|
-
stroke?: string;
|
|
2259
|
-
strokeWidth?: number;
|
|
2260
|
-
/** 0..1 opacity. */
|
|
2261
|
-
opacity?: number;
|
|
2262
|
-
/** Additional CSS classes */
|
|
2263
|
-
className?: string;
|
|
2264
|
-
}
|
|
2265
|
-
declare function SvgDrawShape({ shape, x, y, width, height, radius, radiusY, points, d, x2, y2, fill, stroke, strokeWidth, opacity, className, }: SvgDrawShapeProps): React$1.JSX.Element;
|
|
2266
|
-
declare namespace SvgDrawShape {
|
|
2267
|
-
var displayName: string;
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
|
-
/**
|
|
2271
|
-
* `svg-draw-group` — a `<g>` wrapper composing `svg-draw-*` children.
|
|
2272
|
-
*
|
|
2273
|
-
* `x`/`y` are grid-cell units scaled by the stage's `tileSize` via
|
|
2274
|
-
* `SvgStageContext` (default 1 outside an `svg-stage`); `scale`/`rotate`
|
|
2275
|
-
* (degrees) append to the transform so children position relative to the group.
|
|
2276
|
-
*/
|
|
2277
|
-
|
|
2278
|
-
interface SvgDrawGroupProps {
|
|
2279
|
-
/** Grid-cell x of the group's origin. */
|
|
2280
|
-
x?: number;
|
|
2281
|
-
/** Grid-cell y of the group's origin. */
|
|
2282
|
-
y?: number;
|
|
2283
|
-
/** Uniform scale applied after the translate. */
|
|
2284
|
-
scale?: number;
|
|
2285
|
-
/** Rotation in degrees applied after the translate. */
|
|
2286
|
-
rotate?: number;
|
|
2287
|
-
/** 0..1 opacity. */
|
|
2288
|
-
opacity?: number;
|
|
2289
|
-
/** Additional CSS classes */
|
|
2290
|
-
className?: string;
|
|
2291
|
-
children?: React$1.ReactNode;
|
|
2292
|
-
}
|
|
2293
|
-
declare function SvgDrawGroup({ x, y, scale, rotate, opacity, className, children, }: SvgDrawGroupProps): React$1.JSX.Element;
|
|
2294
|
-
declare namespace SvgDrawGroup {
|
|
2295
|
-
var displayName: string;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
/**
|
|
2299
|
-
* `svg-draw-text` — a `<text>` label (real SVG DOM) on the stage grid.
|
|
2300
|
-
*
|
|
2301
|
-
* `x`/`y` are grid-cell units scaled by the stage's `tileSize` via
|
|
2302
|
-
* `SvgStageContext` (default 1 outside an `svg-stage`); `size` is a font-size
|
|
2303
|
-
* in viewBox units.
|
|
2304
|
-
*/
|
|
2305
|
-
|
|
2306
|
-
interface SvgDrawTextProps {
|
|
2307
|
-
/** Grid-cell x of the text anchor. */
|
|
2308
|
-
x: number;
|
|
2309
|
-
/** Grid-cell y of the text anchor. */
|
|
2310
|
-
y: number;
|
|
2311
|
-
/** The text content. */
|
|
2312
|
-
text: string;
|
|
2313
|
-
/** Font size in viewBox units (default 12). */
|
|
2314
|
-
size?: number;
|
|
2315
|
-
fill?: string;
|
|
2316
|
-
/** Text anchor (default 'middle'). */
|
|
2317
|
-
anchor?: 'start' | 'middle' | 'end';
|
|
2318
|
-
/** Additional CSS classes */
|
|
2319
|
-
className?: string;
|
|
2320
|
-
}
|
|
2321
|
-
declare function SvgDrawText({ x, y, text, size, fill, anchor, className, }: SvgDrawTextProps): React$1.JSX.Element;
|
|
2322
|
-
declare namespace SvgDrawText {
|
|
2323
|
-
var displayName: string;
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
2227
|
type ControlGridKind = 'dpad' | 'actions';
|
|
2327
2228
|
interface ControlGridButton {
|
|
2328
2229
|
id: string;
|
|
@@ -2637,8 +2538,23 @@ interface Canvas2DProps {
|
|
|
2637
2538
|
keyUpMap?: Record<string, string>;
|
|
2638
2539
|
/** Camera behavior (default 'pan-zoom'). */
|
|
2639
2540
|
camera?: CameraMode;
|
|
2640
|
-
/** Render scale
|
|
2541
|
+
/** Render scale, legacy-squared semantics: on-screen cell ≈ `256 × scale²` px
|
|
2542
|
+
* (the authored contract every board tuned its value for). Converted internally
|
|
2543
|
+
* to the single camera zoom against the board's native tile width, so the cell
|
|
2544
|
+
* pitch follows the asset while the on-screen size stays as authored.
|
|
2545
|
+
* Ignored when `fit` is on; passed through raw for `free`/`side`
|
|
2546
|
+
* (world-pixel-direct). */
|
|
2641
2547
|
scale?: number;
|
|
2548
|
+
/** Native tile/cell width in source px for this board's asset (e.g. 16 for
|
|
2549
|
+
* Kenney tiny-dungeon, ~128 for iso blocks). The grid cell pitch follows the
|
|
2550
|
+
* asset, so tile textures map 1:1 (crisp, no stretch). Defaults to the
|
|
2551
|
+
* detected atlas tile width, else 256. */
|
|
2552
|
+
tileWidth?: number;
|
|
2553
|
+
/** Auto-fit the board's grid extent to the viewport (default false — boards
|
|
2554
|
+
* render at their authored `scale` and overflow → pan). Opt in for
|
|
2555
|
+
* whole-board-overview boards. User wheel/pinch zoom always wins after the
|
|
2556
|
+
* initial fit. */
|
|
2557
|
+
fit?: boolean;
|
|
2642
2558
|
/** Toggle minimap overlay. */
|
|
2643
2559
|
showMinimap?: boolean;
|
|
2644
2560
|
/** Follow-camera target in scene space (the neutral core `Camera.target`). When
|
|
@@ -2651,7 +2567,7 @@ interface Canvas2DProps {
|
|
|
2651
2567
|
/** Solid backdrop colour (drawn when no `backgroundImage`). */
|
|
2652
2568
|
bgColor?: string;
|
|
2653
2569
|
}
|
|
2654
|
-
declare function Canvas2D({ className, isLoading, error, projection, drawables, backgroundImage: backgroundImageRaw, tileClickEvent, unitClickEvent, tileHoverEvent, tileLeaveEvent, keyMap, keyUpMap, camera, scale, showMinimap, followTarget, cameraPos, bgColor, }: Canvas2DProps): React$1.JSX.Element;
|
|
2570
|
+
declare function Canvas2D({ className, isLoading, error, projection, drawables, backgroundImage: backgroundImageRaw, tileClickEvent, unitClickEvent, tileHoverEvent, tileLeaveEvent, keyMap, keyUpMap, camera, scale, tileWidth, fit, showMinimap, followTarget, cameraPos, bgColor, }: Canvas2DProps): React$1.JSX.Element;
|
|
2655
2571
|
declare namespace Canvas2D {
|
|
2656
2572
|
var displayName: string;
|
|
2657
2573
|
}
|
|
@@ -2698,6 +2614,12 @@ interface CanvasProps {
|
|
|
2698
2614
|
unitScale?: number;
|
|
2699
2615
|
/** Minimap overlay (2D). */
|
|
2700
2616
|
showMinimap?: boolean;
|
|
2617
|
+
/** Auto-fit the board's grid extent to the viewport (2D grid layouts; default
|
|
2618
|
+
* false — boards render at their authored `camera.zoom` scale). */
|
|
2619
|
+
fit?: boolean;
|
|
2620
|
+
/** Native tile/cell width in source px of the board's asset (2D grid layouts;
|
|
2621
|
+
* defaults to the detected atlas tile width, else 256). */
|
|
2622
|
+
tileWidth?: number;
|
|
2701
2623
|
/** Backdrop image (2D iso/hex/flat/free/side). */
|
|
2702
2624
|
backgroundImage?: AssetUrl | Asset;
|
|
2703
2625
|
/** Solid backdrop colour — 2D `side` fill and 3D scene clear colour. */
|
|
@@ -2745,97 +2667,11 @@ interface CanvasProps {
|
|
|
2745
2667
|
keyMap?: Record<string, string>;
|
|
2746
2668
|
keyUpMap?: Record<string, string>;
|
|
2747
2669
|
}
|
|
2748
|
-
declare function Canvas({ mode, drawables, camera, projection, className, isLoading, unitScale, showMinimap, backgroundImage, backgroundColor, worldWidth, worldHeight, pixelsPerUnit, showGrid, shadows, showCoordinates, showTileInfo, fogOfWar, tileClickEvent, unitClickEvent, tileHoverEvent, tileLeaveEvent, featureClickEvent, keyMap, keyUpMap, }: CanvasProps): React$1.JSX.Element;
|
|
2670
|
+
declare function Canvas({ mode, drawables, camera, projection, className, isLoading, unitScale, showMinimap, fit, tileWidth, backgroundImage, backgroundColor, worldWidth, worldHeight, pixelsPerUnit, showGrid, shadows, showCoordinates, showTileInfo, fogOfWar, tileClickEvent, unitClickEvent, tileHoverEvent, tileLeaveEvent, featureClickEvent, keyMap, keyUpMap, }: CanvasProps): React$1.JSX.Element;
|
|
2749
2671
|
declare namespace Canvas {
|
|
2750
2672
|
var displayName: string;
|
|
2751
2673
|
}
|
|
2752
2674
|
|
|
2753
|
-
/**
|
|
2754
|
-
* `svg-draw-shape-layer` — a batched `<g>` of `svg-draw-shape` atoms.
|
|
2755
|
-
*
|
|
2756
|
-
* Mirrors how `draw-shape-layer` batches `draw-shape` for the canvas host, but
|
|
2757
|
-
* renders real SVG DOM inside an `svg-stage`. Layer-level `fill`/`stroke`/
|
|
2758
|
-
* `strokeWidth`/`opacity` are defaults; an item's own value wins.
|
|
2759
|
-
*/
|
|
2760
|
-
|
|
2761
|
-
interface SvgDrawShapeItem extends Omit<SvgDrawShapeProps, 'className'> {
|
|
2762
|
-
/** Stable React key. */
|
|
2763
|
-
id: string;
|
|
2764
|
-
}
|
|
2765
|
-
interface SvgDrawShapeLayerProps {
|
|
2766
|
-
items: SvgDrawShapeItem[];
|
|
2767
|
-
/** Default fill for items that don't set one. */
|
|
2768
|
-
fill?: string;
|
|
2769
|
-
/** Default stroke for items that don't set one. */
|
|
2770
|
-
stroke?: string;
|
|
2771
|
-
/** Default strokeWidth for items that don't set one. */
|
|
2772
|
-
strokeWidth?: number;
|
|
2773
|
-
/** Default 0..1 opacity for items that don't set one. */
|
|
2774
|
-
opacity?: number;
|
|
2775
|
-
}
|
|
2776
|
-
declare function SvgDrawShapeLayer({ items, fill, stroke, strokeWidth, opacity, }: SvgDrawShapeLayerProps): React$1.JSX.Element;
|
|
2777
|
-
declare namespace SvgDrawShapeLayer {
|
|
2778
|
-
var displayName: string;
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
|
-
/**
|
|
2782
|
-
* `svg-stage` — the SVG host for the `svg-draw-*` family (DOM-rendered 2D boards).
|
|
2783
|
-
*
|
|
2784
|
-
* The flat-grid counterpart of `canvas-2d`: instead of painting `draw-*`
|
|
2785
|
-
* descriptors through the Painter2D seam, it mounts real SVG DOM — `svg-draw-shape`,
|
|
2786
|
-
* `svg-draw-group`, `svg-draw-text`, `svg-draw-shape-layer` children composed in
|
|
2787
|
-
* `.lolo`. Deliberately simpler than Canvas2D: no camera, no painter seam, no
|
|
2788
|
-
* minimap, no gestures hook — plain pointer handlers on the `<svg>`.
|
|
2789
|
-
*
|
|
2790
|
-
* Children read `SvgStageContext.tileSize` to convert grid-cell units to viewBox
|
|
2791
|
-
* units; outside a stage the context defaults to 1 (raw viewBox units).
|
|
2792
|
-
*
|
|
2793
|
-
* Interaction mirrors Canvas2D: pointer-up (with a 5px drag guard) emits
|
|
2794
|
-
* `tileClickEvent` `{ x, y }` in cell coordinates, hover emits `tileHoverEvent`,
|
|
2795
|
-
* leave emits `tileLeaveEvent` `{}`; `keyMap`/`keyUpMap` map `e.code` to semantic
|
|
2796
|
-
* `UI:*` events on window-scoped listeners.
|
|
2797
|
-
*
|
|
2798
|
-
* @packageDocumentation
|
|
2799
|
-
*/
|
|
2800
|
-
|
|
2801
|
-
/** Grid-cell → viewBox-unit scale for the `svg-draw-*` children. */
|
|
2802
|
-
declare const SvgStageContext: React$1.Context<{
|
|
2803
|
-
tileSize: number;
|
|
2804
|
-
}>;
|
|
2805
|
-
interface SvgStageProps {
|
|
2806
|
-
/** Grid width in cells. */
|
|
2807
|
-
cols: number;
|
|
2808
|
-
/** Grid height in cells. */
|
|
2809
|
-
rows: number;
|
|
2810
|
-
/** ViewBox units per cell (default 32); viewBox is `0 0 cols*tileSize rows*tileSize`. */
|
|
2811
|
-
tileSize?: number;
|
|
2812
|
-
/** Background rect fill (default `var(--color-background)`). */
|
|
2813
|
-
background?: string;
|
|
2814
|
-
/** Emitted as `UI:<event>` with `{ x, y }` cell coords on pointer up (<5px drag). */
|
|
2815
|
-
tileClickEvent?: EventEmit<{
|
|
2816
|
-
x: number;
|
|
2817
|
-
y: number;
|
|
2818
|
-
}>;
|
|
2819
|
-
/** Emitted as `UI:<event>` with `{ x, y }` cell coords on pointer move. */
|
|
2820
|
-
tileHoverEvent?: EventEmit<{
|
|
2821
|
-
x: number;
|
|
2822
|
-
y: number;
|
|
2823
|
-
}>;
|
|
2824
|
-
/** Emitted as `UI:<event>` with `{}` when the pointer leaves the stage. */
|
|
2825
|
-
tileLeaveEvent?: EventEmit<Record<string, never>>;
|
|
2826
|
-
/** Keyboard → semantic events: `e.code` → event name, emitted as `UI:<event>` with `{}`. */
|
|
2827
|
-
keyMap?: Record<string, string>;
|
|
2828
|
-
/** Keyup counterpart of `keyMap`. */
|
|
2829
|
-
keyUpMap?: Record<string, string>;
|
|
2830
|
-
/** Additional CSS classes */
|
|
2831
|
-
className?: string;
|
|
2832
|
-
children?: React$1.ReactNode;
|
|
2833
|
-
}
|
|
2834
|
-
declare function SvgStage({ cols, rows, tileSize, background, tileClickEvent, tileHoverEvent, tileLeaveEvent, keyMap, keyUpMap, className, children, }: SvgStageProps): React$1.JSX.Element;
|
|
2835
|
-
declare namespace SvgStage {
|
|
2836
|
-
var displayName: string;
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
2675
|
interface UseUnitSpriteAtlasResult {
|
|
2840
2676
|
/** Atlas-JSON URLs successfully loaded — feed these to no one; sheet PNGs are returned below. */
|
|
2841
2677
|
sheetUrls: string[];
|
|
@@ -4705,6 +4541,15 @@ interface PopoverProps {
|
|
|
4705
4541
|
* @default true
|
|
4706
4542
|
*/
|
|
4707
4543
|
showArrow?: boolean;
|
|
4544
|
+
/**
|
|
4545
|
+
* Controlled open state. When set, the host owns visibility and the popover
|
|
4546
|
+
* reports intent through onOpenChange instead of toggling itself.
|
|
4547
|
+
*/
|
|
4548
|
+
open?: boolean;
|
|
4549
|
+
/**
|
|
4550
|
+
* Fired when the popover wants to change visibility (trigger click, outside click)
|
|
4551
|
+
*/
|
|
4552
|
+
onOpenChange?: (open: boolean) => void;
|
|
4708
4553
|
/**
|
|
4709
4554
|
* Additional CSS classes
|
|
4710
4555
|
*/
|
|
@@ -5724,6 +5569,8 @@ interface PickerItem {
|
|
|
5724
5569
|
label: string;
|
|
5725
5570
|
/** Category key used by the filter chips. */
|
|
5726
5571
|
category: string;
|
|
5572
|
+
/** Extra search terms matched alongside the label (e.g. emoji keywords). */
|
|
5573
|
+
keywords?: string[];
|
|
5727
5574
|
}
|
|
5728
5575
|
type GridPickerCellSize = 16 | 32 | 48;
|
|
5729
5576
|
interface GridPickerProps {
|
|
@@ -5789,6 +5636,44 @@ interface IconPickerProps {
|
|
|
5789
5636
|
}
|
|
5790
5637
|
declare const IconPicker: React__default.FC<IconPickerProps>;
|
|
5791
5638
|
|
|
5639
|
+
/**
|
|
5640
|
+
* EmojiPicker Molecule Component
|
|
5641
|
+
*
|
|
5642
|
+
* Emoji chooser for composers and reaction bars: a trigger icon button that
|
|
5643
|
+
* opens a popover holding a searchable, categorized grid of the full emojilib
|
|
5644
|
+
* set, built on GridPicker + Popover with a Button trigger. Picking an emoji
|
|
5645
|
+
* emits `UI:{pickEvent}` with `{ emoji }` on the event bus and closes the
|
|
5646
|
+
* panel — one declarative contract, mirroring TableView's `itemClickEvent`.
|
|
5647
|
+
*/
|
|
5648
|
+
|
|
5649
|
+
type EmojiPickerPosition = 'top' | 'bottom';
|
|
5650
|
+
interface EmojiPickerProps {
|
|
5651
|
+
/**
|
|
5652
|
+
* Declarative event name — picking an emoji emits UI:{pickEvent} with { emoji } via eventBus
|
|
5653
|
+
*/
|
|
5654
|
+
pickEvent?: EventKey;
|
|
5655
|
+
/**
|
|
5656
|
+
* Which side of the trigger the panel opens on
|
|
5657
|
+
* @default 'top'
|
|
5658
|
+
*/
|
|
5659
|
+
position?: EmojiPickerPosition;
|
|
5660
|
+
/**
|
|
5661
|
+
* Icon shown on the trigger button
|
|
5662
|
+
* @default 'smile'
|
|
5663
|
+
*/
|
|
5664
|
+
triggerIcon?: IconInput;
|
|
5665
|
+
/**
|
|
5666
|
+
* Accessible label for the trigger button
|
|
5667
|
+
* @default 'Add emoji'
|
|
5668
|
+
*/
|
|
5669
|
+
triggerLabel?: string;
|
|
5670
|
+
/**
|
|
5671
|
+
* Additional CSS classes applied to the trigger button
|
|
5672
|
+
*/
|
|
5673
|
+
className?: string;
|
|
5674
|
+
}
|
|
5675
|
+
declare const EmojiPicker: React__default.FC<EmojiPickerProps>;
|
|
5676
|
+
|
|
5792
5677
|
/**
|
|
5793
5678
|
* DateRangePicker Molecule Component
|
|
5794
5679
|
*
|
|
@@ -6630,7 +6515,9 @@ declare namespace DataGrid {
|
|
|
6630
6515
|
*
|
|
6631
6516
|
* A simplified, schema-driven list for iterating over entity data.
|
|
6632
6517
|
* Extracted from the List organism with all complexity removed:
|
|
6633
|
-
* no built-in search,
|
|
6518
|
+
* no built-in search, filter, selection, bulk actions, or custom renderers.
|
|
6519
|
+
* Ordering is available via `sortBy`/`sortDirection`, but it orders only the
|
|
6520
|
+
* rows handed in — a set larger than its `limit` must be ordered upstream.
|
|
6634
6521
|
*
|
|
6635
6522
|
* Accepts `fields` config for per-field rendering control (icon, variant, format)
|
|
6636
6523
|
* and `itemActions` for per-item event bus wiring.
|
|
@@ -6753,13 +6640,25 @@ interface DataListProps extends DataDndProps {
|
|
|
6753
6640
|
renderItem?: (item: EntityRow, index: number) => React__default.ReactNode;
|
|
6754
6641
|
/** Max items to show before "Show More" button. Defaults to 5. Set to 0 to disable. */
|
|
6755
6642
|
pageSize?: number;
|
|
6643
|
+
/**
|
|
6644
|
+
* Field name to order rows by. Values are compared by their own type —
|
|
6645
|
+
* numbers numerically, date-like strings chronologically, everything else
|
|
6646
|
+
* alphabetically — never by what the field is called. Empty cells sort last.
|
|
6647
|
+
* Unset leaves the incoming order untouched.
|
|
6648
|
+
*
|
|
6649
|
+
* Orders only the rows already fetched: a collection larger than its `limit`
|
|
6650
|
+
* still needs ordering at the data layer.
|
|
6651
|
+
*/
|
|
6652
|
+
sortBy?: string;
|
|
6653
|
+
/** Direction for `sortBy`. Defaults to ascending. */
|
|
6654
|
+
sortDirection?: "asc" | "desc";
|
|
6756
6655
|
/**
|
|
6757
6656
|
* Layer 2 visual treatment — mirrors the `entity-table` look enum so
|
|
6758
6657
|
* data-grid / data-list / entity-table share one knob name from authors.
|
|
6759
6658
|
*/
|
|
6760
6659
|
look?: "dense" | "spacious" | "striped" | "borderless" | "card-rows";
|
|
6761
6660
|
}
|
|
6762
|
-
declare function DataList({ entity, fields, columns, itemActions, maxInlineActions, itemClickEvent, gap, variant, groupBy, senderField, senderLabelField, currentUser, emptyMessage, className, isLoading, error, reorderable: _reorderable, reorderEvent: _reorderEvent, swipeLeftEvent: _swipeLeftEvent, swipeLeftActions: _swipeLeftActions, swipeRightEvent: _swipeRightEvent, swipeRightActions: _swipeRightActions, longPressEvent: _longPressEvent, infiniteScroll, loadMoreEvent, hasMore, children, pageSize, renderItem: schemaRenderItem, dragGroup, accepts, sortable: sortableProp, dropEvent, reorderEvent: dndReorderEvent, positionEvent, dndItemIdField, dndRoot, look, }: DataListProps): string | number | bigint | boolean | React__default.JSX.Element | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> | null | undefined;
|
|
6661
|
+
declare function DataList({ entity, fields, columns, itemActions, maxInlineActions, itemClickEvent, gap, variant, groupBy, senderField, senderLabelField, currentUser, emptyMessage, className, isLoading, error, reorderable: _reorderable, reorderEvent: _reorderEvent, swipeLeftEvent: _swipeLeftEvent, swipeLeftActions: _swipeLeftActions, swipeRightEvent: _swipeRightEvent, swipeRightActions: _swipeRightActions, longPressEvent: _longPressEvent, infiniteScroll, loadMoreEvent, hasMore, children, pageSize, sortBy, sortDirection, renderItem: schemaRenderItem, dragGroup, accepts, sortable: sortableProp, dropEvent, reorderEvent: dndReorderEvent, positionEvent, dndItemIdField, dndRoot, look, }: DataListProps): string | number | bigint | boolean | React__default.JSX.Element | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> | null | undefined;
|
|
6763
6662
|
declare namespace DataList {
|
|
6764
6663
|
var displayName: string;
|
|
6765
6664
|
}
|
|
@@ -6831,6 +6730,10 @@ interface TableViewProps extends DataDndProps {
|
|
|
6831
6730
|
itemActions?: readonly TableViewItemAction[];
|
|
6832
6731
|
/** Max inline action buttons before the rest collapse into a "⋯" overflow menu. Omit = all inline. */
|
|
6833
6732
|
maxInlineActions?: number;
|
|
6733
|
+
/** When set, the whole row is clickable and emits UI:{itemClickEvent} with
|
|
6734
|
+
* { id, row } (action-button clicks stopPropagation so they still win).
|
|
6735
|
+
* Mirrors DataList's contract. */
|
|
6736
|
+
itemClickEvent?: EventKey;
|
|
6834
6737
|
/** Render a leading checkbox column. Selection changes emit `selectEvent`. */
|
|
6835
6738
|
selectable?: boolean;
|
|
6836
6739
|
/** Event emitted on selection change: UI:{selectEvent} with { ids, rows }. */
|
|
@@ -6874,7 +6777,7 @@ interface TableViewProps extends DataDndProps {
|
|
|
6874
6777
|
*/
|
|
6875
6778
|
look?: 'dense' | 'spacious' | 'striped' | 'borderless' | 'bordered';
|
|
6876
6779
|
}
|
|
6877
|
-
declare function TableView({ entity, columns, fields, itemActions, maxInlineActions, selectable, selectEvent, selectedIds, sortEvent, sortColumn, sortDirection, className, emptyMessage, isLoading, error, groupBy, pageSize, children, renderItem: _schemaRenderItem, look, dragGroup, accepts, sortable, dropEvent, reorderEvent, positionEvent, dndItemIdField, dndRoot, }: TableViewProps): React__default.JSX.Element;
|
|
6780
|
+
declare function TableView({ entity, columns, fields, itemActions, maxInlineActions, itemClickEvent, selectable, selectEvent, selectedIds, sortEvent, sortColumn, sortDirection, className, emptyMessage, isLoading, error, groupBy, pageSize, children, renderItem: _schemaRenderItem, look, dragGroup, accepts, sortable, dropEvent, reorderEvent, positionEvent, dndItemIdField, dndRoot, }: TableViewProps): React__default.JSX.Element;
|
|
6878
6781
|
declare namespace TableView {
|
|
6879
6782
|
var displayName: string;
|
|
6880
6783
|
}
|
|
@@ -11810,4 +11713,4 @@ interface AboutPageTemplateProps extends TemplateProps<AboutPageEntity> {
|
|
|
11810
11713
|
}
|
|
11811
11714
|
declare const AboutPageTemplate: React__default.FC<AboutPageTemplateProps>;
|
|
11812
11715
|
|
|
11813
|
-
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, 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, SvgDrawGroup, type SvgDrawGroupProps, SvgDrawShape, type SvgDrawShapeItem, SvgDrawShapeLayer, type SvgDrawShapeLayerProps, type SvgDrawShapeProps, SvgDrawText, type SvgDrawTextProps, 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, SvgStage, SvgStageContext, type SvgStageProps, 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 };
|
|
11716
|
+
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 };
|