File tree Expand file tree Collapse file tree 5 files changed +8
-29
lines changed
src/cdk-experimental/ui-patterns Expand file tree Collapse file tree 5 files changed +8
-29
lines changed Original file line number Diff line number Diff line change 77 */
88
99import { computed , Signal } from '@angular/core' ;
10- import {
11- ListNavigation ,
12- ListNavigationItem ,
13- } from '@angular/cdk-experimental/ui-patterns/behaviors/list-navigation/list-navigation' ;
10+ import { ListNavigation , ListNavigationItem } from '../list-navigation/list-navigation' ;
1411import type { ListFocusController } from './controller' ;
1512
1613/** The required properties for focus items. */
Original file line number Diff line number Diff line change 88
99import { signal , Signal , WritableSignal } from '@angular/core' ;
1010import { ListSelectionController } from './controller' ;
11- import {
12- ListNavigation ,
13- ListNavigationItem ,
14- } from '@angular/cdk-experimental/ui-patterns/behaviors/list-navigation/list-navigation' ;
11+ import { ListNavigation , ListNavigationItem } from '../list-navigation/list-navigation' ;
1512
1613/** The required properties for selection items. */
1714export interface ListSelectionItem extends ListNavigationItem {
Original file line number Diff line number Diff line change 88
99import { Signal } from '@angular/core' ;
1010import type { ListTypeaheadController } from './controller' ;
11- import {
12- ListNavigationItem ,
13- ListNavigation ,
14- } from '@angular/cdk-experimental/ui-patterns/behaviors/list-navigation/list-navigation' ;
11+ import { ListNavigationItem , ListNavigation } from '../list-navigation/list-navigation' ;
1512
1613/** The required properties for typeahead items. */
1714export interface ListTypeaheadItem extends ListNavigationItem {
Original file line number Diff line number Diff line change 77 */
88
99import { OptionPattern } from './option' ;
10- import {
11- ListSelection ,
12- ListSelectionInputs ,
13- } from '@angular/cdk-experimental/ui-patterns/behaviors/list-selection/list-selection' ;
14- import {
15- ListTypeahead ,
16- ListTypeaheadInputs ,
17- } from '@angular/cdk-experimental/ui-patterns/behaviors/list-typeahead/list-typeahead' ;
18- import {
19- ListNavigation ,
20- ListNavigationInputs ,
21- } from '@angular/cdk-experimental/ui-patterns/behaviors/list-navigation/list-navigation' ;
22- import {
23- ListFocus ,
24- ListFocusInputs ,
25- } from '@angular/cdk-experimental/ui-patterns/behaviors/list-focus/list-focus' ;
10+ import { ListSelection , ListSelectionInputs } from '../behaviors/list-selection/list-selection' ;
11+ import { ListTypeahead , ListTypeaheadInputs } from '../behaviors/list-typeahead/list-typeahead' ;
12+ import { ListNavigation , ListNavigationInputs } from '../behaviors/list-navigation/list-navigation' ;
13+ import { ListFocus , ListFocusInputs } from '../behaviors/list-focus/list-focus' ;
2614import { computed , Signal } from '@angular/core' ;
2715import { ListboxController } from './controller' ;
2816
Original file line number Diff line number Diff line change 99import { computed , signal , Signal } from '@angular/core' ;
1010import { ListSelectionItem } from '../behaviors/list-selection/list-selection' ;
1111import { ListTypeaheadItem } from '@angular/cdk-experimental/ui-patterns/behaviors/list-typeahead/list-typeahead' ;
12- import { ListNavigationItem } from '@angular/cdk-experimental/ui-patterns /behaviors/list-navigation/list-navigation' ;
12+ import { ListNavigationItem } from '.. /behaviors/list-navigation/list-navigation' ;
1313import { ListFocusItem } from '@angular/cdk-experimental/ui-patterns/behaviors/list-focus/list-focus' ;
1414import { ListboxPattern } from './listbox' ;
1515
You can’t perform that action at this time.
0 commit comments