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.1.32 to 16.1.37

8

CHANGELOG.md

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

- An issue with recurrence events created with UNTIL rule, which doesn't rendered on day view is fixed.
## 16.1.28-preview (2018-03-09)
### Schedule
#### Bug Fixes
- Problem with all-day appointments that are created for spanned timeline in work week view is fixed.

@@ -11,0 +19,0 @@ - Traversing order of appointments while pressing `Tab` key and `Shift+Tab` combination keys is corrected.

5

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.26
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved.
* version : 16.1.37
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -10,3 +10,2 @@ * A copy of the current license can be obtained at any time by e-mailing

*/
import * as _schedule from '@syncfusion/ej2-schedule';

@@ -13,0 +12,0 @@ import * as _base from '@syncfusion/ej2-base';

20

package.json
{
"name": "@syncfusion/ej2-schedule",
"version": "16.1.32",
"version": "16.1.37",
"description": "Essential JS 2 Schedule Component",

@@ -11,11 +11,11 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.1.32",
"@syncfusion/ej2-data": "~16.1.32",
"@syncfusion/ej2-popups": "~16.1.32",
"@syncfusion/ej2-calendars": "~16.1.32",
"@syncfusion/ej2-navigations": "~16.1.32",
"@syncfusion/ej2-dropdowns": "~16.1.32",
"@syncfusion/ej2-buttons": "~16.1.32",
"@syncfusion/ej2-inputs": "~16.1.32",
"@syncfusion/ej2-lists": "~16.1.32"
"@syncfusion/ej2-base": "~16.1.37",
"@syncfusion/ej2-data": "~16.1.37",
"@syncfusion/ej2-popups": "~16.1.37",
"@syncfusion/ej2-calendars": "~16.1.37",
"@syncfusion/ej2-navigations": "~16.1.37",
"@syncfusion/ej2-dropdowns": "~16.1.37",
"@syncfusion/ej2-buttons": "~16.1.37",
"@syncfusion/ej2-inputs": "~16.1.37",
"@syncfusion/ej2-lists": "~16.1.37"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -23,6 +23,1 @@ # Overview

* [Demo](http://ej2.syncfusion.com/demos/#/material/schedule/default.html)
## Changelog
Check the changelog [here](https://github.com/syncfusion/ej2-schedule/blob/master/CHANGELOG.md)

@@ -76,4 +76,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "../schedule/base/util"], function (require, exports, ej2_base_1, util_1) {

if (viewDate && viewDate > startDate && !ruleObject.count) {
tempViewDate = new Date(viewDate.getTime());
tempViewDate.setHours(startDate.getHours(), startDate.getMinutes(), startDate.getSeconds());
tempViewDate = new Date(new Date(viewDate.getTime()).setHours(0, 0, 0));
}

@@ -80,0 +79,0 @@ else {

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

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