sass-references/angular-material/material/datepicker/public-api.ts

45 lines
1.4 KiB
TypeScript
Raw Permalink Normal View History

2024-12-06 10:42:08 +08:00
/**
* @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 * from './datepicker-module';
export * from './calendar';
export * from './calendar-body';
export * from './datepicker';
export {
MAT_DATE_RANGE_SELECTION_STRATEGY,
MatDateRangeSelectionStrategy,
DefaultMatCalendarRangeStrategy,
} from './date-range-selection-strategy';
export * from './datepicker-animations';
export {
MAT_DATEPICKER_SCROLL_STRATEGY,
MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY,
MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER,
MatDatepickerContent,
DatepickerDropdownPositionX,
DatepickerDropdownPositionY,
MatDatepickerControl,
MatDatepickerPanel,
} from './datepicker-base';
export {MatDatepickerInputEvent, DateFilterFn} from './datepicker-input-base';
export {
MAT_DATEPICKER_VALUE_ACCESSOR,
MAT_DATEPICKER_VALIDATORS,
MatDatepickerInput,
} from './datepicker-input';
export * from './datepicker-intl';
export * from './datepicker-toggle';
export * from './month-view';
export * from './year-view';
export * from './date-range-input';
export {MatDateRangePicker} from './date-range-picker';
export * from './date-selection-model';
export {MatStartDate, MatEndDate} from './date-range-input-parts';
export {MatMultiYearView, yearsPerPage, yearsPerRow} from './multi-year-view';
export * from './datepicker-actions';