@univerjs/sheets-sort 0.10.5 → 0.10.6
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/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const t={sheetsSort:{title:"Sort",toolbar:{"sort-asc":"по возрастанию","sort-desc":"по убыванию","sort-custom":"пользовательский выбор"},"context-menu":{"sort-asc":"по возрастанию","sort-desc":"по убыванию","sort-custom":"пользовательский выбор"}}};module.exports=t;
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
const
|
|
1
|
+
const t = {
|
|
2
2
|
sheetsSort: {
|
|
3
3
|
title: "Sort",
|
|
4
4
|
toolbar: {
|
|
5
|
-
"sort-asc": "
|
|
6
|
-
"sort-desc": "
|
|
7
|
-
"sort-custom": "
|
|
5
|
+
"sort-asc": "по возрастанию",
|
|
6
|
+
"sort-desc": "по убыванию",
|
|
7
|
+
"sort-custom": "пользовательский выбор"
|
|
8
8
|
},
|
|
9
9
|
"context-menu": {
|
|
10
|
-
"sort-asc": "
|
|
11
|
-
"sort-desc": "
|
|
12
|
-
"sort-custom": "
|
|
10
|
+
"sort-asc": "по возрастанию",
|
|
11
|
+
"sort-desc": "по убыванию",
|
|
12
|
+
"sort-custom": "пользовательский выбор"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
t as default
|
|
18
18
|
};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
const
|
|
1
|
+
const t = {
|
|
2
2
|
sheetsSort: {
|
|
3
3
|
title: "Sort",
|
|
4
4
|
toolbar: {
|
|
5
|
-
"sort-asc": "
|
|
6
|
-
"sort-desc": "
|
|
7
|
-
"sort-custom": "
|
|
5
|
+
"sort-asc": "по возрастанию",
|
|
6
|
+
"sort-desc": "по убыванию",
|
|
7
|
+
"sort-custom": "пользовательский выбор"
|
|
8
8
|
},
|
|
9
9
|
"context-menu": {
|
|
10
|
-
"sort-asc": "
|
|
11
|
-
"sort-desc": "
|
|
12
|
-
"sort-custom": "
|
|
10
|
+
"sort-asc": "по возрастанию",
|
|
11
|
+
"sort-desc": "по убыванию",
|
|
12
|
+
"sort-custom": "пользовательский выбор"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
t as default
|
|
18
18
|
};
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,
|
|
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.UniverSheetsSortRuRU=t())})(this,(function(){"use strict";return{sheetsSort:{title:"Sort",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.10.
|
|
3
|
+
"version": "0.10.6",
|
|
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.10.
|
|
62
|
-
"@univerjs/engine-formula": "0.10.
|
|
63
|
-
"@univerjs/sheets": "0.10.
|
|
61
|
+
"@univerjs/core": "0.10.6",
|
|
62
|
+
"@univerjs/engine-formula": "0.10.6",
|
|
63
|
+
"@univerjs/sheets": "0.10.6"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"typescript": "^5.9.2",
|
|
67
67
|
"vite": "^7.1.3",
|
|
68
68
|
"vitest": "^3.2.4",
|
|
69
|
-
"@univerjs-infra/shared": "0.10.
|
|
69
|
+
"@univerjs-infra/shared": "0.10.6"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
72
|
"test": "vitest run",
|