@vue-pdf-viewer/shared 1.2.0-rc.12 → 1.2.0-rc.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@
40
40
  "rotateCounterclockwiseLabel": "Rotate counterclockwise",
41
41
  "rotateCounterclockwiseTooltip": "Rotate counterclockwise",
42
42
  "textSelectionLabel": "Text selection tool",
43
- "textSelectionTooltip": "Text Selection",
43
+ "textSelectionTooltip": "Enable text selection tool",
44
44
  "handToolLabel": "Hand tool",
45
45
  "handToolTooltip": "Enable hand tool",
46
46
  "documentPropertiesLabel": "Document properties",
@@ -88,7 +88,7 @@
88
88
  "annotationToggleShowTooltip": "Show annotation tools",
89
89
  "annotationToggleHideTooltip": "Hide annotation tools",
90
90
  "annotationTextSelectionLabel": "Text selection tool",
91
- "annotationTextSelectionTooltip": "Enable text selection tool",
91
+ "annotationTextSelectionTooltip": "Text selection",
92
92
  "annotationHighlightLabel": "Highlight",
93
93
  "annotationHighlightTooltip": "Highlight",
94
94
  "annotationHighlightColorTooltip": "Change highlight color",
package/dist/types.d.ts CHANGED
@@ -269,5 +269,5 @@ export interface AnnotationEventCallback {
269
269
  onAnnotationDeleted?: AnnotationCallback;
270
270
  }
271
271
  export interface AnnotationPluginApi {
272
- exportToPdf: (annotations: Annotation[]) => Promise<Uint8Array | null>;
272
+ exportToPdf: (annotations: Annotation[], deletedAnnotationIds?: string[]) => Promise<Uint8Array | null>;
273
273
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.2.0-rc.12",
4
+ "version": "1.2.0-rc.14",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",