@syncfusion/ej2-calendars
Advanced tools
Comparing version 18.3.48 to 18.3.51
@@ -5,2 +5,8 @@ # Changelog | ||
### DatePicker | ||
#### Bug Fixes | ||
- `#301613` - Issue with "week number is not updated properly in first week of the year" has been resolved. | ||
## 18.3.40 (2020-10-13) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.3.48 | ||
* version : 18.3.51 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-calendars@*", | ||
"_id": "@syncfusion/ej2-calendars@18.3.47", | ||
"_id": "@syncfusion/ej2-calendars@18.3.48", | ||
"_inBundle": false, | ||
"_integrity": "sha512-ONbC/urdw1zEgLuQwNwRW4SbnYm0sFpPaB9L79/TEP4bGyOEc6v99U6bIYAuyifViDQgXYXyGVkOugN/UJGGQg==", | ||
"_integrity": "sha512-KeH2SDkGHIDumUkg4aKwQiw2iIvqRh56ESQ0zEH0QqFjcQHa0cEaqnncnM9BjZhpzXzClI0yW01F25CwPK8a3Q==", | ||
"_location": "/@syncfusion/ej2-calendars", | ||
@@ -35,4 +35,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.47.tgz", | ||
"_shasum": "dec222bd165726ba83d1869d2ad27760ea9e5ed0", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.48.tgz", | ||
"_shasum": "53bd6180a89adc2de42c5138e930a8a023f19d87", | ||
"_spec": "@syncfusion/ej2-calendars@*", | ||
@@ -48,7 +48,7 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.3.48", | ||
"@syncfusion/ej2-base": "~18.3.51", | ||
"@syncfusion/ej2-buttons": "~18.3.47", | ||
"@syncfusion/ej2-inputs": "~18.3.48", | ||
"@syncfusion/ej2-inputs": "~18.3.51", | ||
"@syncfusion/ej2-lists": "~18.3.47", | ||
"@syncfusion/ej2-popups": "~18.3.47" | ||
"@syncfusion/ej2-popups": "~18.3.50" | ||
}, | ||
@@ -86,4 +86,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.3.48", | ||
"version": "18.3.51", | ||
"sideEffects": false | ||
} |
@@ -59,2 +59,4 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
protected mobilePopupWrapper: HTMLElement; | ||
private isAngular; | ||
private preventChange; | ||
/** | ||
@@ -61,0 +63,0 @@ * Specifies the width of the DatePicker component. |
@@ -169,2 +169,4 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
private mobileRangePopupWrap; | ||
private isAngular; | ||
private preventChange; | ||
/** | ||
@@ -171,0 +173,0 @@ * Gets or sets the start and end date of the Calendar. |
@@ -51,2 +51,3 @@ /// <reference path="../datepicker/datepicker-model.d.ts" /> | ||
private dateTimeOptions; | ||
protected scrollInvoked: boolean; | ||
/** | ||
@@ -53,0 +54,0 @@ * Specifies the format of the time value that to be displayed in time popup list. |
@@ -140,2 +140,4 @@ import { Internationalization } from '@syncfusion/ej2-base'; | ||
private isBlazorServer; | ||
private isAngular; | ||
private preventChange; | ||
/** | ||
@@ -142,0 +144,0 @@ * Gets or sets the width of the TimePicker component. The width of the popup is based on the width of the component. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
8431607
86266