UNPKG

@progress/kendo-vue-dateinputs

Version:
25 lines (24 loc) 740 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import "@progress/kendo-vue-intl"; import { shiftWeekNames as s } from "../../utils.mjs"; class m { constructor(e) { this.intl = e; } getWeekNames(e = !1) { const t = s( this.intl.dateFormatNames({ nameType: "short", type: "days" }), this.intl.firstDay() ); return e ? [""].concat(t) : t; } } export { m as WeekNamesService };