@vue-pdf-viewer/shared 0.0.0-experimental.17 → 0.0.0-experimental.19

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.
@@ -95,5 +95,6 @@
95
95
  "annotationCommentTooltip": "Comment",
96
96
  "annotationImageLabel": "Image",
97
97
  "annotationImageTooltip": "Add image",
98
- "annotationImageUnsupportedFileMessage": "Unsupported file type"
98
+ "annotationImageUnsupportedFileMessage": "Unsupported file type",
99
+ "annotationImageDeleteTooltip": "Delete image"
99
100
  }
@@ -95,5 +95,6 @@
95
95
  "annotationCommentTooltip": "Commento",
96
96
  "annotationImageLabel": "Immagine",
97
97
  "annotationImageTooltip": "Aggiungi immagine",
98
- "annotationImageUnsupportedFileMessage": "Tipo di file non supportato"
98
+ "annotationImageUnsupportedFileMessage": "Tipo di file non supportato",
99
+ "annotationImageDeleteTooltip": "Elimina immagine"
99
100
  }
@@ -95,5 +95,6 @@
95
95
  "annotationCommentTooltip": "Comentário",
96
96
  "annotationImageLabel": "Imagem",
97
97
  "annotationImageTooltip": "Adicionar imagem",
98
- "annotationImageUnsupportedFileMessage": "Tipo de arquivo não suportado"
98
+ "annotationImageUnsupportedFileMessage": "Tipo de arquivo não suportado",
99
+ "annotationImageDeleteTooltip": "Excluir imagem"
99
100
  }
@@ -95,5 +95,6 @@
95
95
  "annotationCommentTooltip": "ความคิดเห็น",
96
96
  "annotationImageLabel": "รูปภาพ",
97
97
  "annotationImageTooltip": "เพิ่มรูปภาพ",
98
- "annotationImageUnsupportedFileMessage": "ประเภทไฟล์ไม่รองรับ"
98
+ "annotationImageUnsupportedFileMessage": "ประเภทไฟล์ไม่รองรับ",
99
+ "annotationImageDeleteTooltip": "ลบรูปภาพ"
99
100
  }
@@ -95,5 +95,6 @@
95
95
  "annotationCommentTooltip": "注释",
96
96
  "annotationImageLabel": "图片",
97
97
  "annotationImageTooltip": "添加图片",
98
- "annotationImageUnsupportedFileMessage": "不支持的文件类型"
98
+ "annotationImageUnsupportedFileMessage": "不支持的文件类型",
99
+ "annotationImageDeleteTooltip": "删除图片"
99
100
  }
package/dist/types.d.ts CHANGED
@@ -97,13 +97,12 @@ export type Localization = {
97
97
  annotationImageLabel: string;
98
98
  annotationImageTooltip: string;
99
99
  annotationImageUnsupportedFileMessage: string;
100
+ annotationImageDeleteTooltip: string;
100
101
  };
101
- export type AnnotationSlug = "highlight" | "freeText" | "signature" | "image";
102
102
  export type ToolbarDirection = "top" | "left" | "right";
103
103
  export interface PluginItem {
104
104
  id: string;
105
105
  component: Component;
106
- slug: AnnotationSlug;
107
106
  toolbarDirection: ToolbarDirection;
108
107
  }
109
108
  export interface PluginContext {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "0.0.0-experimental.17",
4
+ "version": "0.0.0-experimental.19",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",