@progress/kendo-angular-dateinputs 15.2.0-develop.2 → 15.2.0-develop.4
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 -1
- package/esm2020/datetimepicker/datetimepicker.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +6 -6
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +4 -4
- package/package.json +11 -11
|
@@ -572,6 +572,7 @@ export class DatePickerComponent {
|
|
|
572
572
|
this.bindEvents();
|
|
573
573
|
});
|
|
574
574
|
}
|
|
575
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
575
576
|
}
|
|
576
577
|
ngAfterViewInit() {
|
|
577
578
|
this.setComponentClasses();
|
|
@@ -580,7 +581,6 @@ export class DatePickerComponent {
|
|
|
580
581
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
581
582
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
582
583
|
}
|
|
583
|
-
this.focusableId = this.dateInput?.focusableId;
|
|
584
584
|
}
|
|
585
585
|
/**
|
|
586
586
|
* @hidden
|
|
@@ -651,6 +651,7 @@ export class DateTimePickerComponent {
|
|
|
651
651
|
}
|
|
652
652
|
})));
|
|
653
653
|
}
|
|
654
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
654
655
|
}
|
|
655
656
|
ngAfterViewInit() {
|
|
656
657
|
this.setComponentClasses();
|
|
@@ -659,7 +660,6 @@ export class DateTimePickerComponent {
|
|
|
659
660
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
660
661
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
661
662
|
}
|
|
662
|
-
this.focusableId = this.dateInput?.focusableId;
|
|
663
663
|
}
|
|
664
664
|
ngOnChanges(changes) {
|
|
665
665
|
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: '15.2.0-develop.
|
|
12
|
+
publishDate: 1709814700,
|
|
13
|
+
version: '15.2.0-develop.4',
|
|
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: '15.2.0-develop.
|
|
40
|
+
publishDate: 1709814700,
|
|
41
|
+
version: '15.2.0-develop.4',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -8818,6 +8818,7 @@ class DatePickerComponent {
|
|
|
8818
8818
|
* @hidden
|
|
8819
8819
|
*/
|
|
8820
8820
|
ngOnInit() {
|
|
8821
|
+
var _a;
|
|
8821
8822
|
this.localizationChangeSubscription = this.localization
|
|
8822
8823
|
.changes
|
|
8823
8824
|
.subscribe(() => this.cdr.markForCheck());
|
|
@@ -8828,16 +8829,15 @@ class DatePickerComponent {
|
|
|
8828
8829
|
this.bindEvents();
|
|
8829
8830
|
});
|
|
8830
8831
|
}
|
|
8832
|
+
this.focusableId = (_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.focusableId;
|
|
8831
8833
|
}
|
|
8832
8834
|
ngAfterViewInit() {
|
|
8833
|
-
var _a;
|
|
8834
8835
|
this.setComponentClasses();
|
|
8835
8836
|
if (this.actionSheet && isDocumentAvailable()) {
|
|
8836
8837
|
// The following syntax is used as it does not violate CSP compliance
|
|
8837
8838
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
8838
8839
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
8839
8840
|
}
|
|
8840
|
-
this.focusableId = (_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.focusableId;
|
|
8841
8841
|
}
|
|
8842
8842
|
/**
|
|
8843
8843
|
* @hidden
|
|
@@ -13801,6 +13801,7 @@ class DateTimePickerComponent {
|
|
|
13801
13801
|
}
|
|
13802
13802
|
;
|
|
13803
13803
|
ngOnInit() {
|
|
13804
|
+
var _a;
|
|
13804
13805
|
this.subscriptions.add(this.pickerService.onFocus
|
|
13805
13806
|
// detect popup changes to disable the inactive view mark-up when the popup is open
|
|
13806
13807
|
.pipe(tap(this.detectPopupChanges.bind(this)))
|
|
@@ -13816,16 +13817,15 @@ class DateTimePickerComponent {
|
|
|
13816
13817
|
}
|
|
13817
13818
|
})));
|
|
13818
13819
|
}
|
|
13820
|
+
this.focusableId = (_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.focusableId;
|
|
13819
13821
|
}
|
|
13820
13822
|
ngAfterViewInit() {
|
|
13821
|
-
var _a;
|
|
13822
13823
|
this.setComponentClasses();
|
|
13823
13824
|
if (this.actionSheet && isDocumentAvailable()) {
|
|
13824
13825
|
// The following syntax is used as it does not violate CSP compliance
|
|
13825
13826
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
13826
13827
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
13827
13828
|
}
|
|
13828
|
-
this.focusableId = (_a = this.dateInput) === null || _a === void 0 ? void 0 : _a.focusableId;
|
|
13829
13829
|
}
|
|
13830
13830
|
ngOnChanges(changes) {
|
|
13831
13831
|
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: '15.2.0-develop.
|
|
40
|
+
publishDate: 1709814700,
|
|
41
|
+
version: '15.2.0-develop.4',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -8818,6 +8818,7 @@ class DatePickerComponent {
|
|
|
8818
8818
|
this.bindEvents();
|
|
8819
8819
|
});
|
|
8820
8820
|
}
|
|
8821
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
8821
8822
|
}
|
|
8822
8823
|
ngAfterViewInit() {
|
|
8823
8824
|
this.setComponentClasses();
|
|
@@ -8826,7 +8827,6 @@ class DatePickerComponent {
|
|
|
8826
8827
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
8827
8828
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
8828
8829
|
}
|
|
8829
|
-
this.focusableId = this.dateInput?.focusableId;
|
|
8830
8830
|
}
|
|
8831
8831
|
/**
|
|
8832
8832
|
* @hidden
|
|
@@ -13786,6 +13786,7 @@ class DateTimePickerComponent {
|
|
|
13786
13786
|
}
|
|
13787
13787
|
})));
|
|
13788
13788
|
}
|
|
13789
|
+
this.focusableId = this.dateInput?.focusableId;
|
|
13789
13790
|
}
|
|
13790
13791
|
ngAfterViewInit() {
|
|
13791
13792
|
this.setComponentClasses();
|
|
@@ -13794,7 +13795,6 @@ class DateTimePickerComponent {
|
|
|
13794
13795
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-height', '60vh');
|
|
13795
13796
|
this.actionSheet.element.nativeElement.style.setProperty('--kendo-actionsheet-max-height', 'none');
|
|
13796
13797
|
}
|
|
13797
|
-
this.focusableId = this.dateInput?.focusableId;
|
|
13798
13798
|
}
|
|
13799
13799
|
ngOnChanges(changes) {
|
|
13800
13800
|
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": "15.2.0-develop.
|
|
3
|
+
"version": "15.2.0-develop.4",
|
|
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.2.0-develop.
|
|
38
|
-
"@progress/kendo-angular-intl": "15.2.0-develop.
|
|
39
|
-
"@progress/kendo-angular-l10n": "15.2.0-develop.
|
|
40
|
-
"@progress/kendo-angular-icons": "15.2.0-develop.
|
|
41
|
-
"@progress/kendo-angular-popup": "15.2.0-develop.
|
|
42
|
-
"@progress/kendo-angular-navigation": "15.2.0-develop.
|
|
37
|
+
"@progress/kendo-angular-common": "15.2.0-develop.4",
|
|
38
|
+
"@progress/kendo-angular-intl": "15.2.0-develop.4",
|
|
39
|
+
"@progress/kendo-angular-l10n": "15.2.0-develop.4",
|
|
40
|
+
"@progress/kendo-angular-icons": "15.2.0-develop.4",
|
|
41
|
+
"@progress/kendo-angular-popup": "15.2.0-develop.4",
|
|
42
|
+
"@progress/kendo-angular-navigation": "15.2.0-develop.4",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
44
|
-
"@progress/kendo-angular-buttons": "15.2.0-develop.
|
|
45
|
-
"@progress/kendo-angular-inputs": "15.2.0-develop.
|
|
46
|
-
"@progress/kendo-angular-label": "15.2.0-develop.
|
|
44
|
+
"@progress/kendo-angular-buttons": "15.2.0-develop.4",
|
|
45
|
+
"@progress/kendo-angular-inputs": "15.2.0-develop.4",
|
|
46
|
+
"@progress/kendo-angular-label": "15.2.0-develop.4"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"tslib": "^2.3.1",
|
|
50
|
-
"@progress/kendo-angular-schematics": "15.2.0-develop.
|
|
50
|
+
"@progress/kendo-angular-schematics": "15.2.0-develop.4",
|
|
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"
|