@univerjs/sheets-drawing-ui 0.12.3 → 0.12.4

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.
Files changed (65) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +2 -2
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/facade.js +439 -395
  15. package/lib/es/index.js +1786 -1234
  16. package/lib/es/locale/ca-ES.js +15 -2
  17. package/lib/es/locale/en-US.js +13 -0
  18. package/lib/es/locale/es-ES.js +13 -0
  19. package/lib/es/locale/fa-IR.js +13 -0
  20. package/lib/es/locale/fr-FR.js +13 -0
  21. package/lib/es/locale/ja-JP.js +13 -0
  22. package/lib/es/locale/ko-KR.js +13 -0
  23. package/lib/es/locale/ru-RU.js +13 -0
  24. package/lib/es/locale/vi-VN.js +13 -0
  25. package/lib/es/locale/zh-CN.js +13 -0
  26. package/lib/es/locale/zh-TW.js +17 -4
  27. package/lib/facade.js +439 -395
  28. package/lib/index.css +1 -1
  29. package/lib/index.js +1786 -1234
  30. package/lib/locale/ca-ES.js +15 -2
  31. package/lib/locale/en-US.js +13 -0
  32. package/lib/locale/es-ES.js +13 -0
  33. package/lib/locale/fa-IR.js +13 -0
  34. package/lib/locale/fr-FR.js +13 -0
  35. package/lib/locale/ja-JP.js +13 -0
  36. package/lib/locale/ko-KR.js +13 -0
  37. package/lib/locale/ru-RU.js +13 -0
  38. package/lib/locale/vi-VN.js +13 -0
  39. package/lib/locale/zh-CN.js +13 -0
  40. package/lib/locale/zh-TW.js +17 -4
  41. package/lib/types/commands/commands/save-cell-images.command.d.ts +2 -0
  42. package/lib/types/facade/f-range.d.ts +40 -0
  43. package/lib/types/facade/f-worksheet.d.ts +29 -0
  44. package/lib/types/index.d.ts +3 -1
  45. package/lib/types/locale/en-US.d.ts +13 -0
  46. package/lib/types/services/batch-save-images.service.d.ts +148 -0
  47. package/lib/types/services/canvas-float-dom-manager.service.d.ts +2 -0
  48. package/lib/types/views/batch-save-images/BatchSaveImagesDialog.d.ts +16 -0
  49. package/lib/types/views/batch-save-images/component-name.d.ts +16 -0
  50. package/lib/types/views/batch-save-images/index.d.ts +17 -0
  51. package/lib/types/views/menu/save-images.menu.d.ts +4 -0
  52. package/lib/umd/facade.js +1 -1
  53. package/lib/umd/index.js +2 -2
  54. package/lib/umd/locale/ca-ES.js +1 -1
  55. package/lib/umd/locale/en-US.js +1 -1
  56. package/lib/umd/locale/es-ES.js +1 -1
  57. package/lib/umd/locale/fa-IR.js +1 -1
  58. package/lib/umd/locale/fr-FR.js +1 -1
  59. package/lib/umd/locale/ja-JP.js +1 -1
  60. package/lib/umd/locale/ko-KR.js +1 -1
  61. package/lib/umd/locale/ru-RU.js +1 -1
  62. package/lib/umd/locale/vi-VN.js +1 -1
  63. package/lib/umd/locale/zh-CN.js +1 -1
  64. package/lib/umd/locale/zh-TW.js +1 -1
  65. package/package.json +16 -15
@@ -1,4 +1,4 @@
1
- const a = {
1
+ const e = {
2
2
  sheetImage: {
3
3
  title: "Imatge",
4
4
  upload: {
@@ -7,6 +7,19 @@ const a = {
7
7
  },
8
8
  panel: {
9
9
  title: "Edita la imatge"
10
+ },
11
+ save: {
12
+ title: "Desa les imatges de cel·la",
13
+ menuLabel: "Desa les imatges de cel·la",
14
+ imageCount: "Nombre d'imatges",
15
+ fileNameConfig: "Nom del fitxer",
16
+ useRowCol: "Utilitza l'adreça de la cel·la (A1, B2...)",
17
+ useColumnValue: "Utilitza el valor de la columna",
18
+ selectColumn: "Selecciona la columna",
19
+ cancel: "Cancel·la",
20
+ confirm: "Desa",
21
+ saving: "Desant...",
22
+ error: "No s'han pogut desar les imatges de cel·la"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -35,5 +48,5 @@ const a = {
35
48
  }
36
49
  };
37
50
  export {
38
- a as default
51
+ e as default
39
52
  };
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "Edit Image"
10
+ },
11
+ save: {
12
+ title: "Save Cell Images",
13
+ menuLabel: "Save Cell Images",
14
+ imageCount: "Image Count",
15
+ fileNameConfig: "File Name",
16
+ useRowCol: "Use Cell Address (A1, B2...)",
17
+ useColumnValue: "Use Column Value",
18
+ selectColumn: "Select Column",
19
+ cancel: "Cancel",
20
+ confirm: "Save",
21
+ saving: "Saving...",
22
+ error: "Failed to save cell images"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "Editar imagen"
10
+ },
11
+ save: {
12
+ title: "Guardar imágenes de celda",
13
+ menuLabel: "Guardar imágenes de celda",
14
+ imageCount: "Cantidad de imágenes",
15
+ fileNameConfig: "Nombre del archivo",
16
+ useRowCol: "Usar dirección de celda (A1, B2...)",
17
+ useColumnValue: "Usar valor de columna",
18
+ selectColumn: "Seleccionar columna",
19
+ cancel: "Cancelar",
20
+ confirm: "Guardar",
21
+ saving: "Guardando...",
22
+ error: "Error al guardar las imágenes de celda"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "ویرایش تصویر"
10
+ },
11
+ save: {
12
+ title: "ذخیره تصاویر سلول",
13
+ menuLabel: "ذخیره تصاویر سلول",
14
+ imageCount: "تعداد تصاویر",
15
+ fileNameConfig: "نام فایل",
16
+ useRowCol: "استفاده از آدرس سلول (A1, B2...)",
17
+ useColumnValue: "استفاده از مقدار ستون",
18
+ selectColumn: "انتخاب ستون",
19
+ cancel: "لغو",
20
+ confirm: "ذخیره",
21
+ saving: "در حال ذخیره...",
22
+ error: "ذخیره تصاویر سلول ناموفق بود"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "Modifier l'image"
10
+ },
11
+ save: {
12
+ title: "Enregistrer les images de cellule",
13
+ menuLabel: "Enregistrer les images de cellule",
14
+ imageCount: "Nombre d'images",
15
+ fileNameConfig: "Nom du fichier",
16
+ useRowCol: "Utiliser l'adresse de cellule (A1, B2...)",
17
+ useColumnValue: "Utiliser la valeur de la colonne",
18
+ selectColumn: "Sélectionner la colonne",
19
+ cancel: "Annuler",
20
+ confirm: "Enregistrer",
21
+ saving: "Enregistrement...",
22
+ error: "Échec de l'enregistrement des images de cellule"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "画像の編集"
10
+ },
11
+ save: {
12
+ title: "セル画像を保存",
13
+ menuLabel: "セル画像を保存",
14
+ imageCount: "画像数",
15
+ fileNameConfig: "ファイル名",
16
+ useRowCol: "セルアドレスを使用 (A1, B2...)",
17
+ useColumnValue: "列の値を使用",
18
+ selectColumn: "列を選択",
19
+ cancel: "キャンセル",
20
+ confirm: "保存",
21
+ saving: "保存中...",
22
+ error: "セル画像の保存に失敗しました"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "이미지 편집"
10
+ },
11
+ save: {
12
+ title: "셀 이미지 저장",
13
+ menuLabel: "셀 이미지 저장",
14
+ imageCount: "이미지 수",
15
+ fileNameConfig: "파일 이름",
16
+ useRowCol: "셀 주소 사용 (A1, B2...)",
17
+ useColumnValue: "열 값 사용",
18
+ selectColumn: "열 선택",
19
+ cancel: "취소",
20
+ confirm: "저장",
21
+ saving: "저장 중...",
22
+ error: "셀 이미지 저장 실패"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "Редактировать изображение"
10
+ },
11
+ save: {
12
+ title: "Сохранить изображения ячеек",
13
+ menuLabel: "Сохранить изображения ячеек",
14
+ imageCount: "Количество изображений",
15
+ fileNameConfig: "Имя файла",
16
+ useRowCol: "Использовать адрес ячейки (A1, B2...)",
17
+ useColumnValue: "Использовать значение столбца",
18
+ selectColumn: "Выбрать столбец",
19
+ cancel: "Отмена",
20
+ confirm: "Сохранить",
21
+ saving: "Сохранение...",
22
+ error: "Не удалось сохранить изображения ячеек"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const h = {
7
7
  },
8
8
  panel: {
9
9
  title: "Chỉnh sửa hình ảnh"
10
+ },
11
+ save: {
12
+ title: "Lưu hình ảnh ô",
13
+ menuLabel: "Lưu hình ảnh ô",
14
+ imageCount: "Số lượng hình ảnh",
15
+ fileNameConfig: "Tên tệp",
16
+ useRowCol: "Sử dụng địa chỉ ô (A1, B2...)",
17
+ useColumnValue: "Sử dụng giá trị cột",
18
+ selectColumn: "Chọn cột",
19
+ cancel: "Hủy",
20
+ confirm: "Lưu",
21
+ saving: "Đang lưu...",
22
+ error: "Lưu hình ảnh ô thất bại"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "编辑图片"
10
+ },
11
+ save: {
12
+ title: "保存单元格图片",
13
+ menuLabel: "保存单元格图片",
14
+ imageCount: "图片数量",
15
+ fileNameConfig: "文件名",
16
+ useRowCol: "使用单元格地址 (A1, B2...)",
17
+ useColumnValue: "使用某列的值",
18
+ selectColumn: "选择列",
19
+ cancel: "取消",
20
+ confirm: "保存",
21
+ saving: "保存中...",
22
+ error: "保存单元格图片失败"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -7,6 +7,19 @@ const e = {
7
7
  },
8
8
  panel: {
9
9
  title: "編圖"
10
+ },
11
+ save: {
12
+ title: "儲存儲存格圖片",
13
+ menuLabel: "儲存儲存格圖片",
14
+ imageCount: "圖片數量",
15
+ fileNameConfig: "檔案名稱",
16
+ useRowCol: "使用儲存格地址 (A1, B2...)",
17
+ useColumnValue: "使用某欄的值",
18
+ selectColumn: "選擇欄",
19
+ cancel: "取消",
20
+ confirm: "儲存",
21
+ saving: "儲存中...",
22
+ error: "儲存儲存格圖片失敗"
10
23
  }
11
24
  },
12
25
  "image-popup": {
@@ -20,7 +33,7 @@ const e = {
20
33
  title: "錨點屬性",
21
34
  both: "與儲存格一起移動和調整大小",
22
35
  position: "移動但不調整大小與儲存格",
23
- none: "不要移動或調整大小與單元格"
36
+ none: "不要移動或調整大小與儲存格"
24
37
  },
25
38
  "update-status": {
26
39
  exceedMaxSize: "圖片大小超過限制, 限制為{0}M",
@@ -29,9 +42,9 @@ const e = {
29
42
  invalidImage: "無效圖片"
30
43
  },
31
44
  "cell-image": {
32
- pasteTitle: "粘貼為儲存格圖片",
33
- pasteContent: "粘貼儲存格圖片將覆蓋儲存格中的現有內容,繼續粘貼",
34
- pasteError: "此單元中不支持儲存格圖片複製粘貼"
45
+ pasteTitle: "貼上為儲存格圖片",
46
+ pasteContent: "貼上儲存格圖片將覆蓋儲存格中的現有內容,繼續貼上",
47
+ pasteError: "此儲存格不支援儲存格圖片複製貼上"
35
48
  }
36
49
  };
37
50
  export {