@univerjs/preset-sheets-node-core 0.8.2 → 0.8.3-nightly.202507011607
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/cjs/locales/ko-KR.js +1 -0
- package/lib/es/locales/ko-KR.js +13 -0
- package/lib/locales/ko-KR.js +13 -0
- package/lib/types/locales/ko-KR.d.ts +2 -0
- package/lib/umd/index.js +13 -13
- package/lib/umd/locales/ko-KR.js +14 -0
- package/package.json +20 -19
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// @univerjs/sheets/locale/ko-KR
|
|
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.UniverSheetsKoKR=t())})(this,function(){"use strict";return{sheets:{tabs:{sheetCopy:"(복사본{0})",sheet:"시트"},info:{overlappingSelections:"겹치는 영역에서는 해당 명령을 사용할 수 없습니다.",acrossMergedCell:"병합된 셀을 가로지름",partOfCell:"병합된 셀의 일부만 선택됨",hideSheet:"이 시트를 숨기면 표시되는 시트가 없습니다."}}}});
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// @univerjs/sheets-formula/locale/ko-KR
|
|
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.UniverSheetsFormulaKoKR=n())})(this,function(){"use strict";return{formula:{progress:{analyzing:"분석 중",calculating:"계산 중","array-analysis":"배열 분석","array-calculation":"배열 계산",done:"완료"}}}});
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// @univerjs/sheets-sort/locale/ko-KR
|
|
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.UniverSheetsSortKoKR=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/ko-KR
|
|
14
|
+
(function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o(require("@univerjs/core"),require("@univerjs/sheets/locale/ko-KR"),require("@univerjs/sheets-formula/locale/ko-KR"),require("@univerjs/sheets-sort/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets/locale/ko-KR","@univerjs/sheets-formula/locale/ko-KR","@univerjs/sheets-sort/locale/ko-KR"],o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsNodeCoreKoKR=o(e.UniverCore,e.UniverSheetsKoKR,e.UniverSheetsFormulaKoKR,e.UniverSheetsSortKoKR))})(this,function(e,o,r,s){"use strict";return e.merge({},o,r,s)});
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-node-core",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3-nightly.202507011607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
|
-
"author": "DreamNum <developer@univer.ai>",
|
|
6
|
+
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"funding": {
|
|
9
9
|
"type": "opencollective",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"url": "https://github.com/dream-num/univer-presets/issues"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
|
-
"univer"
|
|
21
|
+
"univer",
|
|
22
|
+
"univer-preset"
|
|
22
23
|
],
|
|
23
24
|
"sideEffects": [
|
|
24
25
|
"*.css"
|
|
@@ -60,26 +61,26 @@
|
|
|
60
61
|
"rxjs": ">=7.0.0"
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
|
-
"@univerjs/docs": "0.8.
|
|
64
|
-
"@univerjs/engine-formula": "0.8.
|
|
65
|
-
"@univerjs/engine-render": "0.8.
|
|
66
|
-
"@univerjs/rpc-node": "0.8.
|
|
67
|
-
"@univerjs/sheets": "0.8.
|
|
68
|
-
"@univerjs/sheets-data-validation": "0.8.
|
|
69
|
-
"@univerjs/sheets-drawing": "0.8.
|
|
70
|
-
"@univerjs/sheets-filter": "0.8.
|
|
71
|
-
"@univerjs/sheets-formula": "0.8.
|
|
72
|
-
"@univerjs/sheets-hyper-link": "0.8.
|
|
73
|
-
"@univerjs/sheets-numfmt": "0.8.
|
|
74
|
-
"@univerjs/sheets-sort": "0.8.
|
|
75
|
-
"@univerjs/sheets-thread-comment": "0.8.
|
|
76
|
-
"@univerjs/thread-comment": "0.8.
|
|
64
|
+
"@univerjs/docs": "0.8.3-nightly.202507011607",
|
|
65
|
+
"@univerjs/engine-formula": "0.8.3-nightly.202507011607",
|
|
66
|
+
"@univerjs/engine-render": "0.8.3-nightly.202507011607",
|
|
67
|
+
"@univerjs/rpc-node": "0.8.3-nightly.202507011607",
|
|
68
|
+
"@univerjs/sheets": "0.8.3-nightly.202507011607",
|
|
69
|
+
"@univerjs/sheets-data-validation": "0.8.3-nightly.202507011607",
|
|
70
|
+
"@univerjs/sheets-drawing": "0.8.3-nightly.202507011607",
|
|
71
|
+
"@univerjs/sheets-filter": "0.8.3-nightly.202507011607",
|
|
72
|
+
"@univerjs/sheets-formula": "0.8.3-nightly.202507011607",
|
|
73
|
+
"@univerjs/sheets-hyper-link": "0.8.3-nightly.202507011607",
|
|
74
|
+
"@univerjs/sheets-numfmt": "0.8.3-nightly.202507011607",
|
|
75
|
+
"@univerjs/sheets-sort": "0.8.3-nightly.202507011607",
|
|
76
|
+
"@univerjs/sheets-thread-comment": "0.8.3-nightly.202507011607",
|
|
77
|
+
"@univerjs/thread-comment": "0.8.3-nightly.202507011607"
|
|
77
78
|
},
|
|
78
79
|
"devDependencies": {
|
|
79
|
-
"@univerjs/core": "0.8.
|
|
80
|
+
"@univerjs/core": "0.8.3-nightly.202507011607",
|
|
80
81
|
"rxjs": "7.8.2",
|
|
81
82
|
"typescript": "^5.8.3",
|
|
82
|
-
"@univerjs-infra/shared": "0.8.
|
|
83
|
+
"@univerjs-infra/shared": "0.8.3"
|
|
83
84
|
},
|
|
84
85
|
"scripts": {
|
|
85
86
|
"prebuild:preset": "tsx prepare.ts",
|