@univerjs/preset-sheets-find-replace 0.5.2 → 0.5.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.
- package/lib/cjs/locales/en-US.js +1 -1
- package/lib/cjs/locales/fa-IR.js +1 -1
- package/lib/cjs/locales/fr-FR.js +1 -1
- package/lib/cjs/locales/ru-RU.js +1 -1
- package/lib/cjs/locales/vi-VN.js +1 -1
- package/lib/cjs/locales/zh-CN.js +1 -1
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/es/locales/en-US.js +3 -3
- package/lib/es/locales/fa-IR.js +3 -3
- package/lib/es/locales/fr-FR.js +5 -5
- package/lib/es/locales/ru-RU.js +5 -5
- package/lib/es/locales/vi-VN.js +5 -5
- package/lib/es/locales/zh-CN.js +3 -3
- package/lib/es/locales/zh-TW.js +3 -3
- package/lib/index.css +1 -1
- package/lib/umd/locales/en-US.js +1 -1
- package/lib/umd/locales/fa-IR.js +1 -1
- package/lib/umd/locales/fr-FR.js +1 -1
- package/lib/umd/locales/ru-RU.js +1 -1
- package/lib/umd/locales/vi-VN.js +1 -1
- package/lib/umd/locales/zh-CN.js +1 -1
- package/lib/umd/locales/zh-TW.js +1 -1
- package/package.json +5 -5
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/en-US"),s=require("@univerjs/sheets-find-replace/locale/en-US"),n=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/en-US"),s=require("@univerjs/sheets-find-replace/locale/en-US"),n=e.merge({},r,s);module.exports=n;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/fa-IR"),s=require("@univerjs/sheets-find-replace/locale/fa-IR"),c=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/fa-IR"),s=require("@univerjs/sheets-find-replace/locale/fa-IR"),c=e.merge({},r,s);module.exports=c;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/fr-FR"),s=require("@univerjs/sheets-find-replace/locale/fr-FR"),c=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/fr-FR"),s=require("@univerjs/sheets-find-replace/locale/fr-FR"),c=e.merge({},r,s);module.exports=c;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/ru-RU"),s=require("@univerjs/sheets-find-replace/locale/ru-RU"),c=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/ru-RU"),s=require("@univerjs/sheets-find-replace/locale/ru-RU"),c=e.merge({},r,s);module.exports=c;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/vi-VN"),s=require("@univerjs/sheets-find-replace/locale/vi-VN"),i=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/vi-VN"),s=require("@univerjs/sheets-find-replace/locale/vi-VN"),i=e.merge({},r,s);module.exports=i;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/zh-CN"),s=require("@univerjs/sheets-find-replace/locale/zh-CN"),c=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/zh-CN"),s=require("@univerjs/sheets-find-replace/locale/zh-CN"),c=e.merge({},r,s);module.exports=c;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/zh-TW"),s=require("@univerjs/sheets-find-replace/locale/zh-TW"),c=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/find-replace/locale/zh-TW"),s=require("@univerjs/sheets-find-replace/locale/zh-TW"),c=e.merge({},r,s);module.exports=c;
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs/find-replace/locale/en-US";
|
|
3
3
|
import o from "@univerjs/sheets-find-replace/locale/en-US";
|
|
4
|
-
const
|
|
4
|
+
const f = e(
|
|
5
5
|
{},
|
|
6
6
|
r,
|
|
7
7
|
o
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
f as default
|
|
11
11
|
};
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs/find-replace/locale/fa-IR";
|
|
3
3
|
import o from "@univerjs/sheets-find-replace/locale/fa-IR";
|
|
4
|
-
const
|
|
4
|
+
const t = e(
|
|
5
5
|
{},
|
|
6
6
|
r,
|
|
7
7
|
o
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
t as default
|
|
11
11
|
};
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/find-replace/locale/fr-FR";
|
|
3
3
|
import o from "@univerjs/sheets-find-replace/locale/fr-FR";
|
|
4
|
-
const
|
|
4
|
+
const t = r(
|
|
5
5
|
{},
|
|
6
|
-
|
|
6
|
+
e,
|
|
7
7
|
o
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
t as default
|
|
11
11
|
};
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/find-replace/locale/ru-RU";
|
|
3
3
|
import o from "@univerjs/sheets-find-replace/locale/ru-RU";
|
|
4
|
-
const
|
|
4
|
+
const f = r(
|
|
5
5
|
{},
|
|
6
|
-
|
|
6
|
+
e,
|
|
7
7
|
o
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
f as default
|
|
11
11
|
};
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs/find-replace/locale/vi-VN";
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import i from "@univerjs/sheets-find-replace/locale/vi-VN";
|
|
4
|
+
const f = e(
|
|
5
5
|
{},
|
|
6
6
|
r,
|
|
7
|
-
|
|
7
|
+
i
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
f as default
|
|
11
11
|
};
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs/find-replace/locale/zh-CN";
|
|
3
3
|
import o from "@univerjs/sheets-find-replace/locale/zh-CN";
|
|
4
|
-
const
|
|
4
|
+
const f = e(
|
|
5
5
|
{},
|
|
6
6
|
r,
|
|
7
7
|
o
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
f as default
|
|
11
11
|
};
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs/find-replace/locale/zh-TW";
|
|
3
3
|
import o from "@univerjs/sheets-find-replace/locale/zh-TW";
|
|
4
|
-
const
|
|
4
|
+
const f = e(
|
|
5
5
|
{},
|
|
6
6
|
r,
|
|
7
7
|
o
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
f as default
|
|
11
11
|
};
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.univer-find-replace-dialog-container{display:block}.univer-find-replace-expand-container{margin-top:16px;text-align:center}.univer-find-replace-expand-container .univer-button-text{color:rgb(var(--primary-color))}.univer-find-replace-buttons-group{display:flex;justify-content:space-between;margin-top:24px}.univer-find-replace-buttons-group-right>button:not(:first-child){margin-left:8px}
|
package/lib/umd/locales/en-US.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/en-US
|
|
10
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/en-US"),require("@univerjs/sheets-find-replace/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/en-US","@univerjs/sheets-find-replace/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceEnUS=n(e.UniverCore,e.UniverFindReplaceEnUS,e.UniverSheetsFindReplaceEnUS))})(this,function(e,n,i){"use strict";return e.
|
|
10
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/en-US"),require("@univerjs/sheets-find-replace/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/en-US","@univerjs/sheets-find-replace/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceEnUS=n(e.UniverCore,e.UniverFindReplaceEnUS,e.UniverSheetsFindReplaceEnUS))})(this,function(e,n,i){"use strict";return e.merge({},n,i)});
|
package/lib/umd/locales/fa-IR.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/fa-IR
|
|
10
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/fa-IR"),require("@univerjs/sheets-find-replace/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/fa-IR","@univerjs/sheets-find-replace/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceFaIR=i(e.UniverCore,e.UniverFindReplaceFaIR,e.UniverSheetsFindReplaceFaIR))})(this,function(e,i,n){"use strict";return e.
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/fa-IR"),require("@univerjs/sheets-find-replace/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/fa-IR","@univerjs/sheets-find-replace/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceFaIR=i(e.UniverCore,e.UniverFindReplaceFaIR,e.UniverSheetsFindReplaceFaIR))})(this,function(e,i,n){"use strict";return e.merge({},i,n)});
|
package/lib/umd/locales/fr-FR.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/fr-FR
|
|
10
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/find-replace/locale/fr-FR"),require("@univerjs/sheets-find-replace/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/fr-FR","@univerjs/sheets-find-replace/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceFrFR=r(e.UniverCore,e.UniverFindReplaceFrFR,e.UniverSheetsFindReplaceFrFR))})(this,function(e,r,i){"use strict";return e.
|
|
10
|
+
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/find-replace/locale/fr-FR"),require("@univerjs/sheets-find-replace/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/fr-FR","@univerjs/sheets-find-replace/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceFrFR=r(e.UniverCore,e.UniverFindReplaceFrFR,e.UniverSheetsFindReplaceFrFR))})(this,function(e,r,i){"use strict";return e.merge({},r,i)});
|
package/lib/umd/locales/ru-RU.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/ru-RU
|
|
10
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/find-replace/locale/ru-RU"),require("@univerjs/sheets-find-replace/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ru-RU","@univerjs/sheets-find-replace/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceRuRU=r(e.UniverCore,e.UniverFindReplaceRuRU,e.UniverSheetsFindReplaceRuRU))})(this,function(e,r,i){"use strict";return e.
|
|
10
|
+
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/find-replace/locale/ru-RU"),require("@univerjs/sheets-find-replace/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/ru-RU","@univerjs/sheets-find-replace/locale/ru-RU"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceRuRU=r(e.UniverCore,e.UniverFindReplaceRuRU,e.UniverSheetsFindReplaceRuRU))})(this,function(e,r,i){"use strict";return e.merge({},r,i)});
|
package/lib/umd/locales/vi-VN.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/vi-VN
|
|
10
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/vi-VN"),require("@univerjs/sheets-find-replace/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/vi-VN","@univerjs/sheets-find-replace/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceViVN=i(e.UniverCore,e.UniverFindReplaceViVN,e.UniverSheetsFindReplaceViVN))})(this,function(e,i,n){"use strict";return e.
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/vi-VN"),require("@univerjs/sheets-find-replace/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/vi-VN","@univerjs/sheets-find-replace/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceViVN=i(e.UniverCore,e.UniverFindReplaceViVN,e.UniverSheetsFindReplaceViVN))})(this,function(e,i,n){"use strict";return e.merge({},i,n)});
|
package/lib/umd/locales/zh-CN.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/zh-CN
|
|
10
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-CN"),require("@univerjs/sheets-find-replace/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-CN","@univerjs/sheets-find-replace/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhCN=i(e.UniverCore,e.UniverFindReplaceZhCN,e.UniverSheetsFindReplaceZhCN))})(this,function(e,i,n){"use strict";return e.
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-CN"),require("@univerjs/sheets-find-replace/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-CN","@univerjs/sheets-find-replace/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhCN=i(e.UniverCore,e.UniverFindReplaceZhCN,e.UniverSheetsFindReplaceZhCN))})(this,function(e,i,n){"use strict";return e.merge({},i,n)});
|
package/lib/umd/locales/zh-TW.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// locale/zh-TW
|
|
10
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-TW"),require("@univerjs/sheets-find-replace/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-TW","@univerjs/sheets-find-replace/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhTW=i(e.UniverCore,e.UniverFindReplaceZhTW,e.UniverSheetsFindReplaceZhTW))})(this,function(e,i,n){"use strict";return e.
|
|
10
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-TW"),require("@univerjs/sheets-find-replace/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-TW","@univerjs/sheets-find-replace/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhTW=i(e.UniverCore,e.UniverFindReplaceZhTW,e.UniverSheetsFindReplaceZhTW))})(this,function(e,i,n){"use strict";return e.merge({},i,n)});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-find-replace",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs/find-replace": "0.5.
|
|
61
|
-
"@univerjs/sheets-find-replace": "0.5.
|
|
60
|
+
"@univerjs/find-replace": "0.5.3",
|
|
61
|
+
"@univerjs/sheets-find-replace": "0.5.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@univerjs/core": "0.5.
|
|
64
|
+
"@univerjs/core": "0.5.3",
|
|
65
65
|
"typescript": "^5.7.2",
|
|
66
|
-
"@univerjs-infra/shared": "0.5.
|
|
66
|
+
"@univerjs-infra/shared": "0.5.3"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"prebuild:preset": "tsx prepare.ts",
|