@angular/aria 21.0.0-rc.2 → 21.0.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.
- package/_adev_assets/aria-accordion.json +5 -19
- package/_adev_assets/aria-combobox.json +9 -97
- package/_adev_assets/aria-grid.json +5 -19
- package/_adev_assets/aria-listbox.json +0 -51
- package/_adev_assets/aria-menu.json +7 -35
- package/_adev_assets/aria-tabs.json +3 -294
- package/_adev_assets/aria-toolbar.json +22 -212
- package/_adev_assets/aria-tree.json +3 -356
- package/fesm2022/accordion.mjs +11 -11
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/aria.mjs +1 -1
- package/fesm2022/aria.mjs.map +1 -1
- package/fesm2022/combobox.mjs +5 -11
- package/fesm2022/combobox.mjs.map +1 -1
- package/fesm2022/grid.mjs +5 -4
- package/fesm2022/grid.mjs.map +1 -1
- package/fesm2022/listbox.mjs +8 -8
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +6 -4
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/private.mjs +5 -3
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/tabs.mjs +23 -22
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +40 -20
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tree.mjs +21 -20
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +3 -3
- package/types/accordion.d.ts +2 -2
- package/types/combobox.d.ts +1 -5
- package/types/grid.d.ts +1 -1
- package/types/listbox.d.ts +2 -2
- package/types/menu.d.ts +3 -3
- package/types/private.d.ts +1 -1
- package/types/tabs.d.ts +8 -8
- package/types/toolbar.d.ts +12 -10
- package/types/tree.d.ts +8 -8
|
@@ -18,104 +18,6 @@
|
|
|
18
18
|
],
|
|
19
19
|
"description": "A reference to the host element.",
|
|
20
20
|
"jsdocTags": []
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "register",
|
|
24
|
-
"signatures": [
|
|
25
|
-
{
|
|
26
|
-
"name": "register",
|
|
27
|
-
"entryType": "function",
|
|
28
|
-
"description": "",
|
|
29
|
-
"generics": [],
|
|
30
|
-
"isNewType": false,
|
|
31
|
-
"jsdocTags": [],
|
|
32
|
-
"params": [
|
|
33
|
-
{
|
|
34
|
-
"name": "child",
|
|
35
|
-
"description": "",
|
|
36
|
-
"type": "TabList | TabPanel",
|
|
37
|
-
"isOptional": false,
|
|
38
|
-
"isRestParam": false
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"rawComment": "",
|
|
42
|
-
"returnType": "void"
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"implementation": {
|
|
46
|
-
"params": [
|
|
47
|
-
{
|
|
48
|
-
"name": "child",
|
|
49
|
-
"description": "",
|
|
50
|
-
"type": "TabList | TabPanel",
|
|
51
|
-
"isOptional": false,
|
|
52
|
-
"isRestParam": false
|
|
53
|
-
}
|
|
54
|
-
],
|
|
55
|
-
"isNewType": false,
|
|
56
|
-
"returnType": "void",
|
|
57
|
-
"generics": [],
|
|
58
|
-
"name": "register",
|
|
59
|
-
"description": "",
|
|
60
|
-
"entryType": "function",
|
|
61
|
-
"jsdocTags": [],
|
|
62
|
-
"rawComment": ""
|
|
63
|
-
},
|
|
64
|
-
"entryType": "function",
|
|
65
|
-
"description": "",
|
|
66
|
-
"jsdocTags": [],
|
|
67
|
-
"rawComment": "",
|
|
68
|
-
"memberType": "method",
|
|
69
|
-
"memberTags": []
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"name": "deregister",
|
|
73
|
-
"signatures": [
|
|
74
|
-
{
|
|
75
|
-
"name": "deregister",
|
|
76
|
-
"entryType": "function",
|
|
77
|
-
"description": "",
|
|
78
|
-
"generics": [],
|
|
79
|
-
"isNewType": false,
|
|
80
|
-
"jsdocTags": [],
|
|
81
|
-
"params": [
|
|
82
|
-
{
|
|
83
|
-
"name": "child",
|
|
84
|
-
"description": "",
|
|
85
|
-
"type": "TabList | TabPanel",
|
|
86
|
-
"isOptional": false,
|
|
87
|
-
"isRestParam": false
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"rawComment": "",
|
|
91
|
-
"returnType": "void"
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"implementation": {
|
|
95
|
-
"params": [
|
|
96
|
-
{
|
|
97
|
-
"name": "child",
|
|
98
|
-
"description": "",
|
|
99
|
-
"type": "TabList | TabPanel",
|
|
100
|
-
"isOptional": false,
|
|
101
|
-
"isRestParam": false
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"isNewType": false,
|
|
105
|
-
"returnType": "void",
|
|
106
|
-
"generics": [],
|
|
107
|
-
"name": "deregister",
|
|
108
|
-
"description": "",
|
|
109
|
-
"entryType": "function",
|
|
110
|
-
"jsdocTags": [],
|
|
111
|
-
"rawComment": ""
|
|
112
|
-
},
|
|
113
|
-
"entryType": "function",
|
|
114
|
-
"description": "",
|
|
115
|
-
"jsdocTags": [],
|
|
116
|
-
"rawComment": "",
|
|
117
|
-
"memberType": "method",
|
|
118
|
-
"memberTags": []
|
|
119
21
|
}
|
|
120
22
|
],
|
|
121
23
|
"generics": [],
|
|
@@ -257,39 +159,6 @@
|
|
|
257
159
|
"inputAlias": "disabled",
|
|
258
160
|
"isRequiredInput": false
|
|
259
161
|
},
|
|
260
|
-
{
|
|
261
|
-
"name": "onFocus",
|
|
262
|
-
"signatures": [
|
|
263
|
-
{
|
|
264
|
-
"name": "onFocus",
|
|
265
|
-
"entryType": "function",
|
|
266
|
-
"description": "",
|
|
267
|
-
"generics": [],
|
|
268
|
-
"isNewType": false,
|
|
269
|
-
"jsdocTags": [],
|
|
270
|
-
"params": [],
|
|
271
|
-
"rawComment": "",
|
|
272
|
-
"returnType": "void"
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
"implementation": {
|
|
276
|
-
"params": [],
|
|
277
|
-
"isNewType": false,
|
|
278
|
-
"returnType": "void",
|
|
279
|
-
"generics": [],
|
|
280
|
-
"name": "onFocus",
|
|
281
|
-
"description": "",
|
|
282
|
-
"entryType": "function",
|
|
283
|
-
"jsdocTags": [],
|
|
284
|
-
"rawComment": ""
|
|
285
|
-
},
|
|
286
|
-
"entryType": "function",
|
|
287
|
-
"description": "",
|
|
288
|
-
"jsdocTags": [],
|
|
289
|
-
"rawComment": "",
|
|
290
|
-
"memberType": "method",
|
|
291
|
-
"memberTags": []
|
|
292
|
-
},
|
|
293
162
|
{
|
|
294
163
|
"name": "ngOnInit",
|
|
295
164
|
"signatures": [
|
|
@@ -356,104 +225,6 @@
|
|
|
356
225
|
"memberType": "method",
|
|
357
226
|
"memberTags": []
|
|
358
227
|
},
|
|
359
|
-
{
|
|
360
|
-
"name": "register",
|
|
361
|
-
"signatures": [
|
|
362
|
-
{
|
|
363
|
-
"name": "register",
|
|
364
|
-
"entryType": "function",
|
|
365
|
-
"description": "",
|
|
366
|
-
"generics": [],
|
|
367
|
-
"isNewType": false,
|
|
368
|
-
"jsdocTags": [],
|
|
369
|
-
"params": [
|
|
370
|
-
{
|
|
371
|
-
"name": "child",
|
|
372
|
-
"description": "",
|
|
373
|
-
"type": "Tab",
|
|
374
|
-
"isOptional": false,
|
|
375
|
-
"isRestParam": false
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"rawComment": "",
|
|
379
|
-
"returnType": "void"
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"implementation": {
|
|
383
|
-
"params": [
|
|
384
|
-
{
|
|
385
|
-
"name": "child",
|
|
386
|
-
"description": "",
|
|
387
|
-
"type": "Tab",
|
|
388
|
-
"isOptional": false,
|
|
389
|
-
"isRestParam": false
|
|
390
|
-
}
|
|
391
|
-
],
|
|
392
|
-
"isNewType": false,
|
|
393
|
-
"returnType": "void",
|
|
394
|
-
"generics": [],
|
|
395
|
-
"name": "register",
|
|
396
|
-
"description": "",
|
|
397
|
-
"entryType": "function",
|
|
398
|
-
"jsdocTags": [],
|
|
399
|
-
"rawComment": ""
|
|
400
|
-
},
|
|
401
|
-
"entryType": "function",
|
|
402
|
-
"description": "",
|
|
403
|
-
"jsdocTags": [],
|
|
404
|
-
"rawComment": "",
|
|
405
|
-
"memberType": "method",
|
|
406
|
-
"memberTags": []
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "deregister",
|
|
410
|
-
"signatures": [
|
|
411
|
-
{
|
|
412
|
-
"name": "deregister",
|
|
413
|
-
"entryType": "function",
|
|
414
|
-
"description": "",
|
|
415
|
-
"generics": [],
|
|
416
|
-
"isNewType": false,
|
|
417
|
-
"jsdocTags": [],
|
|
418
|
-
"params": [
|
|
419
|
-
{
|
|
420
|
-
"name": "child",
|
|
421
|
-
"description": "",
|
|
422
|
-
"type": "Tab",
|
|
423
|
-
"isOptional": false,
|
|
424
|
-
"isRestParam": false
|
|
425
|
-
}
|
|
426
|
-
],
|
|
427
|
-
"rawComment": "",
|
|
428
|
-
"returnType": "void"
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
|
-
"implementation": {
|
|
432
|
-
"params": [
|
|
433
|
-
{
|
|
434
|
-
"name": "child",
|
|
435
|
-
"description": "",
|
|
436
|
-
"type": "Tab",
|
|
437
|
-
"isOptional": false,
|
|
438
|
-
"isRestParam": false
|
|
439
|
-
}
|
|
440
|
-
],
|
|
441
|
-
"isNewType": false,
|
|
442
|
-
"returnType": "void",
|
|
443
|
-
"generics": [],
|
|
444
|
-
"name": "deregister",
|
|
445
|
-
"description": "",
|
|
446
|
-
"entryType": "function",
|
|
447
|
-
"jsdocTags": [],
|
|
448
|
-
"rawComment": ""
|
|
449
|
-
},
|
|
450
|
-
"entryType": "function",
|
|
451
|
-
"description": "",
|
|
452
|
-
"jsdocTags": [],
|
|
453
|
-
"rawComment": "",
|
|
454
|
-
"memberType": "method",
|
|
455
|
-
"memberTags": []
|
|
456
|
-
},
|
|
457
228
|
{
|
|
458
229
|
"name": "open",
|
|
459
230
|
"signatures": [
|
|
@@ -556,26 +327,6 @@
|
|
|
556
327
|
"inputAlias": "id",
|
|
557
328
|
"isRequiredInput": false
|
|
558
329
|
},
|
|
559
|
-
{
|
|
560
|
-
"name": "tablist",
|
|
561
|
-
"type": "any",
|
|
562
|
-
"memberType": "property",
|
|
563
|
-
"memberTags": [
|
|
564
|
-
"readonly"
|
|
565
|
-
],
|
|
566
|
-
"description": "The parent TabList UIPattern.",
|
|
567
|
-
"jsdocTags": []
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"name": "tabpanel",
|
|
571
|
-
"type": "any",
|
|
572
|
-
"memberType": "property",
|
|
573
|
-
"memberTags": [
|
|
574
|
-
"readonly"
|
|
575
|
-
],
|
|
576
|
-
"description": "The TabPanel UIPattern associated with the tab",
|
|
577
|
-
"jsdocTags": []
|
|
578
|
-
},
|
|
579
330
|
{
|
|
580
331
|
"name": "disabled",
|
|
581
332
|
"type": "any",
|
|
@@ -772,16 +523,6 @@
|
|
|
772
523
|
"description": "A global unique identifier for the tab.",
|
|
773
524
|
"jsdocTags": []
|
|
774
525
|
},
|
|
775
|
-
{
|
|
776
|
-
"name": "tab",
|
|
777
|
-
"type": "any",
|
|
778
|
-
"memberType": "property",
|
|
779
|
-
"memberTags": [
|
|
780
|
-
"readonly"
|
|
781
|
-
],
|
|
782
|
-
"description": "The Tab UIPattern associated with the tabpanel",
|
|
783
|
-
"jsdocTags": []
|
|
784
|
-
},
|
|
785
526
|
{
|
|
786
527
|
"name": "value",
|
|
787
528
|
"type": "any",
|
|
@@ -885,7 +626,7 @@
|
|
|
885
626
|
"source": {
|
|
886
627
|
"filePath": "/src/aria/tabs/tabs.ts",
|
|
887
628
|
"startLine": 369,
|
|
888
|
-
"endLine":
|
|
629
|
+
"endLine": 430
|
|
889
630
|
}
|
|
890
631
|
},
|
|
891
632
|
{
|
|
@@ -905,8 +646,8 @@
|
|
|
905
646
|
"implements": [],
|
|
906
647
|
"source": {
|
|
907
648
|
"filePath": "/src/aria/tabs/tabs.ts",
|
|
908
|
-
"startLine":
|
|
909
|
-
"endLine":
|
|
649
|
+
"startLine": 449,
|
|
650
|
+
"endLine": 454
|
|
910
651
|
}
|
|
911
652
|
}
|
|
912
653
|
],
|
|
@@ -1011,14 +752,6 @@
|
|
|
1011
752
|
"Tabs.element",
|
|
1012
753
|
"@angular/aria/tabs"
|
|
1013
754
|
],
|
|
1014
|
-
[
|
|
1015
|
-
"Tabs.register",
|
|
1016
|
-
"@angular/aria/tabs"
|
|
1017
|
-
],
|
|
1018
|
-
[
|
|
1019
|
-
"Tabs.deregister",
|
|
1020
|
-
"@angular/aria/tabs"
|
|
1021
|
-
],
|
|
1022
755
|
[
|
|
1023
756
|
"TabList",
|
|
1024
757
|
"@angular/aria/tabs"
|
|
@@ -1059,10 +792,6 @@
|
|
|
1059
792
|
"TabList.disabled",
|
|
1060
793
|
"@angular/aria/tabs"
|
|
1061
794
|
],
|
|
1062
|
-
[
|
|
1063
|
-
"TabList.onFocus",
|
|
1064
|
-
"@angular/aria/tabs"
|
|
1065
|
-
],
|
|
1066
795
|
[
|
|
1067
796
|
"TabList.ngOnInit",
|
|
1068
797
|
"@angular/aria/tabs"
|
|
@@ -1071,14 +800,6 @@
|
|
|
1071
800
|
"TabList.ngOnDestroy",
|
|
1072
801
|
"@angular/aria/tabs"
|
|
1073
802
|
],
|
|
1074
|
-
[
|
|
1075
|
-
"TabList.register",
|
|
1076
|
-
"@angular/aria/tabs"
|
|
1077
|
-
],
|
|
1078
|
-
[
|
|
1079
|
-
"TabList.deregister",
|
|
1080
|
-
"@angular/aria/tabs"
|
|
1081
|
-
],
|
|
1082
803
|
[
|
|
1083
804
|
"TabList.open",
|
|
1084
805
|
"@angular/aria/tabs"
|
|
@@ -1095,14 +816,6 @@
|
|
|
1095
816
|
"Tab.id",
|
|
1096
817
|
"@angular/aria/tabs"
|
|
1097
818
|
],
|
|
1098
|
-
[
|
|
1099
|
-
"Tab.tablist",
|
|
1100
|
-
"@angular/aria/tabs"
|
|
1101
|
-
],
|
|
1102
|
-
[
|
|
1103
|
-
"Tab.tabpanel",
|
|
1104
|
-
"@angular/aria/tabs"
|
|
1105
|
-
],
|
|
1106
819
|
[
|
|
1107
820
|
"Tab.disabled",
|
|
1108
821
|
"@angular/aria/tabs"
|
|
@@ -1143,10 +856,6 @@
|
|
|
1143
856
|
"TabPanel.id",
|
|
1144
857
|
"@angular/aria/tabs"
|
|
1145
858
|
],
|
|
1146
|
-
[
|
|
1147
|
-
"TabPanel.tab",
|
|
1148
|
-
"@angular/aria/tabs"
|
|
1149
|
-
],
|
|
1150
859
|
[
|
|
1151
860
|
"TabPanel.value",
|
|
1152
861
|
"@angular/aria/tabs"
|