@ixfx/components 0.8.6 → 0.8.8
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/bundle/index.d.ts +570 -389
- package/bundle/index.d.ts.map +1 -1
- package/bundle/index.js +1033 -200
- package/bundle/index.js.map +1 -1
- package/dist/crumbs.d.ts +1 -1
- package/dist/crumbs.js +2 -2
- package/dist/{data-grid-D-z7bx5-.d.ts → data-grid-BKa9i86q.d.ts} +15 -2
- package/dist/data-grid-BKa9i86q.d.ts.map +1 -0
- package/dist/data-grid.d.ts +3 -2
- package/dist/data-grid.js +95 -5
- package/dist/data-grid.js.map +1 -1
- package/dist/{detail-list-_ZJHYEBr.d.ts → detail-list-CHTomlbR.d.ts} +22 -5
- package/dist/detail-list-CHTomlbR.d.ts.map +1 -0
- package/dist/detail-list.d.ts +4 -3
- package/dist/detail-list.js +103 -3
- package/dist/detail-list.js.map +1 -1
- package/dist/{grid-list-j5C7qtlG.js → grid-list-C8oMxLl-.js} +77 -164
- package/dist/grid-list-C8oMxLl-.js.map +1 -0
- package/dist/{grid-list-x550wJ0X.d.ts → grid-list-CsZcXxMC.d.ts} +259 -109
- package/dist/grid-list-CsZcXxMC.d.ts.map +1 -0
- package/dist/grid-list.d.ts +3 -2
- package/dist/grid-list.js +1 -1
- package/dist/incr-search.d.ts +1 -1
- package/dist/{index-h6gxtfHH.d.ts → index-Dgrx-DIA.d.ts} +2 -2
- package/dist/{index-h6gxtfHH.d.ts.map → index-Dgrx-DIA.d.ts.map} +1 -1
- package/dist/index.d.ts +190 -252
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -7
- package/dist/index.js.map +1 -1
- package/dist/{interaction-B9AAlsFO.js → interaction-BskmlA9t.js} +1 -1
- package/dist/list-drag-types-kpaXz2pZ.d.ts +42 -0
- package/dist/list-drag-types-kpaXz2pZ.d.ts.map +1 -0
- package/dist/{list-item-animation-DuiwgN3l.js → list-item-animation-BUoEKi5s.js} +29 -10
- package/dist/list-item-animation-BUoEKi5s.js.map +1 -0
- package/dist/list-native-drag-controller-DrY3qeJM.js +555 -0
- package/dist/list-native-drag-controller-DrY3qeJM.js.map +1 -0
- package/dist/{menu-HMoxCPY2.js → menu-CMXhIaNZ.js} +3 -3
- package/dist/{menu-HMoxCPY2.js.map → menu-CMXhIaNZ.js.map} +1 -1
- package/dist/{menu-item-BQDYxk5A.js → menu-item-BYGQzyCe.js} +2 -2
- package/dist/{menu-item-BQDYxk5A.js.map → menu-item-BYGQzyCe.js.map} +1 -1
- package/dist/menu.js +2 -2
- package/dist/miller.d.ts +2 -2
- package/dist/miller.js +1 -1
- package/dist/narrowed-text.js +1 -1
- package/dist/select-horiz.js +1 -1
- package/dist/{tree-DTQon838.js → tree-DSMn566I.js} +90 -27
- package/dist/tree-DSMn566I.js.map +1 -0
- package/dist/{tree-component-F6qZ0Gdv.d.ts → tree-component-nPP5Y-WS.d.ts} +12 -2
- package/dist/tree-component-nPP5Y-WS.d.ts.map +1 -0
- package/dist/tree.d.ts +3 -2
- package/dist/tree.d.ts.map +1 -1
- package/dist/tree.js +1 -1
- package/dist/{vertical-list-CFuFDygi.d.ts → vertical-list-A6oWfivZ.d.ts} +21 -4
- package/dist/vertical-list-A6oWfivZ.d.ts.map +1 -0
- package/dist/vertical-list.d.ts +3 -2
- package/dist/vertical-list.js +103 -3
- package/dist/vertical-list.js.map +1 -1
- package/docs-user/README.md +1 -0
- package/docs-user/data-grid.md +30 -0
- package/docs-user/data-table.md +104 -0
- package/docs-user/detail-list.md +29 -0
- package/docs-user/grid-list.md +34 -4
- package/docs-user/index.json +7 -2
- package/docs-user/llms.txt +1 -0
- package/docs-user/tree.md +5 -4
- package/docs-user/vertical-list.md +30 -1
- package/llms.txt +1 -0
- package/package.json +1 -1
- package/dist/data-grid-D-z7bx5-.d.ts.map +0 -1
- package/dist/detail-list-_ZJHYEBr.d.ts.map +0 -1
- package/dist/grid-list-j5C7qtlG.js.map +0 -1
- package/dist/grid-list-x550wJ0X.d.ts.map +0 -1
- package/dist/list-item-animation-DuiwgN3l.js.map +0 -1
- package/dist/tree-DTQon838.js.map +0 -1
- package/dist/tree-component-F6qZ0Gdv.d.ts.map +0 -1
- package/dist/vertical-list-CFuFDygi.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -7,20 +7,21 @@ import { Checkbox, CheckboxChangeDetail, CheckboxChangeEvent, CheckboxEventMap }
|
|
|
7
7
|
import { a as ColourPickerInputEvent, i as ColourPickerEventDetail, n as ColourPicker, o as OklchValue, r as ColourPickerChangeEvent, t as ColourPickerPopup } from "./index-tq6f8007.js";
|
|
8
8
|
import { t as LabelledRangeInput } from "./index-CoqtMSd9.js";
|
|
9
9
|
import { a as TreeItem, i as TreeInteractionMode, n as TreeExclusivity, o as TreeNode, r as TreeFilterPredicate, s as TreeSelectionFilter, t as LoadChildrenCallback } from "./types-Bc23SI94.js";
|
|
10
|
-
import { _ as
|
|
10
|
+
import { _ as TreeTickleEvent, a as TreeComponent, c as TreeExpandEvent, d as TreeItemDblClickDetail, f as TreeItemDblClickEvent, g as TreeTickleDetail, h as TreeSelectEvent, i as TreeCollapseEvent, l as TreeItemClickDetail, m as TreeSelectDetail, n as TreeActivateEvent, o as TreeComponentEventMap, p as TreeSearchHost, r as TreeCollapseDetail, s as TreeExpandDetail, t as TreeActivateDetail, u as TreeItemClickEvent, v as TreeDataModel, y as TreeDataModelOptions } from "./tree-component-nPP5Y-WS.js";
|
|
11
11
|
import "./menu-item-CZi9vy5O.js";
|
|
12
12
|
import { FuzzySearchResult, NarrowedTextChangeDetail, NarrowedTextChangeEvent, NarrowedTextElement, NarrowedTextItem, Orientation, SelectionMode } from "./narrowed-text.js";
|
|
13
13
|
import { CrumbNavigationChangeDetail, CrumbNavigationChangeEvent, CrumbNavigationElement, CrumbNavigationElementEventMap, CrumbNavigationExpandDetail, CrumbNavigationExpandEvent, CrumbNavigationItemClickDetail, CrumbNavigationItemClickEvent } from "./crumbs.js";
|
|
14
14
|
import { ConfigEntry, DataDisplayComponent, FormattingOptions, RendererStyle } from "./data-display.js";
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
15
|
+
import { a as ListDragSource, i as ListDragPreviewRenderer, n as ListDragPreview, o as ListNativeDragStartDetail, r as ListDragPreviewContext, s as ListNativeDragStartEvent, t as ListDragEntry } from "./list-drag-types-kpaXz2pZ.js";
|
|
16
|
+
import { _ as DataGridSortDetail, a as DataGridColumnReorderDetail, c as DataGridColumnResizeEvent, d as DataGridElement, f as DataGridElementEventMap, g as DataGridSelectEvent, h as DataGridSelectDetail, i as DataGridCellEditEvent, l as DataGridColumnVisibilityDetail, m as DataGridGroupChangeEvent, n as DataGridCellClickEvent, o as DataGridColumnReorderEvent, p as DataGridGroupChangeDetail, r as DataGridCellEditDetail, s as DataGridColumnResizeDetail, t as DataGridCellClickDetail, u as DataGridColumnVisibilityEvent, v as DataGridSortEvent } from "./data-grid-BKa9i86q.js";
|
|
17
|
+
import { A as FuzzySearch, C as ListSearchControllerOptions, D as IncrSearchTreeOptions, E as IncrSearchTreeController, F as IncrSearchChangeCallback, I as IncrSearchOptions, L as IncrSearchResult, M as HighlightOptions, N as HighlightTarget, O as createAcCompletionProvider, P as IncrSearch, R as IncrSearchState, S as ListSearchController, T as ListSearchMode, _ as DataListSearchAdapterOptions, a as RegisterListSearchCommandsOptions, b as LIST_SEARCH_MODES, c as applyHighlights, d as createFuzzySearch, f as ElementIncrSearch, g as createElementListSearchAdapter, h as ElementListSearchHost, i as LIST_SEARCH_COMMAND_IDS, j as FuzzySearchOptions, k as ElementIncrSearchOptions, l as buildHighlightTargets, m as ElementListSearchAdapterOptions, n as createTreeListSearchAdapter, o as registerListSearchCommands, p as createElementIncrSearch, r as listSearchStyles, s as createIncrSearch, t as TreeListSearchAdapterOptions, u as clearHighlights, v as DataListSearchItem, w as ListSearchHost, x as ListSearchAdapter, y as createDataListSearchAdapter } from "./index-Dgrx-DIA.js";
|
|
17
18
|
import { t as index_d_exports } from "./index-9AhaHIT2.js";
|
|
18
19
|
import { a as ListItemClickDetail, c as ListSelectEvent, d as ListTickleEvent, i as ListInteractionMode, l as ListSelectionMode, n as ListActivateEvent, o as ListItemClickEvent, r as ListElementEventMap, s as ListSelectDetail, t as ListActivateDetail, u as ListTickleDetail } from "./list-selection-types-B5ioL-dG.js";
|
|
19
|
-
import { n as CustomCheckboxOptions, r as VerticalListElement, t as AddItemOptions } from "./vertical-list-
|
|
20
|
-
import { a as
|
|
20
|
+
import { i as VerticalListElementEventMap, n as CustomCheckboxOptions, r as VerticalListElement, t as AddItemOptions } from "./vertical-list-A6oWfivZ.js";
|
|
21
|
+
import { a as DetailSortItem, i as DetailSortComparator, n as DetailListElementEventMap, o as DetailSortMode, r as DetailFormatter, t as DetailListElement } from "./detail-list-CHTomlbR.js";
|
|
21
22
|
import { a as EditableMode, i as EditableLabelChangeEvent, n as EditableLabel, o as EntryMode, r as EditableLabelChangeDetail, t as DisplayTextLogic } from "./editable-label-rzXkjf1H.js";
|
|
22
23
|
import { FormElement } from "./form.js";
|
|
23
|
-
import { C as
|
|
24
|
+
import { A as ListSelectionModes, C as TreeKeyboardNavCallbacks, D as ListSelectionController, E as TreeKeyboardNavItemId, F as ListDragSelectController, I as ListDragSelectControllerConfig, M as ListNativeDragController, N as ListNativeDragControllerConfig, O as ListSelectionControllerConfig, P as DragSelectRect, S as GridListViewportChangeEvent, T as TreeKeyboardNavControllerConfig, _ as GridListSelectDetail, a as GridListActivateEvent, b as GridListTickleEvent, c as GridListCaptionPosition, d as GridListElementEventMap, f as GridListFullElementEventMap, g as GridListOrientation, h as GridListItemEventDetail, i as GridListActivateDetail, j as isMultiMode, k as ListSelectionGesture, l as GridListCaptionStyle, m as GridListItemClickEvent, n as PanTextElement, o as GridListCaptionAlign, p as GridListItemClickDetail, r as PanTextMode, s as GridListCaptionBackdrop, t as GridListElement, u as GridListDataAdapter, v as GridListSelectEvent, w as TreeKeyboardNavController, x as GridListViewportChangeDetail, y as GridListTickleDetail } from "./grid-list-CsZcXxMC.js";
|
|
24
25
|
import { i as TickledItem, n as TickledController, r as TickledControllerConfig, t as InputMode } from "./tickled-controller-C1ZsHpyg.js";
|
|
25
26
|
import { a as IGroupedSubComponent, c as SubComponentActivateEvent, d as SubComponentItemClickEvent, f as SubComponentSelectDetail, h as SubComponentTickleEvent, i as GroupedSelectEvent, l as SubComponentFactory, m as SubComponentTickleDetail, n as GroupedItemListerElementEventMap, o as IGroupedSubComponentEventMap, p as SubComponentSelectEvent, r as GroupedSelectDetail, s as SubComponentActivateDetail, t as GroupedItemListerElement, u as SubComponentItemClickDetail } from "./grouped-item-lister-fdZHVxFM.js";
|
|
26
27
|
import { a as TitlebarToggleDetail, c as TitlebarVariant, i as TitlebarOrientation, n as TitlebarElement, o as TitlebarToggleEvent, r as TitlebarElementEventMap, s as TitlebarToggleInteraction, t as TitlebarCloseEvent } from "./titlebar-Tqu-VvMU.js";
|
|
@@ -51,6 +52,188 @@ import { TreeBaseElement, TreeBaseElementEventMap, TreeCheckboxState, TreeConfig
|
|
|
51
52
|
import { XyPad, XyPadEventMap, XyPadInputDetail, XyPadInputEvent } from "./xy-pad.js";
|
|
52
53
|
import { LitElement, PropertyValues, ReactiveController, ReactiveControllerHost, TemplateResult, html } from "lit";
|
|
53
54
|
import { CommandId, CommandRegistry, KeyboardManager } from "@clinth/ui-commands";
|
|
55
|
+
//#region src/interaction/keyed-list.d.ts
|
|
56
|
+
/**
|
|
57
|
+
* Helpers for key-based selection on the Element-flavoured list components
|
|
58
|
+
* (`ixfx-vertical-list`, `ixfx-detail-list`, `ixfx-grid-list`).
|
|
59
|
+
*
|
|
60
|
+
* A "key" is a stable string the host puts on each item element — `data-key`
|
|
61
|
+
* (preferred) or `data-value`. It survives the host rebuilding the item set
|
|
62
|
+
* (re-fetch, re-sort, filter) where raw `Element` references do not.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* The stable key for an item element: `data-key`, then `data-value`, else
|
|
66
|
+
* `undefined`.
|
|
67
|
+
*/
|
|
68
|
+
declare function keyForElement(el: Element): string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* A lazily-built key → element index over a container. Rebuilt on first use
|
|
71
|
+
* and after any child-list mutation under `root`; `invalidate()` forces a
|
|
72
|
+
* rebuild on the next `get()`.
|
|
73
|
+
*
|
|
74
|
+
* ```ts
|
|
75
|
+
* #keyIndex = new KeyedElementIndex(this);
|
|
76
|
+
* // ...
|
|
77
|
+
* const el = this.#keyIndex.get(`row-42`);
|
|
78
|
+
* // on disconnect:
|
|
79
|
+
* this.#keyIndex.dispose();
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
declare class KeyedElementIndex {
|
|
83
|
+
#private;
|
|
84
|
+
/**
|
|
85
|
+
* @param root Container whose descendants are indexed.
|
|
86
|
+
* @param itemSelector Which descendants count as items (default: any `[data-key]`).
|
|
87
|
+
*/
|
|
88
|
+
constructor(root: Element, itemSelector?: string);
|
|
89
|
+
/** The element with this key, or `undefined`. First match wins on duplicates. */
|
|
90
|
+
get(key: string): Element | undefined;
|
|
91
|
+
/** Force a rebuild on the next `get()` — e.g. after a `data-key` attribute change. */
|
|
92
|
+
invalidate(): void;
|
|
93
|
+
/** Stop observing and drop the cache. */
|
|
94
|
+
dispose(): void;
|
|
95
|
+
}
|
|
96
|
+
//#endregion
|
|
97
|
+
//#region src/interaction/list-drag-preview-default.d.ts
|
|
98
|
+
/** Caption for a drag entry — element labels win, then string items, then common object fields, then the key. */
|
|
99
|
+
declare function captionForEntry(entry: ListDragEntry<unknown>): string;
|
|
100
|
+
/**
|
|
101
|
+
* Uniform built-in HTML+canvas drag preview for all four list components.
|
|
102
|
+
*
|
|
103
|
+
* - ≤5 selected → a row of small cards (thumbnail well + caption).
|
|
104
|
+
* - >5 selected → a compact list (`N items` header, up to 5 rows, `+N more`).
|
|
105
|
+
*
|
|
106
|
+
* Always returns an offscreen `element` for `DataTransfer.setDragImage()` and,
|
|
107
|
+
* when a 2D context is available, a DPR-aware painted `canvas` for native
|
|
108
|
+
* hosts. Colours track the active theme via `ctx.hostStyle` CSS variables.
|
|
109
|
+
*/
|
|
110
|
+
declare function createDefaultListDragPreview<T>(ctx: ListDragPreviewContext<T>): ListDragPreview;
|
|
111
|
+
//#endregion
|
|
112
|
+
//#region src/interaction/list-item-animation.d.ts
|
|
113
|
+
/**
|
|
114
|
+
* Shared insertion / removal animation for the list & tree components.
|
|
115
|
+
*
|
|
116
|
+
* Two flavours, because the components split into two layout families:
|
|
117
|
+
*
|
|
118
|
+
* - **Flow layouts** (`ixfx-vertical-list`, `ixfx-detail-list`, `ixfx-tree-*`) —
|
|
119
|
+
* rows sit in normal flow, so a new row can collapse in from zero height and a
|
|
120
|
+
* leaving row can collapse back to zero, and the rows around it slide to make
|
|
121
|
+
* or close the gap for free. Use {@link animateListItemIn} /
|
|
122
|
+
* {@link animateListItemOut} (Web Animations API, exact measured sizes).
|
|
123
|
+
*
|
|
124
|
+
* - **Virtualised layouts** (`ixfx-grid-list`, `ixfx-data-grid`) — rows are
|
|
125
|
+
* absolutely positioned (`transform` / `top`), so collapsing a row's box moves
|
|
126
|
+
* nothing. Those components instead fade the entering / leaving row with the
|
|
127
|
+
* {@link listItemFadeKeyframes} keyframes and slide the survivors by
|
|
128
|
+
* transitioning their position for a short window after the change.
|
|
129
|
+
*
|
|
130
|
+
* Everything here is a no-op under `prefers-reduced-motion: reduce`.
|
|
131
|
+
*/
|
|
132
|
+
/** Default duration (ms) for both flavours; overridable per call / per component. */
|
|
133
|
+
declare const LIST_ITEM_MOTION_MS = 200;
|
|
134
|
+
declare function prefersReducedMotion(): boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Opacity keyframes for the virtualised components. Each one adds its own
|
|
137
|
+
* one-line rule binding `.<row>.ixfx-item-entering` / `.ixfx-item-leaving` to
|
|
138
|
+
* these, plus a `prefers-reduced-motion` guard on its own selectors.
|
|
139
|
+
*/
|
|
140
|
+
declare const listItemFadeKeyframes: import("lit").CSSResult;
|
|
141
|
+
interface ListItemMotionOptions {
|
|
142
|
+
/**
|
|
143
|
+
* Animation duration in ms. When omitted, the element's
|
|
144
|
+
* `--ixfx-list-item-move-duration` custom property is used if set (accepts
|
|
145
|
+
* `ms` or `s`), otherwise {@link LIST_ITEM_MOTION_MS}.
|
|
146
|
+
*/
|
|
147
|
+
duration?: number;
|
|
148
|
+
/** Which axis collapses — `block` (height, default) or `inline` (width). */
|
|
149
|
+
axis?: `block` | `inline`;
|
|
150
|
+
easing?: string;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Collapse + fade `el` in from nothing to its natural size. Call it just after
|
|
154
|
+
* the element has been inserted (it must already be laid out at full size so it
|
|
155
|
+
* can be measured). No-op under reduced motion.
|
|
156
|
+
*/
|
|
157
|
+
declare function animateListItemIn(el: HTMLElement, options?: ListItemMotionOptions): Animation | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* Result of {@link animateListItemOut}: a promise that resolves once the
|
|
160
|
+
* animation finishes, carrying the underlying `Animation` handle (if any) so
|
|
161
|
+
* callers can `cancel()` superseded work. Awaiting / `.then()` behaves like
|
|
162
|
+
* the previous `Promise<void>` return type.
|
|
163
|
+
*/
|
|
164
|
+
type ListItemOutResult = Promise<void> & {
|
|
165
|
+
/** The running collapse animation, or `undefined` under reduced motion / zero size. */
|
|
166
|
+
animation: Animation | undefined;
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* Start the collapse + fade-out animation for `el` and return the handle.
|
|
170
|
+
* Returns `undefined` when no animation was started (reduced motion or zero
|
|
171
|
+
* size). The caller owns the handle and must `cancel()` it if the removal is
|
|
172
|
+
* reversed — a retained `fill: forwards` frame otherwise keeps overriding the
|
|
173
|
+
* element's ordinary CSS indefinitely.
|
|
174
|
+
*/
|
|
175
|
+
declare function startListItemOutAnimation(el: HTMLElement, options?: ListItemMotionOptions): Animation | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* Collapse + fade `el` out. Resolves once the animation finishes (or straight
|
|
178
|
+
* away under reduced motion); the caller detaches the element after. The final
|
|
179
|
+
* collapsed state is held (`fill: forwards`) so there's no flash back to full
|
|
180
|
+
* size in the gap before removal.
|
|
181
|
+
*
|
|
182
|
+
* The returned promise carries an `.animation` handle. If the removal is
|
|
183
|
+
* reversed (the same key becomes visible again), cancel that handle so its
|
|
184
|
+
* filled final frame stops overriding the reused element's style.
|
|
185
|
+
*/
|
|
186
|
+
declare function animateListItemOut(el: HTMLElement, options?: ListItemMotionOptions): ListItemOutResult;
|
|
187
|
+
//#endregion
|
|
188
|
+
//#region src/interaction/tickled-styles.d.ts
|
|
189
|
+
/**
|
|
190
|
+
* Shared CSS styles for tickled interaction pattern.
|
|
191
|
+
*
|
|
192
|
+
* Tickled state is controlled via the `.tickled` CSS class (applied by TickledController).
|
|
193
|
+
* The `tickledItemStyles` provides base styling that all tickled components should use.
|
|
194
|
+
*
|
|
195
|
+
* ## CSS Variable Contract
|
|
196
|
+
*
|
|
197
|
+
* **Style variables** — `tickledItemStyles` only consumes these via `var()`; it
|
|
198
|
+
* defines no defaults itself. Fallback values (used when no theme CSS is loaded)
|
|
199
|
+
* are registered in `themeFallbacks` (`../styles/fallbacks.ts`) and mirror the
|
|
200
|
+
* documented base theme in `user-theming.md`:
|
|
201
|
+
* - `--item-bg`, `--item-bg-tickled`, `--item-bg-selected`, `--item-bg-selected-tickled`
|
|
202
|
+
* - `--item-border`, `--item-border-tickled`, `--item-border-selected` (full border shorthands, not colours)
|
|
203
|
+
* - `--item-text-tickled`, `--item-text-selected`
|
|
204
|
+
* - `--item-padding`, `--item-border-radius`, `--item-icon-spacing`
|
|
205
|
+
*
|
|
206
|
+
* ## Usage
|
|
207
|
+
*
|
|
208
|
+
* Components should import both `tickledStyles` and `tickledItemStyles`:
|
|
209
|
+
*
|
|
210
|
+
* ```ts
|
|
211
|
+
* import { tickledStyles, tickledItemStyles } from '../interaction/index.js';
|
|
212
|
+
*
|
|
213
|
+
* class MyComponent extends LitElement {
|
|
214
|
+
* static styles = [
|
|
215
|
+
* tickledStyles,
|
|
216
|
+
* tickledItemStyles,
|
|
217
|
+
* css`
|
|
218
|
+
* :host {
|
|
219
|
+
* --item-bg-tickled: #e0e0e0;
|
|
220
|
+
* --item-bg-selected: #1976d2;
|
|
221
|
+
* }
|
|
222
|
+
* `
|
|
223
|
+
* ];
|
|
224
|
+
* }
|
|
225
|
+
* ```
|
|
226
|
+
*/
|
|
227
|
+
declare const tickledStyles: import("lit").CSSResult;
|
|
228
|
+
/**
|
|
229
|
+
* Shared item styling for tickled components.
|
|
230
|
+
*
|
|
231
|
+
* Provides base styles for interactive items with tickled and selected states.
|
|
232
|
+
* Components should import this in addition to `tickledStyles` and can override
|
|
233
|
+
* CSS variables to customize appearance.
|
|
234
|
+
*/
|
|
235
|
+
declare const tickledItemStyles: import("lit").CSSResult;
|
|
236
|
+
//#endregion
|
|
54
237
|
//#region src/bottom-drawer/bottom-drawer.d.ts
|
|
55
238
|
type BottomDrawerResizeDetail = {
|
|
56
239
|
readonly height: number;
|
|
@@ -1296,251 +1479,6 @@ type VerticalListAdapterOptions = {
|
|
|
1296
1479
|
*/
|
|
1297
1480
|
declare function createVerticalListAdapter<T>(renderItem: (item: T) => Element, options?: VerticalListAdapterOptions): HTMLElement & IGroupedSubComponent<T>;
|
|
1298
1481
|
//#endregion
|
|
1299
|
-
//#region src/interaction/keyed-list.d.ts
|
|
1300
|
-
/**
|
|
1301
|
-
* Helpers for key-based selection on the Element-flavoured list components
|
|
1302
|
-
* (`ixfx-vertical-list`, `ixfx-detail-list`, `ixfx-grid-list`).
|
|
1303
|
-
*
|
|
1304
|
-
* A "key" is a stable string the host puts on each item element — `data-key`
|
|
1305
|
-
* (preferred) or `data-value`. It survives the host rebuilding the item set
|
|
1306
|
-
* (re-fetch, re-sort, filter) where raw `Element` references do not.
|
|
1307
|
-
*/
|
|
1308
|
-
/**
|
|
1309
|
-
* The stable key for an item element: `data-key`, then `data-value`, else
|
|
1310
|
-
* `undefined`.
|
|
1311
|
-
*/
|
|
1312
|
-
declare function keyForElement(el: Element): string | undefined;
|
|
1313
|
-
/**
|
|
1314
|
-
* A lazily-built key → element index over a container. Rebuilt on first use
|
|
1315
|
-
* and after any child-list mutation under `root`; `invalidate()` forces a
|
|
1316
|
-
* rebuild on the next `get()`.
|
|
1317
|
-
*
|
|
1318
|
-
* ```ts
|
|
1319
|
-
* #keyIndex = new KeyedElementIndex(this);
|
|
1320
|
-
* // ...
|
|
1321
|
-
* const el = this.#keyIndex.get(`row-42`);
|
|
1322
|
-
* // on disconnect:
|
|
1323
|
-
* this.#keyIndex.dispose();
|
|
1324
|
-
* ```
|
|
1325
|
-
*/
|
|
1326
|
-
declare class KeyedElementIndex {
|
|
1327
|
-
#private;
|
|
1328
|
-
/**
|
|
1329
|
-
* @param root Container whose descendants are indexed.
|
|
1330
|
-
* @param itemSelector Which descendants count as items (default: any `[data-key]`).
|
|
1331
|
-
*/
|
|
1332
|
-
constructor(root: Element, itemSelector?: string);
|
|
1333
|
-
/** The element with this key, or `undefined`. First match wins on duplicates. */
|
|
1334
|
-
get(key: string): Element | undefined;
|
|
1335
|
-
/** Force a rebuild on the next `get()` — e.g. after a `data-key` attribute change. */
|
|
1336
|
-
invalidate(): void;
|
|
1337
|
-
/** Stop observing and drop the cache. */
|
|
1338
|
-
dispose(): void;
|
|
1339
|
-
}
|
|
1340
|
-
//#endregion
|
|
1341
|
-
//#region src/interaction/list-drag-select-controller.d.ts
|
|
1342
|
-
/** Surface-relative rectangle: origin at the scroll container's top-left. */
|
|
1343
|
-
type DragSelectRect = {
|
|
1344
|
-
readonly x: number;
|
|
1345
|
-
readonly y: number;
|
|
1346
|
-
readonly width: number;
|
|
1347
|
-
readonly height: number;
|
|
1348
|
-
};
|
|
1349
|
-
type ListDragSelectControllerConfig<T> = {
|
|
1350
|
-
/** Element the marquee is drawn in and pointer geometry is measured against. */
|
|
1351
|
-
getSurface: () => HTMLElement | undefined;
|
|
1352
|
-
/** Is drag-select currently allowed? (multi-capable, has items, not disabled) */
|
|
1353
|
-
isEnabled: () => boolean;
|
|
1354
|
-
/** Pointer types that may start a drag. Default ['mouse', 'pen'] — touch still scrolls. */
|
|
1355
|
-
pointerTypes?: readonly string[];
|
|
1356
|
-
/** Movement in px before a press becomes a drag. Default 4. */
|
|
1357
|
-
threshold?: number;
|
|
1358
|
-
/** Map a surface-relative rect to covered items. */
|
|
1359
|
-
hitTest: (rect: DragSelectRect) => Iterable<T>;
|
|
1360
|
-
/**
|
|
1361
|
-
* Selection snapshotted when the drag starts, combined with the hit set
|
|
1362
|
-
* while modifiers are held: Shift adds (`base + hit`), Cmd / Ctrl inverts
|
|
1363
|
-
* (covered items toggle, the rest is untouched).
|
|
1364
|
-
*/
|
|
1365
|
-
getBaseSelection: () => ReadonlySet<T>;
|
|
1366
|
-
/** Continuous visual feedback: the preview set + current rect (undefined when idle). */
|
|
1367
|
-
onPreview: (preview: ReadonlySet<T>, rect: DragSelectRect | undefined) => void;
|
|
1368
|
-
/**
|
|
1369
|
-
* Fired once on release with the final set. Host applies it to its
|
|
1370
|
-
* selection. `additive` is `true` when the drag ran with Shift (add) or
|
|
1371
|
-
* Cmd / Ctrl (invert) held.
|
|
1372
|
-
*/
|
|
1373
|
-
onCommit: (finalSet: ReadonlySet<T>, info: {
|
|
1374
|
-
additive: boolean;
|
|
1375
|
-
}) => void;
|
|
1376
|
-
/** Optional: scroll the surface when the pointer nears an edge during a drag. */
|
|
1377
|
-
autoScroll?: (dx: number, dy: number) => void;
|
|
1378
|
-
/**
|
|
1379
|
-
* Optional predicate called on pointerdown before the controller records its
|
|
1380
|
-
* pointer id or later calls setPointerCapture/preventDefault. Return false
|
|
1381
|
-
* to yield to another gesture (e.g. native item drag).
|
|
1382
|
-
*/
|
|
1383
|
-
shouldStart?: (event: PointerEvent) => boolean;
|
|
1384
|
-
};
|
|
1385
|
-
type DragHost = ReactiveControllerHost & HTMLElement;
|
|
1386
|
-
/**
|
|
1387
|
-
* Shared pointer-drag (marquee / rubber-band) selection for list components.
|
|
1388
|
-
*
|
|
1389
|
-
* Owns all pointer plumbing and rectangle state; knows nothing about DOM
|
|
1390
|
-
* geometry or the selection model — those are host callbacks. Mirrors the
|
|
1391
|
-
* `TickledController` attach pattern (`new ListDragSelectController(this, …)`).
|
|
1392
|
-
*
|
|
1393
|
-
* Behaviour: `pointerdown` on the surface records a start point; once the
|
|
1394
|
-
* pointer moves past `threshold`, the surface captures the pointer and every
|
|
1395
|
-
* move recomputes the rect, hit-tests, and calls `onPreview`. On release the
|
|
1396
|
-
* final set is delivered once via `onCommit`. A press that never crosses the
|
|
1397
|
-
* threshold does nothing (the normal `@click` path runs).
|
|
1398
|
-
*/
|
|
1399
|
-
declare class ListDragSelectController<T> implements ReactiveController {
|
|
1400
|
-
#private;
|
|
1401
|
-
constructor(host: DragHost, config: ListDragSelectControllerConfig<T>);
|
|
1402
|
-
/** `true` while a drag is in progress or its trailing click is still pending. */
|
|
1403
|
-
get isDragging(): boolean;
|
|
1404
|
-
/** `true` once the press has crossed the threshold and a rect is live. */
|
|
1405
|
-
get isActive(): boolean;
|
|
1406
|
-
hostConnected(): void;
|
|
1407
|
-
hostDisconnected(): void;
|
|
1408
|
-
/** Re-bind when the surface element appears/changes (e.g. first render). */
|
|
1409
|
-
hostUpdated(): void;
|
|
1410
|
-
}
|
|
1411
|
-
//#endregion
|
|
1412
|
-
//#region src/interaction/list-item-animation.d.ts
|
|
1413
|
-
/**
|
|
1414
|
-
* Shared insertion / removal animation for the list & tree components.
|
|
1415
|
-
*
|
|
1416
|
-
* Two flavours, because the components split into two layout families:
|
|
1417
|
-
*
|
|
1418
|
-
* - **Flow layouts** (`ixfx-vertical-list`, `ixfx-detail-list`, `ixfx-tree-*`) —
|
|
1419
|
-
* rows sit in normal flow, so a new row can collapse in from zero height and a
|
|
1420
|
-
* leaving row can collapse back to zero, and the rows around it slide to make
|
|
1421
|
-
* or close the gap for free. Use {@link animateListItemIn} /
|
|
1422
|
-
* {@link animateListItemOut} (Web Animations API, exact measured sizes).
|
|
1423
|
-
*
|
|
1424
|
-
* - **Virtualised layouts** (`ixfx-grid-list`, `ixfx-data-grid`) — rows are
|
|
1425
|
-
* absolutely positioned (`transform` / `top`), so collapsing a row's box moves
|
|
1426
|
-
* nothing. Those components instead fade the entering / leaving row with the
|
|
1427
|
-
* {@link listItemFadeKeyframes} keyframes and slide the survivors by
|
|
1428
|
-
* transitioning their position for a short window after the change.
|
|
1429
|
-
*
|
|
1430
|
-
* Everything here is a no-op under `prefers-reduced-motion: reduce`.
|
|
1431
|
-
*/
|
|
1432
|
-
/** Default duration (ms) for both flavours; overridable per call / per component. */
|
|
1433
|
-
declare const LIST_ITEM_MOTION_MS = 200;
|
|
1434
|
-
declare function prefersReducedMotion(): boolean;
|
|
1435
|
-
/**
|
|
1436
|
-
* Opacity keyframes for the virtualised components. Each one adds its own
|
|
1437
|
-
* one-line rule binding `.<row>.ixfx-item-entering` / `.ixfx-item-leaving` to
|
|
1438
|
-
* these, plus a `prefers-reduced-motion` guard on its own selectors.
|
|
1439
|
-
*/
|
|
1440
|
-
declare const listItemFadeKeyframes: import("lit").CSSResult;
|
|
1441
|
-
interface ListItemMotionOptions {
|
|
1442
|
-
/**
|
|
1443
|
-
* Animation duration in ms. When omitted, the element's
|
|
1444
|
-
* `--ixfx-list-item-move-duration` custom property is used if set (accepts
|
|
1445
|
-
* `ms` or `s`), otherwise {@link LIST_ITEM_MOTION_MS}.
|
|
1446
|
-
*/
|
|
1447
|
-
duration?: number;
|
|
1448
|
-
/** Which axis collapses — `block` (height, default) or `inline` (width). */
|
|
1449
|
-
axis?: `block` | `inline`;
|
|
1450
|
-
easing?: string;
|
|
1451
|
-
}
|
|
1452
|
-
/**
|
|
1453
|
-
* Collapse + fade `el` in from nothing to its natural size. Call it just after
|
|
1454
|
-
* the element has been inserted (it must already be laid out at full size so it
|
|
1455
|
-
* can be measured). No-op under reduced motion.
|
|
1456
|
-
*/
|
|
1457
|
-
declare function animateListItemIn(el: HTMLElement, options?: ListItemMotionOptions): Animation | undefined;
|
|
1458
|
-
/**
|
|
1459
|
-
* Collapse + fade `el` out. Resolves once the animation finishes (or straight
|
|
1460
|
-
* away under reduced motion); the caller detaches the element after. The final
|
|
1461
|
-
* collapsed state is held (`fill: forwards`) so there's no flash back to full
|
|
1462
|
-
* size in the gap before removal.
|
|
1463
|
-
*/
|
|
1464
|
-
declare function animateListItemOut(el: HTMLElement, options?: ListItemMotionOptions): Promise<void>;
|
|
1465
|
-
//#endregion
|
|
1466
|
-
//#region src/interaction/tickled-styles.d.ts
|
|
1467
|
-
/**
|
|
1468
|
-
* Shared CSS styles for tickled interaction pattern.
|
|
1469
|
-
*
|
|
1470
|
-
* Tickled state is controlled via the `.tickled` CSS class (applied by TickledController).
|
|
1471
|
-
* The `tickledItemStyles` provides base styling that all tickled components should use.
|
|
1472
|
-
*
|
|
1473
|
-
* ## CSS Variable Contract
|
|
1474
|
-
*
|
|
1475
|
-
* **Style variables** — `tickledItemStyles` only consumes these via `var()`; it
|
|
1476
|
-
* defines no defaults itself. Fallback values (used when no theme CSS is loaded)
|
|
1477
|
-
* are registered in `themeFallbacks` (`../styles/fallbacks.ts`) and mirror the
|
|
1478
|
-
* documented base theme in `user-theming.md`:
|
|
1479
|
-
* - `--item-bg`, `--item-bg-tickled`, `--item-bg-selected`, `--item-bg-selected-tickled`
|
|
1480
|
-
* - `--item-border`, `--item-border-tickled`, `--item-border-selected` (full border shorthands, not colours)
|
|
1481
|
-
* - `--item-text-tickled`, `--item-text-selected`
|
|
1482
|
-
* - `--item-padding`, `--item-border-radius`, `--item-icon-spacing`
|
|
1483
|
-
*
|
|
1484
|
-
* ## Usage
|
|
1485
|
-
*
|
|
1486
|
-
* Components should import both `tickledStyles` and `tickledItemStyles`:
|
|
1487
|
-
*
|
|
1488
|
-
* ```ts
|
|
1489
|
-
* import { tickledStyles, tickledItemStyles } from '../interaction/index.js';
|
|
1490
|
-
*
|
|
1491
|
-
* class MyComponent extends LitElement {
|
|
1492
|
-
* static styles = [
|
|
1493
|
-
* tickledStyles,
|
|
1494
|
-
* tickledItemStyles,
|
|
1495
|
-
* css`
|
|
1496
|
-
* :host {
|
|
1497
|
-
* --item-bg-tickled: #e0e0e0;
|
|
1498
|
-
* --item-bg-selected: #1976d2;
|
|
1499
|
-
* }
|
|
1500
|
-
* `
|
|
1501
|
-
* ];
|
|
1502
|
-
* }
|
|
1503
|
-
* ```
|
|
1504
|
-
*/
|
|
1505
|
-
declare const tickledStyles: import("lit").CSSResult;
|
|
1506
|
-
/**
|
|
1507
|
-
* Shared item styling for tickled components.
|
|
1508
|
-
*
|
|
1509
|
-
* Provides base styles for interactive items with tickled and selected states.
|
|
1510
|
-
* Components should import this in addition to `tickledStyles` and can override
|
|
1511
|
-
* CSS variables to customize appearance.
|
|
1512
|
-
*/
|
|
1513
|
-
declare const tickledItemStyles: import("lit").CSSResult;
|
|
1514
|
-
//#endregion
|
|
1515
|
-
//#region src/interaction/tree-keyboard-controller.d.ts
|
|
1516
|
-
type TreeKeyboardNavItemId = string;
|
|
1517
|
-
type TreeKeyboardNavCallbacks = {
|
|
1518
|
-
getItems: () => ReadonlyArray<TickledItem<TreeKeyboardNavItemId>>;
|
|
1519
|
-
onExpand: (id: TreeKeyboardNavItemId) => void;
|
|
1520
|
-
onCollapse: (id: TreeKeyboardNavItemId) => void;
|
|
1521
|
-
onActivate: (id: TreeKeyboardNavItemId) => void;
|
|
1522
|
-
onSelect?: (id: TreeKeyboardNavItemId) => void;
|
|
1523
|
-
onEscape?: () => void;
|
|
1524
|
-
isLeaf: (id: TreeKeyboardNavItemId) => boolean;
|
|
1525
|
-
isExpanded: (id: TreeKeyboardNavItemId) => boolean;
|
|
1526
|
-
getParentId?: (id: TreeKeyboardNavItemId) => TreeKeyboardNavItemId | undefined;
|
|
1527
|
-
};
|
|
1528
|
-
type TreeKeyboardNavControllerConfig = {
|
|
1529
|
-
callbacks: TreeKeyboardNavCallbacks;
|
|
1530
|
-
disableKeyboardNavigation?: () => boolean;
|
|
1531
|
-
};
|
|
1532
|
-
declare class TreeKeyboardNavController implements ReactiveController {
|
|
1533
|
-
#private;
|
|
1534
|
-
private host;
|
|
1535
|
-
private tickled;
|
|
1536
|
-
private callbacks;
|
|
1537
|
-
private disableKeyboardNavigation;
|
|
1538
|
-
constructor(host: ReactiveControllerHost, tickled: TickledController<TreeKeyboardNavItemId>, config: TreeKeyboardNavControllerConfig);
|
|
1539
|
-
hostConnected(): void;
|
|
1540
|
-
hostDisconnected(): void;
|
|
1541
|
-
handleKeyDown: (event: KeyboardEvent) => void;
|
|
1542
|
-
}
|
|
1543
|
-
//#endregion
|
|
1544
1482
|
//#region src/notifier/manager.d.ts
|
|
1545
1483
|
declare const NotificationManager: {
|
|
1546
1484
|
configure(opts: NotifierOptions): void;
|
|
@@ -2136,5 +2074,5 @@ declare function monitorIndeterminate(targetElOrQuery: string | HTMLElement, wat
|
|
|
2136
2074
|
//#region src/index.d.ts
|
|
2137
2075
|
declare function init(): void;
|
|
2138
2076
|
//#endregion
|
|
2139
|
-
export { AcTextChangeDetail, AcTextChangeEvent, AcTextCompletionProvider, AcTextElement, AcTextItem, AcTextSelectDetail, AcTextSelectEvent, type AcTokenAddDetail, type AcTokenAddEvent, AcTokenElement, type AcTokenElementEventMap, type AcTokenItem, type AcTokenRemoveDetail, type AcTokenRemoveEvent, type AcTokenizerFn, type AcTokensChangeDetail, type AcTokensChangeEvent, AddItemOptions, Axis, BottomDrawerCloseEvent, BottomDrawerCommand, BottomDrawerElement, BottomDrawerElementEventMap, BottomDrawerResizeDetail, BottomDrawerResizeEvent, ButtonElement, Checkbox, CheckboxChangeDetail, CheckboxChangeEvent, CheckboxEventMap, ClickSnapMode, ColourMapConfig, ColourMode, ColourPicker, type ColourPickerChangeEvent, type ColourPickerEventDetail, type ColourPickerInputEvent, ColourPickerPopup, ColourResult, ConfigEntry, ContiguousSelectEventDetail, CrossoverBehaviour, CrumbNavChangeDetail, CrumbNavChangeEvent, CrumbNavExpandDetail, CrumbNavExpandEvent, CrumbNavNavigateDetail, CrumbNavNavigateEvent, CrumbNavigationChangeDetail, CrumbNavigationChangeEvent, CrumbNavigationElement, CrumbNavigationElementEventMap, CrumbNavigationExpandDetail, CrumbNavigationExpandEvent, CrumbNavigationItemClickDetail, CrumbNavigationItemClickEvent, CrumbPathController, CrumbPathControllerOptions, CrumbPathElement, CrumbPathElementEventMap, CrumbSegment, CrumbSiblingLookupFn, type CssVars, CustomCheckboxOptions, DataBatch, DataController, DataControllerOptions, DataDisplayComponent, DataGridCellClickDetail, DataGridCellClickEvent, DataGridCellEditDetail, DataGridCellEditEvent, DataGridColumnReorderDetail, DataGridColumnReorderEvent, DataGridColumnResizeDetail, DataGridColumnResizeEvent, DataGridColumnVisibilityDetail, DataGridColumnVisibilityEvent, DataGridElement, DataGridElementEventMap, DataGridGroupChangeDetail, DataGridGroupChangeEvent, DataGridSelectDetail, DataGridSelectEvent, DataGridSortDetail, DataGridSortEvent, type DataListSearchAdapterOptions, type DataListSearchItem, DataProviderResult, DataTableElement, DataTableElementEventMap, DataTableRow, DataTableRowClickDetail, DataTableRowClickEvent, type DetailFormatter, DetailListElement, type DetailSortComparator, type DetailSortItem, type DetailSortMode, DisplayTextLogic, DistributeResult, DockAddPanelTarget, DockAxis, DockChangeDetail, DockChangeEvent, DockDirection, DockDragBoundaryDetail, DockDragBoundaryEvent, DockDropTarget, type DockDropZone, DockEdge, DockHostElement, DockHostElementEventMap, DockLayout, DockLeafContentRules, DockLeafInfo, DockLeafPlacementPolicy, DockLeafPlacementPolicyResolved, DockLeafRef, DockNeighbours, DockNode, DockOperation, DockPanelActivatedDetail, DockPanelActivatedEvent, DockPanelAddedDetail, DockPanelAddedEvent, DockPanelDragStartDetail, DockPanelDragStartEvent, DockPanelElement, DockPanelElementEventMap, DockPanelInit, DockPanelRemovedDetail, DockPanelRemovedEvent, DockPanelSnapshot, DockPanelTearOutDetail, DockPanelTearOutEvent, DockRect, DockSplitNode, DockStackNode, type DragSelectRect, DragSnappingFn, DragTarget, EditableLabel, EditableLabelChangeDetail, EditableLabelChangeEvent, EditableMode, EditableNumber, Effect, type ElementIncrSearch, type ElementIncrSearchOptions, type ElementListSearchAdapterOptions, type ElementListSearchHost, Endpoints, EntryMode, FormElement, FormGroupElement, FormPartElement, FormatValueForHuman, FormattingOptions, type FuzzySearch, type FuzzySearchOptions, FuzzySearchResult, type GridListActivateDetail, type GridListActivateEvent, type GridListCaptionAlign, type GridListCaptionBackdrop, type GridListCaptionPosition, type GridListCaptionStyle, type GridListDataAdapter, GridListElement, type GridListElementEventMap, type GridListFullElementEventMap, type GridListItemClickDetail, type GridListItemClickEvent, type GridListItemEventDetail, type GridListNativeDragStartDetail, type GridListNativeDragStartEvent, type GridListOrientation, type GridListSelectDetail, type GridListSelectEvent, type GridListTickleDetail, type GridListTickleEvent, type GridListViewportChangeDetail, type GridListViewportChangeEvent, GridMode, GridResolution, GroupNode, GroupedItemListerElement, type GroupedItemListerElementEventMap, type GroupedSelectDetail, type GroupedSelectEvent, HexChangeDetail, HexChangeEvent, type HighlightOptions, type HighlightTarget, ICON_CARET_RIGHT, ICON_CHECK, ICON_CHEVRON_DOWN, ICON_CLOSE, IDataProvider, type IGroupedSubComponent, type IGroupedSubComponentEventMap, type IconChangedDetail, type IconChangedEvent, type IconEntry, type IncrSearch, type IncrSearchChangeCallback, IncrSearchTreeController as IncrSearchMillerController, IncrSearchTreeController, type IncrSearchTreeOptions as IncrSearchMillerOptions, type IncrSearchTreeOptions, type IncrSearchOptions, type IncrSearchResult, type IncrSearchState, type InputMode, ItemsProvider, IxfxHexEditorElement, IxfxIconElement, IxfxRatingElement, IxfxTimelineElement, KeyedElementIndex, LIST_ITEM_MOTION_MS, LIST_SEARCH_COMMAND_IDS, LIST_SEARCH_MODES, LabelledRadialInput, LabelledRangeInput, LabelledSliderInput, LaneData, LaneType, LayoutNode, LayoutSnapshot, LeafGeom, LedElement, LedMode, type ListActivateDetail, type ListActivateEvent, ListDragSelectController, type ListDragSelectControllerConfig, type ListElementEventMap, type ListInteractionMode, type ListItemClickDetail, type ListItemClickEvent, type ListItemMotionOptions, type ListSearchAdapter, ListSearchController, type ListSearchControllerOptions, type ListSearchHost, type ListSearchMode, type ListSelectDetail, type ListSelectEvent, ListSelectionController, type ListSelectionControllerConfig, type ListSelectionGesture, type ListSelectionMode, type ListSelectionModes, type ListTickleDetail, type ListTickleEvent, LoadChildrenCallback, MarkerStyle, index_d_exports as Menu, type TreeActivateDetail as MillerActivateDetail, TreeActivateDetail, type TreeActivateEvent as MillerActivateEvent, TreeActivateEvent, MillerBaseElement, MillerBaseElementEventMap, type TreeCollapseDetail as MillerCollapseDetail, TreeCollapseDetail, type TreeCollapseEvent as MillerCollapseEvent, TreeCollapseEvent, MillerConfig, type TreeExpandDetail as MillerExpandDetail, TreeExpandDetail, type TreeExpandEvent as MillerExpandEvent, TreeExpandEvent, MillerHeaderClickDetail, MillerHeaderClickEvent, MillerHeaderRightClickDetail, MillerHeaderRightClickEvent, type TreeItem as MillerItem, TreeItem, type TreeItemClickDetail as MillerItemClickDetail, TreeItemClickDetail, type TreeItemClickEvent as MillerItemClickEvent, TreeItemClickEvent, MillerItemDblClickDetail, MillerItemDblClickEvent, MillerItemRightClickDetail, MillerItemRightClickEvent, MillerItemState, MillerListElement, type TreeNode as MillerNode, TreeNode, MillerRebaseDetail, MillerRebaseEvent, type TreeSelectDetail as MillerSelectDetail, TreeSelectDetail, type TreeSelectEvent as MillerSelectEvent, TreeSelectEvent, MillerSelectionMode, type TreeTickleDetail as MillerTickleDetail, TreeTickleDetail, type TreeTickleEvent as MillerTickleEvent, TreeTickleEvent, MillerTreeController, MillerTreeControllerOptions, NarrowedTextChangeDetail, NarrowedTextChangeEvent, NarrowedTextElement, NarrowedTextItem, NoneSelectEventDetail, Notification, NotificationContent, NotificationManager, NotificationPillElement, NotificationPillElementEventMap, NotificationRenderer, NotificationRendererHooks, NotificationType, NotifierOptions, type OklchValue, Orientation, PanTextElement, PanTextMode, PanelCloseEvent, PanelElement, PanelElementEventMap, PanelGroupElement, PanelGroupElementEventMap, PanelGroupOrientation, PanelGroupReorderDetail, PanelGroupReorderEvent, PanelInfo, PanelNode, PanelOrientation, PanelToggleDetail, PanelToggleEvent, PanelToggleInteraction, PanelVariant, PillPosition, PillQueueDisplay, PillRendererOptions, PillSafeArea, PillTapDetail, PillTapEvent, PlotDataSeries, PlotDataSeriesOptions, PlotHistogram, PlotHistogramBucketClickDetail, PlotHistogramBucketClickEvent, PlotHistogramElementEventMap, PlotHistogramInteractionMode, PlotHistogramOrientation, PlotHistogramSelectionChangeDetail, PlotHistogramSelectionChangeEvent, PlotHistogramSelectionRange, PlotHistogramValueTooltips, PlotMultiAxis, PlotMultiAxisDataPointClickDetail, PlotMultiAxisDataPointClickEvent, PlotMultiAxisElementEventMap, PlotMultiAxisLayout, PlotSingleAxis, PlotSingleAxisElementEventMap, PlotSingleAxisPointerMoveDetail, PlotSingleAxisPointerMoveEvent, PlotXyAxis, PolarPad, PolarPadInputDetail, PolarPadInputEvent, PopupItem, RadialInputChangeDetail, RadialInputChangeEvent, RadialInputElement, RadialInputInputDetail, RadialInputInputEvent, RadioGroup, RadioGroupChangeDetail, RadioGroupChangeEvent, RadioGroupMode, RadioItem, RangeElement, RangeInput, RangeMultiElement, RangeMultiInputDetail, RangeMultiInputEvent, RatingChangeDetail, RatingChangeEvent, RatingElement, RatingElementEventMap, RatingInputEvent, RatingVariant, type Rect, RectangularSelectEventDetail, type RegisterListSearchCommandsOptions, RendererStyle, ResizeMode, SelectEventDetail, SelectHorizChangeDetail, SelectHorizChangeEvent, SelectHorizElement, SelectHorizEventMap, SelectionMode, SingleAxisAgeStyle, SingleAxisDrawStyle, SingleSelectEventDetail, SliderChangedField, SliderCrossover, SliderHandleKey, SliderInputChangeDetail, SliderInputChangeEvent, SliderInputElement, SliderInputElementEventMap, SliderInputInputDetail, SliderInputInputEvent, SliderLaneData, SliderLaneType, SliderMarkerStyle, SliderOrientation, SliderSingleStyle, SliderValueCFollow, SliderValueDrag, SliderValueMode, SlidingNumberElement, SlidingNumberTrend, SnackbarDismiss, SnackbarElement, SnackbarMode, SnackbarPlacement, SnapChangeDetail, SnapChangeEvent, SnapContainer, SnapInputDetail, SnapInputEvent, SnapLogic, SnapshotNode, SortCompareFn, SplitButton, SplitButtonMode, SplitButtonSelectDetail, SplitButtonSelectEvent, SplitChangeDetail, SplitChangeEvent, SplitCloseDetail, SplitCloseEvent, SplitCollapseDetail, SplitCollapseEvent, SplitExpandDetail, SplitExpandEvent, SplitLayoutElement, SplitLayoutElementEventMap, SplitPanelElement, SplitResizeDetail, SplitResizeEvent, type SubComponentActivateDetail, type SubComponentActivateEvent, type SubComponentFactory, type SubComponentItemClickDetail, type SubComponentItemClickEvent, type SubComponentSelectDetail, type SubComponentSelectEvent, type SubComponentTickleDetail, type SubComponentTickleEvent, SwipeElement, SwipeElementEventMap, SwipeInputDetail, SwipeInputEvent, SwitcherItem, Tab, TabAddOptions, TabController, TabControllerOptions, TabListChangeDetail, TabListChangeEvent, TabListDragMode, TabListElement, TabListItemElement, TabListReorderDetail, TabListReorderEvent, TabPanelElement, TabPanelsElement, TextShimmerElement, TickledController, type TickledControllerConfig, type TickledItem, TimelineController, TimelineControllerConfig, TimelineDraggingCallbackDetail, TimelineDraggingDetail, TimelineDraggingEvent, TimelineElementEventMap, TimelineEvent, TimelineEventMoveDetail, TimelineEventMoveEvent, TimelineEventResizeDetail, TimelineEventResizeEvent, TimelineSelectionChangeDetail, TimelineSelectionChangeEvent, TimelineTickleChangeDetail, TimelineTickleChangeEvent, TimelineTrack, TimelineTrackReorderDetail, TimelineTrackReorderEvent, TimelineTrackResizeDetail, TimelineTrackResizeEvent, TimelineTrackSelectDetail, TimelineTrackSelectEvent, TimelineTrackTabElement, TitlebarCloseEvent, TitlebarElement, TitlebarElementEventMap, TitlebarOrientation, TitlebarToggleDetail, TitlebarToggleEvent, TitlebarToggleInteraction, TitlebarVariant, ToolbarAlign, ToolbarElement, ToolbarGroupElement, ToolbarLayout, ToolbarOrientation, ToolbarVerticalWriting, TooltipElement, TooltipOrientations, TrackHeightMode, TrackLayout, TransitoryLabelElement, TreeBaseElement, TreeBaseElementEventMap, TreeCheckboxState, TreeComponent, TreeComponentEventMap, TreeConfig, TreeController, TreeControllerOptions, TreeDataModel, TreeDataModelOptions, TreeExclusivity, TreeFilterPredicate, TreeInteractionMode, type TreeKeyboardNavCallbacks, TreeKeyboardNavController, type TreeKeyboardNavControllerConfig, type TreeKeyboardNavItemId, TreeListAdapterOptions, TreeListElement, type TreeListSearchAdapterOptions, TreeSearchHost, TreeSelectionFilter, TwoSplitLayoutElement, UserScale, ValueMode, VerticalListAdapterOptions, VerticalListElement, ViewRange, WhenSmall, XyAgeStyle, XyDrawStyle, XyPad, XyPadEventMap, XyPadInputDetail, XyPadInputEvent, addPanelToStack, animateListItemIn, animateListItemOut, applyAgeModification, applyHighlights, applySnapshot, attachTimelineInteractions, bottomDrawerCommandId, buildHighlightTargets, buildModel, clearHighlights, collectContainerNames, collectDataResult, collectPanelIds, collectStackPaths, computeColour, computeLeafGeoms, createAcCompletionProvider, createDataListSearchAdapter, createElementIncrSearch, createElementListSearchAdapter, createEmptyLayout, createEmptyStack, createFuzzySearch, createIncrSearch, createPillRenderer, createSplit, createStack, createTreeListAdapter, createTreeListSearchAdapter, createVerticalListAdapter, distribute, extractStack, findNode, findParentOf, findStackOf, findStackPathByName, getActiveDragPanelId, getIcon, getIconEntry, getIconFont, getLeafNeighbours, hasIcon, iconBus, init, insertBeside, isDragging, isMultiMode, isSplit, isStack, keyForElement, listItemFadeKeyframes, listSearchStyles, monitorIndeterminate, moveLeafNodeToEdge, moveLeafStep, normalise, normalize, panelGapIndex, parseColourScaleAttr, parseLayout, pointerOverAnyHost, prefersReducedMotion, readBaseColour, registerFontIcon, registerIcon, registerListSearchCommands, removePanelFromStack, resolveCssVars, resolveGrid, resolveLeafPath, resolveTracks, serializeLayout, setActive, setIconFont, svgToDataUri, swapLeaves, tickledItemStyles, tickledStyles, timelineStyles, toSnapshot, walk, wrapRoot };
|
|
2077
|
+
export { AcTextChangeDetail, AcTextChangeEvent, AcTextCompletionProvider, AcTextElement, AcTextItem, AcTextSelectDetail, AcTextSelectEvent, type AcTokenAddDetail, type AcTokenAddEvent, AcTokenElement, type AcTokenElementEventMap, type AcTokenItem, type AcTokenRemoveDetail, type AcTokenRemoveEvent, type AcTokenizerFn, type AcTokensChangeDetail, type AcTokensChangeEvent, AddItemOptions, Axis, BottomDrawerCloseEvent, BottomDrawerCommand, BottomDrawerElement, BottomDrawerElementEventMap, BottomDrawerResizeDetail, BottomDrawerResizeEvent, ButtonElement, Checkbox, CheckboxChangeDetail, CheckboxChangeEvent, CheckboxEventMap, ClickSnapMode, ColourMapConfig, ColourMode, ColourPicker, type ColourPickerChangeEvent, type ColourPickerEventDetail, type ColourPickerInputEvent, ColourPickerPopup, ColourResult, ConfigEntry, ContiguousSelectEventDetail, CrossoverBehaviour, CrumbNavChangeDetail, CrumbNavChangeEvent, CrumbNavExpandDetail, CrumbNavExpandEvent, CrumbNavNavigateDetail, CrumbNavNavigateEvent, CrumbNavigationChangeDetail, CrumbNavigationChangeEvent, CrumbNavigationElement, CrumbNavigationElementEventMap, CrumbNavigationExpandDetail, CrumbNavigationExpandEvent, CrumbNavigationItemClickDetail, CrumbNavigationItemClickEvent, CrumbPathController, CrumbPathControllerOptions, CrumbPathElement, CrumbPathElementEventMap, CrumbSegment, CrumbSiblingLookupFn, type CssVars, CustomCheckboxOptions, DataBatch, DataController, DataControllerOptions, DataDisplayComponent, DataGridCellClickDetail, DataGridCellClickEvent, DataGridCellEditDetail, DataGridCellEditEvent, DataGridColumnReorderDetail, DataGridColumnReorderEvent, DataGridColumnResizeDetail, DataGridColumnResizeEvent, DataGridColumnVisibilityDetail, DataGridColumnVisibilityEvent, DataGridElement, DataGridElementEventMap, DataGridGroupChangeDetail, DataGridGroupChangeEvent, DataGridSelectDetail, DataGridSelectEvent, DataGridSortDetail, DataGridSortEvent, type DataListSearchAdapterOptions, type DataListSearchItem, DataProviderResult, DataTableElement, DataTableElementEventMap, DataTableRow, DataTableRowClickDetail, DataTableRowClickEvent, type DetailFormatter, DetailListElement, DetailListElementEventMap, type DetailSortComparator, type DetailSortItem, type DetailSortMode, DisplayTextLogic, DistributeResult, DockAddPanelTarget, DockAxis, DockChangeDetail, DockChangeEvent, DockDirection, DockDragBoundaryDetail, DockDragBoundaryEvent, DockDropTarget, type DockDropZone, DockEdge, DockHostElement, DockHostElementEventMap, DockLayout, DockLeafContentRules, DockLeafInfo, DockLeafPlacementPolicy, DockLeafPlacementPolicyResolved, DockLeafRef, DockNeighbours, DockNode, DockOperation, DockPanelActivatedDetail, DockPanelActivatedEvent, DockPanelAddedDetail, DockPanelAddedEvent, DockPanelDragStartDetail, DockPanelDragStartEvent, DockPanelElement, DockPanelElementEventMap, DockPanelInit, DockPanelRemovedDetail, DockPanelRemovedEvent, DockPanelSnapshot, DockPanelTearOutDetail, DockPanelTearOutEvent, DockRect, DockSplitNode, DockStackNode, type DragSelectRect, DragSnappingFn, DragTarget, EditableLabel, EditableLabelChangeDetail, EditableLabelChangeEvent, EditableMode, EditableNumber, Effect, type ElementIncrSearch, type ElementIncrSearchOptions, type ElementListSearchAdapterOptions, type ElementListSearchHost, Endpoints, EntryMode, FormElement, FormGroupElement, FormPartElement, FormatValueForHuman, FormattingOptions, type FuzzySearch, type FuzzySearchOptions, FuzzySearchResult, type GridListActivateDetail, type GridListActivateEvent, type GridListCaptionAlign, type GridListCaptionBackdrop, type GridListCaptionPosition, type GridListCaptionStyle, type GridListDataAdapter, GridListElement, type GridListElementEventMap, type GridListFullElementEventMap, type GridListItemClickDetail, type GridListItemClickEvent, type GridListItemEventDetail, type GridListOrientation, type GridListSelectDetail, type GridListSelectEvent, type GridListTickleDetail, type GridListTickleEvent, type GridListViewportChangeDetail, type GridListViewportChangeEvent, GridMode, GridResolution, GroupNode, GroupedItemListerElement, type GroupedItemListerElementEventMap, type GroupedSelectDetail, type GroupedSelectEvent, HexChangeDetail, HexChangeEvent, type HighlightOptions, type HighlightTarget, ICON_CARET_RIGHT, ICON_CHECK, ICON_CHEVRON_DOWN, ICON_CLOSE, IDataProvider, type IGroupedSubComponent, type IGroupedSubComponentEventMap, type IconChangedDetail, type IconChangedEvent, type IconEntry, type IncrSearch, type IncrSearchChangeCallback, IncrSearchTreeController as IncrSearchMillerController, IncrSearchTreeController, type IncrSearchTreeOptions as IncrSearchMillerOptions, type IncrSearchTreeOptions, type IncrSearchOptions, type IncrSearchResult, type IncrSearchState, type InputMode, ItemsProvider, IxfxHexEditorElement, IxfxIconElement, IxfxRatingElement, IxfxTimelineElement, KeyedElementIndex, LIST_ITEM_MOTION_MS, LIST_SEARCH_COMMAND_IDS, LIST_SEARCH_MODES, LabelledRadialInput, LabelledRangeInput, LabelledSliderInput, LaneData, LaneType, LayoutNode, LayoutSnapshot, LeafGeom, LedElement, LedMode, type ListActivateDetail, type ListActivateEvent, type ListDragEntry, type ListDragPreview, type ListDragPreviewContext, type ListDragPreviewRenderer, ListDragSelectController, type ListDragSelectControllerConfig, type ListDragSource, type ListElementEventMap, type ListInteractionMode, type ListItemClickDetail, type ListItemClickEvent, type ListItemMotionOptions, type ListItemOutResult, ListNativeDragController, type ListNativeDragControllerConfig, type ListNativeDragStartDetail, type ListNativeDragStartEvent, type ListSearchAdapter, ListSearchController, type ListSearchControllerOptions, type ListSearchHost, type ListSearchMode, type ListSelectDetail, type ListSelectEvent, ListSelectionController, type ListSelectionControllerConfig, type ListSelectionGesture, type ListSelectionMode, type ListSelectionModes, type ListTickleDetail, type ListTickleEvent, LoadChildrenCallback, MarkerStyle, index_d_exports as Menu, type TreeActivateDetail as MillerActivateDetail, TreeActivateDetail, type TreeActivateEvent as MillerActivateEvent, TreeActivateEvent, MillerBaseElement, MillerBaseElementEventMap, type TreeCollapseDetail as MillerCollapseDetail, TreeCollapseDetail, type TreeCollapseEvent as MillerCollapseEvent, TreeCollapseEvent, MillerConfig, type TreeExpandDetail as MillerExpandDetail, TreeExpandDetail, type TreeExpandEvent as MillerExpandEvent, TreeExpandEvent, MillerHeaderClickDetail, MillerHeaderClickEvent, MillerHeaderRightClickDetail, MillerHeaderRightClickEvent, type TreeItem as MillerItem, TreeItem, type TreeItemClickDetail as MillerItemClickDetail, TreeItemClickDetail, type TreeItemClickEvent as MillerItemClickEvent, TreeItemClickEvent, MillerItemDblClickDetail, MillerItemDblClickEvent, MillerItemRightClickDetail, MillerItemRightClickEvent, MillerItemState, MillerListElement, type TreeNode as MillerNode, TreeNode, MillerRebaseDetail, MillerRebaseEvent, type TreeSelectDetail as MillerSelectDetail, TreeSelectDetail, type TreeSelectEvent as MillerSelectEvent, TreeSelectEvent, MillerSelectionMode, type TreeTickleDetail as MillerTickleDetail, TreeTickleDetail, type TreeTickleEvent as MillerTickleEvent, TreeTickleEvent, MillerTreeController, MillerTreeControllerOptions, NarrowedTextChangeDetail, NarrowedTextChangeEvent, NarrowedTextElement, NarrowedTextItem, NoneSelectEventDetail, Notification, NotificationContent, NotificationManager, NotificationPillElement, NotificationPillElementEventMap, NotificationRenderer, NotificationRendererHooks, NotificationType, NotifierOptions, type OklchValue, Orientation, PanTextElement, PanTextMode, PanelCloseEvent, PanelElement, PanelElementEventMap, PanelGroupElement, PanelGroupElementEventMap, PanelGroupOrientation, PanelGroupReorderDetail, PanelGroupReorderEvent, PanelInfo, PanelNode, PanelOrientation, PanelToggleDetail, PanelToggleEvent, PanelToggleInteraction, PanelVariant, PillPosition, PillQueueDisplay, PillRendererOptions, PillSafeArea, PillTapDetail, PillTapEvent, PlotDataSeries, PlotDataSeriesOptions, PlotHistogram, PlotHistogramBucketClickDetail, PlotHistogramBucketClickEvent, PlotHistogramElementEventMap, PlotHistogramInteractionMode, PlotHistogramOrientation, PlotHistogramSelectionChangeDetail, PlotHistogramSelectionChangeEvent, PlotHistogramSelectionRange, PlotHistogramValueTooltips, PlotMultiAxis, PlotMultiAxisDataPointClickDetail, PlotMultiAxisDataPointClickEvent, PlotMultiAxisElementEventMap, PlotMultiAxisLayout, PlotSingleAxis, PlotSingleAxisElementEventMap, PlotSingleAxisPointerMoveDetail, PlotSingleAxisPointerMoveEvent, PlotXyAxis, PolarPad, PolarPadInputDetail, PolarPadInputEvent, PopupItem, RadialInputChangeDetail, RadialInputChangeEvent, RadialInputElement, RadialInputInputDetail, RadialInputInputEvent, RadioGroup, RadioGroupChangeDetail, RadioGroupChangeEvent, RadioGroupMode, RadioItem, RangeElement, RangeInput, RangeMultiElement, RangeMultiInputDetail, RangeMultiInputEvent, RatingChangeDetail, RatingChangeEvent, RatingElement, RatingElementEventMap, RatingInputEvent, RatingVariant, type Rect, RectangularSelectEventDetail, type RegisterListSearchCommandsOptions, RendererStyle, ResizeMode, SelectEventDetail, SelectHorizChangeDetail, SelectHorizChangeEvent, SelectHorizElement, SelectHorizEventMap, SelectionMode, SingleAxisAgeStyle, SingleAxisDrawStyle, SingleSelectEventDetail, SliderChangedField, SliderCrossover, SliderHandleKey, SliderInputChangeDetail, SliderInputChangeEvent, SliderInputElement, SliderInputElementEventMap, SliderInputInputDetail, SliderInputInputEvent, SliderLaneData, SliderLaneType, SliderMarkerStyle, SliderOrientation, SliderSingleStyle, SliderValueCFollow, SliderValueDrag, SliderValueMode, SlidingNumberElement, SlidingNumberTrend, SnackbarDismiss, SnackbarElement, SnackbarMode, SnackbarPlacement, SnapChangeDetail, SnapChangeEvent, SnapContainer, SnapInputDetail, SnapInputEvent, SnapLogic, SnapshotNode, SortCompareFn, SplitButton, SplitButtonMode, SplitButtonSelectDetail, SplitButtonSelectEvent, SplitChangeDetail, SplitChangeEvent, SplitCloseDetail, SplitCloseEvent, SplitCollapseDetail, SplitCollapseEvent, SplitExpandDetail, SplitExpandEvent, SplitLayoutElement, SplitLayoutElementEventMap, SplitPanelElement, SplitResizeDetail, SplitResizeEvent, type SubComponentActivateDetail, type SubComponentActivateEvent, type SubComponentFactory, type SubComponentItemClickDetail, type SubComponentItemClickEvent, type SubComponentSelectDetail, type SubComponentSelectEvent, type SubComponentTickleDetail, type SubComponentTickleEvent, SwipeElement, SwipeElementEventMap, SwipeInputDetail, SwipeInputEvent, SwitcherItem, Tab, TabAddOptions, TabController, TabControllerOptions, TabListChangeDetail, TabListChangeEvent, TabListDragMode, TabListElement, TabListItemElement, TabListReorderDetail, TabListReorderEvent, TabPanelElement, TabPanelsElement, TextShimmerElement, TickledController, type TickledControllerConfig, type TickledItem, TimelineController, TimelineControllerConfig, TimelineDraggingCallbackDetail, TimelineDraggingDetail, TimelineDraggingEvent, TimelineElementEventMap, TimelineEvent, TimelineEventMoveDetail, TimelineEventMoveEvent, TimelineEventResizeDetail, TimelineEventResizeEvent, TimelineSelectionChangeDetail, TimelineSelectionChangeEvent, TimelineTickleChangeDetail, TimelineTickleChangeEvent, TimelineTrack, TimelineTrackReorderDetail, TimelineTrackReorderEvent, TimelineTrackResizeDetail, TimelineTrackResizeEvent, TimelineTrackSelectDetail, TimelineTrackSelectEvent, TimelineTrackTabElement, TitlebarCloseEvent, TitlebarElement, TitlebarElementEventMap, TitlebarOrientation, TitlebarToggleDetail, TitlebarToggleEvent, TitlebarToggleInteraction, TitlebarVariant, ToolbarAlign, ToolbarElement, ToolbarGroupElement, ToolbarLayout, ToolbarOrientation, ToolbarVerticalWriting, TooltipElement, TooltipOrientations, TrackHeightMode, TrackLayout, TransitoryLabelElement, TreeBaseElement, TreeBaseElementEventMap, TreeCheckboxState, TreeComponent, TreeComponentEventMap, TreeConfig, TreeController, TreeControllerOptions, TreeDataModel, TreeDataModelOptions, TreeExclusivity, TreeFilterPredicate, TreeInteractionMode, TreeItemDblClickDetail, TreeItemDblClickEvent, type TreeKeyboardNavCallbacks, TreeKeyboardNavController, type TreeKeyboardNavControllerConfig, type TreeKeyboardNavItemId, TreeListAdapterOptions, TreeListElement, type TreeListSearchAdapterOptions, TreeSearchHost, TreeSelectionFilter, TwoSplitLayoutElement, UserScale, ValueMode, VerticalListAdapterOptions, VerticalListElement, VerticalListElementEventMap, ViewRange, WhenSmall, XyAgeStyle, XyDrawStyle, XyPad, XyPadEventMap, XyPadInputDetail, XyPadInputEvent, addPanelToStack, animateListItemIn, animateListItemOut, applyAgeModification, applyHighlights, applySnapshot, attachTimelineInteractions, bottomDrawerCommandId, buildHighlightTargets, buildModel, captionForEntry, clearHighlights, collectContainerNames, collectDataResult, collectPanelIds, collectStackPaths, computeColour, computeLeafGeoms, createAcCompletionProvider, createDataListSearchAdapter, createDefaultListDragPreview, createElementIncrSearch, createElementListSearchAdapter, createEmptyLayout, createEmptyStack, createFuzzySearch, createIncrSearch, createPillRenderer, createSplit, createStack, createTreeListAdapter, createTreeListSearchAdapter, createVerticalListAdapter, distribute, extractStack, findNode, findParentOf, findStackOf, findStackPathByName, getActiveDragPanelId, getIcon, getIconEntry, getIconFont, getLeafNeighbours, hasIcon, iconBus, init, insertBeside, isDragging, isMultiMode, isSplit, isStack, keyForElement, listItemFadeKeyframes, listSearchStyles, monitorIndeterminate, moveLeafNodeToEdge, moveLeafStep, normalise, normalize, panelGapIndex, parseColourScaleAttr, parseLayout, pointerOverAnyHost, prefersReducedMotion, readBaseColour, registerFontIcon, registerIcon, registerListSearchCommands, removePanelFromStack, resolveCssVars, resolveGrid, resolveLeafPath, resolveTracks, serializeLayout, setActive, setIconFont, startListItemOutAnimation, svgToDataUri, swapLeaves, tickledItemStyles, tickledStyles, timelineStyles, toSnapshot, walk, wrapRoot };
|
|
2140
2078
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/bottom-drawer/bottom-drawer.ts","../src/button/radio-group.ts","../src/button/types.ts","../src/button/split-button.ts","../src/common/data-controller.ts","../src/crumbs/crumb-path.ts","../src/crumbs/crumb-path-controller.ts","../src/data-table/data-table.ts","../src/dock/types.ts","../src/dock/dock-panel.ts","../src/dock/dock-host.ts","../src/dock/dock-drag.ts","../src/dock/dock-model.ts","../src/form/form-group.ts","../src/form/form-part.ts","../src/grouped-item-lister/tree-list-adapter.ts","../src/grouped-item-lister/vertical-list-adapter.ts","../src/interaction/keyed-list.ts","../src/interaction/list-drag-select-controller.ts","../src/interaction/list-item-animation.ts","../src/interaction/tickled-styles.ts","../src/interaction/tree-keyboard-controller.ts","../src/notifier/manager.ts","../src/notifier/pill-renderer.ts","../src/panel/panel-group.ts","../src/range/range-multi.ts","../src/rating/rating.ts","../src/sliding-number/sliding-number.ts","../src/split-layout/split-model.ts","../src/tabs/tab-panel.ts","../src/tabs/tab-panels.ts","../src/tabs/tab-controller.ts","../src/text-shimmer/text-shimmer.ts","../src/toolbar/toolbar-group.ts","../src/toolbar/types.ts","../src/toolbar/toolbar.ts","../src/twosplit-layout/split-layout.ts","../src/util/checkbox.ts","../src/index.ts"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/interaction/keyed-list.ts","../src/interaction/list-drag-preview-default.ts","../src/interaction/list-item-animation.ts","../src/interaction/tickled-styles.ts","../src/bottom-drawer/bottom-drawer.ts","../src/button/radio-group.ts","../src/button/types.ts","../src/button/split-button.ts","../src/common/data-controller.ts","../src/crumbs/crumb-path.ts","../src/crumbs/crumb-path-controller.ts","../src/data-table/data-table.ts","../src/dock/types.ts","../src/dock/dock-panel.ts","../src/dock/dock-host.ts","../src/dock/dock-drag.ts","../src/dock/dock-model.ts","../src/form/form-group.ts","../src/form/form-part.ts","../src/grouped-item-lister/tree-list-adapter.ts","../src/grouped-item-lister/vertical-list-adapter.ts","../src/notifier/manager.ts","../src/notifier/pill-renderer.ts","../src/panel/panel-group.ts","../src/range/range-multi.ts","../src/rating/rating.ts","../src/sliding-number/sliding-number.ts","../src/split-layout/split-model.ts","../src/tabs/tab-panel.ts","../src/tabs/tab-panels.ts","../src/tabs/tab-controller.ts","../src/text-shimmer/text-shimmer.ts","../src/toolbar/toolbar-group.ts","../src/toolbar/types.ts","../src/toolbar/toolbar.ts","../src/twosplit-layout/split-layout.ts","../src/util/checkbox.ts","../src/index.ts"],"mappings":"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"}
|