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
16 changes: 16 additions & 0 deletions src/aria/accordion/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {AccordionPanel} from './accordion-panel';
export {AccordionGroup} from './accordion-group';
export {AccordionTrigger} from './accordion-trigger';
export {AccordionContent} from './accordion-content';

// This needs to be re-exported, because it's used by the accordion components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
10 changes: 1 addition & 9 deletions src/aria/combobox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@
* found in the LICENSE file at https://angular.dev/license
*/

export {Combobox} from './combobox';
export {ComboboxDialog} from './combobox-dialog';
export {ComboboxInput} from './combobox-input';
export {ComboboxPopup} from './combobox-popup';
export {ComboboxPopupContainer} from './combobox-popup-container';

// This needs to be re-exported, because it's used by the combobox components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
export * from './public-api';
17 changes: 17 additions & 0 deletions src/aria/combobox/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {Combobox} from './combobox';
export {ComboboxDialog} from './combobox-dialog';
export {ComboboxInput} from './combobox-input';
export {ComboboxPopup} from './combobox-popup';
export {ComboboxPopupContainer} from './combobox-popup-container';

// This needs to be re-exported, because it's used by the combobox components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
12 changes: 12 additions & 0 deletions src/aria/grid/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {Grid} from './grid';
export {GridCell} from './grid-cell';
export {GridRow} from './grid-row';
export {GridCellWidget} from './grid-cell-widget';
3 changes: 1 addition & 2 deletions src/aria/listbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
* found in the LICENSE file at https://angular.dev/license
*/

export {Listbox} from './listbox';
export {Option} from './option';
export * from './public-api';
10 changes: 10 additions & 0 deletions src/aria/listbox/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {Listbox} from './listbox';
export {Option} from './option';
10 changes: 1 addition & 9 deletions src/aria/menu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@
* found in the LICENSE file at https://angular.dev/license
*/

export {MenuTrigger} from './menu-trigger';
export {Menu} from './menu';
export {MenuBar} from './menu-bar';
export {MenuItem} from './menu-item';
export {MenuContent} from './menu-content';

// This needs to be re-exported, because it's used by the menu components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
export * from './public-api';
17 changes: 17 additions & 0 deletions src/aria/menu/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {MenuTrigger} from './menu-trigger';
export {Menu} from './menu';
export {MenuBar} from './menu-bar';
export {MenuItem} from './menu-item';
export {MenuContent} from './menu-content';

// This needs to be re-exported, because it's used by the menu components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
10 changes: 1 addition & 9 deletions src/aria/tabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@
* found in the LICENSE file at https://angular.dev/license
*/

export {Tabs} from './tabs';
export {TabList} from './tab-list';
export {Tab} from './tab';
export {TabPanel} from './tab-panel';
export {TabContent} from './tab-content';

// This needs to be re-exported, because it's used by the tab components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
export * from './public-api';
17 changes: 17 additions & 0 deletions src/aria/tabs/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {Tabs} from './tabs';
export {TabList} from './tab-list';
export {Tab} from './tab';
export {TabPanel} from './tab-panel';
export {TabContent} from './tab-content';

// This needs to be re-exported, because it's used by the tab components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
4 changes: 1 addition & 3 deletions src/aria/toolbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
* found in the LICENSE file at https://angular.dev/license
*/

export {Toolbar} from './toolbar';
export {ToolbarWidget} from './toolbar-widget';
export {ToolbarWidgetGroup} from './toolbar-widget-group';
export * from './public-api';
11 changes: 11 additions & 0 deletions src/aria/toolbar/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {Toolbar} from './toolbar';
export {ToolbarWidget} from './toolbar-widget';
export {ToolbarWidgetGroup} from './toolbar-widget-group';
8 changes: 1 addition & 7 deletions src/aria/tree/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@
* found in the LICENSE file at https://angular.dev/license
*/

export {Tree} from './tree';
export {TreeItem} from './tree-item';
export {TreeItemGroup} from './tree-item-group';

// This needs to be re-exported, because it's used by the tree components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
export * from './public-api';
15 changes: 15 additions & 0 deletions src/aria/tree/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/

export {Tree} from './tree';
export {TreeItem} from './tree-item';
export {TreeItemGroup} from './tree-item-group';

// This needs to be re-exported, because it's used by the tree components.
// See: https://github.com/angular/components/issues/30663.
export {DeferredContent as ɵɵDeferredContent} from '../private';
2 changes: 1 addition & 1 deletion src/aria/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

import {Version} from '@angular/core';

/** Current version of the CDK Experimental package. */
/** Current version of the Aria package. */
export const VERSION = new Version('0.0.0-PLACEHOLDER');
Loading