Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-schedule

Package Overview
Dependencies
Maintainers
2
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-schedule - npm Package Compare versions

Comparing version 16.3.31 to 16.3.32

8

CHANGELOG.md

@@ -7,2 +7,10 @@ # Changelog

#### Bug Fixes
- An issue with date and time displaying wrongly on `quick popup` in the presence of Daylight Saving Time has been fixed.
## 16.3.31 (2018-11-07)
### Schedule
#### Breaking Changes

@@ -9,0 +17,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.3.31
* version : 16.3.32
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-schedule",
"version": "16.3.31",
"version": "16.3.32",
"author": "Syncfusion Inc.",

@@ -10,8 +10,8 @@ "license": "SEE LICENSE IN license",

"dependencies": {
"@syncfusion/ej2-base": "~16.3.30",
"@syncfusion/ej2-base": "~16.3.32",
"@syncfusion/ej2-data": "~16.3.30",
"@syncfusion/ej2-popups": "~16.3.30",
"@syncfusion/ej2-popups": "~16.3.32",
"@syncfusion/ej2-calendars": "~16.3.31",
"@syncfusion/ej2-navigations": "~16.3.30",
"@syncfusion/ej2-dropdowns": "~16.3.30",
"@syncfusion/ej2-dropdowns": "~16.3.32",
"@syncfusion/ej2-buttons": "~16.3.30",

@@ -24,3 +24,3 @@ "@syncfusion/ej2-inputs": "~16.3.30",

"@types/es6-promise": "0.0.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine": "2.8.9",
"@types/jasmine-ajax": "^3.1.27",

@@ -27,0 +27,0 @@ "@types/requirejs": "^2.1.26"

@@ -39,3 +39,3 @@ import { createElement, remove } from '@syncfusion/ej2-base';

var tzOffsetDiff = d.getTimezoneOffset() - tzOffsetBefore;
date.setTime(d.getTime() + tzOffsetDiff * MS_PER_DAY);
date.setTime(d.getTime() + tzOffsetDiff * MS_PER_MINUTE);
return date;

@@ -42,0 +42,0 @@ }

@@ -24,2 +24,3 @@ import { Dialog } from '@syncfusion/ej2-popups';

private cellClickAction;
private localTimezoneName;
private duration;

@@ -26,0 +27,0 @@ /**

@@ -10,6 +10,6 @@ /**

removeLocalOffset(date: Date): Date;
getLocalTimezoneName(): string;
}
export declare let localTimezoneName: string;
export declare let timezoneData: {
[key: string]: Object;
}[];

@@ -41,7 +41,9 @@ /**

};
Timezone.prototype.getLocalTimezoneName = function () {
return window.Intl ?
Intl.DateTimeFormat().resolvedOptions().timeZone || 'UTC' : 'UTC';
};
return Timezone;
}());
export { Timezone };
export var localTimezoneName = window.Intl ?
Intl.DateTimeFormat().resolvedOptions().timeZone || 'UTC' : 'UTC';
export var timezoneData = [

@@ -48,0 +50,0 @@ { Value: 'Pacific/Niue', Text: '(UTC-11:00) Niue' },

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 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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc