@vue-pdf-viewer/shared 1.0.0-alpha.2 → 1.0.0-alpha.3

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.
@@ -88,6 +88,8 @@
88
88
  "annotationFreeTextLabel": "Free text",
89
89
  "annotationFreeTextTooltip": "Free text",
90
90
  "annotationFreeTextDeleteTooltip": "Delete free text",
91
+ "annotationFreeTextTextStyleLabel": "Text style",
92
+ "annotationFreeTextFontColorLabel": "Font color",
91
93
  "annotationSignatureLabel": "Signature",
92
94
  "annotationSignatureTooltip": "Signature",
93
95
  "annotationSignatureAddLabel": "Add new signature",
@@ -88,6 +88,8 @@
88
88
  "annotationFreeTextLabel": "Testo libero",
89
89
  "annotationFreeTextTooltip": "Testo libero",
90
90
  "annotationFreeTextDeleteTooltip": "Elimina testo libero",
91
+ "annotationFreeTextTextStyleLabel": "Stile testo",
92
+ "annotationFreeTextFontColorLabel": "Colore testo",
91
93
  "annotationSignatureLabel": "Firma",
92
94
  "annotationSignatureTooltip": "Firma",
93
95
  "annotationSignatureAddLabel": "Aggiungi nuova firma",
@@ -88,6 +88,8 @@
88
88
  "annotationFreeTextLabel": "Texto livre",
89
89
  "annotationFreeTextTooltip": "Texto livre",
90
90
  "annotationFreeTextDeleteTooltip": "Excluir texto livre",
91
+ "annotationFreeTextTextStyleLabel": "Estilo de texto",
92
+ "annotationFreeTextFontColorLabel": "Cor da fonte",
91
93
  "annotationSignatureLabel": "Assinatura",
92
94
  "annotationSignatureTooltip": "Assinatura",
93
95
  "annotationSignatureAddLabel": "Adicionar nova assinatura",
@@ -88,6 +88,8 @@
88
88
  "annotationFreeTextLabel": "ข้อความ",
89
89
  "annotationFreeTextTooltip": "ข้อความ",
90
90
  "annotationFreeTextDeleteTooltip": "ลบข้อความ",
91
+ "annotationFreeTextTextStyleLabel": "รูปแบบข้อความ",
92
+ "annotationFreeTextFontColorLabel": "สีข้อความ",
91
93
  "annotationSignatureLabel": "ลายเซ็น",
92
94
  "annotationSignatureTooltip": "ลายเซ็น",
93
95
  "annotationSignatureAddLabel": "เพิ่มลายเซ็นใหม่",
@@ -88,6 +88,8 @@
88
88
  "annotationFreeTextLabel": "自由文本",
89
89
  "annotationFreeTextTooltip": "自由文本",
90
90
  "annotationFreeTextDeleteTooltip": "删除自由文本",
91
+ "annotationFreeTextTextStyleLabel": "文本样式",
92
+ "annotationFreeTextFontColorLabel": "文本颜色",
91
93
  "annotationSignatureLabel": "签名",
92
94
  "annotationSignatureTooltip": "签名",
93
95
  "annotationSignatureAddLabel": "添加新签名",
package/dist/types.d.ts CHANGED
@@ -89,6 +89,8 @@ export type Localization = {
89
89
  annotationFreeTextLabel: string;
90
90
  annotationFreeTextTooltip: string;
91
91
  annotationFreeTextDeleteTooltip: string;
92
+ annotationFreeTextTextStyleLabel: string;
93
+ annotationFreeTextFontColorLabel: string;
92
94
  annotationSignatureLabel: string;
93
95
  annotationSignatureTooltip: string;
94
96
  annotationSignatureAddLabel: 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.0.0-alpha.2",
4
+ "version": "1.0.0-alpha.3",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",