@syncfusion/ej2-calendars
Advanced tools
Comparing version 22.2.11 to 22.2.12
@@ -5,2 +5,8 @@ # Changelog | ||
### DatePicker | ||
#### Bug Fixes | ||
- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out. | ||
### DateRangePicker | ||
@@ -10,2 +16,16 @@ | ||
- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out. | ||
### DateTimePicker | ||
#### Bug Fixes | ||
- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out. | ||
## 22.2.11 (2023-08-29) | ||
### DateRangePicker | ||
#### Bug Fixes | ||
- `#I492075` - Fixed an issue where the popup in the DateRangePicker Component would not close when clicking outside the component while using the Preset Ranges feature. | ||
@@ -12,0 +32,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 22.2.11 | ||
* version : 22.2.12 | ||
* 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@22.2.10", | ||
"_id": "@syncfusion/ej2-calendars@22.2.11", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Sr2NdC4t3rAxX5aYicbL866BCfVLTqsMOLLFFs+UfcMnuWoqV5J2JJSEwdxY/xk6IuMq9zVjiZ6Je7dOudoYVw==", | ||
"_integrity": "sha512-cwzDz6pAW40PxeOL7ChHzThrzubj01e3xIwcS2OyHLIAX5DX58JtNo/iGtHmui+Zum7JpHuAWe4hrIG6GerqIQ==", | ||
"_location": "/@syncfusion/ej2-calendars", | ||
@@ -35,4 +35,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.10.tgz", | ||
"_shasum": "08c96663fb2f05e48b7a9499bd4c4bf629fb2c1a", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.11.tgz", | ||
"_shasum": "fa83b13c8bf2ac2f0d1eb48c5cceb9bd20753189", | ||
"_spec": "@syncfusion/ej2-calendars@*", | ||
@@ -48,5 +48,5 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~22.2.10", | ||
"@syncfusion/ej2-base": "~22.2.12", | ||
"@syncfusion/ej2-buttons": "~22.2.9", | ||
"@syncfusion/ej2-inputs": "~22.2.9", | ||
"@syncfusion/ej2-inputs": "~22.2.12", | ||
"@syncfusion/ej2-lists": "~22.2.11", | ||
@@ -86,4 +86,4 @@ "@syncfusion/ej2-popups": "~22.2.11" | ||
"typings": "index.d.ts", | ||
"version": "22.2.11", | ||
"version": "22.2.12", | ||
"sideEffects": false | ||
} |
@@ -71,2 +71,3 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
protected isBlur: boolean; | ||
private isKeyAction; | ||
/** | ||
@@ -452,2 +453,3 @@ * Specifies the width of the DatePicker component. | ||
protected navigatedEvent(): void; | ||
protected keyupHandler(e: KeyboardEventArgs): void; | ||
protected changeEvent(event?: MouseEvent | KeyboardEvent | Event): void; | ||
@@ -454,0 +456,0 @@ requiredModules(): ModuleDeclaration[]; |
@@ -176,2 +176,3 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
protected iconRangeRight: string; | ||
private isKeyPressed; | ||
/** | ||
@@ -719,2 +720,3 @@ * Gets or sets the start and end date of the Calendar. | ||
private deviceHeaderUpdate; | ||
private keyupHandler; | ||
private applyFunction; | ||
@@ -721,0 +723,0 @@ private onMouseClick; |
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 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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12848680
156060