@progress/kendo-angular-dateinputs 21.3.0-develop.1 → 21.3.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.
|
@@ -497,6 +497,7 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
|
|
|
497
497
|
private ariaActiveDescendantSubscription;
|
|
498
498
|
private control;
|
|
499
499
|
private domEvents;
|
|
500
|
+
private isBlurring;
|
|
500
501
|
private _size;
|
|
501
502
|
private _rounded;
|
|
502
503
|
private _fillMode;
|
|
@@ -583,6 +583,7 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
583
583
|
if (show && (this.disabled || this.readonly)) {
|
|
584
584
|
return;
|
|
585
585
|
}
|
|
586
|
+
this.isBlurring = !show;
|
|
586
587
|
const skipZone = !show && (!this._show || (!hasObservers(this.close) && !hasObservers(this.open)));
|
|
587
588
|
if (!skipZone) {
|
|
588
589
|
this.zone.run(() => {
|
|
@@ -637,6 +638,7 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
637
638
|
ariaActiveDescendantSubscription;
|
|
638
639
|
control;
|
|
639
640
|
domEvents = [];
|
|
641
|
+
isBlurring = false;
|
|
640
642
|
_size = DEFAULT_SIZE;
|
|
641
643
|
_rounded = DEFAULT_ROUNDED;
|
|
642
644
|
_fillMode = DEFAULT_FILL_MODE;
|
|
@@ -1114,7 +1116,10 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
1114
1116
|
}
|
|
1115
1117
|
}
|
|
1116
1118
|
blurComponent() {
|
|
1117
|
-
this.
|
|
1119
|
+
if (this.isBlurring) {
|
|
1120
|
+
return;
|
|
1121
|
+
}
|
|
1122
|
+
this.isActive = false;
|
|
1118
1123
|
this.show = false;
|
|
1119
1124
|
this.cdr.detectChanges();
|
|
1120
1125
|
this.onControlTouched();
|
|
@@ -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.3.0-develop.
|
|
13
|
+
publishDate: 1765272998,
|
|
14
|
+
version: '21.3.0-develop.10',
|
|
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.3.0-develop.
|
|
39
|
+
publishDate: 1765272998,
|
|
40
|
+
version: '21.3.0-develop.10',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -10467,6 +10467,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10467
10467
|
if (show && (this.disabled || this.readonly)) {
|
|
10468
10468
|
return;
|
|
10469
10469
|
}
|
|
10470
|
+
this.isBlurring = !show;
|
|
10470
10471
|
const skipZone = !show && (!this._show || (!hasObservers(this.close) && !hasObservers(this.open)));
|
|
10471
10472
|
if (!skipZone) {
|
|
10472
10473
|
this.zone.run(() => {
|
|
@@ -10521,6 +10522,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10521
10522
|
ariaActiveDescendantSubscription;
|
|
10522
10523
|
control;
|
|
10523
10524
|
domEvents = [];
|
|
10525
|
+
isBlurring = false;
|
|
10524
10526
|
_size = DEFAULT_SIZE;
|
|
10525
10527
|
_rounded = DEFAULT_ROUNDED;
|
|
10526
10528
|
_fillMode = DEFAULT_FILL_MODE;
|
|
@@ -10998,7 +11000,10 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10998
11000
|
}
|
|
10999
11001
|
}
|
|
11000
11002
|
blurComponent() {
|
|
11001
|
-
this.
|
|
11003
|
+
if (this.isBlurring) {
|
|
11004
|
+
return;
|
|
11005
|
+
}
|
|
11006
|
+
this.isActive = false;
|
|
11002
11007
|
this.show = false;
|
|
11003
11008
|
this.cdr.detectChanges();
|
|
11004
11009
|
this.onControlTouched();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "21.3.0-develop.
|
|
3
|
+
"version": "21.3.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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1765272998,
|
|
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.3.0-develop.
|
|
94
|
-
"@progress/kendo-angular-common": "21.3.0-develop.
|
|
95
|
-
"@progress/kendo-angular-utils": "21.3.0-develop.
|
|
96
|
-
"@progress/kendo-angular-intl": "21.3.0-develop.
|
|
97
|
-
"@progress/kendo-angular-l10n": "21.3.0-develop.
|
|
98
|
-
"@progress/kendo-angular-icons": "21.3.0-develop.
|
|
99
|
-
"@progress/kendo-angular-popup": "21.3.0-develop.
|
|
100
|
-
"@progress/kendo-angular-navigation": "21.3.0-develop.
|
|
93
|
+
"@progress/kendo-angular-buttons": "21.3.0-develop.10",
|
|
94
|
+
"@progress/kendo-angular-common": "21.3.0-develop.10",
|
|
95
|
+
"@progress/kendo-angular-utils": "21.3.0-develop.10",
|
|
96
|
+
"@progress/kendo-angular-intl": "21.3.0-develop.10",
|
|
97
|
+
"@progress/kendo-angular-l10n": "21.3.0-develop.10",
|
|
98
|
+
"@progress/kendo-angular-icons": "21.3.0-develop.10",
|
|
99
|
+
"@progress/kendo-angular-popup": "21.3.0-develop.10",
|
|
100
|
+
"@progress/kendo-angular-navigation": "21.3.0-develop.10",
|
|
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.3.0-develop.
|
|
105
|
+
"@progress/kendo-angular-schematics": "21.3.0-develop.10",
|
|
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"
|