@univerjs/sheets-sort 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 @@
|
|
|
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 @@
|
|
|
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.UniverSheetsSortJaJP=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.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A library for sorting data in Univer Sheet",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"lib"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@univerjs/core": "0.
|
|
62
|
-
"@univerjs/engine-formula": "0.
|
|
63
|
-
"@univerjs/sheets": "0.
|
|
61
|
+
"@univerjs/core": "0.12.0",
|
|
62
|
+
"@univerjs/engine-formula": "0.12.0",
|
|
63
|
+
"@univerjs/sheets": "0.12.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"typescript": "^5.9.3",
|
|
67
|
-
"vite": "^7.
|
|
67
|
+
"vite": "^7.2.2",
|
|
68
68
|
"vitest": "^3.2.4",
|
|
69
|
-
"@univerjs-infra/shared": "0.
|
|
69
|
+
"@univerjs-infra/shared": "0.12.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
72
|
"test": "vitest run",
|