@progress/kendo-angular-dateinputs 21.4.0-develop.16 → 21.4.0-develop.17
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.
|
@@ -497,7 +497,6 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
|
|
|
497
497
|
private ariaActiveDescendantSubscription;
|
|
498
498
|
private control;
|
|
499
499
|
private domEvents;
|
|
500
|
-
private isBlurring;
|
|
501
500
|
private _size;
|
|
502
501
|
private _rounded;
|
|
503
502
|
private _fillMode;
|
|
@@ -583,7 +583,6 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
583
583
|
if (show && (this.disabled || this.readonly)) {
|
|
584
584
|
return;
|
|
585
585
|
}
|
|
586
|
-
this.isBlurring = !show;
|
|
587
586
|
const skipZone = !show && (!this._show || (!hasObservers(this.close) && !hasObservers(this.open)));
|
|
588
587
|
if (!skipZone) {
|
|
589
588
|
this.zone.run(() => {
|
|
@@ -638,7 +637,6 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
638
637
|
ariaActiveDescendantSubscription;
|
|
639
638
|
control;
|
|
640
639
|
domEvents = [];
|
|
641
|
-
isBlurring = false;
|
|
642
640
|
_size = DEFAULT_SIZE;
|
|
643
641
|
_rounded = DEFAULT_ROUNDED;
|
|
644
642
|
_fillMode = DEFAULT_FILL_MODE;
|
|
@@ -1121,9 +1119,6 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
1121
1119
|
}
|
|
1122
1120
|
}
|
|
1123
1121
|
blurComponent() {
|
|
1124
|
-
if (this.isBlurring) {
|
|
1125
|
-
return;
|
|
1126
|
-
}
|
|
1127
1122
|
this.isActive = false;
|
|
1128
1123
|
this.show = false;
|
|
1129
1124
|
this.cdr.detectChanges();
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.4.0-develop.
|
|
13
|
+
publishDate: 1767954871,
|
|
14
|
+
version: '21.4.0-develop.17',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '21.4.0-develop.
|
|
39
|
+
publishDate: 1767954871,
|
|
40
|
+
version: '21.4.0-develop.17',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -10467,7 +10467,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10467
10467
|
if (show && (this.disabled || this.readonly)) {
|
|
10468
10468
|
return;
|
|
10469
10469
|
}
|
|
10470
|
-
this.isBlurring = !show;
|
|
10471
10470
|
const skipZone = !show && (!this._show || (!hasObservers(this.close) && !hasObservers(this.open)));
|
|
10472
10471
|
if (!skipZone) {
|
|
10473
10472
|
this.zone.run(() => {
|
|
@@ -10522,7 +10521,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10522
10521
|
ariaActiveDescendantSubscription;
|
|
10523
10522
|
control;
|
|
10524
10523
|
domEvents = [];
|
|
10525
|
-
isBlurring = false;
|
|
10526
10524
|
_size = DEFAULT_SIZE;
|
|
10527
10525
|
_rounded = DEFAULT_ROUNDED;
|
|
10528
10526
|
_fillMode = DEFAULT_FILL_MODE;
|
|
@@ -11005,9 +11003,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
11005
11003
|
}
|
|
11006
11004
|
}
|
|
11007
11005
|
blurComponent() {
|
|
11008
|
-
if (this.isBlurring) {
|
|
11009
|
-
return;
|
|
11010
|
-
}
|
|
11011
11006
|
this.isActive = false;
|
|
11012
11007
|
this.show = false;
|
|
11013
11008
|
this.cdr.detectChanges();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "21.4.0-develop.
|
|
3
|
+
"version": "21.4.0-develop.17",
|
|
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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1767954871,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
"@angular/forms": "18 - 21",
|
|
91
91
|
"@angular/platform-browser": "18 - 21",
|
|
92
92
|
"@progress/kendo-licensing": "^1.7.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "21.4.0-develop.
|
|
94
|
-
"@progress/kendo-angular-common": "21.4.0-develop.
|
|
95
|
-
"@progress/kendo-angular-utils": "21.4.0-develop.
|
|
96
|
-
"@progress/kendo-angular-intl": "21.4.0-develop.
|
|
97
|
-
"@progress/kendo-angular-l10n": "21.4.0-develop.
|
|
98
|
-
"@progress/kendo-angular-icons": "21.4.0-develop.
|
|
99
|
-
"@progress/kendo-angular-popup": "21.4.0-develop.
|
|
100
|
-
"@progress/kendo-angular-navigation": "21.4.0-develop.
|
|
93
|
+
"@progress/kendo-angular-buttons": "21.4.0-develop.17",
|
|
94
|
+
"@progress/kendo-angular-common": "21.4.0-develop.17",
|
|
95
|
+
"@progress/kendo-angular-utils": "21.4.0-develop.17",
|
|
96
|
+
"@progress/kendo-angular-intl": "21.4.0-develop.17",
|
|
97
|
+
"@progress/kendo-angular-l10n": "21.4.0-develop.17",
|
|
98
|
+
"@progress/kendo-angular-icons": "21.4.0-develop.17",
|
|
99
|
+
"@progress/kendo-angular-popup": "21.4.0-develop.17",
|
|
100
|
+
"@progress/kendo-angular-navigation": "21.4.0-develop.17",
|
|
101
101
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"tslib": "^2.3.1",
|
|
105
|
-
"@progress/kendo-angular-schematics": "21.4.0-develop.
|
|
105
|
+
"@progress/kendo-angular-schematics": "21.4.0-develop.17",
|
|
106
106
|
"@progress/kendo-common": "^1.0.1",
|
|
107
107
|
"@progress/kendo-date-math": "^1.1.0",
|
|
108
108
|
"@progress/kendo-dateinputs-common": "^0.4.7"
|