@univerjs/sheets-find-replace 0.11.0 → 0.12.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.
@@ -0,0 +1 @@
1
+ "use strict";const e={"sheet-find-replace":{replace:{"partial-failure":"一部のセルの置換に失敗しました",failure:"すべてのセルの置換に失敗しました"}}};module.exports=e;
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ "sheet-find-replace": {
3
+ replace: {
4
+ "partial-failure": "一部のセルの置換に失敗しました",
5
+ failure: "すべてのセルの置換に失敗しました"
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": "一部のセルの置換に失敗しました",
5
+ failure: "すべてのセルの置換に失敗しました"
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 @@
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.UniverSheetsFindReplaceJaJP=i())})(this,(function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"一部のセルの置換に失敗しました",failure:"すべてのセルの置換に失敗しました"}}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-find-replace",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
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.11.0",
67
- "@univerjs/engine-render": "0.11.0",
68
- "@univerjs/find-replace": "0.11.0",
69
- "@univerjs/sheets-ui": "0.11.0",
70
- "@univerjs/sheets": "0.11.0"
66
+ "@univerjs/engine-render": "0.12.0",
67
+ "@univerjs/find-replace": "0.12.0",
68
+ "@univerjs/core": "0.12.0",
69
+ "@univerjs/sheets": "0.12.0",
70
+ "@univerjs/sheets-ui": "0.12.0"
71
71
  },
72
72
  "devDependencies": {
73
73
  "rxjs": "^7.8.2",
74
74
  "typescript": "^5.9.3",
75
- "vite": "^7.1.12",
75
+ "vite": "^7.2.2",
76
76
  "vitest": "^3.2.4",
77
- "@univerjs-infra/shared": "0.11.0"
77
+ "@univerjs-infra/shared": "0.12.0"
78
78
  },
79
79
  "scripts": {
80
80
  "test": "vitest run",