@univerjs/sheets-sort 0.10.4-nightly.202508220605 → 0.10.5-nightly.202508290716

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.
@@ -1 +1 @@
1
- "use strict";const o={sheetsSort:{title:"Sort",toolbar:{"sort-asc":"ascending order","sort-desc":"descending order","sort-custom":"custom order"},"context-menu":{"sort-asc":"ascending order","sort-desc":"descending order","sort-custom":"custom order"}}};module.exports=o;
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;
@@ -1,18 +1,18 @@
1
- const o = {
1
+ const t = {
2
2
  sheetsSort: {
3
3
  title: "Sort",
4
4
  toolbar: {
5
- "sort-asc": "ascending order",
6
- "sort-desc": "descending order",
7
- "sort-custom": "custom order"
5
+ "sort-asc": "по возрастанию",
6
+ "sort-desc": "по убыванию",
7
+ "sort-custom": "пользовательский выбор"
8
8
  },
9
9
  "context-menu": {
10
- "sort-asc": "ascending order",
11
- "sort-desc": "descending order",
12
- "sort-custom": "custom order"
10
+ "sort-asc": "по возрастанию",
11
+ "sort-desc": "по убыванию",
12
+ "sort-custom": "пользовательский выбор"
13
13
  }
14
14
  }
15
15
  };
16
16
  export {
17
- o as default
17
+ t as default
18
18
  };
@@ -1,18 +1,18 @@
1
- const o = {
1
+ const t = {
2
2
  sheetsSort: {
3
3
  title: "Sort",
4
4
  toolbar: {
5
- "sort-asc": "ascending order",
6
- "sort-desc": "descending order",
7
- "sort-custom": "custom order"
5
+ "sort-asc": "по возрастанию",
6
+ "sort-desc": "по убыванию",
7
+ "sort-custom": "пользовательский выбор"
8
8
  },
9
9
  "context-menu": {
10
- "sort-asc": "ascending order",
11
- "sort-desc": "descending order",
12
- "sort-custom": "custom order"
10
+ "sort-asc": "по возрастанию",
11
+ "sort-desc": "по убыванию",
12
+ "sort-custom": "пользовательский выбор"
13
13
  }
14
14
  }
15
15
  };
16
16
  export {
17
- o as default
17
+ t as default
18
18
  };
@@ -1 +1 @@
1
- (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsSortRuRU=o())})(this,(function(){"use strict";return{sheetsSort:{title:"Sort",toolbar:{"sort-asc":"ascending order","sort-desc":"descending order","sort-custom":"custom order"},"context-menu":{"sort-asc":"ascending order","sort-desc":"descending order","sort-custom":"custom order"}}}}));
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.4-nightly.202508220605",
3
+ "version": "0.10.5-nightly.202508290716",
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.4-nightly.202508220605",
62
- "@univerjs/engine-formula": "0.10.4-nightly.202508220605",
63
- "@univerjs/sheets": "0.10.4-nightly.202508220605"
61
+ "@univerjs/core": "0.10.5-nightly.202508290716",
62
+ "@univerjs/sheets": "0.10.5-nightly.202508290716",
63
+ "@univerjs/engine-formula": "0.10.5-nightly.202508290716"
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.4"
69
+ "@univerjs-infra/shared": "0.10.5"
70
70
  },
71
71
  "scripts": {
72
72
  "test": "vitest run",