@univerjs/sheets-zen-editor 0.11.0 → 0.12.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.
@@ -0,0 +1 @@
1
+ "use strict";const e={rightClick:{zenEditor:"禅モード"},shortcut:{sheet:{"zen-edit-cancel":"禅モードをキャンセル","zen-edit-confirm":"禅モードに移行"}}};module.exports=e;
@@ -1 +1 @@
1
- "use strict";const e={rightClick:{zenEditor:"전체 화면 편집기"},shortcut:{sheet:{"zen-edit-cancel":"전체 화면 편집 취소","zen-edit-confirm":"전체 화면 편집 확인"}}};module.exports=e;
1
+ "use strict";const e={rightClick:{zenEditor:" 에디터"},shortcut:{sheet:{"zen-edit-cancel":" 편집 취소","zen-edit-confirm":" 편집 확인"}}};module.exports=e;
@@ -0,0 +1,14 @@
1
+ const e = {
2
+ rightClick: {
3
+ zenEditor: "禅モード"
4
+ },
5
+ shortcut: {
6
+ sheet: {
7
+ "zen-edit-cancel": "禅モードをキャンセル",
8
+ "zen-edit-confirm": "禅モードに移行"
9
+ }
10
+ }
11
+ };
12
+ export {
13
+ e as default
14
+ };
@@ -1,11 +1,11 @@
1
1
  const e = {
2
2
  rightClick: {
3
- zenEditor: "전체 화면 편집기"
3
+ zenEditor: " 에디터"
4
4
  },
5
5
  shortcut: {
6
6
  sheet: {
7
- "zen-edit-cancel": "전체 화면 편집 취소",
8
- "zen-edit-confirm": "전체 화면 편집 확인"
7
+ "zen-edit-cancel": " 편집 취소",
8
+ "zen-edit-confirm": " 편집 확인"
9
9
  }
10
10
  }
11
11
  };
@@ -0,0 +1,14 @@
1
+ const e = {
2
+ rightClick: {
3
+ zenEditor: "禅モード"
4
+ },
5
+ shortcut: {
6
+ sheet: {
7
+ "zen-edit-cancel": "禅モードをキャンセル",
8
+ "zen-edit-confirm": "禅モードに移行"
9
+ }
10
+ }
11
+ };
12
+ export {
13
+ e as default
14
+ };
@@ -1,11 +1,11 @@
1
1
  const e = {
2
2
  rightClick: {
3
- zenEditor: "전체 화면 편집기"
3
+ zenEditor: " 에디터"
4
4
  },
5
5
  shortcut: {
6
6
  sheet: {
7
- "zen-edit-cancel": "전체 화면 편집 취소",
8
- "zen-edit-confirm": "전체 화면 편집 확인"
7
+ "zen-edit-cancel": " 편집 취소",
8
+ "zen-edit-confirm": " 편집 확인"
9
9
  }
10
10
  }
11
11
  };
@@ -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,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsZenEditorJaJP=n())})(this,(function(){"use strict";return{rightClick:{zenEditor:"禅モード"},shortcut:{sheet:{"zen-edit-cancel":"禅モードをキャンセル","zen-edit-confirm":"禅モードに移行"}}}}));
@@ -1 +1 @@
1
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsZenEditorKoKR=n())})(this,(function(){"use strict";return{rightClick:{zenEditor:"전체 화면 편집기"},shortcut:{sheet:{"zen-edit-cancel":"전체 화면 편집 취소","zen-edit-confirm":"전체 화면 편집 확인"}}}}));
1
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsZenEditorKoKR=n())})(this,(function(){"use strict";return{rightClick:{zenEditor:" 에디터"},shortcut:{sheet:{"zen-edit-cancel":" 편집 취소","zen-edit-confirm":" 편집 확인"}}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-zen-editor",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "private": false,
5
5
  "description": "Zen Editor plugin for Univer Sheets.",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -65,14 +65,14 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@univerjs/icons": "^1.0.2",
68
- "@univerjs/core": "0.11.0",
69
- "@univerjs/docs": "0.11.0",
70
- "@univerjs/docs-ui": "0.11.0",
71
- "@univerjs/design": "0.11.0",
72
- "@univerjs/sheets": "0.11.0",
73
- "@univerjs/sheets-ui": "0.11.0",
74
- "@univerjs/engine-render": "0.11.0",
75
- "@univerjs/ui": "0.11.0"
68
+ "@univerjs/docs": "0.12.0",
69
+ "@univerjs/design": "0.12.0",
70
+ "@univerjs/core": "0.12.0",
71
+ "@univerjs/engine-render": "0.12.0",
72
+ "@univerjs/sheets": "0.12.0",
73
+ "@univerjs/docs-ui": "0.12.0",
74
+ "@univerjs/sheets-ui": "0.12.0",
75
+ "@univerjs/ui": "0.12.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "postcss": "^8.5.6",
@@ -80,9 +80,9 @@
80
80
  "rxjs": "^7.8.2",
81
81
  "tailwindcss": "3.4.18",
82
82
  "typescript": "^5.9.3",
83
- "vite": "^7.1.12",
83
+ "vite": "^7.2.2",
84
84
  "vitest": "^3.2.4",
85
- "@univerjs-infra/shared": "0.11.0"
85
+ "@univerjs-infra/shared": "0.12.0"
86
86
  },
87
87
  "scripts": {
88
88
  "test": "vitest run",