@univerjs/sheets-find-replace 0.24.0 → 0.25.0-insiders.20260604-29ebbff

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 (72) hide show
  1. package/lib/cjs/facade.js +6 -6
  2. package/lib/cjs/index.js +25 -27
  3. package/lib/es/facade.js +6 -6
  4. package/lib/es/index.js +24 -26
  5. package/lib/facade.js +6 -6
  6. package/lib/index.js +24 -26
  7. package/lib/types/facade/f-text-finder.d.ts +18 -9
  8. package/lib/types/facade/f-univer.d.ts +2 -1
  9. package/lib/umd/facade.js +1 -1
  10. package/lib/umd/index.js +1 -1
  11. package/package.json +8 -13
  12. package/LICENSE +0 -176
  13. package/lib/cjs/locale/ca-ES.js +0 -9
  14. package/lib/cjs/locale/en-US.js +0 -24
  15. package/lib/cjs/locale/es-ES.js +0 -9
  16. package/lib/cjs/locale/fa-IR.js +0 -9
  17. package/lib/cjs/locale/fr-FR.js +0 -9
  18. package/lib/cjs/locale/ja-JP.js +0 -9
  19. package/lib/cjs/locale/ko-KR.js +0 -9
  20. package/lib/cjs/locale/ru-RU.js +0 -9
  21. package/lib/cjs/locale/sk-SK.js +0 -9
  22. package/lib/cjs/locale/vi-VN.js +0 -9
  23. package/lib/cjs/locale/zh-CN.js +0 -24
  24. package/lib/cjs/locale/zh-TW.js +0 -9
  25. package/lib/es/locale/ca-ES.js +0 -8
  26. package/lib/es/locale/en-US.js +0 -23
  27. package/lib/es/locale/es-ES.js +0 -8
  28. package/lib/es/locale/fa-IR.js +0 -8
  29. package/lib/es/locale/fr-FR.js +0 -8
  30. package/lib/es/locale/ja-JP.js +0 -8
  31. package/lib/es/locale/ko-KR.js +0 -8
  32. package/lib/es/locale/ru-RU.js +0 -8
  33. package/lib/es/locale/sk-SK.js +0 -8
  34. package/lib/es/locale/vi-VN.js +0 -8
  35. package/lib/es/locale/zh-CN.js +0 -23
  36. package/lib/es/locale/zh-TW.js +0 -8
  37. package/lib/locale/ca-ES.js +0 -8
  38. package/lib/locale/en-US.js +0 -23
  39. package/lib/locale/es-ES.js +0 -8
  40. package/lib/locale/fa-IR.js +0 -8
  41. package/lib/locale/fr-FR.js +0 -8
  42. package/lib/locale/ja-JP.js +0 -8
  43. package/lib/locale/ko-KR.js +0 -8
  44. package/lib/locale/ru-RU.js +0 -8
  45. package/lib/locale/sk-SK.js +0 -8
  46. package/lib/locale/vi-VN.js +0 -8
  47. package/lib/locale/zh-CN.js +0 -23
  48. package/lib/locale/zh-TW.js +0 -8
  49. package/lib/types/locale/ca-ES.d.ts +0 -18
  50. package/lib/types/locale/en-US.d.ts +0 -24
  51. package/lib/types/locale/es-ES.d.ts +0 -18
  52. package/lib/types/locale/fa-IR.d.ts +0 -18
  53. package/lib/types/locale/fr-FR.d.ts +0 -18
  54. package/lib/types/locale/ja-JP.d.ts +0 -18
  55. package/lib/types/locale/ko-KR.d.ts +0 -18
  56. package/lib/types/locale/ru-RU.d.ts +0 -18
  57. package/lib/types/locale/sk-SK.d.ts +0 -18
  58. package/lib/types/locale/vi-VN.d.ts +0 -18
  59. package/lib/types/locale/zh-CN.d.ts +0 -24
  60. package/lib/types/locale/zh-TW.d.ts +0 -18
  61. package/lib/umd/locale/ca-ES.js +0 -1
  62. package/lib/umd/locale/en-US.js +0 -1
  63. package/lib/umd/locale/es-ES.js +0 -1
  64. package/lib/umd/locale/fa-IR.js +0 -1
  65. package/lib/umd/locale/fr-FR.js +0 -1
  66. package/lib/umd/locale/ja-JP.js +0 -1
  67. package/lib/umd/locale/ko-KR.js +0 -1
  68. package/lib/umd/locale/ru-RU.js +0 -1
  69. package/lib/umd/locale/sk-SK.js +0 -1
  70. package/lib/umd/locale/vi-VN.js +0 -1
  71. package/lib/umd/locale/zh-CN.js +0 -1
  72. package/lib/umd/locale/zh-TW.js +0 -1
@@ -1,24 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- declare const _default: {
17
- 'sheet-find-replace': {
18
- replace: {
19
- 'partial-failure': string;
20
- failure: string;
21
- };
22
- };
23
- };
24
- export default _default;
@@ -1,18 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -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.UniverSheetsFindReplaceCaES=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`No s’ha pogut substituir algunes cel·les`,failure:`No s’ha pogut substituir cap cel·la`}}}});
@@ -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.UniverSheetsFindReplaceEnUS=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`Failed to replace some cells`,failure:`Failed to replace all cells`}}}});
@@ -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.UniverSheetsFindReplaceEsES=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`No se pudo reemplazar algunas celdas`,failure:`No se pudo reemplazar ninguna celda`}}}});
@@ -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.UniverSheetsFindReplaceFaIR=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`جایگزینی برخی سلول‌ها ناموفق بود`,failure:`جایگزینی همه سلول‌ها ناموفق بود`}}}});
@@ -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.UniverSheetsFindReplaceFrFR=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`Échec du remplacement de certaines cellules`,failure:`Échec du remplacement de toutes les cellules`}}}});
@@ -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.UniverSheetsFindReplaceJaJP=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`一部のセルの置換に失敗しました`,failure:`すべてのセルの置換に失敗しました`}}}});
@@ -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.UniverSheetsFindReplaceKoKR=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`일부 셀 교체에 실패했습니다`,failure:`모든 셀 교체에 실패했습니다`}}}});
@@ -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.UniverSheetsFindReplaceRuRU=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`Не удалось заменить некоторые ячейки`,failure:`Не удалось заменить все ячейки`}}}});
@@ -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.UniverSheetsFindReplaceSkSK=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`Nepodarilo sa nahradiť niektoré bunky`,failure:`Nepodarilo sa nahradiť všetky bunky`}}}});
@@ -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.UniverSheetsFindReplaceViVN=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`Thay thế một phần ô thất bại`,failure:`Thay thế thất bại`}}}});
@@ -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.UniverSheetsFindReplaceZhCN=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`部分单元格替换失败`,failure:`替换失败`}}}});
@@ -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.UniverSheetsFindReplaceZhTW=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`部分儲存格替換失敗`,failure:`替換失敗`}}}});