UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

11 lines 912 B
define(["require", "exports", "tslib", "@fluentui/date-time-utilities"], function (require, exports, tslib_1, date_time_utilities_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultWeeklyDayPickerNavigationIcons = exports.defaultWeeklyDayPickerStrings = void 0; exports.defaultWeeklyDayPickerStrings = tslib_1.__assign(tslib_1.__assign({}, date_time_utilities_1.DEFAULT_CALENDAR_STRINGS), { prevWeekAriaLabel: 'Previous week', nextWeekAriaLabel: 'Next week', prevMonthAriaLabel: 'Go to previous month', nextMonthAriaLabel: 'Go to next month', prevYearAriaLabel: 'Go to previous year', nextYearAriaLabel: 'Go to next year', closeButtonAriaLabel: 'Close date picker' }); exports.defaultWeeklyDayPickerNavigationIcons = { leftNavigation: 'ChevronLeft', rightNavigation: 'ChevronRight', }; }); //# sourceMappingURL=defaults.js.map