@angular/aria 21.0.0-rc.0 → 21.0.0-rc.2
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.
- package/_adev_assets/aria-accordion.json +443 -59
- package/_adev_assets/aria-combobox.json +345 -37
- package/_adev_assets/aria-grid.json +408 -71
- package/_adev_assets/aria-listbox.json +115 -35
- package/_adev_assets/aria-menu.json +492 -167
- package/_adev_assets/aria-tabs.json +272 -88
- package/_adev_assets/aria-toolbar.json +151 -133
- package/_adev_assets/aria-tree.json +182 -35
- package/fesm2022/_widget-chunk.mjs +643 -190
- package/fesm2022/_widget-chunk.mjs.map +1 -1
- package/fesm2022/accordion.mjs +129 -77
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/aria.mjs +1 -1
- package/fesm2022/aria.mjs.map +1 -1
- package/fesm2022/combobox.mjs +140 -27
- package/fesm2022/combobox.mjs.map +1 -1
- package/fesm2022/grid.mjs +254 -68
- package/fesm2022/grid.mjs.map +1 -1
- package/fesm2022/listbox.mjs +54 -44
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +270 -108
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/private.mjs +752 -785
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/tabs.mjs +101 -71
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +87 -64
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tree.mjs +105 -60
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +2 -10
- package/types/_grid-chunk.d.ts +326 -83
- package/types/accordion.d.ts +134 -35
- package/types/combobox.d.ts +146 -13
- package/types/grid.d.ts +159 -32
- package/types/listbox.d.ts +59 -28
- package/types/menu.d.ts +151 -55
- package/types/private.d.ts +449 -567
- package/types/tabs.d.ts +121 -41
- package/types/toolbar.d.ts +74 -51
- package/types/tree.d.ts +116 -45
- package/_adev_assets/aria-radio-group.json +0 -389
- package/fesm2022/deferred-content.mjs +0 -99
- package/fesm2022/deferred-content.mjs.map +0 -1
- package/fesm2022/radio-group.mjs +0 -338
- package/fesm2022/radio-group.mjs.map +0 -1
- package/types/deferred-content.d.ts +0 -38
- package/types/radio-group.d.ts +0 -84
|
@@ -9,6 +9,16 @@
|
|
|
9
9
|
"isAbstract": false,
|
|
10
10
|
"entryType": "directive",
|
|
11
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
|
+
},
|
|
12
22
|
{
|
|
13
23
|
"name": "textDirection",
|
|
14
24
|
"type": "any",
|
|
@@ -16,7 +26,7 @@
|
|
|
16
26
|
"memberTags": [
|
|
17
27
|
"readonly"
|
|
18
28
|
],
|
|
19
|
-
"description": "
|
|
29
|
+
"description": "Text direction.",
|
|
20
30
|
"jsdocTags": []
|
|
21
31
|
},
|
|
22
32
|
{
|
|
@@ -43,16 +53,15 @@
|
|
|
43
53
|
"isRequiredInput": false
|
|
44
54
|
},
|
|
45
55
|
{
|
|
46
|
-
"name": "
|
|
56
|
+
"name": "softDisabled",
|
|
47
57
|
"type": "any",
|
|
48
58
|
"memberType": "property",
|
|
49
59
|
"memberTags": [
|
|
50
|
-
"readonly",
|
|
51
60
|
"input"
|
|
52
61
|
],
|
|
53
|
-
"description": "Whether disabled items
|
|
62
|
+
"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.",
|
|
54
63
|
"jsdocTags": [],
|
|
55
|
-
"inputAlias": "
|
|
64
|
+
"inputAlias": "softDisabled",
|
|
56
65
|
"isRequiredInput": false
|
|
57
66
|
},
|
|
58
67
|
{
|
|
@@ -128,7 +137,7 @@
|
|
|
128
137
|
{
|
|
129
138
|
"name": "widget",
|
|
130
139
|
"description": "",
|
|
131
|
-
"type": "ToolbarWidget<V>
|
|
140
|
+
"type": "ToolbarWidget<V>",
|
|
132
141
|
"isOptional": false,
|
|
133
142
|
"isRestParam": false
|
|
134
143
|
}
|
|
@@ -142,7 +151,7 @@
|
|
|
142
151
|
{
|
|
143
152
|
"name": "widget",
|
|
144
153
|
"description": "",
|
|
145
|
-
"type": "ToolbarWidget<V>
|
|
154
|
+
"type": "ToolbarWidget<V>",
|
|
146
155
|
"isOptional": false,
|
|
147
156
|
"isRestParam": false
|
|
148
157
|
}
|
|
@@ -177,7 +186,7 @@
|
|
|
177
186
|
{
|
|
178
187
|
"name": "widget",
|
|
179
188
|
"description": "",
|
|
180
|
-
"type": "ToolbarWidget<V>
|
|
189
|
+
"type": "ToolbarWidget<V>",
|
|
181
190
|
"isOptional": false,
|
|
182
191
|
"isRestParam": false
|
|
183
192
|
}
|
|
@@ -191,7 +200,7 @@
|
|
|
191
200
|
{
|
|
192
201
|
"name": "widget",
|
|
193
202
|
"description": "",
|
|
194
|
-
"type": "ToolbarWidget<V>
|
|
203
|
+
"type": "ToolbarWidget<V>",
|
|
195
204
|
"isOptional": false,
|
|
196
205
|
"isRestParam": false
|
|
197
206
|
}
|
|
@@ -218,9 +227,14 @@
|
|
|
218
227
|
"name": "V"
|
|
219
228
|
}
|
|
220
229
|
],
|
|
221
|
-
"description": "A toolbar widget container
|
|
222
|
-
"jsdocTags": [
|
|
223
|
-
|
|
230
|
+
"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```",
|
|
231
|
+
"jsdocTags": [
|
|
232
|
+
{
|
|
233
|
+
"name": "developerPreview",
|
|
234
|
+
"comment": "21.0"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"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 */",
|
|
224
238
|
"implements": [],
|
|
225
239
|
"isStandalone": true,
|
|
226
240
|
"selector": "[ngToolbar]",
|
|
@@ -229,8 +243,8 @@
|
|
|
229
243
|
],
|
|
230
244
|
"source": {
|
|
231
245
|
"filePath": "/src/aria/toolbar/toolbar.ts",
|
|
232
|
-
"startLine":
|
|
233
|
-
"endLine":
|
|
246
|
+
"startLine": 64,
|
|
247
|
+
"endLine": 164
|
|
234
248
|
}
|
|
235
249
|
},
|
|
236
250
|
{
|
|
@@ -239,33 +253,36 @@
|
|
|
239
253
|
"entryType": "directive",
|
|
240
254
|
"members": [
|
|
241
255
|
{
|
|
242
|
-
"name": "
|
|
243
|
-
"type": "
|
|
256
|
+
"name": "element",
|
|
257
|
+
"type": "HTMLElement",
|
|
244
258
|
"memberType": "property",
|
|
245
259
|
"memberTags": [
|
|
246
260
|
"readonly"
|
|
247
261
|
],
|
|
248
|
-
"description": "A
|
|
262
|
+
"description": "A reference to the host element.",
|
|
249
263
|
"jsdocTags": []
|
|
250
264
|
},
|
|
251
265
|
{
|
|
252
|
-
"name": "
|
|
266
|
+
"name": "id",
|
|
253
267
|
"type": "any",
|
|
254
268
|
"memberType": "property",
|
|
255
269
|
"memberTags": [
|
|
256
|
-
"readonly"
|
|
270
|
+
"readonly",
|
|
271
|
+
"input"
|
|
257
272
|
],
|
|
258
|
-
"description": "
|
|
259
|
-
"jsdocTags": []
|
|
273
|
+
"description": "A unique identifier for the widget.",
|
|
274
|
+
"jsdocTags": [],
|
|
275
|
+
"inputAlias": "id",
|
|
276
|
+
"isRequiredInput": false
|
|
260
277
|
},
|
|
261
278
|
{
|
|
262
|
-
"name": "
|
|
279
|
+
"name": "toolbar",
|
|
263
280
|
"type": "any",
|
|
264
281
|
"memberType": "property",
|
|
265
282
|
"memberTags": [
|
|
266
283
|
"readonly"
|
|
267
284
|
],
|
|
268
|
-
"description": "
|
|
285
|
+
"description": "The parent Toolbar UIPattern.",
|
|
269
286
|
"jsdocTags": []
|
|
270
287
|
},
|
|
271
288
|
{
|
|
@@ -291,6 +308,49 @@
|
|
|
291
308
|
"description": "Whether the widget is 'hard' disabled, which is different from `aria-disabled`. A hard disabled widget cannot receive focus.",
|
|
292
309
|
"jsdocTags": []
|
|
293
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "value",
|
|
313
|
+
"type": "any",
|
|
314
|
+
"memberType": "property",
|
|
315
|
+
"memberTags": [
|
|
316
|
+
"readonly",
|
|
317
|
+
"input"
|
|
318
|
+
],
|
|
319
|
+
"description": "The value associated with the widget.",
|
|
320
|
+
"jsdocTags": [],
|
|
321
|
+
"inputAlias": "value",
|
|
322
|
+
"isRequiredInput": true
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "active",
|
|
326
|
+
"type": "any",
|
|
327
|
+
"memberType": "property",
|
|
328
|
+
"memberTags": [
|
|
329
|
+
"readonly"
|
|
330
|
+
],
|
|
331
|
+
"description": "Whether the widget is currently active (focused).",
|
|
332
|
+
"jsdocTags": []
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "selected",
|
|
336
|
+
"type": "() => any",
|
|
337
|
+
"memberType": "property",
|
|
338
|
+
"memberTags": [
|
|
339
|
+
"readonly"
|
|
340
|
+
],
|
|
341
|
+
"description": "Whether the widget is selected (only relevant in a selection group).",
|
|
342
|
+
"jsdocTags": []
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "group",
|
|
346
|
+
"type": "SignalLike<any>",
|
|
347
|
+
"memberType": "property",
|
|
348
|
+
"memberTags": [
|
|
349
|
+
"readonly"
|
|
350
|
+
],
|
|
351
|
+
"description": "",
|
|
352
|
+
"jsdocTags": []
|
|
353
|
+
},
|
|
294
354
|
{
|
|
295
355
|
"name": "ngOnInit",
|
|
296
356
|
"signatures": [
|
|
@@ -363,9 +423,14 @@
|
|
|
363
423
|
"name": "V"
|
|
364
424
|
}
|
|
365
425
|
],
|
|
366
|
-
"description": "A widget within a toolbar.\n\
|
|
367
|
-
"jsdocTags": [
|
|
368
|
-
|
|
426
|
+
"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```",
|
|
427
|
+
"jsdocTags": [
|
|
428
|
+
{
|
|
429
|
+
"name": "developerPreview",
|
|
430
|
+
"comment": "21.0"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"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 */",
|
|
369
434
|
"implements": [
|
|
370
435
|
"OnInit",
|
|
371
436
|
"OnDestroy"
|
|
@@ -377,8 +442,8 @@
|
|
|
377
442
|
],
|
|
378
443
|
"source": {
|
|
379
444
|
"filePath": "/src/aria/toolbar/toolbar.ts",
|
|
380
|
-
"startLine":
|
|
381
|
-
"endLine":
|
|
445
|
+
"startLine": 181,
|
|
446
|
+
"endLine": 245
|
|
382
447
|
}
|
|
383
448
|
},
|
|
384
449
|
{
|
|
@@ -387,13 +452,13 @@
|
|
|
387
452
|
"entryType": "directive",
|
|
388
453
|
"members": [
|
|
389
454
|
{
|
|
390
|
-
"name": "
|
|
391
|
-
"type": "
|
|
455
|
+
"name": "element",
|
|
456
|
+
"type": "HTMLElement",
|
|
392
457
|
"memberType": "property",
|
|
393
458
|
"memberTags": [
|
|
394
459
|
"readonly"
|
|
395
460
|
],
|
|
396
|
-
"description": "A
|
|
461
|
+
"description": "A reference to the host element.",
|
|
397
462
|
"jsdocTags": []
|
|
398
463
|
},
|
|
399
464
|
{
|
|
@@ -406,16 +471,6 @@
|
|
|
406
471
|
"description": "The parent Toolbar UIPattern.",
|
|
407
472
|
"jsdocTags": []
|
|
408
473
|
},
|
|
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
474
|
{
|
|
420
475
|
"name": "disabled",
|
|
421
476
|
"type": "any",
|
|
@@ -430,80 +485,27 @@
|
|
|
430
485
|
"isRequiredInput": false
|
|
431
486
|
},
|
|
432
487
|
{
|
|
433
|
-
"name": "
|
|
434
|
-
"type": "any",
|
|
488
|
+
"name": "items",
|
|
489
|
+
"type": "() => any",
|
|
435
490
|
"memberType": "property",
|
|
436
491
|
"memberTags": [
|
|
437
492
|
"readonly"
|
|
438
493
|
],
|
|
439
|
-
"description": "The
|
|
494
|
+
"description": "The list of toolbar items within the group.",
|
|
440
495
|
"jsdocTags": []
|
|
441
496
|
},
|
|
442
497
|
{
|
|
443
|
-
"name": "
|
|
444
|
-
"
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
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
|
-
}
|
|
498
|
+
"name": "multi",
|
|
499
|
+
"type": "any",
|
|
500
|
+
"memberType": "property",
|
|
501
|
+
"memberTags": [
|
|
502
|
+
"readonly",
|
|
503
|
+
"input"
|
|
489
504
|
],
|
|
490
|
-
"
|
|
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": "",
|
|
505
|
+
"description": "Whether the group allows multiple widgets to be selected.",
|
|
503
506
|
"jsdocTags": [],
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"memberTags": []
|
|
507
|
+
"inputAlias": "multi",
|
|
508
|
+
"isRequiredInput": false
|
|
507
509
|
}
|
|
508
510
|
],
|
|
509
511
|
"generics": [
|
|
@@ -511,20 +513,24 @@
|
|
|
511
513
|
"name": "V"
|
|
512
514
|
}
|
|
513
515
|
],
|
|
514
|
-
"description": "A directive that groups toolbar widgets, used for more complex widgets like radio groups
|
|
515
|
-
"jsdocTags": [
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
516
|
+
"description": "A directive that groups toolbar widgets, used for more complex widgets like radio groups\nthat have their own internal navigation.",
|
|
517
|
+
"jsdocTags": [
|
|
518
|
+
{
|
|
519
|
+
"name": "developerPreview",
|
|
520
|
+
"comment": "21.0"
|
|
521
|
+
}
|
|
520
522
|
],
|
|
523
|
+
"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 */",
|
|
524
|
+
"implements": [],
|
|
521
525
|
"isStandalone": true,
|
|
522
|
-
"selector": "",
|
|
523
|
-
"exportAs": [
|
|
526
|
+
"selector": "[ngToolbarWidgetGroup]",
|
|
527
|
+
"exportAs": [
|
|
528
|
+
"ngToolbarWidgetGroup"
|
|
529
|
+
],
|
|
524
530
|
"source": {
|
|
525
531
|
"filePath": "/src/aria/toolbar/toolbar.ts",
|
|
526
|
-
"startLine":
|
|
527
|
-
"endLine":
|
|
532
|
+
"startLine": 253,
|
|
533
|
+
"endLine": 284
|
|
528
534
|
}
|
|
529
535
|
}
|
|
530
536
|
],
|
|
@@ -562,15 +568,15 @@
|
|
|
562
568
|
"@angular/core"
|
|
563
569
|
],
|
|
564
570
|
[
|
|
565
|
-
"
|
|
571
|
+
"OnInit",
|
|
566
572
|
"@angular/core"
|
|
567
573
|
],
|
|
568
574
|
[
|
|
569
|
-
"
|
|
575
|
+
"OnDestroy",
|
|
570
576
|
"@angular/core"
|
|
571
577
|
],
|
|
572
578
|
[
|
|
573
|
-
"
|
|
579
|
+
"contentChildren",
|
|
574
580
|
"@angular/core"
|
|
575
581
|
],
|
|
576
582
|
[
|
|
@@ -586,7 +592,7 @@
|
|
|
586
592
|
"@angular/aria/private"
|
|
587
593
|
],
|
|
588
594
|
[
|
|
589
|
-
"
|
|
595
|
+
"SignalLike",
|
|
590
596
|
"@angular/aria/private"
|
|
591
597
|
],
|
|
592
598
|
[
|
|
@@ -613,6 +619,10 @@
|
|
|
613
619
|
"Toolbar",
|
|
614
620
|
"@angular/aria/toolbar"
|
|
615
621
|
],
|
|
622
|
+
[
|
|
623
|
+
"Toolbar.element",
|
|
624
|
+
"@angular/aria/toolbar"
|
|
625
|
+
],
|
|
616
626
|
[
|
|
617
627
|
"Toolbar.textDirection",
|
|
618
628
|
"@angular/aria/toolbar"
|
|
@@ -626,7 +636,7 @@
|
|
|
626
636
|
"@angular/aria/toolbar"
|
|
627
637
|
],
|
|
628
638
|
[
|
|
629
|
-
"Toolbar.
|
|
639
|
+
"Toolbar.softDisabled",
|
|
630
640
|
"@angular/aria/toolbar"
|
|
631
641
|
],
|
|
632
642
|
[
|
|
@@ -654,15 +664,15 @@
|
|
|
654
664
|
"@angular/aria/toolbar"
|
|
655
665
|
],
|
|
656
666
|
[
|
|
657
|
-
"ToolbarWidget.
|
|
667
|
+
"ToolbarWidget.element",
|
|
658
668
|
"@angular/aria/toolbar"
|
|
659
669
|
],
|
|
660
670
|
[
|
|
661
|
-
"ToolbarWidget.
|
|
671
|
+
"ToolbarWidget.id",
|
|
662
672
|
"@angular/aria/toolbar"
|
|
663
673
|
],
|
|
664
674
|
[
|
|
665
|
-
"ToolbarWidget.
|
|
675
|
+
"ToolbarWidget.toolbar",
|
|
666
676
|
"@angular/aria/toolbar"
|
|
667
677
|
],
|
|
668
678
|
[
|
|
@@ -674,23 +684,31 @@
|
|
|
674
684
|
"@angular/aria/toolbar"
|
|
675
685
|
],
|
|
676
686
|
[
|
|
677
|
-
"ToolbarWidget.
|
|
687
|
+
"ToolbarWidget.value",
|
|
678
688
|
"@angular/aria/toolbar"
|
|
679
689
|
],
|
|
680
690
|
[
|
|
681
|
-
"ToolbarWidget.
|
|
691
|
+
"ToolbarWidget.active",
|
|
682
692
|
"@angular/aria/toolbar"
|
|
683
693
|
],
|
|
684
694
|
[
|
|
685
|
-
"
|
|
695
|
+
"ToolbarWidget.selected",
|
|
686
696
|
"@angular/aria/toolbar"
|
|
687
697
|
],
|
|
688
698
|
[
|
|
689
|
-
"
|
|
699
|
+
"ToolbarWidget.group",
|
|
690
700
|
"@angular/aria/toolbar"
|
|
691
701
|
],
|
|
692
702
|
[
|
|
693
|
-
"
|
|
703
|
+
"ToolbarWidget.ngOnInit",
|
|
704
|
+
"@angular/aria/toolbar"
|
|
705
|
+
],
|
|
706
|
+
[
|
|
707
|
+
"ToolbarWidget.ngOnDestroy",
|
|
708
|
+
"@angular/aria/toolbar"
|
|
709
|
+
],
|
|
710
|
+
[
|
|
711
|
+
"ToolbarWidgetGroup",
|
|
694
712
|
"@angular/aria/toolbar"
|
|
695
713
|
],
|
|
696
714
|
[
|
|
@@ -698,19 +716,19 @@
|
|
|
698
716
|
"@angular/aria/toolbar"
|
|
699
717
|
],
|
|
700
718
|
[
|
|
701
|
-
"ToolbarWidgetGroup.
|
|
719
|
+
"ToolbarWidgetGroup.toolbar",
|
|
702
720
|
"@angular/aria/toolbar"
|
|
703
721
|
],
|
|
704
722
|
[
|
|
705
|
-
"ToolbarWidgetGroup.
|
|
723
|
+
"ToolbarWidgetGroup.disabled",
|
|
706
724
|
"@angular/aria/toolbar"
|
|
707
725
|
],
|
|
708
726
|
[
|
|
709
|
-
"ToolbarWidgetGroup.
|
|
727
|
+
"ToolbarWidgetGroup.items",
|
|
710
728
|
"@angular/aria/toolbar"
|
|
711
729
|
],
|
|
712
730
|
[
|
|
713
|
-
"ToolbarWidgetGroup.
|
|
731
|
+
"ToolbarWidgetGroup.multi",
|
|
714
732
|
"@angular/aria/toolbar"
|
|
715
733
|
]
|
|
716
734
|
]
|