@univerjs/sheets-find-replace 0.15.3 → 0.15.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.
@@ -0,0 +1 @@
1
+ "use strict";const a={"sheet-find-replace":{replace:{"partial-failure":"Nepodarilo sa nahradiť niektoré bunky",failure:"Nepodarilo sa nahradiť všetky bunky"}}};module.exports=a;
@@ -0,0 +1,11 @@
1
+ const a = {
2
+ "sheet-find-replace": {
3
+ replace: {
4
+ "partial-failure": "Nepodarilo sa nahradiť niektoré bunky",
5
+ failure: "Nepodarilo sa nahradiť všetky bunky"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ a as default
11
+ };
@@ -0,0 +1,11 @@
1
+ const a = {
2
+ "sheet-find-replace": {
3
+ replace: {
4
+ "partial-failure": "Nepodarilo sa nahradiť niektoré bunky",
5
+ failure: "Nepodarilo sa nahradiť všetky bunky"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ a 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 @@
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.UniverSheetsFindReplaceSkSK=i())})(this,(function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"Nepodarilo sa nahradiť niektoré bunky",failure:"Nepodarilo sa nahradiť všetky bunky"}}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-find-replace",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
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.15.3",
67
- "@univerjs/find-replace": "0.15.3",
68
- "@univerjs/sheets-ui": "0.15.3",
69
- "@univerjs/sheets": "0.15.3",
70
- "@univerjs/engine-render": "0.15.3"
66
+ "@univerjs/core": "0.15.4",
67
+ "@univerjs/find-replace": "0.15.4",
68
+ "@univerjs/engine-render": "0.15.4",
69
+ "@univerjs/sheets": "0.15.4",
70
+ "@univerjs/sheets-ui": "0.15.4"
71
71
  },
72
72
  "devDependencies": {
73
73
  "rxjs": "^7.8.2",
74
74
  "typescript": "^5.9.3",
75
75
  "vite": "^7.3.1",
76
- "vitest": "^4.0.16",
77
- "@univerjs-infra/shared": "0.15.3"
76
+ "vitest": "^4.0.18",
77
+ "@univerjs-infra/shared": "0.15.4"
78
78
  },
79
79
  "scripts": {
80
80
  "test": "vitest run",