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

react-konva-grid

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-konva-grid - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

11

dist/Grid.js

@@ -1177,3 +1177,5 @@ "use strict";

const fillhandleComponent = showFillHandle && !isSelectionInProgress ? (react_1.default.createElement(FillHandle_1.default, Object.assign({}, fillHandleDimension, { stroke: selectionBorderColor, size: fillHandleWidth }, fillHandleProps))) : null;
const selectionChildren = (react_1.default.createElement(react_1.default.Fragment, null,
const selectionChildren = (react_1.default.createElement("div", { style: {
pointerEvents: "none",
} },
react_1.default.createElement("div", { style: {

@@ -1189,3 +1191,2 @@ position: "absolute",

transform: `translate(-${scrollLeft + frozenColumnWidth}px, -${scrollTop + frozenRowHeight}px)`,
pointerEvents: "none",
} },

@@ -1207,3 +1208,2 @@ borderStylesCells,

transform: `translate(0, -${scrollTop + frozenRowHeight}px)`,
pointerEvents: "none",
} },

@@ -1223,3 +1223,2 @@ selectionAreasFrozenColumns,

transform: `translate(-${scrollLeft + frozenColumnWidth}px, 0)`,
pointerEvents: "none",
} },

@@ -1247,4 +1246,4 @@ selectionAreasFrozenRows,

react_1.default.createElement("div", Object.assign({ tabIndex: 0, ref: containerRef }, rest),
react_1.default.createElement(ReactKonvaCore_1.Stage, Object.assign({ width: containerWidth, height: containerHeight, ref: stageRef, listening: listenToEvents }, stageProps), wrapper(stageChildren)),
selectionChildren),
react_1.default.createElement(ReactKonvaCore_1.Stage, Object.assign({ width: containerWidth, height: containerHeight, ref: stageRef, listening: listenToEvents }, stageProps), wrapper(stageChildren))),
selectionChildren,
showScrollbar ? (react_1.default.createElement(react_1.default.Fragment, null,

@@ -1251,0 +1250,0 @@ react_1.default.createElement("div", { tabIndex: -1, style: {

{
"name": "react-konva-grid",
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets",
"version": "3.1.2",
"version": "3.1.3",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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