@univerjs/preset-sheets-node-core 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,14 @@
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:"(복사본{0})",sheet:"시트"},info:{overlappingSelections:"겹치는 영역에서는 해당 명령을 사용할 수 없습니다.",acrossMergedCell:"병합된 셀을 가로지름",partOfCell:"병합된 셀의 일부만 선택됨",hideSheet:"이 시트를 숨기면 표시되는 시트가 없습니다."}}}}));
3
+
4
+
5
+ // @univerjs/sheets-formula/locale/ja-JP
6
+ (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.UniverSheetsFormulaJaJP=n())})(this,(function(){"use strict";return{formula:{progress:{analyzing:"解析中",calculating:"計算中","array-analysis":"配列の解析","array-calculation":"配列の計算",done:"完了"}}}}));
7
+
8
+
9
+ // @univerjs/sheets-sort/locale/ja-JP
10
+ (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.UniverSheetsSortJaJP=t())})(this,(function(){"use strict";return{sheetsSort:{title:"並べ替え",toolbar:{"sort-asc":"昇順","sort-desc":"降順","sort-custom":"カスタム順序"},"context-menu":{"sort-asc":"昇順","sort-desc":"降順","sort-custom":"カスタム順序"}}}}));
11
+
12
+
13
+ // locale/ja-JP
14
+ (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("@univerjs/core"),require("@univerjs/sheets/locale/ja-JP"),require("@univerjs/sheets-formula/locale/ja-JP"),require("@univerjs/sheets-sort/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets/locale/ja-JP","@univerjs/sheets-formula/locale/ja-JP","@univerjs/sheets-sort/locale/ja-JP"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsNodeCoreJaJP=s(e.UniverCore,e.UniverSheetsJaJP,e.UniverSheetsFormulaJaJP,e.UniverSheetsSortJaJP))})(this,(function(e,s,r,i){"use strict";return e.mergeLocales(s,r,i)}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-node-core",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
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.11.0",
65
- "@univerjs/engine-formula": "0.11.0",
66
- "@univerjs/engine-render": "0.11.0",
67
- "@univerjs/rpc-node": "0.11.0",
68
- "@univerjs/sheets": "0.11.0",
69
- "@univerjs/sheets-data-validation": "0.11.0",
70
- "@univerjs/sheets-drawing": "0.11.0",
71
- "@univerjs/sheets-filter": "0.11.0",
72
- "@univerjs/sheets-formula": "0.11.0",
73
- "@univerjs/sheets-hyper-link": "0.11.0",
74
- "@univerjs/sheets-numfmt": "0.11.0",
75
- "@univerjs/sheets-sort": "0.11.0",
76
- "@univerjs/sheets-thread-comment": "0.11.0",
77
- "@univerjs/thread-comment": "0.11.0"
64
+ "@univerjs/docs": "0.12.0",
65
+ "@univerjs/engine-formula": "0.12.0",
66
+ "@univerjs/engine-render": "0.12.0",
67
+ "@univerjs/rpc-node": "0.12.0",
68
+ "@univerjs/sheets": "0.12.0",
69
+ "@univerjs/sheets-data-validation": "0.12.0",
70
+ "@univerjs/sheets-drawing": "0.12.0",
71
+ "@univerjs/sheets-filter": "0.12.0",
72
+ "@univerjs/sheets-formula": "0.12.0",
73
+ "@univerjs/sheets-hyper-link": "0.12.0",
74
+ "@univerjs/sheets-numfmt": "0.12.0",
75
+ "@univerjs/sheets-sort": "0.12.0",
76
+ "@univerjs/sheets-thread-comment": "0.12.0",
77
+ "@univerjs/thread-comment": "0.12.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@univerjs/core": "0.11.0",
80
+ "@univerjs/core": "0.12.0",
81
81
  "rxjs": "7.8.2",
82
82
  "typescript": "^5.9.3",
83
- "@univerjs-infra/shared": "0.11.0"
83
+ "@univerjs-infra/shared": "0.12.0"
84
84
  },
85
85
  "scripts": {
86
86
  "prebuild:preset": "tsx prepare.ts",