@progress/kendo-angular-dateinputs 15.5.0-develop.9 → 15.5.0
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.
- package/esm2020/datetimepicker/datetimepicker.component.mjs +4 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/timepicker.component.mjs +3 -1
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +9 -5
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +9 -5
- package/package.json +11 -11
|
@@ -1249,8 +1249,10 @@ export class DateTimePickerComponent {
|
|
|
1249
1249
|
return;
|
|
1250
1250
|
}
|
|
1251
1251
|
this.ariaActiveDescendantSubscription.unsubscribe();
|
|
1252
|
-
|
|
1253
|
-
|
|
1252
|
+
if (this.dateInput) {
|
|
1253
|
+
this.renderer.removeAttribute(this.dateInput?.inputElement, attributeNames.ariaControls);
|
|
1254
|
+
this.renderer.removeAttribute(this.dateInput?.inputElement, attributeNames.ariaActiveDescendant);
|
|
1255
|
+
}
|
|
1254
1256
|
this.popupRef.close();
|
|
1255
1257
|
this.popupRef = null;
|
|
1256
1258
|
}
|
|
@@ -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: '15.5.0
|
|
12
|
+
publishDate: 1713437482,
|
|
13
|
+
version: '15.5.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -829,7 +829,9 @@ export class TimePickerComponent {
|
|
|
829
829
|
else {
|
|
830
830
|
this.popupRef.close();
|
|
831
831
|
this.popupRef = null;
|
|
832
|
-
|
|
832
|
+
if (this.dateInput) {
|
|
833
|
+
this.renderer.removeAttribute(this.dateInput?.inputElement, attributeNames.ariaControls);
|
|
834
|
+
}
|
|
833
835
|
}
|
|
834
836
|
}
|
|
835
837
|
updateActionSheetAdaptiveAppearance() {
|
|
@@ -38,8 +38,8 @@ const packageMetadata = {
|
|
|
38
38
|
name: '@progress/kendo-angular-dateinputs',
|
|
39
39
|
productName: 'Kendo UI for Angular',
|
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
41
|
-
publishDate:
|
|
42
|
-
version: '15.5.0
|
|
41
|
+
publishDate: 1713437482,
|
|
42
|
+
version: '15.5.0',
|
|
43
43
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
44
44
|
};
|
|
45
45
|
|
|
@@ -12919,7 +12919,9 @@ class TimePickerComponent {
|
|
|
12919
12919
|
else {
|
|
12920
12920
|
this.popupRef.close();
|
|
12921
12921
|
this.popupRef = null;
|
|
12922
|
-
|
|
12922
|
+
if (this.dateInput) {
|
|
12923
|
+
this.renderer.removeAttribute((_b = this.dateInput) === null || _b === void 0 ? void 0 : _b.inputElement, attributeNames.ariaControls);
|
|
12924
|
+
}
|
|
12923
12925
|
}
|
|
12924
12926
|
}
|
|
12925
12927
|
updateActionSheetAdaptiveAppearance() {
|
|
@@ -14872,8 +14874,10 @@ class DateTimePickerComponent {
|
|
|
14872
14874
|
return;
|
|
14873
14875
|
}
|
|
14874
14876
|
this.ariaActiveDescendantSubscription.unsubscribe();
|
|
14875
|
-
|
|
14876
|
-
|
|
14877
|
+
if (this.dateInput) {
|
|
14878
|
+
this.renderer.removeAttribute((_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.inputElement, attributeNames.ariaControls);
|
|
14879
|
+
this.renderer.removeAttribute((_b = this.dateInput) === null || _b === void 0 ? void 0 : _b.inputElement, attributeNames.ariaActiveDescendant);
|
|
14880
|
+
}
|
|
14877
14881
|
this.popupRef.close();
|
|
14878
14882
|
this.popupRef = null;
|
|
14879
14883
|
}
|
|
@@ -38,8 +38,8 @@ const packageMetadata = {
|
|
|
38
38
|
name: '@progress/kendo-angular-dateinputs',
|
|
39
39
|
productName: 'Kendo UI for Angular',
|
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
41
|
-
publishDate:
|
|
42
|
-
version: '15.5.0
|
|
41
|
+
publishDate: 1713437482,
|
|
42
|
+
version: '15.5.0',
|
|
43
43
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
44
44
|
};
|
|
45
45
|
|
|
@@ -12895,7 +12895,9 @@ class TimePickerComponent {
|
|
|
12895
12895
|
else {
|
|
12896
12896
|
this.popupRef.close();
|
|
12897
12897
|
this.popupRef = null;
|
|
12898
|
-
|
|
12898
|
+
if (this.dateInput) {
|
|
12899
|
+
this.renderer.removeAttribute(this.dateInput?.inputElement, attributeNames.ariaControls);
|
|
12900
|
+
}
|
|
12899
12901
|
}
|
|
12900
12902
|
}
|
|
12901
12903
|
updateActionSheetAdaptiveAppearance() {
|
|
@@ -14835,8 +14837,10 @@ class DateTimePickerComponent {
|
|
|
14835
14837
|
return;
|
|
14836
14838
|
}
|
|
14837
14839
|
this.ariaActiveDescendantSubscription.unsubscribe();
|
|
14838
|
-
|
|
14839
|
-
|
|
14840
|
+
if (this.dateInput) {
|
|
14841
|
+
this.renderer.removeAttribute(this.dateInput?.inputElement, attributeNames.ariaControls);
|
|
14842
|
+
this.renderer.removeAttribute(this.dateInput?.inputElement, attributeNames.ariaActiveDescendant);
|
|
14843
|
+
}
|
|
14840
14844
|
this.popupRef.close();
|
|
14841
14845
|
this.popupRef = null;
|
|
14842
14846
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "15.5.0
|
|
3
|
+
"version": "15.5.0",
|
|
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",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
"@angular/forms": "13 - 17",
|
|
35
35
|
"@angular/platform-browser": "13 - 17",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-common": "15.5.0
|
|
38
|
-
"@progress/kendo-angular-intl": "15.5.0
|
|
39
|
-
"@progress/kendo-angular-l10n": "15.5.0
|
|
40
|
-
"@progress/kendo-angular-icons": "15.5.0
|
|
41
|
-
"@progress/kendo-angular-popup": "15.5.0
|
|
42
|
-
"@progress/kendo-angular-navigation": "15.5.0
|
|
37
|
+
"@progress/kendo-angular-common": "15.5.0",
|
|
38
|
+
"@progress/kendo-angular-intl": "15.5.0",
|
|
39
|
+
"@progress/kendo-angular-l10n": "15.5.0",
|
|
40
|
+
"@progress/kendo-angular-icons": "15.5.0",
|
|
41
|
+
"@progress/kendo-angular-popup": "15.5.0",
|
|
42
|
+
"@progress/kendo-angular-navigation": "15.5.0",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
44
|
-
"@progress/kendo-angular-buttons": "15.5.0
|
|
45
|
-
"@progress/kendo-angular-inputs": "15.5.0
|
|
46
|
-
"@progress/kendo-angular-label": "15.5.0
|
|
44
|
+
"@progress/kendo-angular-buttons": "15.5.0",
|
|
45
|
+
"@progress/kendo-angular-inputs": "15.5.0",
|
|
46
|
+
"@progress/kendo-angular-label": "15.5.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"tslib": "^2.3.1",
|
|
50
|
-
"@progress/kendo-angular-schematics": "15.5.0
|
|
50
|
+
"@progress/kendo-angular-schematics": "15.5.0",
|
|
51
51
|
"@progress/kendo-common": "^0.2.0",
|
|
52
52
|
"@progress/kendo-date-math": "^1.1.0",
|
|
53
53
|
"@progress/kendo-dateinputs-common": "^0.3.2"
|