@devexpress/dx-chart-core
Advanced tools
Comparing version 2.0.0 to 2.0.1
/** | ||
* Bundle of @devexpress/dx-chart-core | ||
* Generated: 2019-07-08 | ||
* Version: 2.0.0 | ||
* Generated: 2019-07-19 | ||
* Version: 2.0.1 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -1143,3 +1143,10 @@ */ | ||
}; | ||
var checkInteraction = function (interaction, type) { return (interaction === 'both' || interaction === type); }; | ||
var checkInteraction = function (interaction, type) { | ||
return interaction === 'both' || interaction === type; | ||
}; | ||
/** @internal */ | ||
var setCursorType = function (node, type) { | ||
var defaultType = 'pointer'; | ||
node.style.cursor = type ? type : defaultType; | ||
}; | ||
@@ -1410,10 +1417,5 @@ var getSegmentLength = function (dx, dy) { return Math.sqrt(dx * dx + dy * dy); }; | ||
var leaveHandler = buildLeaveEventHandler(pointerMoveHandlers); | ||
if ('onpointermove' in window) { | ||
handlers.pointermove = moveHandler; | ||
handlers.pointerleave = leaveHandler; | ||
if ('ontouchstart' in window) { | ||
handlers.touchstart = moveHandler; | ||
} | ||
else if ('ontouchmove' in window) { | ||
handlers.touchmove = moveHandler; | ||
handlers.touchleave = leaveHandler; | ||
} | ||
else { | ||
@@ -1427,3 +1429,3 @@ handlers.mousemove = moveHandler; | ||
export { ARGUMENT_DOMAIN, BAND, BOTTOM, END, HORIZONTAL, HOVERED, LEFT, LINEAR, MIDDLE, RIGHT, SELECTED, START, TOP, VALUE_DOMAIN, VERTICAL, addDomain, addSeries, adjustLayout, attachEvents, axisCoordinates, bBoxes, buildAnimatedStyleGetter, buildEventHandlers, buildScales, changeSeriesState, createAreaHitTester, createBarHitTester, createLineHitTester, createPieHitTester, createReference, createScatterHitTester, createSplineHitTester, createTickFilter, dArea, dBar, dLine, dPie, dRotateArea, dRotateLine, dRotateSpline, dSpline, dSymbol, defaultDomains, detachEvents, extendDomains, findSeriesByName, getAreaAnimationStyle, getAreaPointTransformer, getBarPointTransformer, getDeltaForTouches, getEventCoords, getGridCoordinates, getLegendItems, getLinePointTransformer, getOffset, getParameters, getPieAnimationStyle, getPiePointTransformer, getRanges, getRect$1 as getRect, getRotatedPosition, getScatterAnimationStyle, getScatterPointTransformer, getStackedDomains, getStackedSeries, getValueDomainName, getViewport, getWheelDelta, getWidth, growBounds, invertBoundsRange, isHorizontal, isKeyPressed, isMultiTouch, isValidPosition, makeScale, moveBounds, processHandleTooltip, processPointerMove, rangesEqual, scaleBand, scaleBounds, scaleLinear, scaleSeriesPoints, updateDomainItems }; | ||
export { ARGUMENT_DOMAIN, BAND, BOTTOM, END, HORIZONTAL, HOVERED, LEFT, LINEAR, MIDDLE, RIGHT, SELECTED, START, TOP, VALUE_DOMAIN, VERTICAL, addDomain, addSeries, adjustLayout, attachEvents, axisCoordinates, bBoxes, buildAnimatedStyleGetter, buildEventHandlers, buildScales, changeSeriesState, createAreaHitTester, createBarHitTester, createLineHitTester, createPieHitTester, createReference, createScatterHitTester, createSplineHitTester, createTickFilter, dArea, dBar, dLine, dPie, dRotateArea, dRotateLine, dRotateSpline, dSpline, dSymbol, defaultDomains, detachEvents, extendDomains, findSeriesByName, getAreaAnimationStyle, getAreaPointTransformer, getBarPointTransformer, getDeltaForTouches, getEventCoords, getGridCoordinates, getLegendItems, getLinePointTransformer, getOffset, getParameters, getPieAnimationStyle, getPiePointTransformer, getRanges, getRect$1 as getRect, getRotatedPosition, getScatterAnimationStyle, getScatterPointTransformer, getStackedDomains, getStackedSeries, getValueDomainName, getViewport, getWheelDelta, getWidth, growBounds, invertBoundsRange, isHorizontal, isKeyPressed, isMultiTouch, isValidPosition, makeScale, moveBounds, processHandleTooltip, processPointerMove, rangesEqual, scaleBand, scaleBounds, scaleLinear, scaleSeriesPoints, setCursorType, updateDomainItems }; | ||
//# sourceMappingURL=dx-chart-core.es.js.map |
{ | ||
"name": "@devexpress/dx-chart-core", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Core library for the DevExtreme Reactive Chart component", | ||
@@ -45,13 +45,13 @@ "author": { | ||
"@types/d3-shape": "^1.3.1", | ||
"core-js": "^3.1.3", | ||
"core-js": "^3.1.4", | ||
"jest": "^24.8.0", | ||
"rollup": "^1.15.2", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-license": "^0.9.0", | ||
"rollup-plugin-node-resolve": "^5.0.2", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-typescript2": "^0.21.1", | ||
"rollup-plugin-typescript2": "^0.22.0", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.17.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"typescript": "^3.5.1" | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -63,3 +63,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "d7aa247ebebd08f5d99aebf60d0c91d7d3fffd18" | ||
"gitHead": "7bb662371274270b29ed478ec6750649eb92c80d" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2903
371018