@univerjs/preset-sheets-sort 0.11.0 → 0.12.1
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 e=require("@univerjs/core"),s=require("@univerjs/sheets-sort/locale/ja-JP"),r=require("@univerjs/sheets-sort-ui/locale/ja-JP"),t=e.mergeLocales(s,r);module.exports=t;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// @univerjs/sheets-sort/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.UniverSheetsSortJaJP=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/ja-JP
|
|
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.UniverSheetsSortUiJaJP=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:"選択範囲に1行しか含まれていないため、並べ替えができません。","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/ja-JP
|
|
10
|
+
(function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("@univerjs/core"),require("@univerjs/sheets-sort/locale/ja-JP"),require("@univerjs/sheets-sort-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-sort/locale/ja-JP","@univerjs/sheets-sort-ui/locale/ja-JP"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsSortJaJP=s(e.UniverCore,e.UniverSheetsSortJaJP,e.UniverSheetsSortUiJaJP))})(this,(function(e,s,r){"use strict";return e.mergeLocales(s,r)}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-sort",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"rxjs": ">=7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@univerjs/sheets-sort": "0.
|
|
62
|
-
"@univerjs/sheets-sort-ui": "0.
|
|
61
|
+
"@univerjs/sheets-sort": "0.12.1",
|
|
62
|
+
"@univerjs/sheets-sort-ui": "0.12.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@univerjs/core": "0.
|
|
65
|
+
"@univerjs/core": "0.12.1",
|
|
66
66
|
"react": "18.3.1",
|
|
67
67
|
"react-dom": "18.3.1",
|
|
68
68
|
"rxjs": "7.8.2",
|
|
69
69
|
"typescript": "^5.9.3",
|
|
70
|
-
"@univerjs-infra/shared": "0.
|
|
70
|
+
"@univerjs-infra/shared": "0.12.1"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"prebuild:preset": "tsx prepare.ts",
|