Skip to content

Commit d23489e

Browse files
committed
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent fc6a7ee commit d23489e

File tree

2 files changed

+8
-59
lines changed

2 files changed

+8
-59
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "828d5f7fd7ffe511533af182ee44668787415c28"
3+
"sha": "b30aee58faabf5dc6db1fc76ddb069d39ef96cee"
44
}

adev/src/content/aria/aria-grid.json

Lines changed: 7 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -406,19 +406,6 @@
406406
"jsdocTags": [],
407407
"inputAlias": "selectionMode",
408408
"isRequiredInput": false
409-
},
410-
{
411-
"name": "enableRangeSelection",
412-
"type": "InputSignalWithTransform<boolean, unknown>",
413-
"memberType": "property",
414-
"memberTags": [
415-
"readonly",
416-
"input"
417-
],
418-
"description": "Whether enable range selections (with modifier keys or dragging).",
419-
"jsdocTags": [],
420-
"inputAlias": "enableRangeSelection",
421-
"isRequiredInput": false
422409
}
423410
],
424411
"generics": [],
@@ -445,8 +432,8 @@
445432
],
446433
"source": {
447434
"filePath": "/src/aria/grid/grid.ts",
448-
"startLine": 48,
449-
"endLine": 178
435+
"startLine": 47,
436+
"endLine": 157
450437
}
451438
},
452439
{
@@ -603,32 +590,6 @@
603590
"inputAlias": "selectable",
604591
"isRequiredInput": false
605592
},
606-
{
607-
"name": "orientation",
608-
"type": "InputSignal<\"vertical\" | \"horizontal\">",
609-
"memberType": "property",
610-
"memberTags": [
611-
"readonly",
612-
"input"
613-
],
614-
"description": "Orientation of the widgets in the cell.",
615-
"jsdocTags": [],
616-
"inputAlias": "orientation",
617-
"isRequiredInput": false
618-
},
619-
{
620-
"name": "wrap",
621-
"type": "InputSignalWithTransform<boolean, unknown>",
622-
"memberType": "property",
623-
"memberTags": [
624-
"readonly",
625-
"input"
626-
],
627-
"description": "Whether widgets navigation wraps.",
628-
"jsdocTags": [],
629-
"inputAlias": "wrap",
630-
"isRequiredInput": false
631-
},
632593
{
633594
"name": "tabindex",
634595
"type": "InputSignal<number | undefined>",
@@ -668,7 +629,7 @@
668629
"source": {
669630
"filePath": "/src/aria/grid/grid-cell.ts",
670631
"startLine": 43,
671-
"endLine": 175
632+
"endLine": 171
672633
}
673634
}
674635
],
@@ -717,14 +678,14 @@
717678
"output",
718679
"@angular/core"
719680
],
720-
[
721-
"NgZone",
722-
"@angular/core"
723-
],
724681
[
725682
"Directionality",
726683
"@angular/cdk/bidi"
727684
],
685+
[
686+
"contentChild",
687+
"@angular/core"
688+
],
728689
[
729690
"model",
730691
"@angular/core"
@@ -857,10 +818,6 @@
857818
"Grid.selectionMode",
858819
"@angular/aria/grid"
859820
],
860-
[
861-
"Grid.enableRangeSelection",
862-
"@angular/aria/grid"
863-
],
864821
[
865822
"GridCell",
866823
"@angular/aria/grid"
@@ -913,14 +870,6 @@
913870
"GridCell.selectable",
914871
"@angular/aria/grid"
915872
],
916-
[
917-
"GridCell.orientation",
918-
"@angular/aria/grid"
919-
],
920-
[
921-
"GridCell.wrap",
922-
"@angular/aria/grid"
923-
],
924873
[
925874
"GridCell.tabindex",
926875
"@angular/aria/grid"

0 commit comments

Comments
 (0)