@univerjs/sheets-find-replace 0.12.3 → 0.12.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.
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e={"sheet-find-replace":{replace:{"partial-failure":"
|
|
1
|
+
"use strict";const e={"sheet-find-replace":{replace:{"partial-failure":"部分儲存格替換失敗",failure:"替換失敗"}}};module.exports=e;
|
package/lib/es/locale/zh-TW.js
CHANGED
package/lib/locale/zh-TW.js
CHANGED
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +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.UniverSheetsFindReplaceZhTW=i())})(this,(function(){"use strict";return{"sheet-find-replace":{replace:{"partial-failure":"
|
|
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.UniverSheetsFindReplaceZhTW=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.12.
|
|
3
|
+
"version": "0.12.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.12.
|
|
67
|
-
"@univerjs/
|
|
68
|
-
"@univerjs/find-replace": "0.12.
|
|
69
|
-
"@univerjs/sheets
|
|
70
|
-
"@univerjs/
|
|
66
|
+
"@univerjs/core": "0.12.4",
|
|
67
|
+
"@univerjs/engine-render": "0.12.4",
|
|
68
|
+
"@univerjs/find-replace": "0.12.4",
|
|
69
|
+
"@univerjs/sheets": "0.12.4",
|
|
70
|
+
"@univerjs/sheets-ui": "0.12.4"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"rxjs": "^7.8.2",
|
|
74
74
|
"typescript": "^5.9.3",
|
|
75
|
-
"vite": "^7.2.
|
|
76
|
-
"vitest": "^4.0.
|
|
77
|
-
"@univerjs-infra/shared": "0.12.
|
|
75
|
+
"vite": "^7.2.6",
|
|
76
|
+
"vitest": "^4.0.15",
|
|
77
|
+
"@univerjs-infra/shared": "0.12.4"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"test": "vitest run",
|