@univerjs/preset-sheets-sort 0.8.2-nightly.202506251607 → 0.8.2
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/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-sort",
|
|
3
|
-
"version": "0.8.2
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
|
-
"author": "DreamNum
|
|
6
|
+
"author": "DreamNum <developer@univer.ai>",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"funding": {
|
|
9
9
|
"type": "opencollective",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"url": "https://github.com/dream-num/univer-presets/issues"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
|
-
"univer"
|
|
22
|
-
"univer-preset"
|
|
21
|
+
"univer"
|
|
23
22
|
],
|
|
24
23
|
"sideEffects": [
|
|
25
24
|
"*.css"
|
|
@@ -58,16 +57,16 @@
|
|
|
58
57
|
"rxjs": ">=7.0.0"
|
|
59
58
|
},
|
|
60
59
|
"dependencies": {
|
|
61
|
-
"@univerjs/sheets-sort": "0.8.2
|
|
62
|
-
"@univerjs/sheets-sort-ui": "0.8.2
|
|
60
|
+
"@univerjs/sheets-sort": "0.8.2",
|
|
61
|
+
"@univerjs/sheets-sort-ui": "0.8.2"
|
|
63
62
|
},
|
|
64
63
|
"devDependencies": {
|
|
65
|
-
"@univerjs/core": "0.8.2
|
|
64
|
+
"@univerjs/core": "0.8.2",
|
|
66
65
|
"react": "18.3.1",
|
|
67
66
|
"react-dom": "18.3.1",
|
|
68
67
|
"rxjs": "7.8.2",
|
|
69
68
|
"typescript": "^5.8.3",
|
|
70
|
-
"@univerjs-infra/shared": "0.8.2
|
|
69
|
+
"@univerjs-infra/shared": "0.8.2"
|
|
71
70
|
},
|
|
72
71
|
"scripts": {
|
|
73
72
|
"prebuild:preset": "tsx prepare.ts",
|
package/lib/cjs/locales/ko-KR.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-sort/locale/ko-KR"),r=require("@univerjs/sheets-sort-ui/locale/ko-KR"),t=e.merge({},s,r);module.exports=t;
|
package/lib/es/locales/ko-KR.js
DELETED
package/lib/locales/ko-KR.js
DELETED
package/lib/umd/locales/ko-KR.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// @univerjs/sheets-sort/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.UniverSheetsSortKoKR=t())})(this,function(){"use strict";return{sheetsSort:{title:"정렬",toolbar:{"sort-asc":"오름차순","sort-desc":"내림차순","sort-custom":"사용자 정의 순서"},"context-menu":{"sort-asc":"오름차순","sort-desc":"내림차순","sort-custom":"사용자 정의 순서"}}}});
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// @univerjs/sheets-sort-ui/locale/ko-KR
|
|
6
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r():typeof define=="function"&&define.amd?define(r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsSortUiKoKR=r())})(this,function(){"use strict";return{"sheets-sort":{general:{sort:"정렬","sort-asc":"오름차순","sort-desc":"내림차순","sort-custom":"사용자 정의 순서","sort-asc-ext":"오름차순 확장","sort-desc-ext":"내림차순 확장","sort-asc-cur":"오름차순","sort-desc-cur":"내림차순"},error:{"merge-size":"선택한 범위에 서로 다른 크기의 병합 셀이 있어 정렬할 수 없습니다.",empty:"선택한 범위에 내용이 없어 정렬할 수 없습니다.",single:"선택한 범위에 한 행만 있어 정렬할 수 없습니다.","formula-array":"선택한 범위에 배열 수식이 있어 정렬할 수 없습니다."},dialog:{"sort-reminder":"정렬 알림","sort-reminder-desc":"범위 정렬 확장 또는 범위 정렬 유지?","sort-reminder-ext":"범위 정렬 확장","sort-reminder-no":"범위 정렬 유지","first-row-check":"첫 번째 행은 정렬에 참여하지 않습니다","add-condition":"조건 추가",cancel:"취소",confirm:"확인"}}}});
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
// locale/ko-KR
|
|
10
|
-
(function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o(require("@univerjs/core"),require("@univerjs/sheets-sort/locale/ko-KR"),require("@univerjs/sheets-sort-ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-sort/locale/ko-KR","@univerjs/sheets-sort-ui/locale/ko-KR"],o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsSortKoKR=o(e.UniverCore,e.UniverSheetsSortKoKR,e.UniverSheetsSortUiKoKR))})(this,function(e,o,r){"use strict";return e.merge({},o,r)});
|