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

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