@angular/aria 21.0.0-rc.2 → 21.0.0-rc.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.
- 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/_widget-chunk.mjs.map +1 -1
- 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 +2 -2
- 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
|
@@ -149,137 +149,6 @@
|
|
|
149
149
|
"description": "The `aria-current` type. It can be used in navigation trees to indicate the currently active item.\nSee https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-current for more details.",
|
|
150
150
|
"jsdocTags": []
|
|
151
151
|
},
|
|
152
|
-
{
|
|
153
|
-
"name": "onFocus",
|
|
154
|
-
"signatures": [
|
|
155
|
-
{
|
|
156
|
-
"name": "onFocus",
|
|
157
|
-
"entryType": "function",
|
|
158
|
-
"description": "",
|
|
159
|
-
"generics": [],
|
|
160
|
-
"isNewType": false,
|
|
161
|
-
"jsdocTags": [],
|
|
162
|
-
"params": [],
|
|
163
|
-
"rawComment": "",
|
|
164
|
-
"returnType": "void"
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"implementation": {
|
|
168
|
-
"params": [],
|
|
169
|
-
"isNewType": false,
|
|
170
|
-
"returnType": "void",
|
|
171
|
-
"generics": [],
|
|
172
|
-
"name": "onFocus",
|
|
173
|
-
"description": "",
|
|
174
|
-
"entryType": "function",
|
|
175
|
-
"jsdocTags": [],
|
|
176
|
-
"rawComment": ""
|
|
177
|
-
},
|
|
178
|
-
"entryType": "function",
|
|
179
|
-
"description": "",
|
|
180
|
-
"jsdocTags": [],
|
|
181
|
-
"rawComment": "",
|
|
182
|
-
"memberType": "method",
|
|
183
|
-
"memberTags": []
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"name": "register",
|
|
187
|
-
"signatures": [
|
|
188
|
-
{
|
|
189
|
-
"name": "register",
|
|
190
|
-
"entryType": "function",
|
|
191
|
-
"description": "",
|
|
192
|
-
"generics": [],
|
|
193
|
-
"isNewType": false,
|
|
194
|
-
"jsdocTags": [],
|
|
195
|
-
"params": [
|
|
196
|
-
{
|
|
197
|
-
"name": "child",
|
|
198
|
-
"description": "",
|
|
199
|
-
"type": "TreeItem<V>",
|
|
200
|
-
"isOptional": false,
|
|
201
|
-
"isRestParam": false
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"rawComment": "",
|
|
205
|
-
"returnType": "void"
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"implementation": {
|
|
209
|
-
"params": [
|
|
210
|
-
{
|
|
211
|
-
"name": "child",
|
|
212
|
-
"description": "",
|
|
213
|
-
"type": "TreeItem<V>",
|
|
214
|
-
"isOptional": false,
|
|
215
|
-
"isRestParam": false
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"isNewType": false,
|
|
219
|
-
"returnType": "void",
|
|
220
|
-
"generics": [],
|
|
221
|
-
"name": "register",
|
|
222
|
-
"description": "",
|
|
223
|
-
"entryType": "function",
|
|
224
|
-
"jsdocTags": [],
|
|
225
|
-
"rawComment": ""
|
|
226
|
-
},
|
|
227
|
-
"entryType": "function",
|
|
228
|
-
"description": "",
|
|
229
|
-
"jsdocTags": [],
|
|
230
|
-
"rawComment": "",
|
|
231
|
-
"memberType": "method",
|
|
232
|
-
"memberTags": []
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"name": "unregister",
|
|
236
|
-
"signatures": [
|
|
237
|
-
{
|
|
238
|
-
"name": "unregister",
|
|
239
|
-
"entryType": "function",
|
|
240
|
-
"description": "",
|
|
241
|
-
"generics": [],
|
|
242
|
-
"isNewType": false,
|
|
243
|
-
"jsdocTags": [],
|
|
244
|
-
"params": [
|
|
245
|
-
{
|
|
246
|
-
"name": "child",
|
|
247
|
-
"description": "",
|
|
248
|
-
"type": "TreeItem<V>",
|
|
249
|
-
"isOptional": false,
|
|
250
|
-
"isRestParam": false
|
|
251
|
-
}
|
|
252
|
-
],
|
|
253
|
-
"rawComment": "",
|
|
254
|
-
"returnType": "void"
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
"implementation": {
|
|
258
|
-
"params": [
|
|
259
|
-
{
|
|
260
|
-
"name": "child",
|
|
261
|
-
"description": "",
|
|
262
|
-
"type": "TreeItem<V>",
|
|
263
|
-
"isOptional": false,
|
|
264
|
-
"isRestParam": false
|
|
265
|
-
}
|
|
266
|
-
],
|
|
267
|
-
"isNewType": false,
|
|
268
|
-
"returnType": "void",
|
|
269
|
-
"generics": [],
|
|
270
|
-
"name": "unregister",
|
|
271
|
-
"description": "",
|
|
272
|
-
"entryType": "function",
|
|
273
|
-
"jsdocTags": [],
|
|
274
|
-
"rawComment": ""
|
|
275
|
-
},
|
|
276
|
-
"entryType": "function",
|
|
277
|
-
"description": "",
|
|
278
|
-
"jsdocTags": [],
|
|
279
|
-
"rawComment": "",
|
|
280
|
-
"memberType": "method",
|
|
281
|
-
"memberTags": []
|
|
282
|
-
},
|
|
283
152
|
{
|
|
284
153
|
"name": "scrollActiveItemIntoView",
|
|
285
154
|
"signatures": [
|
|
@@ -591,88 +460,6 @@
|
|
|
591
460
|
"rawComment": "",
|
|
592
461
|
"memberType": "method",
|
|
593
462
|
"memberTags": []
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"name": "register",
|
|
597
|
-
"signatures": [
|
|
598
|
-
{
|
|
599
|
-
"name": "register",
|
|
600
|
-
"entryType": "function",
|
|
601
|
-
"description": "",
|
|
602
|
-
"generics": [],
|
|
603
|
-
"isNewType": false,
|
|
604
|
-
"jsdocTags": [],
|
|
605
|
-
"params": [
|
|
606
|
-
{
|
|
607
|
-
"name": "group",
|
|
608
|
-
"description": "",
|
|
609
|
-
"type": "TreeItemGroup<V>",
|
|
610
|
-
"isOptional": false,
|
|
611
|
-
"isRestParam": false
|
|
612
|
-
}
|
|
613
|
-
],
|
|
614
|
-
"rawComment": "",
|
|
615
|
-
"returnType": "void"
|
|
616
|
-
}
|
|
617
|
-
],
|
|
618
|
-
"implementation": {
|
|
619
|
-
"params": [
|
|
620
|
-
{
|
|
621
|
-
"name": "group",
|
|
622
|
-
"description": "",
|
|
623
|
-
"type": "TreeItemGroup<V>",
|
|
624
|
-
"isOptional": false,
|
|
625
|
-
"isRestParam": false
|
|
626
|
-
}
|
|
627
|
-
],
|
|
628
|
-
"isNewType": false,
|
|
629
|
-
"returnType": "void",
|
|
630
|
-
"generics": [],
|
|
631
|
-
"name": "register",
|
|
632
|
-
"description": "",
|
|
633
|
-
"entryType": "function",
|
|
634
|
-
"jsdocTags": [],
|
|
635
|
-
"rawComment": ""
|
|
636
|
-
},
|
|
637
|
-
"entryType": "function",
|
|
638
|
-
"description": "",
|
|
639
|
-
"jsdocTags": [],
|
|
640
|
-
"rawComment": "",
|
|
641
|
-
"memberType": "method",
|
|
642
|
-
"memberTags": []
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"name": "unregister",
|
|
646
|
-
"signatures": [
|
|
647
|
-
{
|
|
648
|
-
"name": "unregister",
|
|
649
|
-
"entryType": "function",
|
|
650
|
-
"description": "",
|
|
651
|
-
"generics": [],
|
|
652
|
-
"isNewType": false,
|
|
653
|
-
"jsdocTags": [],
|
|
654
|
-
"params": [],
|
|
655
|
-
"rawComment": "",
|
|
656
|
-
"returnType": "void"
|
|
657
|
-
}
|
|
658
|
-
],
|
|
659
|
-
"implementation": {
|
|
660
|
-
"params": [],
|
|
661
|
-
"isNewType": false,
|
|
662
|
-
"returnType": "void",
|
|
663
|
-
"generics": [],
|
|
664
|
-
"name": "unregister",
|
|
665
|
-
"description": "",
|
|
666
|
-
"entryType": "function",
|
|
667
|
-
"jsdocTags": [],
|
|
668
|
-
"rawComment": ""
|
|
669
|
-
},
|
|
670
|
-
"entryType": "function",
|
|
671
|
-
"description": "",
|
|
672
|
-
"jsdocTags": [],
|
|
673
|
-
"rawComment": "",
|
|
674
|
-
"memberType": "method",
|
|
675
|
-
"memberTags": []
|
|
676
463
|
}
|
|
677
464
|
],
|
|
678
465
|
"generics": [
|
|
@@ -702,7 +489,7 @@
|
|
|
702
489
|
"source": {
|
|
703
490
|
"filePath": "/src/aria/tree/tree.ts",
|
|
704
491
|
"startLine": 257,
|
|
705
|
-
"endLine":
|
|
492
|
+
"endLine": 385
|
|
706
493
|
}
|
|
707
494
|
},
|
|
708
495
|
{
|
|
@@ -720,16 +507,6 @@
|
|
|
720
507
|
"description": "A reference to the host element.",
|
|
721
508
|
"jsdocTags": []
|
|
722
509
|
},
|
|
723
|
-
{
|
|
724
|
-
"name": "children",
|
|
725
|
-
"type": "any",
|
|
726
|
-
"memberType": "property",
|
|
727
|
-
"memberTags": [
|
|
728
|
-
"readonly"
|
|
729
|
-
],
|
|
730
|
-
"description": "Child items within this group.",
|
|
731
|
-
"jsdocTags": []
|
|
732
|
-
},
|
|
733
510
|
{
|
|
734
511
|
"name": "ownedBy",
|
|
735
512
|
"type": "any",
|
|
@@ -805,104 +582,6 @@
|
|
|
805
582
|
"rawComment": "",
|
|
806
583
|
"memberType": "method",
|
|
807
584
|
"memberTags": []
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"name": "register",
|
|
811
|
-
"signatures": [
|
|
812
|
-
{
|
|
813
|
-
"name": "register",
|
|
814
|
-
"entryType": "function",
|
|
815
|
-
"description": "",
|
|
816
|
-
"generics": [],
|
|
817
|
-
"isNewType": false,
|
|
818
|
-
"jsdocTags": [],
|
|
819
|
-
"params": [
|
|
820
|
-
{
|
|
821
|
-
"name": "child",
|
|
822
|
-
"description": "",
|
|
823
|
-
"type": "TreeItem<V>",
|
|
824
|
-
"isOptional": false,
|
|
825
|
-
"isRestParam": false
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"rawComment": "",
|
|
829
|
-
"returnType": "void"
|
|
830
|
-
}
|
|
831
|
-
],
|
|
832
|
-
"implementation": {
|
|
833
|
-
"params": [
|
|
834
|
-
{
|
|
835
|
-
"name": "child",
|
|
836
|
-
"description": "",
|
|
837
|
-
"type": "TreeItem<V>",
|
|
838
|
-
"isOptional": false,
|
|
839
|
-
"isRestParam": false
|
|
840
|
-
}
|
|
841
|
-
],
|
|
842
|
-
"isNewType": false,
|
|
843
|
-
"returnType": "void",
|
|
844
|
-
"generics": [],
|
|
845
|
-
"name": "register",
|
|
846
|
-
"description": "",
|
|
847
|
-
"entryType": "function",
|
|
848
|
-
"jsdocTags": [],
|
|
849
|
-
"rawComment": ""
|
|
850
|
-
},
|
|
851
|
-
"entryType": "function",
|
|
852
|
-
"description": "",
|
|
853
|
-
"jsdocTags": [],
|
|
854
|
-
"rawComment": "",
|
|
855
|
-
"memberType": "method",
|
|
856
|
-
"memberTags": []
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "unregister",
|
|
860
|
-
"signatures": [
|
|
861
|
-
{
|
|
862
|
-
"name": "unregister",
|
|
863
|
-
"entryType": "function",
|
|
864
|
-
"description": "",
|
|
865
|
-
"generics": [],
|
|
866
|
-
"isNewType": false,
|
|
867
|
-
"jsdocTags": [],
|
|
868
|
-
"params": [
|
|
869
|
-
{
|
|
870
|
-
"name": "child",
|
|
871
|
-
"description": "",
|
|
872
|
-
"type": "TreeItem<V>",
|
|
873
|
-
"isOptional": false,
|
|
874
|
-
"isRestParam": false
|
|
875
|
-
}
|
|
876
|
-
],
|
|
877
|
-
"rawComment": "",
|
|
878
|
-
"returnType": "void"
|
|
879
|
-
}
|
|
880
|
-
],
|
|
881
|
-
"implementation": {
|
|
882
|
-
"params": [
|
|
883
|
-
{
|
|
884
|
-
"name": "child",
|
|
885
|
-
"description": "",
|
|
886
|
-
"type": "TreeItem<V>",
|
|
887
|
-
"isOptional": false,
|
|
888
|
-
"isRestParam": false
|
|
889
|
-
}
|
|
890
|
-
],
|
|
891
|
-
"isNewType": false,
|
|
892
|
-
"returnType": "void",
|
|
893
|
-
"generics": [],
|
|
894
|
-
"name": "unregister",
|
|
895
|
-
"description": "",
|
|
896
|
-
"entryType": "function",
|
|
897
|
-
"jsdocTags": [],
|
|
898
|
-
"rawComment": ""
|
|
899
|
-
},
|
|
900
|
-
"entryType": "function",
|
|
901
|
-
"description": "",
|
|
902
|
-
"jsdocTags": [],
|
|
903
|
-
"rawComment": "",
|
|
904
|
-
"memberType": "method",
|
|
905
|
-
"memberTags": []
|
|
906
585
|
}
|
|
907
586
|
],
|
|
908
587
|
"generics": [
|
|
@@ -924,8 +603,8 @@
|
|
|
924
603
|
],
|
|
925
604
|
"source": {
|
|
926
605
|
"filePath": "/src/aria/tree/tree.ts",
|
|
927
|
-
"startLine":
|
|
928
|
-
"endLine":
|
|
606
|
+
"startLine": 407,
|
|
607
|
+
"endLine": 451
|
|
929
608
|
}
|
|
930
609
|
}
|
|
931
610
|
],
|
|
@@ -1086,18 +765,6 @@
|
|
|
1086
765
|
"Tree.currentType",
|
|
1087
766
|
"@angular/aria/tree"
|
|
1088
767
|
],
|
|
1089
|
-
[
|
|
1090
|
-
"Tree.onFocus",
|
|
1091
|
-
"@angular/aria/tree"
|
|
1092
|
-
],
|
|
1093
|
-
[
|
|
1094
|
-
"Tree.register",
|
|
1095
|
-
"@angular/aria/tree"
|
|
1096
|
-
],
|
|
1097
|
-
[
|
|
1098
|
-
"Tree.unregister",
|
|
1099
|
-
"@angular/aria/tree"
|
|
1100
|
-
],
|
|
1101
768
|
[
|
|
1102
769
|
"Tree.scrollActiveItemIntoView",
|
|
1103
770
|
"@angular/aria/tree"
|
|
@@ -1170,14 +837,6 @@
|
|
|
1170
837
|
"TreeItem.ngOnDestroy",
|
|
1171
838
|
"@angular/aria/tree"
|
|
1172
839
|
],
|
|
1173
|
-
[
|
|
1174
|
-
"TreeItem.register",
|
|
1175
|
-
"@angular/aria/tree"
|
|
1176
|
-
],
|
|
1177
|
-
[
|
|
1178
|
-
"TreeItem.unregister",
|
|
1179
|
-
"@angular/aria/tree"
|
|
1180
|
-
],
|
|
1181
840
|
[
|
|
1182
841
|
"TreeItemGroup",
|
|
1183
842
|
"@angular/aria/tree"
|
|
@@ -1186,10 +845,6 @@
|
|
|
1186
845
|
"TreeItemGroup.element",
|
|
1187
846
|
"@angular/aria/tree"
|
|
1188
847
|
],
|
|
1189
|
-
[
|
|
1190
|
-
"TreeItemGroup.children",
|
|
1191
|
-
"@angular/aria/tree"
|
|
1192
|
-
],
|
|
1193
848
|
[
|
|
1194
849
|
"TreeItemGroup.ownedBy",
|
|
1195
850
|
"@angular/aria/tree"
|
|
@@ -1201,14 +856,6 @@
|
|
|
1201
856
|
[
|
|
1202
857
|
"TreeItemGroup.ngOnDestroy",
|
|
1203
858
|
"@angular/aria/tree"
|
|
1204
|
-
],
|
|
1205
|
-
[
|
|
1206
|
-
"TreeItemGroup.register",
|
|
1207
|
-
"@angular/aria/tree"
|
|
1208
|
-
],
|
|
1209
|
-
[
|
|
1210
|
-
"TreeItemGroup.unregister",
|
|
1211
|
-
"@angular/aria/tree"
|
|
1212
859
|
]
|
|
1213
860
|
]
|
|
1214
861
|
}
|