/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/datepicker/public-api.ts
48 строк
1 KB
Kristiyan Kostadinov
fix(material/datepicker): remove deprecated factory functions
03 сен 2025, 09:51
03 сен 2025, 09:51
89ff55f
Код
Авторство
О чём код?
/** * @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 { MAT_DATEPICKER_SCROLL_STRATEGY, 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 { DateRange, ExtractDateTypeFromSelection, DateSelectionModelChange, MatDateSelectionModel, MatSingleDateSelectionModel, MatRangeDateSelectionModel, } from './date-selection-model'; export {MatStartDate, MatEndDate} from './date-range-input-parts'; export {MatMultiYearView, yearsPerPage, yearsPerRow} from './multi-year-view'; export * from './datepicker-actions';