@angular/aria 21.0.1 → 21.0.3
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/fesm2022/_combobox-chunk.mjs +425 -0
- package/fesm2022/_combobox-chunk.mjs.map +1 -0
- package/fesm2022/_combobox-listbox-chunk.mjs +522 -0
- package/fesm2022/_combobox-listbox-chunk.mjs.map +1 -0
- package/fesm2022/_combobox-popup-chunk.mjs +46 -0
- package/fesm2022/_combobox-popup-chunk.mjs.map +1 -0
- package/fesm2022/_list-navigation-chunk.mjs +116 -0
- package/fesm2022/_list-navigation-chunk.mjs.map +1 -0
- package/fesm2022/_pointer-event-manager-chunk.mjs +134 -0
- package/fesm2022/_pointer-event-manager-chunk.mjs.map +1 -0
- package/fesm2022/_widget-chunk.mjs +4 -246
- package/fesm2022/_widget-chunk.mjs.map +1 -1
- package/fesm2022/accordion.mjs +17 -4
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/aria.mjs +1 -1
- package/fesm2022/aria.mjs.map +1 -1
- package/fesm2022/combobox.mjs +96 -120
- package/fesm2022/combobox.mjs.map +1 -1
- package/fesm2022/grid.mjs +225 -201
- package/fesm2022/grid.mjs.map +1 -1
- package/fesm2022/listbox.mjs +173 -161
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +256 -238
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/private.mjs +9 -932
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/tabs.mjs +182 -168
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +15 -3
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tree.mjs +4 -2
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +2 -2
- package/types/_combobox-chunk.d.ts +98 -0
- package/types/_combobox-chunk.d2.ts +193 -0
- package/types/_grid-chunk.d.ts +3 -210
- package/types/_list-chunk.d.ts +212 -0
- package/types/_list-navigation-chunk.d.ts +212 -0
- package/types/_listbox-chunk.d.ts +106 -0
- package/types/accordion.d.ts +52 -49
- package/types/combobox.d.ts +25 -111
- package/types/grid.d.ts +37 -32
- package/types/listbox.d.ts +8 -5
- package/types/menu.d.ts +113 -113
- package/types/private.d.ts +12 -498
- package/types/tabs.d.ts +89 -84
- package/types/toolbar.d.ts +69 -66
- package/types/tree.d.ts +106 -103
- package/_adev_assets/aria-accordion.json +0 -743
- package/_adev_assets/aria-combobox.json +0 -607
- package/_adev_assets/aria-grid.json +0 -901
- package/_adev_assets/aria-listbox.json +0 -544
- package/_adev_assets/aria-menu.json +0 -1049
- package/_adev_assets/aria-tabs.json +0 -880
- package/_adev_assets/aria-toolbar.json +0 -545
- package/_adev_assets/aria-tree.json +0 -861
|
@@ -1,544 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"repo": "angular/components",
|
|
3
|
-
"moduleLabel": "@angular/aria/listbox",
|
|
4
|
-
"moduleName": "@angular/aria/listbox",
|
|
5
|
-
"normalizedModuleName": "angular_aria_listbox",
|
|
6
|
-
"entries": [
|
|
7
|
-
{
|
|
8
|
-
"name": "Listbox",
|
|
9
|
-
"isAbstract": false,
|
|
10
|
-
"entryType": "undecorated_class",
|
|
11
|
-
"members": [
|
|
12
|
-
{
|
|
13
|
-
"name": "id",
|
|
14
|
-
"type": "any",
|
|
15
|
-
"memberType": "property",
|
|
16
|
-
"memberTags": [
|
|
17
|
-
"readonly"
|
|
18
|
-
],
|
|
19
|
-
"description": "A unique identifier for the listbox.",
|
|
20
|
-
"jsdocTags": []
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "element",
|
|
24
|
-
"type": "HTMLElement",
|
|
25
|
-
"memberType": "property",
|
|
26
|
-
"memberTags": [
|
|
27
|
-
"readonly"
|
|
28
|
-
],
|
|
29
|
-
"description": "A reference to the host element.",
|
|
30
|
-
"jsdocTags": []
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "textDirection",
|
|
34
|
-
"type": "any",
|
|
35
|
-
"memberType": "property",
|
|
36
|
-
"memberTags": [
|
|
37
|
-
"protected"
|
|
38
|
-
],
|
|
39
|
-
"description": "A signal wrapper for directionality.",
|
|
40
|
-
"jsdocTags": []
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "items",
|
|
44
|
-
"type": "any",
|
|
45
|
-
"memberType": "property",
|
|
46
|
-
"memberTags": [
|
|
47
|
-
"protected"
|
|
48
|
-
],
|
|
49
|
-
"description": "The Option UIPatterns of the child Options.",
|
|
50
|
-
"jsdocTags": []
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "orientation",
|
|
54
|
-
"type": "any",
|
|
55
|
-
"memberType": "property",
|
|
56
|
-
"memberTags": [],
|
|
57
|
-
"description": "Whether the list is vertically or horizontally oriented.",
|
|
58
|
-
"jsdocTags": []
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "multi",
|
|
62
|
-
"type": "any",
|
|
63
|
-
"memberType": "property",
|
|
64
|
-
"memberTags": [],
|
|
65
|
-
"description": "Whether multiple items in the list can be selected at once.",
|
|
66
|
-
"jsdocTags": []
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "wrap",
|
|
70
|
-
"type": "any",
|
|
71
|
-
"memberType": "property",
|
|
72
|
-
"memberTags": [],
|
|
73
|
-
"description": "Whether focus should wrap when navigating.",
|
|
74
|
-
"jsdocTags": []
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "softDisabled",
|
|
78
|
-
"type": "any",
|
|
79
|
-
"memberType": "property",
|
|
80
|
-
"memberTags": [],
|
|
81
|
-
"description": "Whether to allow disabled items to receive focus. When `true`, disabled items are\nfocusable but not interactive. When `false`, disabled items are skipped during navigation.",
|
|
82
|
-
"jsdocTags": []
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "focusMode",
|
|
86
|
-
"type": "any",
|
|
87
|
-
"memberType": "property",
|
|
88
|
-
"memberTags": [],
|
|
89
|
-
"description": "The focus strategy used by the list.\n- `roving`: Focus is moved to the active item using `tabindex`.\n- `activedescendant`: Focus remains on the listbox container, and `aria-activedescendant` is used to indicate the active item.",
|
|
90
|
-
"jsdocTags": []
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "selectionMode",
|
|
94
|
-
"type": "any",
|
|
95
|
-
"memberType": "property",
|
|
96
|
-
"memberTags": [],
|
|
97
|
-
"description": "The selection strategy used by the list.\n- `follow`: The focused item is automatically selected.\n- `explicit`: Items are selected explicitly by the user (e.g., via click or spacebar).",
|
|
98
|
-
"jsdocTags": []
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "typeaheadDelay",
|
|
102
|
-
"type": "any",
|
|
103
|
-
"memberType": "property",
|
|
104
|
-
"memberTags": [],
|
|
105
|
-
"description": "The amount of time before the typeahead search is reset.",
|
|
106
|
-
"jsdocTags": []
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "disabled",
|
|
110
|
-
"type": "any",
|
|
111
|
-
"memberType": "property",
|
|
112
|
-
"memberTags": [],
|
|
113
|
-
"description": "Whether the listbox is disabled.",
|
|
114
|
-
"jsdocTags": []
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "readonly",
|
|
118
|
-
"type": "any",
|
|
119
|
-
"memberType": "property",
|
|
120
|
-
"memberTags": [],
|
|
121
|
-
"description": "Whether the listbox is readonly.",
|
|
122
|
-
"jsdocTags": []
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "values",
|
|
126
|
-
"type": "any",
|
|
127
|
-
"memberType": "property",
|
|
128
|
-
"memberTags": [],
|
|
129
|
-
"description": "The values of the currently selected items.",
|
|
130
|
-
"jsdocTags": []
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "scrollActiveItemIntoView",
|
|
134
|
-
"signatures": [
|
|
135
|
-
{
|
|
136
|
-
"name": "scrollActiveItemIntoView",
|
|
137
|
-
"entryType": "function",
|
|
138
|
-
"description": "",
|
|
139
|
-
"generics": [],
|
|
140
|
-
"isNewType": false,
|
|
141
|
-
"jsdocTags": [],
|
|
142
|
-
"params": [
|
|
143
|
-
{
|
|
144
|
-
"name": "options",
|
|
145
|
-
"description": "",
|
|
146
|
-
"type": "ScrollIntoViewOptions",
|
|
147
|
-
"isOptional": true,
|
|
148
|
-
"isRestParam": false
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"rawComment": "",
|
|
152
|
-
"returnType": "void"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"implementation": {
|
|
156
|
-
"params": [
|
|
157
|
-
{
|
|
158
|
-
"name": "options",
|
|
159
|
-
"description": "",
|
|
160
|
-
"type": "ScrollIntoViewOptions",
|
|
161
|
-
"isOptional": true,
|
|
162
|
-
"isRestParam": false
|
|
163
|
-
}
|
|
164
|
-
],
|
|
165
|
-
"isNewType": false,
|
|
166
|
-
"returnType": "void",
|
|
167
|
-
"generics": [],
|
|
168
|
-
"name": "scrollActiveItemIntoView",
|
|
169
|
-
"description": "",
|
|
170
|
-
"entryType": "function",
|
|
171
|
-
"jsdocTags": [],
|
|
172
|
-
"rawComment": ""
|
|
173
|
-
},
|
|
174
|
-
"entryType": "function",
|
|
175
|
-
"description": "",
|
|
176
|
-
"jsdocTags": [],
|
|
177
|
-
"rawComment": "",
|
|
178
|
-
"memberType": "method",
|
|
179
|
-
"memberTags": []
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "gotoFirst",
|
|
183
|
-
"signatures": [
|
|
184
|
-
{
|
|
185
|
-
"name": "gotoFirst",
|
|
186
|
-
"entryType": "function",
|
|
187
|
-
"description": "Navigates to the first item in the listbox.",
|
|
188
|
-
"generics": [],
|
|
189
|
-
"isNewType": false,
|
|
190
|
-
"jsdocTags": [],
|
|
191
|
-
"params": [],
|
|
192
|
-
"rawComment": "/** Navigates to the first item in the listbox. */",
|
|
193
|
-
"returnType": "void"
|
|
194
|
-
}
|
|
195
|
-
],
|
|
196
|
-
"implementation": {
|
|
197
|
-
"params": [],
|
|
198
|
-
"isNewType": false,
|
|
199
|
-
"returnType": "void",
|
|
200
|
-
"generics": [],
|
|
201
|
-
"name": "gotoFirst",
|
|
202
|
-
"description": "Navigates to the first item in the listbox.",
|
|
203
|
-
"entryType": "function",
|
|
204
|
-
"jsdocTags": [],
|
|
205
|
-
"rawComment": "/** Navigates to the first item in the listbox. */"
|
|
206
|
-
},
|
|
207
|
-
"entryType": "function",
|
|
208
|
-
"description": "Navigates to the first item in the listbox.",
|
|
209
|
-
"jsdocTags": [],
|
|
210
|
-
"rawComment": "/** Navigates to the first item in the listbox. */",
|
|
211
|
-
"memberType": "method",
|
|
212
|
-
"memberTags": []
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"generics": [
|
|
216
|
-
{
|
|
217
|
-
"name": "V"
|
|
218
|
-
}
|
|
219
|
-
],
|
|
220
|
-
"description": "Represents a container used to display a list of items for a user to select from.\n\nThe `ngListbox` is meant to be used in conjunction with `ngOption` directives to create a\nselectable list. It supports single and multiple selection modes, as well as various focus and\norientation strategies.\n\n```html\n<ul ngListbox [(value)]=\"selectedItems\" [multi]=\"true\" orientation=\"vertical\">",
|
|
221
|
-
"jsdocTags": [
|
|
222
|
-
{
|
|
223
|
-
"name": "for",
|
|
224
|
-
"comment": "(item of items; track item.id) {\n<li ngOption [value]=\"item.id\" [label]=\"item.name\" [disabled]=\"item.disabled\">\n{{item.name}}\n</li>\n}\n</ul>\n```"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "developerPreview",
|
|
228
|
-
"comment": "21.0"
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
"rawComment": "/**\n * Represents a container used to display a list of items for a user to select from.\n *\n * The `ngListbox` is meant to be used in conjunction with `ngOption` directives to create a\n * selectable list. It supports single and multiple selection modes, as well as various focus and\n * orientation strategies.\n *\n * ```html\n * <ul ngListbox [(value)]=\"selectedItems\" [multi]=\"true\" orientation=\"vertical\">\n * @for (item of items; track item.id) {\n * <li ngOption [value]=\"item.id\" [label]=\"item.name\" [disabled]=\"item.disabled\">\n * {{item.name}}\n * </li>\n * }\n * </ul>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
232
|
-
"implements": [],
|
|
233
|
-
"source": {
|
|
234
|
-
"filePath": "/src/aria/listbox/listbox.ts",
|
|
235
|
-
"startLine": 48,
|
|
236
|
-
"endLine": 216
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"name": "Option",
|
|
241
|
-
"isAbstract": false,
|
|
242
|
-
"entryType": "directive",
|
|
243
|
-
"members": [
|
|
244
|
-
{
|
|
245
|
-
"name": "element",
|
|
246
|
-
"type": "HTMLElement",
|
|
247
|
-
"memberType": "property",
|
|
248
|
-
"memberTags": [
|
|
249
|
-
"readonly"
|
|
250
|
-
],
|
|
251
|
-
"description": "A reference to the host element.",
|
|
252
|
-
"jsdocTags": []
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "active",
|
|
256
|
-
"type": "any",
|
|
257
|
-
"memberType": "property",
|
|
258
|
-
"memberTags": [],
|
|
259
|
-
"description": "Whether the option is currently active (focused).",
|
|
260
|
-
"jsdocTags": []
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "id",
|
|
264
|
-
"type": "any",
|
|
265
|
-
"memberType": "property",
|
|
266
|
-
"memberTags": [
|
|
267
|
-
"readonly",
|
|
268
|
-
"input"
|
|
269
|
-
],
|
|
270
|
-
"description": "A unique identifier for the option.",
|
|
271
|
-
"jsdocTags": [],
|
|
272
|
-
"inputAlias": "id",
|
|
273
|
-
"isRequiredInput": false
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "searchTerm",
|
|
277
|
-
"type": "any",
|
|
278
|
-
"memberType": "property",
|
|
279
|
-
"memberTags": [
|
|
280
|
-
"protected"
|
|
281
|
-
],
|
|
282
|
-
"description": "The text used by the typeahead search.",
|
|
283
|
-
"jsdocTags": []
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"name": "value",
|
|
287
|
-
"type": "any",
|
|
288
|
-
"memberType": "property",
|
|
289
|
-
"memberTags": [
|
|
290
|
-
"input"
|
|
291
|
-
],
|
|
292
|
-
"description": "The value of the option.",
|
|
293
|
-
"jsdocTags": [],
|
|
294
|
-
"inputAlias": "value",
|
|
295
|
-
"isRequiredInput": true
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"name": "disabled",
|
|
299
|
-
"type": "any",
|
|
300
|
-
"memberType": "property",
|
|
301
|
-
"memberTags": [
|
|
302
|
-
"input"
|
|
303
|
-
],
|
|
304
|
-
"description": "Whether an item is disabled.",
|
|
305
|
-
"jsdocTags": [],
|
|
306
|
-
"inputAlias": "disabled",
|
|
307
|
-
"isRequiredInput": false
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"name": "label",
|
|
311
|
-
"type": "any",
|
|
312
|
-
"memberType": "property",
|
|
313
|
-
"memberTags": [
|
|
314
|
-
"input"
|
|
315
|
-
],
|
|
316
|
-
"description": "The text used by the typeahead search.",
|
|
317
|
-
"jsdocTags": [],
|
|
318
|
-
"inputAlias": "label",
|
|
319
|
-
"isRequiredInput": false
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"name": "selected",
|
|
323
|
-
"type": "any",
|
|
324
|
-
"memberType": "property",
|
|
325
|
-
"memberTags": [
|
|
326
|
-
"readonly"
|
|
327
|
-
],
|
|
328
|
-
"description": "Whether the option is selected.",
|
|
329
|
-
"jsdocTags": []
|
|
330
|
-
}
|
|
331
|
-
],
|
|
332
|
-
"generics": [
|
|
333
|
-
{
|
|
334
|
-
"name": "V"
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"description": "A selectable option in an `ngListbox`.\n\nThis directive should be applied to an element (e.g., `<li>`, `<div>`) within an\n`ngListbox`. The `value` input is used to identify the option, and the `label` input provides\nthe accessible name for the option.\n\n```html\n<li ngOption value=\"item-id\" label=\"Item Name\">\n Item Name\n</li>\n```",
|
|
338
|
-
"jsdocTags": [
|
|
339
|
-
{
|
|
340
|
-
"name": "developerPreview",
|
|
341
|
-
"comment": "21.0"
|
|
342
|
-
}
|
|
343
|
-
],
|
|
344
|
-
"rawComment": "/**\n * A selectable option in an `ngListbox`.\n *\n * This directive should be applied to an element (e.g., `<li>`, `<div>`) within an\n * `ngListbox`. The `value` input is used to identify the option, and the `label` input provides\n * the accessible name for the option.\n *\n * ```html\n * <li ngOption value=\"item-id\" label=\"Item Name\">\n * Item Name\n * </li>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
345
|
-
"implements": [],
|
|
346
|
-
"isStandalone": true,
|
|
347
|
-
"selector": "[ngOption]",
|
|
348
|
-
"exportAs": [
|
|
349
|
-
"ngOption"
|
|
350
|
-
],
|
|
351
|
-
"source": {
|
|
352
|
-
"filePath": "/src/aria/listbox/listbox.ts",
|
|
353
|
-
"startLine": 233,
|
|
354
|
-
"endLine": 290
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
],
|
|
358
|
-
"symbols": [
|
|
359
|
-
[
|
|
360
|
-
"afterRenderEffect",
|
|
361
|
-
"@angular/core"
|
|
362
|
-
],
|
|
363
|
-
[
|
|
364
|
-
"booleanAttribute",
|
|
365
|
-
"@angular/core"
|
|
366
|
-
],
|
|
367
|
-
[
|
|
368
|
-
"computed",
|
|
369
|
-
"@angular/core"
|
|
370
|
-
],
|
|
371
|
-
[
|
|
372
|
-
"contentChildren",
|
|
373
|
-
"@angular/core"
|
|
374
|
-
],
|
|
375
|
-
[
|
|
376
|
-
"Directive",
|
|
377
|
-
"@angular/core"
|
|
378
|
-
],
|
|
379
|
-
[
|
|
380
|
-
"ElementRef",
|
|
381
|
-
"@angular/core"
|
|
382
|
-
],
|
|
383
|
-
[
|
|
384
|
-
"forwardRef",
|
|
385
|
-
"@angular/core"
|
|
386
|
-
],
|
|
387
|
-
[
|
|
388
|
-
"inject",
|
|
389
|
-
"@angular/core"
|
|
390
|
-
],
|
|
391
|
-
[
|
|
392
|
-
"input",
|
|
393
|
-
"@angular/core"
|
|
394
|
-
],
|
|
395
|
-
[
|
|
396
|
-
"model",
|
|
397
|
-
"@angular/core"
|
|
398
|
-
],
|
|
399
|
-
[
|
|
400
|
-
"signal",
|
|
401
|
-
"@angular/core"
|
|
402
|
-
],
|
|
403
|
-
[
|
|
404
|
-
"untracked",
|
|
405
|
-
"@angular/core"
|
|
406
|
-
],
|
|
407
|
-
[
|
|
408
|
-
"ComboboxListboxPattern",
|
|
409
|
-
"@angular/aria/private"
|
|
410
|
-
],
|
|
411
|
-
[
|
|
412
|
-
"ListboxPattern",
|
|
413
|
-
"@angular/aria/private"
|
|
414
|
-
],
|
|
415
|
-
[
|
|
416
|
-
"OptionPattern",
|
|
417
|
-
"@angular/aria/private"
|
|
418
|
-
],
|
|
419
|
-
[
|
|
420
|
-
"Directionality",
|
|
421
|
-
"@angular/cdk/bidi"
|
|
422
|
-
],
|
|
423
|
-
[
|
|
424
|
-
"toSignal",
|
|
425
|
-
"@angular/core/rxjs-interop"
|
|
426
|
-
],
|
|
427
|
-
[
|
|
428
|
-
"_IdGenerator",
|
|
429
|
-
"@angular/cdk/a11y"
|
|
430
|
-
],
|
|
431
|
-
[
|
|
432
|
-
"Listbox",
|
|
433
|
-
"@angular/aria/listbox"
|
|
434
|
-
],
|
|
435
|
-
[
|
|
436
|
-
"Option",
|
|
437
|
-
"@angular/aria/listbox"
|
|
438
|
-
],
|
|
439
|
-
[
|
|
440
|
-
"Listbox",
|
|
441
|
-
"@angular/aria/listbox"
|
|
442
|
-
],
|
|
443
|
-
[
|
|
444
|
-
"Listbox.id",
|
|
445
|
-
"@angular/aria/listbox"
|
|
446
|
-
],
|
|
447
|
-
[
|
|
448
|
-
"Listbox.element",
|
|
449
|
-
"@angular/aria/listbox"
|
|
450
|
-
],
|
|
451
|
-
[
|
|
452
|
-
"Listbox.textDirection",
|
|
453
|
-
"@angular/aria/listbox"
|
|
454
|
-
],
|
|
455
|
-
[
|
|
456
|
-
"Listbox.items",
|
|
457
|
-
"@angular/aria/listbox"
|
|
458
|
-
],
|
|
459
|
-
[
|
|
460
|
-
"Listbox.orientation",
|
|
461
|
-
"@angular/aria/listbox"
|
|
462
|
-
],
|
|
463
|
-
[
|
|
464
|
-
"Listbox.multi",
|
|
465
|
-
"@angular/aria/listbox"
|
|
466
|
-
],
|
|
467
|
-
[
|
|
468
|
-
"Listbox.wrap",
|
|
469
|
-
"@angular/aria/listbox"
|
|
470
|
-
],
|
|
471
|
-
[
|
|
472
|
-
"Listbox.softDisabled",
|
|
473
|
-
"@angular/aria/listbox"
|
|
474
|
-
],
|
|
475
|
-
[
|
|
476
|
-
"Listbox.focusMode",
|
|
477
|
-
"@angular/aria/listbox"
|
|
478
|
-
],
|
|
479
|
-
[
|
|
480
|
-
"Listbox.selectionMode",
|
|
481
|
-
"@angular/aria/listbox"
|
|
482
|
-
],
|
|
483
|
-
[
|
|
484
|
-
"Listbox.typeaheadDelay",
|
|
485
|
-
"@angular/aria/listbox"
|
|
486
|
-
],
|
|
487
|
-
[
|
|
488
|
-
"Listbox.disabled",
|
|
489
|
-
"@angular/aria/listbox"
|
|
490
|
-
],
|
|
491
|
-
[
|
|
492
|
-
"Listbox.readonly",
|
|
493
|
-
"@angular/aria/listbox"
|
|
494
|
-
],
|
|
495
|
-
[
|
|
496
|
-
"Listbox.values",
|
|
497
|
-
"@angular/aria/listbox"
|
|
498
|
-
],
|
|
499
|
-
[
|
|
500
|
-
"Listbox.scrollActiveItemIntoView",
|
|
501
|
-
"@angular/aria/listbox"
|
|
502
|
-
],
|
|
503
|
-
[
|
|
504
|
-
"Listbox.gotoFirst",
|
|
505
|
-
"@angular/aria/listbox"
|
|
506
|
-
],
|
|
507
|
-
[
|
|
508
|
-
"Option",
|
|
509
|
-
"@angular/aria/listbox"
|
|
510
|
-
],
|
|
511
|
-
[
|
|
512
|
-
"Option.element",
|
|
513
|
-
"@angular/aria/listbox"
|
|
514
|
-
],
|
|
515
|
-
[
|
|
516
|
-
"Option.active",
|
|
517
|
-
"@angular/aria/listbox"
|
|
518
|
-
],
|
|
519
|
-
[
|
|
520
|
-
"Option.id",
|
|
521
|
-
"@angular/aria/listbox"
|
|
522
|
-
],
|
|
523
|
-
[
|
|
524
|
-
"Option.searchTerm",
|
|
525
|
-
"@angular/aria/listbox"
|
|
526
|
-
],
|
|
527
|
-
[
|
|
528
|
-
"Option.value",
|
|
529
|
-
"@angular/aria/listbox"
|
|
530
|
-
],
|
|
531
|
-
[
|
|
532
|
-
"Option.disabled",
|
|
533
|
-
"@angular/aria/listbox"
|
|
534
|
-
],
|
|
535
|
-
[
|
|
536
|
-
"Option.label",
|
|
537
|
-
"@angular/aria/listbox"
|
|
538
|
-
],
|
|
539
|
-
[
|
|
540
|
-
"Option.selected",
|
|
541
|
-
"@angular/aria/listbox"
|
|
542
|
-
]
|
|
543
|
-
]
|
|
544
|
-
}
|