@progress/kendo-angular-dateinputs 14.1.1-develop.1 → 14.1.1-develop.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@
2
2
  * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
+ import { DateFormatOptions } from "@progress/kendo-intl";
5
6
  /**
6
7
  * Specifies the formats used by the DateInput mask when the input is focused or blurred
7
8
  * ([see example]({% slug formats_datepicker %}#toc-display-and-input-formats)).
@@ -10,9 +11,9 @@ export interface FormatSettings {
10
11
  /**
11
12
  * Used when the input is focused.
12
13
  */
13
- inputFormat: string;
14
+ inputFormat: string | DateFormatOptions;
14
15
  /**
15
16
  * Used when the input is blurred.
16
17
  */
17
- displayFormat: string;
18
+ displayFormat: string | DateFormatOptions;
18
19
  }
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-dateinputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1699864929,
13
- version: '14.1.1-develop.1',
12
+ publishDate: 1699876407,
13
+ version: '14.1.1-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  name: '@progress/kendo-angular-dateinputs',
38
38
  productName: 'Kendo UI for Angular',
39
39
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
40
- publishDate: 1699864929,
41
- version: '14.1.1-develop.1',
40
+ publishDate: 1699876407,
41
+ version: '14.1.1-develop.3',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  name: '@progress/kendo-angular-dateinputs',
38
38
  productName: 'Kendo UI for Angular',
39
39
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
40
- publishDate: 1699864929,
41
- version: '14.1.1-develop.1',
40
+ publishDate: 1699876407,
41
+ version: '14.1.1-develop.3',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "14.1.1-develop.1",
3
+ "version": "14.1.1-develop.3",
4
4
  "description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,20 +34,20 @@
34
34
  "@angular/forms": "13 - 17",
35
35
  "@angular/platform-browser": "13 - 17",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-common": "14.1.1-develop.1",
38
- "@progress/kendo-angular-intl": "14.1.1-develop.1",
39
- "@progress/kendo-angular-l10n": "14.1.1-develop.1",
40
- "@progress/kendo-angular-icons": "14.1.1-develop.1",
41
- "@progress/kendo-angular-popup": "14.1.1-develop.1",
42
- "@progress/kendo-angular-navigation": "14.1.1-develop.1",
37
+ "@progress/kendo-angular-common": "14.1.1-develop.3",
38
+ "@progress/kendo-angular-intl": "14.1.1-develop.3",
39
+ "@progress/kendo-angular-l10n": "14.1.1-develop.3",
40
+ "@progress/kendo-angular-icons": "14.1.1-develop.3",
41
+ "@progress/kendo-angular-popup": "14.1.1-develop.3",
42
+ "@progress/kendo-angular-navigation": "14.1.1-develop.3",
43
43
  "rxjs": "^6.5.3 || ^7.0.0",
44
- "@progress/kendo-angular-buttons": "14.1.1-develop.1",
45
- "@progress/kendo-angular-inputs": "14.1.1-develop.1",
46
- "@progress/kendo-angular-label": "14.1.1-develop.1"
44
+ "@progress/kendo-angular-buttons": "14.1.1-develop.3",
45
+ "@progress/kendo-angular-inputs": "14.1.1-develop.3",
46
+ "@progress/kendo-angular-label": "14.1.1-develop.3"
47
47
  },
48
48
  "dependencies": {
49
49
  "tslib": "^2.3.1",
50
- "@progress/kendo-angular-schematics": "14.1.1-develop.1",
50
+ "@progress/kendo-angular-schematics": "14.1.1-develop.3",
51
51
  "@progress/kendo-common": "^0.2.0",
52
52
  "@progress/kendo-date-math": "^1.1.0",
53
53
  "@progress/kendo-dateinputs-common": "v0.3.0"