@progress/kendo-angular-dateinputs 24.1.1-develop.1 → 24.2.0-develop.2

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.
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1780592676,
40
- version: '24.1.1-develop.1',
39
+ publishDate: 1781873842,
40
+ version: '24.2.0-develop.2',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -9120,7 +9120,7 @@ class DateInputComponent {
9120
9120
  }
9121
9121
  updateIncompleteValidationStatus() {
9122
9122
  const previousValue = this.isDateIncomplete;
9123
- this.isDateIncomplete = this.kendoDateObject.hasValue() && this.value === null;
9123
+ this.isDateIncomplete = Boolean(this.kendoDateObject?.hasValue() && this.value === null);
9124
9124
  if (previousValue === this.isDateIncomplete || !this.incompleteDateValidation) {
9125
9125
  return;
9126
9126
  }
@@ -9196,6 +9196,7 @@ class DateInputComponent {
9196
9196
  this.kendoDate?.setOptions(this.options, true);
9197
9197
  this.kendoDateObject?.setValue(this.value);
9198
9198
  this.kendoDate?.refreshElementValue();
9199
+ this.updateIncompleteValidationStatus();
9199
9200
  this.cdr.markForCheck();
9200
9201
  }
9201
9202
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1780592676,
11
- "version": "24.1.1-develop.1",
10
+ "publishDate": 1781873842,
11
+ "version": "24.2.0-develop.2",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "24.1.1-develop.1",
3
+ "version": "24.2.0-develop.2",
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",
@@ -107,7 +107,7 @@
107
107
  "package": {
108
108
  "productName": "Kendo UI for Angular",
109
109
  "productCode": "KENDOUIANGULAR",
110
- "publishDate": 1780592676,
110
+ "publishDate": 1781873842,
111
111
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
112
112
  }
113
113
  },
@@ -118,19 +118,19 @@
118
118
  "@angular/forms": "19 - 22",
119
119
  "@angular/platform-browser": "19 - 22",
120
120
  "@progress/kendo-licensing": "^1.11.0",
121
- "@progress/kendo-angular-buttons": "24.1.1-develop.1",
122
- "@progress/kendo-angular-common": "24.1.1-develop.1",
123
- "@progress/kendo-angular-utils": "24.1.1-develop.1",
124
- "@progress/kendo-angular-intl": "24.1.1-develop.1",
125
- "@progress/kendo-angular-l10n": "24.1.1-develop.1",
126
- "@progress/kendo-angular-icons": "24.1.1-develop.1",
127
- "@progress/kendo-angular-popup": "24.1.1-develop.1",
128
- "@progress/kendo-angular-navigation": "24.1.1-develop.1",
121
+ "@progress/kendo-angular-buttons": "24.2.0-develop.2",
122
+ "@progress/kendo-angular-common": "24.2.0-develop.2",
123
+ "@progress/kendo-angular-utils": "24.2.0-develop.2",
124
+ "@progress/kendo-angular-intl": "24.2.0-develop.2",
125
+ "@progress/kendo-angular-l10n": "24.2.0-develop.2",
126
+ "@progress/kendo-angular-icons": "24.2.0-develop.2",
127
+ "@progress/kendo-angular-popup": "24.2.0-develop.2",
128
+ "@progress/kendo-angular-navigation": "24.2.0-develop.2",
129
129
  "rxjs": "^6.5.3 || ^7.0.0"
130
130
  },
131
131
  "dependencies": {
132
132
  "tslib": "^2.3.1",
133
- "@progress/kendo-angular-schematics": "24.1.1-develop.1",
133
+ "@progress/kendo-angular-schematics": "24.2.0-develop.2",
134
134
  "@progress/kendo-common": "^1.0.1",
135
135
  "@progress/kendo-date-math": "^1.1.0",
136
136
  "@progress/kendo-dateinputs-common": "^0.4.11"