@univerjs/docs-drawing-ui 0.25.0 → 1.0.0-alpha.0

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 (94) hide show
  1. package/lib/cjs/index.js +1864 -1522
  2. package/lib/cjs/locale/ar-SA.js +5 -0
  3. package/lib/cjs/locale/ca-ES.js +5 -0
  4. package/lib/cjs/locale/de-DE.js +5 -0
  5. package/lib/cjs/locale/en-US.js +5 -0
  6. package/lib/cjs/locale/es-ES.js +5 -0
  7. package/lib/cjs/locale/fa-IR.js +5 -0
  8. package/lib/cjs/locale/fr-FR.js +5 -0
  9. package/lib/cjs/locale/id-ID.js +5 -0
  10. package/lib/cjs/locale/it-IT.js +5 -0
  11. package/lib/cjs/locale/ja-JP.js +5 -0
  12. package/lib/cjs/locale/ko-KR.js +5 -0
  13. package/lib/cjs/locale/pl-PL.js +5 -0
  14. package/lib/cjs/locale/pt-BR.js +5 -0
  15. package/lib/cjs/locale/ru-RU.js +5 -0
  16. package/lib/cjs/locale/sk-SK.js +5 -0
  17. package/lib/cjs/locale/vi-VN.js +5 -0
  18. package/lib/cjs/locale/zh-CN.js +5 -0
  19. package/lib/cjs/locale/zh-HK.js +5 -0
  20. package/lib/cjs/locale/zh-TW.js +5 -0
  21. package/lib/es/index.js +1860 -1522
  22. package/lib/es/locale/ar-SA.js +5 -0
  23. package/lib/es/locale/ca-ES.js +5 -0
  24. package/lib/es/locale/de-DE.js +5 -0
  25. package/lib/es/locale/en-US.js +5 -0
  26. package/lib/es/locale/es-ES.js +5 -0
  27. package/lib/es/locale/fa-IR.js +5 -0
  28. package/lib/es/locale/fr-FR.js +5 -0
  29. package/lib/es/locale/id-ID.js +5 -0
  30. package/lib/es/locale/it-IT.js +5 -0
  31. package/lib/es/locale/ja-JP.js +5 -0
  32. package/lib/es/locale/ko-KR.js +5 -0
  33. package/lib/es/locale/pl-PL.js +5 -0
  34. package/lib/es/locale/pt-BR.js +5 -0
  35. package/lib/es/locale/ru-RU.js +5 -0
  36. package/lib/es/locale/sk-SK.js +5 -0
  37. package/lib/es/locale/vi-VN.js +5 -0
  38. package/lib/es/locale/zh-CN.js +5 -0
  39. package/lib/es/locale/zh-HK.js +5 -0
  40. package/lib/es/locale/zh-TW.js +5 -0
  41. package/lib/index.js +1860 -1522
  42. package/lib/locale/ar-SA.js +5 -0
  43. package/lib/locale/ca-ES.js +5 -0
  44. package/lib/locale/de-DE.js +5 -0
  45. package/lib/locale/en-US.js +5 -0
  46. package/lib/locale/es-ES.js +5 -0
  47. package/lib/locale/fa-IR.js +5 -0
  48. package/lib/locale/fr-FR.js +5 -0
  49. package/lib/locale/id-ID.js +5 -0
  50. package/lib/locale/it-IT.js +5 -0
  51. package/lib/locale/ja-JP.js +5 -0
  52. package/lib/locale/ko-KR.js +5 -0
  53. package/lib/locale/pl-PL.js +5 -0
  54. package/lib/locale/pt-BR.js +5 -0
  55. package/lib/locale/ru-RU.js +5 -0
  56. package/lib/locale/sk-SK.js +5 -0
  57. package/lib/locale/vi-VN.js +5 -0
  58. package/lib/locale/zh-CN.js +5 -0
  59. package/lib/locale/zh-HK.js +5 -0
  60. package/lib/locale/zh-TW.js +5 -0
  61. package/lib/types/commands/commands/insert-shape.command.d.ts +18 -0
  62. package/lib/types/controllers/components.controller.d.ts +22 -0
  63. package/lib/types/controllers/render-controllers/doc-drawing-transform-update.controller.d.ts +67 -3
  64. package/lib/types/controllers/{doc-drawing.controller.d.ts → ui.controller.d.ts} +2 -3
  65. package/lib/types/index.d.ts +2 -0
  66. package/lib/types/locale/en-US.d.ts +7 -0
  67. package/lib/types/locale/types.d.ts +18 -0
  68. package/lib/types/menu/image.menu.d.ts +4 -2
  69. package/lib/types/menu/shape.menu.d.ts +26 -0
  70. package/lib/types/views/{printing-float-dom/index.d.ts → DocPrintingFloatDom.d.ts} +3 -1
  71. package/lib/types/views/doc-image-panel/DocDrawingPanel.d.ts +1 -1
  72. package/lib/types/views/doc-image-panel/DocDrawingPosition.d.ts +1 -1
  73. package/lib/types/views/doc-image-panel/DocDrawingTextWrap.d.ts +1 -1
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +13 -12
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "صورة",
5
5
  upload: { float: "إدراج صورة" },
6
+ shape: { insert: {
7
+ title: "إدراج شكل",
8
+ rectangle: "إدراج مستطيل",
9
+ ellipse: "إدراج قطع ناقص"
10
+ } },
6
11
  panel: { title: "تحرير الصورة" },
7
12
  "image-popup": {
8
13
  replace: "استبدال",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Imatge",
5
5
  upload: { float: "Insereix imatge" },
6
+ shape: { insert: {
7
+ title: "Insereix forma",
8
+ rectangle: "Insereix rectangle",
9
+ ellipse: "Insereix el·lipse"
10
+ } },
6
11
  panel: { title: "Edita la imatge" },
7
12
  "image-popup": {
8
13
  replace: "Reemplaça",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Bild",
5
5
  upload: { float: "Bild einfügen" },
6
+ shape: { insert: {
7
+ title: "Form einfügen",
8
+ rectangle: "Rechteck einfügen",
9
+ ellipse: "Ellipse einfügen"
10
+ } },
6
11
  panel: { title: "Bild bearbeiten" },
7
12
  "image-popup": {
8
13
  replace: "Ersetzen",
@@ -18,6 +18,11 @@
18
18
  const locale = { "docs-drawing-ui": {
19
19
  title: "Image",
20
20
  upload: { float: "Insert Image" },
21
+ shape: { insert: {
22
+ title: "Insert Shape",
23
+ rectangle: "Insert Rectangle",
24
+ ellipse: "Insert Ellipse"
25
+ } },
21
26
  panel: { title: "Edit Image" },
22
27
  "image-popup": {
23
28
  replace: "Replace",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Imagen",
5
5
  upload: { float: "Insertar imagen" },
6
+ shape: { insert: {
7
+ title: "Insertar forma",
8
+ rectangle: "Insertar rectángulo",
9
+ ellipse: "Insertar elipse"
10
+ } },
6
11
  panel: { title: "Editar imagen" },
7
12
  "image-popup": {
8
13
  replace: "Reemplazar",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "تصویر",
5
5
  upload: { float: "درج تصویر" },
6
+ shape: { insert: {
7
+ title: "درج شکل",
8
+ rectangle: "درج مستطیل",
9
+ ellipse: "بیضی را درج کنید"
10
+ } },
6
11
  panel: { title: "ویرایش تصویر" },
7
12
  "image-popup": {
8
13
  replace: "تعویض",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Image",
5
5
  upload: { float: "Insérer une image" },
6
+ shape: { insert: {
7
+ title: "Insérer une forme",
8
+ rectangle: "Insérer un rectangle",
9
+ ellipse: "Insérer une ellipse"
10
+ } },
6
11
  panel: { title: "Modifier l'image" },
7
12
  "image-popup": {
8
13
  replace: "Remplacer",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Gambar",
5
5
  upload: { float: "Sisipkan Gambar" },
6
+ shape: { insert: {
7
+ title: "Sisipkan Bentuk",
8
+ rectangle: "Sisipkan Persegi Panjang",
9
+ ellipse: "Sisipkan Elips"
10
+ } },
6
11
  panel: { title: "Edit Gambar" },
7
12
  "image-popup": {
8
13
  replace: "Ganti",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Immagine",
5
5
  upload: { float: "Inserisci immagine" },
6
+ shape: { insert: {
7
+ title: "Inserisci Forma",
8
+ rectangle: "Inserisci Rettangolo",
9
+ ellipse: "Inserisci Ellisse"
10
+ } },
6
11
  panel: { title: "Modifica immagine" },
7
12
  "image-popup": {
8
13
  replace: "Sostituisci",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "画像",
5
5
  upload: { float: "画像を挿入" },
6
+ shape: { insert: {
7
+ title: "図形の挿入",
8
+ rectangle: "四角形を挿入",
9
+ ellipse: "楕円を挿入"
10
+ } },
6
11
  panel: { title: "画像の編集" },
7
12
  "image-popup": {
8
13
  replace: "置換",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "이미지",
5
5
  upload: { float: "이미지 삽입" },
6
+ shape: { insert: {
7
+ title: "도형 삽입",
8
+ rectangle: "사각형 삽입",
9
+ ellipse: "타원 삽입"
10
+ } },
6
11
  panel: { title: "이미지 편집" },
7
12
  "image-popup": {
8
13
  replace: "교체",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Obraz",
5
5
  upload: { float: "Wstaw obraz" },
6
+ shape: { insert: {
7
+ title: "Wstaw kształt",
8
+ rectangle: "Wstaw prostokąt",
9
+ ellipse: "Wstaw elipsę"
10
+ } },
6
11
  panel: { title: "Edytuj obraz" },
7
12
  "image-popup": {
8
13
  replace: "Zamień",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Imagem",
5
5
  upload: { float: "Inserir imagem" },
6
+ shape: { insert: {
7
+ title: "Inserir Forma",
8
+ rectangle: "Inserir Retângulo",
9
+ ellipse: "Inserir Elipse"
10
+ } },
6
11
  panel: { title: "Editar imagem" },
7
12
  "image-popup": {
8
13
  replace: "Substituir",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Изображение",
5
5
  upload: { float: "Вставить изображение" },
6
+ shape: { insert: {
7
+ title: "Insert Shape",
8
+ rectangle: "Insert Rectangle",
9
+ ellipse: "Insert Ellipse"
10
+ } },
6
11
  panel: { title: "Редактировать изображение" },
7
12
  "image-popup": {
8
13
  replace: "Заменить",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Obrázok",
5
5
  upload: { float: "Vložiť obrázok" },
6
+ shape: { insert: {
7
+ title: "Vložiť tvar",
8
+ rectangle: "Vložiť obdĺžnik",
9
+ ellipse: "Vložiť elipsu"
10
+ } },
6
11
  panel: { title: "Upraviť obrázok" },
7
12
  "image-popup": {
8
13
  replace: "Nahradiť",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "Hình ảnh",
5
5
  upload: { float: "Chèn hình ảnh" },
6
+ shape: { insert: {
7
+ title: "Insert Shape",
8
+ rectangle: "Insert Rectangle",
9
+ ellipse: "Insert Ellipse"
10
+ } },
6
11
  panel: { title: "Chỉnh sửa hình ảnh" },
7
12
  "image-popup": {
8
13
  replace: "Thay thế",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "图片",
5
5
  upload: { float: "插入图片" },
6
+ shape: { insert: {
7
+ title: "插入图形",
8
+ rectangle: "插入矩形",
9
+ ellipse: "插入椭圆"
10
+ } },
6
11
  panel: { title: "编辑图片" },
7
12
  "image-popup": {
8
13
  replace: "替换",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "圖片",
5
5
  upload: { float: "插入圖片" },
6
+ shape: { insert: {
7
+ title: "Insert Shape",
8
+ rectangle: "Insert Rectangle",
9
+ ellipse: "Insert Ellipse"
10
+ } },
6
11
  panel: { title: "編圖" },
7
12
  "image-popup": {
8
13
  replace: "替換",
@@ -3,6 +3,11 @@
3
3
  const locale = { "docs-drawing-ui": {
4
4
  title: "圖片",
5
5
  upload: { float: "插入圖片" },
6
+ shape: { insert: {
7
+ title: "Insert Shape",
8
+ rectangle: "Insert Rectangle",
9
+ ellipse: "Insert Ellipse"
10
+ } },
6
11
  panel: { title: "編圖" },
7
12
  "image-popup": {
8
13
  replace: "替換",