@univerjs/sheets-find-replace 0.9.2 → 0.9.3

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.
@@ -0,0 +1 @@
1
+ "use strict";const e={"sheet-find-replace":{replace:{"partial-failure":"No s’ha pogut substituir algunes cel·les",failure:"No s’ha pogut substituir cap cel·la"}}};module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e={"sheet-find-replace":{replace:{"partial-failure":"No se pudo reemplazar algunas celdas",failure:"No se pudo reemplazar ninguna celda"}}};module.exports=e;
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ "sheet-find-replace": {
3
+ replace: {
4
+ "partial-failure": "No s’ha pogut substituir algunes cel·les",
5
+ failure: "No s’ha pogut substituir cap cel·la"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ e as default
11
+ };
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ "sheet-find-replace": {
3
+ replace: {
4
+ "partial-failure": "No se pudo reemplazar algunas celdas",
5
+ failure: "No se pudo reemplazar ninguna celda"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ e as default
11
+ };
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ "sheet-find-replace": {
3
+ replace: {
4
+ "partial-failure": "No s’ha pogut substituir algunes cel·les",
5
+ failure: "No s’ha pogut substituir cap cel·la"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ e as default
11
+ };
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ "sheet-find-replace": {
3
+ replace: {
4
+ "partial-failure": "No se pudo reemplazar algunas celdas",
5
+ failure: "No se pudo reemplazar ninguna celda"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ e as default
11
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsFindReplaceCaES=i())})(this,function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"No s’ha pogut substituir algunes cel·les",failure:"No s’ha pogut substituir cap cel·la"}}}});
@@ -0,0 +1 @@
1
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsFindReplaceEsES=n())})(this,function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"No se pudo reemplazar algunas celdas",failure:"No se pudo reemplazar ninguna celda"}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-find-replace",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "private": false,
5
5
  "description": "UniverSheet find replace plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -63,18 +63,18 @@
63
63
  "rxjs": ">=7.0.0"
64
64
  },
65
65
  "dependencies": {
66
- "@univerjs/core": "0.9.2",
67
- "@univerjs/engine-render": "0.9.2",
68
- "@univerjs/find-replace": "0.9.2",
69
- "@univerjs/sheets-ui": "0.9.2",
70
- "@univerjs/sheets": "0.9.2"
66
+ "@univerjs/core": "0.9.3",
67
+ "@univerjs/find-replace": "0.9.3",
68
+ "@univerjs/sheets": "0.9.3",
69
+ "@univerjs/engine-render": "0.9.3",
70
+ "@univerjs/sheets-ui": "0.9.3"
71
71
  },
72
72
  "devDependencies": {
73
73
  "rxjs": "^7.8.2",
74
74
  "typescript": "^5.8.3",
75
- "vite": "^6.3.5",
75
+ "vite": "^7.0.5",
76
76
  "vitest": "^3.2.4",
77
- "@univerjs-infra/shared": "0.9.2"
77
+ "@univerjs-infra/shared": "0.9.3"
78
78
  },
79
79
  "scripts": {
80
80
  "test": "vitest run",