@angular/aria 21.0.0-rc.3 → 21.0.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.
- package/_adev_assets/aria-combobox.json +14 -10
- package/_adev_assets/aria-grid.json +7 -7
- package/_adev_assets/aria-listbox.json +8 -4
- package/fesm2022/_widget-chunk.mjs.map +1 -1
- package/fesm2022/accordion.mjs +122 -15
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/aria.mjs +1 -1
- package/fesm2022/aria.mjs.map +1 -1
- package/fesm2022/combobox.mjs +81 -20
- package/fesm2022/combobox.mjs.map +1 -1
- package/fesm2022/grid.mjs +282 -28
- package/fesm2022/grid.mjs.map +1 -1
- package/fesm2022/listbox.mjs +147 -11
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +203 -19
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/private.mjs +20 -7
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/tabs.mjs +123 -18
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +110 -12
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tree.mjs +184 -12
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +3 -3
- package/types/listbox.d.ts +2 -2
|
@@ -194,8 +194,8 @@
|
|
|
194
194
|
"implements": [],
|
|
195
195
|
"source": {
|
|
196
196
|
"filePath": "src/aria/combobox/combobox.ts",
|
|
197
|
-
"startLine":
|
|
198
|
-
"endLine":
|
|
197
|
+
"startLine": 65,
|
|
198
|
+
"endLine": 176
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
{
|
|
@@ -255,8 +255,8 @@
|
|
|
255
255
|
],
|
|
256
256
|
"source": {
|
|
257
257
|
"filePath": "src/aria/combobox/combobox.ts",
|
|
258
|
-
"startLine":
|
|
259
|
-
"endLine":
|
|
258
|
+
"startLine": 196,
|
|
259
|
+
"endLine": 242
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
{
|
|
@@ -276,8 +276,8 @@
|
|
|
276
276
|
"implements": [],
|
|
277
277
|
"source": {
|
|
278
278
|
"filePath": "src/aria/combobox/combobox.ts",
|
|
279
|
-
"startLine":
|
|
280
|
-
"endLine":
|
|
279
|
+
"startLine": 274,
|
|
280
|
+
"endLine": 279
|
|
281
281
|
}
|
|
282
282
|
},
|
|
283
283
|
{
|
|
@@ -317,8 +317,8 @@
|
|
|
317
317
|
],
|
|
318
318
|
"source": {
|
|
319
319
|
"filePath": "src/aria/combobox/combobox.ts",
|
|
320
|
-
"startLine":
|
|
321
|
-
"endLine":
|
|
320
|
+
"startLine": 291,
|
|
321
|
+
"endLine": 306
|
|
322
322
|
}
|
|
323
323
|
},
|
|
324
324
|
{
|
|
@@ -397,8 +397,8 @@
|
|
|
397
397
|
],
|
|
398
398
|
"source": {
|
|
399
399
|
"filePath": "src/aria/combobox/combobox.ts",
|
|
400
|
-
"startLine":
|
|
401
|
-
"endLine":
|
|
400
|
+
"startLine": 323,
|
|
401
|
+
"endLine": 373
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
],
|
|
@@ -427,6 +427,10 @@
|
|
|
427
427
|
"ElementRef",
|
|
428
428
|
"@angular/core"
|
|
429
429
|
],
|
|
430
|
+
[
|
|
431
|
+
"forwardRef",
|
|
432
|
+
"@angular/core"
|
|
433
|
+
],
|
|
430
434
|
[
|
|
431
435
|
"inject",
|
|
432
436
|
"@angular/core"
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"source": {
|
|
174
174
|
"filePath": "src/aria/grid/grid.ts",
|
|
175
175
|
"startLine": 47,
|
|
176
|
-
"endLine":
|
|
176
|
+
"endLine": 163
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
{
|
|
@@ -222,8 +222,8 @@
|
|
|
222
222
|
],
|
|
223
223
|
"source": {
|
|
224
224
|
"filePath": "src/aria/grid/grid.ts",
|
|
225
|
-
"startLine":
|
|
226
|
-
"endLine":
|
|
225
|
+
"startLine": 176,
|
|
226
|
+
"endLine": 214
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
229
|
{
|
|
@@ -437,8 +437,8 @@
|
|
|
437
437
|
],
|
|
438
438
|
"source": {
|
|
439
439
|
"filePath": "src/aria/grid/grid.ts",
|
|
440
|
-
"startLine":
|
|
441
|
-
"endLine":
|
|
440
|
+
"startLine": 229,
|
|
441
|
+
"endLine": 343
|
|
442
442
|
}
|
|
443
443
|
},
|
|
444
444
|
{
|
|
@@ -647,8 +647,8 @@
|
|
|
647
647
|
],
|
|
648
648
|
"source": {
|
|
649
649
|
"filePath": "src/aria/grid/grid.ts",
|
|
650
|
-
"startLine":
|
|
651
|
-
"endLine":
|
|
650
|
+
"startLine": 361,
|
|
651
|
+
"endLine": 455
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
],
|
|
@@ -232,8 +232,8 @@
|
|
|
232
232
|
"implements": [],
|
|
233
233
|
"source": {
|
|
234
234
|
"filePath": "/src/aria/listbox/listbox.ts",
|
|
235
|
-
"startLine":
|
|
236
|
-
"endLine":
|
|
235
|
+
"startLine": 48,
|
|
236
|
+
"endLine": 216
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
239
|
{
|
|
@@ -350,8 +350,8 @@
|
|
|
350
350
|
],
|
|
351
351
|
"source": {
|
|
352
352
|
"filePath": "/src/aria/listbox/listbox.ts",
|
|
353
|
-
"startLine":
|
|
354
|
-
"endLine":
|
|
353
|
+
"startLine": 233,
|
|
354
|
+
"endLine": 290
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
],
|
|
@@ -380,6 +380,10 @@
|
|
|
380
380
|
"ElementRef",
|
|
381
381
|
"@angular/core"
|
|
382
382
|
],
|
|
383
|
+
[
|
|
384
|
+
"forwardRef",
|
|
385
|
+
"@angular/core"
|
|
386
|
+
],
|
|
383
387
|
[
|
|
384
388
|
"inject",
|
|
385
389
|
"@angular/core"
|