@ixfx/components 0.7.2 → 0.7.4
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 +805 -137
- package/bundle/index.d.ts.map +1 -1
- package/bundle/index.js +2168 -42
- package/bundle/index.js.map +1 -1
- package/dist/ac-text.js +1 -1
- package/dist/ac-token.js +1 -1
- package/dist/crumbs.js +3 -3
- package/dist/{data-grid-Bh4YrQGK.d.ts → data-grid-BddUjAti.d.ts} +33 -1
- package/dist/data-grid-BddUjAti.d.ts.map +1 -0
- package/dist/data-grid.d.ts +1 -1
- package/dist/data-grid.js +180 -7
- package/dist/data-grid.js.map +1 -1
- package/dist/detail-list-Br0WAnry.d.ts +167 -0
- package/dist/detail-list-Br0WAnry.d.ts.map +1 -0
- package/dist/detail-list.d.ts +3 -0
- package/dist/detail-list.js +1115 -0
- package/dist/detail-list.js.map +1 -0
- package/dist/grid-list-B_orPsot.d.ts +304 -0
- package/dist/grid-list-B_orPsot.d.ts.map +1 -0
- package/dist/grid-list.d.ts +3 -0
- package/dist/grid-list.js +933 -0
- package/dist/grid-list.js.map +1 -0
- package/dist/{grouped-item-lister-DnWB-eFT.d.ts → grouped-item-lister-fdZHVxFM.d.ts} +2 -2
- package/dist/{grouped-item-lister-DnWB-eFT.d.ts.map → grouped-item-lister-fdZHVxFM.d.ts.map} +1 -1
- package/dist/grouped-item-lister.d.ts +1 -1
- package/dist/index.d.ts +267 -124
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +469 -979
- package/dist/index.js.map +1 -1
- package/dist/interaction-Cr13azbM.js +3 -0
- package/dist/list-item-animation-DuiwgN3l.js +112 -0
- package/dist/list-item-animation-DuiwgN3l.js.map +1 -0
- package/dist/list-selection-controller-CUo-Hhcm.js +338 -0
- package/dist/list-selection-controller-CUo-Hhcm.js.map +1 -0
- package/dist/{list-selection-types-DSuRNWpx.d.ts → list-selection-types-B5ioL-dG.d.ts} +6 -1
- package/dist/list-selection-types-B5ioL-dG.d.ts.map +1 -0
- package/dist/{menu-CXDFJxNm.js → menu-Bg90Qr0B.js} +7 -7
- package/dist/menu-Bg90Qr0B.js.map +1 -0
- package/dist/{menu-item-D2S4i8u1.js → menu-item-Bx-Fs7jq.js} +3 -3
- package/dist/{menu-item-D2S4i8u1.js.map → menu-item-Bx-Fs7jq.js.map} +1 -1
- package/dist/menu.js +2 -2
- package/dist/miller.d.ts +1 -1
- package/dist/miller.js +2 -2
- package/dist/narrowed-text.js +2 -2
- package/dist/plots.js +1 -1
- package/dist/select-horiz.js +2 -2
- package/dist/{tickled-controller-CRzdIEjJ.d.ts → tickled-controller-Bn3YdQsM.d.ts} +13 -2
- package/dist/{tickled-controller-CRzdIEjJ.d.ts.map → tickled-controller-Bn3YdQsM.d.ts.map} +1 -1
- package/dist/{tickled-controller-h9GmJ_bU.js → tickled-controller-C66DgJHl.js} +16 -1
- package/dist/tickled-controller-C66DgJHl.js.map +1 -0
- package/dist/{tree-Ch4W8qXQ.js → tree-B74zdI60.js} +116 -17
- package/dist/tree-B74zdI60.js.map +1 -0
- package/dist/tree.d.ts +6 -3
- package/dist/tree.d.ts.map +1 -1
- package/dist/tree.js +1 -1
- package/dist/vertical-list-CQSEVeOT.d.ts +140 -0
- package/dist/vertical-list-CQSEVeOT.d.ts.map +1 -0
- package/dist/vertical-list.d.ts +3 -121
- package/dist/vertical-list.js +710 -1
- package/dist/vertical-list.js.map +1 -0
- package/dist/{xy-axis-DWizs0bt.js → xy-axis-VrX8dmvS.js} +2 -2
- package/dist/{xy-axis-DWizs0bt.js.map → xy-axis-VrX8dmvS.js.map} +1 -1
- package/docs-user/README.md +2 -0
- package/docs-user/data-grid.md +51 -2
- package/docs-user/detail-list.md +80 -15
- package/docs-user/grid-list.md +274 -0
- package/docs-user/index.json +11 -2
- package/docs-user/infra-tickled.md +163 -0
- package/docs-user/llms.txt +2 -0
- package/docs-user/tree.md +13 -0
- package/docs-user/vertical-list.md +51 -1
- package/llms.txt +2 -0
- package/package.json +17 -2
- package/dist/data-grid-Bh4YrQGK.d.ts.map +0 -1
- package/dist/interaction-D5XdKzbR.js +0 -2
- package/dist/list-selection-types-DSuRNWpx.d.ts.map +0 -1
- package/dist/menu-CXDFJxNm.js.map +0 -1
- package/dist/tickled-controller-h9GmJ_bU.js.map +0 -1
- package/dist/tree-Ch4W8qXQ.js.map +0 -1
- package/dist/vertical-list-ClnqTkF3.js +0 -814
- package/dist/vertical-list-ClnqTkF3.js.map +0 -1
- package/dist/vertical-list.d.ts.map +0 -1
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { i as ListInteractionMode, l as ListSelectionMode, r as ListElementEventMap } from "./list-selection-types-B5ioL-dG.js";
|
|
2
|
+
import { LitElement, PropertyValues } from "lit";
|
|
3
|
+
import { CommandId } from "@clinth/ui-commands";
|
|
4
|
+
//#region src/vertical-list/vertical-list.d.ts
|
|
5
|
+
interface CustomCheckboxOptions {
|
|
6
|
+
renderer: (checked: boolean) => unknown;
|
|
7
|
+
margin?: string;
|
|
8
|
+
width?: string;
|
|
9
|
+
}
|
|
10
|
+
interface AddItemOptions {
|
|
11
|
+
/**
|
|
12
|
+
* In `checked` interaction mode, adds the item without a checkbox column and
|
|
13
|
+
* without the ability to be checked/selected. Equivalent to setting the
|
|
14
|
+
* `not-checked` attribute on the item. Ignored outside `checked` mode.
|
|
15
|
+
*/
|
|
16
|
+
notChecked?: boolean;
|
|
17
|
+
}
|
|
18
|
+
declare class VerticalListElement extends LitElement {
|
|
19
|
+
#private;
|
|
20
|
+
selectionMode: ListSelectionMode;
|
|
21
|
+
interactionMode: ListInteractionMode;
|
|
22
|
+
filterPredicate: ((el: Element) => boolean) | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Whether keyboard navigation wraps from last to first and vice versa.
|
|
25
|
+
* - 'stop' (default): navigation stops at the boundary
|
|
26
|
+
* - 'wrap': navigation wraps around
|
|
27
|
+
*/
|
|
28
|
+
itemWrap: `stop` | `wrap`;
|
|
29
|
+
/**
|
|
30
|
+
* Optional renderer for the checkbox shown in `checked` interactionMode.
|
|
31
|
+
* Receives the current `checked` state and returns a Lit template result.
|
|
32
|
+
*
|
|
33
|
+
* When set, the per-row checkbox becomes a `<span role="checkbox">` whose
|
|
34
|
+
* contents are whatever this returns (rendered with `lit`'s `render()`).
|
|
35
|
+
* When unset, a native `<input type="checkbox">` is used.
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* list.checkboxRenderer = (checked) => checked
|
|
39
|
+
* ? html`<svg viewBox="0 0 16 16" width="14" height="14"
|
|
40
|
+
* fill="none" stroke="currentColor" stroke-width="2"
|
|
41
|
+
* stroke-linecap="round" stroke-linejoin="round"
|
|
42
|
+
* style="opacity:0.5">
|
|
43
|
+
* <polyline points="3,8 7,12 13,4" />
|
|
44
|
+
* </svg>`
|
|
45
|
+
* : html``;
|
|
46
|
+
*/
|
|
47
|
+
checkboxRenderer: ((checked: boolean) => unknown) | CustomCheckboxOptions | undefined;
|
|
48
|
+
private _searchVisible;
|
|
49
|
+
private _searchQuery;
|
|
50
|
+
private _searchInputEl;
|
|
51
|
+
private readonly selection;
|
|
52
|
+
private tickled;
|
|
53
|
+
connectedCallback(): void;
|
|
54
|
+
disconnectedCallback(): void;
|
|
55
|
+
firstUpdated(): void;
|
|
56
|
+
updated(changed: PropertyValues): void;
|
|
57
|
+
/** The most recently selected item, or `undefined` if nothing is selected. */
|
|
58
|
+
get selectedItem(): Element | undefined;
|
|
59
|
+
/** The full current selection set (read-only). */
|
|
60
|
+
get selectedItems(): ReadonlySet<Element>;
|
|
61
|
+
addItem(item: Element | string, options?: AddItemOptions): void;
|
|
62
|
+
/**
|
|
63
|
+
* Collapse + fade `item` out, then detach it. The rows below slide up to
|
|
64
|
+
* close the gap. Resolves once the element has actually been removed.
|
|
65
|
+
* Under `prefers-reduced-motion: reduce` it's removed immediately.
|
|
66
|
+
*/
|
|
67
|
+
removeItem(item: Element): Promise<void>;
|
|
68
|
+
/** {@link removeItem} for several items at once. */
|
|
69
|
+
removeItems(items: Iterable<Element>): Promise<void>;
|
|
70
|
+
clearItems(): void;
|
|
71
|
+
/**
|
|
72
|
+
* Replace the entire item list in one call.
|
|
73
|
+
* Equivalent to `clearItems()` followed by `addItem()` for each element.
|
|
74
|
+
* Preserves `interactionMode` checkbox wrapping.
|
|
75
|
+
*/
|
|
76
|
+
setItems(items: readonly Element[]): void;
|
|
77
|
+
/**
|
|
78
|
+
* Dispatch a command to this list. No-op by default.
|
|
79
|
+
* Intended for use with `ixfx-grouped-item-lister`'s `dispatch()` method,
|
|
80
|
+
* which forwards commands to all sub-components.
|
|
81
|
+
*/
|
|
82
|
+
dispatch(_commandId: CommandId, _args?: Record<string, unknown>): void;
|
|
83
|
+
select(item: Element): void;
|
|
84
|
+
selectMany(items: Iterable<Element>): void;
|
|
85
|
+
deselect(item: Element): void;
|
|
86
|
+
clearSelection(): void;
|
|
87
|
+
selectAll(): void;
|
|
88
|
+
/** The selection as stable `data-key` / `data-value` strings. */
|
|
89
|
+
get selectedKeys(): ReadonlySet<string>;
|
|
90
|
+
/** The key of the item under the cursor, or `undefined`. */
|
|
91
|
+
get tickledKey(): string | undefined;
|
|
92
|
+
/** Replace the selection with the items carrying these keys (unknown keys ignored). */
|
|
93
|
+
selectKeys(keys: Iterable<string>): void;
|
|
94
|
+
/** Add items by key to the selection (multi-select modes only). */
|
|
95
|
+
addSelectedKeys(keys: Iterable<string>): void;
|
|
96
|
+
/** Remove items by key from the selection. */
|
|
97
|
+
removeSelectedKeys(keys: Iterable<string>): void;
|
|
98
|
+
/** Move the cursor to the item with this key and scroll it into view. */
|
|
99
|
+
focusKey(key: string): void;
|
|
100
|
+
selectedFilter(kind: `selected` | `checked` | `either`): Generator<Element>;
|
|
101
|
+
private _getVisibleItems;
|
|
102
|
+
private _isCheckable;
|
|
103
|
+
private _syncItemStates;
|
|
104
|
+
private _syncCheckboxes;
|
|
105
|
+
/**
|
|
106
|
+
* Native checkbox cell: a span that stretches to the row's full cross-axis
|
|
107
|
+
* (so the entire column height is a click target) with a real `<input>`
|
|
108
|
+
* centred inside. The span owns the click; the input is purely visual and
|
|
109
|
+
* has `pointer-events:none` so a single click produces one toggle.
|
|
110
|
+
*/
|
|
111
|
+
private _createNativeCheckboxCell;
|
|
112
|
+
/**
|
|
113
|
+
* Custom checkbox cell: same shape as the native cell (a stretching span)
|
|
114
|
+
* so behaviour is identical. The renderer's content goes inside.
|
|
115
|
+
*/
|
|
116
|
+
private _createCustomCheckbox;
|
|
117
|
+
private _findListItem;
|
|
118
|
+
private _dispatch;
|
|
119
|
+
private _openSearch;
|
|
120
|
+
private _closeSearch;
|
|
121
|
+
private _onPointerOver;
|
|
122
|
+
private _onPointerLeave;
|
|
123
|
+
private _onKeyDown;
|
|
124
|
+
private _onClick;
|
|
125
|
+
private _onDblClick;
|
|
126
|
+
private _activateItem;
|
|
127
|
+
private _onSearchInput;
|
|
128
|
+
private _onSearchKeydown;
|
|
129
|
+
static styles: import("lit").CSSResult[];
|
|
130
|
+
render(): import("lit").TemplateResult<1>;
|
|
131
|
+
}
|
|
132
|
+
declare global {
|
|
133
|
+
interface HTMLElementTagNameMap {
|
|
134
|
+
'ixfx-vertical-list': VerticalListElement;
|
|
135
|
+
}
|
|
136
|
+
interface HTMLElementEventMap extends ListElementEventMap {}
|
|
137
|
+
}
|
|
138
|
+
//#endregion
|
|
139
|
+
export { CustomCheckboxOptions as n, VerticalListElement as r, AddItemOptions as t };
|
|
140
|
+
//# sourceMappingURL=vertical-list-CQSEVeOT.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vertical-list-CQSEVeOT.d.ts","names":[],"sources":["../src/vertical-list/vertical-list.ts"],"mappings":";;;;UAoCiB;EACf,WAAW;EACX;EACA;;UAGe;;;;;;EAMf;;cAMW,4BAA4B;;EAEvC,eAAe;EAGf,iBAAiB;EAGjB,mBAAmB,IAAI;;;;;;EAQvB;;;;;;;;;;;;;;;;;;;EAqBA,oBAAoB,gCAAgC;UAEnC;UACA;UAGT;mBAWS;UAeT;EAcC;EAiBA;EA2CA;EAcA,QAAQ,SAAS;;MAgCtB,gBAAgB;;MAKhB,iBAAiB,YAAY;EAIjC,QAAQ,MAAM,kBAAkB,UAAU;;;;;;EAqB1C,WAAW,MAAM,UAAU;;EAW3B,YAAY,OAAO,SAAS,WAAW;EAIvC;;;;;;EAYA,SAAS,gBAAgB;;;;;;EAczB,SAAS,YAAY,WAAW,QAAQ;EAExC,OAAO,MAAM;EAIb,WAAW,OAAO,SAAS;EAI3B,SAAS,MAAM;EAIf;EAIA;;MAQI,gBAAgB;;MAKhB;;EAMJ,WAAW,MAAM;;EAKjB,gBAAgB,MAAM;;EAKtB,mBAAmB,MAAM;;EAKzB,SAAS;EAkBP,eAAe,0CAA0C,UAAU;UAqB7D;UAgBA;UAOA;UAiBA;;;;;;;UA6FA;;;;;UAuBA;UAcA;UAYA;UAQA;UAKA;UASA;UAMA;UAIA;UA6DA;UAQA;UAMA;UAQA;UAMA;SAwBQ,sBAAM;EAoKb,wBAAM;;QA0BT;YACI;IACR,sBAAsB;;YAGd,4BAA4B"}
|
package/dist/vertical-list.d.ts
CHANGED
|
@@ -1,121 +1,3 @@
|
|
|
1
|
-
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-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
//#region src/vertical-list/vertical-list.d.ts
|
|
5
|
-
interface CustomCheckboxOptions {
|
|
6
|
-
renderer: (checked: boolean) => unknown;
|
|
7
|
-
margin?: string;
|
|
8
|
-
width?: string;
|
|
9
|
-
}
|
|
10
|
-
interface AddItemOptions {
|
|
11
|
-
/**
|
|
12
|
-
* In `checked` interaction mode, adds the item without a checkbox column and
|
|
13
|
-
* without the ability to be checked/selected. Equivalent to setting the
|
|
14
|
-
* `not-checked` attribute on the item. Ignored outside `checked` mode.
|
|
15
|
-
*/
|
|
16
|
-
notChecked?: boolean;
|
|
17
|
-
}
|
|
18
|
-
declare class VerticalListElement extends LitElement {
|
|
19
|
-
#private;
|
|
20
|
-
selectionMode: ListSelectionMode;
|
|
21
|
-
interactionMode: ListInteractionMode;
|
|
22
|
-
filterPredicate: ((el: Element) => boolean) | undefined;
|
|
23
|
-
/**
|
|
24
|
-
* Whether keyboard navigation wraps from last to first and vice versa.
|
|
25
|
-
* - 'stop' (default): navigation stops at the boundary
|
|
26
|
-
* - 'wrap': navigation wraps around
|
|
27
|
-
*/
|
|
28
|
-
itemWrap: `stop` | `wrap`;
|
|
29
|
-
/**
|
|
30
|
-
* Optional renderer for the checkbox shown in `checked` interactionMode.
|
|
31
|
-
* Receives the current `checked` state and returns a Lit template result.
|
|
32
|
-
*
|
|
33
|
-
* When set, the per-row checkbox becomes a `<span role="checkbox">` whose
|
|
34
|
-
* contents are whatever this returns (rendered with `lit`'s `render()`).
|
|
35
|
-
* When unset, a native `<input type="checkbox">` is used.
|
|
36
|
-
*
|
|
37
|
-
* @example
|
|
38
|
-
* list.checkboxRenderer = (checked) => checked
|
|
39
|
-
* ? html`<svg viewBox="0 0 16 16" width="14" height="14"
|
|
40
|
-
* fill="none" stroke="currentColor" stroke-width="2"
|
|
41
|
-
* stroke-linecap="round" stroke-linejoin="round"
|
|
42
|
-
* style="opacity:0.5">
|
|
43
|
-
* <polyline points="3,8 7,12 13,4" />
|
|
44
|
-
* </svg>`
|
|
45
|
-
* : html``;
|
|
46
|
-
*/
|
|
47
|
-
checkboxRenderer: ((checked: boolean) => unknown) | CustomCheckboxOptions | undefined;
|
|
48
|
-
private _searchVisible;
|
|
49
|
-
private _searchQuery;
|
|
50
|
-
private _searchInputEl;
|
|
51
|
-
private readonly selection;
|
|
52
|
-
private tickled;
|
|
53
|
-
connectedCallback(): void;
|
|
54
|
-
disconnectedCallback(): void;
|
|
55
|
-
firstUpdated(): void;
|
|
56
|
-
updated(changed: PropertyValues): void;
|
|
57
|
-
/** The most recently selected item, or `undefined` if nothing is selected. */
|
|
58
|
-
get selectedItem(): Element | undefined;
|
|
59
|
-
/** The full current selection set (read-only). */
|
|
60
|
-
get selectedItems(): ReadonlySet<Element>;
|
|
61
|
-
addItem(item: Element | string, options?: AddItemOptions): void;
|
|
62
|
-
removeItem(item: Element): void;
|
|
63
|
-
clearItems(): void;
|
|
64
|
-
/**
|
|
65
|
-
* Replace the entire item list in one call.
|
|
66
|
-
* Equivalent to `clearItems()` followed by `addItem()` for each element.
|
|
67
|
-
* Preserves `interactionMode` checkbox wrapping.
|
|
68
|
-
*/
|
|
69
|
-
setItems(items: readonly Element[]): void;
|
|
70
|
-
/**
|
|
71
|
-
* Dispatch a command to this list. No-op by default.
|
|
72
|
-
* Intended for use with `ixfx-grouped-item-lister`'s `dispatch()` method,
|
|
73
|
-
* which forwards commands to all sub-components.
|
|
74
|
-
*/
|
|
75
|
-
dispatch(_commandId: CommandId, _args?: Record<string, unknown>): void;
|
|
76
|
-
select(item: Element): void;
|
|
77
|
-
selectMany(items: Iterable<Element>): void;
|
|
78
|
-
deselect(item: Element): void;
|
|
79
|
-
clearSelection(): void;
|
|
80
|
-
selectAll(): void;
|
|
81
|
-
selectedFilter(kind: `selected` | `checked` | `either`): Generator<Element>;
|
|
82
|
-
private _getVisibleItems;
|
|
83
|
-
private _isCheckable;
|
|
84
|
-
private _syncItemStates;
|
|
85
|
-
private _syncCheckboxes;
|
|
86
|
-
/**
|
|
87
|
-
* Native checkbox cell: a span that stretches to the row's full cross-axis
|
|
88
|
-
* (so the entire column height is a click target) with a real `<input>`
|
|
89
|
-
* centred inside. The span owns the click; the input is purely visual and
|
|
90
|
-
* has `pointer-events:none` so a single click produces one toggle.
|
|
91
|
-
*/
|
|
92
|
-
private _createNativeCheckboxCell;
|
|
93
|
-
/**
|
|
94
|
-
* Custom checkbox cell: same shape as the native cell (a stretching span)
|
|
95
|
-
* so behaviour is identical. The renderer's content goes inside.
|
|
96
|
-
*/
|
|
97
|
-
private _createCustomCheckbox;
|
|
98
|
-
private _findListItem;
|
|
99
|
-
private _dispatch;
|
|
100
|
-
private _openSearch;
|
|
101
|
-
private _closeSearch;
|
|
102
|
-
private _onPointerOver;
|
|
103
|
-
private _onPointerLeave;
|
|
104
|
-
private _onKeyDown;
|
|
105
|
-
private _onClick;
|
|
106
|
-
private _onDblClick;
|
|
107
|
-
private _activateItem;
|
|
108
|
-
private _onSearchInput;
|
|
109
|
-
private _onSearchKeydown;
|
|
110
|
-
static styles: import("lit").CSSResult[];
|
|
111
|
-
render(): import("lit").TemplateResult<1>;
|
|
112
|
-
}
|
|
113
|
-
declare global {
|
|
114
|
-
interface HTMLElementTagNameMap {
|
|
115
|
-
'ixfx-vertical-list': VerticalListElement;
|
|
116
|
-
}
|
|
117
|
-
interface HTMLElementEventMap extends ListElementEventMap {}
|
|
118
|
-
}
|
|
119
|
-
//#endregion
|
|
120
|
-
export { AddItemOptions, CustomCheckboxOptions, type ListActivateDetail, type ListActivateEvent, type ListElementEventMap, type ListInteractionMode, type ListItemClickDetail, type ListItemClickEvent, type ListSelectDetail, type ListSelectEvent, type ListSelectionMode, type ListTickleDetail, type ListTickleEvent, VerticalListElement };
|
|
121
|
-
//# sourceMappingURL=vertical-list.d.ts.map
|
|
1
|
+
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";
|
|
2
|
+
import { n as CustomCheckboxOptions, r as VerticalListElement, t as AddItemOptions } from "./vertical-list-CQSEVeOT.js";
|
|
3
|
+
export { AddItemOptions, CustomCheckboxOptions, type ListActivateDetail, type ListActivateEvent, type ListElementEventMap, type ListInteractionMode, type ListItemClickDetail, type ListItemClickEvent, type ListSelectDetail, type ListSelectEvent, type ListSelectionMode, type ListTickleDetail, type ListTickleEvent, VerticalListElement };
|