Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-schedule

Package Overview
Dependencies
Maintainers
2
Versions
235
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.4.52 to 16.4.53

8

CHANGELOG.md

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

#### Bug Fixes
- An issue that occurs on enabling the time interval for resizing in timeline day view has been fixed.
## 16.4.52 (2019-02-05)
### Schedule
#### New Features

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.4.52
* version : 16.4.53
* Copyright Syncfusion Inc. 2001 - 2019. 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.4.52",
"version": "16.4.53",
"author": "Syncfusion Inc.",

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

"@syncfusion/ej2-data": "~16.4.52",
"@syncfusion/ej2-popups": "~16.4.52",
"@syncfusion/ej2-calendars": "~16.4.52",
"@syncfusion/ej2-navigations": "~16.4.52",
"@syncfusion/ej2-dropdowns": "~16.4.52",
"@syncfusion/ej2-buttons": "~16.4.52",
"@syncfusion/ej2-inputs": "~16.4.52",
"@syncfusion/ej2-popups": "~16.4.53",
"@syncfusion/ej2-calendars": "~16.4.53",
"@syncfusion/ej2-navigations": "~16.4.53",
"@syncfusion/ej2-dropdowns": "~16.4.53",
"@syncfusion/ej2-buttons": "~16.4.53",
"@syncfusion/ej2-inputs": "~16.4.53",
"@syncfusion/ej2-lists": "~16.4.52"

@@ -20,0 +20,0 @@ },

@@ -234,3 +234,3 @@ var __extends = (this && this.__extends) || (function () {

var cellWidth = this.parent.currentView === 'TimelineMonth' || !this.parent.activeViewOptions.timeScale.enable ?
this.actionObj.cellWidth : 0;
this.actionObj.cellWidth : this.actionObj.cellWidth - this.actionObj.interval;
cellIndex = isLeft ? Math.floor(this.actionObj.clone.offsetLeft / this.actionObj.cellWidth) :

@@ -325,3 +325,3 @@ Math.ceil((this.actionObj.clone.offsetLeft + (this.actionObj.clone.offsetWidth - cellWidth)) /

var isTimelineView = this.parent.activeView.isTimelineView();
var isTimeViews = ['TimelineDay', 'TimelineWeek', 'TimelineWorkWeek'].indexOf(this.parent.currentView) > 0 &&
var isTimeViews = ['TimelineDay', 'TimelineWeek', 'TimelineWorkWeek'].indexOf(this.parent.currentView) > -1 &&
this.parent.activeViewOptions.timeScale.enable;

@@ -328,0 +328,0 @@ var slotInterval = (this.actionObj.cellWidth / this.actionObj.slotInterval) * this.actionObj.interval;

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

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