Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/aria/accordion/accordion-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {DeferredContent} from '../private';
* ```
*
* @developerPreview 21.0
* @see [Accordion](guide/aria/accordion)
*/
@Directive({
selector: 'ng-template[ngAccordionContent]',
Expand Down
1 change: 1 addition & 0 deletions src/aria/accordion/accordion-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import {ACCORDION_GROUP} from './accordion-tokens';
* ```
*
* @developerPreview 21.0
* @see [Accordion](guide/aria/accordion)
*/
@Directive({
selector: '[ngAccordionGroup]',
Expand Down
1 change: 1 addition & 0 deletions src/aria/accordion/accordion-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import {DeferredContentAware, AccordionPanelPattern, AccordionTriggerPattern} fr
* ```
*
* @developerPreview 21.0
* @see [Accordion](guide/aria/accordion)
*/
@Directive({
selector: '[ngAccordionPanel]',
Expand Down
1 change: 1 addition & 0 deletions src/aria/accordion/accordion-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import {ACCORDION_GROUP} from './accordion-tokens';
* ```
*
* @developerPreview 21.0
* @see [Accordion](guide/aria/accordion)
*/
@Directive({
selector: '[ngAccordionTrigger]',
Expand Down
5 changes: 5 additions & 0 deletions src/aria/combobox/combobox-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ import {ComboboxPopup} from './combobox-popup';
* ```
*
* @developerPreview 21.0
*
* @see [Combobox](guide/aria/combobox)
* @see [Select](guide/aria/select)
* @see [Multiselect](guide/aria/multiselect)
* @see [Autocomplete](guide/aria/autocomplete)
*/
@Directive({
selector: 'dialog[ngComboboxDialog]',
Expand Down
5 changes: 5 additions & 0 deletions src/aria/combobox/combobox-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ import {Combobox} from './combobox';
* ```
*
* @developerPreview 21.0
*
* @see [Combobox](guide/aria/combobox)
* @see [Select](guide/aria/select)
* @see [Multiselect](guide/aria/multiselect)
* @see [Autocomplete](guide/aria/autocomplete)
*/
@Directive({
selector: 'input[ngComboboxInput]',
Expand Down
5 changes: 5 additions & 0 deletions src/aria/combobox/combobox-popup-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ import {DeferredContent} from '../private';
* ```
*
* @developerPreview 21.0
*
* @see [Combobox](guide/aria/combobox)
* @see [Select](guide/aria/select)
* @see [Multiselect](guide/aria/multiselect)
* @see [Autocomplete](guide/aria/autocomplete)
*/
@Directive({
selector: 'ng-template[ngComboboxPopupContainer]',
Expand Down
5 changes: 5 additions & 0 deletions src/aria/combobox/combobox-popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ import {COMBOBOX} from './combobox-tokens';
* exposing the popup's control pattern to the parent combobox.
*
* @developerPreview 21.0
*
* @see [Combobox](guide/aria/combobox)
* @see [Select](guide/aria/select)
* @see [Multiselect](guide/aria/multiselect)
* @see [Autocomplete](guide/aria/autocomplete)
*/
@Directive({
selector: '[ngComboboxPopup]',
Expand Down
5 changes: 5 additions & 0 deletions src/aria/combobox/combobox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ import {COMBOBOX} from './combobox-tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Combobox](guide/aria/combobox)
* @see [Select](guide/aria/select)
* @see [Multiselect](guide/aria/multiselect)
* @see [Autocomplete](guide/aria/autocomplete)
*/
@Directive({
selector: '[ngCombobox]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/grid/grid-cell-widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import {GRID_CELL} from './grid-tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Grid](guide/aria/grid)
*/
@Directive({
selector: '[ngGridCellWidget]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/grid/grid-cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ import {GRID_CELL, GRID_ROW} from './grid-tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Grid](guide/aria/grid)
*/
@Directive({
selector: '[ngGridCell]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/grid/grid-row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import {GRID_CELL, GRID_ROW} from './grid-tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Grid](guide/aria/grid)
*/
@Directive({
selector: '[ngGridRow]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/grid/grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ import {GRID_ROW} from './grid-tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Grid](guide/aria/grid)
*/
@Directive({
selector: '[ngGrid]',
Expand Down
5 changes: 5 additions & 0 deletions src/aria/listbox/listbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ import {LISTBOX} from './tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Listbox](guide/aria/listbox)
* @see [Autocomplete](guide/aria/autocomplete)
* @see [Select](guide/aria/select)
* @see [Multiselect](guide/aria/multiselect)
*/
@Directive({
selector: '[ngListbox]',
Expand Down
5 changes: 5 additions & 0 deletions src/aria/listbox/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ import {LISTBOX} from './tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Listbox](guide/aria/listbox)
* @see [Autocomplete](guide/aria/autocomplete)
* @see [Select](guide/aria/select)
* @see [Multiselect](guide/aria/multiselect)
*/
@Directive({
selector: '[ngOption]',
Expand Down
3 changes: 3 additions & 0 deletions src/aria/menu/menu-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ import {MENU_COMPONENT} from './menu-tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Menu](guide/aria/menu)
* @see [MenuBar](guide/aria/menubar)
*/
@Directive({
selector: '[ngMenuBar]',
Expand Down
3 changes: 3 additions & 0 deletions src/aria/menu/menu-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ import {DeferredContent} from '../private';
* ```
*
* @developerPreview 21.0
*
* @see [Menu](guide/aria/menu)
* @see [MenuBar](guide/aria/menubar)
*/
@Directive({
selector: 'ng-template[ngMenuContent]',
Expand Down
3 changes: 3 additions & 0 deletions src/aria/menu/menu-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ import type {MenuBar} from './menu-bar';
* ```
*
* @developerPreview 21.0
*
* @see [Menu](guide/aria/menu)
* @see [MenuBar](guide/aria/menubar)
*/
@Directive({
selector: '[ngMenuItem]',
Expand Down
3 changes: 3 additions & 0 deletions src/aria/menu/menu-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ import type {Menu} from './menu';
* ```
*
* @developerPreview 21.0
*
* @see [Menu](guide/aria/menu)
* @see [MenuBar](guide/aria/menubar)
*/
@Directive({
selector: 'button[ngMenuTrigger]',
Expand Down
3 changes: 3 additions & 0 deletions src/aria/menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ import {MENU_COMPONENT} from './menu-tokens';
* ```
*
* @developerPreview 21.0
*
* @see [Menu](guide/aria/menu)
* @see [MenuBar](guide/aria/menubar)
*/
@Directive({
selector: '[ngMenu]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/tabs/tab-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import {DeferredContent} from '../private';
* ```
*
* @developerPreview 21.0
*
* @see [Tabs](guide/aria/tabs)
*/
@Directive({
selector: 'ng-template[ngTabContent]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/tabs/tab-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ import type {Tab} from './tab';
* ```
*
* @developerPreview 21.0
*
* @see [Tabs](guide/aria/tabs)
*/
@Directive({
selector: '[ngTabList]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/tabs/tab-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import {TABS} from './utils';
* ```
*
* @developerPreview 21.0
*
* @see [Tabs](guide/aria/tabs)
*/
@Directive({
selector: '[ngTabPanel]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/tabs/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ import {HasElement, TABS} from './utils';
* ```
*
* @developerPreview 21.0
*
* @see [Tabs](guide/aria/tabs)
*/
@Directive({
selector: '[ngTab]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/tabs/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ import {TABS} from './utils';
* ```
*
* @developerPreview 21.0
*
* @see [Tabs](guide/aria/tabs)
*/
@Directive({
selector: '[ngTabs]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/toolbar/toolbar-widget-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import {TOOLBAR_WIDGET_GROUP} from './utils';
* that have their own internal navigation.
*
* @developerPreview 21.0
*
* @see [Toolbar](guide/aria/toolbar)
*/
@Directive({
selector: '[ngToolbarWidgetGroup]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/toolbar/toolbar-widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import type {ToolbarWidgetGroup} from './toolbar-widget-group';
* ```
*
* @developerPreview 21.0
*
* @see [Toolbar](guide/aria/toolbar)
*/
@Directive({
selector: '[ngToolbarWidget]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/toolbar/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ import {sortDirectives} from './utils';
* ```
*
* @developerPreview 21.0
*
* @see [Toolbar](guide/aria/toolbar)
*/
@Directive({
selector: '[ngToolbar]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/tree/tree-item-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ import {sortDirectives} from './utils';
* ```
*
* @developerPreview 21.0
*
* @see [Tree](guide/aria/tree)
*/
@Directive({
selector: 'ng-template[ngTreeItemGroup]',
Expand Down
2 changes: 2 additions & 0 deletions src/aria/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ import {sortDirectives} from './utils';
* ```
*
* @developerPreview 21.0
*
* @see [Tree](guide/aria/tree)
*/
@Directive({
selector: '[ngTree]',
Expand Down
Loading