@vue-pdf-viewer/shared 1.1.1-rc.0 → 1.1.1

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.
@@ -89,7 +89,8 @@
89
89
  "annotationToggleHideTooltip": "Hide annotation tools",
90
90
  "annotationHighlightLabel": "Highlight",
91
91
  "annotationHighlightTooltip": "Highlight",
92
- "annotationHighlightColorPickerLabel": "Change highlight color",
92
+ "annotationHighlightColorTooltip": "Change highlight color",
93
+ "annotationHighlightColorPickerLabel": "Highlight color",
93
94
  "annotationHighlightDeleteTooltip": "Delete highlight",
94
95
  "annotationFreeTextLabel": "Free text",
95
96
  "annotationFreeTextTooltip": "Free text",
@@ -89,7 +89,8 @@
89
89
  "annotationToggleHideTooltip": "Nascondi strumenti annotazione",
90
90
  "annotationHighlightLabel": "Evidenzia",
91
91
  "annotationHighlightTooltip": "Evidenzia",
92
- "annotationHighlightColorPickerLabel": "Cambia colore evidenziazione",
92
+ "annotationHighlightColorTooltip": "Cambia colore evidenziazione",
93
+ "annotationHighlightColorPickerLabel": "Colore evidenziazione",
93
94
  "annotationHighlightDeleteTooltip": "Elimina evidenziazione",
94
95
  "annotationFreeTextLabel": "Testo libero",
95
96
  "annotationFreeTextTooltip": "Testo libero",
@@ -89,7 +89,8 @@
89
89
  "annotationToggleHideTooltip": "Ocultar ferramentas de anotação",
90
90
  "annotationHighlightLabel": "Destacar",
91
91
  "annotationHighlightTooltip": "Destacar",
92
- "annotationHighlightColorPickerLabel": "Alterar cor do destaque",
92
+ "annotationHighlightColorTooltip": "Alterar cor do destaque",
93
+ "annotationHighlightColorPickerLabel": "Cor de destaque",
93
94
  "annotationHighlightDeleteTooltip": "Excluir destaque",
94
95
  "annotationFreeTextLabel": "Texto livre",
95
96
  "annotationFreeTextTooltip": "Texto livre",
@@ -89,7 +89,8 @@
89
89
  "annotationToggleHideTooltip": "ซ่อนเครื่องมือการออกแบบ",
90
90
  "annotationHighlightLabel": "ไฮไลท์",
91
91
  "annotationHighlightTooltip": "ไฮไลท์",
92
- "annotationHighlightColorPickerLabel": "เปลี่ยนสีไฮไลท์",
92
+ "annotationHighlightColorTooltip": "เปลี่ยนสีไฮไลท์",
93
+ "annotationHighlightColorPickerLabel": "สีไฮไลท์",
93
94
  "annotationHighlightDeleteTooltip": "ลบไฮไลท์",
94
95
  "annotationFreeTextLabel": "ข้อความ",
95
96
  "annotationFreeTextTooltip": "ข้อความ",
@@ -89,7 +89,8 @@
89
89
  "annotationToggleHideTooltip": "隐藏注释工具",
90
90
  "annotationHighlightLabel": "高亮",
91
91
  "annotationHighlightTooltip": "高亮",
92
- "annotationHighlightColorPickerLabel": "更改高亮颜色",
92
+ "annotationHighlightColorTooltip": "更改高亮颜色",
93
+ "annotationHighlightColorPickerLabel": "高亮颜色",
93
94
  "annotationHighlightDeleteTooltip": "删除高亮",
94
95
  "annotationFreeTextLabel": "自由文本",
95
96
  "annotationFreeTextTooltip": "自由文本",
package/dist/types.d.ts CHANGED
@@ -92,6 +92,7 @@ export type Localization = {
92
92
  annotationToggleHideTooltip: string;
93
93
  annotationHighlightLabel: string;
94
94
  annotationHighlightTooltip: string;
95
+ annotationHighlightColorTooltip: string;
95
96
  annotationHighlightColorPickerLabel: string;
96
97
  annotationHighlightDeleteTooltip: string;
97
98
  annotationFreeTextLabel: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.1.1-rc.0",
4
+ "version": "1.1.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",