@univerjs/sheets-sort 0.24.0 → 0.25.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.
- package/lib/cjs/index.js +7 -7
- package/lib/es/index.js +7 -7
- package/lib/index.js +7 -7
- package/lib/types/facade/f-range.d.ts +2 -1
- package/lib/types/facade/f-worksheet.d.ts +2 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +6 -11
- package/lib/cjs/locale/ca-ES.js +0 -18
- package/lib/cjs/locale/en-US.js +0 -33
- package/lib/cjs/locale/es-ES.js +0 -18
- package/lib/cjs/locale/fa-IR.js +0 -18
- package/lib/cjs/locale/fr-FR.js +0 -18
- package/lib/cjs/locale/ja-JP.js +0 -18
- package/lib/cjs/locale/ko-KR.js +0 -18
- package/lib/cjs/locale/ru-RU.js +0 -18
- package/lib/cjs/locale/sk-SK.js +0 -18
- package/lib/cjs/locale/vi-VN.js +0 -18
- package/lib/cjs/locale/zh-CN.js +0 -18
- package/lib/cjs/locale/zh-TW.js +0 -18
- package/lib/es/locale/ca-ES.js +0 -17
- package/lib/es/locale/en-US.js +0 -32
- package/lib/es/locale/es-ES.js +0 -17
- package/lib/es/locale/fa-IR.js +0 -17
- package/lib/es/locale/fr-FR.js +0 -17
- package/lib/es/locale/ja-JP.js +0 -17
- package/lib/es/locale/ko-KR.js +0 -17
- package/lib/es/locale/ru-RU.js +0 -17
- package/lib/es/locale/sk-SK.js +0 -17
- package/lib/es/locale/vi-VN.js +0 -17
- package/lib/es/locale/zh-CN.js +0 -17
- package/lib/es/locale/zh-TW.js +0 -17
- package/lib/locale/ca-ES.js +0 -17
- package/lib/locale/en-US.js +0 -32
- package/lib/locale/es-ES.js +0 -17
- package/lib/locale/fa-IR.js +0 -17
- package/lib/locale/fr-FR.js +0 -17
- package/lib/locale/ja-JP.js +0 -17
- package/lib/locale/ko-KR.js +0 -17
- package/lib/locale/ru-RU.js +0 -17
- package/lib/locale/sk-SK.js +0 -17
- package/lib/locale/vi-VN.js +0 -17
- package/lib/locale/zh-CN.js +0 -17
- package/lib/locale/zh-TW.js +0 -17
- package/lib/types/locale/ca-ES.d.ts +0 -18
- package/lib/types/locale/en-US.d.ts +0 -31
- package/lib/types/locale/es-ES.d.ts +0 -18
- package/lib/types/locale/fa-IR.d.ts +0 -18
- package/lib/types/locale/fr-FR.d.ts +0 -18
- package/lib/types/locale/ja-JP.d.ts +0 -18
- package/lib/types/locale/ko-KR.d.ts +0 -18
- package/lib/types/locale/ru-RU.d.ts +0 -18
- package/lib/types/locale/sk-SK.d.ts +0 -18
- package/lib/types/locale/vi-VN.d.ts +0 -18
- package/lib/types/locale/zh-CN.d.ts +0 -18
- package/lib/types/locale/zh-TW.d.ts +0 -18
- package/lib/umd/locale/ca-ES.js +0 -1
- package/lib/umd/locale/en-US.js +0 -1
- package/lib/umd/locale/es-ES.js +0 -1
- package/lib/umd/locale/fa-IR.js +0 -1
- package/lib/umd/locale/fr-FR.js +0 -1
- package/lib/umd/locale/ja-JP.js +0 -1
- package/lib/umd/locale/ko-KR.js +0 -1
- package/lib/umd/locale/ru-RU.js +0 -1
- package/lib/umd/locale/sk-SK.js +0 -1
- package/lib/umd/locale/vi-VN.js +0 -1
- package/lib/umd/locale/zh-CN.js +0 -1
- package/lib/umd/locale/zh-TW.js +0 -1
package/lib/umd/locale/zh-CN.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
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.UniverSheetsSortZhCN=t())})(this,function(){return{sheetsSort:{title:`排序`,toolbar:{"sort-asc":`升序`,"sort-desc":`降序`,"sort-custom":`自定义排序`},"context-menu":{"sort-asc":`升序`,"sort-desc":`降序`,"sort-custom":`自定义排序`}}}});
|
package/lib/umd/locale/zh-TW.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
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.UniverSheetsSortZhTW=t())})(this,function(){return{sheetsSort:{title:`Sắp xếp`,toolbar:{"sort-asc":`Tăng dần`,"sort-desc":`Giảm dần`,"sort-custom":`Sắp xếp tùy chỉnh`},"context-menu":{"sort-asc":`Tăng dần`,"sort-desc":`Giảm dần`,"sort-custom":`Sắp xếp tùy chỉnh`}}}});
|