@angular/aria 21.1.0-next.1 → 21.1.0-next.2
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 +64 -51
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/aria.mjs +1 -1
- package/fesm2022/aria.mjs.map +1 -1
- package/fesm2022/combobox.mjs +120 -144
- package/fesm2022/combobox.mjs.map +1 -1
- package/fesm2022/grid.mjs +285 -261
- package/fesm2022/grid.mjs.map +1 -1
- package/fesm2022/listbox.mjs +205 -193
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +301 -283
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/private.mjs +13 -938
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/tabs.mjs +209 -195
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +59 -47
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tree.mjs +43 -41
- 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 +10 -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 -603
- package/_adev_assets/aria-grid.json +0 -893
- package/_adev_assets/aria-listbox.json +0 -540
- 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 -853
|
@@ -1,853 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"repo": "angular/components",
|
|
3
|
-
"moduleLabel": "@angular/aria/tree",
|
|
4
|
-
"moduleName": "@angular/aria/tree",
|
|
5
|
-
"normalizedModuleName": "angular_aria_tree",
|
|
6
|
-
"entries": [
|
|
7
|
-
{
|
|
8
|
-
"name": "Tree",
|
|
9
|
-
"isAbstract": false,
|
|
10
|
-
"entryType": "undecorated_class",
|
|
11
|
-
"members": [
|
|
12
|
-
{
|
|
13
|
-
"name": "element",
|
|
14
|
-
"type": "HTMLElement",
|
|
15
|
-
"memberType": "property",
|
|
16
|
-
"memberTags": [
|
|
17
|
-
"readonly"
|
|
18
|
-
],
|
|
19
|
-
"description": "A reference to the host element.",
|
|
20
|
-
"jsdocTags": []
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "id",
|
|
24
|
-
"type": "any",
|
|
25
|
-
"memberType": "property",
|
|
26
|
-
"memberTags": [
|
|
27
|
-
"readonly"
|
|
28
|
-
],
|
|
29
|
-
"description": "A unique identifier for the tree.",
|
|
30
|
-
"jsdocTags": []
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "orientation",
|
|
34
|
-
"type": "any",
|
|
35
|
-
"memberType": "property",
|
|
36
|
-
"memberTags": [
|
|
37
|
-
"readonly"
|
|
38
|
-
],
|
|
39
|
-
"description": "Orientation of the tree.",
|
|
40
|
-
"jsdocTags": []
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "multi",
|
|
44
|
-
"type": "any",
|
|
45
|
-
"memberType": "property",
|
|
46
|
-
"memberTags": [
|
|
47
|
-
"readonly"
|
|
48
|
-
],
|
|
49
|
-
"description": "Whether multi-selection is allowed.",
|
|
50
|
-
"jsdocTags": []
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "disabled",
|
|
54
|
-
"type": "any",
|
|
55
|
-
"memberType": "property",
|
|
56
|
-
"memberTags": [
|
|
57
|
-
"readonly"
|
|
58
|
-
],
|
|
59
|
-
"description": "Whether the tree is disabled.",
|
|
60
|
-
"jsdocTags": []
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "selectionMode",
|
|
64
|
-
"type": "any",
|
|
65
|
-
"memberType": "property",
|
|
66
|
-
"memberTags": [
|
|
67
|
-
"readonly"
|
|
68
|
-
],
|
|
69
|
-
"description": "The selection strategy used by the tree.\n- `explicit`: Items are selected explicitly by the user (e.g., via click or spacebar).\n- `follow`: The focused item is automatically selected.",
|
|
70
|
-
"jsdocTags": []
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "focusMode",
|
|
74
|
-
"type": "any",
|
|
75
|
-
"memberType": "property",
|
|
76
|
-
"memberTags": [
|
|
77
|
-
"readonly"
|
|
78
|
-
],
|
|
79
|
-
"description": "The focus strategy used by the tree.\n- `roving`: Focus is moved to the active item using `tabindex`.\n- `activedescendant`: Focus remains on the tree container, and `aria-activedescendant` is used to indicate the active item.",
|
|
80
|
-
"jsdocTags": []
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "wrap",
|
|
84
|
-
"type": "any",
|
|
85
|
-
"memberType": "property",
|
|
86
|
-
"memberTags": [
|
|
87
|
-
"readonly"
|
|
88
|
-
],
|
|
89
|
-
"description": "Whether navigation wraps.",
|
|
90
|
-
"jsdocTags": []
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "softDisabled",
|
|
94
|
-
"type": "any",
|
|
95
|
-
"memberType": "property",
|
|
96
|
-
"memberTags": [
|
|
97
|
-
"readonly"
|
|
98
|
-
],
|
|
99
|
-
"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.",
|
|
100
|
-
"jsdocTags": []
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "typeaheadDelay",
|
|
104
|
-
"type": "any",
|
|
105
|
-
"memberType": "property",
|
|
106
|
-
"memberTags": [
|
|
107
|
-
"readonly"
|
|
108
|
-
],
|
|
109
|
-
"description": "The delay in seconds before the typeahead search is reset.",
|
|
110
|
-
"jsdocTags": []
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "values",
|
|
114
|
-
"type": "any",
|
|
115
|
-
"memberType": "property",
|
|
116
|
-
"memberTags": [
|
|
117
|
-
"readonly"
|
|
118
|
-
],
|
|
119
|
-
"description": "The values of the currently selected items.",
|
|
120
|
-
"jsdocTags": []
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "textDirection",
|
|
124
|
-
"type": "any",
|
|
125
|
-
"memberType": "property",
|
|
126
|
-
"memberTags": [
|
|
127
|
-
"readonly"
|
|
128
|
-
],
|
|
129
|
-
"description": "Text direction.",
|
|
130
|
-
"jsdocTags": []
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "nav",
|
|
134
|
-
"type": "any",
|
|
135
|
-
"memberType": "property",
|
|
136
|
-
"memberTags": [
|
|
137
|
-
"readonly"
|
|
138
|
-
],
|
|
139
|
-
"description": "Whether the tree is in navigation mode.",
|
|
140
|
-
"jsdocTags": []
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "currentType",
|
|
144
|
-
"type": "any",
|
|
145
|
-
"memberType": "property",
|
|
146
|
-
"memberTags": [
|
|
147
|
-
"readonly"
|
|
148
|
-
],
|
|
149
|
-
"description": "The `aria-current` type. It can be used in navigation trees to indicate the currently active item.\nSee https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-current for more details.",
|
|
150
|
-
"jsdocTags": []
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "scrollActiveItemIntoView",
|
|
154
|
-
"signatures": [
|
|
155
|
-
{
|
|
156
|
-
"name": "scrollActiveItemIntoView",
|
|
157
|
-
"entryType": "function",
|
|
158
|
-
"description": "",
|
|
159
|
-
"generics": [],
|
|
160
|
-
"isNewType": false,
|
|
161
|
-
"jsdocTags": [],
|
|
162
|
-
"params": [
|
|
163
|
-
{
|
|
164
|
-
"name": "options",
|
|
165
|
-
"description": "",
|
|
166
|
-
"type": "ScrollIntoViewOptions",
|
|
167
|
-
"isOptional": true,
|
|
168
|
-
"isRestParam": false
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"rawComment": "",
|
|
172
|
-
"returnType": "void"
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"implementation": {
|
|
176
|
-
"params": [
|
|
177
|
-
{
|
|
178
|
-
"name": "options",
|
|
179
|
-
"description": "",
|
|
180
|
-
"type": "ScrollIntoViewOptions",
|
|
181
|
-
"isOptional": true,
|
|
182
|
-
"isRestParam": false
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"isNewType": false,
|
|
186
|
-
"returnType": "void",
|
|
187
|
-
"generics": [],
|
|
188
|
-
"name": "scrollActiveItemIntoView",
|
|
189
|
-
"description": "",
|
|
190
|
-
"entryType": "function",
|
|
191
|
-
"jsdocTags": [],
|
|
192
|
-
"rawComment": ""
|
|
193
|
-
},
|
|
194
|
-
"entryType": "function",
|
|
195
|
-
"description": "",
|
|
196
|
-
"jsdocTags": [],
|
|
197
|
-
"rawComment": "",
|
|
198
|
-
"memberType": "method",
|
|
199
|
-
"memberTags": []
|
|
200
|
-
}
|
|
201
|
-
],
|
|
202
|
-
"generics": [
|
|
203
|
-
{
|
|
204
|
-
"name": "V"
|
|
205
|
-
}
|
|
206
|
-
],
|
|
207
|
-
"description": "A container that transforms nested lists into an accessible, ARIA-compliant tree structure.\nIt manages the overall state of the tree, including selection, expansion, and keyboard\nnavigation.\n\n```html\n<ul ngTree [(value)]=\"selectedItems\" [multi]=\"true\">\n <ng-template\n [ngTemplateOutlet]=\"treeNodes\"\n [ngTemplateOutletContext]=\"{nodes: treeData, parent: tree}\"\n />\n</ul>\n\n<ng-template #treeNodes let-nodes=\"nodes\" let-parent=\"parent\">\n @for (node of nodes; track node.name) {\n <li ngTreeItem [parent]=\"parent\" [value]=\"node.name\" [label]=\"node.name\">\n {{ node.name }}\n @if (node.children) {\n <ul role=\"group\">\n <ng-template ngTreeItemGroup [ownedBy]=\"treeItem\" #group=\"ngTreeItemGroup\">\n <ng-template\n [ngTemplateOutlet]=\"treeNodes\"\n [ngTemplateOutletContext]=\"{nodes: node.children, parent: group}\"\n />\n </ng-template>\n </ul>\n }\n </li>\n }\n</ng-template>\n```",
|
|
208
|
-
"jsdocTags": [
|
|
209
|
-
{
|
|
210
|
-
"name": "developerPreview",
|
|
211
|
-
"comment": "21.0"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"rawComment": "/**\n * A container that transforms nested lists into an accessible, ARIA-compliant tree structure.\n * It manages the overall state of the tree, including selection, expansion, and keyboard\n * navigation.\n *\n * ```html\n * <ul ngTree [(value)]=\"selectedItems\" [multi]=\"true\">\n * <ng-template\n * [ngTemplateOutlet]=\"treeNodes\"\n * [ngTemplateOutletContext]=\"{nodes: treeData, parent: tree}\"\n * />\n * </ul>\n *\n * <ng-template #treeNodes let-nodes=\"nodes\" let-parent=\"parent\">\n * @for (node of nodes; track node.name) {\n * <li ngTreeItem [parent]=\"parent\" [value]=\"node.name\" [label]=\"node.name\">\n * {{ node.name }}\n * @if (node.children) {\n * <ul role=\"group\">\n * <ng-template ngTreeItemGroup [ownedBy]=\"treeItem\" #group=\"ngTreeItemGroup\">\n * <ng-template\n * [ngTemplateOutlet]=\"treeNodes\"\n * [ngTemplateOutletContext]=\"{nodes: node.children, parent: group}\"\n * />\n * </ng-template>\n * </ul>\n * }\n * </li>\n * }\n * </ng-template>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
215
|
-
"implements": [],
|
|
216
|
-
"source": {
|
|
217
|
-
"filePath": "/src/aria/tree/tree.ts",
|
|
218
|
-
"startLine": 83,
|
|
219
|
-
"endLine": 240
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "TreeItem",
|
|
224
|
-
"isAbstract": false,
|
|
225
|
-
"entryType": "directive",
|
|
226
|
-
"members": [
|
|
227
|
-
{
|
|
228
|
-
"name": "element",
|
|
229
|
-
"type": "HTMLElement",
|
|
230
|
-
"memberType": "property",
|
|
231
|
-
"memberTags": [
|
|
232
|
-
"readonly"
|
|
233
|
-
],
|
|
234
|
-
"description": "A reference to the host element.",
|
|
235
|
-
"jsdocTags": []
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "id",
|
|
239
|
-
"type": "any",
|
|
240
|
-
"memberType": "property",
|
|
241
|
-
"memberTags": [
|
|
242
|
-
"readonly",
|
|
243
|
-
"input"
|
|
244
|
-
],
|
|
245
|
-
"description": "A unique identifier for the tree item.",
|
|
246
|
-
"jsdocTags": [],
|
|
247
|
-
"inputAlias": "id",
|
|
248
|
-
"isRequiredInput": false
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"name": "value",
|
|
252
|
-
"type": "any",
|
|
253
|
-
"memberType": "property",
|
|
254
|
-
"memberTags": [
|
|
255
|
-
"readonly",
|
|
256
|
-
"input"
|
|
257
|
-
],
|
|
258
|
-
"description": "The value of the tree item.",
|
|
259
|
-
"jsdocTags": [],
|
|
260
|
-
"inputAlias": "value",
|
|
261
|
-
"isRequiredInput": true
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"name": "parent",
|
|
265
|
-
"type": "any",
|
|
266
|
-
"memberType": "property",
|
|
267
|
-
"memberTags": [
|
|
268
|
-
"readonly",
|
|
269
|
-
"input"
|
|
270
|
-
],
|
|
271
|
-
"description": "The parent tree root or tree item group.",
|
|
272
|
-
"jsdocTags": [],
|
|
273
|
-
"inputAlias": "parent",
|
|
274
|
-
"isRequiredInput": true
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "disabled",
|
|
278
|
-
"type": "any",
|
|
279
|
-
"memberType": "property",
|
|
280
|
-
"memberTags": [
|
|
281
|
-
"readonly",
|
|
282
|
-
"input"
|
|
283
|
-
],
|
|
284
|
-
"description": "Whether the tree item is disabled.",
|
|
285
|
-
"jsdocTags": [],
|
|
286
|
-
"inputAlias": "disabled",
|
|
287
|
-
"isRequiredInput": false
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"name": "selectable",
|
|
291
|
-
"type": "any",
|
|
292
|
-
"memberType": "property",
|
|
293
|
-
"memberTags": [
|
|
294
|
-
"readonly",
|
|
295
|
-
"input"
|
|
296
|
-
],
|
|
297
|
-
"description": "Whether the tree item is selectable.",
|
|
298
|
-
"jsdocTags": [],
|
|
299
|
-
"inputAlias": "selectable",
|
|
300
|
-
"isRequiredInput": false
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "expanded",
|
|
304
|
-
"type": "any",
|
|
305
|
-
"memberType": "property",
|
|
306
|
-
"memberTags": [
|
|
307
|
-
"readonly",
|
|
308
|
-
"input",
|
|
309
|
-
"output"
|
|
310
|
-
],
|
|
311
|
-
"description": "Whether the tree item is expanded.",
|
|
312
|
-
"jsdocTags": [],
|
|
313
|
-
"inputAlias": "expanded",
|
|
314
|
-
"isRequiredInput": false,
|
|
315
|
-
"outputAlias": "expandedChange"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"name": "label",
|
|
319
|
-
"type": "any",
|
|
320
|
-
"memberType": "property",
|
|
321
|
-
"memberTags": [
|
|
322
|
-
"readonly",
|
|
323
|
-
"input"
|
|
324
|
-
],
|
|
325
|
-
"description": "Optional label for typeahead. Defaults to the element's textContent.",
|
|
326
|
-
"jsdocTags": [],
|
|
327
|
-
"inputAlias": "label",
|
|
328
|
-
"isRequiredInput": false
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "searchTerm",
|
|
332
|
-
"type": "any",
|
|
333
|
-
"memberType": "property",
|
|
334
|
-
"memberTags": [
|
|
335
|
-
"readonly"
|
|
336
|
-
],
|
|
337
|
-
"description": "Search term for typeahead.",
|
|
338
|
-
"jsdocTags": []
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"name": "tree",
|
|
342
|
-
"type": "Signal<Tree<V>>",
|
|
343
|
-
"memberType": "property",
|
|
344
|
-
"memberTags": [
|
|
345
|
-
"readonly"
|
|
346
|
-
],
|
|
347
|
-
"description": "The tree root.",
|
|
348
|
-
"jsdocTags": []
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "active",
|
|
352
|
-
"type": "any",
|
|
353
|
-
"memberType": "property",
|
|
354
|
-
"memberTags": [
|
|
355
|
-
"readonly"
|
|
356
|
-
],
|
|
357
|
-
"description": "Whether the item is active.",
|
|
358
|
-
"jsdocTags": []
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"name": "level",
|
|
362
|
-
"type": "any",
|
|
363
|
-
"memberType": "property",
|
|
364
|
-
"memberTags": [
|
|
365
|
-
"readonly"
|
|
366
|
-
],
|
|
367
|
-
"description": "The level of the current item in a tree.",
|
|
368
|
-
"jsdocTags": []
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "selected",
|
|
372
|
-
"type": "any",
|
|
373
|
-
"memberType": "property",
|
|
374
|
-
"memberTags": [
|
|
375
|
-
"readonly"
|
|
376
|
-
],
|
|
377
|
-
"description": "Whether the item is selected.",
|
|
378
|
-
"jsdocTags": []
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "visible",
|
|
382
|
-
"type": "any",
|
|
383
|
-
"memberType": "property",
|
|
384
|
-
"memberTags": [
|
|
385
|
-
"readonly"
|
|
386
|
-
],
|
|
387
|
-
"description": "Whether this item is visible due to all of its parents being expanded.",
|
|
388
|
-
"jsdocTags": []
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "ngOnInit",
|
|
392
|
-
"signatures": [
|
|
393
|
-
{
|
|
394
|
-
"name": "ngOnInit",
|
|
395
|
-
"entryType": "function",
|
|
396
|
-
"description": "",
|
|
397
|
-
"generics": [],
|
|
398
|
-
"isNewType": false,
|
|
399
|
-
"jsdocTags": [],
|
|
400
|
-
"params": [],
|
|
401
|
-
"rawComment": "",
|
|
402
|
-
"returnType": "void"
|
|
403
|
-
}
|
|
404
|
-
],
|
|
405
|
-
"implementation": {
|
|
406
|
-
"params": [],
|
|
407
|
-
"isNewType": false,
|
|
408
|
-
"returnType": "void",
|
|
409
|
-
"generics": [],
|
|
410
|
-
"name": "ngOnInit",
|
|
411
|
-
"description": "",
|
|
412
|
-
"entryType": "function",
|
|
413
|
-
"jsdocTags": [],
|
|
414
|
-
"rawComment": ""
|
|
415
|
-
},
|
|
416
|
-
"entryType": "function",
|
|
417
|
-
"description": "",
|
|
418
|
-
"jsdocTags": [],
|
|
419
|
-
"rawComment": "",
|
|
420
|
-
"memberType": "method",
|
|
421
|
-
"memberTags": []
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "ngOnDestroy",
|
|
425
|
-
"signatures": [
|
|
426
|
-
{
|
|
427
|
-
"name": "ngOnDestroy",
|
|
428
|
-
"entryType": "function",
|
|
429
|
-
"description": "",
|
|
430
|
-
"generics": [],
|
|
431
|
-
"isNewType": false,
|
|
432
|
-
"jsdocTags": [],
|
|
433
|
-
"params": [],
|
|
434
|
-
"rawComment": "",
|
|
435
|
-
"returnType": "void"
|
|
436
|
-
}
|
|
437
|
-
],
|
|
438
|
-
"implementation": {
|
|
439
|
-
"params": [],
|
|
440
|
-
"isNewType": false,
|
|
441
|
-
"returnType": "void",
|
|
442
|
-
"generics": [],
|
|
443
|
-
"name": "ngOnDestroy",
|
|
444
|
-
"description": "",
|
|
445
|
-
"entryType": "function",
|
|
446
|
-
"jsdocTags": [],
|
|
447
|
-
"rawComment": ""
|
|
448
|
-
},
|
|
449
|
-
"entryType": "function",
|
|
450
|
-
"description": "",
|
|
451
|
-
"jsdocTags": [],
|
|
452
|
-
"rawComment": "",
|
|
453
|
-
"memberType": "method",
|
|
454
|
-
"memberTags": []
|
|
455
|
-
}
|
|
456
|
-
],
|
|
457
|
-
"generics": [
|
|
458
|
-
{
|
|
459
|
-
"name": "V"
|
|
460
|
-
}
|
|
461
|
-
],
|
|
462
|
-
"description": "A selectable and expandable item in an `ngTree`.\n\nThe `ngTreeItem` directive represents an individual node within an `ngTree`. It can be\nselected, expanded (if it has children), and disabled. The `parent` input establishes\nthe hierarchical relationship within the tree.\n\n```html\n<li ngTreeItem [parent]=\"parentTreeOrGroup\" value=\"item-id\" label=\"Item Label\">\n Item Label\n</li>\n```",
|
|
463
|
-
"jsdocTags": [
|
|
464
|
-
{
|
|
465
|
-
"name": "developerPreview",
|
|
466
|
-
"comment": "21.0"
|
|
467
|
-
}
|
|
468
|
-
],
|
|
469
|
-
"rawComment": "/**\n * A selectable and expandable item in an `ngTree`.\n *\n * The `ngTreeItem` directive represents an individual node within an `ngTree`. It can be\n * selected, expanded (if it has children), and disabled. The `parent` input establishes\n * the hierarchical relationship within the tree.\n *\n * ```html\n * <li ngTreeItem [parent]=\"parentTreeOrGroup\" value=\"item-id\" label=\"Item Label\">\n * Item Label\n * </li>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
470
|
-
"extends": "DeferredContentAware",
|
|
471
|
-
"implements": [
|
|
472
|
-
"OnInit",
|
|
473
|
-
"OnDestroy",
|
|
474
|
-
"HasElement"
|
|
475
|
-
],
|
|
476
|
-
"isStandalone": true,
|
|
477
|
-
"selector": "[ngTreeItem]",
|
|
478
|
-
"exportAs": [
|
|
479
|
-
"ngTreeItem"
|
|
480
|
-
],
|
|
481
|
-
"source": {
|
|
482
|
-
"filePath": "/src/aria/tree/tree.ts",
|
|
483
|
-
"startLine": 257,
|
|
484
|
-
"endLine": 385
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"name": "TreeItemGroup",
|
|
489
|
-
"isAbstract": false,
|
|
490
|
-
"entryType": "undecorated_class",
|
|
491
|
-
"members": [
|
|
492
|
-
{
|
|
493
|
-
"name": "element",
|
|
494
|
-
"type": "HTMLElement",
|
|
495
|
-
"memberType": "property",
|
|
496
|
-
"memberTags": [
|
|
497
|
-
"readonly"
|
|
498
|
-
],
|
|
499
|
-
"description": "A reference to the host element.",
|
|
500
|
-
"jsdocTags": []
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"name": "ownedBy",
|
|
504
|
-
"type": "any",
|
|
505
|
-
"memberType": "property",
|
|
506
|
-
"memberTags": [
|
|
507
|
-
"readonly"
|
|
508
|
-
],
|
|
509
|
-
"description": "Tree item that owns the group.",
|
|
510
|
-
"jsdocTags": []
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "ngOnInit",
|
|
514
|
-
"signatures": [
|
|
515
|
-
{
|
|
516
|
-
"name": "ngOnInit",
|
|
517
|
-
"entryType": "function",
|
|
518
|
-
"description": "",
|
|
519
|
-
"generics": [],
|
|
520
|
-
"isNewType": false,
|
|
521
|
-
"jsdocTags": [],
|
|
522
|
-
"params": [],
|
|
523
|
-
"rawComment": "",
|
|
524
|
-
"returnType": "void"
|
|
525
|
-
}
|
|
526
|
-
],
|
|
527
|
-
"implementation": {
|
|
528
|
-
"params": [],
|
|
529
|
-
"isNewType": false,
|
|
530
|
-
"returnType": "void",
|
|
531
|
-
"generics": [],
|
|
532
|
-
"name": "ngOnInit",
|
|
533
|
-
"description": "",
|
|
534
|
-
"entryType": "function",
|
|
535
|
-
"jsdocTags": [],
|
|
536
|
-
"rawComment": ""
|
|
537
|
-
},
|
|
538
|
-
"entryType": "function",
|
|
539
|
-
"description": "",
|
|
540
|
-
"jsdocTags": [],
|
|
541
|
-
"rawComment": "",
|
|
542
|
-
"memberType": "method",
|
|
543
|
-
"memberTags": []
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"name": "ngOnDestroy",
|
|
547
|
-
"signatures": [
|
|
548
|
-
{
|
|
549
|
-
"name": "ngOnDestroy",
|
|
550
|
-
"entryType": "function",
|
|
551
|
-
"description": "",
|
|
552
|
-
"generics": [],
|
|
553
|
-
"isNewType": false,
|
|
554
|
-
"jsdocTags": [],
|
|
555
|
-
"params": [],
|
|
556
|
-
"rawComment": "",
|
|
557
|
-
"returnType": "void"
|
|
558
|
-
}
|
|
559
|
-
],
|
|
560
|
-
"implementation": {
|
|
561
|
-
"params": [],
|
|
562
|
-
"isNewType": false,
|
|
563
|
-
"returnType": "void",
|
|
564
|
-
"generics": [],
|
|
565
|
-
"name": "ngOnDestroy",
|
|
566
|
-
"description": "",
|
|
567
|
-
"entryType": "function",
|
|
568
|
-
"jsdocTags": [],
|
|
569
|
-
"rawComment": ""
|
|
570
|
-
},
|
|
571
|
-
"entryType": "function",
|
|
572
|
-
"description": "",
|
|
573
|
-
"jsdocTags": [],
|
|
574
|
-
"rawComment": "",
|
|
575
|
-
"memberType": "method",
|
|
576
|
-
"memberTags": []
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
|
-
"generics": [
|
|
580
|
-
{
|
|
581
|
-
"name": "V"
|
|
582
|
-
}
|
|
583
|
-
],
|
|
584
|
-
"description": "Group that contains children tree items.\n\nThe `ngTreeItemGroup` structural directive should be applied to an `ng-template` that\nwraps the child `ngTreeItem` elements. It is used to define a group of children for an\nexpandable `ngTreeItem`. The `ownedBy` input links the group to its parent `ngTreeItem`.\n\n```html\n<li ngTreeItem [value]=\"'parent-id'\">\n Parent Item\n <ul role=\"group\">\n <ng-template ngTreeItemGroup [ownedBy]=\"parentTreeItemRef\">\n <li ngTreeItem [value]=\"'child-id'\">Child Item</li>\n </ng-template>\n </ul>\n</li>\n```",
|
|
585
|
-
"jsdocTags": [
|
|
586
|
-
{
|
|
587
|
-
"name": "developerPreview",
|
|
588
|
-
"comment": "21.0"
|
|
589
|
-
}
|
|
590
|
-
],
|
|
591
|
-
"rawComment": "/**\n * Group that contains children tree items.\n *\n * The `ngTreeItemGroup` structural directive should be applied to an `ng-template` that\n * wraps the child `ngTreeItem` elements. It is used to define a group of children for an\n * expandable `ngTreeItem`. The `ownedBy` input links the group to its parent `ngTreeItem`.\n *\n * ```html\n * <li ngTreeItem [value]=\"'parent-id'\">\n * Parent Item\n * <ul role=\"group\">\n * <ng-template ngTreeItemGroup [ownedBy]=\"parentTreeItemRef\">\n * <li ngTreeItem [value]=\"'child-id'\">Child Item</li>\n * </ng-template>\n * </ul>\n * </li>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
592
|
-
"implements": [
|
|
593
|
-
"OnInit",
|
|
594
|
-
"OnDestroy"
|
|
595
|
-
],
|
|
596
|
-
"source": {
|
|
597
|
-
"filePath": "/src/aria/tree/tree.ts",
|
|
598
|
-
"startLine": 407,
|
|
599
|
-
"endLine": 451
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
],
|
|
603
|
-
"symbols": [
|
|
604
|
-
[
|
|
605
|
-
"Directive",
|
|
606
|
-
"@angular/core"
|
|
607
|
-
],
|
|
608
|
-
[
|
|
609
|
-
"ElementRef",
|
|
610
|
-
"@angular/core"
|
|
611
|
-
],
|
|
612
|
-
[
|
|
613
|
-
"afterRenderEffect",
|
|
614
|
-
"@angular/core"
|
|
615
|
-
],
|
|
616
|
-
[
|
|
617
|
-
"booleanAttribute",
|
|
618
|
-
"@angular/core"
|
|
619
|
-
],
|
|
620
|
-
[
|
|
621
|
-
"computed",
|
|
622
|
-
"@angular/core"
|
|
623
|
-
],
|
|
624
|
-
[
|
|
625
|
-
"inject",
|
|
626
|
-
"@angular/core"
|
|
627
|
-
],
|
|
628
|
-
[
|
|
629
|
-
"input",
|
|
630
|
-
"@angular/core"
|
|
631
|
-
],
|
|
632
|
-
[
|
|
633
|
-
"model",
|
|
634
|
-
"@angular/core"
|
|
635
|
-
],
|
|
636
|
-
[
|
|
637
|
-
"signal",
|
|
638
|
-
"@angular/core"
|
|
639
|
-
],
|
|
640
|
-
[
|
|
641
|
-
"Signal",
|
|
642
|
-
"@angular/core"
|
|
643
|
-
],
|
|
644
|
-
[
|
|
645
|
-
"OnInit",
|
|
646
|
-
"@angular/core"
|
|
647
|
-
],
|
|
648
|
-
[
|
|
649
|
-
"OnDestroy",
|
|
650
|
-
"@angular/core"
|
|
651
|
-
],
|
|
652
|
-
[
|
|
653
|
-
"untracked",
|
|
654
|
-
"@angular/core"
|
|
655
|
-
],
|
|
656
|
-
[
|
|
657
|
-
"afterNextRender",
|
|
658
|
-
"@angular/core"
|
|
659
|
-
],
|
|
660
|
-
[
|
|
661
|
-
"_IdGenerator",
|
|
662
|
-
"@angular/cdk/a11y"
|
|
663
|
-
],
|
|
664
|
-
[
|
|
665
|
-
"Directionality",
|
|
666
|
-
"@angular/cdk/bidi"
|
|
667
|
-
],
|
|
668
|
-
[
|
|
669
|
-
"ComboboxTreePattern",
|
|
670
|
-
"@angular/aria/private"
|
|
671
|
-
],
|
|
672
|
-
[
|
|
673
|
-
"TreeItemPattern",
|
|
674
|
-
"@angular/aria/private"
|
|
675
|
-
],
|
|
676
|
-
[
|
|
677
|
-
"TreePattern",
|
|
678
|
-
"@angular/aria/private"
|
|
679
|
-
],
|
|
680
|
-
[
|
|
681
|
-
"DeferredContent",
|
|
682
|
-
"@angular/aria/private"
|
|
683
|
-
],
|
|
684
|
-
[
|
|
685
|
-
"DeferredContentAware",
|
|
686
|
-
"@angular/aria/private"
|
|
687
|
-
],
|
|
688
|
-
[
|
|
689
|
-
"Tree",
|
|
690
|
-
"@angular/aria/tree"
|
|
691
|
-
],
|
|
692
|
-
[
|
|
693
|
-
"TreeItem",
|
|
694
|
-
"@angular/aria/tree"
|
|
695
|
-
],
|
|
696
|
-
[
|
|
697
|
-
"TreeItemGroup",
|
|
698
|
-
"@angular/aria/tree"
|
|
699
|
-
],
|
|
700
|
-
[
|
|
701
|
-
"Tree",
|
|
702
|
-
"@angular/aria/tree"
|
|
703
|
-
],
|
|
704
|
-
[
|
|
705
|
-
"Tree.element",
|
|
706
|
-
"@angular/aria/tree"
|
|
707
|
-
],
|
|
708
|
-
[
|
|
709
|
-
"Tree.id",
|
|
710
|
-
"@angular/aria/tree"
|
|
711
|
-
],
|
|
712
|
-
[
|
|
713
|
-
"Tree.orientation",
|
|
714
|
-
"@angular/aria/tree"
|
|
715
|
-
],
|
|
716
|
-
[
|
|
717
|
-
"Tree.multi",
|
|
718
|
-
"@angular/aria/tree"
|
|
719
|
-
],
|
|
720
|
-
[
|
|
721
|
-
"Tree.disabled",
|
|
722
|
-
"@angular/aria/tree"
|
|
723
|
-
],
|
|
724
|
-
[
|
|
725
|
-
"Tree.selectionMode",
|
|
726
|
-
"@angular/aria/tree"
|
|
727
|
-
],
|
|
728
|
-
[
|
|
729
|
-
"Tree.focusMode",
|
|
730
|
-
"@angular/aria/tree"
|
|
731
|
-
],
|
|
732
|
-
[
|
|
733
|
-
"Tree.wrap",
|
|
734
|
-
"@angular/aria/tree"
|
|
735
|
-
],
|
|
736
|
-
[
|
|
737
|
-
"Tree.softDisabled",
|
|
738
|
-
"@angular/aria/tree"
|
|
739
|
-
],
|
|
740
|
-
[
|
|
741
|
-
"Tree.typeaheadDelay",
|
|
742
|
-
"@angular/aria/tree"
|
|
743
|
-
],
|
|
744
|
-
[
|
|
745
|
-
"Tree.values",
|
|
746
|
-
"@angular/aria/tree"
|
|
747
|
-
],
|
|
748
|
-
[
|
|
749
|
-
"Tree.textDirection",
|
|
750
|
-
"@angular/aria/tree"
|
|
751
|
-
],
|
|
752
|
-
[
|
|
753
|
-
"Tree.nav",
|
|
754
|
-
"@angular/aria/tree"
|
|
755
|
-
],
|
|
756
|
-
[
|
|
757
|
-
"Tree.currentType",
|
|
758
|
-
"@angular/aria/tree"
|
|
759
|
-
],
|
|
760
|
-
[
|
|
761
|
-
"Tree.scrollActiveItemIntoView",
|
|
762
|
-
"@angular/aria/tree"
|
|
763
|
-
],
|
|
764
|
-
[
|
|
765
|
-
"TreeItem",
|
|
766
|
-
"@angular/aria/tree"
|
|
767
|
-
],
|
|
768
|
-
[
|
|
769
|
-
"TreeItem.element",
|
|
770
|
-
"@angular/aria/tree"
|
|
771
|
-
],
|
|
772
|
-
[
|
|
773
|
-
"TreeItem.id",
|
|
774
|
-
"@angular/aria/tree"
|
|
775
|
-
],
|
|
776
|
-
[
|
|
777
|
-
"TreeItem.value",
|
|
778
|
-
"@angular/aria/tree"
|
|
779
|
-
],
|
|
780
|
-
[
|
|
781
|
-
"TreeItem.parent",
|
|
782
|
-
"@angular/aria/tree"
|
|
783
|
-
],
|
|
784
|
-
[
|
|
785
|
-
"TreeItem.disabled",
|
|
786
|
-
"@angular/aria/tree"
|
|
787
|
-
],
|
|
788
|
-
[
|
|
789
|
-
"TreeItem.selectable",
|
|
790
|
-
"@angular/aria/tree"
|
|
791
|
-
],
|
|
792
|
-
[
|
|
793
|
-
"TreeItem.expanded",
|
|
794
|
-
"@angular/aria/tree"
|
|
795
|
-
],
|
|
796
|
-
[
|
|
797
|
-
"TreeItem.label",
|
|
798
|
-
"@angular/aria/tree"
|
|
799
|
-
],
|
|
800
|
-
[
|
|
801
|
-
"TreeItem.searchTerm",
|
|
802
|
-
"@angular/aria/tree"
|
|
803
|
-
],
|
|
804
|
-
[
|
|
805
|
-
"TreeItem.tree",
|
|
806
|
-
"@angular/aria/tree"
|
|
807
|
-
],
|
|
808
|
-
[
|
|
809
|
-
"TreeItem.active",
|
|
810
|
-
"@angular/aria/tree"
|
|
811
|
-
],
|
|
812
|
-
[
|
|
813
|
-
"TreeItem.level",
|
|
814
|
-
"@angular/aria/tree"
|
|
815
|
-
],
|
|
816
|
-
[
|
|
817
|
-
"TreeItem.selected",
|
|
818
|
-
"@angular/aria/tree"
|
|
819
|
-
],
|
|
820
|
-
[
|
|
821
|
-
"TreeItem.visible",
|
|
822
|
-
"@angular/aria/tree"
|
|
823
|
-
],
|
|
824
|
-
[
|
|
825
|
-
"TreeItem.ngOnInit",
|
|
826
|
-
"@angular/aria/tree"
|
|
827
|
-
],
|
|
828
|
-
[
|
|
829
|
-
"TreeItem.ngOnDestroy",
|
|
830
|
-
"@angular/aria/tree"
|
|
831
|
-
],
|
|
832
|
-
[
|
|
833
|
-
"TreeItemGroup",
|
|
834
|
-
"@angular/aria/tree"
|
|
835
|
-
],
|
|
836
|
-
[
|
|
837
|
-
"TreeItemGroup.element",
|
|
838
|
-
"@angular/aria/tree"
|
|
839
|
-
],
|
|
840
|
-
[
|
|
841
|
-
"TreeItemGroup.ownedBy",
|
|
842
|
-
"@angular/aria/tree"
|
|
843
|
-
],
|
|
844
|
-
[
|
|
845
|
-
"TreeItemGroup.ngOnInit",
|
|
846
|
-
"@angular/aria/tree"
|
|
847
|
-
],
|
|
848
|
-
[
|
|
849
|
-
"TreeItemGroup.ngOnDestroy",
|
|
850
|
-
"@angular/aria/tree"
|
|
851
|
-
]
|
|
852
|
-
]
|
|
853
|
-
}
|