@univerjs/docs-drawing-ui 0.10.14-nightly.202511080715 → 0.11.0-nightly.202511151013

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 @@
1
+ "use strict";const e={docImage:{title:"画像",upload:{float:"画像を挿入"},panel:{title:"画像の編集"}},"image-popup":{replace:"置換",delete:"削除",edit:"編集",crop:"トリミング",reset:"サイズをリセット"},"image-text-wrap":{title:"文字列の折り返し",wrappingStyle:"折り返しのスタイル",square:"四角形",topAndBottom:"上下",inline:"行内",behindText:"文字列の背面",inFrontText:"文字列の前面",wrapText:"文字列の折り返し",bothSide:"両側",leftOnly:"左のみ",rightOnly:"右のみ",distanceFromText:"文字列からの距離",top:"上(px)",left:"左(px)",bottom:"下(px)",right:"右(px)"},"image-position":{title:"位置",horizontal:"水平方向",vertical:"垂直方向",absolutePosition:"絶対位置(px)",relativePosition:"相対位置",toTheRightOf:"右側に",relativeTo:"基準に対して",bellow:"下に",options:"オプション",moveObjectWithText:"文字列と一緒にオブジェクトを移動",column:"列",margin:"余白",page:"ページ",line:"行",paragraph:"段落"},"update-status":{exceedMaxSize:"画像のサイズが制限を超えています。制限: {0}MB",invalidImageType:"無効な画像形式です",exceedMaxCount:"一度にアップロードできる最大数は{0}件です",invalidImage:"無効な画像です"}};module.exports=e;
@@ -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}MB",
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}MB",
55
+ invalidImageType: "無効な画像形式です",
56
+ exceedMaxCount: "一度にアップロードできる最大数は{0}件です",
57
+ invalidImage: "無効な画像です"
58
+ }
59
+ };
60
+ export {
61
+ e as default
62
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsDrawingUiJaJP=t())})(this,(function(){"use strict";return{docImage:{title:"画像",upload:{float:"画像を挿入"},panel:{title:"画像の編集"}},"image-popup":{replace:"置換",delete:"削除",edit:"編集",crop:"トリミング",reset:"サイズをリセット"},"image-text-wrap":{title:"文字列の折り返し",wrappingStyle:"折り返しのスタイル",square:"四角形",topAndBottom:"上下",inline:"行内",behindText:"文字列の背面",inFrontText:"文字列の前面",wrapText:"文字列の折り返し",bothSide:"両側",leftOnly:"左のみ",rightOnly:"右のみ",distanceFromText:"文字列からの距離",top:"上(px)",left:"左(px)",bottom:"下(px)",right:"右(px)"},"image-position":{title:"位置",horizontal:"水平方向",vertical:"垂直方向",absolutePosition:"絶対位置(px)",relativePosition:"相対位置",toTheRightOf:"右側に",relativeTo:"基準に対して",bellow:"下に",options:"オプション",moveObjectWithText:"文字列と一緒にオブジェクトを移動",column:"列",margin:"余白",page:"ページ",line:"行",paragraph:"段落"},"update-status":{exceedMaxSize:"画像のサイズが制限を超えています。制限: {0}MB",invalidImageType:"無効な画像形式です",exceedMaxCount:"一度にアップロードできる最大数は{0}件です",invalidImage:"無効な画像です"}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-drawing-ui",
3
- "version": "0.10.14-nightly.202511080715",
3
+ "version": "0.11.0-nightly.202511151013",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -52,15 +52,15 @@
52
52
  "rxjs": ">=7.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@univerjs/design": "0.10.14-nightly.202511080715",
56
- "@univerjs/docs": "0.10.14-nightly.202511080715",
57
- "@univerjs/docs-ui": "0.10.14-nightly.202511080715",
58
- "@univerjs/docs-drawing": "0.10.14-nightly.202511080715",
59
- "@univerjs/drawing-ui": "0.10.14-nightly.202511080715",
60
- "@univerjs/engine-render": "0.10.14-nightly.202511080715",
61
- "@univerjs/ui": "0.10.14-nightly.202511080715",
62
- "@univerjs/core": "0.10.14-nightly.202511080715",
63
- "@univerjs/drawing": "0.10.14-nightly.202511080715"
55
+ "@univerjs/core": "0.11.0-nightly.202511151013",
56
+ "@univerjs/design": "0.11.0-nightly.202511151013",
57
+ "@univerjs/docs": "0.11.0-nightly.202511151013",
58
+ "@univerjs/docs-drawing": "0.11.0-nightly.202511151013",
59
+ "@univerjs/docs-ui": "0.11.0-nightly.202511151013",
60
+ "@univerjs/drawing-ui": "0.11.0-nightly.202511151013",
61
+ "@univerjs/engine-render": "0.11.0-nightly.202511151013",
62
+ "@univerjs/ui": "0.11.0-nightly.202511151013",
63
+ "@univerjs/drawing": "0.11.0-nightly.202511151013"
64
64
  },
65
65
  "devDependencies": {
66
66
  "postcss": "^8.5.6",
@@ -68,9 +68,9 @@
68
68
  "rxjs": "^7.8.2",
69
69
  "tailwindcss": "3.4.18",
70
70
  "typescript": "^5.9.3",
71
- "vite": "^7.1.12",
71
+ "vite": "^7.2.2",
72
72
  "vitest": "^3.2.4",
73
- "@univerjs-infra/shared": "0.10.14"
73
+ "@univerjs-infra/shared": "0.11.0"
74
74
  },
75
75
  "scripts": {
76
76
  "test": "vitest run",