@progress/kendo-angular-dateinputs 14.0.2-develop.8 → 14.1.0-develop.1
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 (
|
|
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:
|
|
13
|
-
version: '14.0
|
|
12
|
+
publishDate: 1698853299,
|
|
13
|
+
version: '14.1.0-develop.1',
|
|
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:
|
|
41
|
-
version: '14.0
|
|
40
|
+
publishDate: 1698853299,
|
|
41
|
+
version: '14.1.0-develop.1',
|
|
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 (
|
|
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:
|
|
41
|
-
version: '14.0
|
|
40
|
+
publishDate: 1698853299,
|
|
41
|
+
version: '14.1.0-develop.1',
|
|
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 (
|
|
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
|
|
3
|
+
"version": "14.1.0-develop.1",
|
|
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 -
|
|
32
|
-
"@angular/common": "13 -
|
|
33
|
-
"@angular/core": "13 -
|
|
34
|
-
"@angular/forms": "13 -
|
|
35
|
-
"@angular/platform-browser": "13 -
|
|
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
|
|
38
|
-
"@progress/kendo-angular-intl": "14.0
|
|
39
|
-
"@progress/kendo-angular-l10n": "14.0
|
|
40
|
-
"@progress/kendo-angular-icons": "14.0
|
|
41
|
-
"@progress/kendo-angular-popup": "14.0
|
|
42
|
-
"@progress/kendo-angular-navigation": "14.0
|
|
37
|
+
"@progress/kendo-angular-common": "14.1.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-intl": "14.1.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-l10n": "14.1.0-develop.1",
|
|
40
|
+
"@progress/kendo-angular-icons": "14.1.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-popup": "14.1.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-navigation": "14.1.0-develop.1",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
44
|
-
"@progress/kendo-angular-buttons": "14.0
|
|
45
|
-
"@progress/kendo-angular-inputs": "14.0
|
|
46
|
-
"@progress/kendo-angular-label": "14.0
|
|
44
|
+
"@progress/kendo-angular-buttons": "14.1.0-develop.1",
|
|
45
|
+
"@progress/kendo-angular-inputs": "14.1.0-develop.1",
|
|
46
|
+
"@progress/kendo-angular-label": "14.1.0-develop.1"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"tslib": "^2.3.1",
|
|
50
|
-
"@progress/kendo-angular-schematics": "14.0
|
|
50
|
+
"@progress/kendo-angular-schematics": "14.1.0-develop.1",
|
|
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"
|