Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-amd/components/WeeklyDayPicker/defaults.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

11 lines
912 B
JavaScript

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