Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-calendars

Package Overview
Dependencies
8
Maintainers
3
Versions
229
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.2.5 to 24.2.8

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

### DateRangePicker
#### Bug Fixes
- `#I554330` - Fixed an issue where the selected value was not being updated when invalid text was entered into the input field.
- `#I553168` - Fixed an issue where setting presets with a specific time would initially work, but changing the preset would reset the time.
## 24.2.5 (2024-02-13)
### DatePicker

@@ -7,0 +17,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 24.2.5
* version : 24.2.8
* Copyright Syncfusion Inc. 2001 - 2023. 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@24.2.3",
"_id": "@syncfusion/ej2-calendars@24.2.5",
"_inBundle": false,
"_integrity": "sha512-jRcfZtIe8Ujqp2OFZrsPtDSq4UBajjypANh3DaJ1UVCvCziB8VB78wkrPABbpgb05moR5TR1qCehBu6Q2VnaFg==",
"_integrity": "sha512-TubAKr00yybjqjVfWRk1NKgc93KY3Ispr7+QY158f2EOmKrI5EOb+nqjvVZw9GH4rjpjQfS2qZtrF0fCfwUmgg==",
"_location": "/@syncfusion/ej2-calendars",

@@ -34,4 +34,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.3.tgz",
"_shasum": "2d154e96239cdb5a7aa35879fb8937c9e1d9f418",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.5.tgz",
"_shasum": "e61c5b6e682851df791464d6ce8893e44c7cde65",
"_spec": "@syncfusion/ej2-calendars@*",

@@ -47,7 +47,7 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~24.2.5",
"@syncfusion/ej2-buttons": "~24.2.5",
"@syncfusion/ej2-inputs": "~24.2.5",
"@syncfusion/ej2-lists": "~24.2.4",
"@syncfusion/ej2-popups": "~24.2.5"
"@syncfusion/ej2-base": "~24.2.7",
"@syncfusion/ej2-buttons": "~24.2.7",
"@syncfusion/ej2-inputs": "~24.2.7",
"@syncfusion/ej2-lists": "~24.2.8",
"@syncfusion/ej2-popups": "~24.2.8"
},

@@ -85,4 +85,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "24.2.5",
"version": "24.2.8",
"sideEffects": false
}

@@ -176,3 +176,2 @@ /// <reference path="../calendar/calendar-model.d.ts" />

protected iconRangeRight: string;
private isKeyPressed;
/**

@@ -720,3 +719,2 @@ * Gets or sets the start and end date of the Calendar.

private deviceHeaderUpdate;
private keyupHandler;
private applyFunction;

@@ -723,0 +721,0 @@ private onMouseClick;

@@ -348,2 +348,3 @@ import { L10n, getValue, getDefaultDateObject, cldrData } from '@syncfusion/ej2-base';

&& !this.isShortYear) ? newDateValue.getFullYear() * 10 : 0) + parseInt(newVal[start - 1], 10);
var yearValue = (this.dateformat.match(/y/g) || []).length;
this.isShortYear = false;

@@ -362,3 +363,3 @@ this.isYearZero = (newVal[start - 1] === '0');

newDateValue.setFullYear(year);
if (year.toString().length === 4) {
if (year.toString().length === yearValue) {
this.isNavigate = true;

@@ -538,5 +539,2 @@ }

result = proxy.zeroCheck(proxy.isYearZero, proxy.isYearPart, result);
if (proxy.isYearPart) {
proxy.isNavigate = proxy.isShortYear = (proxy.maskDateValue.getFullYear() % 100).toString().length === 2;
}
break;

@@ -543,0 +541,0 @@ case 'y':

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc