|
406 | 406 | "jsdocTags": [], |
407 | 407 | "inputAlias": "selectionMode", |
408 | 408 | "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 |
422 | 409 | } |
423 | 410 | ], |
424 | 411 | "generics": [], |
|
445 | 432 | ], |
446 | 433 | "source": { |
447 | 434 | "filePath": "/src/aria/grid/grid.ts", |
448 | | - "startLine": 48, |
449 | | - "endLine": 178 |
| 435 | + "startLine": 47, |
| 436 | + "endLine": 157 |
450 | 437 | } |
451 | 438 | }, |
452 | 439 | { |
|
603 | 590 | "inputAlias": "selectable", |
604 | 591 | "isRequiredInput": false |
605 | 592 | }, |
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 | | - }, |
632 | 593 | { |
633 | 594 | "name": "tabindex", |
634 | 595 | "type": "InputSignal<number | undefined>", |
|
668 | 629 | "source": { |
669 | 630 | "filePath": "/src/aria/grid/grid-cell.ts", |
670 | 631 | "startLine": 43, |
671 | | - "endLine": 175 |
| 632 | + "endLine": 171 |
672 | 633 | } |
673 | 634 | } |
674 | 635 | ], |
|
717 | 678 | "output", |
718 | 679 | "@angular/core" |
719 | 680 | ], |
720 | | - [ |
721 | | - "NgZone", |
722 | | - "@angular/core" |
723 | | - ], |
724 | 681 | [ |
725 | 682 | "Directionality", |
726 | 683 | "@angular/cdk/bidi" |
727 | 684 | ], |
| 685 | + [ |
| 686 | + "contentChild", |
| 687 | + "@angular/core" |
| 688 | + ], |
728 | 689 | [ |
729 | 690 | "model", |
730 | 691 | "@angular/core" |
|
857 | 818 | "Grid.selectionMode", |
858 | 819 | "@angular/aria/grid" |
859 | 820 | ], |
860 | | - [ |
861 | | - "Grid.enableRangeSelection", |
862 | | - "@angular/aria/grid" |
863 | | - ], |
864 | 821 | [ |
865 | 822 | "GridCell", |
866 | 823 | "@angular/aria/grid" |
|
913 | 870 | "GridCell.selectable", |
914 | 871 | "@angular/aria/grid" |
915 | 872 | ], |
916 | | - [ |
917 | | - "GridCell.orientation", |
918 | | - "@angular/aria/grid" |
919 | | - ], |
920 | | - [ |
921 | | - "GridCell.wrap", |
922 | | - "@angular/aria/grid" |
923 | | - ], |
924 | 873 | [ |
925 | 874 | "GridCell.tabindex", |
926 | 875 | "@angular/aria/grid" |
|
0 commit comments