@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,545 +0,0 @@
1
- {
2
- "repo": "angular/components",
3
- "moduleLabel": "@angular/aria/toolbar",
4
- "moduleName": "@angular/aria/toolbar",
5
- "normalizedModuleName": "angular_aria_toolbar",
6
- "entries": [
7
- {
8
- "name": "Toolbar",
9
- "isAbstract": false,
10
- "entryType": "directive",
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": "textDirection",
24
- "type": "any",
25
- "memberType": "property",
26
- "memberTags": [
27
- "readonly"
28
- ],
29
- "description": "Text direction.",
30
- "jsdocTags": []
31
- },
32
- {
33
- "name": "orientation",
34
- "type": "any",
35
- "memberType": "property",
36
- "memberTags": [
37
- "readonly",
38
- "input"
39
- ],
40
- "description": "Whether the toolbar is vertically or horizontally oriented.",
41
- "jsdocTags": [],
42
- "inputAlias": "orientation",
43
- "isRequiredInput": false
44
- },
45
- {
46
- "name": "softDisabled",
47
- "type": "any",
48
- "memberType": "property",
49
- "memberTags": [
50
- "input"
51
- ],
52
- "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.",
53
- "jsdocTags": [],
54
- "inputAlias": "softDisabled",
55
- "isRequiredInput": false
56
- },
57
- {
58
- "name": "disabled",
59
- "type": "any",
60
- "memberType": "property",
61
- "memberTags": [
62
- "readonly",
63
- "input"
64
- ],
65
- "description": "Whether the toolbar is disabled.",
66
- "jsdocTags": [],
67
- "inputAlias": "disabled",
68
- "isRequiredInput": false
69
- },
70
- {
71
- "name": "wrap",
72
- "type": "any",
73
- "memberType": "property",
74
- "memberTags": [
75
- "readonly",
76
- "input"
77
- ],
78
- "description": "Whether focus should wrap when navigating.",
79
- "jsdocTags": [],
80
- "inputAlias": "wrap",
81
- "isRequiredInput": false
82
- },
83
- {
84
- "name": "values",
85
- "type": "any",
86
- "memberType": "property",
87
- "memberTags": [
88
- "readonly",
89
- "input",
90
- "output"
91
- ],
92
- "description": "The values of the selected widgets within the toolbar.",
93
- "jsdocTags": [],
94
- "inputAlias": "values",
95
- "isRequiredInput": false,
96
- "outputAlias": "valuesChange"
97
- }
98
- ],
99
- "generics": [
100
- {
101
- "name": "V"
102
- }
103
- ],
104
- "description": "A toolbar widget container for a group of interactive widgets, such as\nbuttons or radio groups. It provides a single point of reference for keyboard navigation\nand focus management. It supports various orientations and disabled states.\n\n```html\n<div ngToolbar orientation=\"horizontal\" [wrap]=\"true\">\n <button ngToolbarWidget value=\"save\">Save</button>\n <button ngToolbarWidget value=\"print\">Print</button>\n\n <div ngToolbarWidgetGroup [(value)]=\"selectedAlignment\">\n <button ngToolbarWidget value=\"left\">Left</button>\n <button ngToolbarWidget value=\"center\">Center</button>\n <button ngToolbarWidget value=\"right\">Right</button>\n </div>\n</div>\n```",
105
- "jsdocTags": [
106
- {
107
- "name": "developerPreview",
108
- "comment": "21.0"
109
- }
110
- ],
111
- "rawComment": "/**\n * A toolbar widget container for a group of interactive widgets, such as\n * buttons or radio groups. It provides a single point of reference for keyboard navigation\n * and focus management. It supports various orientations and disabled states.\n *\n * ```html\n * <div ngToolbar orientation=\"horizontal\" [wrap]=\"true\">\n * <button ngToolbarWidget value=\"save\">Save</button>\n * <button ngToolbarWidget value=\"print\">Print</button>\n *\n * <div ngToolbarWidgetGroup [(value)]=\"selectedAlignment\">\n * <button ngToolbarWidget value=\"left\">Left</button>\n * <button ngToolbarWidget value=\"center\">Center</button>\n * <button ngToolbarWidget value=\"right\">Right</button>\n * </div>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
112
- "implements": [],
113
- "isStandalone": true,
114
- "selector": "[ngToolbar]",
115
- "exportAs": [
116
- "ngToolbar"
117
- ],
118
- "source": {
119
- "filePath": "/src/aria/toolbar/toolbar.ts",
120
- "startLine": 65,
121
- "endLine": 169
122
- }
123
- },
124
- {
125
- "name": "ToolbarWidget",
126
- "isAbstract": false,
127
- "entryType": "directive",
128
- "members": [
129
- {
130
- "name": "element",
131
- "type": "HTMLElement",
132
- "memberType": "property",
133
- "memberTags": [
134
- "readonly"
135
- ],
136
- "description": "A reference to the host element.",
137
- "jsdocTags": []
138
- },
139
- {
140
- "name": "id",
141
- "type": "any",
142
- "memberType": "property",
143
- "memberTags": [
144
- "readonly",
145
- "input"
146
- ],
147
- "description": "A unique identifier for the widget.",
148
- "jsdocTags": [],
149
- "inputAlias": "id",
150
- "isRequiredInput": false
151
- },
152
- {
153
- "name": "disabled",
154
- "type": "any",
155
- "memberType": "property",
156
- "memberTags": [
157
- "readonly",
158
- "input"
159
- ],
160
- "description": "Whether the widget is disabled.",
161
- "jsdocTags": [],
162
- "inputAlias": "disabled",
163
- "isRequiredInput": false
164
- },
165
- {
166
- "name": "hardDisabled",
167
- "type": "any",
168
- "memberType": "property",
169
- "memberTags": [
170
- "readonly"
171
- ],
172
- "description": "Whether the widget is 'hard' disabled, which is different from `aria-disabled`. A hard disabled widget cannot receive focus.",
173
- "jsdocTags": []
174
- },
175
- {
176
- "name": "value",
177
- "type": "any",
178
- "memberType": "property",
179
- "memberTags": [
180
- "readonly",
181
- "input"
182
- ],
183
- "description": "The value associated with the widget.",
184
- "jsdocTags": [],
185
- "inputAlias": "value",
186
- "isRequiredInput": true
187
- },
188
- {
189
- "name": "active",
190
- "type": "any",
191
- "memberType": "property",
192
- "memberTags": [
193
- "readonly"
194
- ],
195
- "description": "Whether the widget is currently active (focused).",
196
- "jsdocTags": []
197
- },
198
- {
199
- "name": "selected",
200
- "type": "() => any",
201
- "memberType": "property",
202
- "memberTags": [
203
- "readonly"
204
- ],
205
- "description": "Whether the widget is selected (only relevant in a selection group).",
206
- "jsdocTags": []
207
- },
208
- {
209
- "name": "ngOnInit",
210
- "signatures": [
211
- {
212
- "name": "ngOnInit",
213
- "entryType": "function",
214
- "description": "",
215
- "generics": [],
216
- "isNewType": false,
217
- "jsdocTags": [],
218
- "params": [],
219
- "rawComment": "",
220
- "returnType": "void"
221
- }
222
- ],
223
- "implementation": {
224
- "params": [],
225
- "isNewType": false,
226
- "returnType": "void",
227
- "generics": [],
228
- "name": "ngOnInit",
229
- "description": "",
230
- "entryType": "function",
231
- "jsdocTags": [],
232
- "rawComment": ""
233
- },
234
- "entryType": "function",
235
- "description": "",
236
- "jsdocTags": [],
237
- "rawComment": "",
238
- "memberType": "method",
239
- "memberTags": []
240
- },
241
- {
242
- "name": "ngOnDestroy",
243
- "signatures": [
244
- {
245
- "name": "ngOnDestroy",
246
- "entryType": "function",
247
- "description": "",
248
- "generics": [],
249
- "isNewType": false,
250
- "jsdocTags": [],
251
- "params": [],
252
- "rawComment": "",
253
- "returnType": "void"
254
- }
255
- ],
256
- "implementation": {
257
- "params": [],
258
- "isNewType": false,
259
- "returnType": "void",
260
- "generics": [],
261
- "name": "ngOnDestroy",
262
- "description": "",
263
- "entryType": "function",
264
- "jsdocTags": [],
265
- "rawComment": ""
266
- },
267
- "entryType": "function",
268
- "description": "",
269
- "jsdocTags": [],
270
- "rawComment": "",
271
- "memberType": "method",
272
- "memberTags": []
273
- }
274
- ],
275
- "generics": [
276
- {
277
- "name": "V"
278
- }
279
- ],
280
- "description": "A widget within a toolbar.\n\nThe `ngToolbarWidget` directive should be applied to any native HTML element that acts\nas an interactive widget within an `ngToolbar` or `ngToolbarWidgetGroup`. It enables\nkeyboard navigation and selection within the toolbar.\n\n```html\n<button ngToolbarWidget value=\"action-id\" [disabled]=\"isDisabled\">\n Perform Action\n</button>\n```",
281
- "jsdocTags": [
282
- {
283
- "name": "developerPreview",
284
- "comment": "21.0"
285
- }
286
- ],
287
- "rawComment": "/**\n * A widget within a toolbar.\n *\n * The `ngToolbarWidget` directive should be applied to any native HTML element that acts\n * as an interactive widget within an `ngToolbar` or `ngToolbarWidgetGroup`. It enables\n * keyboard navigation and selection within the toolbar.\n *\n * ```html\n * <button ngToolbarWidget value=\"action-id\" [disabled]=\"isDisabled\">\n * Perform Action\n * </button>\n * ```\n *\n * @developerPreview 21.0\n */",
288
- "implements": [
289
- "OnInit",
290
- "OnDestroy"
291
- ],
292
- "isStandalone": true,
293
- "selector": "[ngToolbarWidget]",
294
- "exportAs": [
295
- "ngToolbarWidget"
296
- ],
297
- "source": {
298
- "filePath": "/src/aria/toolbar/toolbar.ts",
299
- "startLine": 186,
300
- "endLine": 253
301
- }
302
- },
303
- {
304
- "name": "ToolbarWidgetGroup",
305
- "isAbstract": false,
306
- "entryType": "directive",
307
- "members": [
308
- {
309
- "name": "element",
310
- "type": "HTMLElement",
311
- "memberType": "property",
312
- "memberTags": [
313
- "readonly"
314
- ],
315
- "description": "A reference to the host element.",
316
- "jsdocTags": []
317
- },
318
- {
319
- "name": "disabled",
320
- "type": "any",
321
- "memberType": "property",
322
- "memberTags": [
323
- "readonly",
324
- "input"
325
- ],
326
- "description": "Whether the widget group is disabled.",
327
- "jsdocTags": [],
328
- "inputAlias": "disabled",
329
- "isRequiredInput": false
330
- },
331
- {
332
- "name": "multi",
333
- "type": "any",
334
- "memberType": "property",
335
- "memberTags": [
336
- "readonly",
337
- "input"
338
- ],
339
- "description": "Whether the group allows multiple widgets to be selected.",
340
- "jsdocTags": [],
341
- "inputAlias": "multi",
342
- "isRequiredInput": false
343
- }
344
- ],
345
- "generics": [
346
- {
347
- "name": "V"
348
- }
349
- ],
350
- "description": "A directive that groups toolbar widgets, used for more complex widgets like radio groups\nthat have their own internal navigation.",
351
- "jsdocTags": [
352
- {
353
- "name": "developerPreview",
354
- "comment": "21.0"
355
- }
356
- ],
357
- "rawComment": "/**\n * A directive that groups toolbar widgets, used for more complex widgets like radio groups\n * that have their own internal navigation.\n *\n * @developerPreview 21.0\n */",
358
- "implements": [],
359
- "isStandalone": true,
360
- "selector": "[ngToolbarWidgetGroup]",
361
- "exportAs": [
362
- "ngToolbarWidgetGroup"
363
- ],
364
- "source": {
365
- "filePath": "/src/aria/toolbar/toolbar.ts",
366
- "startLine": 261,
367
- "endLine": 296
368
- }
369
- }
370
- ],
371
- "symbols": [
372
- [
373
- "afterRenderEffect",
374
- "@angular/core"
375
- ],
376
- [
377
- "Directive",
378
- "@angular/core"
379
- ],
380
- [
381
- "ElementRef",
382
- "@angular/core"
383
- ],
384
- [
385
- "inject",
386
- "@angular/core"
387
- ],
388
- [
389
- "computed",
390
- "@angular/core"
391
- ],
392
- [
393
- "input",
394
- "@angular/core"
395
- ],
396
- [
397
- "booleanAttribute",
398
- "@angular/core"
399
- ],
400
- [
401
- "signal",
402
- "@angular/core"
403
- ],
404
- [
405
- "OnInit",
406
- "@angular/core"
407
- ],
408
- [
409
- "OnDestroy",
410
- "@angular/core"
411
- ],
412
- [
413
- "contentChildren",
414
- "@angular/core"
415
- ],
416
- [
417
- "model",
418
- "@angular/core"
419
- ],
420
- [
421
- "ToolbarPattern",
422
- "@angular/aria/private"
423
- ],
424
- [
425
- "ToolbarWidgetPattern",
426
- "@angular/aria/private"
427
- ],
428
- [
429
- "ToolbarWidgetGroupPattern",
430
- "@angular/aria/private"
431
- ],
432
- [
433
- "SignalLike",
434
- "@angular/aria/private"
435
- ],
436
- [
437
- "Directionality",
438
- "@angular/cdk/bidi"
439
- ],
440
- [
441
- "_IdGenerator",
442
- "@angular/cdk/a11y"
443
- ],
444
- [
445
- "Toolbar",
446
- "@angular/aria/toolbar"
447
- ],
448
- [
449
- "ToolbarWidget",
450
- "@angular/aria/toolbar"
451
- ],
452
- [
453
- "ToolbarWidgetGroup",
454
- "@angular/aria/toolbar"
455
- ],
456
- [
457
- "Toolbar",
458
- "@angular/aria/toolbar"
459
- ],
460
- [
461
- "Toolbar.element",
462
- "@angular/aria/toolbar"
463
- ],
464
- [
465
- "Toolbar.textDirection",
466
- "@angular/aria/toolbar"
467
- ],
468
- [
469
- "Toolbar.orientation",
470
- "@angular/aria/toolbar"
471
- ],
472
- [
473
- "Toolbar.softDisabled",
474
- "@angular/aria/toolbar"
475
- ],
476
- [
477
- "Toolbar.disabled",
478
- "@angular/aria/toolbar"
479
- ],
480
- [
481
- "Toolbar.wrap",
482
- "@angular/aria/toolbar"
483
- ],
484
- [
485
- "Toolbar.values",
486
- "@angular/aria/toolbar"
487
- ],
488
- [
489
- "ToolbarWidget",
490
- "@angular/aria/toolbar"
491
- ],
492
- [
493
- "ToolbarWidget.element",
494
- "@angular/aria/toolbar"
495
- ],
496
- [
497
- "ToolbarWidget.id",
498
- "@angular/aria/toolbar"
499
- ],
500
- [
501
- "ToolbarWidget.disabled",
502
- "@angular/aria/toolbar"
503
- ],
504
- [
505
- "ToolbarWidget.hardDisabled",
506
- "@angular/aria/toolbar"
507
- ],
508
- [
509
- "ToolbarWidget.value",
510
- "@angular/aria/toolbar"
511
- ],
512
- [
513
- "ToolbarWidget.active",
514
- "@angular/aria/toolbar"
515
- ],
516
- [
517
- "ToolbarWidget.selected",
518
- "@angular/aria/toolbar"
519
- ],
520
- [
521
- "ToolbarWidget.ngOnInit",
522
- "@angular/aria/toolbar"
523
- ],
524
- [
525
- "ToolbarWidget.ngOnDestroy",
526
- "@angular/aria/toolbar"
527
- ],
528
- [
529
- "ToolbarWidgetGroup",
530
- "@angular/aria/toolbar"
531
- ],
532
- [
533
- "ToolbarWidgetGroup.element",
534
- "@angular/aria/toolbar"
535
- ],
536
- [
537
- "ToolbarWidgetGroup.disabled",
538
- "@angular/aria/toolbar"
539
- ],
540
- [
541
- "ToolbarWidgetGroup.multi",
542
- "@angular/aria/toolbar"
543
- ]
544
- ]
545
- }