@angular/aria 21.0.0-next.8 → 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 (50) 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 -49
  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 +511 -309
  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/deferred-content.d.ts +1 -0
  41. package/types/grid.d.ts +111 -0
  42. package/types/listbox.d.ts +6 -3
  43. package/types/menu.d.ts +158 -0
  44. package/types/{ui-patterns.d.ts → private.d.ts} +333 -133
  45. package/types/radio-group.d.ts +5 -3
  46. package/types/tabs.d.ts +4 -4
  47. package/types/toolbar.d.ts +4 -4
  48. package/types/tree.d.ts +17 -32
  49. package/fesm2022/ui-patterns.mjs +0 -2504
  50. package/fesm2022/ui-patterns.mjs.map +0 -1
@@ -0,0 +1,717 @@
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": "textDirection",
14
+ "type": "any",
15
+ "memberType": "property",
16
+ "memberTags": [
17
+ "readonly"
18
+ ],
19
+ "description": "A signal wrapper for directionality.",
20
+ "jsdocTags": []
21
+ },
22
+ {
23
+ "name": "items",
24
+ "type": "any",
25
+ "memberType": "property",
26
+ "memberTags": [
27
+ "readonly"
28
+ ],
29
+ "description": "Sorted UIPatterns of the child widgets",
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": "skipDisabled",
47
+ "type": "any",
48
+ "memberType": "property",
49
+ "memberTags": [
50
+ "readonly",
51
+ "input"
52
+ ],
53
+ "description": "Whether disabled items in the group should be skipped when navigating.",
54
+ "jsdocTags": [],
55
+ "inputAlias": "skipDisabled",
56
+ "isRequiredInput": false
57
+ },
58
+ {
59
+ "name": "disabled",
60
+ "type": "any",
61
+ "memberType": "property",
62
+ "memberTags": [
63
+ "readonly",
64
+ "input"
65
+ ],
66
+ "description": "Whether the toolbar is disabled.",
67
+ "jsdocTags": [],
68
+ "inputAlias": "disabled",
69
+ "isRequiredInput": false
70
+ },
71
+ {
72
+ "name": "wrap",
73
+ "type": "any",
74
+ "memberType": "property",
75
+ "memberTags": [
76
+ "readonly",
77
+ "input"
78
+ ],
79
+ "description": "Whether focus should wrap when navigating.",
80
+ "jsdocTags": [],
81
+ "inputAlias": "wrap",
82
+ "isRequiredInput": false
83
+ },
84
+ {
85
+ "name": "onFocus",
86
+ "signatures": [
87
+ {
88
+ "name": "onFocus",
89
+ "entryType": "function",
90
+ "description": "",
91
+ "generics": [],
92
+ "isNewType": false,
93
+ "jsdocTags": [],
94
+ "params": [],
95
+ "rawComment": "",
96
+ "returnType": "void"
97
+ }
98
+ ],
99
+ "implementation": {
100
+ "params": [],
101
+ "isNewType": false,
102
+ "returnType": "void",
103
+ "generics": [],
104
+ "name": "onFocus",
105
+ "description": "",
106
+ "entryType": "function",
107
+ "jsdocTags": [],
108
+ "rawComment": ""
109
+ },
110
+ "entryType": "function",
111
+ "description": "",
112
+ "jsdocTags": [],
113
+ "rawComment": "",
114
+ "memberType": "method",
115
+ "memberTags": []
116
+ },
117
+ {
118
+ "name": "register",
119
+ "signatures": [
120
+ {
121
+ "name": "register",
122
+ "entryType": "function",
123
+ "description": "",
124
+ "generics": [],
125
+ "isNewType": false,
126
+ "jsdocTags": [],
127
+ "params": [
128
+ {
129
+ "name": "widget",
130
+ "description": "",
131
+ "type": "ToolbarWidget<V> | ToolbarWidgetGroup<V>",
132
+ "isOptional": false,
133
+ "isRestParam": false
134
+ }
135
+ ],
136
+ "rawComment": "",
137
+ "returnType": "void"
138
+ }
139
+ ],
140
+ "implementation": {
141
+ "params": [
142
+ {
143
+ "name": "widget",
144
+ "description": "",
145
+ "type": "ToolbarWidget<V> | ToolbarWidgetGroup<V>",
146
+ "isOptional": false,
147
+ "isRestParam": false
148
+ }
149
+ ],
150
+ "isNewType": false,
151
+ "returnType": "void",
152
+ "generics": [],
153
+ "name": "register",
154
+ "description": "",
155
+ "entryType": "function",
156
+ "jsdocTags": [],
157
+ "rawComment": ""
158
+ },
159
+ "entryType": "function",
160
+ "description": "",
161
+ "jsdocTags": [],
162
+ "rawComment": "",
163
+ "memberType": "method",
164
+ "memberTags": []
165
+ },
166
+ {
167
+ "name": "unregister",
168
+ "signatures": [
169
+ {
170
+ "name": "unregister",
171
+ "entryType": "function",
172
+ "description": "",
173
+ "generics": [],
174
+ "isNewType": false,
175
+ "jsdocTags": [],
176
+ "params": [
177
+ {
178
+ "name": "widget",
179
+ "description": "",
180
+ "type": "ToolbarWidget<V> | ToolbarWidgetGroup<V>",
181
+ "isOptional": false,
182
+ "isRestParam": false
183
+ }
184
+ ],
185
+ "rawComment": "",
186
+ "returnType": "void"
187
+ }
188
+ ],
189
+ "implementation": {
190
+ "params": [
191
+ {
192
+ "name": "widget",
193
+ "description": "",
194
+ "type": "ToolbarWidget<V> | ToolbarWidgetGroup<V>",
195
+ "isOptional": false,
196
+ "isRestParam": false
197
+ }
198
+ ],
199
+ "isNewType": false,
200
+ "returnType": "void",
201
+ "generics": [],
202
+ "name": "unregister",
203
+ "description": "",
204
+ "entryType": "function",
205
+ "jsdocTags": [],
206
+ "rawComment": ""
207
+ },
208
+ "entryType": "function",
209
+ "description": "",
210
+ "jsdocTags": [],
211
+ "rawComment": "",
212
+ "memberType": "method",
213
+ "memberTags": []
214
+ }
215
+ ],
216
+ "generics": [
217
+ {
218
+ "name": "V"
219
+ }
220
+ ],
221
+ "description": "A toolbar widget container.\n\nWidgets such as radio groups or buttons are nested within a toolbar to allow for a single\nplace of reference for focus and navigation. The Toolbar is meant to be used in conjunction\nwith ToolbarWidget and RadioGroup as follows:\n\n```html\n<div ngToolbar>\n <button ngToolbarWidget>Button</button>\n <div ngRadioGroup>\n <label ngRadioButton value=\"1\">Option 1</label>\n <label ngRadioButton value=\"2\">Option 2</label>\n <label ngRadioButton value=\"3\">Option 3</label>\n </div>\n</div>\n```",
222
+ "jsdocTags": [],
223
+ "rawComment": "/**\n * A toolbar widget container.\n *\n * Widgets such as radio groups or buttons are nested within a toolbar to allow for a single\n * place of reference for focus and navigation. The Toolbar is meant to be used in conjunction\n * with ToolbarWidget and RadioGroup as follows:\n *\n * ```html\n * <div ngToolbar>\n * <button ngToolbarWidget>Button</button>\n * <div ngRadioGroup>\n * <label ngRadioButton value=\"1\">Option 1</label>\n * <label ngRadioButton value=\"2\">Option 2</label>\n * <label ngRadioButton value=\"3\">Option 3</label>\n * </div>\n * </div>\n * ```\n */",
224
+ "implements": [],
225
+ "isStandalone": true,
226
+ "selector": "[ngToolbar]",
227
+ "exportAs": [
228
+ "ngToolbar"
229
+ ],
230
+ "source": {
231
+ "filePath": "/src/aria/toolbar/toolbar.ts",
232
+ "startLine": 62,
233
+ "endLine": 159
234
+ }
235
+ },
236
+ {
237
+ "name": "ToolbarWidget",
238
+ "isAbstract": false,
239
+ "entryType": "directive",
240
+ "members": [
241
+ {
242
+ "name": "id",
243
+ "type": "any",
244
+ "memberType": "property",
245
+ "memberTags": [
246
+ "readonly"
247
+ ],
248
+ "description": "A unique identifier for the widget.",
249
+ "jsdocTags": []
250
+ },
251
+ {
252
+ "name": "toolbar",
253
+ "type": "any",
254
+ "memberType": "property",
255
+ "memberTags": [
256
+ "readonly"
257
+ ],
258
+ "description": "The parent Toolbar UIPattern.",
259
+ "jsdocTags": []
260
+ },
261
+ {
262
+ "name": "element",
263
+ "type": "any",
264
+ "memberType": "property",
265
+ "memberTags": [
266
+ "readonly"
267
+ ],
268
+ "description": "A reference to the widget element to be focused on navigation.",
269
+ "jsdocTags": []
270
+ },
271
+ {
272
+ "name": "disabled",
273
+ "type": "any",
274
+ "memberType": "property",
275
+ "memberTags": [
276
+ "readonly",
277
+ "input"
278
+ ],
279
+ "description": "Whether the widget is disabled.",
280
+ "jsdocTags": [],
281
+ "inputAlias": "disabled",
282
+ "isRequiredInput": false
283
+ },
284
+ {
285
+ "name": "hardDisabled",
286
+ "type": "any",
287
+ "memberType": "property",
288
+ "memberTags": [
289
+ "readonly"
290
+ ],
291
+ "description": "Whether the widget is 'hard' disabled, which is different from `aria-disabled`. A hard disabled widget cannot receive focus.",
292
+ "jsdocTags": []
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
+ "generics": [
362
+ {
363
+ "name": "V"
364
+ }
365
+ ],
366
+ "description": "A widget within a toolbar.\n\nA widget is anything that is within a toolbar. It should be applied to any native HTML element\nthat has the purpose of acting as a widget navigatable within a toolbar.",
367
+ "jsdocTags": [],
368
+ "rawComment": "/**\n * A widget within a toolbar.\n *\n * A widget is anything that is within a toolbar. It should be applied to any native HTML element\n * that has the purpose of acting as a widget navigatable within a toolbar.\n */",
369
+ "implements": [
370
+ "OnInit",
371
+ "OnDestroy"
372
+ ],
373
+ "isStandalone": true,
374
+ "selector": "[ngToolbarWidget]",
375
+ "exportAs": [
376
+ "ngToolbarWidget"
377
+ ],
378
+ "source": {
379
+ "filePath": "/src/aria/toolbar/toolbar.ts",
380
+ "startLine": 167,
381
+ "endLine": 220
382
+ }
383
+ },
384
+ {
385
+ "name": "ToolbarWidgetGroup",
386
+ "isAbstract": false,
387
+ "entryType": "directive",
388
+ "members": [
389
+ {
390
+ "name": "id",
391
+ "type": "any",
392
+ "memberType": "property",
393
+ "memberTags": [
394
+ "readonly"
395
+ ],
396
+ "description": "A unique identifier for the widget.",
397
+ "jsdocTags": []
398
+ },
399
+ {
400
+ "name": "toolbar",
401
+ "type": "any",
402
+ "memberType": "property",
403
+ "memberTags": [
404
+ "readonly"
405
+ ],
406
+ "description": "The parent Toolbar UIPattern.",
407
+ "jsdocTags": []
408
+ },
409
+ {
410
+ "name": "element",
411
+ "type": "any",
412
+ "memberType": "property",
413
+ "memberTags": [
414
+ "readonly"
415
+ ],
416
+ "description": "A reference to the widget element to be focused on navigation.",
417
+ "jsdocTags": []
418
+ },
419
+ {
420
+ "name": "disabled",
421
+ "type": "any",
422
+ "memberType": "property",
423
+ "memberTags": [
424
+ "readonly",
425
+ "input"
426
+ ],
427
+ "description": "Whether the widget group is disabled.",
428
+ "jsdocTags": [],
429
+ "inputAlias": "disabled",
430
+ "isRequiredInput": false
431
+ },
432
+ {
433
+ "name": "controls",
434
+ "type": "any",
435
+ "memberType": "property",
436
+ "memberTags": [
437
+ "readonly"
438
+ ],
439
+ "description": "The controls that can be performed on the widget group.",
440
+ "jsdocTags": []
441
+ },
442
+ {
443
+ "name": "ngOnInit",
444
+ "signatures": [
445
+ {
446
+ "name": "ngOnInit",
447
+ "entryType": "function",
448
+ "description": "",
449
+ "generics": [],
450
+ "isNewType": false,
451
+ "jsdocTags": [],
452
+ "params": [],
453
+ "rawComment": "",
454
+ "returnType": "void"
455
+ }
456
+ ],
457
+ "implementation": {
458
+ "params": [],
459
+ "isNewType": false,
460
+ "returnType": "void",
461
+ "generics": [],
462
+ "name": "ngOnInit",
463
+ "description": "",
464
+ "entryType": "function",
465
+ "jsdocTags": [],
466
+ "rawComment": ""
467
+ },
468
+ "entryType": "function",
469
+ "description": "",
470
+ "jsdocTags": [],
471
+ "rawComment": "",
472
+ "memberType": "method",
473
+ "memberTags": []
474
+ },
475
+ {
476
+ "name": "ngOnDestroy",
477
+ "signatures": [
478
+ {
479
+ "name": "ngOnDestroy",
480
+ "entryType": "function",
481
+ "description": "",
482
+ "generics": [],
483
+ "isNewType": false,
484
+ "jsdocTags": [],
485
+ "params": [],
486
+ "rawComment": "",
487
+ "returnType": "void"
488
+ }
489
+ ],
490
+ "implementation": {
491
+ "params": [],
492
+ "isNewType": false,
493
+ "returnType": "void",
494
+ "generics": [],
495
+ "name": "ngOnDestroy",
496
+ "description": "",
497
+ "entryType": "function",
498
+ "jsdocTags": [],
499
+ "rawComment": ""
500
+ },
501
+ "entryType": "function",
502
+ "description": "",
503
+ "jsdocTags": [],
504
+ "rawComment": "",
505
+ "memberType": "method",
506
+ "memberTags": []
507
+ }
508
+ ],
509
+ "generics": [
510
+ {
511
+ "name": "V"
512
+ }
513
+ ],
514
+ "description": "A directive that groups toolbar widgets, used for more complex widgets like radio groups that\nhave their own internal navigation.",
515
+ "jsdocTags": [],
516
+ "rawComment": "/**\n * A directive that groups toolbar widgets, used for more complex widgets like radio groups that\n * have their own internal navigation.\n */",
517
+ "implements": [
518
+ "OnInit",
519
+ "OnDestroy"
520
+ ],
521
+ "isStandalone": true,
522
+ "selector": "",
523
+ "exportAs": [],
524
+ "source": {
525
+ "filePath": "/src/aria/toolbar/toolbar.ts",
526
+ "startLine": 226,
527
+ "endLine": 270
528
+ }
529
+ }
530
+ ],
531
+ "symbols": [
532
+ [
533
+ "afterRenderEffect",
534
+ "@angular/core"
535
+ ],
536
+ [
537
+ "Directive",
538
+ "@angular/core"
539
+ ],
540
+ [
541
+ "ElementRef",
542
+ "@angular/core"
543
+ ],
544
+ [
545
+ "inject",
546
+ "@angular/core"
547
+ ],
548
+ [
549
+ "computed",
550
+ "@angular/core"
551
+ ],
552
+ [
553
+ "input",
554
+ "@angular/core"
555
+ ],
556
+ [
557
+ "booleanAttribute",
558
+ "@angular/core"
559
+ ],
560
+ [
561
+ "signal",
562
+ "@angular/core"
563
+ ],
564
+ [
565
+ "Signal",
566
+ "@angular/core"
567
+ ],
568
+ [
569
+ "OnInit",
570
+ "@angular/core"
571
+ ],
572
+ [
573
+ "OnDestroy",
574
+ "@angular/core"
575
+ ],
576
+ [
577
+ "ToolbarPattern",
578
+ "@angular/aria/private"
579
+ ],
580
+ [
581
+ "ToolbarWidgetPattern",
582
+ "@angular/aria/private"
583
+ ],
584
+ [
585
+ "ToolbarWidgetGroupPattern",
586
+ "@angular/aria/private"
587
+ ],
588
+ [
589
+ "ToolbarWidgetGroupControls",
590
+ "@angular/aria/private"
591
+ ],
592
+ [
593
+ "Directionality",
594
+ "@angular/cdk/bidi"
595
+ ],
596
+ [
597
+ "_IdGenerator",
598
+ "@angular/cdk/a11y"
599
+ ],
600
+ [
601
+ "Toolbar",
602
+ "@angular/aria/toolbar"
603
+ ],
604
+ [
605
+ "ToolbarWidget",
606
+ "@angular/aria/toolbar"
607
+ ],
608
+ [
609
+ "ToolbarWidgetGroup",
610
+ "@angular/aria/toolbar"
611
+ ],
612
+ [
613
+ "Toolbar",
614
+ "@angular/aria/toolbar"
615
+ ],
616
+ [
617
+ "Toolbar.textDirection",
618
+ "@angular/aria/toolbar"
619
+ ],
620
+ [
621
+ "Toolbar.items",
622
+ "@angular/aria/toolbar"
623
+ ],
624
+ [
625
+ "Toolbar.orientation",
626
+ "@angular/aria/toolbar"
627
+ ],
628
+ [
629
+ "Toolbar.skipDisabled",
630
+ "@angular/aria/toolbar"
631
+ ],
632
+ [
633
+ "Toolbar.disabled",
634
+ "@angular/aria/toolbar"
635
+ ],
636
+ [
637
+ "Toolbar.wrap",
638
+ "@angular/aria/toolbar"
639
+ ],
640
+ [
641
+ "Toolbar.onFocus",
642
+ "@angular/aria/toolbar"
643
+ ],
644
+ [
645
+ "Toolbar.register",
646
+ "@angular/aria/toolbar"
647
+ ],
648
+ [
649
+ "Toolbar.unregister",
650
+ "@angular/aria/toolbar"
651
+ ],
652
+ [
653
+ "ToolbarWidget",
654
+ "@angular/aria/toolbar"
655
+ ],
656
+ [
657
+ "ToolbarWidget.id",
658
+ "@angular/aria/toolbar"
659
+ ],
660
+ [
661
+ "ToolbarWidget.toolbar",
662
+ "@angular/aria/toolbar"
663
+ ],
664
+ [
665
+ "ToolbarWidget.element",
666
+ "@angular/aria/toolbar"
667
+ ],
668
+ [
669
+ "ToolbarWidget.disabled",
670
+ "@angular/aria/toolbar"
671
+ ],
672
+ [
673
+ "ToolbarWidget.hardDisabled",
674
+ "@angular/aria/toolbar"
675
+ ],
676
+ [
677
+ "ToolbarWidget.ngOnInit",
678
+ "@angular/aria/toolbar"
679
+ ],
680
+ [
681
+ "ToolbarWidget.ngOnDestroy",
682
+ "@angular/aria/toolbar"
683
+ ],
684
+ [
685
+ "ToolbarWidgetGroup",
686
+ "@angular/aria/toolbar"
687
+ ],
688
+ [
689
+ "ToolbarWidgetGroup.id",
690
+ "@angular/aria/toolbar"
691
+ ],
692
+ [
693
+ "ToolbarWidgetGroup.toolbar",
694
+ "@angular/aria/toolbar"
695
+ ],
696
+ [
697
+ "ToolbarWidgetGroup.element",
698
+ "@angular/aria/toolbar"
699
+ ],
700
+ [
701
+ "ToolbarWidgetGroup.disabled",
702
+ "@angular/aria/toolbar"
703
+ ],
704
+ [
705
+ "ToolbarWidgetGroup.controls",
706
+ "@angular/aria/toolbar"
707
+ ],
708
+ [
709
+ "ToolbarWidgetGroup.ngOnInit",
710
+ "@angular/aria/toolbar"
711
+ ],
712
+ [
713
+ "ToolbarWidgetGroup.ngOnDestroy",
714
+ "@angular/aria/toolbar"
715
+ ]
716
+ ]
717
+ }