@cornerstonejs/tools
Advanced tools
Comparing version 0.21.10 to 0.21.11
@@ -14,5 +14,5 @@ declare enum MouseBindings { | ||
Shift = 16, | ||
Ctrl = 18, | ||
Alt = 17 | ||
Ctrl = 17, | ||
Alt = 18 | ||
} | ||
export { MouseBindings, KeyboardBindings }; |
@@ -20,6 +20,6 @@ "use strict"; | ||
KeyboardBindings[KeyboardBindings["Shift"] = 16] = "Shift"; | ||
KeyboardBindings[KeyboardBindings["Ctrl"] = 18] = "Ctrl"; | ||
KeyboardBindings[KeyboardBindings["Alt"] = 17] = "Alt"; | ||
KeyboardBindings[KeyboardBindings["Ctrl"] = 17] = "Ctrl"; | ||
KeyboardBindings[KeyboardBindings["Alt"] = 18] = "Alt"; | ||
})(KeyboardBindings || (KeyboardBindings = {})); | ||
exports.KeyboardBindings = KeyboardBindings; | ||
//# sourceMappingURL=ToolBindings.js.map |
@@ -14,5 +14,5 @@ declare enum MouseBindings { | ||
Shift = 16, | ||
Ctrl = 18, | ||
Alt = 17 | ||
Ctrl = 17, | ||
Alt = 18 | ||
} | ||
export { MouseBindings, KeyboardBindings }; |
@@ -16,6 +16,6 @@ var MouseBindings; | ||
KeyboardBindings[KeyboardBindings["Shift"] = 16] = "Shift"; | ||
KeyboardBindings[KeyboardBindings["Ctrl"] = 18] = "Ctrl"; | ||
KeyboardBindings[KeyboardBindings["Alt"] = 17] = "Alt"; | ||
KeyboardBindings[KeyboardBindings["Ctrl"] = 17] = "Ctrl"; | ||
KeyboardBindings[KeyboardBindings["Alt"] = 18] = "Alt"; | ||
})(KeyboardBindings || (KeyboardBindings = {})); | ||
export { MouseBindings, KeyboardBindings }; | ||
//# sourceMappingURL=ToolBindings.js.map |
{ | ||
"name": "@cornerstonejs/tools", | ||
"version": "0.21.10", | ||
"version": "0.21.11", | ||
"description": "Cornerstone3D Tools", | ||
@@ -53,3 +53,3 @@ "main": "dist/umd/index.js", | ||
}, | ||
"gitHead": "17989f3a178662888b2471c8159449941f7a7a0f" | ||
"gitHead": "5fb156242b4629787660f24460852ad69de6248d" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet