@progress/kendo-angular-dateinputs 14.0.2-develop.9 → 14.1.0-develop.10

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.
@@ -590,7 +590,14 @@ export class DateInputComponent {
590
590
  this.onValidatorChange();
591
591
  }
592
592
  const isEqualToKendoDate = this.kendoDate && isEqual(this.value, this.kendoDate.value);
593
- if (changes['format'] || !isEqualToKendoDate || changes['placeholder']) {
593
+ if (!isEqualToKendoDate) {
594
+ if (!this.kendoDate) {
595
+ return;
596
+ }
597
+ ;
598
+ this.kendoDate.writeValue(this.value);
599
+ }
600
+ if (changes['format'] || changes['placeholder']) {
594
601
  if (!this.kendoDate) {
595
602
  return;
596
603
  }
@@ -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: 1698069050,
13
- version: '14.0.2-develop.9',
12
+ publishDate: 1699437526,
13
+ version: '14.1.0-develop.10',
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: 1698069050,
41
- version: '14.0.2-develop.9',
40
+ publishDate: 1699437526,
41
+ version: '14.1.0-develop.10',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -7599,7 +7599,14 @@ class DateInputComponent {
7599
7599
  this.onValidatorChange();
7600
7600
  }
7601
7601
  const isEqualToKendoDate = this.kendoDate && isEqual(this.value, this.kendoDate.value);
7602
- if (changes['format'] || !isEqualToKendoDate || changes['placeholder']) {
7602
+ if (!isEqualToKendoDate) {
7603
+ if (!this.kendoDate) {
7604
+ return;
7605
+ }
7606
+ ;
7607
+ this.kendoDate.writeValue(this.value);
7608
+ }
7609
+ if (changes['format'] || changes['placeholder']) {
7603
7610
  if (!this.kendoDate) {
7604
7611
  return;
7605
7612
  }
@@ -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: 1698069050,
41
- version: '14.0.2-develop.9',
40
+ publishDate: 1699437526,
41
+ version: '14.1.0-develop.10',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -7591,7 +7591,14 @@ class DateInputComponent {
7591
7591
  this.onValidatorChange();
7592
7592
  }
7593
7593
  const isEqualToKendoDate = this.kendoDate && isEqual(this.value, this.kendoDate.value);
7594
- if (changes['format'] || !isEqualToKendoDate || changes['placeholder']) {
7594
+ if (!isEqualToKendoDate) {
7595
+ if (!this.kendoDate) {
7596
+ return;
7597
+ }
7598
+ ;
7599
+ this.kendoDate.writeValue(this.value);
7600
+ }
7601
+ if (changes['format'] || changes['placeholder']) {
7595
7602
  if (!this.kendoDate) {
7596
7603
  return;
7597
7604
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "14.0.2-develop.9",
3
+ "version": "14.1.0-develop.10",
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",
@@ -28,26 +28,26 @@
28
28
  "friendlyName": "DateInputs"
29
29
  },
30
30
  "peerDependencies": {
31
- "@angular/animations": "13 - 16",
32
- "@angular/common": "13 - 16",
33
- "@angular/core": "13 - 16",
34
- "@angular/forms": "13 - 16",
35
- "@angular/platform-browser": "13 - 16",
31
+ "@angular/animations": "13 - 17",
32
+ "@angular/common": "13 - 17",
33
+ "@angular/core": "13 - 17",
34
+ "@angular/forms": "13 - 17",
35
+ "@angular/platform-browser": "13 - 17",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-common": "14.0.2-develop.9",
38
- "@progress/kendo-angular-intl": "14.0.2-develop.9",
39
- "@progress/kendo-angular-l10n": "14.0.2-develop.9",
40
- "@progress/kendo-angular-icons": "14.0.2-develop.9",
41
- "@progress/kendo-angular-popup": "14.0.2-develop.9",
42
- "@progress/kendo-angular-navigation": "14.0.2-develop.9",
37
+ "@progress/kendo-angular-common": "14.1.0-develop.10",
38
+ "@progress/kendo-angular-intl": "14.1.0-develop.10",
39
+ "@progress/kendo-angular-l10n": "14.1.0-develop.10",
40
+ "@progress/kendo-angular-icons": "14.1.0-develop.10",
41
+ "@progress/kendo-angular-popup": "14.1.0-develop.10",
42
+ "@progress/kendo-angular-navigation": "14.1.0-develop.10",
43
43
  "rxjs": "^6.5.3 || ^7.0.0",
44
- "@progress/kendo-angular-buttons": "14.0.2-develop.9",
45
- "@progress/kendo-angular-inputs": "14.0.2-develop.9",
46
- "@progress/kendo-angular-label": "14.0.2-develop.9"
44
+ "@progress/kendo-angular-buttons": "14.1.0-develop.10",
45
+ "@progress/kendo-angular-inputs": "14.1.0-develop.10",
46
+ "@progress/kendo-angular-label": "14.1.0-develop.10"
47
47
  },
48
48
  "dependencies": {
49
49
  "tslib": "^2.3.1",
50
- "@progress/kendo-angular-schematics": "14.0.2-develop.9",
50
+ "@progress/kendo-angular-schematics": "14.1.0-develop.10",
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"