@angular/aria 21.1.0-next.1 → 21.1.0-next.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.
Files changed (81) hide show
  1. package/fesm2022/_accordion-chunk.mjs +108 -0
  2. package/fesm2022/_accordion-chunk.mjs.map +1 -0
  3. package/fesm2022/_combobox-chunk.mjs +425 -0
  4. package/fesm2022/_combobox-chunk.mjs.map +1 -0
  5. package/fesm2022/_combobox-listbox-chunk.mjs +240 -0
  6. package/fesm2022/_combobox-listbox-chunk.mjs.map +1 -0
  7. package/fesm2022/_combobox-tree-chunk.mjs +331 -0
  8. package/fesm2022/_combobox-tree-chunk.mjs.map +1 -0
  9. package/fesm2022/_deferred-content-chunk.mjs +124 -0
  10. package/fesm2022/_deferred-content-chunk.mjs.map +1 -0
  11. package/fesm2022/_expansion-chunk.mjs +41 -0
  12. package/fesm2022/_expansion-chunk.mjs.map +1 -0
  13. package/fesm2022/_list-chunk.mjs +287 -0
  14. package/fesm2022/_list-chunk.mjs.map +1 -0
  15. package/fesm2022/_list-navigation-chunk.mjs +116 -0
  16. package/fesm2022/_list-navigation-chunk.mjs.map +1 -0
  17. package/fesm2022/_menu-chunk.mjs +515 -0
  18. package/fesm2022/_menu-chunk.mjs.map +1 -0
  19. package/fesm2022/_pointer-event-manager-chunk.mjs +54 -0
  20. package/fesm2022/_pointer-event-manager-chunk.mjs.map +1 -0
  21. package/fesm2022/_signal-like-chunk.mjs +118 -0
  22. package/fesm2022/_signal-like-chunk.mjs.map +1 -0
  23. package/fesm2022/_tabs-chunk.mjs +159 -0
  24. package/fesm2022/_tabs-chunk.mjs.map +1 -0
  25. package/fesm2022/_toolbar-widget-group-chunk.mjs +148 -0
  26. package/fesm2022/_toolbar-widget-group-chunk.mjs.map +1 -0
  27. package/fesm2022/_widget-chunk.mjs +5 -246
  28. package/fesm2022/_widget-chunk.mjs.map +1 -1
  29. package/fesm2022/accordion.mjs +73 -55
  30. package/fesm2022/accordion.mjs.map +1 -1
  31. package/fesm2022/aria.mjs +1 -1
  32. package/fesm2022/aria.mjs.map +1 -1
  33. package/fesm2022/combobox.mjs +166 -153
  34. package/fesm2022/combobox.mjs.map +1 -1
  35. package/fesm2022/grid.mjs +287 -261
  36. package/fesm2022/grid.mjs.map +1 -1
  37. package/fesm2022/listbox.mjs +211 -197
  38. package/fesm2022/listbox.mjs.map +1 -1
  39. package/fesm2022/menu.mjs +308 -286
  40. package/fesm2022/menu.mjs.map +1 -1
  41. package/fesm2022/private.mjs +15 -2329
  42. package/fesm2022/private.mjs.map +1 -1
  43. package/fesm2022/tabs.mjs +221 -199
  44. package/fesm2022/tabs.mjs.map +1 -1
  45. package/fesm2022/toolbar.mjs +64 -48
  46. package/fesm2022/toolbar.mjs.map +1 -1
  47. package/fesm2022/tree.mjs +54 -44
  48. package/fesm2022/tree.mjs.map +1 -1
  49. package/package.json +2 -2
  50. package/types/_accordion-chunk.d.ts +100 -0
  51. package/types/_combobox-chunk.d.ts +194 -0
  52. package/types/_deferred-content-chunk.d.ts +42 -0
  53. package/types/_expansion-chunk.d.ts +40 -0
  54. package/types/_grid-chunk.d.ts +43 -250
  55. package/types/_keyboard-event-manager-chunk.d.ts +68 -0
  56. package/types/_list-chunk.d.ts +211 -0
  57. package/types/_list-navigation-chunk.d.ts +119 -0
  58. package/types/_listbox-chunk.d.ts +107 -0
  59. package/types/_menu-chunk.d.ts +267 -0
  60. package/types/_pointer-event-manager-chunk.d.ts +34 -0
  61. package/types/_tabs-chunk.d.ts +153 -0
  62. package/types/_toolbar-chunk.d.ts +124 -0
  63. package/types/_tree-chunk.d.ts +185 -0
  64. package/types/accordion.d.ts +65 -54
  65. package/types/aria.d.ts +1 -1
  66. package/types/combobox.d.ts +86 -56
  67. package/types/grid.d.ts +47 -32
  68. package/types/listbox.d.ts +22 -7
  69. package/types/menu.d.ts +135 -117
  70. package/types/private.d.ts +28 -1376
  71. package/types/tabs.d.ts +109 -88
  72. package/types/toolbar.d.ts +77 -66
  73. package/types/tree.d.ts +118 -104
  74. package/_adev_assets/aria-accordion.json +0 -743
  75. package/_adev_assets/aria-combobox.json +0 -603
  76. package/_adev_assets/aria-grid.json +0 -893
  77. package/_adev_assets/aria-listbox.json +0 -540
  78. package/_adev_assets/aria-menu.json +0 -1049
  79. package/_adev_assets/aria-tabs.json +0 -880
  80. package/_adev_assets/aria-toolbar.json +0 -545
  81. package/_adev_assets/aria-tree.json +0 -853
@@ -1,743 +0,0 @@
1
- {
2
- "repo": "angular/components",
3
- "moduleLabel": "@angular/aria/accordion",
4
- "moduleName": "@angular/aria/accordion",
5
- "normalizedModuleName": "angular_aria_accordion",
6
- "entries": [
7
- {
8
- "name": "AccordionPanel",
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 global unique identifier for the panel.",
20
- "jsdocTags": []
21
- },
22
- {
23
- "name": "panelId",
24
- "type": "any",
25
- "memberType": "property",
26
- "memberTags": [
27
- "readonly"
28
- ],
29
- "description": "A local unique identifier for the panel, used to match with its trigger's `panelId`.",
30
- "jsdocTags": []
31
- },
32
- {
33
- "name": "visible",
34
- "type": "any",
35
- "memberType": "property",
36
- "memberTags": [
37
- "readonly"
38
- ],
39
- "description": "Whether the accordion panel is visible. True if the associated trigger is expanded.",
40
- "jsdocTags": []
41
- },
42
- {
43
- "name": "expand",
44
- "signatures": [
45
- {
46
- "name": "expand",
47
- "entryType": "function",
48
- "description": "Expands this item.",
49
- "generics": [],
50
- "isNewType": false,
51
- "jsdocTags": [],
52
- "params": [],
53
- "rawComment": "/** Expands this item. */",
54
- "returnType": "void"
55
- }
56
- ],
57
- "implementation": {
58
- "params": [],
59
- "isNewType": false,
60
- "returnType": "void",
61
- "generics": [],
62
- "name": "expand",
63
- "description": "Expands this item.",
64
- "entryType": "function",
65
- "jsdocTags": [],
66
- "rawComment": "/** Expands this item. */"
67
- },
68
- "entryType": "function",
69
- "description": "Expands this item.",
70
- "jsdocTags": [],
71
- "rawComment": "/** Expands this item. */",
72
- "memberType": "method",
73
- "memberTags": []
74
- },
75
- {
76
- "name": "collapse",
77
- "signatures": [
78
- {
79
- "name": "collapse",
80
- "entryType": "function",
81
- "description": "Collapses this item.",
82
- "generics": [],
83
- "isNewType": false,
84
- "jsdocTags": [],
85
- "params": [],
86
- "rawComment": "/** Collapses this item. */",
87
- "returnType": "void"
88
- }
89
- ],
90
- "implementation": {
91
- "params": [],
92
- "isNewType": false,
93
- "returnType": "void",
94
- "generics": [],
95
- "name": "collapse",
96
- "description": "Collapses this item.",
97
- "entryType": "function",
98
- "jsdocTags": [],
99
- "rawComment": "/** Collapses this item. */"
100
- },
101
- "entryType": "function",
102
- "description": "Collapses this item.",
103
- "jsdocTags": [],
104
- "rawComment": "/** Collapses this item. */",
105
- "memberType": "method",
106
- "memberTags": []
107
- },
108
- {
109
- "name": "toggle",
110
- "signatures": [
111
- {
112
- "name": "toggle",
113
- "entryType": "function",
114
- "description": "Toggles the expansion state of this item.",
115
- "generics": [],
116
- "isNewType": false,
117
- "jsdocTags": [],
118
- "params": [],
119
- "rawComment": "/** Toggles the expansion state of this item. */",
120
- "returnType": "void"
121
- }
122
- ],
123
- "implementation": {
124
- "params": [],
125
- "isNewType": false,
126
- "returnType": "void",
127
- "generics": [],
128
- "name": "toggle",
129
- "description": "Toggles the expansion state of this item.",
130
- "entryType": "function",
131
- "jsdocTags": [],
132
- "rawComment": "/** Toggles the expansion state of this item. */"
133
- },
134
- "entryType": "function",
135
- "description": "Toggles the expansion state of this item.",
136
- "jsdocTags": [],
137
- "rawComment": "/** Toggles the expansion state of this item. */",
138
- "memberType": "method",
139
- "memberTags": []
140
- }
141
- ],
142
- "generics": [],
143
- "description": "The content panel of an accordion item that is conditionally visible.\n\nThis directive is a container for the content that is shown or hidden. It requires\na `panelId` that must match the `panelId` of its corresponding `ngAccordionTrigger`.\nThe content within the panel should be provided using an `ng-template` with the\n`ngAccordionContent` directive so that the content is not rendered on the page until the trigger\nis expanded. It applies `role=\"region\"` for accessibility and uses the `inert` attribute to hide\nits content from assistive technologies when not visible.\n\n```html\n<div ngAccordionPanel panelId=\"unique-id-1\">\n <ng-template ngAccordionContent>\n <p>This content is lazily rendered and will be shown when the panel is expanded.</p>\n </ng-template>\n</div>\n```",
144
- "jsdocTags": [
145
- {
146
- "name": "developerPreview",
147
- "comment": "21.0"
148
- }
149
- ],
150
- "rawComment": "/**\n * The content panel of an accordion item that is conditionally visible.\n *\n * This directive is a container for the content that is shown or hidden. It requires\n * a `panelId` that must match the `panelId` of its corresponding `ngAccordionTrigger`.\n * The content within the panel should be provided using an `ng-template` with the\n * `ngAccordionContent` directive so that the content is not rendered on the page until the trigger\n * is expanded. It applies `role=\"region\"` for accessibility and uses the `inert` attribute to hide\n * its content from assistive technologies when not visible.\n *\n * ```html\n * <div ngAccordionPanel panelId=\"unique-id-1\">\n * <ng-template ngAccordionContent>\n * <p>This content is lazily rendered and will be shown when the panel is expanded.</p>\n * </ng-template>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
151
- "implements": [],
152
- "source": {
153
- "filePath": "src/aria/accordion/accordion.ts",
154
- "startLine": 52,
155
- "endLine": 113
156
- }
157
- },
158
- {
159
- "name": "AccordionTrigger",
160
- "isAbstract": false,
161
- "entryType": "directive",
162
- "members": [
163
- {
164
- "name": "element",
165
- "type": "HTMLElement",
166
- "memberType": "property",
167
- "memberTags": [
168
- "readonly"
169
- ],
170
- "description": "A reference to the trigger element.",
171
- "jsdocTags": []
172
- },
173
- {
174
- "name": "id",
175
- "type": "any",
176
- "memberType": "property",
177
- "memberTags": [
178
- "readonly",
179
- "input"
180
- ],
181
- "description": "A unique identifier for the widget.",
182
- "jsdocTags": [],
183
- "inputAlias": "id",
184
- "isRequiredInput": false
185
- },
186
- {
187
- "name": "panelId",
188
- "type": "any",
189
- "memberType": "property",
190
- "memberTags": [
191
- "readonly",
192
- "input"
193
- ],
194
- "description": "A local unique identifier for the trigger, used to match with its panel's `panelId`.",
195
- "jsdocTags": [],
196
- "inputAlias": "panelId",
197
- "isRequiredInput": true
198
- },
199
- {
200
- "name": "disabled",
201
- "type": "any",
202
- "memberType": "property",
203
- "memberTags": [
204
- "readonly",
205
- "input"
206
- ],
207
- "description": "Whether the trigger is disabled.",
208
- "jsdocTags": [],
209
- "inputAlias": "disabled",
210
- "isRequiredInput": false
211
- },
212
- {
213
- "name": "expanded",
214
- "type": "any",
215
- "memberType": "property",
216
- "memberTags": [
217
- "readonly",
218
- "input",
219
- "output"
220
- ],
221
- "description": "Whether the corresponding panel is expanded.",
222
- "jsdocTags": [],
223
- "inputAlias": "expanded",
224
- "isRequiredInput": false,
225
- "outputAlias": "expandedChange"
226
- },
227
- {
228
- "name": "active",
229
- "type": "any",
230
- "memberType": "property",
231
- "memberTags": [
232
- "readonly"
233
- ],
234
- "description": "Whether the trigger is active.",
235
- "jsdocTags": []
236
- },
237
- {
238
- "name": "expand",
239
- "signatures": [
240
- {
241
- "name": "expand",
242
- "entryType": "function",
243
- "description": "Expands this item.",
244
- "generics": [],
245
- "isNewType": false,
246
- "jsdocTags": [],
247
- "params": [],
248
- "rawComment": "/** Expands this item. */",
249
- "returnType": "void"
250
- }
251
- ],
252
- "implementation": {
253
- "params": [],
254
- "isNewType": false,
255
- "returnType": "void",
256
- "generics": [],
257
- "name": "expand",
258
- "description": "Expands this item.",
259
- "entryType": "function",
260
- "jsdocTags": [],
261
- "rawComment": "/** Expands this item. */"
262
- },
263
- "entryType": "function",
264
- "description": "Expands this item.",
265
- "jsdocTags": [],
266
- "rawComment": "/** Expands this item. */",
267
- "memberType": "method",
268
- "memberTags": []
269
- },
270
- {
271
- "name": "collapse",
272
- "signatures": [
273
- {
274
- "name": "collapse",
275
- "entryType": "function",
276
- "description": "Collapses this item.",
277
- "generics": [],
278
- "isNewType": false,
279
- "jsdocTags": [],
280
- "params": [],
281
- "rawComment": "/** Collapses this item. */",
282
- "returnType": "void"
283
- }
284
- ],
285
- "implementation": {
286
- "params": [],
287
- "isNewType": false,
288
- "returnType": "void",
289
- "generics": [],
290
- "name": "collapse",
291
- "description": "Collapses this item.",
292
- "entryType": "function",
293
- "jsdocTags": [],
294
- "rawComment": "/** Collapses this item. */"
295
- },
296
- "entryType": "function",
297
- "description": "Collapses this item.",
298
- "jsdocTags": [],
299
- "rawComment": "/** Collapses this item. */",
300
- "memberType": "method",
301
- "memberTags": []
302
- },
303
- {
304
- "name": "toggle",
305
- "signatures": [
306
- {
307
- "name": "toggle",
308
- "entryType": "function",
309
- "description": "Toggles the expansion state of this item.",
310
- "generics": [],
311
- "isNewType": false,
312
- "jsdocTags": [],
313
- "params": [],
314
- "rawComment": "/** Toggles the expansion state of this item. */",
315
- "returnType": "void"
316
- }
317
- ],
318
- "implementation": {
319
- "params": [],
320
- "isNewType": false,
321
- "returnType": "void",
322
- "generics": [],
323
- "name": "toggle",
324
- "description": "Toggles the expansion state of this item.",
325
- "entryType": "function",
326
- "jsdocTags": [],
327
- "rawComment": "/** Toggles the expansion state of this item. */"
328
- },
329
- "entryType": "function",
330
- "description": "Toggles the expansion state of this item.",
331
- "jsdocTags": [],
332
- "rawComment": "/** Toggles the expansion state of this item. */",
333
- "memberType": "method",
334
- "memberTags": []
335
- }
336
- ],
337
- "generics": [],
338
- "description": "The trigger that toggles the visibility of its associated `ngAccordionPanel`.\n\nThis directive requires a `panelId` that must match the `panelId` of the `ngAccordionPanel` it\ncontrols. When clicked, it will expand or collapse the panel. It also handles keyboard\ninteractions for navigation within the `ngAccordionGroup`. It applies `role=\"button\"` and manages\n`aria-expanded`, `aria-controls`, and `aria-disabled` attributes for accessibility.\nThe `disabled` input can be used to disable the trigger.\n\n```html\n<button ngAccordionTrigger panelId=\"unique-id-1\">\n Accordion Trigger Text\n</button>\n```",
339
- "jsdocTags": [
340
- {
341
- "name": "developerPreview",
342
- "comment": "21.0"
343
- }
344
- ],
345
- "rawComment": "/**\n * The trigger that toggles the visibility of its associated `ngAccordionPanel`.\n *\n * This directive requires a `panelId` that must match the `panelId` of the `ngAccordionPanel` it\n * controls. When clicked, it will expand or collapse the panel. It also handles keyboard\n * interactions for navigation within the `ngAccordionGroup`. It applies `role=\"button\"` and manages\n * `aria-expanded`, `aria-controls`, and `aria-disabled` attributes for accessibility.\n * The `disabled` input can be used to disable the trigger.\n *\n * ```html\n * <button ngAccordionTrigger panelId=\"unique-id-1\">\n * Accordion Trigger Text\n * </button>\n * ```\n *\n * @developerPreview 21.0\n */",
346
- "implements": [],
347
- "isStandalone": true,
348
- "selector": "[ngAccordionTrigger]",
349
- "exportAs": [
350
- "ngAccordionTrigger"
351
- ],
352
- "source": {
353
- "filePath": "src/aria/accordion/accordion.ts",
354
- "startLine": 132,
355
- "endLine": 197
356
- }
357
- },
358
- {
359
- "name": "AccordionGroup",
360
- "isAbstract": false,
361
- "entryType": "directive",
362
- "members": [
363
- {
364
- "name": "element",
365
- "type": "HTMLElement",
366
- "memberType": "property",
367
- "memberTags": [
368
- "readonly"
369
- ],
370
- "description": "A reference to the group element.",
371
- "jsdocTags": []
372
- },
373
- {
374
- "name": "textDirection",
375
- "type": "any",
376
- "memberType": "property",
377
- "memberTags": [
378
- "readonly"
379
- ],
380
- "description": "The text direction (ltr or rtl).",
381
- "jsdocTags": []
382
- },
383
- {
384
- "name": "disabled",
385
- "type": "any",
386
- "memberType": "property",
387
- "memberTags": [
388
- "readonly",
389
- "input"
390
- ],
391
- "description": "Whether the entire accordion group is disabled.",
392
- "jsdocTags": [],
393
- "inputAlias": "disabled",
394
- "isRequiredInput": false
395
- },
396
- {
397
- "name": "multiExpandable",
398
- "type": "any",
399
- "memberType": "property",
400
- "memberTags": [
401
- "readonly",
402
- "input"
403
- ],
404
- "description": "Whether multiple accordion items can be expanded simultaneously.",
405
- "jsdocTags": [],
406
- "inputAlias": "multiExpandable",
407
- "isRequiredInput": false
408
- },
409
- {
410
- "name": "softDisabled",
411
- "type": "any",
412
- "memberType": "property",
413
- "memberTags": [
414
- "readonly",
415
- "input"
416
- ],
417
- "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.",
418
- "jsdocTags": [],
419
- "inputAlias": "softDisabled",
420
- "isRequiredInput": false
421
- },
422
- {
423
- "name": "wrap",
424
- "type": "any",
425
- "memberType": "property",
426
- "memberTags": [
427
- "readonly",
428
- "input"
429
- ],
430
- "description": "Whether keyboard navigation should wrap around from the last item to the first, and vice-versa.",
431
- "jsdocTags": [],
432
- "inputAlias": "wrap",
433
- "isRequiredInput": false
434
- },
435
- {
436
- "name": "expandAll",
437
- "signatures": [
438
- {
439
- "name": "expandAll",
440
- "entryType": "function",
441
- "description": "Expands all accordion panels if multi-expandable.",
442
- "generics": [],
443
- "isNewType": false,
444
- "jsdocTags": [],
445
- "params": [],
446
- "rawComment": "/** Expands all accordion panels if multi-expandable. */",
447
- "returnType": "void"
448
- }
449
- ],
450
- "implementation": {
451
- "params": [],
452
- "isNewType": false,
453
- "returnType": "void",
454
- "generics": [],
455
- "name": "expandAll",
456
- "description": "Expands all accordion panels if multi-expandable.",
457
- "entryType": "function",
458
- "jsdocTags": [],
459
- "rawComment": "/** Expands all accordion panels if multi-expandable. */"
460
- },
461
- "entryType": "function",
462
- "description": "Expands all accordion panels if multi-expandable.",
463
- "jsdocTags": [],
464
- "rawComment": "/** Expands all accordion panels if multi-expandable. */",
465
- "memberType": "method",
466
- "memberTags": []
467
- },
468
- {
469
- "name": "collapseAll",
470
- "signatures": [
471
- {
472
- "name": "collapseAll",
473
- "entryType": "function",
474
- "description": "Collapses all accordion panels.",
475
- "generics": [],
476
- "isNewType": false,
477
- "jsdocTags": [],
478
- "params": [],
479
- "rawComment": "/** Collapses all accordion panels. */",
480
- "returnType": "void"
481
- }
482
- ],
483
- "implementation": {
484
- "params": [],
485
- "isNewType": false,
486
- "returnType": "void",
487
- "generics": [],
488
- "name": "collapseAll",
489
- "description": "Collapses all accordion panels.",
490
- "entryType": "function",
491
- "jsdocTags": [],
492
- "rawComment": "/** Collapses all accordion panels. */"
493
- },
494
- "entryType": "function",
495
- "description": "Collapses all accordion panels.",
496
- "jsdocTags": [],
497
- "rawComment": "/** Collapses all accordion panels. */",
498
- "memberType": "method",
499
- "memberTags": []
500
- }
501
- ],
502
- "generics": [],
503
- "description": "A container for a group of accordion items. It manages the overall state and\ninteractions of the accordion, such as keyboard navigation and expansion mode.\n\nThe `ngAccordionGroup` serves as the root of a group of accordion triggers and panels,\ncoordinating the behavior of the `ngAccordionTrigger` and `ngAccordionPanel` elements within it.\nIt supports both single and multiple expansion modes.\n\n```html\n<div ngAccordionGroup [multiExpandable]=\"true\" [(expandedPanels)]=\"expandedItems\">\n <div class=\"accordion-item\">\n <h3>\n <button ngAccordionTrigger panelId=\"item-1\">Item 1</button>\n </h3>\n <div ngAccordionPanel panelId=\"item-1\">\n <ng-template ngAccordionContent>\n <p>Content for Item 1.</p>\n </ng-template>\n </div>\n </div>\n <div class=\"accordion-item\">\n <h3>\n <button ngAccordionTrigger panelId=\"item-2\">Item 2</button>\n </h3>\n <div ngAccordionPanel panelId=\"item-2\">\n <ng-template ngAccordionContent>\n <p>Content for Item 2.</p>\n </ng-template>\n </div>\n </div>\n</div>\n```",
504
- "jsdocTags": [
505
- {
506
- "name": "developerPreview",
507
- "comment": "21.0"
508
- }
509
- ],
510
- "rawComment": "/**\n * A container for a group of accordion items. It manages the overall state and\n * interactions of the accordion, such as keyboard navigation and expansion mode.\n *\n * The `ngAccordionGroup` serves as the root of a group of accordion triggers and panels,\n * coordinating the behavior of the `ngAccordionTrigger` and `ngAccordionPanel` elements within it.\n * It supports both single and multiple expansion modes.\n *\n * ```html\n * <div ngAccordionGroup [multiExpandable]=\"true\" [(expandedPanels)]=\"expandedItems\">\n * <div class=\"accordion-item\">\n * <h3>\n * <button ngAccordionTrigger panelId=\"item-1\">Item 1</button>\n * </h3>\n * <div ngAccordionPanel panelId=\"item-1\">\n * <ng-template ngAccordionContent>\n * <p>Content for Item 1.</p>\n * </ng-template>\n * </div>\n * </div>\n * <div class=\"accordion-item\">\n * <h3>\n * <button ngAccordionTrigger panelId=\"item-2\">Item 2</button>\n * </h3>\n * <div ngAccordionPanel panelId=\"item-2\">\n * <ng-template ngAccordionContent>\n * <p>Content for Item 2.</p>\n * </ng-template>\n * </div>\n * </div>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
511
- "implements": [],
512
- "isStandalone": true,
513
- "selector": "[ngAccordionGroup]",
514
- "exportAs": [
515
- "ngAccordionGroup"
516
- ],
517
- "source": {
518
- "filePath": "src/aria/accordion/accordion.ts",
519
- "startLine": 234,
520
- "endLine": 329
521
- }
522
- },
523
- {
524
- "name": "AccordionContent",
525
- "isAbstract": false,
526
- "entryType": "undecorated_class",
527
- "members": [],
528
- "generics": [],
529
- "description": "A structural directive that provides a mechanism for lazily rendering the content for an\n`ngAccordionPanel`.\n\nThis directive should be applied to an `ng-template` inside an `ngAccordionPanel`.\nIt allows the content of the panel to be lazily rendered, improving performance\nby only creating the content when the panel is first expanded.\n\n```html\n<div ngAccordionPanel panelId=\"unique-id-1\">\n <ng-template ngAccordionContent>\n <p>This is the content that will be displayed inside the panel.</p>\n </ng-template>\n</div>\n```",
530
- "jsdocTags": [
531
- {
532
- "name": "developerPreview",
533
- "comment": "21.0"
534
- }
535
- ],
536
- "rawComment": "/**\n * A structural directive that provides a mechanism for lazily rendering the content for an\n * `ngAccordionPanel`.\n *\n * This directive should be applied to an `ng-template` inside an `ngAccordionPanel`.\n * It allows the content of the panel to be lazily rendered, improving performance\n * by only creating the content when the panel is first expanded.\n *\n * ```html\n * <div ngAccordionPanel panelId=\"unique-id-1\">\n * <ng-template ngAccordionContent>\n * <p>This is the content that will be displayed inside the panel.</p>\n * </ng-template>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
537
- "implements": [],
538
- "source": {
539
- "filePath": "src/aria/accordion/accordion.ts",
540
- "startLine": 349,
541
- "endLine": 353
542
- }
543
- }
544
- ],
545
- "symbols": [
546
- [
547
- "Directive",
548
- "@angular/core"
549
- ],
550
- [
551
- "input",
552
- "@angular/core"
553
- ],
554
- [
555
- "ElementRef",
556
- "@angular/core"
557
- ],
558
- [
559
- "inject",
560
- "@angular/core"
561
- ],
562
- [
563
- "contentChildren",
564
- "@angular/core"
565
- ],
566
- [
567
- "afterRenderEffect",
568
- "@angular/core"
569
- ],
570
- [
571
- "signal",
572
- "@angular/core"
573
- ],
574
- [
575
- "model",
576
- "@angular/core"
577
- ],
578
- [
579
- "booleanAttribute",
580
- "@angular/core"
581
- ],
582
- [
583
- "computed",
584
- "@angular/core"
585
- ],
586
- [
587
- "WritableSignal",
588
- "@angular/core"
589
- ],
590
- [
591
- "_IdGenerator",
592
- "@angular/cdk/a11y"
593
- ],
594
- [
595
- "Directionality",
596
- "@angular/cdk/bidi"
597
- ],
598
- [
599
- "DeferredContent",
600
- "@angular/aria/private"
601
- ],
602
- [
603
- "DeferredContentAware",
604
- "@angular/aria/private"
605
- ],
606
- [
607
- "AccordionGroupPattern",
608
- "@angular/aria/private"
609
- ],
610
- [
611
- "AccordionPanelPattern",
612
- "@angular/aria/private"
613
- ],
614
- [
615
- "AccordionTriggerPattern",
616
- "@angular/aria/private"
617
- ],
618
- [
619
- "AccordionPanel",
620
- "@angular/aria/accordion"
621
- ],
622
- [
623
- "AccordionTrigger",
624
- "@angular/aria/accordion"
625
- ],
626
- [
627
- "AccordionGroup",
628
- "@angular/aria/accordion"
629
- ],
630
- [
631
- "AccordionContent",
632
- "@angular/aria/accordion"
633
- ],
634
- [
635
- "AccordionPanel",
636
- "@angular/aria/accordion"
637
- ],
638
- [
639
- "AccordionPanel.id",
640
- "@angular/aria/accordion"
641
- ],
642
- [
643
- "AccordionPanel.panelId",
644
- "@angular/aria/accordion"
645
- ],
646
- [
647
- "AccordionPanel.visible",
648
- "@angular/aria/accordion"
649
- ],
650
- [
651
- "AccordionPanel.expand",
652
- "@angular/aria/accordion"
653
- ],
654
- [
655
- "AccordionPanel.collapse",
656
- "@angular/aria/accordion"
657
- ],
658
- [
659
- "AccordionPanel.toggle",
660
- "@angular/aria/accordion"
661
- ],
662
- [
663
- "AccordionTrigger",
664
- "@angular/aria/accordion"
665
- ],
666
- [
667
- "AccordionTrigger.element",
668
- "@angular/aria/accordion"
669
- ],
670
- [
671
- "AccordionTrigger.id",
672
- "@angular/aria/accordion"
673
- ],
674
- [
675
- "AccordionTrigger.panelId",
676
- "@angular/aria/accordion"
677
- ],
678
- [
679
- "AccordionTrigger.disabled",
680
- "@angular/aria/accordion"
681
- ],
682
- [
683
- "AccordionTrigger.expanded",
684
- "@angular/aria/accordion"
685
- ],
686
- [
687
- "AccordionTrigger.active",
688
- "@angular/aria/accordion"
689
- ],
690
- [
691
- "AccordionTrigger.expand",
692
- "@angular/aria/accordion"
693
- ],
694
- [
695
- "AccordionTrigger.collapse",
696
- "@angular/aria/accordion"
697
- ],
698
- [
699
- "AccordionTrigger.toggle",
700
- "@angular/aria/accordion"
701
- ],
702
- [
703
- "AccordionGroup",
704
- "@angular/aria/accordion"
705
- ],
706
- [
707
- "AccordionGroup.element",
708
- "@angular/aria/accordion"
709
- ],
710
- [
711
- "AccordionGroup.textDirection",
712
- "@angular/aria/accordion"
713
- ],
714
- [
715
- "AccordionGroup.disabled",
716
- "@angular/aria/accordion"
717
- ],
718
- [
719
- "AccordionGroup.multiExpandable",
720
- "@angular/aria/accordion"
721
- ],
722
- [
723
- "AccordionGroup.softDisabled",
724
- "@angular/aria/accordion"
725
- ],
726
- [
727
- "AccordionGroup.wrap",
728
- "@angular/aria/accordion"
729
- ],
730
- [
731
- "AccordionGroup.expandAll",
732
- "@angular/aria/accordion"
733
- ],
734
- [
735
- "AccordionGroup.collapseAll",
736
- "@angular/aria/accordion"
737
- ],
738
- [
739
- "AccordionContent",
740
- "@angular/aria/accordion"
741
- ]
742
- ]
743
- }