@univerjs/preset-sheets-node-core 0.12.2-nightly.202511241159 → 0.12.3
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.
- package/lib/umd/index.js +6 -6
- package/lib/umd/locales/ja-JP.js +1 -1
- package/package.json +17 -17
package/lib/umd/locales/ja-JP.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @univerjs/sheets/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.UniverSheetsJaJP=t())})(this,(function(){"use strict";return{sheets:{tabs:{sheetCopy:"(
|
|
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.UniverSheetsJaJP=t())})(this,(function(){"use strict";return{sheets:{tabs:{sheetCopy:"(コピー{0})",sheet:"シート"},info:{overlappingSelections:"そのコマンドは、重なり合う選択範囲に対しては使用できません。",acrossMergedCell:"結合セルをまたいでいます",partOfCell:"結合セルの一部が選択されています",hideSheet:"表示されるシートがなくなるため、このシートを非表示にできません。"}}}}));
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// @univerjs/sheets-formula/locale/ja-JP
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-node-core",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -61,26 +61,26 @@
|
|
|
61
61
|
"rxjs": ">=7.0.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@univerjs/docs": "0.12.
|
|
65
|
-
"@univerjs/engine-formula": "0.12.
|
|
66
|
-
"@univerjs/engine-render": "0.12.
|
|
67
|
-
"@univerjs/rpc-node": "0.12.
|
|
68
|
-
"@univerjs/sheets": "0.12.
|
|
69
|
-
"@univerjs/sheets-data-validation": "0.12.
|
|
70
|
-
"@univerjs/sheets-drawing": "0.12.
|
|
71
|
-
"@univerjs/sheets-filter": "0.12.
|
|
72
|
-
"@univerjs/sheets-formula": "0.12.
|
|
73
|
-
"@univerjs/sheets-hyper-link": "0.12.
|
|
74
|
-
"@univerjs/sheets-numfmt": "0.12.
|
|
75
|
-
"@univerjs/sheets-sort": "0.12.
|
|
76
|
-
"@univerjs/sheets-thread-comment": "0.12.
|
|
77
|
-
"@univerjs/thread-comment": "0.12.
|
|
64
|
+
"@univerjs/docs": "0.12.3",
|
|
65
|
+
"@univerjs/engine-formula": "0.12.3",
|
|
66
|
+
"@univerjs/engine-render": "0.12.3",
|
|
67
|
+
"@univerjs/rpc-node": "0.12.3",
|
|
68
|
+
"@univerjs/sheets": "0.12.3",
|
|
69
|
+
"@univerjs/sheets-data-validation": "0.12.3",
|
|
70
|
+
"@univerjs/sheets-drawing": "0.12.3",
|
|
71
|
+
"@univerjs/sheets-filter": "0.12.3",
|
|
72
|
+
"@univerjs/sheets-formula": "0.12.3",
|
|
73
|
+
"@univerjs/sheets-hyper-link": "0.12.3",
|
|
74
|
+
"@univerjs/sheets-numfmt": "0.12.3",
|
|
75
|
+
"@univerjs/sheets-sort": "0.12.3",
|
|
76
|
+
"@univerjs/sheets-thread-comment": "0.12.3",
|
|
77
|
+
"@univerjs/thread-comment": "0.12.3"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@univerjs/core": "0.12.
|
|
80
|
+
"@univerjs/core": "0.12.3",
|
|
81
81
|
"rxjs": "7.8.2",
|
|
82
82
|
"typescript": "^5.9.3",
|
|
83
|
-
"@univerjs-infra/shared": "0.12.
|
|
83
|
+
"@univerjs-infra/shared": "0.12.3"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
86
|
"prebuild:preset": "tsx prepare.ts",
|