@angular/aria 21.0.0-rc.0 → 21.0.0-rc.1

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 (48) hide show
  1. package/_adev_assets/aria-accordion.json +14 -14
  2. package/_adev_assets/aria-combobox.json +10 -10
  3. package/_adev_assets/aria-grid.json +81 -12
  4. package/_adev_assets/aria-listbox.json +3 -3
  5. package/_adev_assets/aria-menu.json +174 -74
  6. package/_adev_assets/aria-tabs.json +22 -22
  7. package/_adev_assets/aria-toolbar.json +99 -120
  8. package/_adev_assets/aria-tree.json +20 -16
  9. package/fesm2022/_widget-chunk.mjs +266 -144
  10. package/fesm2022/_widget-chunk.mjs.map +1 -1
  11. package/fesm2022/accordion.mjs +12 -13
  12. package/fesm2022/accordion.mjs.map +1 -1
  13. package/fesm2022/aria.mjs +1 -1
  14. package/fesm2022/aria.mjs.map +1 -1
  15. package/fesm2022/combobox.mjs +9 -7
  16. package/fesm2022/combobox.mjs.map +1 -1
  17. package/fesm2022/grid.mjs +61 -12
  18. package/fesm2022/grid.mjs.map +1 -1
  19. package/fesm2022/listbox.mjs +14 -15
  20. package/fesm2022/listbox.mjs.map +1 -1
  21. package/fesm2022/menu.mjs +117 -61
  22. package/fesm2022/menu.mjs.map +1 -1
  23. package/fesm2022/private.mjs +390 -399
  24. package/fesm2022/private.mjs.map +1 -1
  25. package/fesm2022/tabs.mjs +16 -17
  26. package/fesm2022/tabs.mjs.map +1 -1
  27. package/fesm2022/toolbar.mjs +79 -44
  28. package/fesm2022/toolbar.mjs.map +1 -1
  29. package/fesm2022/tree.mjs +22 -19
  30. package/fesm2022/tree.mjs.map +1 -1
  31. package/package.json +2 -10
  32. package/types/_grid-chunk.d.ts +115 -53
  33. package/types/accordion.d.ts +4 -4
  34. package/types/combobox.d.ts +2 -2
  35. package/types/grid.d.ts +12 -3
  36. package/types/listbox.d.ts +3 -4
  37. package/types/menu.d.ts +33 -21
  38. package/types/private.d.ts +263 -341
  39. package/types/tabs.d.ts +4 -4
  40. package/types/toolbar.d.ts +29 -26
  41. package/types/tree.d.ts +5 -6
  42. package/_adev_assets/aria-radio-group.json +0 -389
  43. package/fesm2022/deferred-content.mjs +0 -99
  44. package/fesm2022/deferred-content.mjs.map +0 -1
  45. package/fesm2022/radio-group.mjs +0 -338
  46. package/fesm2022/radio-group.mjs.map +0 -1
  47. package/types/deferred-content.d.ts +0 -38
  48. package/types/radio-group.d.ts +0 -84
@@ -35,8 +35,8 @@
35
35
  "implements": [],
36
36
  "source": {
37
37
  "filePath": "src/aria/accordion/accordion.ts",
38
- "startLine": 35,
39
- "endLine": 79
38
+ "startLine": 36,
39
+ "endLine": 80
40
40
  }
41
41
  },
42
42
  {
@@ -101,8 +101,8 @@
101
101
  ],
102
102
  "source": {
103
103
  "filePath": "src/aria/accordion/accordion.ts",
104
- "startLine": 85,
105
- "endLine": 138
104
+ "startLine": 86,
105
+ "endLine": 139
106
106
  }
107
107
  },
108
108
  {
@@ -159,15 +159,15 @@
159
159
  "outputAlias": "valueChange"
160
160
  },
161
161
  {
162
- "name": "skipDisabled",
162
+ "name": "softDisabled",
163
163
  "type": "any",
164
164
  "memberType": "property",
165
165
  "memberTags": [
166
166
  "input"
167
167
  ],
168
- "description": "Whether disabled items should be skipped during keyboard navigation.",
168
+ "description": "Whether to allow disabled items to receive focus.",
169
169
  "jsdocTags": [],
170
- "inputAlias": "skipDisabled",
170
+ "inputAlias": "softDisabled",
171
171
  "isRequiredInput": false
172
172
  },
173
173
  {
@@ -195,8 +195,8 @@
195
195
  ],
196
196
  "source": {
197
197
  "filePath": "src/aria/accordion/accordion.ts",
198
- "startLine": 144,
199
- "endLine": 207
198
+ "startLine": 145,
199
+ "endLine": 208
200
200
  }
201
201
  },
202
202
  {
@@ -211,8 +211,8 @@
211
211
  "implements": [],
212
212
  "source": {
213
213
  "filePath": "src/aria/accordion/accordion.ts",
214
- "startLine": 213,
215
- "endLine": 217
214
+ "startLine": 214,
215
+ "endLine": 218
216
216
  }
217
217
  }
218
218
  ],
@@ -271,11 +271,11 @@
271
271
  ],
272
272
  [
273
273
  "DeferredContent",
274
- "@angular/aria/deferred-content"
274
+ "@angular/aria/private"
275
275
  ],
276
276
  [
277
277
  "DeferredContentAware",
278
- "@angular/aria/deferred-content"
278
+ "@angular/aria/private"
279
279
  ],
280
280
  [
281
281
  "AccordionGroupPattern",
@@ -358,7 +358,7 @@
358
358
  "@angular/aria/accordion"
359
359
  ],
360
360
  [
361
- "AccordionGroup.skipDisabled",
361
+ "AccordionGroup.softDisabled",
362
362
  "@angular/aria/accordion"
363
363
  ],
364
364
  [
@@ -109,8 +109,8 @@
109
109
  "implements": [],
110
110
  "source": {
111
111
  "filePath": "src/aria/combobox/combobox.ts",
112
- "startLine": 31,
113
- "endLine": 116
112
+ "startLine": 32,
113
+ "endLine": 117
114
114
  }
115
115
  },
116
116
  {
@@ -155,8 +155,8 @@
155
155
  ],
156
156
  "source": {
157
157
  "filePath": "src/aria/combobox/combobox.ts",
158
- "startLine": 118,
159
- "endLine": 153
158
+ "startLine": 119,
159
+ "endLine": 156
160
160
  }
161
161
  },
162
162
  {
@@ -171,8 +171,8 @@
171
171
  "implements": [],
172
172
  "source": {
173
173
  "filePath": "src/aria/combobox/combobox.ts",
174
- "startLine": 155,
175
- "endLine": 160
174
+ "startLine": 158,
175
+ "endLine": 163
176
176
  }
177
177
  },
178
178
  {
@@ -217,8 +217,8 @@
217
217
  ],
218
218
  "source": {
219
219
  "filePath": "src/aria/combobox/combobox.ts",
220
- "startLine": 162,
221
- "endLine": 174
220
+ "startLine": 165,
221
+ "endLine": 177
222
222
  }
223
223
  }
224
224
  ],
@@ -269,11 +269,11 @@
269
269
  ],
270
270
  [
271
271
  "DeferredContent",
272
- "@angular/aria/deferred-content"
272
+ "@angular/aria/private"
273
273
  ],
274
274
  [
275
275
  "DeferredContentAware",
276
- "@angular/aria/deferred-content"
276
+ "@angular/aria/private"
277
277
  ],
278
278
  [
279
279
  "ComboboxPattern",
@@ -9,6 +9,16 @@
9
9
  "isAbstract": false,
10
10
  "entryType": "directive",
11
11
  "members": [
12
+ {
13
+ "name": "textDirection",
14
+ "type": "any",
15
+ "memberType": "property",
16
+ "memberTags": [
17
+ "readonly"
18
+ ],
19
+ "description": "Text direction.",
20
+ "jsdocTags": []
21
+ },
12
22
  {
13
23
  "name": "element",
14
24
  "type": "any",
@@ -46,16 +56,16 @@
46
56
  "isRequiredInput": false
47
57
  },
48
58
  {
49
- "name": "skipDisabled",
59
+ "name": "softDisabled",
50
60
  "type": "any",
51
61
  "memberType": "property",
52
62
  "memberTags": [
53
63
  "readonly",
54
64
  "input"
55
65
  ],
56
- "description": "Whether to skip disabled items during navigation.",
66
+ "description": "Whether to allow disabled items to receive focus.",
57
67
  "jsdocTags": [],
58
- "inputAlias": "skipDisabled",
68
+ "inputAlias": "softDisabled",
59
69
  "isRequiredInput": false
60
70
  },
61
71
  {
@@ -96,6 +106,45 @@
96
106
  "jsdocTags": [],
97
107
  "inputAlias": "colWrap",
98
108
  "isRequiredInput": false
109
+ },
110
+ {
111
+ "name": "multi",
112
+ "type": "any",
113
+ "memberType": "property",
114
+ "memberTags": [
115
+ "readonly",
116
+ "input"
117
+ ],
118
+ "description": "Whether multiple cells in the grid can be selected.",
119
+ "jsdocTags": [],
120
+ "inputAlias": "multi",
121
+ "isRequiredInput": false
122
+ },
123
+ {
124
+ "name": "selectionMode",
125
+ "type": "any",
126
+ "memberType": "property",
127
+ "memberTags": [
128
+ "readonly",
129
+ "input"
130
+ ],
131
+ "description": "The selection strategy used by the grid.",
132
+ "jsdocTags": [],
133
+ "inputAlias": "selectionMode",
134
+ "isRequiredInput": false
135
+ },
136
+ {
137
+ "name": "enableRangeSelection",
138
+ "type": "any",
139
+ "memberType": "property",
140
+ "memberTags": [
141
+ "readonly",
142
+ "input"
143
+ ],
144
+ "description": "Whether enable range selections (with modifier keys or dragging).",
145
+ "jsdocTags": [],
146
+ "inputAlias": "enableRangeSelection",
147
+ "isRequiredInput": false
99
148
  }
100
149
  ],
101
150
  "generics": [],
@@ -110,8 +159,8 @@
110
159
  ],
111
160
  "source": {
112
161
  "filePath": "src/aria/grid/grid.ts",
113
- "startLine": 26,
114
- "endLine": 106
162
+ "startLine": 27,
163
+ "endLine": 120
115
164
  }
116
165
  },
117
166
  {
@@ -178,8 +227,8 @@
178
227
  ],
179
228
  "source": {
180
229
  "filePath": "src/aria/grid/grid.ts",
181
- "startLine": 109,
182
- "endLine": 149
230
+ "startLine": 123,
231
+ "endLine": 163
183
232
  }
184
233
  },
185
234
  {
@@ -316,8 +365,8 @@
316
365
  ],
317
366
  "source": {
318
367
  "filePath": "src/aria/grid/grid.ts",
319
- "startLine": 152,
320
- "endLine": 224
368
+ "startLine": 166,
369
+ "endLine": 239
321
370
  }
322
371
  },
323
372
  {
@@ -396,8 +445,8 @@
396
445
  ],
397
446
  "source": {
398
447
  "filePath": "src/aria/grid/grid.ts",
399
- "startLine": 227,
400
- "endLine": 259
448
+ "startLine": 242,
449
+ "endLine": 274
401
450
  }
402
451
  }
403
452
  ],
@@ -450,6 +499,10 @@
450
499
  "Signal",
451
500
  "@angular/core"
452
501
  ],
502
+ [
503
+ "Directionality",
504
+ "@angular/cdk/bidi"
505
+ ],
453
506
  [
454
507
  "Grid",
455
508
  "@angular/aria/grid"
@@ -470,6 +523,10 @@
470
523
  "Grid",
471
524
  "@angular/aria/grid"
472
525
  ],
526
+ [
527
+ "Grid.textDirection",
528
+ "@angular/aria/grid"
529
+ ],
473
530
  [
474
531
  "Grid.element",
475
532
  "@angular/aria/grid"
@@ -483,7 +540,7 @@
483
540
  "@angular/aria/grid"
484
541
  ],
485
542
  [
486
- "Grid.skipDisabled",
543
+ "Grid.softDisabled",
487
544
  "@angular/aria/grid"
488
545
  ],
489
546
  [
@@ -498,6 +555,18 @@
498
555
  "Grid.colWrap",
499
556
  "@angular/aria/grid"
500
557
  ],
558
+ [
559
+ "Grid.multi",
560
+ "@angular/aria/grid"
561
+ ],
562
+ [
563
+ "Grid.selectionMode",
564
+ "@angular/aria/grid"
565
+ ],
566
+ [
567
+ "Grid.enableRangeSelection",
568
+ "@angular/aria/grid"
569
+ ],
501
570
  [
502
571
  "GridRow",
503
572
  "@angular/aria/grid"
@@ -64,11 +64,11 @@
64
64
  "jsdocTags": []
65
65
  },
66
66
  {
67
- "name": "skipDisabled",
67
+ "name": "softDisabled",
68
68
  "type": "any",
69
69
  "memberType": "property",
70
70
  "memberTags": [],
71
- "description": "Whether disabled items in the list should be skipped when navigating.",
71
+ "description": "Whether to allow disabled items in the list to receive focus.",
72
72
  "jsdocTags": []
73
73
  },
74
74
  {
@@ -436,7 +436,7 @@
436
436
  "@angular/aria/listbox"
437
437
  ],
438
438
  [
439
- "Listbox.skipDisabled",
439
+ "Listbox.softDisabled",
440
440
  "@angular/aria/listbox"
441
441
  ],
442
442
  [