@progress/kendo-angular-dateinputs 16.3.1-develop.2 → 16.4.0-develop.1
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.
|
@@ -890,7 +890,7 @@ export class DateInputComponent {
|
|
|
890
890
|
}
|
|
891
891
|
setInputAttributes() {
|
|
892
892
|
const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
|
|
893
|
-
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement);
|
|
893
|
+
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement, this.ngZone);
|
|
894
894
|
}
|
|
895
895
|
}
|
|
896
896
|
DateInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i2.LocalizationService }, { token: i3.PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -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: '16.
|
|
12
|
+
publishDate: 1719845990,
|
|
13
|
+
version: '16.4.0-develop.1',
|
|
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: '16.
|
|
40
|
+
publishDate: 1719845990,
|
|
41
|
+
version: '16.4.0-develop.1',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -8876,7 +8876,7 @@ class DateInputComponent {
|
|
|
8876
8876
|
}
|
|
8877
8877
|
setInputAttributes() {
|
|
8878
8878
|
const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
|
|
8879
|
-
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement);
|
|
8879
|
+
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement, this.ngZone);
|
|
8880
8880
|
}
|
|
8881
8881
|
}
|
|
8882
8882
|
DateInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i1$1.LocalizationService }, { token: PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -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: '16.
|
|
40
|
+
publishDate: 1719845990,
|
|
41
|
+
version: '16.4.0-develop.1',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -8858,7 +8858,7 @@ class DateInputComponent {
|
|
|
8858
8858
|
}
|
|
8859
8859
|
setInputAttributes() {
|
|
8860
8860
|
const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
|
|
8861
|
-
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement);
|
|
8861
|
+
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement, this.ngZone);
|
|
8862
8862
|
}
|
|
8863
8863
|
}
|
|
8864
8864
|
DateInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i1$1.LocalizationService }, { token: PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.4.0-develop.1",
|
|
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,18 +34,18 @@
|
|
|
34
34
|
"@angular/forms": "15 - 18",
|
|
35
35
|
"@angular/platform-browser": "15 - 18",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.
|
|
38
|
-
"@progress/kendo-angular-common": "16.
|
|
39
|
-
"@progress/kendo-angular-intl": "16.
|
|
40
|
-
"@progress/kendo-angular-l10n": "16.
|
|
41
|
-
"@progress/kendo-angular-icons": "16.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.
|
|
43
|
-
"@progress/kendo-angular-navigation": "16.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.4.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-common": "16.4.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-intl": "16.4.0-develop.1",
|
|
40
|
+
"@progress/kendo-angular-l10n": "16.4.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-icons": "16.4.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.4.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-navigation": "16.4.0-develop.1",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.4.0-develop.1",
|
|
49
49
|
"@progress/kendo-common": "^0.2.0",
|
|
50
50
|
"@progress/kendo-date-math": "^1.1.0",
|
|
51
51
|
"@progress/kendo-dateinputs-common": "^0.3.3"
|