@univerjs/preset-sheets-sort 0.12.3 → 0.12.4-experimental.20251208-c4b8a44

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.
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
  // @univerjs/sheets-sort-ui/locale/zh-TW
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.UniverSheetsSortUiZhTW=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:"所選區域只有一行,無法排序。 ","formula-array":"所選區域含數組公式,無法排序。 "},dialog:{"sort-reminder":"排序提醒","sort-reminder-desc":"目前只會對選取區域進行排序,是否拓展排序範圍? ","sort-reminder-ext":"拓展排序範圍","sort-reminder-no":"保持所選排序範圍","first-row-check":"標題不參與排序","add-condition":"新增排序條件",cancel:"取消",confirm:"確認"}}}}));
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.UniverSheetsSortUiZhTW=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:"所選區域只有一列,無法排序。 ","formula-array":"所選區域含陣列公式,無法排序。 "},dialog:{"sort-reminder":"排序提醒","sort-reminder-desc":"目前只會對選取區域進行排序,是否拓展排序範圍? ","sort-reminder-ext":"拓展排序範圍","sort-reminder-no":"保持所選排序範圍","first-row-check":"標題不參與排序","add-condition":"新增排序條件",cancel:"取消",confirm:"確認"}}}}));
7
7
 
8
8
 
9
9
  // locale/zh-TW
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-sort",
3
- "version": "0.12.3",
3
+ "version": "0.12.4-experimental.20251208-c4b8a44",
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.12.3",
62
- "@univerjs/sheets-sort-ui": "0.12.3"
61
+ "@univerjs/sheets-sort": "0.12.4-experimental.20251208-c4b8a44",
62
+ "@univerjs/sheets-sort-ui": "0.12.4-experimental.20251208-c4b8a44"
63
63
  },
64
64
  "devDependencies": {
65
- "@univerjs/core": "0.12.3",
65
+ "@univerjs/core": "0.12.4-experimental.20251208-c4b8a44",
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.12.3"
70
+ "@univerjs-infra/shared": "0.12.4"
71
71
  },
72
72
  "scripts": {
73
73
  "prebuild:preset": "tsx prepare.ts",