@os-design/date-picker-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,3 +10,6 @@ "use strict"; | ||
shortMonths: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], | ||
shortDaysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'] | ||
shortDaysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], | ||
clearLabel: 'Clear', | ||
prevMonthLabel: 'Previous month', | ||
nextMonthLabel: 'Next month' | ||
}; | ||
@@ -13,0 +16,0 @@ var _default = defaultLocale; |
const defaultLocale = { | ||
months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], | ||
shortMonths: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], | ||
shortDaysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'] | ||
shortDaysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], | ||
clearLabel: 'Clear', | ||
prevMonthLabel: 'Previous month', | ||
nextMonthLabel: 'Next month' | ||
}; | ||
export default defaultLocale; | ||
//# sourceMappingURL=defaultLocale.js.map |
@@ -5,2 +5,5 @@ export interface DatePickerLocale { | ||
shortDaysOfWeek: string[]; | ||
clearLabel: string; | ||
prevMonthLabel: string; | ||
nextMonthLabel: string; | ||
} | ||
@@ -7,0 +10,0 @@ declare const defaultLocale: DatePickerLocale; |
{ | ||
"name": "@os-design/date-picker-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "UNLICENSED", | ||
@@ -30,3 +30,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git", | ||
}, | ||
"gitHead": "1770676d01a409fb640c26c04e7c23a741d2814b" | ||
"gitHead": "d58835628f09ae9ce98f56cab06f2e1ebab6a3c2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26213
235