@progress/kendo-angular-dateinputs 14.0.2-develop.7 → 14.0.2-develop.8
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/datepicker/datepicker.component.mjs +1 -0
- package/esm2020/datetimepicker/datetimepicker.component.mjs +1 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +6 -2
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +4 -2
- package/package.json +11 -11
|
@@ -611,6 +611,7 @@ export class DatePickerComponent {
|
|
|
611
611
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
612
612
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
613
613
|
}
|
|
614
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
614
615
|
}
|
|
615
616
|
/**
|
|
616
617
|
* @hidden
|
|
@@ -656,6 +656,7 @@ export class DateTimePickerComponent {
|
|
|
656
656
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
657
657
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
658
658
|
}
|
|
659
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
659
660
|
}
|
|
660
661
|
ngOnChanges(changes) {
|
|
661
662
|
if (isPresent(changes['min']) || isPresent(changes['max'])) {
|
|
@@ -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.2-develop.
|
|
12
|
+
publishDate: 1698067653,
|
|
13
|
+
version: '14.0.2-develop.8',
|
|
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.2-develop.
|
|
40
|
+
publishDate: 1698067653,
|
|
41
|
+
version: '14.0.2-develop.8',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -8806,12 +8806,14 @@ class DatePickerComponent {
|
|
|
8806
8806
|
}
|
|
8807
8807
|
}
|
|
8808
8808
|
ngAfterViewInit() {
|
|
8809
|
+
var _a;
|
|
8809
8810
|
this.setComponentClasses();
|
|
8810
8811
|
if (this.actionSheet && isDocumentAvailable()) {
|
|
8811
8812
|
// The following syntax is used as it does not violate CSP compliance
|
|
8812
8813
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
8813
8814
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
8814
8815
|
}
|
|
8816
|
+
this.focusableId = (_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.focusableId;
|
|
8815
8817
|
}
|
|
8816
8818
|
/**
|
|
8817
8819
|
* @hidden
|
|
@@ -13809,12 +13811,14 @@ class DateTimePickerComponent {
|
|
|
13809
13811
|
}
|
|
13810
13812
|
}
|
|
13811
13813
|
ngAfterViewInit() {
|
|
13814
|
+
var _a;
|
|
13812
13815
|
this.setComponentClasses();
|
|
13813
13816
|
if (this.actionSheet && isDocumentAvailable()) {
|
|
13814
13817
|
// The following syntax is used as it does not violate CSP compliance
|
|
13815
13818
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
13816
13819
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
13817
13820
|
}
|
|
13821
|
+
this.focusableId = (_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.focusableId;
|
|
13818
13822
|
}
|
|
13819
13823
|
ngOnChanges(changes) {
|
|
13820
13824
|
var _a;
|
|
@@ -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.2-develop.
|
|
40
|
+
publishDate: 1698067653,
|
|
41
|
+
version: '14.0.2-develop.8',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -8802,6 +8802,7 @@ class DatePickerComponent {
|
|
|
8802
8802
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
8803
8803
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
8804
8804
|
}
|
|
8805
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
8805
8806
|
}
|
|
8806
8807
|
/**
|
|
8807
8808
|
* @hidden
|
|
@@ -13786,6 +13787,7 @@ class DateTimePickerComponent {
|
|
|
13786
13787
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
13787
13788
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
13788
13789
|
}
|
|
13790
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
13789
13791
|
}
|
|
13790
13792
|
ngOnChanges(changes) {
|
|
13791
13793
|
if (isPresent(changes['min']) || isPresent(changes['max'])) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "14.0.2-develop.
|
|
3
|
+
"version": "14.0.2-develop.8",
|
|
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 - 16",
|
|
35
35
|
"@angular/platform-browser": "13 - 16",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-common": "14.0.2-develop.
|
|
38
|
-
"@progress/kendo-angular-intl": "14.0.2-develop.
|
|
39
|
-
"@progress/kendo-angular-l10n": "14.0.2-develop.
|
|
40
|
-
"@progress/kendo-angular-icons": "14.0.2-develop.
|
|
41
|
-
"@progress/kendo-angular-popup": "14.0.2-develop.
|
|
42
|
-
"@progress/kendo-angular-navigation": "14.0.2-develop.
|
|
37
|
+
"@progress/kendo-angular-common": "14.0.2-develop.8",
|
|
38
|
+
"@progress/kendo-angular-intl": "14.0.2-develop.8",
|
|
39
|
+
"@progress/kendo-angular-l10n": "14.0.2-develop.8",
|
|
40
|
+
"@progress/kendo-angular-icons": "14.0.2-develop.8",
|
|
41
|
+
"@progress/kendo-angular-popup": "14.0.2-develop.8",
|
|
42
|
+
"@progress/kendo-angular-navigation": "14.0.2-develop.8",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
44
|
-
"@progress/kendo-angular-buttons": "14.0.2-develop.
|
|
45
|
-
"@progress/kendo-angular-inputs": "14.0.2-develop.
|
|
46
|
-
"@progress/kendo-angular-label": "14.0.2-develop.
|
|
44
|
+
"@progress/kendo-angular-buttons": "14.0.2-develop.8",
|
|
45
|
+
"@progress/kendo-angular-inputs": "14.0.2-develop.8",
|
|
46
|
+
"@progress/kendo-angular-label": "14.0.2-develop.8"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"tslib": "^2.3.1",
|
|
50
|
-
"@progress/kendo-angular-schematics": "14.0.2-develop.
|
|
50
|
+
"@progress/kendo-angular-schematics": "14.0.2-develop.8",
|
|
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"
|