@luxalgo/vela 0.5.0 → 0.5.1
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/{DataProvider-DKNDHpNv.d.cts → DataProvider-BBQ3Hr21.d.cts} +1 -1
- package/dist/{DataProvider-Dzd-Erlk.d.ts → DataProvider-DGesjOJT.d.ts} +1 -1
- package/dist/{chunk-OVQKKXLZ.js → chunk-5SE4PL3H.js} +402 -60
- package/dist/{chunk-RHIDOUFL.js → chunk-AIW3EJUE.js} +2 -2
- package/dist/{chunk-GYD2THPV.js → chunk-EP6NDJYK.js} +5 -0
- package/dist/{chunk-KCCZNKH7.js → chunk-FNOMKHEZ.js} +668 -78
- package/dist/{chunk-7UFX5ZIG.js → chunk-S6F6SQ2L.js} +7 -2
- package/dist/{chunk-KM6LHB3Y.js → chunk-ULIX6AE2.js} +6 -1
- package/dist/{contributions-hX3EUyjG.d.ts → contributions-6N0rbrPC.d.ts} +46 -31
- package/dist/{contributions-o1GRKPI_.d.cts → contributions-BlV3kb0O.d.cts} +46 -31
- package/dist/{history-Dzxz-MQj.d.ts → history-BTd52YMA.d.ts} +10 -5
- package/dist/{history-LJkz4-sS.d.cts → history-DX3Zne3a.d.cts} +10 -5
- package/dist/index.cjs +680 -75
- package/dist/index.d.cts +37 -12
- package/dist/index.d.ts +37 -12
- package/dist/index.js +4 -4
- package/dist/{options-Q-576hIi.d.cts → options-DbQholFV.d.cts} +14 -0
- package/dist/{options-Q-576hIi.d.ts → options-DbQholFV.d.ts} +14 -0
- package/dist/{plugin-D94muTV-.d.cts → plugin-O34MbXf-.d.cts} +157 -7
- package/dist/{plugin-aGUD1epn.d.ts → plugin-TN3n-9YN.d.ts} +157 -7
- package/dist/plugin.cjs +5 -0
- package/dist/plugin.d.cts +4 -4
- package/dist/plugin.d.ts +4 -4
- package/dist/plugin.js +2 -2
- package/dist/providers/binance.d.cts +2 -2
- package/dist/providers/binance.d.ts +2 -2
- package/dist/providers/coinbase.d.cts +2 -2
- package/dist/providers/coinbase.d.ts +2 -2
- package/dist/providers/hyperliquid.d.cts +2 -2
- package/dist/providers/hyperliquid.d.ts +2 -2
- package/dist/ui.cjs +10 -0
- package/dist/ui.d.cts +1 -1
- package/dist/ui.d.ts +1 -1
- package/dist/ui.js +3 -3
- package/dist/vela.global.js +680 -75
- package/dist/vela.global.min.js +59 -28
- package/dist/widget.cjs +1081 -134
- package/dist/widget.d.cts +30 -16
- package/dist/widget.d.ts +30 -16
- package/dist/widget.js +9 -9
- package/dist/workspace.cjs +1372 -183
- package/dist/workspace.d.cts +66 -8
- package/dist/workspace.d.ts +66 -8
- package/dist/workspace.js +275 -37
- package/package.json +1 -1
package/dist/workspace.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { O as OHLCV, V as VisibleRangePreset, a as VisibleRange, b as VelaOptions, c as VelaTheme, N as NativeBackend } from './options-
|
|
2
|
-
import { S as SyncSetting, V as VelaStorage, C as CellState, W as WidgetHistory, R as ResolvedIndicator, a as RangePreset, T as TrackSizes, b as VelaShellOptions, c as SyncOptions, d as SyncKind, e as WorkspaceState } from './history-
|
|
3
|
-
export { f as ChartState, P as PanelsState, g as decodeState, h as encodeState, s as sanitizeState } from './history-
|
|
1
|
+
import { O as OHLCV, V as VisibleRangePreset, a as VisibleRange, b as VelaOptions, c as VelaTheme, N as NativeBackend } from './options-DbQholFV.cjs';
|
|
2
|
+
import { S as SyncSetting, V as VelaStorage, C as CellState, W as WidgetHistory, R as ResolvedIndicator, a as RangePreset, T as TrackSizes, b as VelaShellOptions, c as SyncOptions, d as SyncKind, e as WorkspaceState } from './history-DX3Zne3a.cjs';
|
|
3
|
+
export { f as ChartState, P as PanelsState, g as decodeState, h as encodeState, s as sanitizeState } from './history-DX3Zne3a.cjs';
|
|
4
4
|
import { K as KeymapManager } from './keymap-CGOz5F5f.cjs';
|
|
5
|
-
import { I as IndicatorHandle, S as ScriptingEngine, W as WidgetContext, V as Vela, a as ScriptRun } from './contributions-
|
|
6
|
-
import { M as MarketDataFeed } from './DataProvider-
|
|
5
|
+
import { I as IndicatorHandle, S as ScriptingEngine, W as WidgetContext, V as Vela, a as ScriptRun } from './contributions-BlV3kb0O.cjs';
|
|
6
|
+
import { M as MarketDataFeed } from './DataProvider-BBQ3Hr21.cjs';
|
|
7
7
|
|
|
8
8
|
/** The cells that follow `originId` under `setting` — PURE (never includes the origin). */
|
|
9
9
|
declare function syncTargets(originId: string, setting: SyncSetting | undefined, cellIds: readonly string[]): string[];
|
|
@@ -279,6 +279,32 @@ declare function layoutDefinition(id: string): LayoutDefinition | undefined;
|
|
|
279
279
|
declare function layouts(): LayoutDefinition[];
|
|
280
280
|
/** Register the built-in presets (idempotent — called by the workspace entry point). */
|
|
281
281
|
declare function registerBuiltinLayouts(): void;
|
|
282
|
+
/** Picker canvas bound — dynamic layouts stay within a 4×4 grid (16 cells, the
|
|
283
|
+
* workspace's dormant-state pool capacity). */
|
|
284
|
+
declare const GRID_PICKER_MAX = 4;
|
|
285
|
+
/**
|
|
286
|
+
* The layout for a UNIFORM rows×cols grid (Grid picker mode), clamped to the
|
|
287
|
+
* picker canvas. Geometry matching a registered classic preset returns that preset
|
|
288
|
+
* (id `'4'`, `'2h'`, …); anything else synthesizes a `g<rows>x<cols>` definition.
|
|
289
|
+
*/
|
|
290
|
+
declare function layoutForGrid(rows: number, cols: number): LayoutDefinition;
|
|
291
|
+
/**
|
|
292
|
+
* Resolve a layout id to its definition, synthesizing the picker's dynamic ids
|
|
293
|
+
* (`g<rows>x<cols>`) when they are not registered — the boot path for persisted
|
|
294
|
+
* picks. Unknown ids stay undefined.
|
|
295
|
+
*/
|
|
296
|
+
declare function ensureLayout(id: string): LayoutDefinition | undefined;
|
|
297
|
+
/** A layout's shape on the picker canvas. */
|
|
298
|
+
type LayoutShape = {
|
|
299
|
+
rows: number;
|
|
300
|
+
cols: number;
|
|
301
|
+
};
|
|
302
|
+
/**
|
|
303
|
+
* The picker-canvas shape of a layout: `{rows, cols}` for uniform grids, `null`
|
|
304
|
+
* when the layout is not expressible on the canvas (bespoke plugin presets) —
|
|
305
|
+
* pickers list those as labeled rows instead.
|
|
306
|
+
*/
|
|
307
|
+
declare function layoutShape(def: LayoutDefinition): LayoutShape | null;
|
|
282
308
|
/** Inline styles for the grid container + each cell — PURE (the workspace applies them). */
|
|
283
309
|
declare function gridStyles(def: LayoutDefinition, trackSizes?: TrackSizes): {
|
|
284
310
|
container: Record<string, string>;
|
|
@@ -317,8 +343,10 @@ interface VelaWorkspaceOptions extends Omit<VelaOptions, 'height'>, VelaShellOpt
|
|
|
317
343
|
/** Sync links between cells: per kind, `true` = all cells, or a `{cellId: group}`
|
|
318
344
|
* record (only same-group cells follow each other). `crosshair` mirrors the
|
|
319
345
|
* pointer time as ghost crosshairs on the followers (also toggleable from the
|
|
320
|
-
* layout dropdown)
|
|
321
|
-
*
|
|
346
|
+
* layout dropdown); `drawings` copies each newly created drawing onto the
|
|
347
|
+
* followers and keeps the set linked — edits and removals follow (also
|
|
348
|
+
* toggleable from the shared drawing toolbar). Default: everything off.
|
|
349
|
+
* Change at runtime via `ws.sync.set(kind, setting)`. */
|
|
322
350
|
sync?: SyncOptions;
|
|
323
351
|
/** Above this many cells, EVERY cell uses the canvas2d backend (uniform look inside
|
|
324
352
|
* the browser's WebGL-context budget; glow is unavailable there). Default 8; an
|
|
@@ -408,6 +436,15 @@ declare class VelaWorkspace {
|
|
|
408
436
|
/** Re-entrance guard around one propagation tick: followers' synchronous echoes
|
|
409
437
|
* (their setVisibleRange re-emits viewport:changed) must not re-propagate. */
|
|
410
438
|
private syncBusy;
|
|
439
|
+
/** Same guard for the drawings link: the propagated mutations' own `drawing:*`
|
|
440
|
+
* events fire synchronously inside the propagation loop and must not fan out again. */
|
|
441
|
+
private drawingSyncBusy;
|
|
442
|
+
/** LINKED drawings (the drawings sync): one map per synced set (cellId → that
|
|
443
|
+
* cell's drawing id), reachable from every member under its `cellId\0drawingId`
|
|
444
|
+
* key — any member finds its peers to push edits/removals onto. Survives a
|
|
445
|
+
* toggle-off (propagation freezes while the setting is off; re-enabling resumes
|
|
446
|
+
* edit/delete for these pairs). Cleared on reload / `applyState`. */
|
|
447
|
+
private readonly drawingLinks;
|
|
411
448
|
private manifest;
|
|
412
449
|
/** The shared manifest can no longer change instance sets — resolved, or no
|
|
413
450
|
* `indicators` option so nothing ever will. Gates the cells' ledger fallback. */
|
|
@@ -528,6 +565,27 @@ declare class VelaWorkspace {
|
|
|
528
565
|
* interval is left alone, so cross-timeframe groups settle instead of oscillating.
|
|
529
566
|
*/
|
|
530
567
|
private propagateViewport;
|
|
568
|
+
/**
|
|
569
|
+
* Copy a freshly created drawing onto the origin's same-group followers (fresh ids
|
|
570
|
+
* through `drawings.add` — anchors are time+price, so the copy lands at the same
|
|
571
|
+
* spot whatever the follower shows) and register the whole set as LINKED: edits
|
|
572
|
+
* and removals of any member follow while the link is on ({@link drawingLinks}).
|
|
573
|
+
* The busy guard stops the copies' own `drawing:created` events from fanning out.
|
|
574
|
+
*/
|
|
575
|
+
private propagateDrawing;
|
|
576
|
+
/** Mirror an in-progress placement (its current ghost, `null` = placement ended)
|
|
577
|
+
* onto the origin's same-group followers — the live half of the drawings link;
|
|
578
|
+
* the created copy replaces the ghosts when the placement completes. One-way by
|
|
579
|
+
* contract (an external ghost never re-emits drafts), so no busy guard needed. */
|
|
580
|
+
private propagateDraft;
|
|
581
|
+
/** Push a linked drawing's edited CONTENT (anchors, style, text, per-type props)
|
|
582
|
+
* onto its same-group peers — any member propagates, not just the original. */
|
|
583
|
+
private propagateDrawingEdit;
|
|
584
|
+
/** Remove a linked drawing's peers with it. The removed member always leaves its
|
|
585
|
+
* link group (whatever the setting); peers are only deleted while the link is on.
|
|
586
|
+
* A propagated peer removal re-enters here under the busy guard and just cleans
|
|
587
|
+
* its own link key. */
|
|
588
|
+
private propagateDrawingRemoval;
|
|
531
589
|
/**
|
|
532
590
|
* Push an origin cell's symbol/timeframe onto its same-group followers (fired from
|
|
533
591
|
* `market:changed`). Convergence comes from IDEMPOTENCE, not the guard: a follower's
|
|
@@ -576,4 +634,4 @@ declare function resizeTracks(weights: readonly number[], index: number, deltaPx
|
|
|
576
634
|
*/
|
|
577
635
|
declare function trackOffsets(weights: readonly number[], sizePx: number, gapPx: number): number[];
|
|
578
636
|
|
|
579
|
-
export { type CellBoot, type CellChartDefaults, type CellNativeInfo, type CellSeed, CellState, ChartCell, type LayoutDefinition, type PooledCellState, SyncKind, SyncOptions, SyncSetting, TrackSizes, VelaWorkspace, type VelaWorkspaceOptions, type WorkspaceEventMap, type WorkspaceScriptRun, WorkspaceState, type WorkspaceStorage, type WorkspaceWidgetContext, activeAfterLayout, evenTracks, gridStyles, layoutDefinition, layouts, memoryStorageAdapter, rangesWithin, registerBuiltinLayouts, registerLayout, resizeTracks, syncTargets, trackOffsets, unregisterLayout };
|
|
637
|
+
export { type CellBoot, type CellChartDefaults, type CellNativeInfo, type CellSeed, CellState, ChartCell, GRID_PICKER_MAX, type LayoutDefinition, type LayoutShape, type PooledCellState, SyncKind, SyncOptions, SyncSetting, TrackSizes, VelaWorkspace, type VelaWorkspaceOptions, type WorkspaceEventMap, type WorkspaceScriptRun, WorkspaceState, type WorkspaceStorage, type WorkspaceWidgetContext, activeAfterLayout, ensureLayout, evenTracks, gridStyles, layoutDefinition, layoutForGrid, layoutShape, layouts, memoryStorageAdapter, rangesWithin, registerBuiltinLayouts, registerLayout, resizeTracks, syncTargets, trackOffsets, unregisterLayout };
|
package/dist/workspace.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { O as OHLCV, V as VisibleRangePreset, a as VisibleRange, b as VelaOptions, c as VelaTheme, N as NativeBackend } from './options-
|
|
2
|
-
import { S as SyncSetting, V as VelaStorage, C as CellState, W as WidgetHistory, R as ResolvedIndicator, a as RangePreset, T as TrackSizes, b as VelaShellOptions, c as SyncOptions, d as SyncKind, e as WorkspaceState } from './history-
|
|
3
|
-
export { f as ChartState, P as PanelsState, g as decodeState, h as encodeState, s as sanitizeState } from './history-
|
|
1
|
+
import { O as OHLCV, V as VisibleRangePreset, a as VisibleRange, b as VelaOptions, c as VelaTheme, N as NativeBackend } from './options-DbQholFV.js';
|
|
2
|
+
import { S as SyncSetting, V as VelaStorage, C as CellState, W as WidgetHistory, R as ResolvedIndicator, a as RangePreset, T as TrackSizes, b as VelaShellOptions, c as SyncOptions, d as SyncKind, e as WorkspaceState } from './history-BTd52YMA.js';
|
|
3
|
+
export { f as ChartState, P as PanelsState, g as decodeState, h as encodeState, s as sanitizeState } from './history-BTd52YMA.js';
|
|
4
4
|
import { K as KeymapManager } from './keymap-CGOz5F5f.js';
|
|
5
|
-
import { I as IndicatorHandle, S as ScriptingEngine, W as WidgetContext, V as Vela, a as ScriptRun } from './contributions-
|
|
6
|
-
import { M as MarketDataFeed } from './DataProvider-
|
|
5
|
+
import { I as IndicatorHandle, S as ScriptingEngine, W as WidgetContext, V as Vela, a as ScriptRun } from './contributions-6N0rbrPC.js';
|
|
6
|
+
import { M as MarketDataFeed } from './DataProvider-DGesjOJT.js';
|
|
7
7
|
|
|
8
8
|
/** The cells that follow `originId` under `setting` — PURE (never includes the origin). */
|
|
9
9
|
declare function syncTargets(originId: string, setting: SyncSetting | undefined, cellIds: readonly string[]): string[];
|
|
@@ -279,6 +279,32 @@ declare function layoutDefinition(id: string): LayoutDefinition | undefined;
|
|
|
279
279
|
declare function layouts(): LayoutDefinition[];
|
|
280
280
|
/** Register the built-in presets (idempotent — called by the workspace entry point). */
|
|
281
281
|
declare function registerBuiltinLayouts(): void;
|
|
282
|
+
/** Picker canvas bound — dynamic layouts stay within a 4×4 grid (16 cells, the
|
|
283
|
+
* workspace's dormant-state pool capacity). */
|
|
284
|
+
declare const GRID_PICKER_MAX = 4;
|
|
285
|
+
/**
|
|
286
|
+
* The layout for a UNIFORM rows×cols grid (Grid picker mode), clamped to the
|
|
287
|
+
* picker canvas. Geometry matching a registered classic preset returns that preset
|
|
288
|
+
* (id `'4'`, `'2h'`, …); anything else synthesizes a `g<rows>x<cols>` definition.
|
|
289
|
+
*/
|
|
290
|
+
declare function layoutForGrid(rows: number, cols: number): LayoutDefinition;
|
|
291
|
+
/**
|
|
292
|
+
* Resolve a layout id to its definition, synthesizing the picker's dynamic ids
|
|
293
|
+
* (`g<rows>x<cols>`) when they are not registered — the boot path for persisted
|
|
294
|
+
* picks. Unknown ids stay undefined.
|
|
295
|
+
*/
|
|
296
|
+
declare function ensureLayout(id: string): LayoutDefinition | undefined;
|
|
297
|
+
/** A layout's shape on the picker canvas. */
|
|
298
|
+
type LayoutShape = {
|
|
299
|
+
rows: number;
|
|
300
|
+
cols: number;
|
|
301
|
+
};
|
|
302
|
+
/**
|
|
303
|
+
* The picker-canvas shape of a layout: `{rows, cols}` for uniform grids, `null`
|
|
304
|
+
* when the layout is not expressible on the canvas (bespoke plugin presets) —
|
|
305
|
+
* pickers list those as labeled rows instead.
|
|
306
|
+
*/
|
|
307
|
+
declare function layoutShape(def: LayoutDefinition): LayoutShape | null;
|
|
282
308
|
/** Inline styles for the grid container + each cell — PURE (the workspace applies them). */
|
|
283
309
|
declare function gridStyles(def: LayoutDefinition, trackSizes?: TrackSizes): {
|
|
284
310
|
container: Record<string, string>;
|
|
@@ -317,8 +343,10 @@ interface VelaWorkspaceOptions extends Omit<VelaOptions, 'height'>, VelaShellOpt
|
|
|
317
343
|
/** Sync links between cells: per kind, `true` = all cells, or a `{cellId: group}`
|
|
318
344
|
* record (only same-group cells follow each other). `crosshair` mirrors the
|
|
319
345
|
* pointer time as ghost crosshairs on the followers (also toggleable from the
|
|
320
|
-
* layout dropdown)
|
|
321
|
-
*
|
|
346
|
+
* layout dropdown); `drawings` copies each newly created drawing onto the
|
|
347
|
+
* followers and keeps the set linked — edits and removals follow (also
|
|
348
|
+
* toggleable from the shared drawing toolbar). Default: everything off.
|
|
349
|
+
* Change at runtime via `ws.sync.set(kind, setting)`. */
|
|
322
350
|
sync?: SyncOptions;
|
|
323
351
|
/** Above this many cells, EVERY cell uses the canvas2d backend (uniform look inside
|
|
324
352
|
* the browser's WebGL-context budget; glow is unavailable there). Default 8; an
|
|
@@ -408,6 +436,15 @@ declare class VelaWorkspace {
|
|
|
408
436
|
/** Re-entrance guard around one propagation tick: followers' synchronous echoes
|
|
409
437
|
* (their setVisibleRange re-emits viewport:changed) must not re-propagate. */
|
|
410
438
|
private syncBusy;
|
|
439
|
+
/** Same guard for the drawings link: the propagated mutations' own `drawing:*`
|
|
440
|
+
* events fire synchronously inside the propagation loop and must not fan out again. */
|
|
441
|
+
private drawingSyncBusy;
|
|
442
|
+
/** LINKED drawings (the drawings sync): one map per synced set (cellId → that
|
|
443
|
+
* cell's drawing id), reachable from every member under its `cellId\0drawingId`
|
|
444
|
+
* key — any member finds its peers to push edits/removals onto. Survives a
|
|
445
|
+
* toggle-off (propagation freezes while the setting is off; re-enabling resumes
|
|
446
|
+
* edit/delete for these pairs). Cleared on reload / `applyState`. */
|
|
447
|
+
private readonly drawingLinks;
|
|
411
448
|
private manifest;
|
|
412
449
|
/** The shared manifest can no longer change instance sets — resolved, or no
|
|
413
450
|
* `indicators` option so nothing ever will. Gates the cells' ledger fallback. */
|
|
@@ -528,6 +565,27 @@ declare class VelaWorkspace {
|
|
|
528
565
|
* interval is left alone, so cross-timeframe groups settle instead of oscillating.
|
|
529
566
|
*/
|
|
530
567
|
private propagateViewport;
|
|
568
|
+
/**
|
|
569
|
+
* Copy a freshly created drawing onto the origin's same-group followers (fresh ids
|
|
570
|
+
* through `drawings.add` — anchors are time+price, so the copy lands at the same
|
|
571
|
+
* spot whatever the follower shows) and register the whole set as LINKED: edits
|
|
572
|
+
* and removals of any member follow while the link is on ({@link drawingLinks}).
|
|
573
|
+
* The busy guard stops the copies' own `drawing:created` events from fanning out.
|
|
574
|
+
*/
|
|
575
|
+
private propagateDrawing;
|
|
576
|
+
/** Mirror an in-progress placement (its current ghost, `null` = placement ended)
|
|
577
|
+
* onto the origin's same-group followers — the live half of the drawings link;
|
|
578
|
+
* the created copy replaces the ghosts when the placement completes. One-way by
|
|
579
|
+
* contract (an external ghost never re-emits drafts), so no busy guard needed. */
|
|
580
|
+
private propagateDraft;
|
|
581
|
+
/** Push a linked drawing's edited CONTENT (anchors, style, text, per-type props)
|
|
582
|
+
* onto its same-group peers — any member propagates, not just the original. */
|
|
583
|
+
private propagateDrawingEdit;
|
|
584
|
+
/** Remove a linked drawing's peers with it. The removed member always leaves its
|
|
585
|
+
* link group (whatever the setting); peers are only deleted while the link is on.
|
|
586
|
+
* A propagated peer removal re-enters here under the busy guard and just cleans
|
|
587
|
+
* its own link key. */
|
|
588
|
+
private propagateDrawingRemoval;
|
|
531
589
|
/**
|
|
532
590
|
* Push an origin cell's symbol/timeframe onto its same-group followers (fired from
|
|
533
591
|
* `market:changed`). Convergence comes from IDEMPOTENCE, not the guard: a follower's
|
|
@@ -576,4 +634,4 @@ declare function resizeTracks(weights: readonly number[], index: number, deltaPx
|
|
|
576
634
|
*/
|
|
577
635
|
declare function trackOffsets(weights: readonly number[], sizePx: number, gapPx: number): number[];
|
|
578
636
|
|
|
579
|
-
export { type CellBoot, type CellChartDefaults, type CellNativeInfo, type CellSeed, CellState, ChartCell, type LayoutDefinition, type PooledCellState, SyncKind, SyncOptions, SyncSetting, TrackSizes, VelaWorkspace, type VelaWorkspaceOptions, type WorkspaceEventMap, type WorkspaceScriptRun, WorkspaceState, type WorkspaceStorage, type WorkspaceWidgetContext, activeAfterLayout, evenTracks, gridStyles, layoutDefinition, layouts, memoryStorageAdapter, rangesWithin, registerBuiltinLayouts, registerLayout, resizeTracks, syncTargets, trackOffsets, unregisterLayout };
|
|
637
|
+
export { type CellBoot, type CellChartDefaults, type CellNativeInfo, type CellSeed, CellState, ChartCell, GRID_PICKER_MAX, type LayoutDefinition, type LayoutShape, type PooledCellState, SyncKind, SyncOptions, SyncSetting, TrackSizes, VelaWorkspace, type VelaWorkspaceOptions, type WorkspaceEventMap, type WorkspaceScriptRun, WorkspaceState, type WorkspaceStorage, type WorkspaceWidgetContext, activeAfterLayout, ensureLayout, evenTracks, gridStyles, layoutDefinition, layoutForGrid, layoutShape, layouts, memoryStorageAdapter, rangesWithin, registerBuiltinLayouts, registerLayout, resizeTracks, syncTargets, trackOffsets, unregisterLayout };
|