@telerik/kendo-intl
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -65,6 +65,25 @@ /** | ||
* | ||
* @param options The dateFieldName options. | ||
* The available `type` values are: | ||
* - `era` | ||
* - `year` | ||
* - `quarter` | ||
* - `month` | ||
* - `week` | ||
* - `day` | ||
* - `dayperiod` | ||
* - `hour` | ||
* - `minute` | ||
* - `second` | ||
* - `zone` | ||
* | ||
* The available `nameType` values are: | ||
* - `wide` | ||
* - `narrow` | ||
* - `short` | ||
* | ||
* @param options Detailed configuration for the desired date field name. | ||
* @param locale The optional locale id. If not specified, the `"en"` locale id is used. | ||
* @returns The localized date field name determined by the dateFieldName options. | ||
* @returns The localized date field name from the current locale based on the option. | ||
* | ||
* | ||
* @example | ||
@@ -71,0 +90,0 @@ * ``` |
@@ -103,2 +103,5 @@ import { DateFormatNameOptions } from './cldr'; | ||
/** | ||
* Details for the date format part. | ||
*/ | ||
export interface DateFormatPart { | ||
@@ -105,0 +108,0 @@ /** |
{ | ||
"name": "@telerik/kendo-intl", | ||
"description": "A package exporting functions for date and number parsing and formatting", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
585867
5837