@annotorious/annotorious
Advanced tools
Comparing version 3.0.12 to 3.0.13
@@ -8,2 +8,3 @@ import { Annotation, DrawingStyleExpression, FormatAdapter, UserSelectActionExpression } from '@annotorious/core'; | ||
drawingMode?: DrawingMode; | ||
modalSelect?: boolean; | ||
userSelectAction?: UserSelectActionExpression<E>; | ||
@@ -10,0 +11,0 @@ style?: DrawingStyleExpression<ImageAnnotation>; |
{ | ||
"name": "@annotorious/annotorious", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"description": "Add image annotation functionality to any web page with a few lines of JavaScript", | ||
@@ -52,3 +52,3 @@ "author": "Rainer Simon", | ||
"dependencies": { | ||
"@annotorious/core": "3.0.12", | ||
"@annotorious/core": "3.0.13", | ||
"rbush": "^4.0.1", | ||
@@ -55,0 +55,0 @@ "uuid": "^11.0.3" |
@@ -16,2 +16,8 @@ import type { Annotation, DrawingStyleExpression, FormatAdapter, UserSelectActionExpression } from '@annotorious/core'; | ||
// Modal selection mode WILL NOT CHANGE OR DE-SELECT THE CURRENT SELECTION if another | ||
// annotation or empty space is clicked. Warning: this means that the user is no longer | ||
// able to de-select until a programmatic de-select is triggered from the host app! | ||
// Use this mode only in combination with custom popups! | ||
modalSelect?: boolean; | ||
userSelectAction?: UserSelectActionExpression<E>; | ||
@@ -18,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
907498
6344
+ Added@annotorious/core@3.0.13(transitive)
- Removed@annotorious/core@3.0.12(transitive)
Updated@annotorious/core@3.0.13