Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devexpress/dx-scheduler-core

Package Overview
Dependencies
Maintainers
13
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-scheduler-core - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

17

dist/dx-scheduler-core.es.js
/**
* Bundle of @devexpress/dx-scheduler-core
* Generated: 2018-12-25
* Version: 1.10.0
* Generated: 2019-02-06
* Version: 1.10.1
* License: https://js.devexpress.com/Licensing

@@ -904,4 +904,5 @@ */

var CELL_GAP = 0.15;
var CELL_BOUND_OFFSET_PX$1 = 1;
var CELL_GAP_PX = 10;
var CELL_BOUND_HORIZONTAL_OFFSET_PX = 1;
var CELL_BOUND_VERTICAL_OFFSET_PX = 4;
var getCellByDate = function getCellByDate(viewCellsData, date) {

@@ -965,7 +966,7 @@ var takePrev = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;

return {
width: firstCellRect.width - firstCellRect.width * CELL_GAP - CELL_BOUND_OFFSET_PX$1,
top: top - firstCellRect.parentRect.top + CELL_BOUND_OFFSET_PX$1,
left: firstCellRect.left - firstCellRect.parentRect.left + CELL_BOUND_OFFSET_PX$1,
width: firstCellRect.width - CELL_GAP_PX - CELL_BOUND_HORIZONTAL_OFFSET_PX,
top: top - firstCellRect.parentRect.top + CELL_BOUND_HORIZONTAL_OFFSET_PX,
left: firstCellRect.left - firstCellRect.parentRect.left + CELL_BOUND_HORIZONTAL_OFFSET_PX,
parentWidth: firstCellRect.parentRect.width,
height: height - CELL_BOUND_OFFSET_PX$1
height: height - CELL_BOUND_VERTICAL_OFFSET_PX
};

@@ -972,0 +973,0 @@ };

/**
* Bundle of @devexpress/dx-scheduler-core
* Generated: 2018-12-25
* Version: 1.10.0
* Generated: 2019-02-06
* Version: 1.10.1
* License: https://js.devexpress.com/Licensing

@@ -910,4 +910,5 @@ */

var CELL_GAP = 0.15;
var CELL_BOUND_OFFSET_PX$1 = 1;
var CELL_GAP_PX = 10;
var CELL_BOUND_HORIZONTAL_OFFSET_PX = 1;
var CELL_BOUND_VERTICAL_OFFSET_PX = 4;
var getCellByDate = function getCellByDate(viewCellsData, date) {

@@ -971,7 +972,7 @@ var takePrev = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;

return {
width: firstCellRect.width - firstCellRect.width * CELL_GAP - CELL_BOUND_OFFSET_PX$1,
top: top - firstCellRect.parentRect.top + CELL_BOUND_OFFSET_PX$1,
left: firstCellRect.left - firstCellRect.parentRect.left + CELL_BOUND_OFFSET_PX$1,
width: firstCellRect.width - CELL_GAP_PX - CELL_BOUND_HORIZONTAL_OFFSET_PX,
top: top - firstCellRect.parentRect.top + CELL_BOUND_HORIZONTAL_OFFSET_PX,
left: firstCellRect.left - firstCellRect.parentRect.left + CELL_BOUND_HORIZONTAL_OFFSET_PX,
parentWidth: firstCellRect.parentRect.width,
height: height - CELL_BOUND_OFFSET_PX$1
height: height - CELL_BOUND_VERTICAL_OFFSET_PX
};

@@ -978,0 +979,0 @@ };

{
"name": "@devexpress/dx-scheduler-core",
"version": "1.10.0",
"version": "1.10.1",
"description": "Core library for the DevExtreme Reactive Scheduler component",

@@ -43,24 +43,24 @@ "author": {

"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@devexpress/dx-core": "1.10.0",
"@babel/preset-env": "^7.3.1",
"@devexpress/dx-core": "^1.10.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"core-js": "^2.6.1",
"eslint": "^5.11.0",
"babel-jest": "^24.0.0",
"core-js": "^2.6.3",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"jest": "^23.6.0",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-license": "^0.7.0"
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.2.2",
"jest": "^24.0.0",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-license": "^0.8.1"
},
"peerDependencies": {
"@devexpress/dx-core": "1.10.0"
"@devexpress/dx-core": "1.10.1"
},
"dependencies": {
"moment": "^2.23.0"
"moment": "^2.24.0"
},
"gitHead": "0890839a23a7afd042ad3984dca69232767d60cd"
"gitHead": "c49e13b898b71a22a0d8045ab5b0aa28547e27b2"
}

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