@univerjs/docs-drawing-ui 0.6.7-experimental.20250326-6499c07 → 0.6.7-experimental.20250328-3aaa828

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.
@@ -0,0 +1,62 @@
1
+ const e = {
2
+ docImage: {
3
+ title: "Image",
4
+ upload: {
5
+ float: "Insert Image"
6
+ },
7
+ panel: {
8
+ title: "Edit Image"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "Replace",
13
+ delete: "Delete",
14
+ edit: "Edit",
15
+ crop: "Crop",
16
+ reset: "Reset Size"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "Text Wrapping",
20
+ wrappingStyle: "Wrapping Style",
21
+ square: "Square",
22
+ topAndBottom: "Top and Bottom",
23
+ inline: "In line with text",
24
+ behindText: "Behind text",
25
+ inFrontText: "In front of text",
26
+ wrapText: "Wrap text",
27
+ bothSide: "Both sides",
28
+ leftOnly: "Left only",
29
+ rightOnly: "Right only",
30
+ distanceFromText: "Distance from text",
31
+ top: "Top(px)",
32
+ left: "Left(px)",
33
+ bottom: "Bottom(px)",
34
+ right: "Right(px)"
35
+ },
36
+ "image-position": {
37
+ title: "Position",
38
+ horizontal: "Horizontal",
39
+ vertical: "Vertical",
40
+ absolutePosition: "Absolute Position(px)",
41
+ relativePosition: "Relative Position",
42
+ toTheRightOf: "to the right of",
43
+ relativeTo: "relative to",
44
+ bellow: "bellow",
45
+ options: "Options",
46
+ moveObjectWithText: "Move object with text",
47
+ column: "Column",
48
+ margin: "Margin",
49
+ page: "Page",
50
+ line: "Line",
51
+ paragraph: "Paragraph"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "Image size exceeds limit, limit is {0}M",
55
+ invalidImageType: "Invalid image type",
56
+ exceedMaxCount: "Only {0} images can be uploaded at a time",
57
+ invalidImage: "Invalid image"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
@@ -0,0 +1,62 @@
1
+ const e = {
2
+ docImage: {
3
+ title: "تصویر",
4
+ upload: {
5
+ float: "درج تصویر"
6
+ },
7
+ panel: {
8
+ title: "ویرایش تصویر"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "تعویض",
13
+ delete: "حذف",
14
+ edit: "ویرایش",
15
+ crop: "کراپ",
16
+ reset: "بازنشانی اندازه"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "پیچش متن",
20
+ wrappingStyle: "سبک پیچش",
21
+ square: "مربع",
22
+ topAndBottom: "بالا و پایین",
23
+ inline: "در یک خط با متن",
24
+ behindText: "پشت متن",
25
+ inFrontText: "جلوی متن",
26
+ wrapText: "پیچش متن",
27
+ bothSide: "هر دو طرف",
28
+ leftOnly: "فقط سمت چپ",
29
+ rightOnly: "فقط سمت راست",
30
+ distanceFromText: "فاصله از متن",
31
+ top: "بالا(px)",
32
+ left: "چپ(px)",
33
+ bottom: "پایین(px)",
34
+ right: "راست(px)"
35
+ },
36
+ "image-position": {
37
+ title: "موقعیت",
38
+ horizontal: "افقی",
39
+ vertical: "عمودی",
40
+ absolutePosition: "موقعیت مطلق(px)",
41
+ relativePosition: "موقعیت نسبی",
42
+ toTheRightOf: "سمت راست",
43
+ relativeTo: "نسبت به",
44
+ bellow: "زیر",
45
+ options: "گزینه‌ها",
46
+ moveObjectWithText: "جابه‌جایی شیء با متن",
47
+ column: "ستون",
48
+ margin: "حاشیه",
49
+ page: "صفحه",
50
+ line: "خط",
51
+ paragraph: "پاراگراف"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "اندازه تصویر از حد مجاز فراتر رفته است، حد مجاز {0}M است",
55
+ invalidImageType: "نوع تصویر نامعتبر است",
56
+ exceedMaxCount: "فقط {0} تصویر می‌توانند همزمان آپلود شوند",
57
+ invalidImage: "تصویر نامعتبر است"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
@@ -0,0 +1,62 @@
1
+ const e = {
2
+ docImage: {
3
+ title: "Image",
4
+ upload: {
5
+ float: "Insérer une image"
6
+ },
7
+ panel: {
8
+ title: "Modifier l'image"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "Remplacer",
13
+ delete: "Supprimer",
14
+ edit: "Modifier",
15
+ crop: "Rogner",
16
+ reset: "Réinitialiser la taille"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "Habillage du texte",
20
+ wrappingStyle: "Style d'habillage",
21
+ square: "Carré",
22
+ topAndBottom: "Haut et bas",
23
+ inline: "Aligné avec le texte",
24
+ behindText: "Derrière le texte",
25
+ inFrontText: "Devant le texte",
26
+ wrapText: "Habiller le texte",
27
+ bothSide: "Des deux côtés",
28
+ leftOnly: "Seulement à gauche",
29
+ rightOnly: "Seulement à droite",
30
+ distanceFromText: "Distance du texte",
31
+ top: "Haut(px)",
32
+ left: "Gauche(px)",
33
+ bottom: "Bas(px)",
34
+ right: "Droite(px)"
35
+ },
36
+ "image-position": {
37
+ title: "Position",
38
+ horizontal: "Horizontal",
39
+ vertical: "Vertical",
40
+ absolutePosition: "Position absolue(px)",
41
+ relativePosition: "Position relative",
42
+ toTheRightOf: "à droite de",
43
+ relativeTo: "par rapport à",
44
+ bellow: "en dessous",
45
+ options: "Options",
46
+ moveObjectWithText: "Déplacer l'objet avec le texte",
47
+ column: "Colonne",
48
+ margin: "Marge",
49
+ page: "Page",
50
+ line: "Ligne",
51
+ paragraph: "Paragraphe"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "La taille de l'image dépasse la limite, la limite est de {0}M",
55
+ invalidImageType: "Type d'image invalide",
56
+ exceedMaxCount: "Seulement {0} images peuvent être téléchargées à la fois",
57
+ invalidImage: "Image invalide"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
@@ -0,0 +1,62 @@
1
+ const t = {
2
+ docImage: {
3
+ title: "Изображение",
4
+ upload: {
5
+ float: "Вставить изображение"
6
+ },
7
+ panel: {
8
+ title: "Редактировать изображение"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "Заменить",
13
+ delete: "Удалить",
14
+ edit: "Редактировать",
15
+ crop: "Обрезать",
16
+ reset: "Сбросить размер"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "Text Wrapping",
20
+ wrappingStyle: "Wrapping Style",
21
+ square: "Square",
22
+ topAndBottom: "Top and Bottom",
23
+ inline: "In line with text",
24
+ behindText: "Behind text",
25
+ inFrontText: "In front of text",
26
+ wrapText: "Wrap text",
27
+ bothSide: "Both sides",
28
+ leftOnly: "Left only",
29
+ rightOnly: "Right only",
30
+ distanceFromText: "Distance from text",
31
+ top: "Top(px)",
32
+ left: "Left(px)",
33
+ bottom: "Bottom(px)",
34
+ right: "Right(px)"
35
+ },
36
+ "image-position": {
37
+ title: "Position",
38
+ horizontal: "Horizontal",
39
+ vertical: "Vertical",
40
+ absolutePosition: "Absolute Position(px)",
41
+ relativePosition: "Relative Position",
42
+ toTheRightOf: "to the right of",
43
+ relativeTo: "relative to",
44
+ bellow: "bellow",
45
+ options: "Options",
46
+ moveObjectWithText: "Move object with text",
47
+ column: "Column",
48
+ margin: "Margin",
49
+ page: "Page",
50
+ line: "Line",
51
+ paragraph: "Paragraph"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "Размер изображения превышает лимит, лимит составляет {0}М",
55
+ invalidImageType: "Недопустимый тип изображения",
56
+ exceedMaxCount: "За один раз можно загрузить только {0} изображений",
57
+ invalidImage: "Недопустимое изображение"
58
+ }
59
+ };
60
+ export {
61
+ t as default
62
+ };
@@ -0,0 +1,62 @@
1
+ const t = {
2
+ docImage: {
3
+ title: "Hình ảnh",
4
+ upload: {
5
+ float: "Chèn hình ảnh"
6
+ },
7
+ panel: {
8
+ title: "Chỉnh sửa hình ảnh"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "Thay thế",
13
+ delete: "Xóa",
14
+ edit: "Chỉnh sửa",
15
+ crop: "Cắt",
16
+ reset: "Đặt lại kích thước"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "Text Wrapping",
20
+ wrappingStyle: "Wrapping Style",
21
+ square: "Square",
22
+ topAndBottom: "Top and Bottom",
23
+ inline: "In line with text",
24
+ behindText: "Behind text",
25
+ inFrontText: "In front of text",
26
+ wrapText: "Wrap text",
27
+ bothSide: "Both sides",
28
+ leftOnly: "Left only",
29
+ rightOnly: "Right only",
30
+ distanceFromText: "Distance from text",
31
+ top: "Top(px)",
32
+ left: "Left(px)",
33
+ bottom: "Bottom(px)",
34
+ right: "Right(px)"
35
+ },
36
+ "image-position": {
37
+ title: "Position",
38
+ horizontal: "Horizontal",
39
+ vertical: "Vertical",
40
+ absolutePosition: "Absolute Position(px)",
41
+ relativePosition: "Relative Position",
42
+ toTheRightOf: "to the right of",
43
+ relativeTo: "relative to",
44
+ bellow: "bellow",
45
+ options: "Options",
46
+ moveObjectWithText: "Move object with text",
47
+ column: "Column",
48
+ margin: "Margin",
49
+ page: "Page",
50
+ line: "Line",
51
+ paragraph: "Paragraph"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "Kích thước hình ảnh vượt quá giới hạn, giới hạn là {0}M",
55
+ invalidImageType: "Loại hình ảnh không hợp lệ",
56
+ exceedMaxCount: "Chỉ có thể tải lên tối đa {0} hình ảnh một lần",
57
+ invalidImage: "Hình ảnh không hợp lệ"
58
+ }
59
+ };
60
+ export {
61
+ t as default
62
+ };
@@ -0,0 +1,62 @@
1
+ const e = {
2
+ docImage: {
3
+ title: "图片",
4
+ upload: {
5
+ float: "插入图片"
6
+ },
7
+ panel: {
8
+ title: "编辑图片"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "替换",
13
+ delete: "删除",
14
+ edit: "编辑",
15
+ crop: "裁剪",
16
+ reset: "重置大小"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "文字环绕",
20
+ wrappingStyle: "环绕方式",
21
+ square: "四周型",
22
+ topAndBottom: "上下型",
23
+ inline: "嵌入型",
24
+ behindText: "衬于文字下方",
25
+ inFrontText: "浮于文字上方",
26
+ wrapText: "自动换行",
27
+ bothSide: "两侧",
28
+ leftOnly: "左侧",
29
+ rightOnly: "右侧",
30
+ distanceFromText: "距正文",
31
+ top: "上(px)",
32
+ left: "左(px)",
33
+ bottom: "下(px)",
34
+ right: "右(px)"
35
+ },
36
+ "image-position": {
37
+ title: "位置",
38
+ horizontal: "水平",
39
+ vertical: "垂直",
40
+ absolutePosition: "绝对位置(px)",
41
+ relativePosition: "相对位置",
42
+ toTheRightOf: "右侧",
43
+ relativeTo: "相对于",
44
+ bellow: "下方",
45
+ options: "选项",
46
+ moveObjectWithText: "对象随文字移动",
47
+ column: "栏",
48
+ margin: "页边距",
49
+ page: "页面",
50
+ line: "行",
51
+ paragraph: "段落"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "图片大小超过限制, 限制为{0}M",
55
+ invalidImageType: "图片类型错误",
56
+ exceedMaxCount: "图片只能一次上传{0}张",
57
+ invalidImage: "无效图片"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
@@ -0,0 +1,62 @@
1
+ const e = {
2
+ docImage: {
3
+ title: "圖片",
4
+ upload: {
5
+ float: "插入圖片"
6
+ },
7
+ panel: {
8
+ title: "編圖"
9
+ }
10
+ },
11
+ "image-popup": {
12
+ replace: "替換",
13
+ delete: "刪除",
14
+ edit: "編輯",
15
+ crop: "裁切",
16
+ reset: "重置大小"
17
+ },
18
+ "image-text-wrap": {
19
+ title: "文字环绕",
20
+ wrappingStyle: "环绕方式",
21
+ square: "四周型",
22
+ topAndBottom: "上下型",
23
+ inline: "嵌入型",
24
+ behindText: "衬于文字下方",
25
+ inFrontText: "浮于文字上方",
26
+ wrapText: "自动换行",
27
+ bothSide: "两侧",
28
+ leftOnly: "左侧",
29
+ rightOnly: "右侧",
30
+ distanceFromText: "距正文",
31
+ top: "上(px)",
32
+ left: "左(px)",
33
+ bottom: "下(px)",
34
+ right: "右(px)"
35
+ },
36
+ "image-position": {
37
+ title: "位置",
38
+ horizontal: "水平",
39
+ vertical: "垂直",
40
+ absolutePosition: "绝对位置(px)",
41
+ relativePosition: "相对位置",
42
+ toTheRightOf: "右侧",
43
+ relativeTo: "相对于",
44
+ bellow: "下方",
45
+ options: "选项",
46
+ moveObjectWithText: "对象随文字移动",
47
+ column: "栏",
48
+ margin: "页边距",
49
+ page: "页面",
50
+ line: "行",
51
+ paragraph: "段落"
52
+ },
53
+ "update-status": {
54
+ exceedMaxSize: "圖片大小超過限制, 限制為{0}M",
55
+ invalidImageType: "圖片類型錯誤",
56
+ exceedMaxCount: "圖片只能一次上傳{0}張",
57
+ invalidImage: "無效圖片"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-drawing-ui",
3
- "version": "0.6.7-experimental.20250326-6499c07",
3
+ "version": "0.6.7-experimental.20250328-3aaa828",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -48,20 +48,20 @@
48
48
  "lib"
49
49
  ],
50
50
  "peerDependencies": {
51
- "react": ">=16.9.0",
51
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
52
52
  "rxjs": ">=7.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@univerjs/icons": "^0.2.28",
56
- "@univerjs/core": "0.6.7-experimental.20250326-6499c07",
57
- "@univerjs/design": "0.6.7-experimental.20250326-6499c07",
58
- "@univerjs/docs-drawing": "0.6.7-experimental.20250326-6499c07",
59
- "@univerjs/docs": "0.6.7-experimental.20250326-6499c07",
60
- "@univerjs/docs-ui": "0.6.7-experimental.20250326-6499c07",
61
- "@univerjs/drawing-ui": "0.6.7-experimental.20250326-6499c07",
62
- "@univerjs/engine-render": "0.6.7-experimental.20250326-6499c07",
63
- "@univerjs/ui": "0.6.7-experimental.20250326-6499c07",
64
- "@univerjs/drawing": "0.6.7-experimental.20250326-6499c07"
55
+ "@univerjs/icons": "^0.2.30",
56
+ "@univerjs/core": "0.6.7-experimental.20250328-3aaa828",
57
+ "@univerjs/docs": "0.6.7-experimental.20250328-3aaa828",
58
+ "@univerjs/design": "0.6.7-experimental.20250328-3aaa828",
59
+ "@univerjs/docs-drawing": "0.6.7-experimental.20250328-3aaa828",
60
+ "@univerjs/docs-ui": "0.6.7-experimental.20250328-3aaa828",
61
+ "@univerjs/drawing": "0.6.7-experimental.20250328-3aaa828",
62
+ "@univerjs/drawing-ui": "0.6.7-experimental.20250328-3aaa828",
63
+ "@univerjs/engine-render": "0.6.7-experimental.20250328-3aaa828",
64
+ "@univerjs/ui": "0.6.7-experimental.20250328-3aaa828"
65
65
  },
66
66
  "devDependencies": {
67
67
  "less": "^4.2.2",