@univerjs/sheets-sort-ui 0.12.3 → 0.12.4

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 r={"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:"確認"}}};module.exports=r;
1
+ "use strict";const r={"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:"確認"}}};module.exports=r;
@@ -13,8 +13,8 @@ const r = {
13
13
  error: {
14
14
  "merge-size": "所選區域的合併儲存格的大小不一致,無法排序。 ",
15
15
  empty: "所選區域無內容,無法排序。 ",
16
- single: "所選區域只有一行,無法排序。 ",
17
- "formula-array": "所選區域含數組公式,無法排序。 "
16
+ single: "所選區域只有一列,無法排序。 ",
17
+ "formula-array": "所選區域含陣列公式,無法排序。 "
18
18
  },
19
19
  dialog: {
20
20
  "sort-reminder": "排序提醒",
@@ -13,8 +13,8 @@ const r = {
13
13
  error: {
14
14
  "merge-size": "所選區域的合併儲存格的大小不一致,無法排序。 ",
15
15
  empty: "所選區域無內容,無法排序。 ",
16
- single: "所選區域只有一行,無法排序。 ",
17
- "formula-array": "所選區域含數組公式,無法排序。 "
16
+ single: "所選區域只有一列,無法排序。 ",
17
+ "formula-array": "所選區域含陣列公式,無法排序。 "
18
18
  },
19
19
  dialog: {
20
20
  "sort-reminder": "排序提醒",
@@ -1 +1 @@
1
- (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:"確認"}}}}));
1
+ (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:"確認"}}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-sort-ui",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "private": false,
5
5
  "description": "Univer Sheets Sort UI",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^1.0.2",
56
- "@univerjs/core": "0.12.3",
57
- "@univerjs/design": "0.12.3",
58
- "@univerjs/engine-formula": "0.12.3",
59
- "@univerjs/sheets": "0.12.3",
60
- "@univerjs/sheets-sort": "0.12.3",
61
- "@univerjs/ui": "0.12.3",
62
- "@univerjs/sheets-ui": "0.12.3"
56
+ "@univerjs/core": "0.12.4",
57
+ "@univerjs/design": "0.12.4",
58
+ "@univerjs/sheets": "0.12.4",
59
+ "@univerjs/sheets-sort": "0.12.4",
60
+ "@univerjs/sheets-ui": "0.12.4",
61
+ "@univerjs/ui": "0.12.4",
62
+ "@univerjs/engine-formula": "0.12.4"
63
63
  },
64
64
  "devDependencies": {
65
65
  "postcss": "^8.5.6",
@@ -67,10 +67,10 @@
67
67
  "rxjs": "^7.8.2",
68
68
  "tailwindcss": "3.4.18",
69
69
  "typescript": "^5.9.3",
70
- "vite": "^7.2.4",
71
- "vitest": "^4.0.14",
72
- "@univerjs-infra/shared": "0.12.3",
73
- "@univerjs/sheets-formula-ui": "0.12.3"
70
+ "vite": "^7.2.6",
71
+ "vitest": "^4.0.15",
72
+ "@univerjs/sheets-formula-ui": "0.12.4",
73
+ "@univerjs-infra/shared": "0.12.4"
74
74
  },
75
75
  "scripts": {
76
76
  "test": "vitest run",