igniteui-react-inputs
Version:
Ignite UI React input components.
59 lines (58 loc) • 2.48 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
var XCalendarLocaleEn = /** @class */ /*@__PURE__*/ (function () {
function XCalendarLocaleEn() {
this["April_Full"] = "April";
this["April_Short"] = "Apr";
this["August_Full"] = "August";
this["August_Short"] = "Aug";
this["December_Full"] = "December";
this["December_Short"] = "Dec";
this["February_Full"] = "February";
this["February_Short"] = "Feb";
this["Friday_Full"] = "Friday";
this["Friday_Short"] = "Fri";
this["Friday_Single"] = "F";
this["January_Full"] = "January";
this["January_Short"] = "Jan";
this["July_Full"] = "July";
this["July_Short"] = "Jul";
this["June_Full"] = "June";
this["June_Short"] = "Jun";
this["March_Full"] = "March";
this["March_Short"] = "Mar";
this["May_Full"] = "May";
this["May_Short"] = "May";
this["Monday_Full"] = "Monday";
this["Monday_Short"] = "Mon";
this["Monday_Single"] = "M";
this["November_Full"] = "November";
this["November_Short"] = "Nov";
this["October_Full"] = "October";
this["October_Short"] = "Oct";
this["Saturday_Full"] = "Saturday";
this["Saturday_Short"] = "Sat";
this["Saturday_Single"] = "S";
this["September_Full"] = "September";
this["September_Short"] = "Sep";
this["Sunday_Full"] = "Sunday";
this["Sunday_Short"] = "Sun";
this["Sunday_Single"] = "S";
this["Thursday_Full"] = "Thursday";
this["Thursday_Short"] = "Thu";
this["Thursday_Single"] = "T";
this["Today"] = "Today";
this["Tuesday_Full"] = "Tuesday";
this["Tuesday_Short"] = "Tue";
this["Tuesday_Single"] = "T";
this["Wednesday_Full"] = "Wednesday";
this["Wednesday_Short"] = "Wed";
this["Wednesday_Single"] = "W";
}
return XCalendarLocaleEn;
}());
export { XCalendarLocaleEn };