@univerjs/sheets-sort 0.2.1 → 0.2.3

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/README.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # @univerjs/sheets-sort
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@univerjs/sheets-sort)](https://npmjs.org/packages/@univerjs/sheets-sort)
4
- [![license](https://img.shields.io/npm/l/@univerjs/sheets-sort)](https://img.shields.io/npm/l/@univerjs/sheets-sort)
3
+ ## Package Overview
4
+
5
+ | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
6
+ | --- | --- | --- | --- | --- | :---: | :---: |
7
+ | `@univerjs/sheets-sort` | `UniverSheetsSort` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ❌ | ⭕️ |
5
8
 
6
9
  ## Introduction
7
10
 
@@ -20,3 +23,9 @@ npm install @univerjs/sheets-sort
20
23
  # Using pnpm
21
24
  pnpm add @univerjs/sheets-sort
22
25
  ```
26
+
27
+ <!-- Links -->
28
+ [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/sheets-sort?style=flat-square
29
+ [npm-version-link]: https://npmjs.com/package/@univerjs/sheets-sort
30
+ [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/sheets-sort?style=flat-square
31
+ [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/sheets-sort?style=flat-square
@@ -0,0 +1,15 @@
1
+ {
2
+ "sheetsSort": {
3
+ "title": "Sort",
4
+ "toolbar": {
5
+ "sort-asc": "ascending order",
6
+ "sort-desc": "descending order",
7
+ "sort-custom": "custom order"
8
+ },
9
+ "context-menu": {
10
+ "sort-asc": "ascending order",
11
+ "sort-desc": "descending order",
12
+ "sort-custom": "custom order"
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "sheetsSort": {
3
+ "title": "Sắp xếp",
4
+ "toolbar": {
5
+ "sort-asc": "Tăng dần",
6
+ "sort-desc": "Giảm dần",
7
+ "sort-custom": "Sắp xếp tùy chỉnh"
8
+ },
9
+ "context-menu": {
10
+ "sort-asc": "Tăng dần",
11
+ "sort-desc": "Giảm dần",
12
+ "sort-custom": "Sắp xếp tùy chỉnh"
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-sort",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "description": "A library for sorting data in Univer Sheet",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -46,9 +46,9 @@
46
46
  ],
47
47
  "peerDependencies": {
48
48
  "@wendellhu/redi": "0.15.5",
49
- "@univerjs/core": "0.2.1",
50
- "@univerjs/sheets": "0.2.1",
51
- "@univerjs/engine-formula": "0.2.1"
49
+ "@univerjs/engine-formula": "0.2.3",
50
+ "@univerjs/sheets": "0.2.3",
51
+ "@univerjs/core": "0.2.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@wendellhu/redi": "0.15.5",
@@ -56,10 +56,10 @@
56
56
  "typescript": "^5.5.3",
57
57
  "vite": "^5.3.3",
58
58
  "vitest": "^1.6.0",
59
- "@univerjs/core": "0.2.1",
60
- "@univerjs/engine-formula": "0.2.1",
61
- "@univerjs/shared": "0.2.1",
62
- "@univerjs/sheets": "0.2.1"
59
+ "@univerjs/core": "0.2.3",
60
+ "@univerjs/shared": "0.2.3",
61
+ "@univerjs/sheets": "0.2.3",
62
+ "@univerjs/engine-formula": "0.2.3"
63
63
  },
64
64
  "univerSpace": {
65
65
  ".": {