@univerjs/preset-sheets-drawing 0.11.0 → 0.12.1

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=require("@univerjs/core"),r=require("@univerjs/drawing-ui/locale/ja-JP"),s=require("@univerjs/sheets-drawing-ui/locale/ja-JP"),i=e.mergeLocales(r,s);module.exports=i;
@@ -0,0 +1,10 @@
1
+ import { mergeLocales as r } from "@univerjs/core";
2
+ import e from "@univerjs/drawing-ui/locale/ja-JP";
3
+ import i from "@univerjs/sheets-drawing-ui/locale/ja-JP";
4
+ const t = r(
5
+ e,
6
+ i
7
+ );
8
+ export {
9
+ t as default
10
+ };
@@ -0,0 +1,10 @@
1
+ import { mergeLocales as r } from "@univerjs/core";
2
+ import e from "@univerjs/drawing-ui/locale/ja-JP";
3
+ import i from "@univerjs/sheets-drawing-ui/locale/ja-JP";
4
+ const t = r(
5
+ e,
6
+ i
7
+ );
8
+ export {
9
+ t as default
10
+ };
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,10 @@
1
+ // @univerjs/drawing-ui/locale/ja-JP
2
+ (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.UniverDrawingUiJaJP=t())})(this,(function(){"use strict";return{"image-popup":{replace:"置換",delete:"削除",edit:"編集",crop:"トリミング",reset:"サイズをリセット"},"image-cropper":{error:"画像以外のオブジェクトはトリミングできません。"},"image-panel":{arrange:{title:"配置",forward:"前面へ移動",backward:"背面へ移動",front:"最前面へ移動",back:"最背面へ移動"},transform:{title:"変形",rotate:"回転 (°)",x:"X座標 (px)",y:"Y座標 (px)",width:"幅 (px)",height:"高さ (px)",lock:"縦横比を固定 (%)"},crop:{title:"トリミング",start:"トリミングを開始",mode:"自由モード"},group:{title:"グループ",group:"グループ化",reGroup:"再グループ化",unGroup:"グループ解除"},align:{title:"整列",default:"整列タイプを選択",left:"左揃え",center:"中央揃え",right:"右揃え",top:"上揃え",middle:"中央揃え",bottom:"下揃え",horizon:"水平間隔を均等に配分",vertical:"垂直間隔を均等に配分"},null:"選択されたオブジェクトがありません"},"drawing-view":"描画",shortcut:{"drawing-move-down":"図形を下へ移動","drawing-move-up":"図形を上へ移動","drawing-move-left":"図形を左へ移動","drawing-move-right":"図形を右へ移動","drawing-delete":"図形を削除"}}}));
3
+
4
+
5
+ // @univerjs/sheets-drawing-ui/locale/ja-JP
6
+ (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.UniverSheetsDrawingUiJaJP=t())})(this,(function(){"use strict";return{sheetImage:{title:"이미지",upload:{float:"플로팅 이미지",cell:"셀 내 이미지"},panel:{title:"이미지 편집"}},"image-popup":{replace:"바꾸기",delete:"삭제",edit:"편집",crop:"자르기",reset:"원래 크기"},"drawing-anchor":{title:"고정 위치 설정",both:"셀과 함께 이동 및 크기 조절",position:"셀과 함께 이동하되 크기 변경 안 함",none:"셀과 함께 이동 및 크기 조절 안 함"},"update-status":{exceedMaxSize:"이미지 크기가 제한({0}MB)을 초과했습니다",invalidImageType:"지원하지 않는 이미지 형식입니다",exceedMaxCount:"한 번에 {0}개까지만 업로드할 수 있습니다",invalidImage:"유효하지 않은 이미지입니다"},"cell-image":{pasteTitle:"셀 이미지로 붙여넣기",pasteContent:"셀 이미지 붙여넣기는 기존 셀 내용을 덮어씁니다. 계속 진행하시겠습니까?",pasteError:"이 단위에서는 시트 셀 이미지 복사 붙여넣기를 지원하지 않습니다"}}}));
7
+
8
+
9
+ // locale/ja-JP
10
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/ja-JP"),require("@univerjs/sheets-drawing-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/ja-JP","@univerjs/sheets-drawing-ui/locale/ja-JP"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingJaJP=i(e.UniverCore,e.UniverDrawingUiJaJP,e.UniverSheetsDrawingUiJaJP))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-drawing",
3
- "version": "0.11.0",
3
+ "version": "0.12.1",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -58,19 +58,19 @@
58
58
  "rxjs": ">=7.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@univerjs/docs-drawing": "0.11.0",
62
- "@univerjs/drawing": "0.11.0",
63
- "@univerjs/drawing-ui": "0.11.0",
64
- "@univerjs/sheets-drawing": "0.11.0",
65
- "@univerjs/sheets-drawing-ui": "0.11.0"
61
+ "@univerjs/docs-drawing": "0.12.1",
62
+ "@univerjs/drawing": "0.12.1",
63
+ "@univerjs/drawing-ui": "0.12.1",
64
+ "@univerjs/sheets-drawing": "0.12.1",
65
+ "@univerjs/sheets-drawing-ui": "0.12.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@univerjs/core": "0.11.0",
68
+ "@univerjs/core": "0.12.1",
69
69
  "react": "18.3.1",
70
70
  "react-dom": "18.3.1",
71
71
  "rxjs": "7.8.2",
72
72
  "typescript": "^5.9.3",
73
- "@univerjs-infra/shared": "0.11.0"
73
+ "@univerjs-infra/shared": "0.12.1"
74
74
  },
75
75
  "scripts": {
76
76
  "prebuild:preset": "tsx prepare.ts",