@univerjs/sheets-filter 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.
Files changed (108) hide show
  1. package/lib/cjs/facade.js +16 -9
  2. package/lib/cjs/index.js +23 -10
  3. package/lib/cjs/locale/ar-SA.js +9 -0
  4. package/lib/cjs/locale/ca-ES.js +9 -0
  5. package/lib/cjs/locale/de-DE.js +9 -0
  6. package/lib/cjs/locale/en-US.js +24 -0
  7. package/lib/cjs/locale/es-ES.js +9 -0
  8. package/lib/cjs/locale/fa-IR.js +9 -0
  9. package/lib/cjs/locale/fr-FR.js +9 -0
  10. package/lib/cjs/locale/id-ID.js +9 -0
  11. package/lib/cjs/locale/it-IT.js +9 -0
  12. package/lib/cjs/locale/ja-JP.js +9 -0
  13. package/lib/cjs/locale/ko-KR.js +9 -0
  14. package/lib/cjs/locale/pl-PL.js +9 -0
  15. package/lib/cjs/locale/pt-BR.js +9 -0
  16. package/lib/cjs/locale/ru-RU.js +9 -0
  17. package/lib/cjs/locale/sk-SK.js +9 -0
  18. package/lib/cjs/locale/vi-VN.js +9 -0
  19. package/lib/cjs/locale/zh-CN.js +9 -0
  20. package/lib/cjs/locale/zh-HK.js +9 -0
  21. package/lib/cjs/locale/zh-TW.js +9 -0
  22. package/lib/es/facade.js +16 -9
  23. package/lib/es/index.js +23 -10
  24. package/lib/es/locale/ar-SA.js +8 -0
  25. package/lib/es/locale/ca-ES.js +8 -0
  26. package/lib/es/locale/de-DE.js +8 -0
  27. package/lib/es/locale/en-US.js +23 -0
  28. package/lib/es/locale/es-ES.js +8 -0
  29. package/lib/es/locale/fa-IR.js +8 -0
  30. package/lib/es/locale/fr-FR.js +8 -0
  31. package/lib/es/locale/id-ID.js +8 -0
  32. package/lib/es/locale/it-IT.js +8 -0
  33. package/lib/es/locale/ja-JP.js +8 -0
  34. package/lib/es/locale/ko-KR.js +8 -0
  35. package/lib/es/locale/pl-PL.js +8 -0
  36. package/lib/es/locale/pt-BR.js +8 -0
  37. package/lib/es/locale/ru-RU.js +8 -0
  38. package/lib/es/locale/sk-SK.js +8 -0
  39. package/lib/es/locale/vi-VN.js +8 -0
  40. package/lib/es/locale/zh-CN.js +8 -0
  41. package/lib/es/locale/zh-HK.js +8 -0
  42. package/lib/es/locale/zh-TW.js +8 -0
  43. package/lib/facade.js +16 -9
  44. package/lib/index.js +23 -10
  45. package/lib/locale/ar-SA.js +8 -0
  46. package/lib/locale/ca-ES.js +8 -0
  47. package/lib/locale/de-DE.js +8 -0
  48. package/lib/locale/en-US.js +23 -0
  49. package/lib/locale/es-ES.js +8 -0
  50. package/lib/locale/fa-IR.js +8 -0
  51. package/lib/locale/fr-FR.js +8 -0
  52. package/lib/locale/id-ID.js +8 -0
  53. package/lib/locale/it-IT.js +8 -0
  54. package/lib/locale/ja-JP.js +8 -0
  55. package/lib/locale/ko-KR.js +8 -0
  56. package/lib/locale/pl-PL.js +8 -0
  57. package/lib/locale/pt-BR.js +8 -0
  58. package/lib/locale/ru-RU.js +8 -0
  59. package/lib/locale/sk-SK.js +8 -0
  60. package/lib/locale/vi-VN.js +8 -0
  61. package/lib/locale/zh-CN.js +8 -0
  62. package/lib/locale/zh-HK.js +8 -0
  63. package/lib/locale/zh-TW.js +8 -0
  64. package/lib/types/controllers/sheets-filter.controller.d.ts +1 -0
  65. package/lib/types/facade/f-filter.d.ts +14 -7
  66. package/lib/types/facade/f-range.d.ts +4 -2
  67. package/lib/types/facade/f-worksheet.d.ts +2 -1
  68. package/lib/types/locale/ar-SA.d.ts +18 -0
  69. package/lib/types/locale/ca-ES.d.ts +18 -0
  70. package/lib/types/locale/de-DE.d.ts +18 -0
  71. package/lib/types/locale/en-US.d.ts +26 -0
  72. package/lib/types/locale/es-ES.d.ts +18 -0
  73. package/lib/types/locale/fa-IR.d.ts +18 -0
  74. package/lib/types/locale/fr-FR.d.ts +18 -0
  75. package/lib/types/locale/id-ID.d.ts +18 -0
  76. package/lib/types/locale/it-IT.d.ts +18 -0
  77. package/lib/types/locale/ja-JP.d.ts +18 -0
  78. package/lib/types/locale/ko-KR.d.ts +18 -0
  79. package/lib/types/locale/pl-PL.d.ts +18 -0
  80. package/lib/types/locale/pt-BR.d.ts +18 -0
  81. package/lib/types/locale/ru-RU.d.ts +18 -0
  82. package/lib/types/locale/sk-SK.d.ts +18 -0
  83. package/lib/types/locale/vi-VN.d.ts +18 -0
  84. package/lib/types/locale/zh-CN.d.ts +18 -0
  85. package/lib/types/locale/zh-HK.d.ts +18 -0
  86. package/lib/types/locale/zh-TW.d.ts +18 -0
  87. package/lib/umd/facade.js +1 -1
  88. package/lib/umd/index.js +1 -1
  89. package/lib/umd/locale/ar-SA.js +1 -0
  90. package/lib/umd/locale/ca-ES.js +1 -0
  91. package/lib/umd/locale/de-DE.js +1 -0
  92. package/lib/umd/locale/en-US.js +1 -0
  93. package/lib/umd/locale/es-ES.js +1 -0
  94. package/lib/umd/locale/fa-IR.js +1 -0
  95. package/lib/umd/locale/fr-FR.js +1 -0
  96. package/lib/umd/locale/id-ID.js +1 -0
  97. package/lib/umd/locale/it-IT.js +1 -0
  98. package/lib/umd/locale/ja-JP.js +1 -0
  99. package/lib/umd/locale/ko-KR.js +1 -0
  100. package/lib/umd/locale/pl-PL.js +1 -0
  101. package/lib/umd/locale/pt-BR.js +1 -0
  102. package/lib/umd/locale/ru-RU.js +1 -0
  103. package/lib/umd/locale/sk-SK.js +1 -0
  104. package/lib/umd/locale/vi-VN.js +1 -0
  105. package/lib/umd/locale/zh-CN.js +1 -0
  106. package/lib/umd/locale/zh-HK.js +1 -0
  107. package/lib/umd/locale/zh-TW.js +1 -0
  108. package/package.json +13 -8
@@ -0,0 +1 @@
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.UniverSheetsFilterItIT=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`L'intervallo selezionato ha una sola riga e non è valido per il filtro.`},msg:{"filter-header-forbidden":`Non è possibile spostare la riga di intestazione di un filtro.`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterJaJP=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`選択範囲に1行しか含まれていないため、フィルタを適用できません。`},msg:{"filter-header-forbidden":`フィルタヘッダー行は移動できません。`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterKoKR=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`선택한 범위에 한 행만 있어 필터를 적용할 수 없습니다.`},msg:{"filter-header-forbidden":`필터 헤더 행은 이동할 수 없습니다.`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterPlPL=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Wybrany zakres ma tylko jeden wiersz i nie jest prawidłowy do filtrowania.`},msg:{"filter-header-forbidden":`Nie można przenieść wiersza nagłówka filtra.`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterPtBR=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`O intervalo selecionado possui apenas uma linha e não é válido para filtro.`},msg:{"filter-header-forbidden":`Você não pode mover a linha de cabeçalho de um filtro.`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterRuRU=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Выбранный диапазон содержит только одну строку и не подходит для фильтра.`},msg:{"filter-header-forbidden":`Вы не можете переместить строку заголовка фильтра.`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterSkSK=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Vybraný rozsah má iba jeden riadok a nie je vhodný na filtrovanie.`},msg:{"filter-header-forbidden":`Riadok hlavičky filtra sa nedá presunúť.`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterViVN=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`Khu vực được chọn chỉ có một hàng, không thể lọc`},msg:{"filter-header-forbidden":`Không thể di chuyển hàng đầu lọc`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterZhCN=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`选中的区域只有一行,无法进行筛选`},msg:{"filter-header-forbidden":`无法移动筛选行头`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterZhHK=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`選取的區域只有一列,無法進行篩選`},msg:{"filter-header-forbidden":`無法移動篩選列頭`}}}});
@@ -0,0 +1 @@
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.UniverSheetsFilterZhTW=t())})(this,function(){return{"sheets-filter":{command:{"not-valid-filter-range":`選取的區域只有一列,無法進行篩選`},msg:{"filter-header-forbidden":`無法移動篩選列頭`}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-filter",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Filtering model, commands, and services for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -35,6 +35,11 @@
35
35
  "require": "./lib/cjs/*",
36
36
  "types": "./lib/types/index.d.ts"
37
37
  },
38
+ "./locale/*": {
39
+ "import": "./lib/es/locale/*.js",
40
+ "require": "./lib/cjs/locale/*.js",
41
+ "types": "./lib/types/locale/*.d.ts"
42
+ },
38
43
  "./facade": {
39
44
  "import": "./lib/es/facade.js",
40
45
  "require": "./lib/cjs/facade.js",
@@ -62,17 +67,17 @@
62
67
  "rxjs": ">=7.0.0"
63
68
  },
64
69
  "dependencies": {
65
- "@univerjs/core": "0.24.0",
66
- "@univerjs/engine-render": "0.24.0",
67
- "@univerjs/rpc": "0.24.0",
68
- "@univerjs/engine-formula": "0.24.0",
69
- "@univerjs/sheets": "0.24.0"
70
+ "@univerjs/core": "0.25.0",
71
+ "@univerjs/engine-formula": "0.25.0",
72
+ "@univerjs/engine-render": "0.25.0",
73
+ "@univerjs/sheets": "0.25.0",
74
+ "@univerjs/rpc": "0.25.0"
70
75
  },
71
76
  "devDependencies": {
72
77
  "rxjs": "^7.8.2",
73
78
  "typescript": "^6.0.3",
74
- "vitest": "^4.1.5",
75
- "@univerjs-infra/shared": "0.24.0"
79
+ "vitest": "^4.1.7",
80
+ "@univerjs-infra/shared": "0.25.0"
76
81
  },
77
82
  "scripts": {
78
83
  "test": "vitest run",