@angular/aria 21.0.0-next.9 → 21.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/_adev_assets/aria-accordion.json +373 -0
  2. package/_adev_assets/aria-combobox.json +383 -0
  3. package/_adev_assets/aria-grid.json +647 -0
  4. package/_adev_assets/aria-listbox.json +511 -0
  5. package/_adev_assets/aria-menu.json +852 -0
  6. package/_adev_assets/aria-tabs.json +987 -0
  7. package/_adev_assets/aria-toolbar.json +696 -0
  8. package/_adev_assets/aria-tree.json +1071 -0
  9. package/fesm2022/_widget-chunk.mjs +949 -0
  10. package/fesm2022/_widget-chunk.mjs.map +1 -0
  11. package/fesm2022/accordion.mjs +372 -174
  12. package/fesm2022/accordion.mjs.map +1 -1
  13. package/fesm2022/aria.mjs +1 -2
  14. package/fesm2022/aria.mjs.map +1 -1
  15. package/fesm2022/combobox.mjs +308 -116
  16. package/fesm2022/combobox.mjs.map +1 -1
  17. package/fesm2022/grid.mjs +566 -0
  18. package/fesm2022/grid.mjs.map +1 -0
  19. package/fesm2022/listbox.mjs +384 -184
  20. package/fesm2022/listbox.mjs.map +1 -1
  21. package/fesm2022/menu.mjs +591 -0
  22. package/fesm2022/menu.mjs.map +1 -0
  23. package/fesm2022/private.mjs +2338 -0
  24. package/fesm2022/private.mjs.map +1 -0
  25. package/fesm2022/tabs.mjs +484 -276
  26. package/fesm2022/tabs.mjs.map +1 -1
  27. package/fesm2022/toolbar.mjs +366 -200
  28. package/fesm2022/toolbar.mjs.map +1 -1
  29. package/fesm2022/tree.mjs +515 -267
  30. package/fesm2022/tree.mjs.map +1 -1
  31. package/package.json +12 -12
  32. package/types/_grid-chunk.d.ts +608 -0
  33. package/types/accordion.d.ts +8 -8
  34. package/types/combobox.d.ts +20 -7
  35. package/types/grid.d.ts +120 -0
  36. package/types/listbox.d.ts +9 -7
  37. package/types/menu.d.ts +170 -0
  38. package/types/{ui-patterns.d.ts → private.d.ts} +555 -433
  39. package/types/tabs.d.ts +8 -8
  40. package/types/toolbar.d.ts +31 -28
  41. package/types/tree.d.ts +11 -9
  42. package/fesm2022/deferred-content.mjs +0 -60
  43. package/fesm2022/deferred-content.mjs.map +0 -1
  44. package/fesm2022/radio-group.mjs +0 -197
  45. package/fesm2022/radio-group.mjs.map +0 -1
  46. package/fesm2022/ui-patterns.mjs +0 -2504
  47. package/fesm2022/ui-patterns.mjs.map +0 -1
  48. package/types/deferred-content.d.ts +0 -38
  49. package/types/radio-group.d.ts +0 -82
@@ -0,0 +1,1071 @@
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": "id",
14
+ "type": "any",
15
+ "memberType": "property",
16
+ "memberTags": [
17
+ "protected"
18
+ ],
19
+ "description": "A unique identifier for the tree.",
20
+ "jsdocTags": []
21
+ },
22
+ {
23
+ "name": "orientation",
24
+ "type": "any",
25
+ "memberType": "property",
26
+ "memberTags": [
27
+ "readonly"
28
+ ],
29
+ "description": "Orientation of the tree.",
30
+ "jsdocTags": []
31
+ },
32
+ {
33
+ "name": "multi",
34
+ "type": "any",
35
+ "memberType": "property",
36
+ "memberTags": [
37
+ "readonly"
38
+ ],
39
+ "description": "Whether multi-selection is allowed.",
40
+ "jsdocTags": []
41
+ },
42
+ {
43
+ "name": "disabled",
44
+ "type": "any",
45
+ "memberType": "property",
46
+ "memberTags": [
47
+ "readonly"
48
+ ],
49
+ "description": "Whether the tree is disabled.",
50
+ "jsdocTags": []
51
+ },
52
+ {
53
+ "name": "selectionMode",
54
+ "type": "any",
55
+ "memberType": "property",
56
+ "memberTags": [
57
+ "readonly"
58
+ ],
59
+ "description": "The selection strategy used by the tree.",
60
+ "jsdocTags": []
61
+ },
62
+ {
63
+ "name": "focusMode",
64
+ "type": "any",
65
+ "memberType": "property",
66
+ "memberTags": [
67
+ "readonly"
68
+ ],
69
+ "description": "The focus strategy used by the tree.",
70
+ "jsdocTags": []
71
+ },
72
+ {
73
+ "name": "wrap",
74
+ "type": "any",
75
+ "memberType": "property",
76
+ "memberTags": [
77
+ "readonly"
78
+ ],
79
+ "description": "Whether navigation wraps.",
80
+ "jsdocTags": []
81
+ },
82
+ {
83
+ "name": "softDisabled",
84
+ "type": "any",
85
+ "memberType": "property",
86
+ "memberTags": [
87
+ "readonly"
88
+ ],
89
+ "description": "Whether to allow disabled items to receive focus.",
90
+ "jsdocTags": []
91
+ },
92
+ {
93
+ "name": "typeaheadDelay",
94
+ "type": "any",
95
+ "memberType": "property",
96
+ "memberTags": [
97
+ "readonly"
98
+ ],
99
+ "description": "Typeahead delay.",
100
+ "jsdocTags": []
101
+ },
102
+ {
103
+ "name": "value",
104
+ "type": "any",
105
+ "memberType": "property",
106
+ "memberTags": [
107
+ "readonly"
108
+ ],
109
+ "description": "Selected item values.",
110
+ "jsdocTags": []
111
+ },
112
+ {
113
+ "name": "textDirection",
114
+ "type": "any",
115
+ "memberType": "property",
116
+ "memberTags": [
117
+ "readonly"
118
+ ],
119
+ "description": "Text direction.",
120
+ "jsdocTags": []
121
+ },
122
+ {
123
+ "name": "nav",
124
+ "type": "any",
125
+ "memberType": "property",
126
+ "memberTags": [
127
+ "readonly"
128
+ ],
129
+ "description": "Whether the tree is in navigation mode.",
130
+ "jsdocTags": []
131
+ },
132
+ {
133
+ "name": "currentType",
134
+ "type": "any",
135
+ "memberType": "property",
136
+ "memberTags": [
137
+ "readonly"
138
+ ],
139
+ "description": "The aria-current type.",
140
+ "jsdocTags": []
141
+ },
142
+ {
143
+ "name": "onFocus",
144
+ "signatures": [
145
+ {
146
+ "name": "onFocus",
147
+ "entryType": "function",
148
+ "description": "",
149
+ "generics": [],
150
+ "isNewType": false,
151
+ "jsdocTags": [],
152
+ "params": [],
153
+ "rawComment": "",
154
+ "returnType": "void"
155
+ }
156
+ ],
157
+ "implementation": {
158
+ "params": [],
159
+ "isNewType": false,
160
+ "returnType": "void",
161
+ "generics": [],
162
+ "name": "onFocus",
163
+ "description": "",
164
+ "entryType": "function",
165
+ "jsdocTags": [],
166
+ "rawComment": ""
167
+ },
168
+ "entryType": "function",
169
+ "description": "",
170
+ "jsdocTags": [],
171
+ "rawComment": "",
172
+ "memberType": "method",
173
+ "memberTags": []
174
+ },
175
+ {
176
+ "name": "register",
177
+ "signatures": [
178
+ {
179
+ "name": "register",
180
+ "entryType": "function",
181
+ "description": "",
182
+ "generics": [],
183
+ "isNewType": false,
184
+ "jsdocTags": [],
185
+ "params": [
186
+ {
187
+ "name": "child",
188
+ "description": "",
189
+ "type": "TreeItem<V>",
190
+ "isOptional": false,
191
+ "isRestParam": false
192
+ }
193
+ ],
194
+ "rawComment": "",
195
+ "returnType": "void"
196
+ }
197
+ ],
198
+ "implementation": {
199
+ "params": [
200
+ {
201
+ "name": "child",
202
+ "description": "",
203
+ "type": "TreeItem<V>",
204
+ "isOptional": false,
205
+ "isRestParam": false
206
+ }
207
+ ],
208
+ "isNewType": false,
209
+ "returnType": "void",
210
+ "generics": [],
211
+ "name": "register",
212
+ "description": "",
213
+ "entryType": "function",
214
+ "jsdocTags": [],
215
+ "rawComment": ""
216
+ },
217
+ "entryType": "function",
218
+ "description": "",
219
+ "jsdocTags": [],
220
+ "rawComment": "",
221
+ "memberType": "method",
222
+ "memberTags": []
223
+ },
224
+ {
225
+ "name": "unregister",
226
+ "signatures": [
227
+ {
228
+ "name": "unregister",
229
+ "entryType": "function",
230
+ "description": "",
231
+ "generics": [],
232
+ "isNewType": false,
233
+ "jsdocTags": [],
234
+ "params": [
235
+ {
236
+ "name": "child",
237
+ "description": "",
238
+ "type": "TreeItem<V>",
239
+ "isOptional": false,
240
+ "isRestParam": false
241
+ }
242
+ ],
243
+ "rawComment": "",
244
+ "returnType": "void"
245
+ }
246
+ ],
247
+ "implementation": {
248
+ "params": [
249
+ {
250
+ "name": "child",
251
+ "description": "",
252
+ "type": "TreeItem<V>",
253
+ "isOptional": false,
254
+ "isRestParam": false
255
+ }
256
+ ],
257
+ "isNewType": false,
258
+ "returnType": "void",
259
+ "generics": [],
260
+ "name": "unregister",
261
+ "description": "",
262
+ "entryType": "function",
263
+ "jsdocTags": [],
264
+ "rawComment": ""
265
+ },
266
+ "entryType": "function",
267
+ "description": "",
268
+ "jsdocTags": [],
269
+ "rawComment": "",
270
+ "memberType": "method",
271
+ "memberTags": []
272
+ },
273
+ {
274
+ "name": "scrollActiveItemIntoView",
275
+ "signatures": [
276
+ {
277
+ "name": "scrollActiveItemIntoView",
278
+ "entryType": "function",
279
+ "description": "",
280
+ "generics": [],
281
+ "isNewType": false,
282
+ "jsdocTags": [],
283
+ "params": [
284
+ {
285
+ "name": "options",
286
+ "description": "",
287
+ "type": "ScrollIntoViewOptions",
288
+ "isOptional": true,
289
+ "isRestParam": false
290
+ }
291
+ ],
292
+ "rawComment": "",
293
+ "returnType": "void"
294
+ }
295
+ ],
296
+ "implementation": {
297
+ "params": [
298
+ {
299
+ "name": "options",
300
+ "description": "",
301
+ "type": "ScrollIntoViewOptions",
302
+ "isOptional": true,
303
+ "isRestParam": false
304
+ }
305
+ ],
306
+ "isNewType": false,
307
+ "returnType": "void",
308
+ "generics": [],
309
+ "name": "scrollActiveItemIntoView",
310
+ "description": "",
311
+ "entryType": "function",
312
+ "jsdocTags": [],
313
+ "rawComment": ""
314
+ },
315
+ "entryType": "function",
316
+ "description": "",
317
+ "jsdocTags": [],
318
+ "rawComment": "",
319
+ "memberType": "method",
320
+ "memberTags": []
321
+ }
322
+ ],
323
+ "generics": [
324
+ {
325
+ "name": "V"
326
+ }
327
+ ],
328
+ "description": "A Tree container.\n\nTransforms nested lists into an accessible, ARIA-compliant tree structure.\n\n```html\n<ul ngTree [(value)]=\"selectedItems\" [multi]=\"true\">\n <li ngTreeItem [value]=\"'leaf1'\">Leaf Item 1</li>\n <li ngTreeItem [value]=\"'parent1'\">\n Parent Item 1\n <ul ngTreeItemGroup [value]=\"'parent1'\">\n <ng-template ngTreeItemGroupContent>\n <li ngTreeItem [value]=\"'child1.1'\">Child Item 1.1</li>\n <li ngTreeItem [value]=\"'child1.2'\">Child Item 1.2</li>\n </ng-template>\n </ul>\n </li>\n <li ngTreeItem [value]=\"'leaf2'\" [disabled]=\"true\">Disabled Leaf Item 2</li>\n</ul>\n```",
329
+ "jsdocTags": [],
330
+ "rawComment": "/**\n * A Tree container.\n *\n * Transforms nested lists into an accessible, ARIA-compliant tree structure.\n *\n * ```html\n * <ul ngTree [(value)]=\"selectedItems\" [multi]=\"true\">\n * <li ngTreeItem [value]=\"'leaf1'\">Leaf Item 1</li>\n * <li ngTreeItem [value]=\"'parent1'\">\n * Parent Item 1\n * <ul ngTreeItemGroup [value]=\"'parent1'\">\n * <ng-template ngTreeItemGroupContent>\n * <li ngTreeItem [value]=\"'child1.1'\">Child Item 1.1</li>\n * <li ngTreeItem [value]=\"'child1.2'\">Child Item 1.2</li>\n * </ng-template>\n * </ul>\n * </li>\n * <li ngTreeItem [value]=\"'leaf2'\" [disabled]=\"true\">Disabled Leaf Item 2</li>\n * </ul>\n * ```\n */",
331
+ "implements": [],
332
+ "source": {
333
+ "filePath": "/src/aria/tree/tree.ts",
334
+ "startLine": 70,
335
+ "endLine": 213
336
+ }
337
+ },
338
+ {
339
+ "name": "TreeItem",
340
+ "isAbstract": false,
341
+ "entryType": "directive",
342
+ "members": [
343
+ {
344
+ "name": "element",
345
+ "type": "any",
346
+ "memberType": "property",
347
+ "memberTags": [
348
+ "readonly"
349
+ ],
350
+ "description": "The host native element.",
351
+ "jsdocTags": []
352
+ },
353
+ {
354
+ "name": "value",
355
+ "type": "any",
356
+ "memberType": "property",
357
+ "memberTags": [
358
+ "readonly",
359
+ "input"
360
+ ],
361
+ "description": "The value of the tree item.",
362
+ "jsdocTags": [],
363
+ "inputAlias": "value",
364
+ "isRequiredInput": true
365
+ },
366
+ {
367
+ "name": "parent",
368
+ "type": "any",
369
+ "memberType": "property",
370
+ "memberTags": [
371
+ "readonly",
372
+ "input"
373
+ ],
374
+ "description": "The parent tree root or tree item group.",
375
+ "jsdocTags": [],
376
+ "inputAlias": "parent",
377
+ "isRequiredInput": true
378
+ },
379
+ {
380
+ "name": "disabled",
381
+ "type": "any",
382
+ "memberType": "property",
383
+ "memberTags": [
384
+ "readonly",
385
+ "input"
386
+ ],
387
+ "description": "Whether the tree item is disabled.",
388
+ "jsdocTags": [],
389
+ "inputAlias": "disabled",
390
+ "isRequiredInput": false
391
+ },
392
+ {
393
+ "name": "selectable",
394
+ "type": "any",
395
+ "memberType": "property",
396
+ "memberTags": [
397
+ "readonly",
398
+ "input"
399
+ ],
400
+ "description": "Whether the tree item is selectable.",
401
+ "jsdocTags": [],
402
+ "inputAlias": "selectable",
403
+ "isRequiredInput": false
404
+ },
405
+ {
406
+ "name": "label",
407
+ "type": "any",
408
+ "memberType": "property",
409
+ "memberTags": [
410
+ "readonly",
411
+ "input"
412
+ ],
413
+ "description": "Optional label for typeahead. Defaults to the element's textContent.",
414
+ "jsdocTags": [],
415
+ "inputAlias": "label",
416
+ "isRequiredInput": false
417
+ },
418
+ {
419
+ "name": "searchTerm",
420
+ "type": "any",
421
+ "memberType": "property",
422
+ "memberTags": [
423
+ "readonly"
424
+ ],
425
+ "description": "Search term for typeahead.",
426
+ "jsdocTags": []
427
+ },
428
+ {
429
+ "name": "tree",
430
+ "type": "Signal<Tree<V>>",
431
+ "memberType": "property",
432
+ "memberTags": [
433
+ "readonly"
434
+ ],
435
+ "description": "The tree root.",
436
+ "jsdocTags": []
437
+ },
438
+ {
439
+ "name": "ngOnInit",
440
+ "signatures": [
441
+ {
442
+ "name": "ngOnInit",
443
+ "entryType": "function",
444
+ "description": "",
445
+ "generics": [],
446
+ "isNewType": false,
447
+ "jsdocTags": [],
448
+ "params": [],
449
+ "rawComment": "",
450
+ "returnType": "void"
451
+ }
452
+ ],
453
+ "implementation": {
454
+ "params": [],
455
+ "isNewType": false,
456
+ "returnType": "void",
457
+ "generics": [],
458
+ "name": "ngOnInit",
459
+ "description": "",
460
+ "entryType": "function",
461
+ "jsdocTags": [],
462
+ "rawComment": ""
463
+ },
464
+ "entryType": "function",
465
+ "description": "",
466
+ "jsdocTags": [],
467
+ "rawComment": "",
468
+ "memberType": "method",
469
+ "memberTags": []
470
+ },
471
+ {
472
+ "name": "ngOnDestroy",
473
+ "signatures": [
474
+ {
475
+ "name": "ngOnDestroy",
476
+ "entryType": "function",
477
+ "description": "",
478
+ "generics": [],
479
+ "isNewType": false,
480
+ "jsdocTags": [],
481
+ "params": [],
482
+ "rawComment": "",
483
+ "returnType": "void"
484
+ }
485
+ ],
486
+ "implementation": {
487
+ "params": [],
488
+ "isNewType": false,
489
+ "returnType": "void",
490
+ "generics": [],
491
+ "name": "ngOnDestroy",
492
+ "description": "",
493
+ "entryType": "function",
494
+ "jsdocTags": [],
495
+ "rawComment": ""
496
+ },
497
+ "entryType": "function",
498
+ "description": "",
499
+ "jsdocTags": [],
500
+ "rawComment": "",
501
+ "memberType": "method",
502
+ "memberTags": []
503
+ },
504
+ {
505
+ "name": "register",
506
+ "signatures": [
507
+ {
508
+ "name": "register",
509
+ "entryType": "function",
510
+ "description": "",
511
+ "generics": [],
512
+ "isNewType": false,
513
+ "jsdocTags": [],
514
+ "params": [
515
+ {
516
+ "name": "group",
517
+ "description": "",
518
+ "type": "TreeItemGroup<V>",
519
+ "isOptional": false,
520
+ "isRestParam": false
521
+ }
522
+ ],
523
+ "rawComment": "",
524
+ "returnType": "void"
525
+ }
526
+ ],
527
+ "implementation": {
528
+ "params": [
529
+ {
530
+ "name": "group",
531
+ "description": "",
532
+ "type": "TreeItemGroup<V>",
533
+ "isOptional": false,
534
+ "isRestParam": false
535
+ }
536
+ ],
537
+ "isNewType": false,
538
+ "returnType": "void",
539
+ "generics": [],
540
+ "name": "register",
541
+ "description": "",
542
+ "entryType": "function",
543
+ "jsdocTags": [],
544
+ "rawComment": ""
545
+ },
546
+ "entryType": "function",
547
+ "description": "",
548
+ "jsdocTags": [],
549
+ "rawComment": "",
550
+ "memberType": "method",
551
+ "memberTags": []
552
+ },
553
+ {
554
+ "name": "unregister",
555
+ "signatures": [
556
+ {
557
+ "name": "unregister",
558
+ "entryType": "function",
559
+ "description": "",
560
+ "generics": [],
561
+ "isNewType": false,
562
+ "jsdocTags": [],
563
+ "params": [],
564
+ "rawComment": "",
565
+ "returnType": "void"
566
+ }
567
+ ],
568
+ "implementation": {
569
+ "params": [],
570
+ "isNewType": false,
571
+ "returnType": "void",
572
+ "generics": [],
573
+ "name": "unregister",
574
+ "description": "",
575
+ "entryType": "function",
576
+ "jsdocTags": [],
577
+ "rawComment": ""
578
+ },
579
+ "entryType": "function",
580
+ "description": "",
581
+ "jsdocTags": [],
582
+ "rawComment": "",
583
+ "memberType": "method",
584
+ "memberTags": []
585
+ }
586
+ ],
587
+ "generics": [
588
+ {
589
+ "name": "V"
590
+ }
591
+ ],
592
+ "description": "A selectable and expandable Tree Item in a Tree.",
593
+ "jsdocTags": [],
594
+ "rawComment": "/**\n * A selectable and expandable Tree Item in a Tree.\n */",
595
+ "extends": "DeferredContentAware",
596
+ "implements": [
597
+ "OnInit",
598
+ "OnDestroy",
599
+ "HasElement"
600
+ ],
601
+ "isStandalone": true,
602
+ "selector": "[ngTreeItem]",
603
+ "exportAs": [
604
+ "ngTreeItem"
605
+ ],
606
+ "source": {
607
+ "filePath": "/src/aria/tree/tree.ts",
608
+ "startLine": 218,
609
+ "endLine": 326
610
+ }
611
+ },
612
+ {
613
+ "name": "TreeItemGroup",
614
+ "isAbstract": false,
615
+ "entryType": "undecorated_class",
616
+ "members": [
617
+ {
618
+ "name": "children",
619
+ "type": "any",
620
+ "memberType": "property",
621
+ "memberTags": [
622
+ "readonly"
623
+ ],
624
+ "description": "Child items within this group.",
625
+ "jsdocTags": []
626
+ },
627
+ {
628
+ "name": "ownedBy",
629
+ "type": "any",
630
+ "memberType": "property",
631
+ "memberTags": [
632
+ "readonly"
633
+ ],
634
+ "description": "Tree item that owns the group.",
635
+ "jsdocTags": []
636
+ },
637
+ {
638
+ "name": "ngOnInit",
639
+ "signatures": [
640
+ {
641
+ "name": "ngOnInit",
642
+ "entryType": "function",
643
+ "description": "",
644
+ "generics": [],
645
+ "isNewType": false,
646
+ "jsdocTags": [],
647
+ "params": [],
648
+ "rawComment": "",
649
+ "returnType": "void"
650
+ }
651
+ ],
652
+ "implementation": {
653
+ "params": [],
654
+ "isNewType": false,
655
+ "returnType": "void",
656
+ "generics": [],
657
+ "name": "ngOnInit",
658
+ "description": "",
659
+ "entryType": "function",
660
+ "jsdocTags": [],
661
+ "rawComment": ""
662
+ },
663
+ "entryType": "function",
664
+ "description": "",
665
+ "jsdocTags": [],
666
+ "rawComment": "",
667
+ "memberType": "method",
668
+ "memberTags": []
669
+ },
670
+ {
671
+ "name": "ngOnDestroy",
672
+ "signatures": [
673
+ {
674
+ "name": "ngOnDestroy",
675
+ "entryType": "function",
676
+ "description": "",
677
+ "generics": [],
678
+ "isNewType": false,
679
+ "jsdocTags": [],
680
+ "params": [],
681
+ "rawComment": "",
682
+ "returnType": "void"
683
+ }
684
+ ],
685
+ "implementation": {
686
+ "params": [],
687
+ "isNewType": false,
688
+ "returnType": "void",
689
+ "generics": [],
690
+ "name": "ngOnDestroy",
691
+ "description": "",
692
+ "entryType": "function",
693
+ "jsdocTags": [],
694
+ "rawComment": ""
695
+ },
696
+ "entryType": "function",
697
+ "description": "",
698
+ "jsdocTags": [],
699
+ "rawComment": "",
700
+ "memberType": "method",
701
+ "memberTags": []
702
+ },
703
+ {
704
+ "name": "register",
705
+ "signatures": [
706
+ {
707
+ "name": "register",
708
+ "entryType": "function",
709
+ "description": "",
710
+ "generics": [],
711
+ "isNewType": false,
712
+ "jsdocTags": [],
713
+ "params": [
714
+ {
715
+ "name": "child",
716
+ "description": "",
717
+ "type": "TreeItem<V>",
718
+ "isOptional": false,
719
+ "isRestParam": false
720
+ }
721
+ ],
722
+ "rawComment": "",
723
+ "returnType": "void"
724
+ }
725
+ ],
726
+ "implementation": {
727
+ "params": [
728
+ {
729
+ "name": "child",
730
+ "description": "",
731
+ "type": "TreeItem<V>",
732
+ "isOptional": false,
733
+ "isRestParam": false
734
+ }
735
+ ],
736
+ "isNewType": false,
737
+ "returnType": "void",
738
+ "generics": [],
739
+ "name": "register",
740
+ "description": "",
741
+ "entryType": "function",
742
+ "jsdocTags": [],
743
+ "rawComment": ""
744
+ },
745
+ "entryType": "function",
746
+ "description": "",
747
+ "jsdocTags": [],
748
+ "rawComment": "",
749
+ "memberType": "method",
750
+ "memberTags": []
751
+ },
752
+ {
753
+ "name": "unregister",
754
+ "signatures": [
755
+ {
756
+ "name": "unregister",
757
+ "entryType": "function",
758
+ "description": "",
759
+ "generics": [],
760
+ "isNewType": false,
761
+ "jsdocTags": [],
762
+ "params": [
763
+ {
764
+ "name": "child",
765
+ "description": "",
766
+ "type": "TreeItem<V>",
767
+ "isOptional": false,
768
+ "isRestParam": false
769
+ }
770
+ ],
771
+ "rawComment": "",
772
+ "returnType": "void"
773
+ }
774
+ ],
775
+ "implementation": {
776
+ "params": [
777
+ {
778
+ "name": "child",
779
+ "description": "",
780
+ "type": "TreeItem<V>",
781
+ "isOptional": false,
782
+ "isRestParam": false
783
+ }
784
+ ],
785
+ "isNewType": false,
786
+ "returnType": "void",
787
+ "generics": [],
788
+ "name": "unregister",
789
+ "description": "",
790
+ "entryType": "function",
791
+ "jsdocTags": [],
792
+ "rawComment": ""
793
+ },
794
+ "entryType": "function",
795
+ "description": "",
796
+ "jsdocTags": [],
797
+ "rawComment": "",
798
+ "memberType": "method",
799
+ "memberTags": []
800
+ }
801
+ ],
802
+ "generics": [
803
+ {
804
+ "name": "V"
805
+ }
806
+ ],
807
+ "description": "Contains children tree itmes.",
808
+ "jsdocTags": [],
809
+ "rawComment": "/**\n * Contains children tree itmes.\n */",
810
+ "implements": [
811
+ "OnInit",
812
+ "OnDestroy"
813
+ ],
814
+ "source": {
815
+ "filePath": "/src/aria/tree/tree.ts",
816
+ "startLine": 331,
817
+ "endLine": 369
818
+ }
819
+ }
820
+ ],
821
+ "symbols": [
822
+ [
823
+ "Directive",
824
+ "@angular/core"
825
+ ],
826
+ [
827
+ "ElementRef",
828
+ "@angular/core"
829
+ ],
830
+ [
831
+ "afterRenderEffect",
832
+ "@angular/core"
833
+ ],
834
+ [
835
+ "booleanAttribute",
836
+ "@angular/core"
837
+ ],
838
+ [
839
+ "computed",
840
+ "@angular/core"
841
+ ],
842
+ [
843
+ "inject",
844
+ "@angular/core"
845
+ ],
846
+ [
847
+ "input",
848
+ "@angular/core"
849
+ ],
850
+ [
851
+ "model",
852
+ "@angular/core"
853
+ ],
854
+ [
855
+ "signal",
856
+ "@angular/core"
857
+ ],
858
+ [
859
+ "Signal",
860
+ "@angular/core"
861
+ ],
862
+ [
863
+ "OnInit",
864
+ "@angular/core"
865
+ ],
866
+ [
867
+ "OnDestroy",
868
+ "@angular/core"
869
+ ],
870
+ [
871
+ "untracked",
872
+ "@angular/core"
873
+ ],
874
+ [
875
+ "afterNextRender",
876
+ "@angular/core"
877
+ ],
878
+ [
879
+ "_IdGenerator",
880
+ "@angular/cdk/a11y"
881
+ ],
882
+ [
883
+ "Directionality",
884
+ "@angular/cdk/bidi"
885
+ ],
886
+ [
887
+ "ComboboxTreePattern",
888
+ "@angular/aria/private"
889
+ ],
890
+ [
891
+ "TreeItemPattern",
892
+ "@angular/aria/private"
893
+ ],
894
+ [
895
+ "TreePattern",
896
+ "@angular/aria/private"
897
+ ],
898
+ [
899
+ "DeferredContent",
900
+ "@angular/aria/private"
901
+ ],
902
+ [
903
+ "DeferredContentAware",
904
+ "@angular/aria/private"
905
+ ],
906
+ [
907
+ "Tree",
908
+ "@angular/aria/tree"
909
+ ],
910
+ [
911
+ "TreeItem",
912
+ "@angular/aria/tree"
913
+ ],
914
+ [
915
+ "TreeItemGroup",
916
+ "@angular/aria/tree"
917
+ ],
918
+ [
919
+ "Tree",
920
+ "@angular/aria/tree"
921
+ ],
922
+ [
923
+ "Tree.id",
924
+ "@angular/aria/tree"
925
+ ],
926
+ [
927
+ "Tree.orientation",
928
+ "@angular/aria/tree"
929
+ ],
930
+ [
931
+ "Tree.multi",
932
+ "@angular/aria/tree"
933
+ ],
934
+ [
935
+ "Tree.disabled",
936
+ "@angular/aria/tree"
937
+ ],
938
+ [
939
+ "Tree.selectionMode",
940
+ "@angular/aria/tree"
941
+ ],
942
+ [
943
+ "Tree.focusMode",
944
+ "@angular/aria/tree"
945
+ ],
946
+ [
947
+ "Tree.wrap",
948
+ "@angular/aria/tree"
949
+ ],
950
+ [
951
+ "Tree.softDisabled",
952
+ "@angular/aria/tree"
953
+ ],
954
+ [
955
+ "Tree.typeaheadDelay",
956
+ "@angular/aria/tree"
957
+ ],
958
+ [
959
+ "Tree.value",
960
+ "@angular/aria/tree"
961
+ ],
962
+ [
963
+ "Tree.textDirection",
964
+ "@angular/aria/tree"
965
+ ],
966
+ [
967
+ "Tree.nav",
968
+ "@angular/aria/tree"
969
+ ],
970
+ [
971
+ "Tree.currentType",
972
+ "@angular/aria/tree"
973
+ ],
974
+ [
975
+ "Tree.onFocus",
976
+ "@angular/aria/tree"
977
+ ],
978
+ [
979
+ "Tree.register",
980
+ "@angular/aria/tree"
981
+ ],
982
+ [
983
+ "Tree.unregister",
984
+ "@angular/aria/tree"
985
+ ],
986
+ [
987
+ "Tree.scrollActiveItemIntoView",
988
+ "@angular/aria/tree"
989
+ ],
990
+ [
991
+ "TreeItem",
992
+ "@angular/aria/tree"
993
+ ],
994
+ [
995
+ "TreeItem.element",
996
+ "@angular/aria/tree"
997
+ ],
998
+ [
999
+ "TreeItem.value",
1000
+ "@angular/aria/tree"
1001
+ ],
1002
+ [
1003
+ "TreeItem.parent",
1004
+ "@angular/aria/tree"
1005
+ ],
1006
+ [
1007
+ "TreeItem.disabled",
1008
+ "@angular/aria/tree"
1009
+ ],
1010
+ [
1011
+ "TreeItem.selectable",
1012
+ "@angular/aria/tree"
1013
+ ],
1014
+ [
1015
+ "TreeItem.label",
1016
+ "@angular/aria/tree"
1017
+ ],
1018
+ [
1019
+ "TreeItem.searchTerm",
1020
+ "@angular/aria/tree"
1021
+ ],
1022
+ [
1023
+ "TreeItem.tree",
1024
+ "@angular/aria/tree"
1025
+ ],
1026
+ [
1027
+ "TreeItem.ngOnInit",
1028
+ "@angular/aria/tree"
1029
+ ],
1030
+ [
1031
+ "TreeItem.ngOnDestroy",
1032
+ "@angular/aria/tree"
1033
+ ],
1034
+ [
1035
+ "TreeItem.register",
1036
+ "@angular/aria/tree"
1037
+ ],
1038
+ [
1039
+ "TreeItem.unregister",
1040
+ "@angular/aria/tree"
1041
+ ],
1042
+ [
1043
+ "TreeItemGroup",
1044
+ "@angular/aria/tree"
1045
+ ],
1046
+ [
1047
+ "TreeItemGroup.children",
1048
+ "@angular/aria/tree"
1049
+ ],
1050
+ [
1051
+ "TreeItemGroup.ownedBy",
1052
+ "@angular/aria/tree"
1053
+ ],
1054
+ [
1055
+ "TreeItemGroup.ngOnInit",
1056
+ "@angular/aria/tree"
1057
+ ],
1058
+ [
1059
+ "TreeItemGroup.ngOnDestroy",
1060
+ "@angular/aria/tree"
1061
+ ],
1062
+ [
1063
+ "TreeItemGroup.register",
1064
+ "@angular/aria/tree"
1065
+ ],
1066
+ [
1067
+ "TreeItemGroup.unregister",
1068
+ "@angular/aria/tree"
1069
+ ]
1070
+ ]
1071
+ }