@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
|
@@ -29,16 +29,6 @@
|
|
|
29
29
|
"description": "Text direction.",
|
|
30
30
|
"jsdocTags": []
|
|
31
31
|
},
|
|
32
|
-
{
|
|
33
|
-
"name": "items",
|
|
34
|
-
"type": "any",
|
|
35
|
-
"memberType": "property",
|
|
36
|
-
"memberTags": [
|
|
37
|
-
"readonly"
|
|
38
|
-
],
|
|
39
|
-
"description": "Sorted UIPatterns of the child widgets",
|
|
40
|
-
"jsdocTags": []
|
|
41
|
-
},
|
|
42
32
|
{
|
|
43
33
|
"name": "orientation",
|
|
44
34
|
"type": "any",
|
|
@@ -91,135 +81,19 @@
|
|
|
91
81
|
"isRequiredInput": false
|
|
92
82
|
},
|
|
93
83
|
{
|
|
94
|
-
"name": "
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"isNewType": false,
|
|
102
|
-
"jsdocTags": [],
|
|
103
|
-
"params": [],
|
|
104
|
-
"rawComment": "",
|
|
105
|
-
"returnType": "void"
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"implementation": {
|
|
109
|
-
"params": [],
|
|
110
|
-
"isNewType": false,
|
|
111
|
-
"returnType": "void",
|
|
112
|
-
"generics": [],
|
|
113
|
-
"name": "onFocus",
|
|
114
|
-
"description": "",
|
|
115
|
-
"entryType": "function",
|
|
116
|
-
"jsdocTags": [],
|
|
117
|
-
"rawComment": ""
|
|
118
|
-
},
|
|
119
|
-
"entryType": "function",
|
|
120
|
-
"description": "",
|
|
121
|
-
"jsdocTags": [],
|
|
122
|
-
"rawComment": "",
|
|
123
|
-
"memberType": "method",
|
|
124
|
-
"memberTags": []
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "register",
|
|
128
|
-
"signatures": [
|
|
129
|
-
{
|
|
130
|
-
"name": "register",
|
|
131
|
-
"entryType": "function",
|
|
132
|
-
"description": "",
|
|
133
|
-
"generics": [],
|
|
134
|
-
"isNewType": false,
|
|
135
|
-
"jsdocTags": [],
|
|
136
|
-
"params": [
|
|
137
|
-
{
|
|
138
|
-
"name": "widget",
|
|
139
|
-
"description": "",
|
|
140
|
-
"type": "ToolbarWidget<V>",
|
|
141
|
-
"isOptional": false,
|
|
142
|
-
"isRestParam": false
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"rawComment": "",
|
|
146
|
-
"returnType": "void"
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"implementation": {
|
|
150
|
-
"params": [
|
|
151
|
-
{
|
|
152
|
-
"name": "widget",
|
|
153
|
-
"description": "",
|
|
154
|
-
"type": "ToolbarWidget<V>",
|
|
155
|
-
"isOptional": false,
|
|
156
|
-
"isRestParam": false
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"isNewType": false,
|
|
160
|
-
"returnType": "void",
|
|
161
|
-
"generics": [],
|
|
162
|
-
"name": "register",
|
|
163
|
-
"description": "",
|
|
164
|
-
"entryType": "function",
|
|
165
|
-
"jsdocTags": [],
|
|
166
|
-
"rawComment": ""
|
|
167
|
-
},
|
|
168
|
-
"entryType": "function",
|
|
169
|
-
"description": "",
|
|
170
|
-
"jsdocTags": [],
|
|
171
|
-
"rawComment": "",
|
|
172
|
-
"memberType": "method",
|
|
173
|
-
"memberTags": []
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "unregister",
|
|
177
|
-
"signatures": [
|
|
178
|
-
{
|
|
179
|
-
"name": "unregister",
|
|
180
|
-
"entryType": "function",
|
|
181
|
-
"description": "",
|
|
182
|
-
"generics": [],
|
|
183
|
-
"isNewType": false,
|
|
184
|
-
"jsdocTags": [],
|
|
185
|
-
"params": [
|
|
186
|
-
{
|
|
187
|
-
"name": "widget",
|
|
188
|
-
"description": "",
|
|
189
|
-
"type": "ToolbarWidget<V>",
|
|
190
|
-
"isOptional": false,
|
|
191
|
-
"isRestParam": false
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"rawComment": "",
|
|
195
|
-
"returnType": "void"
|
|
196
|
-
}
|
|
84
|
+
"name": "values",
|
|
85
|
+
"type": "any",
|
|
86
|
+
"memberType": "property",
|
|
87
|
+
"memberTags": [
|
|
88
|
+
"readonly",
|
|
89
|
+
"input",
|
|
90
|
+
"output"
|
|
197
91
|
],
|
|
198
|
-
"
|
|
199
|
-
"params": [
|
|
200
|
-
{
|
|
201
|
-
"name": "widget",
|
|
202
|
-
"description": "",
|
|
203
|
-
"type": "ToolbarWidget<V>",
|
|
204
|
-
"isOptional": false,
|
|
205
|
-
"isRestParam": false
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"isNewType": false,
|
|
209
|
-
"returnType": "void",
|
|
210
|
-
"generics": [],
|
|
211
|
-
"name": "unregister",
|
|
212
|
-
"description": "",
|
|
213
|
-
"entryType": "function",
|
|
214
|
-
"jsdocTags": [],
|
|
215
|
-
"rawComment": ""
|
|
216
|
-
},
|
|
217
|
-
"entryType": "function",
|
|
218
|
-
"description": "",
|
|
92
|
+
"description": "The values of the selected widgets within the toolbar.",
|
|
219
93
|
"jsdocTags": [],
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
94
|
+
"inputAlias": "values",
|
|
95
|
+
"isRequiredInput": false,
|
|
96
|
+
"outputAlias": "valuesChange"
|
|
223
97
|
}
|
|
224
98
|
],
|
|
225
99
|
"generics": [
|
|
@@ -243,8 +117,8 @@
|
|
|
243
117
|
],
|
|
244
118
|
"source": {
|
|
245
119
|
"filePath": "/src/aria/toolbar/toolbar.ts",
|
|
246
|
-
"startLine":
|
|
247
|
-
"endLine":
|
|
120
|
+
"startLine": 65,
|
|
121
|
+
"endLine": 169
|
|
248
122
|
}
|
|
249
123
|
},
|
|
250
124
|
{
|
|
@@ -275,16 +149,6 @@
|
|
|
275
149
|
"inputAlias": "id",
|
|
276
150
|
"isRequiredInput": false
|
|
277
151
|
},
|
|
278
|
-
{
|
|
279
|
-
"name": "toolbar",
|
|
280
|
-
"type": "any",
|
|
281
|
-
"memberType": "property",
|
|
282
|
-
"memberTags": [
|
|
283
|
-
"readonly"
|
|
284
|
-
],
|
|
285
|
-
"description": "The parent Toolbar UIPattern.",
|
|
286
|
-
"jsdocTags": []
|
|
287
|
-
},
|
|
288
152
|
{
|
|
289
153
|
"name": "disabled",
|
|
290
154
|
"type": "any",
|
|
@@ -341,16 +205,6 @@
|
|
|
341
205
|
"description": "Whether the widget is selected (only relevant in a selection group).",
|
|
342
206
|
"jsdocTags": []
|
|
343
207
|
},
|
|
344
|
-
{
|
|
345
|
-
"name": "group",
|
|
346
|
-
"type": "SignalLike<any>",
|
|
347
|
-
"memberType": "property",
|
|
348
|
-
"memberTags": [
|
|
349
|
-
"readonly"
|
|
350
|
-
],
|
|
351
|
-
"description": "",
|
|
352
|
-
"jsdocTags": []
|
|
353
|
-
},
|
|
354
208
|
{
|
|
355
209
|
"name": "ngOnInit",
|
|
356
210
|
"signatures": [
|
|
@@ -442,8 +296,8 @@
|
|
|
442
296
|
],
|
|
443
297
|
"source": {
|
|
444
298
|
"filePath": "/src/aria/toolbar/toolbar.ts",
|
|
445
|
-
"startLine":
|
|
446
|
-
"endLine":
|
|
299
|
+
"startLine": 186,
|
|
300
|
+
"endLine": 253
|
|
447
301
|
}
|
|
448
302
|
},
|
|
449
303
|
{
|
|
@@ -461,16 +315,6 @@
|
|
|
461
315
|
"description": "A reference to the host element.",
|
|
462
316
|
"jsdocTags": []
|
|
463
317
|
},
|
|
464
|
-
{
|
|
465
|
-
"name": "toolbar",
|
|
466
|
-
"type": "any",
|
|
467
|
-
"memberType": "property",
|
|
468
|
-
"memberTags": [
|
|
469
|
-
"readonly"
|
|
470
|
-
],
|
|
471
|
-
"description": "The parent Toolbar UIPattern.",
|
|
472
|
-
"jsdocTags": []
|
|
473
|
-
},
|
|
474
318
|
{
|
|
475
319
|
"name": "disabled",
|
|
476
320
|
"type": "any",
|
|
@@ -484,16 +328,6 @@
|
|
|
484
328
|
"inputAlias": "disabled",
|
|
485
329
|
"isRequiredInput": false
|
|
486
330
|
},
|
|
487
|
-
{
|
|
488
|
-
"name": "items",
|
|
489
|
-
"type": "() => any",
|
|
490
|
-
"memberType": "property",
|
|
491
|
-
"memberTags": [
|
|
492
|
-
"readonly"
|
|
493
|
-
],
|
|
494
|
-
"description": "The list of toolbar items within the group.",
|
|
495
|
-
"jsdocTags": []
|
|
496
|
-
},
|
|
497
331
|
{
|
|
498
332
|
"name": "multi",
|
|
499
333
|
"type": "any",
|
|
@@ -529,8 +363,8 @@
|
|
|
529
363
|
],
|
|
530
364
|
"source": {
|
|
531
365
|
"filePath": "/src/aria/toolbar/toolbar.ts",
|
|
532
|
-
"startLine":
|
|
533
|
-
"endLine":
|
|
366
|
+
"startLine": 261,
|
|
367
|
+
"endLine": 296
|
|
534
368
|
}
|
|
535
369
|
}
|
|
536
370
|
],
|
|
@@ -579,6 +413,10 @@
|
|
|
579
413
|
"contentChildren",
|
|
580
414
|
"@angular/core"
|
|
581
415
|
],
|
|
416
|
+
[
|
|
417
|
+
"model",
|
|
418
|
+
"@angular/core"
|
|
419
|
+
],
|
|
582
420
|
[
|
|
583
421
|
"ToolbarPattern",
|
|
584
422
|
"@angular/aria/private"
|
|
@@ -627,10 +465,6 @@
|
|
|
627
465
|
"Toolbar.textDirection",
|
|
628
466
|
"@angular/aria/toolbar"
|
|
629
467
|
],
|
|
630
|
-
[
|
|
631
|
-
"Toolbar.items",
|
|
632
|
-
"@angular/aria/toolbar"
|
|
633
|
-
],
|
|
634
468
|
[
|
|
635
469
|
"Toolbar.orientation",
|
|
636
470
|
"@angular/aria/toolbar"
|
|
@@ -648,15 +482,7 @@
|
|
|
648
482
|
"@angular/aria/toolbar"
|
|
649
483
|
],
|
|
650
484
|
[
|
|
651
|
-
"Toolbar.
|
|
652
|
-
"@angular/aria/toolbar"
|
|
653
|
-
],
|
|
654
|
-
[
|
|
655
|
-
"Toolbar.register",
|
|
656
|
-
"@angular/aria/toolbar"
|
|
657
|
-
],
|
|
658
|
-
[
|
|
659
|
-
"Toolbar.unregister",
|
|
485
|
+
"Toolbar.values",
|
|
660
486
|
"@angular/aria/toolbar"
|
|
661
487
|
],
|
|
662
488
|
[
|
|
@@ -671,10 +497,6 @@
|
|
|
671
497
|
"ToolbarWidget.id",
|
|
672
498
|
"@angular/aria/toolbar"
|
|
673
499
|
],
|
|
674
|
-
[
|
|
675
|
-
"ToolbarWidget.toolbar",
|
|
676
|
-
"@angular/aria/toolbar"
|
|
677
|
-
],
|
|
678
500
|
[
|
|
679
501
|
"ToolbarWidget.disabled",
|
|
680
502
|
"@angular/aria/toolbar"
|
|
@@ -695,10 +517,6 @@
|
|
|
695
517
|
"ToolbarWidget.selected",
|
|
696
518
|
"@angular/aria/toolbar"
|
|
697
519
|
],
|
|
698
|
-
[
|
|
699
|
-
"ToolbarWidget.group",
|
|
700
|
-
"@angular/aria/toolbar"
|
|
701
|
-
],
|
|
702
520
|
[
|
|
703
521
|
"ToolbarWidget.ngOnInit",
|
|
704
522
|
"@angular/aria/toolbar"
|
|
@@ -715,18 +533,10 @@
|
|
|
715
533
|
"ToolbarWidgetGroup.element",
|
|
716
534
|
"@angular/aria/toolbar"
|
|
717
535
|
],
|
|
718
|
-
[
|
|
719
|
-
"ToolbarWidgetGroup.toolbar",
|
|
720
|
-
"@angular/aria/toolbar"
|
|
721
|
-
],
|
|
722
536
|
[
|
|
723
537
|
"ToolbarWidgetGroup.disabled",
|
|
724
538
|
"@angular/aria/toolbar"
|
|
725
539
|
],
|
|
726
|
-
[
|
|
727
|
-
"ToolbarWidgetGroup.items",
|
|
728
|
-
"@angular/aria/toolbar"
|
|
729
|
-
],
|
|
730
540
|
[
|
|
731
541
|
"ToolbarWidgetGroup.multi",
|
|
732
542
|
"@angular/aria/toolbar"
|