@univerjs/sheets-sort 0.8.2-nightly.202506231607 → 0.8.2-nightly.202506251607

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 t={sheetsSort:{title:"정렬",toolbar:{"sort-asc":"오름차순","sort-desc":"내림차순","sort-custom":"사용자 정의 순서"},"context-menu":{"sort-asc":"오름차순","sort-desc":"내림차순","sort-custom":"사용자 정의 순서"}}};module.exports=t;
@@ -0,0 +1,18 @@
1
+ const t = {
2
+ sheetsSort: {
3
+ title: "정렬",
4
+ toolbar: {
5
+ "sort-asc": "오름차순",
6
+ "sort-desc": "내림차순",
7
+ "sort-custom": "사용자 정의 순서"
8
+ },
9
+ "context-menu": {
10
+ "sort-asc": "오름차순",
11
+ "sort-desc": "내림차순",
12
+ "sort-custom": "사용자 정의 순서"
13
+ }
14
+ }
15
+ };
16
+ export {
17
+ t as default
18
+ };
@@ -0,0 +1,18 @@
1
+ const t = {
2
+ sheetsSort: {
3
+ title: "정렬",
4
+ toolbar: {
5
+ "sort-asc": "오름차순",
6
+ "sort-desc": "내림차순",
7
+ "sort-custom": "사용자 정의 순서"
8
+ },
9
+ "context-menu": {
10
+ "sort-asc": "오름차순",
11
+ "sort-desc": "내림차순",
12
+ "sort-custom": "사용자 정의 순서"
13
+ }
14
+ }
15
+ };
16
+ export {
17
+ t as default
18
+ };
@@ -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,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":"사용자 정의 순서"}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-sort",
3
- "version": "0.8.2-nightly.202506231607",
3
+ "version": "0.8.2-nightly.202506251607",
4
4
  "private": false,
5
5
  "description": "A library for sorting data in Univer Sheet",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -58,9 +58,9 @@
58
58
  "lib"
59
59
  ],
60
60
  "dependencies": {
61
- "@univerjs/core": "0.8.2-nightly.202506231607",
62
- "@univerjs/sheets": "0.8.2-nightly.202506231607",
63
- "@univerjs/engine-formula": "0.8.2-nightly.202506231607"
61
+ "@univerjs/core": "0.8.2-nightly.202506251607",
62
+ "@univerjs/sheets": "0.8.2-nightly.202506251607",
63
+ "@univerjs/engine-formula": "0.8.2-nightly.202506251607"
64
64
  },
65
65
  "devDependencies": {
66
66
  "typescript": "^5.8.3",